@charset "UTF-8";
/*------------------------ ベース ------------------------*/
/* PC/SPのみ表示 */
@media (min-width: 600px) {
  .vsp {
    display: none;
  }
}
@media (max-width: 599px) {
  .vpc {
    display: none;
  }
}
/*------------------------ テキスト ------------------------*/
.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.f60 {
  font-size: 0.8em;
}

.f70 {
  font-size: 0.8em;
}

.f80 {
  font-size: 0.8em;
}

.f90 {
  font-size: 0.9em;
}

.f100 {
  font-size: 1em;
}

.f110 {
  font-size: 1.1em;
}

.f120 {
  font-size: 1.2em;
}

.f130 {
  font-size: 1.3em;
}

.f140 {
  font-size: 1.4em;
}

.f150 {
  font-size: 1.5em;
}

.f160 {
  font-size: 1.6em;
}

.f170 {
  font-size: 1.7em;
}

.f180 {
  font-size: 1.8em;
}

.f190 {
  font-size: 1.9em;
}

.f200 {
  font-size: 2em;
}

/*------------------------ margin-padding ------------------------*/
.pda02 {
  padding: 2px;
}

.pda05 {
  padding: 5px;
}

.pda10 {
  padding: 10px;
}

.pda20 {
  padding: 20px;
}

.pda40 {
  padding: 40px;
}

.pdt02 {
  padding-top: 2px;
}

.pdt05 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb02 {
  padding-bottom: 2px;
}

.pdb05 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb40 {
  padding-bottom: 40px;
}

.mga02 {
  margin: 2px;
}

.mga05 {
  margin: 5px;
}

.mga10 {
  margin: 10px;
}

.mga20 {
  margin: 20px;
}

.mga40 {
  margin: 40px;
}

.mgt02 {
  margin-top: 2px;
}

.mgt05 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb02 {
  margin-bottom: 2px;
}

.mgb05 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb40 {
  margin-bottom: 40px;
}

/*------------------------ border ------------------------*/
.brc01 {
  border-color: #021d38;
}

.brc02 {
  border-color: #9d2a2f;
}

.brs01 {
  border-style: solid;
}

.brs02 {
  border-style: dotted;
}

.brs03 {
  border-style: double;
}

.brw01 {
  border-width: 1px;
}

.brw02 {
  border-width: 2px;
}

.brw03 {
  border-width: 3px;
}

.brw04 {
  border-width: 4px;
}

.brr01 {
  border-radius: 2px;
}

.brr02 {
  border-radius: 4px;
}

.brr03 {
  border-radius: 6px;
}

.brr04 {
  border-radius: 10px;
}

.brr05 {
  border-radius: 20px;
}

.brr06 {
  border-radius: 100px;
}

/*------------------------ box ------------------------*/
.talc {
  text-align: center;
}

.tall {
  text-align: left;
}

.talr {
  text-align: right;
}

.dblock {
  display: block;
}

.dinblock {
  display: inline-block;
}

.dinline {
  display: inline;
}

.flx {
  display: flex;
}

.flx__wrapy {
  flex-wrap: wrap;
}

.flx__wrapn {
  flex-wrap: nowrap;
}

.flx__alc {
  align-items: center;
}

.flx__als {
  align-items: flex-start;
}

.flx__ale {
  align-items: flex-end;
}

.flx__jusw {
  justify-content: space-between;
}

.flx__jusc {
  justify-content: center;
}

.flx__jusb {
  justify-content: baseline;
}

.flx__juse {
  justify-content: flex-end;
}

.flx__juss {
  justify-content: flex-start;
}

/* 横幅 */
@media (max-width: 599px) {
  .wsp10 {
    width: 10%;
  }
  .wsp20 {
    width: 20%;
  }
  .wsp25 {
    width: 25%;
  }
  .wsp30 {
    width: 30%;
  }
  .wsp33 {
    width: 33%;
  }
  .wsp40 {
    width: 40%;
  }
  .wsp50 {
    width: 50%;
  }
  .wsp60 {
    width: 60%;
  }
  .wsp70 {
    width: 70%;
  }
  .wsp75 {
    width: 75%;
  }
  .wsp80 {
    width: 80%;
  }
  .wsp90 {
    width: 90%;
  }
  .wsp100 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .wpc10 {
    width: 10%;
  }
  .wpc20 {
    width: 20%;
  }
  .wpc25 {
    width: 25%;
  }
  .wpc30 {
    width: 30%;
  }
  .wpc33 {
    width: 33%;
  }
  .wpc40 {
    width: 40%;
  }
  .wpc50 {
    width: 50%;
  }
  .wpc60 {
    width: 60%;
  }
  .wpc70 {
    width: 70%;
  }
  .wpc75 {
    width: 75%;
  }
  .wpc80 {
    width: 80%;
  }
  .wpc90 {
    width: 90%;
  }
  .wpc100 {
    width: 100%;
  }
}
/*------------------------ 見出し ------------------------*/
.mid01 {
  padding: 0.5em 0;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.mid02 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
}
.mid02::before, .mid02::after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.mid02::before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.mid02::after {
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.mid03::before {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  background: black;
  margin-bottom: 10px;
}

/*------------------------ ページトップボタン ------------------------*/
.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  background: #fff;
  border: solid 1px #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop .pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: translateY(20%) rotate(-45deg);
}

@media screen and (min-width: 600px) {
  .pagetop {
    height: 60px;
    width: 60px;
    border: solid 2px #666;
    right: 30px;
    bottom: 30px;
  }
  .pagetop .pagetop__arrow {
    height: 10px;
    width: 10px;
  }
}
/*------------------------ ボタン ------------------------*/
/* 右 */
.cright01::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  padding: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  color: inherit;
  transform: rotate(45deg);
}

/* 上 */
.cright02::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  padding: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  color: inherit;
  transform: rotate(-45deg);
}

/* 下 */
.cright03::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  padding: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  color: inherit;
  transform: rotate(135deg);
}

/*矢印縦並び*/
*[class*=cvrow] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*下*/
.cvrow01::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  color: inherit;
  transform: rotate(135deg);
}

/*------------------------ 動作 ------------------------*/
/* トグル */
.togwrap_question:hover {
  opacity: 0.7;
  cursor: pointer;
}
.togwrap_question img {
  width: 32px;
  margin-right: 10px;
}

.togwrap_answer {
  display: none;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 100000;
}