@charset "utf-8";
@import "base_layout.css";
@import "common_parts.css";

main#main{
	background: #fffeec;
}


/*タイトル
************************************************************************************/
h1{
	background: url(../../img/common/h1_bg_head.png) repeat-x top, url(../../img/common/h1_bg.png) repeat-x bottom #fffeec;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	font-size: 3.6rem;
	font-weight: normal;
}
h1 span{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
h2{
	margin-bottom:20px;
	padding: 0 45px;
	background: url(../../img/common/h2_left.png) no-repeat left bottom, url(../../img/common/h2_right.png) no-repeat right bottom;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.1rem;
	line-height: 30px;
	display: inline-block;
	font-weight: normal;
	white-space:nowrap;
}
h3{
	color: #04a77b;
	font-size: 2.5rem;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

h3 span{
	margin-bottom:5px;
	display: inline-block;
	padding: 0 3px 3px 3px;
	border-bottom:5px dotted #f78f08;
}

h4{
	margin: 20px 0 5px 0;
	color:#f37e00;
	font-size: 2rem;
}
h4:before{
	margin-right:5px;
	content:url(../../img/common/icon_h4.png);
}

.catch_copy{
	margin-bottom: 1.8em;
	padding: 15px 0 25px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}


.title_table{
	margin-bottom: 10px;
	display: table;
}
.title_table .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 2em;
}
.title_table .cell:first-child{
	padding: 0;
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
h2{
	margin: 0 0 7px 0;
	padding: 0 30px;
	line-height: 1.1em;
	white-space: normal;
}
.title_table,
.title_table .cell{
	display: block;
}
}
@media screen and (max-width: 620px) {
/*sp*/
h1{
	padding: 50px 20px;
	text-align:left;
	font-size: 26px;
	font-weight: bold;
}
h1 span{
	text-align: left;
	font-weight: normal;
}
h2{
	font-size: 21px;
}
}
@media screen and (max-width: 480px){
/*sp*/
h1{
	padding: 50px 10px;
}
}

/*breadcrumb
************************************************************************************/
#breadcrumb{
	margin:15px 0;
	padding: 5px 10px;
	font-size: 1.2rem;
}
#breadcrumb ul{
	width: 100%;
	margin: auto;
}

#breadcrumb ul li{
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
}
#breadcrumb ul li:first-child{
	background: url(../../img/common/icon_home.png) no-repeat left center;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
	padding: 0 0 0 17px;
}
#breadcrumb ul li a{
	background: url(../../img/common/ar_black.png) no-repeat right center;
	-moz-background-size: 7px auto;
	background-size: 7px auto;
	padding: 0 17px 0 0;
}
#breadcrumb a{
	color: #000;
}
@media screen and (max-width: 979px) {
}
@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{
	padding: 30px 0;
}
.article{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.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 #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin: 15px 0;
}
.article_box.text{
	padding: 10px 20px !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,
.text20 p{
	text-indent:1em;
}
.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) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
.article_box{
	padding: 10px 15px;
}
}
@media screen and (max-width: 480px){
} 


