@charset "UTF-8";

/* //////////////////////////////////////////////////

　ベースのスタイル

////////////////////////////////////////////////// */


/* Font
-------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color:#4D4D4D;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:14px;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
}

@media screen and (max-width: 736px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size:13px;
	}
}



/* layout
-------------------------------------------------- */
.container {
	width: 950px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
.display.sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.container {
		width: auto;
	}
	
	.display.pc {
		display: none;
	}
	.display.sp {
		display: block;
	}
	br.sp {
		display: inline-block;
	}
	img.fit {
		width:100%;
		height:auto;
	}
}


/* header
-------------------------------------------------- */
#header {
	padding: 8px 0;
	margin-bottom: 20px;
	background-color: #60ad1f;
}

@media screen and (max-width: 736px) {
	#header {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}


/* read
-------------------------------------------------- */
#read {position: relative}
#textSec01 {
	margin-top: -45px;
	text-align: center;
}
#textSec01 .txt {
	display: inline-block;
	padding: 70px 40px 0;
	font-size: 27px;
	font-weight: bold;
}

#textSec02 {
	width: 840px;
	margin: 20px auto;
	padding: 0 0 8px 0;
	background-image: url(../img/bg_main_plain.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#textSec02 p {
	background-image: url(../img/bg_main_txt.png);
	background-repeat: no-repeat;
	background-position:72px 0;
	padding: 0 0 0 72px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

#textSec03 {
	width: 840px;
	margin: 20px auto;
	padding: 0 0 8px 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#textSec03 p {
	background-repeat: no-repeat;
	background-position:72px 0;
	padding: 0 0 0 72px;
	text-align: left;
	font-size: 12px;
}

.imgbox{display: block;margin: 0 auto;width: 960px;padding-top: 20px;position: relative}
.imgbox img{display: block;margin: 0 auto}
.button_cv{width: 550px;box-sizing: border-box;padding: 20px 0 16px;background: #ff4600;box-shadow: 0 6px 0 0 #b80000;display: block;color: #fff;text-align: center;border-radius: 5px;text-decoration: none;font-size: 30px;line-height: 30px;font-weight: bold}
.pc .button_cv:hover{background: #b80000}
.button_cv span{font-size: 24px;}
.button_bg{background: #fff;padding: 6px 6px 12px;display: inline-block;border-radius: 5px;box-shadow: #333 0 0 0 6px;position: absolute;bottom: 55px;left: 205px}

@media screen and (max-width: 736px) {
	#read {
		padding: 0 10px 0;
	}
	#read h2 img {
		max-width: 600px;
    width: 100%;
	}
	#textSec01 {
		margin-top: 0;
		text-align: center;
	}
	#textSec01 .txt {
		display: block;
		display: inline-block;
		padding: 28px 10px 5px;
		font-size: 15.4px;
		line-height: 1.3;
	}
	#textSec01 small {
		display: inline-block;
		margin: 5px 0;
		text-align: left;
		font-size: 11px;
	}

	#textSec02 {
		width: auto;
		margin: 0 auto;
		padding: 0;
		background-size: 36px;
		background-position: 0 60%;
	}
	#textSec02 p {
		background-size: 100% 100%;
		background-size:cover;
		background-position:36px 0;
		padding: 3px 5px 3px 42px;
		font-size: 12.5px;
		line-height: 1.3;
	}
	
	#textSec03 {
		display:none;
	}
  .imgbox{display: block;margin: 0 auto;width: 95%;padding-top: 10px}
  .imgbox img{display: block;margin: 0 auto;width: 100%;}
  .button_cv{width:100%;box-sizing: border-box;padding: 15px 0 13px;background: #ff4600;box-shadow: 0 4px 0 0 #b80000;display: block;color: #fff;text-align: center;border-radius: 5px;text-decoration: none;font-size: 14px;line-height: 14px;font-weight: bold}
  .button_cv span{font-size: 10px;}
  .button_bg{background: #fff;padding: 4px 4px 8px;display: inline-block;border-radius: 5px;box-shadow: #333 0 0 0 3px;position: absolute;bottom: 10%;left: 0;width: 100%}
}



/* contents
-------------------------------------------------- */
#secWrap {
	background-color: #60ad1f;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.tit01 {
	margin-bottom: 10px;
	padding: 10px 0 10px 40px;
	background-image: url(../img/bg_tit01.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.3;
}

.yoyaku {
	text-align: center;
	color: #fff;
}
.yoyaku .btn {
	display: inline-block;
	margin: 10px 0 16px;
}
.yoyaku .btn.pc img:hover {
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
}
.yoyaku .btn.sp {
	display: none;
}



#sec01 .ol-wrap {
	padding-bottom: 30px;
	margin-bottom: 10px;
}
#sec01 ol {
	float: left;
}
#sec01 li {
	position: relative;
	margin: 0 15px 0 0;
	float: left;
	padding: 15px 9px;
	width: 170px;
	height: 230px;
	background-color: #fff;
	border-radius: 6px;
}
#sec01 li.last {
	margin-right: 0;
}
#sec01 li:after {
	position: absolute;
	z-index: 100;
	top: 35%;
	right: -20px;
	display: block;
	content: "";
	width: 20px;
	height: 39px;
	background-image: url(../img/img_arrow01.png);
	background-repeat: no-repeat;
}
#sec01 li.last:after {
	display: none;
}
#sec01 li.null {
	display: none;
}
#sec01 li i {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0;
}
#sec01 li img {
	padding-bottom: 10px;
}

