@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

.pagetitle{
	background: url("../../img/common/bg_type.svg") repeat #f4f3e9;
	padding: 30px 0 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
.pagetitle .wrapper{	
	text-align: center;
}
.pagetitle h1{
	font-weight: 400;
	font-size: 36px;
}
.pagetitle .eng{
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 10px 0 30px 0;
	margin: 10px 0 0 ;
}
.pagetitle .eng::before{
	background: #cb5a67;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.pagetitle .in_pagenavi{
	margin: 0 auto 0;
	width: 1200px;
}
.pagetitle .in_pagenavi ul{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.pagetitle .in_pagenavi ul li{
	display: table-cell;
	background: #faf8e6;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	font-size: 17px;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.pagetitle .in_pagenavi ul li a{
	display: block;
	padding: 20px 10px 20px 30px;
	text-decoration: none;
	color: #292929;
	background:  url("../../img/common/ar_black.svg") no-repeat left 15px center;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
.pagetitle .in_pagenavi ul li.select{
	background: #FFF;
}

@media screen and (max-width: 979px) {
.pagetitle .in_pagenavi{
	width: 100%;
}
}

@media screen and (max-width: 768px){
.pagetitle{
	padding: 20px 0 0;
}
.pagetitle .wrapper{	
	text-align: center;
}
.pagetitle h1{
	font-size: 24px;
}
.pagetitle .eng{
	font-size: 16px;
	padding: 10px 0 20px 0;
	margin: 10px 0 0 ;
}
}
@media screen and (max-width: 768px){
.pagetitle .in_pagenavi ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.pagetitle .in_pagenavi ul li{
	width: 32%;
	margin: .5%;
}
}
@media screen and (max-width: 620px) {
.pagetitle .in_pagenavi ul li{
	width: 49%;
}
}

/*title
************************************************************************************/
.lv_h1,
.cms-posts h1{
	font-size: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
.lv_h1:before, .lv_h1:after,
.cms-posts h1:before, .cms-posts h1:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #05336c;
	display: block;
}
.lv_h1:before,
.cms-posts h1:before{
	margin-right: .4em;
}
.lv_h1:after,
.cms-posts h1:after{
	margin-left: .4em;
}



.lv_h2,
.cms-posts h2{
	display: block;
	position: relative;
	color: #d21227;
	font-size: 24px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	padding: 0 0 0 70px;
	margin: 0 0 40px;
	z-index: 80;
}
.lv_h2:after,
.cms-posts h2:after {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #000;
	z-index: 2;
}
.lv_h2:before,
.cms-posts h2:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 20px;
	margin: auto;
	content: '';
	width: 60px;
	height: 60px;
	background-color: #ededed;
	z-index: -1;
}


.lv_h3,
.cms-posts h3{
	font-size: 24px;
	padding: 0 0 8px 1.5em !important;
	margin-bottom: 20px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.lv_h3:before,
.cms-posts h3:before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: "";
	background: #d21227;
	height: 3px;
	width: 1em;
}
.lv_h4,
.cms-posts h4{
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding: 3px 0 .5em 0;
	margin: 0 0 1em;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
.lv_h4:after,
.cms-posts h4:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 1.5em;
	height: 1px;
	background-color: #292929;
	z-index: 10;
}
.lv_h1 a,
.cms-posts h1 a,
.lv_h2 a,
.cms-posts h2 a,
.lv_h3 a,
.cms-posts h3 a,
.lv_h4 a,
.cms-posts h4 a{
	color: #292929;
	text-decoration: none;
}


.sub_title{
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 768px){

.lv_h1,
.cms-posts h1{
	font-size: 25px;
}

.lv_h2,
.cms-posts h2{
	font-size: 21px;
}


.lv_h3,
.cms-posts h3{
	font-size: 18px;
}

.sub_title{
	font-size: 18px;
}
}



/*section
************************************************************************************/
.section{
	padding: 50px 0;
	text-align: left;
}

.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 #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
}

.section_innner{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.section_line{
	margin:20px 0;
	padding: 20px 10px 40px !important;
	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{
	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;
}


@media screen and (max-width: 979px) {
.section_innner{
	padding: 0 10px 15px 10px;
}
.section{
	margin: 0 auto;
	padding: 30px 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;
}
}
@media screen and (max-width: 768px){
.section{
	padding: 15px 1%;
}

.section_line{
	padding:20px 10px;
}
}
@media screen and (max-width: 620px) {

}
@media screen and (max-width: 480px){
}

.divtable{
	display: table;
	margin: 1em auto;
}
.divtable .cell{
	display: table-cell;
}
.divtable .pd{
	padding: 0 15px;
}
.divtable .top{
	vertical-align: top;
}
.divtable .middle{
	vertical-align: middle;
}


/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
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: 15px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #4b4b4b;
	color: #FFF;
}
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}
table.normal tbody th,
.cms-posts table tbody th{
	padding: 15px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #eeeeee;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	color: #000;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

table.normal.center td{
	text-align: center;
}

table.lineBtm{
	width: 100%;
	border: 0;
	border-top: 1px solid #333;
}

table.lineBtm th{
	border-bottom: 1px solid #333;
	padding: 15px 15px;
	text-align: left;
}
table.lineBtm td{
	border-bottom: 1px solid #333;
	padding: 5px 15px;
}


dl.normal dt{
	font-weight: bold;
	color: #0085cc;
	padding: 0 0 0 0;
	font-weight: 700;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 10px 1em;
}

@media screen and (max-width: 620px) {
table.smartphone,
.cms-posts .smartphone table{
	display: block;
	width: 100%;
}
table.smartphone thead,
.cms-posts .smartphone table thead{
	display: none;
}
table.smartphone tbody,
.cms-posts .smartphone table tbody{
	display: block;
	width: 100%;
}
table.smartphone tr,
.cms-posts .smartphone table tr{
	display: block;
	width: 100%;
}
table.smartphone th,
table.smartphone td,
.cms-posts .smartphone table th,
.cms-posts .smartphone table td,
.cms-posts .smartphone table tbody td:nth-of-type(1){
	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 !important;
	border-top: 0;
	border-bottom: 0;
}
table.smartphone th,
.cms-posts .smartphone table th,
.cms-posts .smartphone table tbody td:nth-of-type(1){
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.smartphone td,
.cms-posts .smartphone table td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
table.smartphone.normal td{
	border-top: 0;
}
}


.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: #516279;
	color: #FFF;
	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: square;
	margin-left: 2.4em;
	margin-top: 5px;
}
.cms-posts ul li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
}
.cms-posts ul li p{
	padding: 0;
}

.wp-block-buttons .wp-block-button a.wp-block-button__link{
	color: #FFF !important;
	text-decoration: none;
}
.wp-block-table.is-style-stripes{
	border: 0 !important;
}
.wp-block-buttons.pagemenu{
	text-align: center;
	margin-bottom: 50px;
}

/*ページング
----------------------------------------------------------------------*/
.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;
}
