@charset "utf-8";
.texta{
  color: #efac60;
  text-decoration: underline;
}
.texta:hover{
  text-decoration: none;
}
.privacy_privacy {
  margin-top: 80px;
  font-weight: 400;
  font-size: 14px;
}
.send{
  font-weight: 400;
  font-size: 14px;
}

.subhead {
  background: #efd860;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  height: 150px;
}
.subhead h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.head3{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.head3::before {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  transform: translateX(-100%);
  position: absolute;
  left: 30%;
  top: 50%;
}
.head3::after {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: translateX(100%);
  right: 30%;
  top: 50%;
}
.head3long{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.head3long::before {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  transform: translateX(-100%);
  position: absolute;
  left: 25%;
  top: 50%;
}
.head3long::after {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: translateX(100%);
  right:25%;
  top: 50%;
}
.head3long2{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.head3long2::before {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  transform: translateX(-100%);
  position: absolute;
  left: 20%;
  top: 50%;
}
.head3long2::after {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: translateX(100%);
  right: 20%;
  top: 50%;
}

.head3long3{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.head3long3::before {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  transform: translateX(-100%);
  position: absolute;
  left: 10%;
  top: 50%;
}
.head3long3::after {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: translateX(100%);
  right: 10%;
  top: 50%;
}

.head4{
  width: 100%;
  background-color: #f3e9b6;
  color: #e05600;
  font-size: 16px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.phs{
  padding-bottom: 50px;
}
.btm20{
  padding-bottom: 20px;
  line-height: 1.5;
}
.txtcontents{
  line-height: 1.5;
}
.sectionborder{
  border-bottom: 1px dotted #efd860;
  margin-bottom: 50px;
}
.caption{
  margin-bottom: 50px;
  line-height: 1.5;
}
.imgcontainer{
  margin-bottom: 20px;
}
.cards{
  max-width: 470px;
}
.atbarai{
  max-width: 468px;
}
.li-in-li{
  text-indent: -20px;
  margin-bottom:20px;
}
.li-in-li li{
  text-indent: -1.5em;
  padding: 0 0 5px 1.5em;
}
.li-in-li ::before{
  content: "●";
  font-size: 12px;
  padding-right: 0.5em;
  color: #e05600;
}
.numlist{
  text-indent: -1.75em;
  padding-left: 1.75em;
}

.numlist li{
  padding: 0 0 5px 0;
}

.nomargin{
  margin-bottom:0px;
}

.br500{
  display: none;
}

@media (max-width:750px){
  .head3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }
  .head3::before {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    transform: translateX(-100%);
    position: absolute;
    left: 28%;
    top: 50%;
  }
  .head3::after {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    position: absolute;
    transform: translateX(100%);
    right: 28%;
    top: 50%;
  }
  .head3long3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }
  .head3long3::before {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    transform: translateX(-100%);
    position: absolute;
    left: 5%;
    top: 50%;
  }
  .head3long3::after {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    position: absolute;
    transform: translateX(100%);
    right: 5%;
    top: 50%;
  }
}

@media (max-width:650px){
  .pay {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
    font-size: 14px;
  }
  .subhead {
    height: 100px;
  }
  .subhead h2{
    font-size: 28px;
  }
  .sectionborder{
    margin-bottom: 40px;
  }
  .phs{
    padding-bottom: 40px;
  }
  .head3{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
  }
  .head3::before {
    left: 25%;
  }
  .head3::after {
    right: 25%;
  }
  .head3long{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .head3long::before {
    left: 20%;
  }
  .head3long::after {
    right:20%;
  }
  .head3long2{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .head3long2::before {
    left: 18%;
  }
  .head3long2::after {
    right: 18%;
  }
  
  .head3long3{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .head3long3::before {
    left: 5%;
  }
  .head3long3::after {
    right: 5%;
  }

  .profile-detail {/* margin: -15px 0 120px 0; */}
  .profileitem_r::after{
    width: 94%;
    left: calc(50% - 47%);
  }
  .profileitem_l{
    width: 100%;
    padding: 15px 30px 0 30px;
  }
  .profileitem_r{
    width: 100%;
    padding: 10px 30px 15px 30px;
  }
}

@media (max-width:500px){
  .br500{
    display: initial;
  }
  .pay{
    margin: 30px auto 0;
  }
  .sectionborder{
    margin-bottom: 30px;
  }
  .phs{
    padding-bottom: 30px;
  }
  .subhead h2{
    font-size: 28px;
  }
  .head3{
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .head3::before {
    width: 10px;
    left: 15%;
  }
  .head3::after {
    width: 10px;
    right: 15%;
  }
  .head3long{
    margin-bottom: 30px;
  }
  .head3long::before {
    left: 10%;
  }
  .head3long::after {
    right:10%;
  }
  .head3long2{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .head3long2::before {
    left: 5%;
  }
  .head3long2::after {
    right: 5%
  }

}