@charset "UTF-8";

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

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


.toggle_area{
	margin-top: 50px;
}

.toggle_area div.cf+.cf{
	margin-top: 10px;
}

.toggle_area ul{
	font-size: 0;
	margin:10px 0 0 0;
}

.toggle_area ul li{
	font-size: 1.8rem;
	font-weight: bold;
	color: #006599;
}

.toggle_area ul li ul li{
	font-weight: bold;
	font-size: 1.4rem;
	color: #333;
}

.toggle_area ul.col1{
	width: 300px;
}

.toggle_area ul.col1_2{
	width: 320px;
}

.toggle_area ul.col2{
	width: 640px;
}

.toggle_area ul.col2 ul li{
	width: 320px;
	display: inline-block;
}

.toggle_area a{
	color: #006599;
	font-size: 1.4rem;
	text-decoration: underline;
}

.toggle_area.active .display_open_btn{
	display: none;
}

.display_open_btn{
	width: 380px;
	background-color: #006599;
	margin: 60px auto;
	border-radius: 2px;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 0;
	cursor: pointer;
}

.display_close_btn01 input{
	width: 380px;
	background-color: #006599;
	margin: 60px auto;
	border-radius: 2px;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

.display_close_btn01 input{
	border: none;
}

.display_close_btn02{
	width: 385px;
	background-color: #cccccc;
	margin: 60px auto;
	border-radius: 2px;
	font-size: 2rem;
	color: #333;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}

.close_btn{
	display: none;
}

.toggle_area.active .close_btn{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}

label {
	cursor : pointer;
	position : relative;
	margin-right : 20px;
	overflow : hidden;
	position: relative;
	padding: 0 0 0 25px;
	display : inline-block;
	box-sizing : border-box;
	font-size: 1.4rem;
}
label:before {
	content : '';
	position : absolute;
	width : 15px;
	height : 15px;
	left : 0px;
	top : 0;
	border : 1px solid #006599;
	z-index : 3;
	border-radius: 2px;
}
label:after {
	content: '';
	position: absolute;
	top: 43%;
	left: 6px;
	display: block;
	margin-top: -8px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #006599;
	border-bottom: 2px solid #006599;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
	background: none;
}
label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	left  : -40px;
	width : 20px;
	height: 20px;
	display  : block;
	box-shadow : 41px 0px #FFF;
	z-index : 2;
	margin : 0px;
	padding : 0px;
}
label input[type="checkbox"]:checked {
	box-shadow : none;
}
label input[type="checkbox"]:checked:focus {
	opacity  : 1;
}

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

.display ul{
	width:35em;
	text-align:center;
	margin:0 auto;
	padding:0 auto;
	height:45px;
}
.display ul:after{
	content:".";
	visibility:hidden;
	height:0;
	clear:both;
}

.display ul li{
	display:inline-block;
	border:1px solid #ddd;
	margin:0 0.5em;
}

.display ul li a{
	display:block;
	background:#fff;
	padding:0.2em 0.5em;
}

.display ul li a:hover,
.display ul li a.active{
	background:#006399;
	color:#fff;
}

.display_ttl{
	margin-bottom: 60px;
	text-align: center;
	font-size: 3rem;
	color: #006399;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table{
	background-color: #fff;
	width: 940px;
	margin: auto;
	padding-bottom: 30px;
}

.table_ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	color: #fff;
	background-color: #006599;
	padding: 10px 30px;
	letter-spacing: 0.3rem;
}

.table_ttl br{
	display: none;
}

.table img{
	vertical-align: top;
	display: inline-block;
	margin-right: 5px;
}

.display .row01{
	padding: 40px 45px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #006599;
	line-height: 2.8rem;
}

.display .row02 table{
	border-collapse: collapse;
	width: 940px;
	box-sizing: border-box;
}

.display table tr{
	display: block;
	width: 470px;
	border-top: 1px solid #cccccc;
	overflow:hidden;
	box-sizing: border-box;
}
.display table tr:nth-child(odd){
	float:left;
	clear:left;
}
.display table tr:nth-child(even){
	border-left: 1px solid #cccccc;
}
.display table tr:nth-child(5),.display table tr:nth-child(6){
	border-bottom: 1px solid #cccccc;
}


.display table img{
	vertical-align: middle;
}

.display th,.display td{
	font-size: 1.5rem;
	color: #333333;
	vertical-align: middle;
	padding: 8px 10px;
	line-height:1.2em;
	box-sizing: border-box;
	height:4em;
}

.display th{
	width: 154px;
	border-left: none;
	padding-left: 40px;
	border-right: 1px solid #cccccc;
}

.display table.left tr:first-child th{background: url(../img/project/icon_04.png) no-repeat 18px center;}
.display table.left tr:nth-child(3) th{background: url(../img/project/icon_05.png) no-repeat 15px center;}
.display table.left tr:nth-child(5) th{background: url(../img/project/icon_06.png) no-repeat 12px center;}
.display table.left tr:nth-child(2) th{background: url(../img/project/icon_07.png) no-repeat 18px center;}
.display table.left tr:nth-child(4) th{background: url(../img/project/icon_08.png) no-repeat 12px center;}
.display table.left tr:nth-child(6) th{background: url(../img/project/icon_09.png) no-repeat 13px center;}


.display td{
	width: 310px;
	border-right: none;
	box-sizing: border-box;
}


