@charset "utf-8";

/*=================================

sp_requirements

=================================*/
@media screen and (max-width: 768px) {

#main {
 padding:15px;
}

#contents {
 padding:50px 5vw;
}

/*------------------------------------------------------------
requirements_detail
------------------------------------------------------------*/
.content-wrap:before {
 right:0;
 height: 30px;
 max-width: 30px;
}

.content-wrap:after {
 left:0;
 bottom:-20px;
 height: 30px;
 max-width: 30px;
}

.content-wrap .figure {
 top:-120px;
 height:100px;
}

.contents_title {
 padding:0;
}

.contents_title h2 span {
 padding-bottom:40px;
 padding-left:90px;
 text-align:left;
}



}