@charset "UTF-8";

/*テキストエリア*/
#add_text_1 + section,#add_text_3 + section{
position: relative;
max-width: 1200px;
margin: 0 auto !important;
}
#add_text_1 + section , #add_text_3 + section{
 background-color: #EEECCE;
 margin: 0 20px;
 border-radius: 12px;
}
#add_text_3 + section .inner_item_txt p{
 font-size: 22px;
}
#add_text_1 + section .inner_item_txt, #add_text_3 + section .inner_item_txt{
 font-size: 2.8rem;
 line-height: 1.4;
 font-weight: bold;
 text-align: center;
}

/*画像＋テキストエリア*/
#add_img_1 + div{
 background-color: #F2F2F2;
}
#add_img_1 + div .inner_item:nth-of-type(1),#add_img_1 + div .inner_item:nth-of-type(2),#add_img_1 + div .inner_item:nth-of-type(3){
  border-right: 1px solid #33333357;
}

@media(max-width:920px){
#add_img_1 + div .inner_item:nth-of-type(2){
  border-right: none;
}
}

@media(max-width:480px){
#add_img_1 + div .inner_item:nth-of-type(2),#add_img_1 + div .inner_item:nth-of-type(3),#add_img_1 + div .inner_item:nth-of-type(4){
  border-top: 1px solid #33333357;
}
#add_img_1 + div .inner_item:nth-of-type(1),#add_img_1 + div .inner_item:nth-of-type(3){
  border-right: none;
}
#add_img_1 + div .inner_item{
  padding-top: 20px;
}
}

/*画像*/
#add_img_1 + div .inner_item_img img{
 object-fit: contain;
}
#add_img_2 + div .inner_item_img img{
 border-radius: 0;
}
#add_text_1 + section:before{
content:"";
position: absolute;
top: 25px;
left: 15px;
width: 50px;
height: 150px;
background-image: url(/common/upload_data/minorisupportnet/image/20240308155727.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
#add_text_1 + section:after{
content:"";
position: absolute;
top: 25px;
right: 15px;
width: 50px;
height: 150px;
background-image: url(/common/upload_data/minorisupportnet/image/20240308155724.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
#add_text_3 + section:before{
content:"";
position: absolute;
top: 15px;
left: 15px;
width: 90px;
height: 90px;
background-image: url(/common/upload_data/minorisupportnet/image/20240308155722.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}

@media(max-width:900px){
#add_text_1 + section:before,#add_text_1 + section:after,#add_text_3 + section:before{
  display: none;
}
}