/* CSS Document */



/* topMv-----*/
.topMv h2 img {
	width: 100%;
	height: auto;
}
/* concept-----*/
.concept {
	background: url(../images/concept_bg.jpg);
	padding: 120px 0;
}
.concept .wBox {
	background: #fff;
	padding: 50px;
}
.concept h3 {
	font-size: 180%;
	color: #07913a;
	font-style: italic;
	line-height: 1.3;
}
.concept p {
	line-height: 1.8;
}
/* operation-----*/
.operation p img {
	width: 100%;
	height: auto;
}
/* guideline-----*/
.guideline {
	padding-bottom: 0;
}
.guideline .scInr {
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 20px 0;
	text-align: center;
}
.guideline .scInr p {
	line-height: 1.6;
}
.guideline .scInr .leftArea {
	display: table-cell;
	width: 65%;
	background: #f6f6f6;
	padding: 30px 20px;
}
.guideline .scInr .leftArea .wr {
	display: table;
}
.guideline .scInr .leftArea .wr .inr {
	display: table-cell;
}
.guideline .scInr .rightArea {
	display: table-cell;
	width: 35%;
	background: #f6f6f6;
	padding: 20px;
}
.guideline .scInr .rightArea .inr {
}
.guideline .scInr .ttl01::after {
	bottom: -10px;
}
.guideline .scInr h4 {
	font-size: 120%;
	color: #07913a;
}
.guideline .info {
	overflow: hidden;
}
.guideline .info .fltL {
	float: left;
	width: 48%;
}
.guideline .info .fltR {
	float: right;
	width: 48%;
}
.guideline .info .fltL img, .guideline .info .fltR img {
	width: 100%;
	height: auto;
}
.guideline .application table {
	max-width: 500px;
	width: 96%;
	margin: 0 auto;
}
.guideline .application table tr th, .guideline .application table tr td {
	padding: 10px;
	font-size: 120%;
	line-height: 1.2;
}
.guideline .application table tr th {
	color: #07913a;
	text-align: left;
}
.guideline .application a {
	color: #8c6239;
}
/*20181225 追加*/

.guideline .application .entryBtn a {
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	background-color: #ed1307;
	font-weight: bold;
	padding: 1.5em 0;
	width: 350px;
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
/* concept-----*/
.concept {
	background: url(../images/concept_bg.jpg);
	padding: 50px 0;
}
.concept .wBox {
	background: #fff;
	padding: 20px 3%;
}
/* guideline-----*/
.guideline .scInr {
	display: block;
	border-spacing: 0;
}
.guideline .scInr p {
	line-height: 1.4;
}
.guideline .scInr .leftArea {
	display: block;
	width: 100%;
	padding: 10px;
}
.guideline .scInr .leftArea .wr {
	display: block;
}
.guideline .scInr .leftArea .wr .inr {
	display: block;
}
.guideline .scInr .rightArea {
	display: block;
	width: 100%;
	padding: 10px;
}
.guideline .scInr .ttl01::after {
	bottom: -10px;
}
.guideline .application table tr th, .guideline .application table tr td {
	padding: 10px 5px;
	font-size: 100%;
}
/*20181225 追加*/

.guideline .application .entryBtn a {
	width: 90%;
}
}
