@charset "UTF-8";

/*---------------背景レイアウト調整------------------*/
/*背景*/
#box+section .content_wrapper{
    background-color: rgb(213, 231, 233);
    width: 90%;
    border-radius: 30px;
    padding: 50px 30px;
}

/*白背景項目*/

#box+section .content_wrapper{
    padding: 30px 20px;
    padding: 30px 50px;
}


#box+section .content_wrapper .wrapper_item{
    padding: 30px 50px!important;
    background: #fff;
    border-radius: 30px;
    max-width: 800px;
    margin: auto;
}

@media screen and (max-width: 900px){
#box+section .content_wrapper{
    padding: 40px 40px;
}

#box+section .content_wrapper .wrapper_item{
    padding: 50px 50px!important;
}
}

#box+section .content_wrapper .inner_item_img, {
    margin: auto;
}
/*各項目見出し*/
#box+section .content_wrapper .heading .h {
    padding-top: 1rem;
    padding-left: 0;
    color: var(--i_main_color);
}

#box+section .heading.block_header_2 .h:before{
    display: none;
}

@media screen and (max-width: 600px){
#box+section .content_wrapper {
    padding: 30px 20px;
}

#box+section .content_wrapper .wrapper_item {
    padding: 20px!important;
}
}

#box+section .content_wrapper .heading .h, 
#box_under+section .content_wrapper .heading .h {
    font-family: "Zen Maru Gothic"!important;
    font-weight: 500;
}

@media screen and (max-width: 800px){
  #box_ttl+section .content_wrapper .heading.block_header_1, .heading.block_header_6 {
    padding-bottom: 0px !important;
  }
}