@charset "UTF-8";

/**
 * .title
 */
h1.title img {
	margin-right: 5px;
	margin-bottom: 0.4em;
	height: 30px;
}
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%;
	}
}

/**
 * #content
 */
#content section {
	margin-bottom:45px;
}
#content section h2 {
	font-family:"A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:20px;
	line-height:1.5;
	color:#76952f;
	margin-bottom:10px;
}
#content section h3 {
	font-weight:bold;
}
#content section p {
	line-height:2.4;
}
@media only screen and (max-width:767px) {
	#content section {
		margin-bottom:25px;
	}
	#content section h2 {
		font-size:16px;
	}
	#content section p {
		line-height:2;
	}
}


/**
 * #sec0
 */
#sec0 {
}
#sec0 .img {
	float:left;
	width:275px;
}
#sec0 .txt {
	float:right;
	width:468px;
}
@media only screen and (max-width:767px) {
	#sec0 .img {
		text-align:center;
		margin-bottom:15px;
	}
	#sec0 .img, #sec0 .txt {
		float:none;
		width:100%;
	}
}


/**
 * #sec1
 */
#sec1 {
}
#sec1 .img {
	float:right;
	width:371px;
}
#sec1 .txt {
	float:left;
	width:371px;
}
@media only screen and (max-width:767px) {
	#sec1 .img {
		text-align:center;
		margin-bottom:15px;
	}
	#sec1 .img, #sec1 .txt {
		float:none;
		width:100%;
	}
}


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


/**
 * #sec3
 */
#sec3 {
}
#sec3 .img {
	position:relative;
	float:left;
	width:275px;
}
#sec3 .img img {
	position:absolute;
	top:20px;
	left:-90px;
}
#sec3 .txt {
	float:right;
	width:468px;
}
@media only screen and (max-width:767px) {
	#sec3 .img {
		text-align:center;
		margin-bottom:15px;
	}
	#sec3 .img img {
		display:none;
	}
	#sec3 .img, #sec3 .txt {
		float:none;
		width:100%;
	}
}


/**
 * #sec4
 */
#sec4 {
}
#sec4 .img {
	float:right;
	width:371px;
}
#sec4 .txt {
	float:left;
	width:371px;
}
@media only screen and (max-width:767px) {
	#sec4 .img {
		text-align:center;
		margin-bottom:15px;
	}
	#sec4 .img, #sec4 .txt {
		float:none;
		width:100%;
	}
}


/**
 * #sec5
 */
#sec5 {
	padding-bottom:180px;
	background:url(../img/img6.jpg) no-repeat right bottom;
}
#sec5 .img {
	float:left;
	width:371px;
}
#sec5 .txt {
	float:right;
	width:371px;
}
@media only screen and (max-width:767px) {
	
	#sec5 {
		padding-bottom:120px;
		background-size:150px auto;
	}
	#sec5 .img {
		text-align:center;
		margin-bottom:15px;
	}
	#sec5 .img, #sec5 .txt {
		float:none;
		width:100%;
	}
}