@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@600&display=swap');

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.number {
  font-family: 'Work Sans', sans-serif;
}
.fs-xsmall {font-size:80%;}
.fs-small {font-size:90%;}
.fs-large {font-size:120%;}
.fs-xlarge {font-size:140%;}
.em {font-weight: bold;}
.marker {
  display: inline-block;
  background: linear-gradient(transparent 50%, #fff000 0%);
  padding: 0 .5em;
}
.all_row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.all_row > * {
  display: table-cell;
  vertical-align: top;
}
.list > li {
  position: relative;
  padding-left: 1.3em;
}
.list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list.kome > li::before {
  content: "※";
}
.list.smldot > li::before {
  content: "・";
}
.list.inline > li {
  display: inline-block;
}
header {
  padding: 20px 0;
}
header .h_logo img {
  width: 20%;
  max-width: 112px;
}
article > section {
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.6;
}
article .container > * + * {
  margin-top: 30px;
}
.mainimg {
  background: url("../images/bg_main.jpg") no-repeat 0 0 / cover;
  padding: 60px 0;
}
.mainimg .container {
  width: 100%;
  max-width: 1468px;
  padding-left: 7%;
  margin: 0 auto;
}
.c_title {
  text-align: center;
  margin-bottom: 40px;
}
.c_box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px #ccc;
  padding: 20px 30px;
  margin: auto;
  text-align: center;
}
.c_box.r_02 {
  max-width: 500px;
}
.c_box figure {
  width: 100px;
  line-height: 1;
}
.c_subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.c_iconlist {
  padding-bottom: 10px;
}
.c_iconlist > li {
  display: inline-block;
  padding: 0 20px;
}
.c_iconlist > li img {
  width: 90px;
  line-height: 1;
}
.c_box_text {
  text-align: left;
}
.c_box.r_02 .c_box_text {
  padding: 5px 10px 0 0;
}
.c_btn {
  text-align: center;
  padding: 30px 0;
}
.c_btn a {
  display: inline-block;
  background: linear-gradient(#0082C0 20%, #1559A1 100%);
  color: #fff;
  line-height: 1.4;
  box-shadow: 0 5px 10px #ccc;
  border-radius: 10px;
  padding: 20px 40px;
}
.c_tokuten_box {
  border: 4px double #00A6E9;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px #A09510;
  padding: 30px 20px 20px;
}
.c_tokuten_text {
  font-family: 'Noto Sans JP', sans-serif;
}
.c_tokuten_box .c_box {
  box-shadow: none;
  position: relative;
  padding: 20px 20px 20px 70px;
  background: #D8F0FC;
  border-radius: 10px;
}
.c_tokuten_box .c_box .c_tokuten {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
}
.c_tokuten_box .c_box .c_tokuten_text.c_box_text {
  padding-left: 20px;
}
.c_tokuten_box .c_btn {
  padding-top: 10px;
}
.c_tokuten_box .c_btn a {
  background: linear-gradient(#E95383 20%, #B7295C 100%);
  border: 3px solid #fff;
  font-size: 30px;
  padding: 20px 60px 24px 75px;
}
.c_tokuten_box .c_btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
  vertical-align: 0;
  margin-left: .5em;
}
.faq_list > .list {
  font-size: 120%;
  font-weight: bold;
}
.faq_list > .list > li:nth-of-type(n+2) {
  margin-top: .3em;
}
.faq_list > .list a {
  color: #00a0ea;
  text-decoration: underline;
}
#about .c_title img {
  width: 90%;
  max-width: 700px;
}
#reason {
  background: #F9DBE8;
}
#reason .container > * + * {
  margin-top: 40px;
}
#reason .c_title img {
  width: 60%;
  max-width: 400px;
}
#reason .c_box,
#reason .c_btn a {
  box-shadow: 0 5px 10px #C693AC;
}
#tokuten {
  background: #FFF000;
}
#tokuten .c_title img {
  width: 90%;
  max-width: 600px;
}
#tokuten .c_tokuten_text .number.fs-xxlarge {
  font-size: 42px;
  line-height: 42px;
}
#tokuten .c_tokuten_text .normal {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-top: .5em;
}
#tokuten .c_tokuten_text.c_box_text.fs-large {
  font-size: 115%;
  line-height: 1.8;
}
footer {
  padding-top: 80px;
}
footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}



