@charset "UTF-8";



.l-contents-main{
    max-width: 128rem;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    padding:0 2rem;
}
.l-contents-main p.c-text{
    margin:0;
}
article{
    font-weight:normal;
}
.u-bdr-sl-t{
    border-top:0.1rem solid;
}
.u-bdr-sl-r{
    border-right:0.1rem solid;
}
.u-bdr-sl-b{
    border-bottom:0.1rem solid;    
}
.u-bdr-sl-l{
    border-left:0.1rem solid;
}
.u-mxw-980{
    max-width:98rem;
}
.u-mxw-780{
    max-width:78rem;
}
.u-mxw-750{
    max-width:75rem;
}

.u-mxw-375{
    max-width:37.5rem;
}
.c-img-ratio{
    width:100%;
    height:auto;
}
.anc_nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
    align-items: center;
    width: 100%;
}
.link_btn{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4rem;
    border: 0.1rem solid;
    border-radius: 10rem;
    display: flex;
    height: 6rem;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
a[target="_blank"]:after{

}
a.lb-bg-w:link, a.lb-bg-w:visited, a.lb-bg-w:active,
a.lb-bg-nv:link:hover, a.lb-bg-nv:visited:hover, a.lb-bg-nv:active:hover,
.lb-bg-w,.lb-bg-nv:hover{
    background:#fff;
    border-color:#000;
    color:#000;
}
a.lb-bg-nv:link, a.lb-bg-nv:visited, a.lb-bg-nv:active,
a.lb-bg-w:link:hover, a.lb-bg-w:visited:hover, a.lb-bg-w:active:hover,
.lb-bg-nv,.lb-bg-w:hover{
    color:#fff;
    background:#1f2c5c;
    border-color:#1f2c5c;
}

.lb-arrow_r:before{
    content:'';
    position:absolute;
    top:50%;
    right:1.2rem;
    width:2.0rem;
    height:0.2rem;
    background:#666;
    transform:translate(0,-50%) ;
}
.lb-arrow_r:after{
    content:'';
    position:absolute;
    top:50%;
    right:1.2rem;
    width:1.2rem;
    height:1.2rem;
    border-top:0.2rem solid #666;
    border-right:0.2rem solid #666;
    transform:translate(0,-50%) rotate(45deg);
}
.lb-arrow_d:before{
    content: '';
    position: absolute;
    top: 55%;
    right: 2.5rem;
    width: 2.4rem;
    height: 0.2rem;
    background: #666;
    transform: translate(25%, -250%) rotate(90deg);
}
.lb-arrow_d:after{
    content: '';
    position: absolute;
    top: 55%;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
    border-top: 0.2rem solid #666;
    border-right: 0.2rem solid #666;
    transform: translate(20%, -70%) rotate(135deg);
}
a.lb-bg-nv:before,a.lb-bg-w:hover:before{background:#fff;}
a.lb-bg-nv:after,a.lb-bg-w:hover:after{border-color:#fff;}
a.lb-bg-nv:hover:before,a.lb-bg-w:before{background:#666;}
a.lb-bg-nv:hover:after,a.lb-bg-w:after{border-color:#666;}

input.c-form-input,textarea{
    padding: 0 2rem;
    background: #fff;
    border: 1px solid #ddd;
}
#form input:placeholder-shown,#form textarea:placeholder-shown,#form input:focus:placeholder-shown,#form textarea:focus:placeholder-shown,#form .c-form-input:focus {
    color: #ccc ;
    background:#fff;
}
#form .c-form-string {
    padding: 0 0 0.4rem 0;
    font-weight: bold;
    color:#000;
}
#form .c-button:disabled{
    background:#ccc;
    border-color:#ccc;
    cursor:not-allowed;
}
#form .c-button.lb-arrow_r:disabled:before{
    background:#fff;
}
#form .c-button.lb-arrow_r:disabled:after{
    border-color:#fff;
}
#sec03 .comment_red{color:#E72114;font-weight:normal;}

#form .c-button[disabled=disabled]:hover{
    color:initial;
}
#form .c-form-label {
    padding: 0.4rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.8rem;
    flex: 0 0 4.8rem;
    border: 0.1rem solid #f85e06;
    border-radius: 0.5rem;
    line-height: normal;
    background: #f85e06;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}
