
@charset "UTF-8";

main>section:first-child .wrapper_item,
main>div:first-child .wrapper_item{
padding-bottom: 0!important;
}

a[name="question"]+div.composite_box01 a{
display: inline;
transition: .2s;
}
a[name="question"]+div.composite_box01 a:hover{
opacity: 0.9;
}

a[name="banner"]+div.width_fixed  .content_wrapper,
a[name="banner"]+div+div.width_fixed  .content_wrapper{
max-width:1000px!important;
}

a[name="banner"]+div.width_fixed  .content_wrapper .inner_item_img,
a[name="banner"]+div+div.width_fixed  .content_wrapper .inner_item_img{
box-shadow: 0px 4px 6px rgba(0,0,0,0.07);
}

a[name="question"]+div.composite_box01  .wrapper_item{
border:1px solid #ddd;
border-radius: 10px;
padding: 2.5% 2%;
}

a[name="question"]+div.composite_box01  .wrapper_item p{
line-height: 2.5;
}

a[name="question"]+div.composite_box01  .wrapper_item .heading{
margin-bottom: 0!important;
}

.block_news_1 .heading.block_header_2{
max-width: 800px;
margin-bottom: 0;
}

@media screen and (max-width: 650px){
a[name="banner"]+div.width_fixed .content_wrapper  .inner_item,
a[name="banner"]+div+div.width_fixed .content_wrapper  .inner_item{
width: 32%!important;
margin-bottom: 0;
}
a[name="banner"]+div.width_fixed  .content_wrapper .inner_item_img,
a[name="banner"]+div+div.width_fixed  .content_wrapper .inner_item_img{
box-shadow: 0px 2px 4px rgba(0,0,0,0.07);
}

a[name="question"]+div.width_fixed .content_wrapper  .inner_item{
margin-bottom: 0;
}

}