@charset "UTF-8";
/* コンテンツ */

.csub {
	text-align:center;
	font-size:1.32em;
	border-bottom:1px solid #229eda;
	padding-bottom:10px;
	margin-bottom:30px;
}
.csub2 {
	color:#229eda;
	font-size:1.4em;
}
.csub3 {
	color:#395471;
	font-size:1.4em;
	border-bottom:1px solid #395471;
	padding-bottom:10px;
	margin-bottom:30px;
}
.csub4 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.24em;
	font-weight:bold;
	margin-bottom:10px;
}

.num {
	float:left;
	width:140px;
	text-align:center;
}
.doc {
	float:right;
	width:1000px;
}

.cpoi {
	display:inline-block;
	border:1px solid #999;
	padding:0 5px;
}

.waku {
	padding:20px;
	border:1px solid #999;
}

.more {
	text-align:center;
}
.more a {
	display:inline-block;
	text-align:center;
	padding:15px 30px;
	margin:0 auto;
	background-color:#229eda;
	color:#fff;
	font-weight:bold;
	font-size:1.32em;
	line-height:1.4;
	transition: all 0.2s;
	 border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.more a:hover {
	color:#fff;
	background-color:#4eb1e1;
	transition: all 0.2s;
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.num {
	float:none;
	width:auto;
	text-align:center;
	margin-bottom:40px;
}
.num img {
	width:30%;
}
.doc {
	float:none;
	width:auto;
}
.csub2,.csub3 {
	font-size:1.24em;
}
.csub4 {
	font-size:1.16em;
}
.more a {
	padding:10px 20px;
	font-size:1em;
}
}