#form .c-form-input {
    max-width: 54rem;
    width: 100%;
    height: 5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 2rem;
    display: block;
    background: #fff;
    border: 0.1rem solid #ccc;
    border-radius: 1rem;
    color: #444;
    font-weight: 400;
    font-size: 1.6rem;
}
main+hr{border-color:#ccc;}

.alert_required {
    background: rgba(255, 0, 0, .1) !important;
    color: #999 !important;
}


.c-step_ex {
    margin: 6rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none;
  }
  @media screen and (max-width:750px) {
    .c-step_ex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
    }
    .cont-inner-overflow{
      padding:1.6rem 0;
    }
    .anc_nav {
        grid-template-columns: 1fr;
    }
  }
  .c-step_ex__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 1.4rem 4rem;
    background: var(--prmedia);
    border-radius: 1rem;
    color: var(--navy);
    -webkit-clip-path: polygon(calc(100% - 4rem) 0, 100% 50%, calc(100% - 4rem) 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 4rem) 0, 100% 50%, calc(100% - 4rem) 100%, 0 100%, 0 0);
  }
  @media screen and (max-width:750px) {
    .c-step_ex__arrow {
      padding-top: 1.4rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-bottom: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.5rem;
      -webkit-clip-path: none;
              clip-path: none;
    }
  }
  .c-step_ex__arrow:last-child {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .c-step_ex__arrow.is-current {
    background: var(--prmedactiv);
    color: var(--navy);
  }
  .c-step_ex__num {
    display: block;
    font-family: "Akshar", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
  @media screen and (max-width:750px) {
    .c-step_ex__num {
      font-size: 2rem;
    }
  }
  .c-step_ex__text {
    display: block;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12rem;
  }
  @media screen and (max-width:750px) {
    .c-step_ex__text {
      font-size: 1.4rem;
    }
  }

  .c-form__block+.err_bloc {
    margin-top: -2rem;
    color: var(--red2);
    font-weight: bold;
    box-sizing: border-box;
    background: var(--white);
    padding: 0.25rem 0.5rem;
    border: 0.1rem solid var(--red2);
    font-size: 80%;
}
@media screen and (max-width: 750px) {
    .c-form__block+.err_bloc {
        margin-top: 0;
    }
}



/*** pagenation ***/
.c-news-list-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  list-style: none;
}

.c-news-list-pagenation__prev,
.c-news-list-pagenation__next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
}

.c-news-list-pagenation__prev {
  margin-right: 4rem;
}

.c-news-list-pagenation__next {
  margin-left: 4rem;
}

.c-news-list-pagenation__page {
  min-width: 3.9rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 0.1rem solid var(--gray2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--navy);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.c-news-list-pagenation__page:nth-last-of-type(2) {
  border-right: 0.1rem solid var(--gray2);
}

@media screen and (max-width:750px) {
  .c-news-list-pagenation__page {
    min-width: 2.9rem;
    font-size: 1.4rem;
  }
}

.c-news-list-pagenation__page.is-current {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-weight: 500;
}

.c-news-list-pagenation__link {
  color: var(--gray3);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.c-news-list-pagenation__link:link,
.c-news-list-pagenation__link:visited {
  color: var(--gray3);
  text-decoration: none;
}

.c-news-list-pagenation__link:link:hover,
.c-news-list-pagenation__link:visited:hover {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
}

.c-news-list-pagenation__button {
  display: block;
  width: 4rem;
  height: 4rem;
}

.c-slider-button {
  width: 4rem;
  height: 4rem;
  border: 0.15rem solid var(--navy);
  border-radius: 50%;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .c-slider-button {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
  }
}
.c-sr-only{
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    padding: 0;
    margin: -0.1rem;
    overflow: hidden;
    -webkit-clip-path: rect(0, 0, 0, 0);
    clip-path: rect(0, 0, 0, 0);
    border: 0;
}
.c-slider-button::before {
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  display: block;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.c-slider-button--prev::before {
  border-top: 0.2rem solid var(--navy);
  border-left: 0.2rem solid var(--navy);
  left: 0.4rem;
  right: 0;
}

.c-slider-button--next::before {
  border-right: 0.2rem solid var(--navy);
  border-bottom: 0.2rem solid var(--navy);
  left: 0;
  right: 0.4rem;
}

@media screen and (min-width:751px) {
  .c-slider-button:hover {
    background: var(--navy);
  }

  .c-slider-button:hover::before {
    border-color: var(--white);
  }
}

.c-slider-button:active {
  opacity: 0.75;
}

.c-slider-button.is-disabled {
  background: none;
  border-color: var(--gray2);
  pointer-events: none;
}

.c-slider-button.is-disabled::before {
  border-color: var(--gray2);
}

@media screen and (min-width:751px) {
  .c-slider-button.is-disabled:hover {
    background: none;
  }

  .c-slider-button.is-disabled:hover::before {
    border-color: var(--gray2);
  }
}

.c-slider-button.is-disabled:active {
  background: none;
}

.c-slider-button.is-disabled:active::before {
  border-color: var(--gray2);
}

@media screen and (max-width:750px) {
  .c-news-list-pagenation__button {
    width: 3rem;
    height: 3rem;
  }
}