@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/*title
************************************************************************************/
h2{
	background: url(../../img/common/h2_bg.jpg) no-repeat;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	margin: 0 0 0 0;
	padding: 0;
}

h3{
	font-size: 25px;
	color: #15479d;
	margin: 0 0 25px 0;
}
h3 span{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #15479d;
}

h4{
	border-left: 1px solid #15479d;
	padding: 0 0 0 9px;
	font-size: 21px;
	margin: 15px 0;
	line-height: 1.2em;
}

h5{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.catch_copy{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}
@media screen and (max-width: 979px) {
h3{
	font-size: 25px;
	color: #15479d;
	margin: 0 0 25px 0;
}
h3 span{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #15479d;
	line-height: 2.0;
}
}



/*section
************************************************************************************/
section.main{
	padding: 15px 0;
}


.article{
	padding: 20px 0;
	margin: 0 auto;
	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 #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}
.article_box.text{
	padding: 10px 20px !important;
}

.article_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 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;
}


.bxLine{
	background: url(../../img/common/line.png) no-repeat center bottom;
	padding-bottom: 25px !important;
}

.btnBack{
	width: 200px;
	margin: 20px auto;
	background: url(../../img/common/ar_prev.png) no-repeat 10px center #FFF;
	font-size: 14px;
	font-weight: bold;
}

.btn a{
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding: 15px;
    -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;
}
.btn a:hover{
	color: #00b1d7;
}
.btn{
	position: relative;
	text-align: center;
	border: 1px solid #000;
}
.btn a::after,
.btn a::before,
.btn a span::after,
.btn a span::before {
	background-color: #00b1d7;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.btn a::after {
	height: 1px;
	left: -1px;
	top: -1px;
	width: 0px;
}
.btn a::before {
	bottom: -1px;
	height: 1px;
	right: -1px;
	width: 0px;
}
.btn a span::after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 1px;
}
.btn a span::before {
	height: 0px;
	right: -1px;
	top: -1px;
	width: 1px;
}
.btn a:hover::after,
.btn a:hover::before {
	width: 100%;
	width: calc(100% + 1px);
}
.btn a:hover span::after,
.btn a:hover span::before {
	height: 100%;
	height: calc(100% + 1px);
}


@media screen and (max-width: 979px) {
.article{
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article_innner{
	margin-bottom: 20px;
}

.text{
	padding: 10px;
	line-height: 1.8;
}
.text p{
	padding: 0 0 1em 0;
}
.text p:last-child{
	padding: 0;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
}



/*table
----------------------------------------------------------------------*/
table.normal{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #000;
}

table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal th{
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #000;
	background-color: #07a7a5;
	color: #FFF;
}
table.normal th a{
	color: #FFF;
}

table.normal td{
	padding: 5px 10px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px solid #000;
   background-color: rgba( 255, 255, 255, 0.55 );
}
table.normal tr td:last-child{
	border-right: 0;
}

table.normal thead th{
	background: #1a8dc8;
	color: #FFF;
}
table.normal th span{
	font-size: 80%;
	font-weight: normal;
}

table.widenone{
	width: auto !important;
	margin: 5px 0 15px 0;
}

/*line*/
table.lineBtm{
	width: 100%;
	border-collapse:collapse;
	border: 0;
}

table.lineBtm caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.lineBtm th{
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #666666;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

/**/
dl.normal{
	margin: 5px 0 1.5em 0;
}
dl.normal dt{
	color: #00ac8a;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	margin: 0 0 10px 10px;
}

/**/
.divTable{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.divTable .cell{
	display: table-cell;
}
.divTable .cell.top{
	vertical-align: top;
}
.divTable .cell.middle{
	vertical-align: top;
}
.divTable .cell.bottom{
	vertical-align: bottom;
}

@media screen and (max-width: 768px){
.divTable{
	display: block;
	width: 100%;
	margin: 0;
}
.divTable .cell{
	display: block;
	width: 100%;
	margin: 5px 0;
}
	
}
@media screen and (max-width: 479px) {
/*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%;
	border-bottom: 1px solid #000;
}
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: 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;
}
table.normal td{
	margin-left: 0;
	padding: 0 0 5px 0 !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;
}
}


/* inWP
************************************************************************************/
.inWP table{
	width: 100%;
	margin: 5px auto 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;
}


/*ページング
----------------------------------------------------------------------*/



.page_navi{
	text-align: center;
}

ul.page_navi li{
	margin: 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

ul.page_navi li span{
	background: #6aa22c;
	width: 2.5em;
	height: vem;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 7px 0 0;
	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: #999;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 7px 0 0;
	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: #fc7d00;
}


.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

