@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/*titles
************************************************************************************/
.pagetitle{
	background: #000;
	height: 320px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pagetitle img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: .7;
	z-index: 10;
}
.pagetitle .titlebox{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1200px;
	margin: auto;
	z-index: 20;
	color: #FFF;
}
.pagetitle .titlebox h1{
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
}
.pagetitle .titlebox .desc{
	font-size: 14px;
	border-top: 1px solid #FFF;
	padding-top: 20px;
	display: inline-block;
}

.lv_h1{
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.lv_h1:before{
	content: "";
	display: block;
	width: 45px;
	height: 5px;
	background: #ebb6b6;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lv_h1 span.sub{
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 1em;
}

.lv_h2{
	font-size: 21px;
	font-weight: bold;
	padding-right: 100px;
	margin: .5em 0;
	position: relative;
	display: inline-block;
}
.lv_h2:after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	height: 1px;
	width: 85px;
	background: #000;
	display: block;
}

.lv_h3{
	font-size: 20px;
	color: #4367c3;
	font-weight: bold;
	background: url("../../img/common/h3.svg") no-repeat left .3em;
	padding: 0 0 0 25px;
	margin: 1em 0 .5em 0;
}

h4{
	padding: .5em 0 .5em !important;
}

.copy_title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 1em 0;
}

@media screen and (max-width: 979px) {
/*tablet*/
    .pagetitle{
        height: 250px;
    }
    .pagetitle .titlebox{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 99%;
        margin: auto;
        z-index: 20;
        color: #FFF;
    }
    .pagetitle .titlebox h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 768px){
/*smart phone*/
    .pagetitle .titlebox h1{
        font-size: 28px;
    }
    .lv_h1{
        font-size: 22px;
    }

    .lv_h2{
        font-size: 19px;
    }

    .lv_h3{
        font-size: 19px;
    }
}


@media screen and (max-width: 620px) {
/*sp*/
    .pagetitle .titlebox h1{
        font-size: 24px;
    }
}
@media screen and (max-width: 480px){
    .pagetitle{
        height: 200px;
    }

} 
/*article
************************************************************************************/
article {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article article.in-article{
	padding: 0;
	margin: 0;
}
/*#main-content article article:nth-child(odd){
	background: #FFF;
}
#main-content article article:nth-child(2n){
	background: #edf4f8;
}
*/

/*section
************************************************************************************/
.section{
	padding: 30px 0;
	text-align: left;
	word-break: break-all;
	margin: auto;
}

.section:after {
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
}
/*\*/
* html .section{
		height: 1em;
}
.section{
		display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}

.section_box{
	border: 1px solid #000;
	margin: 15px 0;
}
.section_box_blue{
	border: 1px solid #608cc1;
	margin: 15px 0;
}

.section_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text20{
	padding: 20px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.text p,
.text20 p{
	padding-bottom:1em;
}
.text p:last-child,
.text20 p:last-child{
	padding-bottom: 0;
}
.text:after,
.text20:after{
		content: "";
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
		height: 1em;
}
.text,
.text20{
		display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}

.box_line{
	border-bottom: 1px solid #ededed;
}


.div_table{
	display: table;
}
.div_table .cell{
	display: table-cell;
}
.div_table .cell.middle{
	vertical-align: middle;
}
.div_table .cell.top{
	vertical-align: top;
}
.div_table .cell.bottom{
	vertical-align: bottom;
}
.bg_gry{
	background: #f1f1f1;
}

.tag-table{
	display: table;
}
.tag-table dt,
.tag-table dd,
.tag-table .th-cell,
.tag-table .td-cell{
	display: table-cell;
	vertical-align: middle;
}
.tag-table dt,
.tag-table .th-cell{
	background: #95daf9;
	font-weight: bold;
	padding: 7px 15px;
}
.tag-table dd,
.tag-table .td-cell{
	padding: 7px 15px;
	background: #f1f1f1;
}
.tag-table .th-cell.white{
	background: #FFF;
    border-bottom:  1px solid #a6a6a6;
    border-right:  1px solid #a6a6a6;
}
.tag-table .td-cell.white{
	background: #FFF;
    border-bottom:  1px solid #a6a6a6;
}


@media screen and (max-width: 979px) {
.section_innner{
	padding: 0 10px 15px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.section{
	margin: 0;
}
}
@media screen and (max-width: 768px){
.section_line{
	padding:20px 10px;
}
}
@media screen and (max-width: 620px) {

}
@media screen and (max-width: 480px){
}



/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 5px auto 15px auto;
	width: 100%;
	border: 1px solid #000;
}
table.normal.auto,
.cms-posts table.auto{
	width: auto;
	margin: 5px 0 15px 0;
}
table.normal caption,
.cms-posts table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before,
.cms-posts table caption:before{
	content: "■";
}

table.normal thead th,
.cms-posts table thead th{
	padding: 1.5em;
	border: 1px solid #000;
	text-align: center;
	font-weight:bold;
	background-color: #1d2c55;
	color: #FFF;
}
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}
table.normal tbody th,
.cms-posts table tbody th{
	padding: 1px 10px;
	text-align: center;
	background-color: #25528f;
	border: 1px solid #000;
	color: #FFF;
}
table.normal tbody th a,
.cms-posts table tbody th a{
	color: #FFF;
}
table.normal.auto th,
.cms-posts table.auto th{
	padding: 1px 2em;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 1.5em;
	border: 1px solid #000;
}
table.normal.center td{
	text-align: center;
}

table.line_btm{
	margin: 5px auto 45px auto;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.line_btm th,
table.line_btm td{
	padding: .7em;
	border-bottom: 1px solid #ccc;
}
table.line_btm th{
	font-weight: bold;
	text-align: left;
}

/*スクロール*/

.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: break-all;
	font-size: 14px !important;
}
}