.detail_btn{
	width: 430px;
	background-color: #ff9900;
	margin: 30px auto 0;
	border-radius: 2px;
}

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

.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;
}

.txt{
	font-size: 2rem;
	color: #191919;
	text-align: center;
	line-height: 4rem;
	margin-top: 70px;
	margin-bottom: 25px;
}



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

.header{
	background: url(../img/project/main_bg.png) no-repeat 30% center;
	background-size: cover;
}

.toggle_area{
	margin-top: 10%;
}

.toggle_area div.cf+.cf{
	margin-top: 0;
}

.toggle_area ul{
	font-size: 0;
	float: none;
	margin-top: 5%;
}

.toggle_area ul li{
	font-size: 1.4rem;
	font-weight: bold;
	color: #006599;
}

.toggle_area ul li ul li{
	font-weight: bold;
	font-size: 1.2rem;
	color: #333;
}

.toggle_area ul.col1{
	width: 100%;
}

.toggle_area ul.col1_2{
	width: 100%;
}

.toggle_area ul.col2{
	width: 100%;
}

.toggle_area ul.col2 ul li{
	width: 100%;
	display: inline-block;
}

.toggle_area a{
	color: #006599;
	font-size: 1.2rem;
	text-decoration: underline;
}

.toggle_area.active .display_open_btn{
	display: none;
}

.display_open_btn{
	width: 80%;
	background-color: #006599;
	margin: 10% auto;
	border-radius: 2px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	display: block;
	padding: 10px 0;
	cursor: pointer;
}

.display_close_btn01 input{
	width: 100%;
	background-color: #006599;
	margin: 10% auto 2%;
	border-radius: 2px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

.display_close_btn01 input{
	border: none;
}

.display_close_btn02{
	width: 100%;
	background-color: #cccccc;
	margin: 2% auto 10%;
	border-radius: 2px;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}

.close_btn{
	display: none;
}

.toggle_area.active .close_btn{
	display: block;
	justify-content: none;
	width: 100%;
	margin: 0 auto;
}

label {
	cursor : pointer;
	position : relative;
	margin-right : 20px;
	overflow : hidden;
	position: relative;
	padding: 0 0 0 25px;
	display : inline-block;
	box-sizing : border-box;
	font-size: 1.4rem;
}
label:before {
	content : '';
	position : absolute;
	width : 15px;
	height : 15px;
	left : 0px;
	top : 0;
	border : 1px solid #006599;
	z-index : 3;
	border-radius: 2px;
}
label:after {
	content: '';
	position: absolute;
	top: 43%;
	left: 6px;
	display: block;
	margin-top: -8px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #006599;
	border-bottom: 2px solid #006599;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
	background: none;
}
label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	left  : -40px;
	width : 20px;
	height: 20px;
	display  : block;
	box-shadow : 41px 0px #FFF;
	z-index : 2;
	margin : 0px;
	padding : 0px;
}
label input[type="checkbox"]:checked {
	box-shadow : none;
}
label input[type="checkbox"]:checked:focus {
	opacity  : 1;
}




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

.display_ttl{
	margin-bottom: 5%;
	text-align: center;
	font-size: 2.4rem;
	color: #006399;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table{
	background-color: #fff;
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
}

.table_ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	color: #fff;
	background-color: #006599;
	padding: 2% 7%;
	letter-spacing: 0.3rem;
}

.table_ttl br{
	display: inline;
}

.table img{
	vertical-align: top;
	display: inline-block;
	margin: 5px 5px 0 0;
	width: 5%;
}

.display .row01{
	padding: 5% 7%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #006599;
	line-height: 2.8rem;
}


.display .row02 table{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.display table tr{
	display: inline-block;
	width: 100%;
	border-top: none;
	box-sizing: border-box;
}
.display table tr:nth-child(even){
	border-left: none;
}
.display table tr:nth-child(5),.display table tr:nth-child(6){
	border-bottom: none;
}
.display table tr:nth-child(6) td{
	border-bottom: 1px solid #cccccc;
}


.display table img{
	vertical-align: middle;
}

.display  th,.display td{
	font-size: 1.4rem;
	color: #333333;
	vertical-align: middle;
	padding: 10px 10px;
	display: block;
	border-top: 1px solid #cccccc;
	height:auto;
}

.display th{
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
	border-right: none;
}

.display table.left tr:first-child th{background: url(../img/project/icon_04.png) no-repeat 10px center;}
.display table.left tr:nth-child(3) th{background: url(../img/project/icon_05.png) no-repeat 10px center;}
.display table.left tr:nth-child(5) th{background: url(../img/project/icon_06.png) no-repeat 7px center;}
.display table.left tr:nth-child(2) th{background: url(../img/project/icon_07.png) no-repeat 11px center;}
.display table.left tr:nth-child(4) th{background: url(../img/project/icon_08.png) no-repeat 7px center;}
.display table.left tr:nth-child(6) th{background: url(../img/project/icon_09.png) no-repeat 8px center;}


.display td{
	width: 100%;
	border-right: none;
	box-sizing: border-box;
}




.detail_btn{
	width: 96%;
	background-color: #ff9900;
	margin: 7% auto 0;
	border-radius: 2px;
}

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

.reg_btn{
	margin: 15% auto;
	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;
}

.txt{
	font-size: 1.4rem;
	color: #191919;
	text-align: center;
	line-height: 2.4rem;
	margin-top: 50px;
	margin-bottom: 25px;
}

}