@charset "UTF-8";
._toggle_content {
  display: block !important;
}

body._win main {
  border-top: none;
}

.site_header .header_wrap {
  border-bottom-color: #004163;
}

.section_head {
  font-size: inherit;
}

main ul:not(.icon_link),
main ol {
  line-height: inherit;
}

@media only screen and (max-width: 639px) {
  .local_nav ul.dropdown_content a {
    min-height: 3.5em;
  }

  ul.icon_anc._row {
    flex-direction: column;
  }
}

.nav_pager_b {
  font-size: inherit;
  line-height: 1.4;
  align-items: center;
}

.tit_lv1,
.tit_lv2,
.tit_lv3 {
  line-height: normal;
}

.tit_lv1 {
  font-size: 1.8rem;
  font-feature-settings: "palt";
}

.tit_lv1 .sub_txt {
  padding-top: 0 !important;
}

.tit_lv2 {
  font-size: 1.7rem;
  color: #004163;
}

.tit_lv1_wrap {
  border: none;
}

h5 {
  margin: 2.5em 0 1em;
}

h3+.item_content>*:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 640px) {
  .tit_lv1 {
    font-size: 2.5rem;
  }

  .tit_lv2 {
    font-size: 2.2rem;
  }

  .tit_lv3 {
    font-size: 1.9rem;
  }

  .tit_lv4 {
    font-size: 1.8rem;
  }

  .local_nav ul.item_a {
    font-size: clamp(.9em, 1.5vw, 1em);
  }

  .local_nav ul.item_a>li>a {
    border-top: solid 1px #3C8FAF;
  }
}

@media (max-width: 639px) {
  .local_nav {
    border-top: solid 1px #3C8FAF;
  }
}

.bgc_yel {
  background-color: #fffcbc;
}

.c_blu_ex {
  color: #4182a0;
}

.bb_s {
  border-bottom: solid 1px #999;
}

.btn_a {
  line-height: 1.7;
}

.btn_a.pe_n {
  background-color: #dbdcdd;
  color: #333;
  border-color: transparent;
}

.btn_a.pe_n img,
.btn_a.pe_n::after {
  display: none;
}

.btn_a.js_icon_dl img {
  filter: brightness(0) invert(1);
  margin-bottom: -.1em;
}

.btn_a.js_icon_dl:hover img {
  filter: invert(8%) sepia(99%) saturate(7044%) hue-rotate(247deg) brightness(40%) contrast(145%);
}

img._bd,
div._bd {
  border: solid 1px #999;
}

div.img_wrap._bd {
  padding: 3%;
  text-align: center;
}

.lyt_image._bd {
  padding: 25px;
}

.lyt_image .txt_em_a {
  padding: 5px 10px;
  background-color: gold;
}

.txt_em_d {
  background: #ffe57f;
  margin: 0 .4em 0;
  padding: .3em .3em .2em;
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
  color: #a85511;
  min-width: 3em;
  text-align: center;
}

p._ex_att {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5em;
}

p._ex_att .txt_em_d._r {
  background-color: #da0b0b;
  color: #fff;
  padding: .5em 1em .3em;
  border-radius: 1em;
  display: inline-block;
  flex-shrink: 0;
}

@media only screen and (max-width: 639px) {
  .lyt_image._bd {
    padding: 35px;
  }

  .sp_fs_i {
    font-size: inherit;
  }
}

@media only screen and (min-width: 640px) {
  div.img_wrap._bd {
    padding: 25px;
  }

  p._ex_att {
    flex-direction: row;
  }
}

/* table */
table {
  line-height: inherit;
}

table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.1em;
}

table thead th,
table thead td {
  background-color: #DEEAF7;
}

.scroll_wrap {
  margin-top: 2em;
}

@media only screen and (max-width: 639px) {
  .scroll_wrap table {
    margin-top: 0;
    width: 100%;
    min-width: 680px;
  }
}

/* dl */
dl.list_desc_a:first-child {
  margin-top: 0;
}

dl.list_desc_a._ex dt {
  text-indent: -3em;
  padding-left: 3em;
}

dl.list_desc_a._ex dd {
  padding-left: 3em;
}

@media (min-width: 640px) {
  .lyt_col._col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }

  .lyt_col._col2._flyer {
    grid-template-columns: 30% 1fr;
  }

  .lyt_col._col2>div {
    width: initial !important;
  }
}

/* yuso */
.lyt_col._yuso .lyt_image {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 640px) {
  .lyt_col._yuso {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6%;
  }
}

.furikae_fig {
  margin-top: 1em;
}

.furikae_fig>p:first-child {
  font-size: 1.1em;
  font-weight: bold;
}

