@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#ee847d;
}

.midashi {
	width:100%;
	height:200px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 30%;
	padding-left:5%;
}

.midashi_moji h2 {
	font-size:3.6rem;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:10px;
}

.midashi_en {
	font-size:1.4rem;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:3%;
	bottom:0;
}

.midashi_img img {
	width:80%;
}

/* 中身枠 */

.contents {
	width:100%;
	margin:70px auto;
}

/* サポート */

h3 {
	font-size:2.5rem;
	letter-spacing:0.15em;
	color:#ee847d;
	border-bottom:3px solid #ee847d;
	padding:0 0 3% 5%;
}

.h3_shita_moji {
	margin-top:3%;
	margin-bottom:8%;
	padding:0 5%;
	line-height:2em;
}

.support {
	margin-bottom:15%;
}

/* ダウンロード */

.download {
	margin-bottom:8%;
}

.chirashi {
	margin-top:10%;
}

.chirashi ul li {
	width:50%;
	float:left;
}

.chirashi ul li:last-child {
	margin-right:0;
}

.chirashi_img {
	text-align:center;
	margin:0 5% 10% 5%;
}

.chirashi_img img {
	border:1px solid #c9c9ca;
}

.chirashi_title {
	border-top:1px dashed #999999;
	padding-top:10px;
	font-size:2rem;
	padding-bottom:12px;
	border-bottom:1px dashed #999999;
	margin:0 5%;
}

.chirashi_title a:after {
	content:" ＞";
	color:#888;
}

.chirashi_title a:hover:after {
	color:#1fb7de;
}


.chirashi_sub_title {
	font-size:1.8rem;
}

.chirashi_size {
	padding-top:5px;
	text-align:center;
}

.btn a {
	display: block;
	border: solid 1px #666;
	border-radius: 10px;
	padding: 10px;
	width: 200px;
	text-align: center;
	font-size: 18px;
	margin: 15px auto;
}

.btn a:hover {
	text-decoration: none;
	border: 1px solid #1fb7de;
}