@charset "utf-8";
/* CSS Document */

.ccy_wtbg{
  margin-bottom: 80px;
  padding-bottom: 142px;
  background-color: #FFFFFF;
}

.ccy_wtbg h2 span{transition: all 0.6s ease 0.4s;}
.ccy_wtbg h2 i{transition: all 0.6s ease 0.4s;}
.ccy_wtbg h2::after{transition: all 0.6s ease 0.2s;}
.ccy_wtbg h2.active span{width: 100px;}
.ccy_wtbg h2.active i{width: 880px;}
.ccy_wtbg h2.active::after{width: 0;}

.ccy_subhead{
  margin-bottom: 50px;
}

.ccy_policylist dt{
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 32px;
  text-indent: -32px;
}
.ccy_policylist dd{
  margin-bottom: 72px;
  padding-left: 32px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear 0.2s
}

.ccy_policylist dd.active{
  transform: none;
  opacity: 1;
}

.ccy_policylist dd p{margin-bottom: 16px;}
.ccy_policylist dd ul,
.ccy_policylist dd ol{padding-left: 16px;}
.ccy_policylist dd li{
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.ccy_policylist dd li a{
  display: inline-block;
  color: #4099FF;
  text-indent: 0;
}
.ccy_spbr{display: inline-block;}

.ccy_btmcontact p{
  margin-bottom: 12px;
  font-weight: bold;
  color: #151515;
}

.ccy_btmcontact dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #151515;
}

.ccy_btmcontact dt{
  max-width: 180px;
  width: 30%;
  padding-left: 16px;
  margin-bottom: 0;
  font-weight: normal;
  color: #151515;
}
.ccy_btmcontact dd{
  margin-bottom: 26px;
  width: 70%;
  line-height: normal;
}
.ccy_btmcontact dd a{/*iPhone*/
  text-decoration: none;
  color: #151515;
}


.ccy_policylist dd ul.ccy_indent_s{
    padding-left: 0px;
}





@media screen and (min-width:821px){
  .ccy_policylist dd li a:hover{text-decoration: underline;}
}



/*---------------------------
レスポンシブ
-----------------------------------------*/
@media screen and (max-width:820px){
  .ccy_policylist dd li i{display: block;}

  .ccy_wtbg h2.active i{width: 468px;}
}
@media screen and (max-width:420px){
  .ccy_wtbg{
    margin: 0 auto 80px;
    padding-right: 40px;
    padding-bottom: 72px;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0 20px , #FFFFFF 20px 460px)
  }
  .ccy_subhead{
    line-height: 2;
    font-size: 0.875rem;
  }
  .ccy_innerblock dl{font-size: 0.875rem;}
  .ccy_policylist dd{padding-left: 14px;}

  .ccy_policylist dd ul,
  .ccy_policylist dd ol{padding-left: 0;}

  .ccy_btmcontact dl{flex-wrap: wrap;}
  .ccy_btmcontact dt,
  .ccy_btmcontact dd{
    width: 100%;
    padding-left: 16px;
  }


  .ccy_wtbg h2.active i{width: 380px;}
}
@media screen and (max-width:375px){
  .ccy_wtbg h2.active i{width: 335px;}
}
@media screen and (max-width:360px){
  .ccy_wtbg h2.active i{width: 300px;}
}
@media screen and (max-width:320px){
  .ccy_wtbg h2.active i{width: 280px;}
}