.furikae_fig+.furikae_fig {
  margin-top: 3em;
}

/* before after */
.lyt_col._ba {
  display: grid;
  gap: 50px;
}

.lyt_col._ba.____ {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.lyt_col._ba>div {
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.lyt_col._ba>div div.w_55p {
  max-width: 300px;
}

.lyt_col._ba>div div.w_45p {
  max-width: 220px;
}

.lyt_col._ba>div:last-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 15px);
  border: solid transparent;
  border-width: 25px 30px 0;
  margin-left: -30px;
  border-top-color: #4182a0;
}

.lyt_col._ba div._img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lyt_col._ba div._img.w_45p img {
  max-width: 180px;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .lyt_col._ba {
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: 30% 1fr;
    gap: 80px;
    align-items: center;
  }

  .lyt_col._ba>div:last-child::before {
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: dotted 2px #999;
  }

  .lyt_col._ba>div:last-child::after {
    left: auto;
    right: calc(100% + 15px);
    top: calc(50% - 15px);
    bottom: auto;
    border-width: 30px 25px 0;
    transform: rotate(-90deg);
  }
}

.lyt_col._ba ._tit_a,
.lyt_col._ba ._tit_b {
  font-weight: bold;
  border-bottom: solid 1px #004163;
  color: #004163;
  padding-bottom: .3em;
  line-height: 1.5;
}

.lyt_col._ba ._tit_b {
  display: flex;
  align-items: center;
  gap: .5em;
  padding-bottom: .5em;
}

.lyt_col._ba ._tit_b em {
  background: #004163;
  padding: .4em .3em .2em;
  font-size: 1.1em;
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
  color: #fff;
  min-width: 3em;
  text-align: center;
}

.lyt_col._ba ._after ._tit_b em {
  background: #4182a0;
}

.lyt_col._ba ._after ._tit_b {
  border-bottom-color: #4182a0;
}

@media only screen and (min-width: 640px) {
  .lyt_col._ba ._tit_a {
    font-size: 1.1em;
  }

  .lyt_col._ba ._tit_b {
    font-size: 1.2em;
  }
}

.lyt_col._ba._var_a {
  max-width: none;
}

.lyt_col._ba._var_a ._tit_a {
  text-align: center;
}

.lyt_col._ba._var_a ._tit_a.js_mh {
  display: grid;
  align-items: center;
}

ol.ol_a {
  margin: 1.5em 0;
  counter-reset: num_li;
}

ol.ol_a>li {
  margin-bottom: 0.75em;
  display: flex;
  align-items: flex-start;
}

ol.ol_a>li:before {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #004163;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  counter-increment: num_li;
  content: counter(num_li);
}

@media (max-width: 639px) {
  ol.ol_a>li:before {
    margin-top: -0.15em;
  }
}

/* index */
.lyt_col._index a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}

