@charset "UTF-8";

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

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

.select_area{
	margin: 50px 0 70px;
}

.select_area .left{
	float: left;
}

.select_area .right{
	float: right;
}

.select_area .select_ttl{
	font-size: 1.8rem;
	color: #006599;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

select{
	border: 1px solid #006599;
	padding: 20px 25px;
}



select {
	width: 460px;
	font-size:1.4rem;
	padding: 20px 25px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #006599;
	border-right: 20px solid #006599;
	cursor: pointer;
}


.table_area div.cf{
	width: 940px;
	margin: 0 auto;
}

.table_area{
	background: #eeeeee;
	padding: 65px 0;
}

.table_ttl{
	color: #006399;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 65px;
}

.table_area .left{
	float: left;
	width: 300px;
	background: #006599;
	color: #fff;
	font-size: 2.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-sizing: border-box;
	padding: 20px 60px 209px 20px;
}

.table_area .right{
/*	float: right;*/
	width: 100%;
	border-collapse: collapse;
}

.table_area .right th{
	font-size: 1.4rem;
	background-color: #006599;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	border-top: none;
}

.table_area .right th:first-child{
	width: 150px;
}

.table_area .right th:nth-child(2),
.table_area .right th:nth-child(3){
	width: 245px;
}

.table_area .right td{
	font-size: 1.4rem;
	background-color: #fff;
	color: #333333;
	padding: 10px 10px;
	border: 1px solid #eeeeee;
	line-height:1.5em;
	box-sizing: border-box;
}

.table_area .right td:first-child{
	padding: 15px 10px 15px 35px;
	width: 150px;
}

.table_area .right td:nth-child(2){
	width: 245px;
}

.table_area .right td:nth-child(3){
	width: 245px;
	font-weight: bold;
	color: #ff9900;
}
.table_area table tr:nth-child(2) td:first-child{background: url(../img/case/icon_01.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(3) td:first-child{background: url(../img/case/icon_02.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(4) td:first-child{background: url(../img/case/icon_03.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(5) td:first-child{background: url(../img/case/icon_04.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(6) td:first-child{background: url(../img/case/icon_05.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(7) td:first-child{background: url(../img/case/icon_06.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(8) td:first-child{background: url(../img/case/icon_07.gif) no-repeat 8px center,#fff;}
.table_area table tr:nth-child(9) td:first-child{background: url(../img/case/icon_08.gif) no-repeat 8px center,#fff;}


.reg_btn{
	margin: 65px auto 65px;
	width: 430px;
	background-color: #ff9900;
	text-align: center;
	box-sizing: border-box;
}

.reg_btn a{
	font-size: 1.8rem;
	color: #fff;
	padding: 20px 0;
	display: block;
}


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

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

.select_area{
	margin: 12% 0 15%;
}

.select_area .left{
	float: none;
}

.select_area .right{
	float: none;
	margin-top: 5%;
}

.select_area .select_ttl{
	font-size: 1.4rem;
	color: #006599;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

select{
	border: 1px solid #006599;
	padding: 20px 25px;
}


select {
	width: 100%;
	font-size:1.4rem;
	padding: 20px 25px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #006599;
	border-right: 20px solid #006599;
	cursor: pointer;
}


.table_area div.cf{
	width: 100%;
	margin: 0 auto;
}

.table_area{
	background: #eeeeee;
	padding: 8% 0 10%;
}

.table_ttl{
	color: #006399;
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 7%;
	padding:0 6%;
}

.table_area .left{
	float: left;
	width: 100%;
	background: #006599;
	color: #fff;
	font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-sizing: border-box;
	padding: 8% 6% 8% 6%;
}

.table_area .right{
	float: right;
	width: 100%;
	border-collapse: collapse;
}

.table_area .right th{
	font-size: 1.4rem;
	background-color: #006599;
	color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	border-top: none;
}

.table_area .right th:first-child{
	width: 25%;
}

.table_area .right td:nth-child(2){
	width: 37.5%;
}

.table_area .right th:nth-child(2),
.table_area .right th:nth-child(3){
	width: 37.5%;
}

.table_area .right tr{
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
}

.table_area .right td{
	font-size: 1.4rem;
	background-color: #fff;
	color: #333333;
	padding: 15px 10px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.table_area .right td:first-child{
	padding: 10% 1% 5% 1%;
	width: 25%;
	text-align: center;
}


.table_area .right td:nth-child(3){
	font-weight: bold;
	color: #ff9900;
}
.table_area table tr:nth-child(2) td:first-child{background: url(../img/case/icon_01.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(3) td:first-child{background: url(../img/case/icon_02.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(4) td:first-child{background: url(../img/case/icon_03.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(5) td:first-child{background: url(../img/case/icon_04.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(6) td:first-child{background: url(../img/case/icon_05.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(7) td:first-child{background: url(../img/case/icon_06.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(8) td:first-child{background: url(../img/case/icon_07.gif) no-repeat center 20%,#fff;}
.table_area table tr:nth-child(9) td:first-child{background: url(../img/case/icon_08.gif) no-repeat center 20%,#fff;}


.reg_btn{
	margin: 10% auto 10%;
	width: 96%;
	background-color: #ff9900;
	text-align: center;
	box-sizing: border-box;
}

.reg_btn a{
	font-size: 1.4rem;
	color: #fff;
	padding: 5% 0;
	display: block;
}


}