@charset "UTF-8";

@media screen and (max-width: 768px){
    #txt + div .heading.block_header_1{
        align-items: start;
   }
    #txt + div .heading.block_header_1 p{
        text-align: left;
   }
    #txt + div .heading.block_header_1 p:before {
        left: 0;
   }
}

#ca + section .heading.block_header_1{
    color: #ffa404;
}

@media screen and (max-width: 480px){
    #ct + div .wrapper_item{
        flex-wrap: initial!important;
    }
    #ct + div .inner_item:nth-of-type(2){
        margin-left: 1px!important;
    }
    #ct2 + div .wrapper_item{
        flex-wrap: initial!important;
    }
    #ct2 + div .inner_item:nth-of-type(2){
        margin-left: 1px!important;
    }
}

#ct2 + div .content_wrapper{
    margin-top: 1px;
}

#ct2 + div .block_header_4 .h{
    font-size: 3.8rem !important;
}

/*-- テキストカラー変更 --*/
#w_bg + div .content_wrapper .add_text span{
  color:#ffa404;
}


/*-- AUN22調整 --*/
@media screen and (max-width: 800px) {
#ct2+.composite_box01 .heading.block_header_4 .h {
    font-size: 2.8rem !important;
}
}

@media screen and (max-width: 480px) {
#ct + div .wrapper_item,
#ct2 + div .wrapper_item {
    flex-wrap: wrap!important;
}

#ct + div .inner_item,
#ct2 + div .inner_item {
    width: 100%!important;
}

#ct + div .inner_item:nth-of-type(2),
#ct2 + div .inner_item:nth-of-type(2) {
    margin-left: 0px!important;
}
}


#w_bg + div .content_wrapper .add_text span {
    color: #439071;
}