@charset "utf-8";

/*title
************************************************************************************/
.pagetitle{
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	background: #f6f6f6;
}
.pagetitle:before{
	padding-top: 15%;
	display: block;
	content: "";
}
.pagetitle .maintitle{
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
}
.pagetitle .maintitle .subtitle{
	position: relative;
	font-family: "solitaire-mvb-pro", sans-serif;
	font-weight: 400;
	letter-spacing: .1313em;
}
.pagetitle .maintitle h1:before{
	width: 50px;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	top: 65%;
}
.pagetitle .maintitle h1{
	font-size: 3em;
	padding: 0 0 0 60px;
	margin: 0;
	font-weight: 500;
}

.titleBox{
	margin: 0;
	display: inline-block;
}
.titleBox h1{
	font-size: 2.5em;
	line-height: 1;
	min-width: 5em;
}
.titleBox .ttl_jp{
	width: 100%;
	position: relative;
	font-size: 1em;
	margin-top: 1em;
	letter-spacing: .05em;
}
.titleBox .ttl_jp span {
	display: inline-block;
	padding: 0 10px 0 3px;
	background-color: #fff;
    position: relative;
    z-index: 1;
}
.titleBox .ttl_jp:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #DC000C;
	position: absolute;
	top: .9em;
	left: 0;
}

.posts h2,
.lv_h2{
	font-size: 2.2em;
	line-height: 1em;
	padding-bottom: 1em;
	margin: 1em 0 1.5em;
	font-weight: 800;
	border-bottom: 1px solid #000;
	text-align: center;
}
.posts h3{
	font-weight: 600;
	font-size: 1.875em;
	line-height: 1em;
	margin: 1em 0 1em;
	position: relative;
	padding-left: 70px;
	color: #3a3a3a;
}
.posts h3:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 1px;
	content: "";
	transform: rotateY(-50%);
	background-color: #DC000C;
}
.posts h4{
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 1em 0 1em;
	color: #3a3a3a;
}
.posts h5{
	font-weight: 600;
	font-size: 1.125em;
	margin: 1em 0 1em;
	color: #3a3a3a;
}


@media screen and (max-width: 768px){
	.pagetitle:before{
		padding-top: 25%;
		display: block;
		content: "";
	}
	.pagetitle .maintitle h1{
		font-size: 1.875em;
	}
}

/*buttons
************************************************************************************/
/*contents top*/
ul.contentstop_btn{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 50px auto;
}
ul.contentstop_btn li{
	display: block;
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 48%;
	margin: 1%;
	box-shadow: 0px 0px 14px -5px #c7c7c7;
	background: #FFF;
}
ul.contentstop_btn li a{
	color: #000;
	text-decoration: none;
}
ul.contentstop_btn li .imagebox{
	padding: 40px 40px 0;
	text-align: center;
}
ul.contentstop_btn li .imagebox .image{
	text-align: center;
}
ul.contentstop_btn li .imagebox img{
	width: 150px;
	height: auto;
}
ul.contentstop_btn li .imagebox .titlebox{
	text-align: center;
}
ul.contentstop_btn li .imagebox .s_title{
	padding: .3em 0;
	font-size: 0.875em;
}
ul.contentstop_btn li .imagebox .title{
	font-weight: bold;
	font-size: 1.313em;
}
ul.contentstop_btn li .details{
	padding: 20px;
}
ul.contentstop_btn li .btn_more{
	text-align: center;
	padding: 1.5em 0 40px;
}

ul.list_btns{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 auto 40px;
	list-style: none !important;
}
ul.list_btns li{
	width:calc(96% / 4);
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.875em;
	margin: 0.5%;
	text-align: center;
}
ul.list_btns li a{
	display: inline-block;
	padding: 1em;
}
ul.list_btns li a:before{
	content: "navigate_next";
	display: inline-block;
	vertical-align: middle;
	margin-right: .4em;
	z-index: 10;
	width: 20px;
	height: 20px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: middle;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}



