@charset "utf-8";
/* CSS Document */

/*sm*/
.support_contents h3{
margin-bottom: 20px;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
}

.support_contents .support_frame_image,
.support_contents .support_frame_noimage{
position: relative;
padding: 20px 15px;
border: solid rgba(255,208,0,1.0);
border-width: 2px 0px 0px 2px;
border-radius: 20px 0 0 0;
}

.support_contents .support_frame_image:after,
.support_contents .support_frame_noimage:after{
content: "";
display: inline-block;
position: absolute;
top: -24px;
right: 0;
z-index: -1;
width: 80px;
height: 21px;
background: url(../img/pic_mark02.svg)top left/cover no-repeat;
}

.support_contents li:not(:last-child){
margin-bottom: 30px;
}

.support_contents .support_frame_image img{
display: block;
width: 80%;
margin: 0 auto 10px;
}

.support_contents li h4{
margin-bottom: 10px;
padding: 10px 10px 10px 20px;
border-radius: 30px 0 0 30px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}


/*md*/
@media screen and (min-width: 768px) {
.support_contents h3{
margin-bottom: 30px;
}

.support_contents .support_frame_image{
display: flex;
justify-content: space-between;
padding: 30px 30px;
border-radius: 30px 0 0 0;
}

.support_contents .support_frame_noimage{
padding: 30px 30px;
border-radius: 30px 0 0 0;
}

.support_contents li:after{
top: -30px;
right: 0;
width: 100px;
height: 26px;
}

.support_contents li:not(:last-child){
margin-bottom: 50px;
}

.support_contents .support_frame_image img{
width: 40%;
margin: 0 2% 0 0;
}

.support_contents .support_frame_image .support_title_text{
width: 58%;
}

.support_contents .support_frame_noimage{
width: 100%;
}
}