#sec01 span.date {
	font-size: 10px;
	font-weight: normal;
}


#sec02 dl {
	margin-bottom: 40px;
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
}
#sec02 dt {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	background-image: url(../img/ico_Q.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#sec02 dd {
	padding: 0 0 20px 30px;
	margin-bottom: 20px;
	background-image: url(../img/ico_A.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	border-bottom: 1px dotted #60AD1F;
}
#sec02 dd small {
	display: inline-block;
	color: #808080;
	font-size: 14px;
}
#sec02 dd:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}



#sec03 .box {
	background-color: #fff;
	border-radius: 8px;
	padding: 28px;
}
#sec03 h4 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}
#sec03 li,
#sec03 p {
	font-size: 18px;
}



#contact {
	border: 3px solid #fff;
	border-radius: 4px;
	padding: 28px;
	color: #fff;
	font-size: 18px;
}
#contact p {
	font-size: 26px;
	font-weight: bold;
}
#contact p small {
	position: relative;
	top: -4px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
}
#contact a {
	color:#fff;
	text-decoration:underline;
}
#contact a:hover {
	text-decoration:none;
}




@media screen and (max-width: 736px) {
	#secWrap {
		margin: 0 5px;
		padding: 10px;
		margin-bottom: 30px;
	}
	.tit01 {
		margin-bottom: 5px;
		padding: 5px 0 5px 20px;
		background-size: 16px;
		background-position: 0 5px;
		font-size: 17px;
	}

	.yoyaku {
		text-align: left;
	}
	.yoyaku .btn {
		background: none;
	}
	.yoyaku .btn.pc {
		display: none;
	}
	.yoyaku .btn.sp {
		display: block;
	}
	.yoyaku .btn img {
		width: 100%;
	}

	
	#sec01 .ol-wrap {
		margin: 0 -10px;
		background: none;
		padding-bottom: 10px;
	}
	#sec01 ol {
		margin: 0 5px;
	}
	#sec01 li {
		width: calc( 50% - 10px);
		margin: 0 5px 10px;
		height: inherit;
	}
	/*
	#sec01 ol {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px;
	}
	#sec01 li {
		display: table-cell;
		float: none;
		width: auto;
		height: inherit;
	}
	*/
	#sec01 li:after {
		display: none;
	}

	
	
	#sec02 dl {
		margin-bottom: 15px;
		padding: 10px;
	}
	#sec02 dt {
		padding: 0 0 0 20px;
		margin-bottom: 5px;
		background-position: 0 2px;
		background-size: 17px;
		font-size: 15px;
	}
	#sec02 dd {
		padding: 0 0 20px 20px;
		margin-bottom: 20px;
		background-size: 17px;
		background-position: 0 2px;
		font-size: 15px;
	}
	#sec02 dd small {
		display: inline-block;
		color: #808080;
		font-size: 13px;
	}
	#sec02 dd:last-child {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}


	#sec03 .box {
		padding: 10px;
	}
	#sec03 h4 {
		margin-bottom: 5px;
		font-size: 15px;
	}
	#sec03 li,
	#sec03 p {
		font-size: 13px;
	}
	
	
	#contact {
		padding: 10px;
		font-size: 13px;
	}
	#contact p {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
	}
	#contact p small {
		display: block;
		padding: 10px 0 0 0;
		font-size: 12px;
	}

}

