@charset "UTF-8";

.wrap{
	width: 940px;
	margin: 0 auto;
}

.header{
	background: url(../img/person/main_bg.jpg) no-repeat center center;
	background-size: cover;
}


.txt_area{
	margin: 50px 0;
}
.txt_area p{
	font-size: 1.4rem;
	line-height: 2.8rem;
}


.step{
	background-color: #eeeeee;
	padding: 60px 0;
}

.step_ttl{
	margin-bottom: 10px;
	font-size: 2rem;
	color: #006399;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-indent: -6em;
	padding-left: 6em;
}

.step_ttl span{
	font-size: 3rem;
}

.step_link{
	font-size: 0;
	margin-bottom: 50px;
}

.step_link li{
	display: inline-block;
	width: 33.3333%;
	font-size: 1.3rem;
	color: #333333;
	margin-top: 20px;
}

.step_link li a{
	font-size: 1.3rem;
	color: #333333;
	text-decoration: underline;
}

.step_link li a:hover{
	text-decoration: none;
}

.step .txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	color: #fff;
	background-color: #006599;
	padding: 20px 0;
	text-align: center;
}

.step .txt02{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 2.4rem;
	margin: 35px 0 45px;
}

table{
	background-color: #fff;
	width: 940px;
	border-collapse: collapse;
}

table th,table td{
	padding: 18px 0;
	font-size: 1.4rem;
	border: 1px solid #eeeeee;
}

table th{
	padding-left: 35px;
	background: url(../img/person/icon_01.png) no-repeat 8px center;
}

table td{
	padding: 18px 10px;
}


.btn_area{
	margin: 60px 0;
	background-color: #fff;
}

.btn_area .btn01{
	background-color: #ff9900;
	width: 430px;
	margin: auto;
	border-radius: 3px;
}

.btn_area .btn01 a{
	text-align: center;
	font-size: 2rem;
	padding: 20px 0;
	color: #fff;
	display: block;
}

.btn_area .btn02{
	background-color: #cccccc;
	width: 430px;
	margin: 20px auto 0;
	border-radius: 3px;
}

.btn_area .btn02 a{
	text-align: center;
	font-size: 1.4rem;
	display: block;
	padding: 12px 0;
}

.step2, .step3, .result {
	display: none;
}

@media screen and (max-width: 640px) {

.header{
	background: url(../img/person/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

.txt_area{
	margin-top: 10%;
}

.txt_area p{
	font-size: 1.2rem;
	line-height: 2rem;
}

.step{
	background-color: #eeeeee;
	padding: 10% 0;
}



.step{
	background-color: #eeeeee;
	padding: 6% 0;
}

.step_ttl{
	margin-bottom: 5%;
	font-size: 1.4rem;
	color: #006399;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-indent: 0em;
	padding-left: 0em;
}

.step_ttl span{
	display: block;
	font-size: 2rem;
	margin-bottom: 2%;
}

.step_link{
	font-size: 0;
	margin-bottom: 10%;
}

.step_link li{
	display: block;
	width: 100%;
	font-size: 1.3rem;
	color: #333333;
	margin-top: 5%;
}

.step_link li a{
	font-size: 1.3rem;
	color: #333333;
	text-decoration: underline;
}

.step_link li a:hover{
	text-decoration: none;
}

.step .txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	color: #fff;
	background-color: #006599;
	padding: 5% 2%;
	text-align: left;
}

.step .txt02{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 1.5rem;
	margin: 7% 0;
}

table{
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
}

table th,table td{
	padding: 5% 0;
	font-size: 1.4rem;
	border: 1px solid #eeeeee;
	display: block;
	width: 100%;
}

table th{
	padding-left: 35px;
	background: url(../img/person/icon_01.png) no-repeat 8px center;
}

table td{
	padding: 5% 8px;
}


.btn_area{
	margin: 15% 0;
	background-color: #fff;
}

.btn_area .btn01{
	background-color: #ff9900;
	width: 96%;
	margin: auto;
	border-radius: 3px;
}

.btn_area .btn01 a{
	text-align: center;
	font-size: 1.4rem;
	padding: 6% 0;
	color: #fff;
	display: block;
}

.btn_area .btn02{
	background-color: #cccccc;
	width: 96%;
	margin: 5% auto 0;
	border-radius: 3px;
}

.btn_area .btn02 a{
	text-align: center;
	font-size: 1.2rem;
	display: block;
	padding: 4% 0;
}

}