@charset "UTF-8";
/* -----------------------------
common
----------------------------- */
/* button */
.l-content .m-btnWin--strong {
    width: 340px;
    font-size: 14px;
}
.l-content .m-btnSize--hl {
    width: 340px;
    height: 86px !important;
    font-size: 14px;
	vertical-align: middle;
	line-height:68px;
}

/* -----------------------------
contents
----------------------------- */
/* mvArea */
.l-content .mvArea {
    margin-bottom: 20px;
    width: 1200px;
    height: 190px;
    position: relative;
}
.l-content .mvArea .ttl {
 	position: absolute;
    top: 0;
    left: 10px;
}
.l-content .mvArea .catalog {
    position: absolute;
    top: 0;
    right: 10px;
}

.l-content .mvArea .ttl .m-h1 {
 	padding:10px 0 0;
	color: #333;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
.l-content .mvArea .ttl .mvTxt {
 	padding:5px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

/* infoArea */
.l-content .infoArea {
	width: 1200px;
	margin: 25px auto 30px;
}
.l-content .infoArea .infoBox {
	width: 380px;
	background: #f8f6ff;
	border: #d3d3d3 1px solid;
	box-sizing: border-box;
	float: left;
	min-height: 550px;
	margin: 0 10px;
}

.l-content .infoArea .infoBox .infoBox_innner {
	padding: 20px 15px;
}
.l-content .infoArea .infoBox .infoBox_innner .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
}
.l-content .infoArea .infoBox .infoBox_innner .info_txt {
	padding: 10px 5px 15px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.l-content .infoArea .infoBox .infoBox_innner .info_img {
	width: 350px;
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}