.c-tablebox{display: table;width: 100%;box-sizing: border-box;margin-bottom: 20px}
.c-table{display: table-cell;box-sizing: border-box;}
.c-table_inner{background: #fff;border-radius: 5px;display: block;width: 445px;;box-sizing: border-box;padding: 0 30px 30px}
.c-table_head{position: relative;display: block;margin-bottom: 20px}
.c-table_nb{width: 60px;box-sizing: border-box;padding:20px 10px 15px;text-align: center;background: #388400;color: #fff;position: absolute;top: 0;left: 0}
.c-table_nb_text{font-size: 10px;display: block;line-height: 10px;margin-bottom: 7px;font-weight: bold}
.c-table_nb_nb{font-size: 30px;display: block;line-height: 30px;font-weight: bold}
.c-table_ttl{font-size: 20px;padding-left: 80px;font-weight: bold;padding-top: 25px;line-height: 1.3}
.c-table_body{}
.c-table_body img{float: right;width: 191px;height: 128px;margin:0 0 10px 10px;display: block}
.c-table_text{font-size: 18px}

.u-mb40{margin-bottom: 40px}

@media screen and (max-width: 736px) {
.c-tablebox{display: block;width: 100%;box-sizing: border-box;margin-bottom: 0}
.c-tablebox .c-table.pr20{padding-right: 0}
.c-table{display:block;box-sizing: border-box;margin-bottom: 10px}
.c-table_inner{background: #fff;border-radius: 5px;display: block;width: 100%;box-sizing: border-box;padding: 0 10px 10px}
.c-table_head{position: relative;display: block;margin-bottom: 10px}
.c-table_nb{width: 50px;box-sizing: border-box;padding:10px 2px 10px;text-align: center;background: #388400;color: #fff;position: absolute;top: 0;left: 0}
.c-table_nb_text{font-size: 8px;display: block;line-height: 8px;margin-bottom: 5px;font-weight: bold}
.c-table_nb_nb{font-size: 19px;display: block;line-height: 19px;font-weight: bold}
.c-table_ttl{font-size: 15px;padding-left: 57px;font-weight: bold;padding-top: 10px;line-height: 1.3}
.c-table_body img{float: right;width: 139px;height: 93px;margin:0 0 10px 10px;display: block}
.c-table_text{font-size: 14px}

.u-mb40{margin-bottom: 20px}
}


/* footer
-------------------------------------------------- */
#footer {
	padding: 25px 0;
	background-color: #388500;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}


@media screen and (max-width: 736px) {
	#footer {
		padding: 15px 0;
	}
}






.measure_area{position:relative;overflow:hidden}
.measure_area img,
.measure_area iframe{position:absolute}


.u-cf:after{clear:both;content:".";display:block;height:0;visibility:hidden}
