@charset "utf-8";


.anti-contentsarea{	
	max-width: 980px;
	margin: 0 auto;
}


.full-length li div.separate,
.three-box-cont,
.half-box-cont{
	display: flex;
	flex-wrap: wrap;
}
.half-box-cont li{
	width: 45%;
}

.three-box-cont li{
	width: 31%;
}



.full-length{
	margin-top: 3em;
	margin-bottom: 5em;
}
.full-length > li{
	margin-bottom: 5em;
}
.full-length li div.separate .mvBlock{
	width: 40%;
}
.full-length li div.separate .txtBlock{
	width: 60%;
	box-sizing: border-box;
	padding-left: 1.3em;
}

.full-length li div.separate .headline11{
	color: #50504f !important;
    font-weight: bold;
	font-size: 26px;
	border-left: 7px solid #bdbdbd;
}
.full-length li div.separate .headline11 small{
	font-size: 15px;
}

.full-length li div.separate .headline11 span.icon{
    background-color: #c99772;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 10px;
}



					@media screen and (max-width: 850px) {
						.full-length li div.separate .mvBlock{width: 90%; margin: 0 auto; text-align: center;}
						.full-length li div.separate .mvBlock img{}
						.full-length li div.separate .txtBlock{ width: 100%; margin-top: 1.5em; padding-left: 0;}
					}
					@media screen and (max-width: 600px) {
						.full-length li div.separate .headline11{font-size: 22px; line-height: 1.3;}
						.full-length li div.separate .headline11 span.icon{margin-left: 0; padding: 4px 7px; font-size: 12px;}
						
					}

ul.point{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

ul.point li{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 1.5em;
	width: 30%;
	margin:0 1.5%;
}
ul.point li .img{
	width: 90%;
	margin: 0 auto;
}
ul.point li .txt{
	font-size: 15px;
	line-height: 1.7;
	margin-top: 10px;
}
ul.point li .txt span.pt{
    background-color: #CCB53A;
    font-weight: bold;
    color: #fff;
    padding: 3px 5px;
    border-radius: 0 17px 17px 0;
    font-size: 13px;
}

					@media screen and (max-width: 500px) {

					}

ol.howto{
	font-size: 14px;
	letter-spacing: 1px;
}
ol.howto li{
    margin-bottom: 6px;
    list-style: decimal;
    list-style-position: inside;
    margin-left: 1.3em;
    text-indent: -1.4em;
}

.spec{
	font-weight: bold;
    font-size: 15px;
    margin: 10px 0 15px 0;
}


.borderbox{
    border: 1px solid #c5c5c5;
    padding: 15px 15px 10px 17px;
    box-sizing: border-box;
    width: 95%;
}

.borderbox dl{
	display: flex;
	font-size: 14px;
}
.borderbox dl dt{
	min-width: 5em;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.7;
}
.borderbox dl dd{
	line-height: 1.7;
}