@media screen and (min-width: 640px),
print {
  .lyt_col._index {
    gap: 1em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lyt_col._index p {
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px),
print {
  .lyt_col._index {
    grid-template-columns: repeat(3, 1fr);
  }
}

ul.lyt_idx_a._index {
  margin-top: 3em;
  display: grid;
  gap: 15px;
}

ul.lyt_idx_a._index>li {
  margin: 0;
  border-color: #004163;
  border-radius: 10px;
  position: relative;
  padding-bottom: 25px;
}

.newmark{
	position: relative;
}

.newmark::before{
  content: "NEW";
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  background-color: #c00;
  padding: 7px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1;
}

ul.lyt_idx_a._index .item {
  padding-bottom: 1em;
  padding-top: 50px;
}

ul.lyt_idx_a._index .tit {
  font-size: 1.4em;
}

ul.lyt_idx_a._index a {
  position: static;
}

ul.lyt_idx_a._index a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  ul.lyt_idx_a._index {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* box_toggle */
.box_toggle {
  margin-top: 3em;
}

.box_toggle>.item>.tit>.tit_inner {
  line-height: normal;
}

.box_toggle>.item>.tit>.tit_inner>.txt::before {
  content: "＋";
  top: 50%;
  margin-top: -.5em;
  text-shadow: #000 0 1px;
  font-family: inherit;
}

.box_toggle>.item>.tit .txt.d_f {
  gap: .3em;
  align-items: center;
}

.box_toggle>.item>.tit .txt.d_f em:first-child {
  width: 1.5em;
  height: 1.5em;
  background: #4182a0;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  font-size: .9em;
  font-family: Bahnschrift, 'DIN Alternate', Arial, sans-serif;
  padding-top: .2em;
}

[data-script-enabled="true"] .box_toggle>.item.is_open>.tit>.tit_inner>span::before {
  content: "－";
  transform: initial;
}

.box_toggle._var_a {
  margin-top: 3em;
}

.box_toggle._var_a>.item {
  border: none;
}

.box_toggle._var_a>.item>.tit {
  background-color: transparent;
}

.box_toggle._var_a>.item>.item_content {
  border: none;
  padding: 0;
  padding-bottom: 3em;
}

.box_toggle._var_a div._inner {
  padding: 30px 0 80px 0;
}

.box_toggle._var_a>.item>.tit>.tit_inner {
  border: solid 2px;
  border-radius: 10px;
  min-height: 3em;
}

.box_toggle._var_a+.box_toggle._var_a {
  margin-top: 20px;
}

@media only screen and (min-width: 640px) {
  .box_toggle>.item>.tit>.tit_inner {
    font-size: 1.8rem;
  }

  .box_toggle._var_a>.item>.tit>.tit_inner {
    font-size: 2rem;
  }
}

/* btn_grid */
.btn_grid._ex_a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 2em;
  line-height: 1.4;
}

.btn_grid._ex_a>li {
  width: 100%;
  margin: 0;
}

.btn_grid._ex_a>li>a {
  border-radius: 10px;
  position: relative;
  padding: 1em 5px 2em;
}

.btn_grid._ex_a>li>a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  height: 10px;
  width: 10px;
  border: solid #004163;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: -5px;
}

.btn_grid._ex_a>li>a em {
  display: inline-block;
  margin-bottom: .3em;
  font-size: larger;
}

@media screen and (min-width: 640px),
print {
  .btn_grid._ex_a {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .btn_grid._ex_a {
    grid-template-columns: repeat(6, 1fr);
  }
}

.btn_grid._ex_b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.btn_grid._ex_b li {
  margin: 0;
}

.btn_grid._ex_b li p._tit {
  display: flex;
  font-size: .85em;
  line-height: 1.5;
  gap: .5em;
  margin: 0;
  align-items: center;
}

.btn_grid._ex_b li p._tit em {
  width: 1.5em;
  height: 1.5em;
  background: #4182a0;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  font-size: 1.4em;
  font-family: Bahnschrift, 'DIN Alternate', Arial, sans-serif;
  padding-top: .2em;
}

.btn_grid._ex_b li .lyt_image {
  margin: 0 auto;
  max-width: 150px;
}

.btn_grid._ex_b a {
  display: grid;
  align-items: stretch;
  width: 100%;
  justify-content: stretch;
  border-radius: 10px;
  padding: 10px;
}

.btn_grid._ex_b a>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: .7em;
}

@media screen and (min-width: 640px),
print {
  .btn_grid._ex_b li {
    width: 100%;
  }

  .btn_grid._ex_b a {
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .btn_grid._ex_b {
    grid-template-columns: repeat(4, 1fr);
  }

  .btn_grid._ex_b li p._tit {
    min-height: 3em;
  }
}

/* table */
table.tbl_a._bill_a col:first-child {
  width: 5em;
}

table._bill_b thead th {
  background-color: #DEEAF7;
  color: inherit;
}

table._bill_a .lyt_image {
  max-width: 420px;
  margin: 10px auto;
}

table.tbl_b colgroup {
  display: table-column-group;
}

table.tbl_b ._colg_a {
  border: dashed 3px #ff8c00;
}

table.tbl_b ._colg_b {
  border: solid 3px #c00;
}

.bunkatsu_a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.bunkatsu_b table {
  max-width: 300px;
}

.bunkatsu_a table td,
.bunkatsu_a table th {
  padding: 1%;
}

.bunkatsu_a ._arrow {
  flex-shrink: 0;
}

.bunkatsu_a ._arrow img._v {
  display: none;
}

.bunkatsu_b {
  display: flex;
  align-items: center;
  gap: 3%;
}

.bunkatsu_b>._item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.bunkatsu_b>._item table {
  margin-top: 1em;
}

.bunkatsu_b ._img {
  max-width: 80px;
  display: block;
}

.bunkatsu_b p {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@media screen and (min-width: 768px),
print {
  .bunkatsu_a {
    gap: 4%;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .bunkatsu_a ._arrow img._v {
    display: block;
  }

  .bunkatsu_a ._arrow img._h {
    display: none;
  }

  .bunkatsu_a>table {
    max-width: 48%;
  }

  .bunkatsu_a table td,
  .bunkatsu_a table th {
    padding: 2%;
  }

  .bunkatsu_b {
    flex-direction: column;
    gap: 10px;
  }

  .bunkatsu_b>._item {
    flex-direction: row-reverse;
    gap: 4%;
    justify-content: flex-end;
  }

  .bunkatsu_b table {
    max-width: 360px;
    min-width: 200px;
  }

  .bunkatsu_b p {
    text-align: center;
    width: 8em;
  }
}

@media screen and (min-width: 640px),
print {

  table.tbl_a._p_l th,
  table.tbl_a._p_l td {
    padding: 20px;
  }
}

@media (max-width: 639px) {
  table.tbl_a._bill_a th {
    padding: 5px 10px 3px;
  }
}

/* box_list */
.box_list._box._logo {
  display: grid;
  gap: 15px;
}

.box_list._box._logo>li {
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .7em;
}

.box_list._box._logo>li>* {
  margin: 0;
}

.box_list._box._logo>li p {
  line-height: 1.5;
}

.box_list._box._logo>li ._img {
  align-items: center;
  display: grid;
  justify-content: center;
  line-height: 1.3;
  min-height: 3.5em;
}

.box_list._box._logo>li ._img ._cc {
  border: solid 1px #004163;
  color: #004163;
  padding: .8em .7em .3em;
  border-radius: 5px;
  font-size: .9em;
  text-align: center;
}

@media screen and (min-width: 640px),
print {
  .box_list._box._logo>li {
    margin: 0;
    padding: 20px;
  }

  .box_list._box._logo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px),
print {
  .box_list._box._logo {
    grid-template-columns: repeat(4, 1fr);
  }

  .box_list._box._logo>li {
    padding-top: 10px;
  }

  .box_list._box._logo div._img {
    min-height: 80px;
    display: grid
  }
}

/* faq */
.box_toggle._qa>.item+.item {
  margin-top: 1em;
}

.box_toggle._qa .tit>.tit_inner {
  padding: 15px 39px 15px 17px;
}

.box_toggle._qa .tit>.tit_inner>.txt::before {
  top: 50%;
  left: auto;
  right: -1.3em;
  margin-top: -.45em;
}

.box_toggle._qa .qa_q .mark,
.box_toggle._qa .qa_a .mark {
  font-family: Bahnschrift, 'DIN Alternate', Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-right: .6em;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.8rem !important;
}

.box_toggle._qa .qa_q .mark {
  background-color: #004163;
}

.box_toggle._qa .qa_a .mark {
  color: #004163;
}

@media only screen and (max-width: 639px) {
  .box_toggle._qa .mark+.item {
    padding-top: .5rem;
  }

  .box_toggle._qa .qa_q>.item {
    line-height: normal;
  }
}

/* box_strong */
.box_strong_a {
  padding: 15px;
  margin: 2em 0;
}

@media screen and (min-width: 640px),
print {
  .box_strong_a {
    padding: 25px;
  }
}

/* att */
div._att {
  margin: 3em 0 2em;
}

div._att {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
}

div._att div {
  flex-shrink: 0;
}

div._att p {
  margin: 0;
}

/* style */
a.pe_n {
  pointer-events: none;
}

@media screen and (min-width: 640px),
print {
  .pc_mt_80 {
    margin-top: 80px;
  }
}

/* term.html */

#term_form{
	label{
		border-radius: 10px;
    	padding: 1em 5px;
		display: grid;
		grid-auto-flow: row;
		gap: 15px;
		place-content: center;
		border: 1px solid #004163;
		text-align: center;
		cursor: pointer;
		font-size: 2rem;
		font-weight: bold;
		background-color: #f5f5f5;
	}
	
	label:has(input[type="radio"]:checked){
		border: 3px solid #3C8FAF;
		background-color: #d0e9f8;
	}
}

.step3_kome,
.term_result,
.term_result_arrow{
	display: none;
}

.term_result{
	padding: 20px;
}

._term_day{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

@media (min-width: 640px) {
    ._term_day > li {
        width: auto !important;
    }
}

.term_result > div{
	margin-top: 40px;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}

.-show{
	display: block !important;
}

.-term_hide{
	display: none !important;
}

.bdr{
  border: 1px solid #666;
}

.top_flyer .bg1{
  background-color: #007bc7;
}

.top_flyer .bg2{
  background-color: #3eb134;
}

.top_flyer .bg3{
  background-color: #004274;
  padding-bottom: 14px !important;
}

ul.lyt_idx_a._index.top_flyer .item{
  padding-top: 26px;
}

ul.lyt_idx_a._index.top_flyer .bg3 .item{
  padding: 14px;
}

.box_list._box._blng > li{
	padding: 15px;
}

.box_list._box._blng > li + li{
	margin-top: 15px;
}