@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.sp{
	display: block !important;
}
.pc{
	display: none !important;
}
@media (min-width: 740px){
	.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
 }

.contentsInr{
  padding: 0;
}

@media (min-width: 740px){
  .contentsInr {
    width: 100%;
}
}
.contentsInr .ttlLv1{
  margin: 0 0 20px 0;
}


 /* ----sec---- */   
.sec{
  padding-bottom: 50px;
}
.sec_bg_yw{
  background: #FCE650;
  
}
.sec_bg_dyw{
  background: #FFEE96;
}
.inner{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
padding: 0 15px;
}

.sec_top_ttl{
  color: #39B54A;
  font-weight: bold;
}
.sec_top_ttl b{
  font-size: 2.4rem;
}
.anc .linkbtn a {
  height: 60px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 740px){
  .sec_top_ttl b{
    font-size: 2.8rem;
  }
  .anc {
    display: flex;
    gap: 15px;
  }
  .anc::before,.anc::after{
    content: none !important;
  }
  .anc .linkbtn {
    width: calc(20% - 10px) !important;
  }
  .anc .linkbtn a {
    width: 100% !important;

  }
}

.sec01_ttl .ttlLv2{
border-bottom: 0;
padding: 0;
}
.sec01_ttl .ttlLv2 .heading{
  display: flex;
  border-left: 0;
  font-size: 2rem;
  padding-left: 0;
}

.sec01_ttl .ttlLv2 .heading img{
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 10px;
}
@media (min-width: 740px){
  .sec01_ttl .ttlLv2 .heading{
    font-size: 2.2rem;
  }
  .sec01_ttl .ttlLv2 .heading img{
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-right: 15px;
  }
}
.sec01_ttl .ttlLv2 .heading span{
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}

