@charset "utf-8";
/* CSS Document */

.yon_top{
  margin-bottom: 48px;
  background: url("../img/purchase/ph_topbg.jpg") center top;
}
.yon_topbox{
  width: 800px;
  height: 464px;
  margin: auto;
  padding: 40px 50px 0;
  text-align: center;
  background-color: #FFFFFF;
}
.yon_topbox h1{
  margin-bottom: 32px;
  font-size: 3.125rem;
  font-weight: bold;
  color: #222222;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear;
}
.yon_topbox div div{
  position: relative;
  width: 600px;
  margin: 0 auto 32px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #394384;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear;
}
.yon_topbox div div b{
  position: relative;
  z-index: 10;
}
.yon_topbox div div br{display: none;}
.yon_topbox div div::after{
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #FCE98D;
  z-index: 1;
  transition: all 0.5s linear 0.3s;
}
.yon_topbox p{
  line-height: 2;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  color: #333333;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear;
}
.yon_topbox>div>span{
  display: block;
  margin-bottom: 40px;
  font-size: 0.875rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear;
}
.yon_topbox ul{
  display: flex;
  justify-content: space-between;
}
.yon_topbox li{
  background: #FFFFFF;
  border: 3px solid #394384;
  opacity: 0;
  transform: translateY(20px);
}
.yon_topbox li:first-of-type{transition: all 0.25s linear 0.1s;}
.yon_topbox li:nth-of-type(2){transition: all 0.25s linear 0.2s;}
.yon_topbox li:last-of-type{transition: all 0.25s linear 0.3s;}
.yon_topbox li a{
  display: block;
  width: 200px;
  height: 64px;
  padding-top: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #394384;
}

/*animation*/
.yon_topbox.active h1,
.yon_topbox.active div div,
.yon_topbox.active p,
.yon_topbox.active span,
.yon_topbox.active li{
  transform: none;
  opacity: 1;
}
.yon_topbox.active div div::after{width: 100%;}




.yon_contentwrap{
  margin-bottom: 56px;
  padding: 88px 0 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear;
}
.yon_contentwrap.active{
  opacity: 1;
  transform: none;
}
.yon_contentsblock{
  position: relative;
  width: 930px;
  margin: 0 auto;
  padding: 56px 35px 35px;
  background-color: #ECECE0;
}
.yon_contentsblock h2{
  position: absolute;
  top: -40px;
  left: calc(50% - 214px);
  line-height: 1;
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #394384;
}
.yon_contentsblock h2 img{vertical-align: middle;}
.yon_contentsblock h2 img:first-of-type{margin-right: 24px;}
.yon_contentsblock h2 img:last-of-type{margin-left: 24px;}
.yon_contentsblock h2 p{
  font-size: 0.875rem;
  transform: translateY(-12px);
}
.yon_commentary{
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: #333333;
}
.yon_contentsblock dl{
  position: relative;
  display: flex;
  margin-bottom: 5px;
  padding: 6px;
  background-color: #FFFFFF;
}
.yon_contentsblock dl:last-of-type{margin-bottom: 0;}
.yon_contentsblock dt{
  display: flex;
  align-items: center;
  width: 284px;
  min-height: 58px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4D5694;
  background-color: #F3F3F3;
}
.yon_contentsblock dd{
  display: flex;
  align-items: center;
  width: calc(100% - 284px);
  line-height: 1.75;
  padding: 6px 24px;
  font-size: 0.875rem;
  color: #333333;
}
.yon_contentsblock dd a{
  margin-left: 1em;
  text-decoration: underline;
  color: #619FD5;
}
.yon_contentsblock dd p{font-size: 0.75rem;}
.yon_contentsblock dd img{
  width: 26px;
  vertical-align: baseline;
}
.yon_contentsblock dd span{
  font-size: 1.25rem;
  font-weight: bold;
  color: #3C4586;
  vertical-align: baseline;
}
.yon_contentsblock dd i{
  display: block;
}
.yon_contentsblock dl:nth-last-of-type(n+2) dd::after{
  content: url("../img/purchase/icon_arw.svg");
  display: block;
  position: absolute;
  left: 120px;
  bottom: -24px;
  z-index: 2;
}
.yon_linkbtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 80px;
  margin: 0 auto 72px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 8px;
  background-color: #394384;
}





.yon_itemlist{
  margin-bottom: 75px;
}
.yon_itemlist h2{
  margin-bottom: 64px;
  text-align: right;
  font-size: 3.75rem;
  font-weight: bold;
  color: #394384;
}
.yon_itemlist h2 i{
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s linear 0.25s;
}
.yon_itemlist h2::after{
  content: "";
  display: inline-block;
  width: 0;
  margin-left: 24px;
  vertical-align: middle;
  border-bottom: 3px solid #394384;
  transition: all 0.25s linear;
}
.yon_itemlist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin-bottom: 64px;
}
.yon_itemlist li{
  width: 150px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
}
.yon_itemlist li:nth-of-type(1){transition: all 0.25s linear;}
.yon_itemlist li:nth-of-type(2){transition: all 0.25s linear 0.1s;}
.yon_itemlist li:nth-of-type(3){transition: all 0.25s linear 0.2s;}
.yon_itemlist li:nth-of-type(4){transition: all 0.25s linear 0.3s;}
.yon_itemlist li:nth-of-type(5){transition: all 0.25s linear 0.4s;}
.yon_itemlist li:nth-of-type(6){transition: all 0.25s linear 0.5s;}
.yon_itemlist li:nth-of-type(7){transition: all 0.25s linear 0.6s;}
.yon_itemlist li:nth-of-type(8){transition: all 0.25s linear 0.7s;}
.yon_itemlist li:nth-of-type(9){transition: all 0.25s linear 0.8s;}
.yon_itemlist li:nth-of-type(10){transition: all 0.25s linear 0.9s;}
.yon_itemlist li:nth-of-type(11){transition: all 0.25s linear 1s;}
.yon_itemlist li:nth-of-type(12){transition: all 0.25s linear 1.1s;}
.yon_itemlist li:nth-of-type(13){transition: all 0.25s linear 1.2s;}
.yon_itemlist li:nth-of-type(14){transition: all 0.25s linear 1.3s;}
.yon_itemlist li:nth-of-type(15){transition: all 0.25s linear 1.4s;}
.yon_itemlist li:nth-of-type(16){transition: all 0.25s linear 1.5s;}
.yon_txt03{
  margin-bottom: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  color: #222222;
}



