@charset "utf-8";
@import "base_layout.css";
@import "common_parts.css";


header{
	background: url(../../img/toppage/bg.jpg) no-repeat top center;
	background-size: cover;
	width:100%;
	height:300px !important;
}


/*タイトル
************************************************************************************/
h1{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 39px;
	text-align: center;
	line-height: 213px;
}

h2{
	padding: 0 0px 0px 20px;
	margin: 0 0 20px 0;
	background: url(../../img/common/h2_icon.png) no-repeat left center;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	font-size: 30px;
	color: #e875a0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
h3{
	margin:15px 0 20px 0;
	color:#000;
	font-size:21px;
	display: inline-block;
	font-weight: normal;
}
h3:after {
    background-color: #f2e95b;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
}
h4{
	margin-top:20px;
	color:#000;
	font-size:18px;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
h1{
	font-size: 30px;
}

h2{
	font-size: 25px;
}
}
@media screen and (max-width: 480px){
/*sp*/
}

/*breadcrumb
************************************************************************************/
#breadcrumb{
	margin:15px auto;
	padding: 5px 10px;
	font-size: 1.2rem;
	width: 1000px;
}
#breadcrumb ul li{
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	color: #888;
}
#breadcrumb ul li:first-child{
	background: url(../../img/common/icon_home.png) no-repeat left 0.2em;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
	padding: 0 0 0 20px;
}
#breadcrumb ul li a{
	background: url(../../img/common/icon_ar.png) no-repeat right 0.15em;
	-moz-background-size: 13px auto;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
	padding: 0 18px 0 0;
}
#breadcrumb a{
	color: #777;
}
@media screen and (max-width: 979px) {
#breadcrumb{
	width: 100%;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
#breadcrumb{
	display:none;
}
}
@media screen and (max-width: 480px){
/*sp*/
}

/*section
************************************************************************************/

.article{
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
	width: 1000px;
}
.article:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article{
    height: 1em;
}
.article{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .article{
	zoom:1;
}

.article_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}
.article_box.text{
	padding: 10px 30px !important;
}

.article_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.section{
	margin-bottom:30px;
}
.section_line{
	margin:20px 0;
	padding:20px 10px;
	border-bottom: 3px solid #dcdcdc;
}
.section_line:first-child{
	margin:0 0 20px 0;
	padding:0 10px 20px 10px;
}


.text{
	padding: 10px;
	line-height: 1.7;
}
.text20{
	padding: 20px;
	line-height: 1.7;
}
.text p:last-child{
	padding-bottom: 0;
}
.text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text{
    height: 1em;
}
.text{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text{
	zoom:1;
}

.box_line{
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 979px) {
.article{
	width: 98%;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 


/*.inBtn
----------------------------------------------------------------------*/
.inBtn{
	margin: 15px 0;
}
.inBtn li,
.btnDocument{
	background: #eeeeee;
	margin: 5px;
	display: inline-block;
	padding: 0 0 0 20px !important;
	border: 1px solid #999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 65px;
	height: 65px;
}
.inBtn li:hover,
.btnDocument:hover{
	background: #FFF;
}

.inBtn li.phonenumber{
	background: #FFF;
	padding: 0 30px !important;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 1.7rem;
}
.inBtn li.phonenumber img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.inBtn li a,
.btnDocument a{
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px 0 50px;
	background: url(../../img/common/ar_black.png) no-repeat left center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}
.inBtn li a.pdf,
.btnDocument a.pdf{
	background: url(../../img/common/icon_pdf.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.inBtn li a.word,
.btnDocument a.word{
	background: url(../../img/common/icon_word.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}


.btnNormal a{
	flex: 1 1 auto;
	margin: 10px;
	display: block;
	padding: 0 20px !important;
	border: 2px solid #27a500;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow:hidden;
	transition: .3s;
	z-index: 100;
	line-height: 60px;
	color: #27a500;
	text-decoration: none;
	font-weight: bold;
}
.btnNormal a:after{
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #27a500;
}
.btnNormal a:after{
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.btnNormal a:hover{
	cursor: pointer;
	color: #FFF;
}
.btnNormal a:hover:after{
	width: 100%;
	left: 0;
	color: #5bcaff;
}
.btnNormal a:hover:after{
	left: -10%;
	width: 120%;
}



@media screen and (max-width: 620px) {
.inBtn li{
	display: block;
	line-height: normal;
	height: auto;
}
.inBtn li a{
	padding: 15px 30px 15px 50px;
}
.inBtn li.phonenumber{
	line-height: 65px;
}

.btnNormal a{
	padding: 15px 20px !important;
	line-height: normal;
}
}

/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top: 1px solid #999;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 15px 10px;
	text-align: center;
	font-weight:bold;
}
table.normal tbody th{
	padding: 15px 10px;
	text-align: left;
	font-weight:normal;
	background: #ededed;
	border-bottom: 1px solid #999;
	border-right: 1px dotted #999;
}

table.normal tbody td{
	padding: 15px 10px;
	border-bottom: 1px solid #999;
	border-right: 1px dotted #999;
}
table.normal tbody tr td:last-child{
	border-right: 0;
}

/*line*/
table.lineBtm{
	width: 100%;
	border-collapse:collapse;
	border: 0;
	margin: 5px auto;
}

table.lineBtm th{
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	background: url(../../img/common/table_line.png) no-repeat right bottom;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 1px dotted #999999;
	background: url(../../img/common/table_line.png) no-repeat right bottom;
}
table.lineBtm td:last-child{
	background: none;
}


table.std th{
	padding:10px 20px;
	background-color:#dadada;
	color:#000;
	font-weight:normal;
	text-align:center;
	border:1px solid #bbb;
	border-bottom:1px solid #FFF;
}
table.std tr:last-child th{
	border-bottom:1px solid #bbb;
}
table.std td{
	padding:10px 20px;
	border:1px solid #bbb;
}

dl.normal dt{
	font-weight: bold;
	color: #1b9649;
	font-size: 1.8rem;
	padding: 0 0 7px 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 15px 0;
}

@media screen and (max-width: 979px) {

}
@media screen and (max-width: 768px){
/*smart phone*/

}
@media screen and (max-width: 620px) {
/*sp*/
table.normal{
	display: block;
	width: 99%;
	border: 0 !important;
}
table.normal tbody{
	display: block;
	width: 100%;
}
table.normal tr{
	display: block;
	margin-bottom: 0;
	width: 100%;
}
table.normal th,
table.normal td{
	display: list-item;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.normal th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 15px 5px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 0 !important;
}
table.normal td{
	margin-left: 0;
	padding: 15px 5px!important;
	width: 100%;
	list-style-type: none;
	border: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

/*WP用
************************************************************************************/
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}


/**/
ul.page_navi {
	clear:both;
	padding:20px;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin: 0 auto 30px auto;
	width: auto;
	list-style-type: none;
}
/* 回り込み解除 */
ul.page_navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html ul.page_navi{
    height: 1em;
}
ul.page_navi{
    display: block;
}
/* ▲ */
 
.page_navi li{
	float:left;
	border: 0;
	margin: 2px 2px 2px 0;
	list-style-type: none;
	padding: 0;
	width: auto;
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.page_navi li a{
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
	background: #D9D9D9;
	border: 0;
}
 
.page_navi li a:hover{
	color:#fff;
	background: #0c17a7;
}
 
.page_navi li.current span{
	background: #f70000;
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
}
@media screen and (max-width: 620px) {
/*sp*/
ul.page_navi {
	clear:both;
	padding:20px 0;
}
}