.sec02_ttl .ttlLv2{
  border-bottom: 0;
  padding: 10px 20px;
  background: #FCE650;
  }
  .sec02_ttl .ttlLv2 .heading{
    display: flex;
    align-items: baseline;
    border-left: 0;
    font-size: 1.8rem;
    font-weight: normal;
    padding-left: 0;
  }
  @media (min-width: 740px){
    .sec02_ttl .ttlLv2 .heading{
      font-size: 2rem;
    }
  }
  .sec02_ttl .ttlLv2 .heading span{
    width: 32px;
    height: 32px;
    min-width: 32px;
    line-height: 1.5;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .txtList li a {
    width: 100%;
    max-width: 170px;
    margin: 5px 0;
    height: 35px;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #333333;
    position: relative;
  }
  .txtList li a:hover{
    opacity: .7;
    text-decoration: underline;
  }
  .txtList li a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
    font-size: inherit;
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: -53px -53px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec02_table table tbody tr{
    border-bottom: 1px solid #333;
  }
  .sec02_table table tbody tr:first-child th {
    background: #999999;
    color: #fff;
    text-align: center; 
  }
  .sec02_table table tbody tr th:first-child {
    width: 10%;
    text-align: center;
  }
  .sec02_table table tbody tr:first-child th:first-child {
    border-right: 4px solid #fff;
  }
  .sec02_table table tbody tr th:last-child ,.sec02_table table tbody tr td:last-child{
    width: 8%;
    border-left: 1px solid #333;
  }
  .sec02_table table tbody tr th,.sec02_table table tbody tr td{
    font-weight: normal;
    padding: 10px;
  }
  .sec02_table table tbody tr th,.sec02_table table tbody tr td img{
    width: 26px;
  }
  .sec02_table table tbody tr th {
    background: #EFEFEF;
  }
  .sec02_table table tbody tr td {
    background: #fff;
  }
  .sec02_table table tbody tr td strong{
    color: #39B54A;
    font-weight: bold;
  }
.ttl_info{
  background: #FFEE96;
  padding: 5px 20px;
}
.ttl_info p span.fs18{
  display: block;
} 
@media (min-width: 740px){
  .ttl_info p span.fs18{
    display: inline-block;
  }
  .sec02_table table tbody tr th,.sec02_table table tbody tr td{
    padding: 20px;
  }
}
.noteList li span {
  text-decoration: underline;
}

.sec_box_ttl .ttlLv2{
  border-bottom: 0;
  padding: 20px 10px 15px;
  margin-bottom: 0;
  background: #39B54A;
  border-radius: 15px 15px 0 0;
  }
  .sec_box_ttl .ttlLv2 .heading{
    display: flex;
    align-items: center;
    border-left: 0;
    font-size: 2rem;
    color: #fff;
    padding-left: 0;
  }
  .sec_box_ttl .ttlLv2 .heading span{
    line-height: 1;
    margin-right: 15px;
    font-size: 1.4rem;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  @media (min-width: 740px){
    .sec_box_ttl .ttlLv2{
      padding: 30px 20px 25px;
      border-radius: 20px 20px 0 0;
      }
      .sec_box_ttl .ttlLv2 .heading{
        font-size: 2.3rem;
      }
      .sec_box_ttl .ttlLv2 .heading span{
        margin-right: 20px;
        font-size: 1.6rem;
        border-radius: 30px;
      }
  }
.sec_box{
  background: #fff;
  padding: 30px 25px 20px;
  border-radius: 0 0 20px 20px;
}
.sec_box_col2 .colWrap{
  width: 100%;
}
.sec_box_col2 .colWrap .col:first-child {
  width: 100%;
}
.sec_box_col2 .colWrap .col:nth-child(2) {
  width: 100%;
}
.sec_box_col2 .colWrap .col:nth-child(2) > div {
  display: flex;
  gap: 5px;
}
@media (min-width: 740px){
  .sec_box_col2 .colWrap{
    max-width: 730px;
    margin: 0 auto;
    gap: 10px;
  }
  .sec_box_col2 .colWrap .col:first-child {
    width: calc(67% - 5px);
    margin: 0;
  }
  .sec_box_col2 .colWrap .col:nth-child(2) {
    width: calc(33% - 5px);
    margin: 0;
  }
  .sec_box_col2 .colWrap .col:nth-child(2) > div {
    display: block
  }
  .mt10{
  margin-top: 10px;
  }
  .sec_box_info{
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
}

.sec03_ttl .ttlLv3 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  background: #FCCD1E;
  border-radius: 25px;
  text-align: center;
  }
  .sec03_ttl.bg_gr .ttlLv3{
    background: #C4DF32;
  }
  .sec03_ttl .ttlLv3 .heading{
    display: block;
    border-left: 0;
    font-size: 2.1rem;
    font-weight: 500;
    padding-left: 0;
    text-align: center;
    position: relative;
    padding: 60px 10px 10px;
  }
  .sec03_ttl .ttlLv3 .heading img{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
  }
  .sec03_ttl .ttlLv3 .heading span{
    display: block;
    font-size: 1.5rem;
  }
.sec03_img{
  position: relative;
}
@media (min-width: 740px){
  .sec03_ttl .ttlLv3 .heading{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0;
  }
  .sec03_ttl .ttlLv3 .heading img{
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 10%;
    transform: none;
    width: 45px;
    height: 45px;
  }
  .sec03_ttl .ttlLv3 .heading span{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.5rem;
  }
  .sec03_img_wrap{
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
  }
}

.sec03_img_icon{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
}
.sec03_btn{
  display: block !important;
  text-align: center;
}
@media (min-width: 740px){
  .sec03_img_wrap_02 .column .colWrap  {
    flex-wrap: nowrap;
  }
  .sec03_img_wrap_02 .column .colWrap .col {
    width: calc(33.3% - 16.36px);
  }
}

.sec_qa .heading {
  padding: 10px 30px 10px 15px;
  background: #fff !important;
}
.sec_qa .heading .inr {
  display: flex;
  font-weight: normal;
}
.sec_qa .heading .inr span {
  display: inline-flex;
  align-items: baseline;
  color: #39B54A;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 10px;
  min-width: 3em;
}
.sec_qa .heading .inr span b{
  font-size: 2rem;
  margin-right: 5px;
}
.sec_qa .content .text table tbody tr th,.sec_qa .content .text table tbody tr td{
  border: 1px solid #333;
  padding: 8px 10px;
}
@media (min-width: 740px){
  .sec_qa .heading {
    padding: 10px 30px 10px 40px;
  }
  .sec_qa .heading .inr span {
    margin-right: 20px;
    min-width: auto;
  }
}
.sp_under .colWrap {
  flex-direction: column-reverse;
}
.sp_under .colWrap .col:last-child{
margin-bottom: 20px;
}
@media (min-width: 740px){
  .sp_under .colWrap {
    flex-direction: row;
  }
  .sp_under .colWrap .col:last-child{
    margin-bottom: 0;
    }
}



.box_attention {
  border: 2px solid #cc0000;
  background: #ffffff;
  padding: 18px;
}
.bg_certificate {
	background-color: #ffe4e1;
	padding: 6px;
}

.box_attention .inner_ttl .ttlLv1 .heading span{
display: block;
}

@media all and (min-width: 740px) {
  .box_attention {
    margin-top: 60px;
  }
  .box_attention .inner_ttl .ttlLv1 .heading span{
    display: inline-block;
    }
}

@media all and (max-width: 739px) {
  .box_attention {
    margin-top: 40px;
  }
}

.optinBox span.optInCheck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 740px) {
  .optinBox span.optInCheck {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}

.optinBox span.optInCheck::before {
  background: #fff;
  border: 2px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.optinBox span.optInCheck::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 12px;
    left: 6px;
    margin-top: -8px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -9px;
  }
}

.optinBox input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.optinBox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
}

@media all and (min-width: 740px) {
  .optinBox label {
    padding: 5px 0;
  }
}

@media all and (max-width: 739px) {
  .optinBox label {
    padding: 5px 10px;
    display: flex;
  }
}

input[type="checkbox"]:focus + span.optInCheck {
  box-shadow: 0 0 3px 3px #ccc;
}

input[type="checkbox"]:checked + span.optInCheck:after {
  opacity: 1;
}

.optinBox span.agreeTxt {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: -2px;
}

.application_lead {
  height: 50px;
  line-height: 50px !important;
  margin-bottom: 30px;
  font-size: 2.4rem;
  margin-top: 20px;
  background-color: #c00;
  position: relative;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 740px) {
  .application_lead {
    width: 950px;
    margin: 0 auto;
  }
}

@media all and (max-width: 739px) {
  .application_lead {
    width: 100%;
  }
}

.application_lead:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #c00 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -32px;
}

.info_box{
  border: 1px solid #c00;
  padding: 10px;
  background: #fffbbc;
  margin: 10px 0;
}