@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	background: #fff;
	color: #333;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
img {
	vertical-align: bottom;
}
body, img, div, ul, dl, ol, section, header, footer, nav, main, article, iframe {
	max-width: 100%;
}
p {
	margin-bottom: 5px;
	line-height: 1.5;
}
h2 {
	text-align: center;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
調整用 ※あまり多用しない
------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0!important;
}
.mb20 {
	margin-bottom: 20px;
}
.mt0 {
	margin-top: 0!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.pt0 {
	padding-top: 0!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
	padding: 8px 5px 5px 8px;
}
header img {
	width: 50%;
}
/*------------------------------------------------------------
メインイメージ
------------------------------------------------------------*/
.main {
	line-height: 0;
}
.bnr {
	line-height: 0;
}
/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
.card_select {
	position: relative;
}
.card_select .card_add {
	position: absolute;
	bottom: 3vw;
	right: 10vw;
}
.card_select .card_add img {
	height: 10vw;
}
.card_select .card_dtl {
	position: absolute;
	bottom: 3vw;
	left: 10vw;
}
.card_select .card_dtl img {
	height: 10vw;
}
.dtl01, .dtl02, .dtl03, .dtl04 {
	position: relative;
}
.dtl01 .card_dtl_btn {
	position: absolute;
	top: 12vw;
	right: 10vw;
}
.dtl02 .card_dtl_btn {
	position: absolute;
	top: 3vw;
	right: 10vw;
}
.dtl03 .card_dtl_btn {
	position: absolute;
	top: 12vw;
	right: 10vw;
}
.dtl04 .card_dtl_btn {
	position: absolute;
	top: 3vw;
	right: 10vw;
}
.dtl01 .card_dtl_btn img, .dtl02 .card_dtl_btn img, .dtl03 .card_dtl_btn img, .dtl04 .card_dtl_btn img {
	width: 22vw;
}
.etc {
	margin-bottom: 50px;
}
/*------------------------------------------------------------
CV
------------------------------------------------------------*/
.add_btn {
	background: url(../img/btn_bg.png) no-repeat top center;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
}
.add_btn img {
	width: 70vw;
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
footer {
	background: #0c5780;
	padding: 10px;
	color: #fff;
}
footer img {
	max-width: 50%;
}
footer a {
	text-decoration: underline;
}
hr {
	margin: 10px 0;
}
