@charset "utf-8";
/*▼cssリセット▼*/
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, p, b, s, small, menu, mark {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing:1px;
	background: none;
}
span, dfn {
	margin: 0;
	padding: 0;
	font-style: normal;
}
input, button, textarea, select {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing:1px;
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
input {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}
select {
	color: inherit;
	vertical-align: middle;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: hidden;
	resize: none;
}
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
button {
	box-shadow: none;
}
img {
	display: block;
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
li {
	list-style-type: none;
	list-style-position: inside;
}
a {
	text-decoration: none;
}
table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
main, section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary, time, address {
	display: block;
	font-style: normal;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:1px;
	line-height: 1.4;
	min-width: 1200px;
	-webkit-text-size-adjust:none;
}
/*▲cssリセット▲*/
/*▼clearfix▼*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/*▲clearfix▲*/
/*▼中央寄せ▼*/
.center {
	text-align: center;
	letter-spacing: -.5em;
}
.center li {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
}
/*▲中央寄せ▲*/
/*▼CVボタン▼*/
.cv,
.sub-cv,
.return {
	display: inline-block;
	color: #fff;
	border: solid 1px #57aef5;
	background: #57aef5 url(../img/common/next_white.png) 88% center no-repeat;
	background-size: 10px;
	border-radius: 5px;
	padding: 15px 70px 15px 50px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cv:hover {
	color: #57aef5;
	background: url(../img/common/next_blue.png) 88% center no-repeat;
	background-size: 10px;
}
.sub-cv {
	color: #57aef5;
	border: solid 1px #57aef5;
	background: url(../img/common/next_blue.png) 85% center no-repeat;
	background-size: 10px;
	border-radius: 0;
	padding: 15px 100px 15px 80px;
}
.sub-cv:hover {
	color: #fff;
	background: #57aef5 url(../img/common/next_white.png) 85% center no-repeat;
	background-size: 10px;
}
.return {
	color: #aaa;
	border: solid 1px #aaa;
	background: url(../img/common/next_gray.png) 85% center no-repeat;
	background-size: 10px;
	border-radius: 0;
	padding: 15px 100px 15px 80px;
}
.return:hover {
	color: #fff;
	background: #aaa url(../img/common/next_white.png) 85% center no-repeat;
	background-size: 10px;
}
/*▲CVボタン▲*/