@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/senryu/font/NotoSerifCJKjp-Regular.woff2) format("woff2"), url(/senryu/font/NotoSerifCJKjp-Regular.woff) format("woff"), url(/senryu/font/NotoSerifCJKjp-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(/senryu/font/NotoSerifCJKjp-Bold.woff2) format("woff2"), url(/senryu/font/NotoSerifCJKjp-Bold.woff) format("woff"), url(/senryu/font/NotoSerifCJKjp-Bold.otf) format("opentype");
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/*---------------------------------------------
Browser Default Initialization
---------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul li {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

/** fade使用時のズレ対策（FF）**/
img {
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #171F6C;
  text-decoration: none;
  transition: opacity .5s ease;
}

a.is-disabled {
  pointer-events: none;
}

a:hover {
  opacity: .7;
  text-decoration: underline;
}

a.is-disabled:hover {
  opacity: 1;
}

/*---------------------------------------------
FontSize Initialization
---------------------------------------------*/
html {
  font: 62.5%/1.231 "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

/*---------------------------------------------
Utility
---------------------------------------------*/
/* Clearfix */
.cf:after, .sec:after, .section:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

#wrap * {
  box-sizing: border-box;
}

.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.bread-c {
  z-index: 100;
}

.comp {
  max-width: 1000px;
  margin: 0px auto;
  font-size: 2.4rem;
  color: #DC4647;
  text-align: center;
  padding: 40px 0 10px;
  margin-top: 50px;
}

.comp span {
  font-size: 2.6rem;
  display: block;
  margin: 0 0 10px;
}

.comp span.comp-indent {
  display: inline-block;
}

.comp-list {
  width: 90%;
  max-width: 640px;
  padding: 20px;
  margin: 60px auto 28px;
  background: #fff;
  border: 3px #DC4647 solid;
}

.comp-list li {
  font-size: 1.75rem;
  color: #DC4647;
  text-indent: -1em;
  margin: 0 0 .15em 1em;
}

@media all and (max-width: 480px) {
  #wrap {
    font-size: 1.5rem;
    width: 100%;
    overflow: hidden;
  }
  .sp-none {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    appearance: none;
    border-radius: 0;
  }
  /*--------------------------
  Section02
  ---------------------------*/
  .cmn01 {
    width: 100%;
  }
  .cmn01 .box02 {
    margin: 35px auto 0;
    text-align: center;
    padding: 0 2%;
  }
  .cmn01 .box02 h3 {
    margin: 0 0 18px;
  }
  .cmn01 .box02 ul {
    letter-spacing: -.4em;
    text-align: left;
  }
  .cmn01 .box02 li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    max-width: 300px;
    margin: 0 5px 8px;
  }
  .cmn01 .box02 li:nth-child(2n) {
    margin: 0 5px 10px;
  }
  .cmn01 .box02 p {
    margin: 0 0 20px;
  }
  .cmn01 .box02 p img {
    height: 30px;
  }
  .cmn01 .box03 {
    padding: 30px 3%;
    background: #CB0000;
    text-align: center;
    margin: 25px auto 0;
  }
  .caution {
    clear: both;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    width: 94%;
    margin: 15px auto 55px;
  }
  .caution img {
    margin: 0 8px 0 0;
    position: absolute;
    top: 3px;
    left: 0;
  }
  /*--------------------------
  SNS
  ---------------------------*/
  .sns {
    position: fixed;
    top: 110px;
    right: -74px;
    z-index: 100;
  }
  .sns li {
    margin: 0 0 5px;
  }
  .sns li img {
    height: 44px;
  }
  /*--------------------------
  Footer
  ---------------------------*/
  footer {
    padding: 15px 5% 15px;
    background: #eee;
    color: #555;
    text-align: center;
  }
  footer a {
    color: #555;
  }
  footer .pagetop {
    margin: -55px auto 15px;
    width: 40px;
  }
  footer .inner {
    overflow: hidden;
  }
  footer .flogo {
    margin: 0 0 9px;
  }
  footer .flogo img {
    height: 22px;
    margin: 0 8px 0 0;
  }
  footer .privacy {
    margin: 0 0 11px;
  }
  footer .privacy a {
    font-size: 12.5px;
  }
  .comp {
    font-size: 1.5rem;
    text-align: center;
    padding: 30px 4% 0;
    margin: 30px 0 0;
  }
  .comp span {
    font-size: 1.9rem;
    display: block;
    margin: 0 0 12px;
  }
  .comp-list {
    margin: 0 auto;
    padding: 12px 15px;
  }
  .comp-list li {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 481px) {
  #wrap {
    font-size: 1.6rem;
    width: 100%;
    min-width: 1308px;
  }
  /*--------------------------
  Header
  ---------------------------*/
  header {
    width: 100%;
    overflow: hidden;
  }
  header h1 {
    width: 1308px;
    height: 700px;
    margin: 0 auto;
    position: relative;
  }
  header h1 img {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
  }
  /*--------------------------
  Section02
  ---------------------------*/
  .cmn01 {
    width: 100%;
    min-width: 1308px;
  }
  .cmn01 .box02 {
    width: 960px;
    margin: 50px auto 0;
    text-align: center;
  }
  .cmn01 .box02 h3 {
    margin: 0 0 38px;
  }
  .cmn01 .box02 ul {
    letter-spacing: -.4em;
    padding: 0 0px 42px;
    text-align: left;
  }
  .cmn01 .box02 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 0 15px;
  }
  .cmn01 .box02 li:nth-child(3n-1) {
    margin: 0 15px;
  }
  .cmn01 .box02 p {
    margin: 0 0 40px;
  }
  .cmn01 .box03 {
    padding: 30px 0;
    background: #CB0000;
    text-align: center;
    min-height: 100px;
  }
  .caution {
    clear: both;
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
    padding: 45px 0 40px;
  }
  .caution img {
    margin: 0 8px 0 0;
    position: relative;
    top: -4px;
  }
  /*--------------------------
  SNS
  ---------------------------*/
  .sns {
    position: fixed;
    top: 50px;
    right: -100px;
    z-index: 100;
  }
  .sns li {
    margin: 0 0 10px;
  }
  /*--------------------------
  Footer
  ---------------------------*/
  footer {
    padding: 30px 0 25px;
    background: #eee;
    color: #555;
  }
  footer a {
    display: block;
    color: #555;
  }
  footer .pagetop {
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 100;
    display: none;
  }
  footer .inner {
    width: 1308px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  footer .flogo {
    margin: 0 46px 0 0;
  }
  footer .flogo img {
    margin: 0 13px 0 0;
  }
  footer .privacy {
    margin: 0 auto 0 0;
  }
  footer .privacy a {
    font-size: 13.333px;
  }
  footer .copy {
    float: right;
    width: 30%;
    text-align: right;
    margin: 3px 0 0;
  }
}