/* ---------------------------------------------
  for Smartphone Style
--------------------------------------------- */
@media only screen and (max-width: 768px) {
  .pc_row > * + * {
    margin-top: 15px;
  }
  header {
    padding: 10px 0;
  }
  article > section {
    padding: 30px 0;
    font-size: 14px;
  }
  article .container > * + * {
    margin-top: 15px;
  }
  .mainimg {
    padding: 30px 0;
  }
  .c_title {
    margin-bottom: 20px;
  }
  .c_box {
    border-radius: 10px;
    padding: 15px 4%;
  }
  .c_box.r_02 {
    max-width: 400px;
  }
  .c_box figure {
    width: 80px;
  }
  .c_subtitle {
    font-size: 18px;
  }
  .c_iconlist {
    margin-top: -10px;
  }
  .c_iconlist > li {
    padding: 10px;
  }
  .c_iconlist > li img {
    width: 70px;
  }
  .c_btn {
    padding: 15px 0;
  }
  .c_btn a {
    display: block;
    padding: 15px;
  }
  .c_tokuten_box {
    border-radius: 10px;
  }
  .c_tokuten_box .c_box {
    padding: 15px 15px 15px 70px;
  }
  .c_tokuten_box .c_box .c_tokuten {
    top: -10px;
    left: -10px;
    width: 75px;
  }
  .c_tokuten_box .c_box .c_tokuten_text.c_box_text {
    padding-left: 5px;
  }
  #tokuten .c_tokuten_text.c_box_text.fs-large {
    line-height: 1.6;
  }
  .c_tokuten_box .c_btn {
    padding-top: 20px;
  }
  .c_tokuten_box .c_btn a {
    font-size: 20px;
    padding: 15px 0 17px 15px;
    border-width: 2px;
  }
  .c_tokuten_box .c_btn a::after {
    border-left: 12px solid #fff;
    border-right: 12px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .faq_list > .list {
    font-size: 110%;
  }
  #reason .container > * + * {
    margin-top: 20px;
  }
  #reason .pc_row > * + * {
    margin-top: 20px;
  }
  .c_tokuten_box .pc_row + .list {
    margin-top: 15px;
  }
  footer {
    padding-top: 40px;
  }
  footer .copy #f_logo img {
    width: 87px;
  }
  
}

/* ---------------------------------------------
  for Tablet & PC Style
--------------------------------------------- */
@media only screen and (min-width: 769px) {
  .pc_row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .pc_row > * {
    display: table-cell;
    vertical-align: top;
  }
  .c_btn a:hover {
    background: #12437C;
  }
  .c_tokuten_box .pc_row {
    border-spacing: 30px;
  }
  .c_tokuten_box .pc_row,
  .c_tokuten_box .pc_row > div,
  .c_tokuten_box .c_box {
    height: 100%;
  }
  .c_tokuten_box .pc_row + .list {
    margin: -10px 30px 20px;
  }
  .faq_list > .list {
    display: inline-block;
  }
  .faq_list > .list > li {
    text-align: left;
  }
  .faq_list > .list a:hover {
    text-decoration: none;
  }
  #about {
    text-align: center;
  }
  #reason .container > .pc_row > div:nth-of-type(1) {
    padding-right: 15px;
  }
  #reason .container > .pc_row > div:nth-of-type(2) {
    padding-left: 15px;
  }
  #tokuten .c_btn a:hover {
    background: #A5194C;
  }
  
  
}