@charset "UTF-8";

@media screen and (max-width: 768px){
 .pankuzu{
  padding:0 20px 12px;
 }
}

.privacypolicy .content-wrap.bussiness-index{
 padding-bottom:40px;
}
@media screen and (max-width: 768px){
 .privacypolicy .content-wrap.bussiness-index{
  padding-bottom:30px;
 }
}

.container-in{
 padding:90px 0 0;
}
@media screen and (max-width: 768px){
 .container-in{
  padding:50px 0 0;
 }
}
.content-wrap{
 background:#fff;
 padding-top:0;
 padding-bottom:0;
 margin-bottom:80px;
}
@media screen and (max-width: 768px){
 .content-wrap{
  margin-bottom:60px;
  }
}
.txt-mb{
 margin-bottom:68px;
}
.txt-mb-s{
 margin-bottom:35px;
}
.p-mb{
 margin-bottom:40px;
}
.p-mb-s{
 margin-bottom:30px;
}
.p-mb-ss{
 margin-bottom:16px;
}

.h3-txt{
 margin-bottom:30px;
}

.h4-txt{
 font-size:18px;
 color:#E62334;
 margin-bottom:24px;
}
.h4-txt-div{
 margin-bottom:40px;
}
.h4-txt-div.last{
 margin-bottom:60px;
}
.h4-txt-div.mb-none{
 margin-bottom:0;
}
.h5-txt{
 font-size:16px;
 font-weight:bold;
 margin-bottom:14px;
 position:relative;
 line-height: 1;
}
.h5-txt:before{
 content:"";
 width:3px;
 height:16px;
 background:#E62334;
 display: inline-block;
 vertical-align: bottom;
 margin-right:10px;
}

@media screen and (max-width: 768px){
 .txt .p-mb{
  margin-bottom:22px;
 }
 .p-mb-s{
  margin-bottom:25px;
 }
 .txt-mb{
  margin-bottom:60px;
 }
 .h4-txt{
  margin-bottom:20px;
 }
 .h4-txt-div{
  margin-bottom:30px;
 }
 .h4-txt-div.last{
   margin-bottom:50px;
  }
 .h3-under-bd + .h4-txt {
    font-size: 16px;
    margin-bottom: 16px;
 }
}


.h4-txt-div li{
 margin-bottom:12px;
}
.h4-txt-div li:last-child{
 margin-bottom:0;
}

.txt-right{
 text-align:right;
}