.contentsArea {
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}

.titleArea {
	width:100%;
	margin:110px auto 0 auto;
	background: url(../img/title.png) #000 no-repeat top center;
	height:197px;
	position:relative;
}

.titleArea h2{
	text-align:center;
	color:#434343;
	background:#fff;
	padding:30px 0 0 0;
	width:440px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	font-size:32px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 5px;
}

.titleArea h2 span{
	display:block;
	font-size:13px;
	color:#c1272d;
	letter-spacing: 5px;
	font-weight:bold;
}


.text ul{
	margin:0 0 30px 0;
}

.text ul li{
	background: url(../img/mark.jpg)  no-repeat center left;
	background-size:5px 5px;
	padding-left:20px;
	margin-left:10px;
}

.text{
	width:900px;
	font-size:15px;
	line-height:28px;
	margin:0 auto;
}

strong{
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:5px;
}






/* ----------------------------------------------------------------------------------------
スマホ
---------------------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {

.contentsArea {
	width:100%;
	margin:0 auto;
	padding:30px 0;
}

.titleArea {
	width:100%;
	margin:30px auto 0 auto;
	background: url(../img/title.png) #000 no-repeat top right;
	height:140px;
	position:relative;
}

.titleArea h2{
	width:240px;
	text-align:center;
	color:#000;
	background:#fff;
	padding:20px 0 0 0;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	font-size:20px;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
}

.titleArea h2 span{
	display:block;
	font-size:11px;
	color:#ff0000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}


.text ul{
	margin:0 0 30px 0;
}

.text ul li{
	background: url(../img/mark.jpg)  no-repeat center left;
	background-size:5px 5px;
	padding-left:20px;
	margin-left:10px;
}

.text{
	width:90%;
	font-size:13px;
	line-height:24px;
	margin:0 auto;
}

strong{
	font-size:15px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:5px;
}

}