@charset "UTF-8";

/* 会社情報 
-------------------- */
.terms .content-wrap.bussiness-index{
 padding-bottom:40px;
}
@media screen and (max-width: 768px){
 .terms .content-wrap.bussiness-index{
  padding-bottom:30px;
 }
}
.content-wrap{
 max-width:880px;
 width:100%;
 margin: 0 auto 66px;
}


.h3-txt{
 font-size:24px;
 margin-bottom:20px;
 font-feature-settings: "palt";
}
@media screen and (max-width: 768px){
 .h3-txt{
  font-size:20px;
 }
}

.h3-under-bd{
 margin-bottom:30px;
}
@media screen and (max-width: 768px){

 .h3-under-bd{
  margin-bottom:20px;
 }
}

.h3-under-bd::after{
 content:none;
}

.content-wrap p.date{
 font-size:14px;
 color:#666666;
 line-height:1;
}

.content-wrap a{
 text-decoration: underline;
}
.content-wrap a.icon-pdf{
 text-decoration:underline;
}
.icon-blank:after{
 content:url(/materials/common/img/news/blank.svg);
 display:inline-block;
 margin-left:6px;
}
.icon-pdf{
 position:relative;
}
.icon-pdf:after{
 content:url(/materials/common/img/news/pdf.svg);
 display:inline-block;
 margin-left:6px;
 /* position: absolute;
 top: 1px; */
 vertical-align: text-top;
}

.img{
 margin:27px auto 0;
 max-width:600px;
 width:100%;
 border-radius: 20px;
 overflow: hidden;
}