@charset "UTF-8";

/**
 * .title
 */
h1.title img {
	margin-right: 5px;
	margin-bottom: 0.4em;
}
h1.title + p {
	padding: 0 20px;
}

@media only screen and (max-width:767px) {
	h1.title img {
		/*max-width: 166px;*/
		height: 20px;
	}
}

/**
 * .tab
 */
.tab {
	width: auto;
	display: table;
	text-align: center;
	margin: 25px auto 50px auto;
}
.tab li {
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
	padding: 0 20px;
}
.tab a {
	padding: 0 10px;
}
.tab a img {
	margin-bottom: 12px;
}
/*
.tab li:nth-of-type(1) a:hover,
.tab li:nth-of-type(1).act a {
	border-bottom: #fb7400 solid 4px;
}
.tab li:nth-of-type(2) a:hover,
.tab li:nth-of-type(2).act a {
	border-bottom: #00512f solid 4px;
}
*/
@media only screen and (max-width:767px) {
	.tab {
		margin: 15px auto 30px auto;
	}
	.tab li {
		padding: 0;
	}
	.tab a img {
		width: 70%;
	}
}

/**
 * #container
 */
#container {
	background: url(../img/bg.jpg) center bottom no-repeat;
	background-size: cover;
	padding-bottom: 55px;
}
@media only screen and (max-width:767px) {
	#container {
		padding-bottom: 30px;
	}
}

/**
 * #content
 */
#content section {
	margin-bottom:45px;
}
#content section h2,
#content section h3 {
	font-family:"A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:20px;
	line-height:1.5;
	text-align: center;
	color:#00512f;
	margin-bottom: 1em;
}
#content section .overline {
	display: block;
	overflow: hidden;
}
#content section .overline span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
#content section .overline span:before,
#content section .overline span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #aaa;
}
#content section .overline span:before {left:100%;}
#content section .overline span:after {right:100%;}

#content section p {
	line-height:2.4;
}
#content section .img-right {
	float: right;
	margin-left: 15px;
}
#content section .img-left {
	float: left;
	margin-right: 15px;
}
#content section .txt {
	overflow: hidden;
}
@media only screen and (max-width:767px) {
	#content section {
		margin-bottom:25px;
	}
	#content section h2,
	#content section h3 {
		font-size:16px;
	}
	#content section p {
		line-height:2;
	}
	#content section .img-right,
	#content section .img-left {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
		text-align: center;
	}
}


/**
 * #sec0
 */
#sec0 {}
#sec0 p {
	padding: 0 20px;
}

/**
 * #sec1
 */
#sec1 {
}


/**
 * #sec2
 */
#sec2 {
}
@media only screen and (max-width:767px) {
}


/**
 * #sec3
 */
#sec3 {
}
@media only screen and (max-width:767px) {
}


/**
 * #sec4
 */
#sec4 {
}
@media only screen and (max-width:767px) {
}


/**
 * #sec5
 */
#sec5 {
}
#sec5 #sec5-1 {
	margin-top: 1em;
}
@media only screen and (max-width:767px) {
	#sec5 #sec5-1 {
		margin-top: 25px;
	}
}