@charset "utf-8";

.pagetitle{
	background: var(--color-subColor);
	width: 100%;
	padding: 30px 0 30px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pagetitle  h1{
	display: inline-block;
	position: relative;
	font-size: 36px;
	color: #FFF;
	font-weight: 200;
	padding: 0 150px 0 150px;
}
.pagetitle h1:before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	content: '';
	width: 120px;
	height: 1px;
	background-color: #FFF;
	z-index: 2;
}
.pagetitle{
    display: none !important;
}
@media screen and (max-width: 979px) {
.pagetitle{
	padding: 30px;
}
.pagetitle  h1{
	display: inline-block;
	position: static;
	font-size: 21px;
	padding: 0;
;
}
.pagetitle h1:before {
	display: none;
}
}

/*title
************************************************************************************/

.lv_h1,
.cms-posts h1{
	padding: 0 0 10px 0;
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	font-style: normal;
  	border-bottom: solid 2px #dedede;
  	position: relative;
	margin-bottom: 30px;
}

.lv_h1:after,
.cms-posts h1:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--color-subColor);
  bottom: -2px;
  width: 30%;
}

.lv_h2,
.cms-posts h2{
	font-size: 25px;
	line-height: 1.5;
	font-weight: 600;
	margin:  1em 0;
	color: #000;
} 
.lv_h2:before,
.cms-posts h2:before{
	content: "－ ";
	font-weight: 400;
} 

.lv_h3,
.cms-posts h3{
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 1em 0;
}
.lv_h3 span,
.cms-posts h3 span{
	display: inline-block;
	border-bottom: 1px solid #666;
	padding: 0 0 .35em 0;
}
.subtitle,
.cms-posts h4{
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
}

.message{
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

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

.lv_h1{
	font-size: 23px;
}

.lv_h2{
	font-size: 21px;
}
.lv_h3{
	font-size: 18px;
}
.subtitle{
	font-size: 16px;
}

}

/*section
************************************************************************************/
article section,
.section{
	margin: 0 auto;
	padding: 20px 0 30px;
	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 section:after,
.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html article section,
* html .section{
    height: 1em;
}
article section,
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html article section,
*:first-child+html .section{
	zoom:1;
}
/*
article section.section:first-child{
	padding-top: 0;
}
*/

.section .section_inner{
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;
	background: #FFF;
	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;
	position: relative;
	box-shadow: 0px -10px 10px -10px rgba(0,0,0, 0.6);
	-webkit-box-shadow: 0px -10px 10px -10px rgba(0,0,0, 0.6);
	-moz-box-shadow: 0px -10px 10px -10px rgba(0,0,0, 0.6);
}
.section_inner::after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 40%;
	z-index: -1;
	content: '';
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	border-radius: 30px;
}

article{
	padding: 0px 0 50px 0;
}
.article_box{
	background: #f6f5f5;
	padding: 10px 20px;
}


.section .tx{
	margin: 40px 0;
}
.section .tx20{
	margin: 20px 0;
}

.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;
	word-break: break-all;
	word-wrap:break-word;
}
.text20{
	padding: 20px;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}


@media screen and (max-width: 1100px) {
	.section{
		width: 96%;
	}
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px){
	.article_box{
		padding: 20px 10px 30px 20px!important;
	}
}
@media screen and (max-width: 480px){
}



/*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 solid #aaa;
	border-bottom:1px solid #aaa;
	color: #000;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 15px 10px;
	border: 1px solid #999;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align: left;
}

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{
	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: #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;
}


/*btn_moreview & pageback*/
.cms-posts .btn{
	font-size: 18px;
	width: 200px;
	border: 1px solid #ccc;
	margin: 20px auto;
	text-align: center;
	z-index: 20;
	background-color: rgba( 255, 255, 255, 0.85 );
}
.cms-posts .btn a{
	color: #2f3640;
	text-decoration: none;
	display: block;
	padding: 9px 0;
}
.cms-posts .btn a:before{
	content: "→";
	padding-right: .5em;
}
@media screen and (max-width: 979px) {
.cms-posts .btn{
	font-size: 15px;
}
}
@media screen and (max-width: 768px){
.cms-posts .btn{
	font-size: 14px;
	width: auto;
	padding: 0 15px;
	margin: auto 1%;
}
.cms-posts .btn a{
	display: block;
	padding: 20px 0;
}
}

@media screen and (min-width: 980px) {
.cms-posts .btn a:before{
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.cms-posts .btn a:hover:before{
	content: "→";
	padding-right: .8em;
}
}

/*ページング
----------------------------------------------------------------------*/
.page_navi,
.pagenavi_cmt{
	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: 16px;
	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;
}

/* ブラウザのbutton設定をリセット */
ul.page_navi li button{
	all: unset;
    cursor: pointer; 
}

ul.page_navi li button,
ul.page_navi li a{
	background: #c9c9ca;
	border: 2px solid #c9c9ca!important;
	width: 2.5em!important;
	height: 2.5em!important;
	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 button,
ul.page_navi li:first-child a{
	border: 2px solid #666565;
	background: #FFF url(../img/common/pagenav_prev.svg) no-repeat center center;
	background-size: 20px auto;
	text-indent: -9999px;
}
ul.page_navi li:last-child button,
ul.page_navi li:last-child a{
	border: 2px solid #666565;
	background: #FFF url(../img/common/pagenav_next.svg) no-repeat center center;
	background-size: 20px auto;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #666565;
}
ul.page_navi li:first-child:hover button,
ul.page_navi li:first-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../img/common/pagenav_prev.svg) no-repeat center center;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover button,
ul.page_navi li:last-child:hover a{
	border: 2px solid #666565;
	background: #FFF url(../img/common/pagenav_next.svg) no-repeat center center;
	background-size: 20px auto;
}





/*page*/
.pager{
	text-align: center;
}
.pager span,
.pager a{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.pager span.page-numbers.current{
	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: inline-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;
}
.pager a.page-numbers{
	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: inline-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;
}
.pager a.next.page-numbers{
	border: 2px solid #666565;
	background: url("../img/common/pagenav_next.svg") no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: inline-block;
	text-indent: -9999px;
}
.pager a.prev.page-numbers{
	border: 2px solid #666565;
	background: url("../img/common/pagenav_prev.svg") no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: inline-block;
	text-indent: -9999px;
}


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



