﻿
/*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/

.imgHolder01 {
	background: url(../image/main_01_sp1.jpg) center top no-repeat;
	background-size: cover;
}

.imgHolder02 {
	background: url(../image/main_02_sp1.jpg) left top no-repeat;
	background-size: cover;
}

/*

@media only screen and (min-width: 737px) {
	
	.imgHolder01 {
		background: url(../img/menu/main_01_pc.jpg) left top no-repeat;
		background-size: cover;
	}
	
	.imgHolder02 {
		background: url(../img/menu/main_02_pc.jpg) left top no-repeat;
		background-size: cover;
	}
}
*/

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/


h3 {
	width: 30%;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	position: relative;
	float: left;
	margin-top: 10px;
}

h3 span {
	display: block;
	font-size: 1.1rem;
	color: #9c9c9c;
}

h3:after {
	background: #105028;
	content: '';
	width: 70%;
	height: 1px;
	position: absolute;
	top: 70px;
	left: 0;
}

@media only screen and (max-width: 736px) {
	
	h3.high span {
		margin-top: 5px;
	}
		
	h3.high:after {
		top: 120px;
	}

}

/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/

ul#tab-select {
/* 	max-width: 900px; */
	margin: 0 auto 30px;
}

ul#tab-select li {
	width: 48%;
	margin-right: 4%;
	float: left;
}

ul#tab-select li:last-child {
	margin-right: 0;
}

ul#tab-select li a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #ccc;
	letter-spacing: 0.5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	text-decoration: none;
	position: relative;
}

ul#tab-select li a:hover,
ul#tab-select li a.selected {
	color: #000;
	border-bottom: 1px solid #105028;
	cursor: pointer;
}

ul#tab-select li a.selected:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #105028;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}


@media only screen and (min-width: 737px) {
	
	ul#tab-select {
		margin: 0 auto 60px;
	}
	
	ul#tab-select li a {
		font-size: 1.8rem;
	}
	
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/



div.menuList {
	width: 70%;
	float: right;
}

div.menuList dl {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 5px;
}

div.menuList dl dt {
	font-weight: 500;
	line-height: 1.6;
}

div.menuList dl dd {
	color: #999;
}

div.fullwidth {
	margin-bottom: 30px;
}

p.miniNotice {
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 15px;
}

ul.notice {
	border: 1px solid #ddd;
	padding: 20px;
}

ul.notice li {
	text-indent: -0.9em;
	padding-left: 1em;
}


@media only screen and (min-width: 737px) {
	
	div.container div.contents {
		width: 1080px;
	}
	
	h3 {
		width: 240px;
		font-size: 2.4rem;
		letter-spacing: 0.5px;
		margin-top: 5px;
	}
	
	h3 span {
		font-size: 1.4rem;
	}
	
	h3:after {
		width: 100%;
		top: 90px;
	}
	
	
	div.menuList {
		width: 780px;
	}
	
	div.menuList dl {
		font-size: 1.4rem;
		padding: 15px 10px;
	}
	
	div.menuList dl:hover {
		background: #efefef;
	}
	
	div.menuList dl dt {
		float: left;
	}
	
	div.menuList dl dd {
		line-height: 1.6;
		float: right;
	}


}