@charset "UTF-8";
.FS2_upper_comment {
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#sp_cts ul li{
	padding-left: 0.5em;
}

.app{
    width:100%;
    margin:0;
    padding:0;    
}
.mv img{
    width:100%;
    margin-bottom:15px;
}
.ttl{
    text-align: center;
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}

.ttl_cap{
    text-align: center;
    font-size: 0.8em;
    margin-bottom:25px;
}

.app_text{
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 3% 6%;
    margin-bottom: 25x;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.dl{
	margin-bottom:36px;
}

.benefits6{
	text-align: center;
}

.benefits6 img{
	width:95%;
}