@charset "UTF-8";

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

.contact .content-wrap.bussiness-index{
 padding-bottom:40px;
}
@media screen and (max-width: 768px){
 .contact .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:36px;
}

.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;
}

.company-overview .content-wrap{
 background:#fff;
 padding:0 60px;
 margin-bottom:50px;
}
@media screen and (max-width: 768px){
.company-overview .content-wrap{
  padding:0;
  margin-bottom:30px;
 }
}
.overview{
 display:flex;
 border-top:1px solid #DDDDDD;
}
@media screen and (max-width: 768px){
.overview{
  display:block;
 }
}
.overview.last{
 border-bottom:1px solid #DDDDDD;
}
.overview dt{
 max-width:280px;
 width:100%;
 padding:24px;
 color:#666666;
 font-size:14px;
}
.overview dd{
 font-size:14px;
 padding:24px 0;
 color:#282828;
}
@media screen and (max-width: 768px){
 .overview dt{
  max-width:initial;
  padding:20px 0 12px 0;
 }
 .overview dd{
  padding:0 0  22px 0;
 }
}

.map-flex{
 display:flex;
}
.map-flex > div{
 max-width:420px;
 width:100%;
}
.map-flex > div:first-child{
 margin-right:40px;
}
@media screen and (max-width: 768px){
 .map-flex{
  display:block;
  margin-bottom:40px;
 }
 .map-flex > div{
   max-width:initial;
  }
 .map-flex > div:first-child{
   margin-right:0;
   margin-bottom:30px;
  }
}

.map-h3-txt{
 display:block;
 font-size:16px;
 margin-bottom:10px;
 position:relative;
 padding-left:14px;
}
.map-h3-txt:before{
 content:"";
 display:block;
 background:#E62334;
 width:4px;
 height:20px;
 position: absolute;
 top: 4px;
 left:0;
}
