@charset "UTF-8";
body {
  padding-bottom: 100px;
}
/* ----------------------------------- */
/* ポップアップ */
/* ----------------------------------- */
.layer_board_bg, .layer_board {
  position: absolute;
}
.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}
.layer_board {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000;
  padding: 0;
}
.layer_board p {
  width: 300px;
}
.btn_close {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 2px;
  width: 30px !important;
  margin-left: auto;
}
/* ----------------------------------- */
/* バナー */
/* ----------------------------------- */
.banner {
  width: 100%;
  display: none; /* 最初は非表示にする */
  position: fixed; /* 表示位置を固定 */
  bottom: 10px;
  left: 0;
  text-align: center;
  box-sizing: border-box;
}
.banner img {
  max-width: 600px;
  margin: 0 auto;
}
.banner2 {
  position: fixed;
  bottom: 0px;
  right: -600px;
  z-index: 100;
}
.banner2 a {
  display: block;
  width: 600px;
  height: auto;
  text-decoration: none;
}
.banner2 a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
.banner2 {
  right: -390px;
}
.banner2 a {
  width: 390px;
}
}
/* ----------------------------------- */
/* お客様へ */
/* ----------------------------------- */
.forcustomer{padding-bottom:4em;}
section.forcustomer h2 {
  font-weight: bold;
  margin-bottom: .5em;
}
.infotext {
  color: var(--blueblack);
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  section.forcustomer h2 {
    font-size: 2.5em;
  }
  .infotext {
    text-align: center;
  }
}
.img_shokaitokuten {
  margin: 2em 0 0;
}
.plus {
  color: var(--blueblack);
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.shokaitokuten {
  margin: 1em auto;
  text-align: center;
}
.shokaitokuten span {
  font-weight: bold;
  color: var(--white);
  background: var(--red1);
  font-size: 1.6em;
  display: inline-block;
  border-radius: 30px;
  padding: 0 2em;
}
.accordion2 a.kaiyaku_title {
  position: relative;
  display: block;
  font-size: 1.5em;
  background: var(--blue1);
  color: var(--blueblack);
  font-weight: bold;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover:hover) {.accordion2 a.kaiyaku_title:hover{  background: var(--blueblack);
  color:var(--white);}
  .accordion2 a.kaiyaku_title:hover:after{ color:var(--white);}}
@media screen and (max-width: 498px) {
.accordion2 a.kaiyaku_title {  font-size: 1.2em;padding:1em 0;}
}
.accordion2 a.kaiyaku_title:after {
  content: "+";
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: var(--blueblack);
  margin-left: 1em;
}
.accordion2 a.kaiyaku_title.active:after {
  content: "-";
}
.accordion2 .kaiyaku_note {
  background: var(--white);
  padding: 1.5em;
  display: none;
}
/* ----------------------------------- */
/* ページアンカー */
/* ----------------------------------- */
.anchor_btn {
  padding: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.anchor_btn li {
  margin-bottom: 1em;
}
.anchor_btn a {
  background: linear-gradient(#3fbef1, #3fa5f1);
  color: var(--white);
  border-radius: 5px;
  font-weight: bold;
  height: 60px;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;font-size:1.2em;
}
@media (hover:hover) {
.anchor_btn a:hover{background: linear-gradient(#7eb8d3, #003f5e);}}
.anchor_btn a span {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
.anchor_btn a{height: 48px;}
.anchor_btn a br{display:none;}
}
@media print, screen and (min-width: 768px) {
  .anchor_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .anchor_btn li {
    width: 32%;
  }
  .anchor_btn li:first-child, .anchor_btn li:nth-child(2) {
    width: 49%;
  }
}
/* ----------------------------------- */
/* とは */
/* ----------------------------------- */
.about_catch {
  font-size: 1.3em;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
.about_catch br{display: none;}
}
@media print, screen and (min-width: 768px) {
.about_catch {
  text-align: center;}
}
.kanri_img {
  margin: 1em auto;
}
/* ----------------------------------- */
/* 特徴 */
/* ----------------------------------- */
.tokucho_img {
  margin: 1em auto;
}
/* ----------------------------------- */
/* 料金 */
/* ----------------------------------- */
.ryuseki_price {}
.ryuseki_price h2 {
  margin-bottom: 1em;
}
.price_img {
  margin: 1em auto;
}
.price {}
.price dt {
  background: var(--blue1);
  color: var(--white);
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: .5em 1.5em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.price dt span {
  border: 1px solid var(--white);
  margin-left: 1em;
  padding: 3px 1em;
}
.price dd {
  background: #f2f8fb;
  padding: 1em 1.5em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.price dd p {
  margin-bottom: 1em;
  border-top: 1px solid #666;
  padding-top: 1em;
  margin-top: 1em;
}
/* ----------------------------------- */
/* 特典 */
/* ----------------------------------- */
.ryusekitokuten {
  padding-bottom: 60px;
}
.ryusekitokuten h2 {
  margin-bottom: 1em;
}
.shokai {
  position: relative;
  padding-top: 60px;
}
.sarani {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
  text-align: center;
  width: 100%;
}
.sarani span {
  background: var(--blueblack);
  height: 80px;
  width: 80px;
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sarani {
    margin-top: -50px;
  }
  .sarani span {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    line-height: 100px;
  }
}
.tokutennaiyo {
  margin: 1em 0;
}
.itiritsu {
  max-width: 400px;
  margin: 1em auto 2em;
}
.tokutenframe {
  background: var(--white);
  padding: 2em;
  border-radius: 1em;
}
.tokutenframe .tokutencatch {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.tokutenframe .tokutencatch span {
  font-size: 12px;
}
.tokutenframe .notearea {
  max-width: 600px;
  margin: 0 auto;
}
.tokuten_detail {}
.tokuten_detail dt {
  font-size: 1.2em;
  font-weight: bold;
}
.tokuten_detail dt:before {
  content: "■";
  color: #c64022;
  margin-right: .3em;
}
.tokuten_detail dd {
  margin: .5em 1em 1em 2em;
  font-size: .9em;
}
.tokuten_detail dd ol {
  list-style: decimal;
  margin-left: 1em;
}
/* ----------------------------------- */
/* お手続きの流れ */
/* ----------------------------------- */
.before_note {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
.before_note a {
  border-bottom: 2px solid var(--black);
}
.step dl {
  text-align: center;
}
.step dt {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--white);
  background: var(--red1);
  font-size: 1.6em;
  display: inline-block;
  border-radius: 30px;
  padding: 0 2em;
}
.step dd {
  background: #e5f1f6;
  padding: 2em;
  margin-top: -2em;
}
.step .arrow {
  margin: 2em auto;
  height: 24px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--red1);
}
.step dd .dotext {
  color: var(--blueblack);
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  text-align: center;
}
.step dd .attention {
  color: var(--red1);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
.step dd .linktext a {
  color: #00b9f3;
  border-bottom: 2px solid #00b9f3;
  text-align: center;
}
@media (hover:hover) {
.step dd .linktext a:hover {color: var(--blueblack);
  border-bottom: 2px solid var(--blueblack);}
}
.sudeni {
  background: var(--white);
  margin-top: 2em;
  padding: 1em;
}
.sudeni h3 {
  background: #42a642;
  color: var(--white);
  text-align: center;
  padding: .5em;
  line-height: 1.5;
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 498px) {
.sudeni h3 {text-align: left;}
.sudeni h3 br{display: none;}
}
.sudeni .infotext2 {
  text-align: left;
  margin-bottom: 1em;
}
.sudeni .infotext3 {
  color: var(--red1);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
.sudeni .infotext3 {text-align: left;}
.sudeni .infotext3 br{display: none;}
}
.step dd .notearea {
  text-align: left;
}
/* ----------------------------------- */
/* よくあるご質問 */
/* ----------------------------------- */
.faq {
  margin: 2em 0;
}
.faq .question {}
.faq .question p {
  font-weight: bold;
  color: var(--black);
  font-size: 1.1em;
}
.faq .question span.q_num {
  position: absolute;
  top: 0;
  left: 1em;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--blueblack);
  font-size: 1.6em;
}
.faq .answer {
  padding: 1em 0 2em;
  color: var(--blueblack);
  display: none;
}
.faq .answer strong{color:var(--red2);}
.faq .answer a{color:var(--blueblack);font-weight: bold;border-bottom:2px solid var(--blueblack);}
div.accordion > ul > li {
  margin-top: -2px;
}
div.accordion > ul > li a.question {
  position: relative;
  display: block;
  background: var(--white);
  padding: .5em 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #4d4d4d;
  border-top: 2px solid #4d4d4d;
  box-sizing: border-box;
}
@media screen and (max-width: 498px) {
div.accordion > ul > li a.question {  padding: .5em 50px .5em 70px;}
}
div.accordion > ul > li a.question:after {
  content: "+";
  position: absolute;
  right: 1em;
  top: 0;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: var(--blueblack);
  font-size: 1.6em;
}
div.accordion > ul > li a.active {}
div.accordion > ul > li a.question.active:after {
  content: "-";
}
/* ----------------------------------- */
/* 利用規約 */
/* ----------------------------------- */
.kiyaku {}
.kiyaku li {
  margin-bottom: 1em;
}
.kiyaku li a {
  background: #ecf4f8;
  border: 2px solid #7eb8d3;
  border-radius: 5px;
  color: #004869;
  font-weight: bold;
  height: 60px;
  padding: 0 1.5em;
  display: flex;
  align-items: center;
  position: relative;
}
@media (hover:hover) {
.kiyaku li a:hover{background: var(--white);}
}
.kiyaku li a:after {
  content: "";
  background-image: url("../img/arrow.svg");
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 18px;
}
.kiyaku li a span {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .kiyaku ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kiyaku li {
    width: 49%;
  }
}
/* ----------------------------------- */
/* お問い合わせ先 */
/* ----------------------------------- */
.inqframe {
  background: var(--white);
  padding: 2em 2em .1em;
  border-radius: 1em;
}
@media screen and (max-width: 498px) {
.inqframe {
  padding:0;
  border-radius: 0;
}
}
.inqframe dl {
  max-width: 800px;
  margin: 0 auto;
}
.inqframe dt {
  background: #009de0;
  color: var(--white);
  text-align: center;
  padding: .2em;
  margin-top: 1em;
}
.inqframe dd {
  text-align: center;
  padding: .5em 1em 2em;
}
.inqframe dd a {
  color: #007bc7;
  border-bottom: 2px solid #007bc7;
}
@media (hover:hover) {.inqframe dd a:hover {
  color:var(--blueblack);
  border-bottom: 2px solid var(--blueblack);
}}