@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 40px 0;
}
#main{
	width:674px;
	padding-right:40px;
	border-right:1px solid #e0e0e1;
	float:left;
}
#side{
	width:206px;
	float:right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents .anchor a{
	padding-left:15px;
	background:url(../img/common/icon_anchor.png) no-repeat left 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■side
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#side h3{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
#side p,
#side li{
	font-size:13px;
}
#side li a{
	display:block;
	line-height:1.5;
	padding:5px 0;
}
#side a:link,
#side a:visited{color:#595959;text-decoration:underline;}
#side a:hover,
#side a:active{color:#888;text-decoration:underline;}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*hd*/
.hd01{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho";
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 20px;
	margin-bottom: 37px;
	position: relative;
}
.hd01:after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #426095;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hd01 .en{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #426095;
	display: block;
	margin-bottom: 18px;
}

/*btn*/
.btn01 {
	text-align: center;
}
.btn01 a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
	min-width: 278px;
	color: #fff;
	padding: 15px 48px;
	background: #e35d0c url(../img/index/icon_arrow01.png) no-repeat right 15px center;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
.btn01 a:link,
.btn01 a:visited {
	color: #fff;
}
.btn01 a:hover,
.btn01 a:active {
	opacity: 0.9;
}