/*pagelist*/
ul.pagelist{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
ul.pagelist li{
	width:calc(calc(100% - 12em) / 4);
	margin: 0 .5%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	text-align: center;
}
ul.pagelist li:last-child{
	border: 0;
}
ul.pagelist li.label-name{
	width: 10em;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 1025px) {
	ul.contentstop_btn li{
		-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;
	}
	ul.contentstop_btn li:hover{
		box-shadow: 0px 0px 0px 0px #FFF;
	}
}
@media screen and (max-width: 768px){
	ul.contentstop_btn li{
		width: 100%;
		box-sizing: border-box;
	}
	ul.contentstop_btn li .imagebox{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: left;
	}
	ul.contentstop_btn li .imagebox .image{
		width: 35%;
	}
	ul.contentstop_btn li .imagebox img{
		width: 100%;
		height: auto;
	}
	ul.contentstop_btn li .imagebox .titlebox{
		width: 65%;
		padding-left: 30px;
		box-sizing: border-box;
	}
	ul.contentstop_btn li .imagebox .s_title{
		padding: .3em 0;
		font-size: 0.875em;
	}
	ul.contentstop_btn li .imagebox .title{
		font-weight: bold;
		font-size: 1.313em;
	}
	ul.contentstop_btn li .details{
		padding: 20px;
	}
	
	/*pagelist*/
	.pagelist_wrap{
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	ul.pagelist li.label-name{
		width: 100% !important;
		border: 0;
		border-bottom: 1px solid #ccc;
		padding: 1em;
		box-sizing: border-box;
	}
	ul.pagelist{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	ul.pagelist li{
		width:calc(100% / 2);
		border: 0;
		box-sizing: border-box;
		padding: 1%;
		margin: 0;
	}
	ul.pagelist li a{
		display: block;
		padding: 1em;
		border: 1px solid #f1f1f1;
		box-sizing: border-box;
	}
	ul.pagelist li:nth-child(4n){
	}
	ul.pagelist li:nth-child(n + 5){
		position: static;
		margin-top: 0px;
	}
	ul.pagelist li:nth-child(n + 5):before{
		display: none;
	}
}


/*template
************************************************************************************/
/*article{
	background: url("../img/bg.png") no-repeat center right fixed;
	background-size: 70% auto;
}*/

article.layout-column .wrapper{
	display: flex;
	flex-wrap: wrap;
}
article.layout-column #sidebar{
	width: 300px;
	padding: 0px 0 50px 50px;
	box-sizing: border-box;
}
article.layout-column #sidebar nav.sidemenuWrap{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

article.layout-column #sidebar .title{
	font-size: 1.3535em;
	margin-bottom: 1em;
	font-weight: 800;
}
article.layout-column #sidebar .title a{
	text-decoration: none;
}
article.layout-column #sidebar ul{
	margin-bottom: 3em;
}
article.layout-column #sidebar ul li{
	background: url("../img/ar_black2.svg") no-repeat left top .6em;
	background-size: 7px auto;
	padding-left: 17px;
	margin-bottom: .5em;
	font-size: 0.875em;
}
article.layout-column #sidebar ul li a.current{
	font-weight: bold;
}
article.layout-column #sidebar ul li a{
	text-decoration: none;
}
#sidebar nav.hierarchical-menu > ul > li > ul.children ul.children{
	display: none;
}

#sidebar li.current_page_item a{
	font-weight: bold;
}
#sidebar li.current_page_item ul.children a{
	font-weight: normal;
}
@media screen and (min-width: 769px){
	article.layout-column #sidebar ul li,
	article.layout-column #sidebar ul li a,
	article.layout-column #sidebar .title a{
		transition: all .2s ease-in-out;
	}
	article.layout-column #sidebar ul li:hover{
		background: url("../img/ar_black2.svg") no-repeat left .2em top .6em;
		background-size: 7px auto;
	}
	article.layout-column #sidebar .title a:hover,
	article.layout-column #sidebar ul li a:hover{
		color: #DF3B64;
	}
}
article.layout-column .mainContents{
	width: calc(100% - 300px);
	padding-right: 50px;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px){
	article.layout-column #sidebar{
		width: 200px;
		padding: 30px 30px 30px 0;
	}
	article.layout-column section{
		width: calc(100% - 200px);
		padding-left: 30px;
	}
}
@media screen and (max-width: 768px){
	article.layout-column #sidebar{
		display: none;
	}
	article.layout-column .mainContents{
		width: 100%;
		padding-left: 0;
		border: 0;
	}
}


/*contactarea
************************************************************************************/
#contactarea .contact_text_wrapper{
	display: grid;
	grid-template-columns: 4fr 2fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	margin-top: 30px;
}
#contactarea .contact_text_wrapper .message{
	padding: 0 50px 0 0;
}
#contactarea .contact_text_wrapper .linkBox{
	border: 1px solid #000;
	padding: 30px;
	transition: 0.3s ease-in-out;
}
#contactarea .contact_text_wrapper .linkBox .title{
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: .5em;
	padding-bottom: .5em;
	background: url("../img/ar_black_cr.svg") no-repeat right .2em;
	background-size: 25px 25px;
	border-bottom: 1px solid #000;
}
#contactarea .contact_text_wrapper .linkBox a{
	text-decoration: none;
}
#contactarea .contact_text_wrapper .linkBox:hover{
	background: #f5f5f5;
}