/*sp*/

@media screen and (max-width: 620px) {
table.smartphone{
	display: block;
	width: 100%;
}
table.smartphone thead{
	display: none;
}
table.smartphone tbody{
	display: block;
	width: 100%;
}
table.smartphone tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.smartphone th,
table.smartphone td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !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;
	display: block;
	border: 0;
}
table.smartphone th{
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.smartphone td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
}


/*cms-posts
************************************************************************************/
.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;
}
.cms-posts img{
	max-width: 100%;
	height: auto;
}
.cms-posts ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

.cms-posts ol li{
	margin: 0 0 1em 2.5em;
	background: none;
	line-height: 2.0 !important;
	list-style-type: none;
}

.cms-posts ol li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #353b48;
	color: #FFFFFF;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	line-height: 2.0 !important;
	margin: 0 7px 0 -2.5em;
}
.cms-posts ol.color_red li:before {
	background: #ff0000;
}

.cms-posts ol li p,
.cms-posts ol li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}

.cms-posts ul{
	list-style-type: none;
	margin: 0;
}
.cms-posts li{
	margin: 5px 0;
	padding: 0 0 0 1.2em;
}
.cms-posts li:before{
	display: marker;
	color:#2faa54;
	content: "●";
	float: left;
	margin-left: -1.2em;
}
.cms-posts li p{
	overflow: auto;
	zoom: 1;
	padding: 0;
	text-indent:0;
	color:#000;
}


/*ページング
----------------------------------------------------------------------*/
.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;
	font-size: 18px;
	font-weight: 600;
}

ul.page_navi li span{
	background: #666565;
	border: 2px solid #666565;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	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: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	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:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_prev.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../../img/common/pagenav_next.png) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}



/*page_menu
************************************************************************************/
.page_menu{
	width: 1200px;
	margin: auto;
}
.page_menu ul{
	display: table;
}
.page_menu ul li{
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
}
.page_menu ul li a{
	display: block;
	padding: 18px 20px 15px 25px;
	text-decoration: none;
	background: url("../../img/common/ar_gry.svg") no-repeat left 20px;
	border-bottom: 3px solid #FFF;
}
.page_menu ul li a.now{
	border-bottom: 3px solid #00ac92;
	background: url("../../img/common/ar_gry_dwn.svg") no-repeat left 20px;
	font-weight: bold;
}
@media screen and (max-width: 979px) {
/*tablet*/
    .page_menu{
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 

/*page_list
************************************************************************************/
.page_list ul li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #85bfe6;
	padding: 40px 0;
}
.page_list ul li .photo{
	width: 400px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: top;
}
.page_list ul li .photo img{
	width: 100%;
	height: auto;
}
.page_list ul li .details{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.page_list ul li .details .title{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 1em;
	margin: 0;
}
.page_list ul li .details .title a{
	text-decoration: none;
}
.page_list ul li .details .cmt{
	padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
/*pc*/
}

@media screen and (max-width: 979px) {
/*tablet*/
    .page_list ul li .photo{
        width: 33%;
        padding: 0 1%;
    }
}
@media screen and (max-width: 768px){
/*smart phone*/
    .page_list ul li{
        display: block;
        width: 100%;
        padding: 30px 0;
    }
    .page_list ul li .photo{
        width: 100%;
        padding: 0.5% 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;
        display: block;
    }
    .page_list ul li .details{
        width: 100%;
        padding: 0.5% 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;
        display: block;
    }
    .page_list ul li .details .title{
        font-size: 22px;
    }
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}

/*tab-box
************************************************************************************/
.tab-box ul#tab{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	border-bottom: 1px solid #666;
}
.tab-box #tab li{
	padding: 15px 1.5em;
	list-style: none;
	cursor: pointer;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 5px 0 0;
	text-align: center;
	color: #000;
	background: #D9D9D9;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tab-box #tab li.select{
	background: #666;
	border-bottom: 1px solid #666;
	color: #FFF;
}
.tab-box .disnon{
	display: none;
}

.tab-box #tab li span{
	background: url(../../img/common/ar_white_dwn.svg) no-repeat right center;
	padding: 0 20px 0 0;
	cursor: pointer;
}


.tab-box .content_wrap{
	padding: 20px 0;
}


@media screen and (min-width: 980px) {
/*pc*/
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}