@charset "UTF-8";

/*お気軽にご相談くださいパーツ*/
#top_img + .composite_box01 .inner_item a{
    pointer-events: none;
}
#top_img + .composite_box01 .inner_item_img img{
    background: #8c785112;
    padding: 5px;
}
@media screen and (max-width: 700px){
#top_img + .composite_box01 .inner_item{
    width: 31% !important;
}
}
@media screen and (max-width: 600px){
#top_img + .composite_box01 .inner_item{
    width: 100% !important;
}
#top_img + .composite_box01 .heading.block_header_6 .h {
    padding: 0 38px;
}
}

/*ご相談の流れパーツ*/
#flow_img + .composite_box01 .inner_item a{
    pointer-events: none;
}
#flow_img + .composite_box01 .inner_item .heading {
    margin-bottom: 0px;
    margin-top: 10px;
}
#flow_img + .composite_box01.block_images_6 a+.inner_item_txt {
    margin-top: 0px;
    margin-bottom: 30px;
}
#flow_img + .composite_box01 .inner_item:nth-child(4) .inner_item_txt{
   margin-bottom: 0 !important;
}
#flow_img + .composite_box01 .inner_item:nth-child(4) .inner_item_img img{
    height: 120% !important;
    max-height: 250px;
}
#flow_img + .composite_box01 .inner_item{
   position:relative;
}
#flow_img + .composite_box01 .inner_item:before{
content:" ";
position:absolute;
top:50%;
right:-20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
border-style: solid;
border-width: 25px 0 25px 25px;
border-color: transparent transparent transparent #8c7851;
}
#flow_img + .composite_box01 .inner_item:nth-child(4):before{
   display:none;
}

@media screen and (max-width: 920px){
#flow_img + .composite_box01 .inner_item{
   width: 23.5%;
   margin-left: 2%;
   margin-bottom: 30px;
}
}

@media screen and (max-width: 768px){
#flow_img + .composite_box01 .heading.block_header_4 .h {
    font-size: max(4vw,24px)!important;
}
#flow_img + .composite_box01.block_images_6 a+.inner_item_txt {
    font-size: max(3.5vw,20px);
}
#flow_img + .composite_box01 .inner_item{
   width: 100% !important;
   margin: 30px 0 !important;
}
#flow_img + .composite_box01 .inner_item:nth-child(4){
   margin-bottom: 0 !important;
}
#flow_img + .composite_box01 .inner_item .inner_item_img{
   height: 200px;
   padding-top:0px;
}
#flow_img + .composite_box01 .inner_item .inner_item_img img{
   left: 50%;
   max-width: 200px;
    max-height: 200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
   min-width: 200px;
}
#flow_img + .composite_box01 .inner_item:before{
border-color: #8c7851 transparent transparent transparent ;
border-width: 20px 20px 0 20px;
bottom: -25px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
right: auto;
top: auto;
}
}