@charset "utf-8";
/* CSS Document */

/*sm*/
.structure_contents li:not(:last-child){
margin-bottom: 30px;
}

.structure_contents li img{
display: block;
position: relative;
z-index: -1;
width: 80%;
margin: 0 auto -30px;
}

.structure_text_image{
padding: 50px 20px 30px;
border-radius: 20px 20px 0 0;
background-color: rgba(255,155,0,0.2);
}

.structure_text_noimage{
padding: 30px 20px;
border-radius: 20px 20px 0 0;
background-color: rgba(255,155,0,0.2);
}


/*md*/
@media screen and (min-width: 768px) {
.structure_contents li:not(:last-child){
margin-bottom: 50px;
}

.structure_contents li img{
width: 60%;
margin: 0 auto -50px;
}

.structure_text_image{
padding: 80px 50px 50px;
border-radius: 30px 30px 0 0;
}

.structure_text_noimage{
padding: 50px 50px;
border-radius: 30px 30px 0 0;
}
}