/*animation*/
.yon_itemlist.active h2 i{
  transform: none;
  opacity: 1;
}
.yon_itemlist.active h2::after{width: calc(700px + ((100% - 1040px)/2));}
.yon_itemlist.active li{
  transform: none;
  opacity: 1;
}








@media screen and (min-width:768px){
  .yon_topbox li a:hover{opacity: 0.5;}
  .yon_contentsblock dd a:hover{text-decoration: none;}
  .yon_linkbtn:hover{opacity: 0.7;}
}


















/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:768px){
  .yon_top{
    text-align: center;
    background-size: contain;
  }
  .yon_topbox{
    display: inline-block;
    width: auto;
  }
  .yon_topbox div div{
    width: 408px;
    font-size: 1.25rem;
  }
  .yon_topbox p{font-size: 0.875rem;}
  .yon_topbox li a{
    width: 152px;
    height: 46px;
    padding-top: 10px;
    font-size: 1rem;
  }

  .yon_contentsblock{width: 100%;}

  .yon_itemlist.active h2::after{width: 60%;}
  .yon_itemlist ul{
    justify-content: space-around;
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width:420px){
  .yon_top{
    margin-bottom: 0;
    background: none;
  }
  .yon_topbox{
    position: relative;
    display: block;
    height: auto;
    padding: 0;
  }
  .yon_topbox h1{margin-bottom: 10px;}
  .yon_spbg{
    background: url("../img/purchase/ph_topbg_sp.jpg") center top no-repeat;
    padding: 10px 0 0;
  }
  .yon_topbox div div{
    display: inline;
    width: 240px;
  }
  .yon_topbox div div br{display: block;}
  .yon_topbox div div::before{
    content: "";
    position: absolute;
    display: block;
    bottom: 32px;
    left: calc(50% - 100px);
    width: 0;
    height: 5px;
    background-color: #FCE98D;
    z-index: 1;
    transition: all 0.5s linear 0.3s;
  }
  .yon_topbox div div::after{
    left: calc(50% - 60px);
    transition: all 0.5s linear 0.8s;
  }

  .yon_topbox.active div div::before{width: 240px;}
  .yon_topbox.active div div::after{width: 150px;}


  .yon_topbox h1{font-size: 1.875rem;}
  .yon_topbox p span{display: block;}
  .yon_topbox>div>span{font-size: 0.625rem;}
  .yon_topbox ul{padding: 0 14px;}
  .yon_topbox li {border: 2px solid #394384;}
  .yon_topbox li a{
    width: 108px;
    height: 34px;
    padding-top: 5px;
    font-size: 1rem;
  }

  .yon_contentwrap{
    margin-bottom: 0;
    padding-top: 64px;
  }
  .yon_contentsblock{padding: 56px 12px 35px}
  .yon_contentsblock h2{
    top: -20px;
    left: calc(50% - 106px);
    font-size: 1.75rem;
  }
  .yon_contentsblock h2 img{height: 40px;}
  .yon_contentsblock h2 img:first-of-type{margin-right: 5px;}
  .yon_contentsblock h2 img:last-of-type{margin-left: 5px;}
  .yon_contentsblock h2 p{transform: translateY(-6px);}
  .yon_contentsblock dl{flex-wrap: wrap;}
  .yon_contentsblock dt{
    width: 100%;
    color: #4D5694;
  }
  .yon_contentsblock dd{
    width: 100%;
    padding: 5px;
  }
  .yon_contentsblock dd div ul{padding-left: 1em;}
  .yon_contentsblock dd a{
    display: block;
    margin-left: 0;
  }
  .yon_contentsblock dd .yon_teltxt a{
    display: inline;
    color: #3C4586;
  }
  .yon_contentsblock dd i{display: block;}
  .yon_contentsblock dl:nth-last-of-type(n+2) dd::after{left: calc(50% - 26px);}

  .yon_linkbtn{
    width: calc(100% - 60px);
    height: 60px;
    margin-top: 40px;
    font-size: 1rem;
  }


  .yon_itemlist h2{font-size: 1.875rem;}
  .yon_itemlist ul{margin-bottom: 40px;}
  .yon_itemlist li{width: 30%;}
  .yon_itemlist li img{width: 100%;}

  .yon_txt03{
    margin-bottom: 20px;
    font-size: 1rem;
  }

}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


















