@charset "UTF-8";

/* 共通
***************************************************************/
main{
  padding-top: 250px;
  overflow-x: hidden;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main{
    padding-top: 140px;
  }
}


/* page_ttl_sec
***************************************************************/


.page_ttl{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 85px;
}
.page_ttl .jost{
  font-size: 96px;
  margin-top: -10px;
}
.page_ttl .ja{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
.action.stretch.scrollin::before {
    transition-delay: 1s;
}
.guidance01{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
.guidance02{
  font-size: 13px;
  margin-top: 1.2em;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  main .inner {
    margin-left: 11%;
    margin-right: 11%;
  }
 .page_ttl{
    margin-bottom: 35px;
    z-index: 1;
  }
  .page_ttl .jost {
      font-size: 38px;
      margin-top: -0.06em;
  }
  .page_ttl .ja{
    font-size: 16px;
    margin-top: 10px;
  }
  .guidance01 {
    font-size: 16px;
    line-height: 1.625;
  }
  .guidance02{
    line-height: 1.69;
    margin-top: 15px;
  }
}



/* policy_wrap
***************************************************************/
.policy_txt{
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.02em;
}
.policy_list{
  margin-top: 70px;
}
.policy_list dl{
  margin-top: 65px;
  letter-spacing: 0.02em;
}
.policy_list dt{
  font-size: 24px;
  font-weight: 700;
/*  border-bottom: 1px solid #000;*/
/*  padding-bottom: 10px;*/
}
.policy_list dd{
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  margin-top: 1.2em;
}
.policy_list dd a {
    text-decoration: underline;
    word-break: break-all;
}
.policy_list dd a:hover{
  text-decoration: none;
  color: #79CBD6;
}
.policy_list dd .sub{
  margin-top: 1.1em;
}
.policy_list dd .sub li{
  padding-left: 1em;
  text-indent: -1em;
}
.policy_list dd .sub + p{
  margin-top: 1.1em;
}
.policy_list dd .sub_list li {
    padding-left: 2.7em;
    text-indent: -2.7em;
}
.policy_list dd .sub_list li + li{
  margin-top: 0.6em;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .policy_list {
    margin-top: 50px;
  }
  .policy_list dl{
    margin-top: 40px;
  }
  .policy_list dt{
    font-size: 18px;
/*    line-height: 1.4;*/
  }
  .policy_list dd {
    margin-top: 0.6em;
  }

}