/*ページnavi
----------------------------------------------------------------------*/
.framePageNavi{
	margin-bottom:30px;
	border-bottom:5px solid #cabda8;
}
.framePageNavi ul{
	margin:0 auto;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;/*
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color:#e7e0d4;*/
}
.framePageNavi li{
	margin:10px 0 0 10px;
	padding: 15px 25px 8px 25px;
	height:100%;
	border:1px solid #eee;
	color:#FFF;
	background: #ffae00 url(../../img/common/arrow_white.png) no-repeat 15px 18px;
	line-height:1;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	line-height:1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.framePageNavi li a{
	color:#FFF;
	text-decoration:none;
}
.framePageNavi li.currentPage,
.framePageNavi li.currentPage:hover{
	background:#42ae49;
	/*display:none;*/
}
.framePageNavi li:hover{
	background:#ccc url(../../img/common/arrow_white.png) no-repeat 15px 18px;
}

@media screen and (max-width: 979px) {
/*tablet*/
.framePageNavi li{
	padding: 15px 10px 8px 20px;
	background: #ffae00 url(../../img/common/arrow_white.png) no-repeat 10px 18px;
}
.framePageNavi li:hover{
	background:#ccc url(../../img/common/arrow_white.png) no-repeat 10px 18px;
}
.framePageNavi li.currentPage,
.framePageNavi li.currentPage:hover{
	padding: 15px 10px 8px 10px;
}
}
@media screen and (max-width: 768px){
/*smart phone*/
.framePageNavi{
	margin:15px 0;
}
.framePageNavi li{
	padding: 10px 5px 10px 20px;
	background: #ffae00 url(../../img/common/arrow_white.png) no-repeat 10px center;
}
.framePageNavi li:hover{
	background:#ccc url(../../img/common/arrow_white.png) no-repeat 10px center;
}
.framePageNavi li.currentPage,
.framePageNavi li.currentPage:hover{
	padding: 10px 5px 10px 15px;
}
}
@media screen and (max-width: 620px) {
/*sp*/
.framePageNavi ul{
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.framePageNavi li{
	margin:5px 1%;
	width: 48%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
}
@media screen and (max-width: 480px){
.framePageNavi li{
	margin:5px 0;
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
} 

/*.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;
}


@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;
}
}

/*table
----------------------------------------------------------------------*/
table.normal{
	margin: 5px auto 15px auto;
	width: 100%;
}
table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal thead th{
	padding: 10px 15px;
	text-align: center;
	font-weight:bold;
	background-color: #89b764;
	border: 1px solid #cabda8;
	color: #FFF;
}
table.normal tbody th{
	padding: 10px 15px;
	text-align: left;
	font-weight:normal;
	background-color: #f2e5da;
	border: 1px solid #cabda8;
}

table.normal tbody td{
	padding: 10px 15px;
	border: 1px solid #cabda8;
	background-color: #FFF;
}

/*line*/
table.lineBtm{
	margin: 5px auto;
	width: 100%;
	border-collapse:collapse;
}

table.lineBtm th{
	padding: 8px 15px;
	text-align: left;
	/*color:#105826;*/
	border-bottom: 1px dotted #999999;
	background-color: #effce3;
	font-weight:normal;
	text-align:center;
}

table.lineBtm td{
	padding: 8px 15px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFF6;
}


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;
}

/*scroll*/
.table_scroll .sp_comment{
	display: none;
}
.table_scroll .scroll_body{}


@media screen and (max-width: 620px) {
.table_scroll .sp_comment{
	display: block;
	padding: 10px;
	border: 1px solid #ededed;
	margin: 10px 0;
}
.table_scroll .sp_comment:after{
	content: "※表が見切れている場合は、横にスクロールしてご覧いただけます";
	color: #666;
	display: block;
}
.table_scroll .scroll_body{
	width: 97%;
	margin: auto;
	overflow-x: scroll;
	font-size: 14px !important;
}
.table_scroll .scroll_body table{
	width: 950px !important;
	font-size: 14px !important;
}
.table_scroll .scroll_body table th,
.table_scroll .scroll_body table td,
.table_scroll .scroll_body table.main th,
.table_scroll .scroll_body table.main td,
.table_scroll .scroll_body table.normal th,
.table_scroll .scroll_body table.normal td{
	word-break: keep-all;
	font-size: 14px !important;
}
}

/*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{
	text-align: center;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

ul.page_navi li span{
	background: #04a77b;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #04a77b;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 3.5;
	margin: 0 2px;
	display: block;
	text-decoration: none;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #ffae00;
	color: #FFF;
}


@media screen and (max-width: 620px) {
/*sp*/
ul.page_navi {
	clear:both;
	padding:20px 0;
}
}

/* inWP
************************************************************************************/
.inWP table{
	width: auto;
	margin: 15px auto;
	border-collapse:collapse;
	border: 0;
}

.inWP table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	width: 100%;
	font-weight: bold;
}
.inWP table caption:before{
	content: "■";
}

.inWP table th{
	padding: 10px 10px;
	text-align: center;
	border-bottom: 1px dotted #000;
	color: #000;
}
.inWP table th span{
	background: #deff43;
	padding: 0 2px;
}
.inWP table td{
	padding: 10px 10px;
	border-bottom: 1px dotted #000;
}
.inWP table tr:last-child th,
.inWP table tr:last-child td{
	border-bottom: 1px solid #000;
}

.inWP table thead th{
	background: #999;
	color: #FFF;
}


/*画像寄せ
----------------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media screen and (max-width: 768px){
.inWP img{
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: none;
	margin: 5px auto;
	display: block;
}

.alignright {
	float: none;
	margin: 5px auto;
	display: block;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
}

/*各パーツ
----------------------------------------------------------------------*/
.inWP ol{
	list-style-type: decimal;
	margin: 0 0 20px 2em;
}
.inWP ol li{
	margin: 5px 0;
}

.inWP ul{
	list-style-type: disc;
	margin: 0 0 20px 2em;
}
.inWP ul li{
	margin: 5px 0;
}