@charset "utf-8";

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

requirements

=================================*/
#contents {
 margin-top:0;
 padding:80px 50px 80px;
 max-width: 980px;
}

#main {
 padding:50px 5vw;
}

/*------------------------------------------------------------
requirements_detail
------------------------------------------------------------*/
.contents_title h2 span:before {
 content:none;
}

.contents_title h2 span:after {
 content:none;
}

/*
.content-wrap:before {
 background-image: url(/wp-content/themes/tds/img/common/i_start.png);
 background-position: left top;
 background-repeat: no-repeat;
 background-size: contain;
 content: " ";
 position: absolute;
 right: 30px;
 top:-100px;
 height:40px;
 max-width: 40px;
 width:100%;
 z-index:1;
 aspect-ratio: 1 / 1; 
}
*/

/*
.content-wrap:after {
 background-image: url(/wp-content/themes/tds/img/common/i_start.png);
 background-position: left bottom;
 background-repeat: no-repeat;
 background-size: contain;
 content: " ";
 position: absolute;
 left: 10px;
 bottom: 0px;
 height: 40px;
 max-width: 40px;
 width: 100%;
 z-index: 1;
 aspect-ratio: 1 / 1;
}
*/

.content-wrap .figure {
 aspect-ratio: 22 / 30;
 position: absolute;
 left: 0;
 top: -140px;
 width: auto;
 height: 120px;
}

.content-wrap .figure img {
 width:100%;
 height:100%;
}

ul.section_list li dl {
 align-items:start;
}