@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

/* body */
body{
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	font-weight: 100;
}
.home {
    background-image: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/top_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
}
.page-id-172 {
    background-image: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/prb_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
}
.page-id-272 {
    background-image: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/wlc_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
}

/* グローバルナビ */
.gMenu{
	font-weight: 100;
	font-family: 'Avenir Next','Yu Gothic UI',sans-serif;
}
.gMenu li {
    font-size: 16px;
}
.gMenu_description{
	font-size:13px;	
	font-weight: 100;
}
.gMenu>li:first-child{
	display: none;
}
.vk-mobile-nav>nav>ul>li:first-child{
	display: none;
}
.header_scrolled .gMenu>li:first-child::before {
    content: none;
}
.header_scrolled .gMenu>li:first-child{
	display: block;
    border-left: 0px;
}
@media (min-width: 992px){
	.header_scrolled .gMenu_outer .gMenu {
		width: 1050px;
	}
}
.device-mobile .gMenu>li {
    padding: 14px 1.5em;
}
.device-pc .gMenu>li>a {
    padding: 14px 1.5em;
}
.gMenu.vk-menu-acc .acc-btn{
	right: 0px;
    top: 15px;
}
.vk-mobile-nav-menu-btn {
	right:5px;
	left:inherit;
	border: 0px;
	background-size: 35px 35px;
}

/* トップヘッダー */
body.custom-background {
    background-attachment: scroll!important;
}
.vkvu_wrap{
    position:relative;
    width:100%;
    padding-top:56.25%;
	height: 0!important;
}
.vkvu_video{
    position:absolute; 
    top:0; 
    right:0; 
    width:100% !important; 
    height:100% !important;
}
@media screen and (min-width:577px){
	.vkvu_wrap {
		background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/header_bg_1080.png) no-repeat center center!important;
		background-size: contain!important;
	}
}
@media screen and (max-width:576px){
	.vkvu_wrap .vkvu_video, .vkvu_wrap .mbYTP_wrapper {
		display: none;
	}
	.vkvu_wrap {
		background-size: cover!important;
/* 		height: 100vh!important; */
		height: 35vh!important;		
	}
/* 	.vkvu_wrap.move_height_on{
		padding-bottom: 100vh;
	} */
}

/* コンテンツタイトル */
.siteContent__title{
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	position: relative;
}
.siteContent__title-head{
	font-size: 3rem;
}
.siteContent__title-border-l:before,
.siteContent__title-border-r:after {
	content: "";
	position: absolute;
	top: 62%;
    display: inline-block;
    width: 150px;
    height: 1px;
	background-color: #000;
}
.siteContent__title-border-l:before {
	margin: 0 -158px;
}
.siteContent__title-border-r:after {
	margin: 0 10px;
}
@media (max-width: 500px){
	.siteContent__title-border-l:before,
	.siteContent__title-border-r:after {
		width: 80px;
	}
	.siteContent__title-border-l:before {
		margin: 0 -85px;
	}
}

/* サブタイトル */
.siteContent__subtitle, .archive-header h1 {
	font-family: copperplate,serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3px;
}
.archive-header h1{
	text-align: center;
}
@media (max-width: 500px){
	.archive-header{
		margin-top: 1rem;
	}
}

/* 広報ブランディング・女性活躍支援タイトル */
.page-id-172 .page-header_pageTitle, .page-id-172 h1.page-header_pageTitle:first-child,
.page-id-272 .page-header_pageTitle, .page-id-272 h1.page-header_pageTitle:first-child {
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
	margin: 1.2em 4.5em;	
}
.page-header_pageTitle:before,
.page-header_pageTitle:after {
	content: "";
	position: absolute;
	top: 49%;
    display: inline-block;
    height: 3px;
	background-color: #B39684;
}
.page-header_pageTitle:before {
	margin: 0 -6rem;
	width: 5rem;
}
.page-header_pageTitle:after {
	margin: 0 1rem;
	width: 18rem;
}
@media (max-width: 767px){
	.page-id-172 .page-header_pageTitle, .page-id-172 h1.page-header_pageTitle:first-child,
	.page-id-272 .page-header_pageTitle, .page-id-272 h1.page-header_pageTitle:first-child {
		margin: 1.2em 2em;	
	}
}
@media (max-width: 567px){
	.page-id-172 .page-header_pageTitle, .page-id-172 h1.page-header_pageTitle:first-child,
	.page-id-272 .page-header_pageTitle, .page-id-272 h1.page-header_pageTitle:first-child {
		margin: 1.2em 1.5em;	
	}
}
@media (max-width: 325px){
	.page-id-172 .page-header_pageTitle, .page-id-172 h1.page-header_pageTitle:first-child,
	.page-id-272 .page-header_pageTitle, .page-id-272 h1.page-header_pageTitle:first-child {
		margin: 1.2em 1em;	
	}
}

/* MESSAGE */
.messate__headertext{
	padding-left: 2rem;
	line-height: 2;
	letter-spacing: 0.2em
}
.messate__bodytext{
	padding-left: 2rem;
}
@media (max-width: 781px){
	.message{
		background-image: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/flower02.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
/* 		height: 90vh; */
	}
	.message__img{
		display: none;
	}
}
/* @media (max-width: 599px){
	.message{
		height: 80vh;
	}
} */
.message__morelink{
	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/more_bg.png) no-repeat left bottom;
	background-size:contain;
	height: auto;
	width: auto;
	margin: auto auto auto 2rem;
	padding-bottom: 3px;
	font-weight:600;
}

/* SERVICE */
.service{
	text-align: center;	
	padding-top: 2rem;
}

/* コラム・NEWSページタイトル */
.post-type-column .page-header_pageTitle,
.blog .page-header_pageTitle,
.post-type-post .page-header_pageTitle {
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.post-type-column .page-header_pageTitle:before,
.blog .page-header_pageTitle:before,
.post-type-post .page-header_pageTitle:before {
	content: none;
}
.post-type-column .page-header_pageTitle:after,
.blog .page-header_pageTitle:after,
.post-type-post .page-header_pageTitle:after {
	content: "";
	position: absolute;
	top: 62%;
    display: inline-block;
    width: 150px;
    height: 1px;
	background-color: #000;
	margin: 0 10px;
}

/* COLUMN */
.column_top{
	text-align: center;	
	padding-top: 2rem;
}
.column__morelink-bgcolor{
/* 	background-color: #000;
    padding: 0.5rem; */
/* 	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/more_bg02.png) no-repeat center bottom;
	background-size:contain;
	width: auto;
	margin: auto; */
}
.column__morelink{
	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/more_bg.png) no-repeat center bottom;
	background-size: contain;
	height: auto;
	width: auto;
	margin: auto;
	padding-bottom: 3px;
	font-weight:600;
	text-align: left;
}
@media (max-width: 992px){
	.column__morelink{
		padding-top: 2em;
	}
}
@media (max-width: 767px){
	.column__morelink{
		padding-top: 1.5em;
	}
}
@media (max-width: 440px){
	.column__morelink{
		padding-top: 2em;
	}
}
.column__list .card-body{
	text-align: left;
	background-color: #000;
}
.post-type-archive-column .news__catebtn-block{
	display: none;	
}

/* NEWS */
.news{
	padding-top: 2rem;
}
.news_more{
	padding-top: 2rem;
}
.news__morelink{
	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/more_bg.png) no-repeat right bottom;
	background-size:contain;
	height: auto;
	width: auto;
	margin: auto;
	padding-bottom: 3px;
	font-weight:600;
}
/* NEWS一覧ページ */
/* .blog .page-header_pageTitle,
.post-type-post .page-header_pageTitle {
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	margin: 1.2em 105px!important;
}
.blog .page-header_pageTitle,
.post-type-post .page-header_pageTitle {
	position: relative;
}
.blog .page-header_pageTitle:before,
.post-type-post .page-header_pageTitle:before {
	content: "";
	position: absolute;
	top: 62%;
    display: inline-block;
    width: 150px;
    height: 1px;
	background-color: #000;
}
.blog .page-header_pageTitle:after,
.post-type-post .page-header_pageTitle:after {
	content: none;
}
.blog .page-header_pageTitlel:before,
.post-type-post .page-header_pageTitlel:before {
	margin: 0 -158px;
} */
.news__catebtn-block{
	text-align: center;	
}
.news__catebtn{
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 300;
    margin-top: 1em;
    margin-bottom: 3em;
}
.news__catebtn li{
	border: 2px solid #937435;
	width: 15%;
	padding: 0.5rem;
	white-space: nowrap;
}
.news__catebtn a:not(:last-child) {
    margin-right: 3rem;
}
@media (max-width: 767px){
	.news__catebtn a:not(:last-child) {
		margin-right: 1rem;
	}
	.news__catebtn li{
		width: 20%;
	}
}
@media (max-width: 500px){
	.news__catebtn{
		margin-bottom: 0;
	}
	.news__catebtn a:not(:last-child) {
		margin-right: 0;
	}
	.news__catebtn a li{
		margin-bottom: .5em;
	}
	.news__catebtn li {
		width: 40%;
	}
}
	
/* COMPANY */
.company{
	text-align: center;	
	padding-top: 2rem;
}
.company__table{
	width: 70%!important;
	margin: auto;
	border-top: 0px;
}
@media (max-width: 767px){
	.company__table{
		width: 100%!important;
	}
}
.company__table li{
	line-height: 1em;
}
.company__table-lable{
	border-bottom: 1px solid #937435;
	width: 20%;
}
@media (max-width: 500px){
	.company__table-lable{
		padding: 1em 0;
	}
}
.company__table-data{
	border-bottom: 1px solid #937435;
	width: 80%;
}
/* MaVie isページ　CAMPANY */
#parts02 ul{
	padding: 0;
	
}

/* CONTACT */
.contact{
	text-align: center;	
	padding-top: 2rem;
}
.contact__linkbotton{
	max-width: 50%!important;
}
@media (max-width: 767px){
	.contact__linkbotton{
		max-width: 100%!important;
	}
}
/* CONTACT詳細ページ */
.page-id-143 .page-header_pageTitle{
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	margin: 1.2em 6em!important;
	position: relative;
}
.page-id-143 .page-header_pageTitle:before{
	content: "";
	position: absolute;
	top: 62%;
    display: inline-block;
    width: 9rem;
	margin: 0 -10rem;
    height: 1px;
	background-color: #000;
}
.page-id-143 .page-header_pageTitle:after{
	content: none;
}
.contact__form{
	font-size: 0.8em;
	width: 60%;
	margin: auto;
}
.form-control{
	font-size: 1em;	
	color: #000;
    padding: .375rem 1rem;
}
.contact__form-row{
	margin: 0;	
}
.contact__form-label{
    padding-top: calc(1.375rem + 1px);
    padding-bottom: calc(1.375rem + 1px);
	border-top: 0.5px solid #937435;
}
.contact__form .contact__form-label:last-child{
	border-bottom: 0.5px solid #937435;
}
.contact__form-data{
    padding-top: calc(1.375rem + 1px);
    padding-bottom: calc(1.375rem + 1px);
	border-top: 0.5px solid #9374356e;
}
.contact__form-data:last-child{
	border-bottom: 0.5px solid #9374356e;
}
.form-control {
	border-radius: 0;
	border: 0.5px solid #000;
}
/*「必須」*/
.requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
	margin: 0 5px;
}
/*入力欄にフォーカスしたら変化*/
.contact__form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.contact__form-submit-block{
	text-align: center;
}
.contact__form-submit{
    color: #000!important;
    background-color: #ffffff!important;
    border: 0.5px solid #937435!important;
    border-radius: 0;
	padding: 1.3rem 7.5rem;
}
.div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px;
}
.div.wpcf7-mail-sent-ok{
    border: 0px;
}

/* フッター */
.siteFooter {
    background-color: #000;
	color: #fff!important;
	font-weight: 100;
	font-size: 12px;
}
.footer__logo {
	max-height: 35px;
}
.footer__text{
	padding-top: 0.5rem;
}
.footer__right{
	text-align: right;
}
.footer__menu a,
.footer__facebook, .footer__twitter,
.footer_pp a {
	color: #fff!important;
}
.copySection{
	padding-top: 0;
}
.copySection p {
    text-align: right;
	margin: 0;
}

/* PR Branding */
.prb_top-bg{
	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/prb_topbg.jpg) center center no-repeat;
	background-size: contain;
}
@media (max-width: 781px){
	.prb-contents__img-block:not(:last-child) {
		margin-bottom: 0;
	}	
}
@media (max-width: 599px){
	.prb_top-bg{
		background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/prb_topbg.jpg) top 10px center no-repeat;
		background-size: contain;
	}
	.prb-contents__img-block .wp-block-column {
		flex-basis: 50%!important;
	}
}
.prb-contents__img{
	background: #d9c5ab;
}
.prb-contents__img img{
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.prb-contents__img:hover img{
	opacity: 0.6;
	transition-duration: 0.3s;
}
.prb-br__logo-row{
	margin: auto 20%;
}
@media (max-width: 781px){
	.prb-br__logo-row{
		margin: 28px 10%;
	}
	.prb-br__logo-row .wp-block-column:last-child{
		text-align: center;
	}
}
@media (max-width: 599px){
	.prb-br__logo-row .wp-block-column {
		flex-basis: 50%!important;
	}
	.prb-br__logo-row .wp-block-image {
		margin: 1em 1em;
	}
}


/* PR Branding(works) */
.prb-works ul{
	padding: 0;
}
@media (min-width: 769px){
	.prb-works__img-sp{
		display: none;	
	}
}
@media (max-width: 768px){
	.prb-works__img-pc{
		display: none;	
	}
}
/* 
.prb-works__item {
    text-align: center;
}
.prb-works__item:nth-child(1),
.prb-works__item:nth-child(3),
.prb-works__item:nth-child(5){
    flex: 0 0 30%;
    max-width: 30%;
}
.prb-works__item:nth-child(2),
.prb-works__item:nth-child(4) {
	flex: 0 0 5%;
}
.prb-works__item:nth-child(2) img,
.prb-works__item:nth-child(4) img {
	position: absolute;
    top: 50%;
    left: 5%;
}
.prb-works__item-title{
	font-weight: lighter;
    font-family: 'Avenir Next','Yu Gothic UI',sans-serif;
    font-size: 28px;
}
.prb-works__item-text{
    border: 1px solid #937435;
    padding: 0.5rem;
    text-align: left;
    font-size: 12px;
    margin: auto 1rem;
	display: table-cell;
	vertical-align: middle;
	height: 200px;
	width: 310px;
}
.prb-works__block-case1 .prb-works__item-result{
	font-size: 16px;
}
.prb-works__block-case2 .prb-works__item-result,
.prb-works__block-case3 .prb-works__item-result {
	font-size: 14px;
}
.prb-works__item-result {
	padding: 1rem;
} */
/* @media (max-width: 767px){
	.prb-works__item{
		flex: 100%!important;
		max-width: 100%!important;
	}
	.prb-works__item-text {
		width: 500px;
	}
	.prb-works__item:nth-child(2) img,
	.prb-works__item:nth-child(4) img {
		position: absolute;
		top: 50%;
		left: 5%;
	}
	.prb-works__item-text {
		padding: 0.5rem 5rem;
		font-size: 14px;
	}
	.prb-works__item-result{
		padding: 1rem 5rem;
	}
}	 */

/* PR Brandingポップアップ */
@media (max-width: 576px){
	.prb-contentspop__icon-block{
		text-align: center;
	}
}

/* Woman Life Career */
.wlc_top-bg{
	background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/wlc_topbg.jpg) center center no-repeat;
	background-size: contain;
}
.wlc__headertext{
	letter-spacing: 0.2em
}
@media (max-width: 599px){
	.wlc_top-bg{
		background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/wlc_topbg.jpg) top 20px center no-repeat;
		background-size: contain;
	}
}
.wlc-contents__title-no{
	color:#906c70;
	font-size: 4rem;
	vertical-align: sub;
	padding-right: 2rem;
	font-weight: 100;
	font-family: 'Avenir Next','Yu Gothic UI',sans-serif;
}
.wlc-contents1__list {
    text-align: left;
    list-style: none;
    margin: 0 25% 3rem 25%;
}
.wlc-contents2__list {
    text-align: left;
    list-style: none;
    margin: 0 20% 3rem 20%;
}
.wlc-contents1__list li{
	font-size: 1.5rem;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0.4em;
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 300;
}
.wlc-contents1__list li:before {
    content: "";
    width: 30px;
    height: 35px;
    display: inline-block;
    background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/twinkle.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.wlc-contents2__list li{
    font-size: 1.5rem;	
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0.4em;
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 300;
}
.wlc-contents2__list li:before {
    content: "";
    width: 30px;
    height: 35px;
    display: inline-block;
    background: url(https://maviestyle.xsrv.jp/wp-content/uploads/2019/12/twinkle.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.wlc-contents1__list-itemtxt,
.wlc-contents2__list-itemtxt {
    font-size: 80%;
    padding-left: 3rem;
}
.wlc-stage{
	margin: 0 25% 3rem 25%;
}
.wlc-stage__title{
	border-bottom: 1px solid #c4c4c4!important;
}
.wlc-stage__list {
    text-align: left;
    list-style: none;
}
@media (max-width: 1199px){
	.wlc-contents1__list {
		margin: 0 20% 3rem 20%;
	}
	.wlc-contents2__list {
		margin: 0 15% 3rem 15%;
	}
	.wlc-stage{
		margin: 3rem 20% 1rem 20%!important;
	}
}
@media (max-width: 991px){
	.wlc-contents1__list, .wlc-contents2__list {
		margin: 0 0 3rem 15%;
	}
	.wlc-stage{
		margin: 0 0 3rem 15%!important;
	}
}
@media (max-width: 767px){
	.wlc-contents1__list, .wlc-contents2__list {
		margin: 0 0 3rem 0;
		padding: 0 1rem;
	}
	.wlc-stage{
		margin: 3rem 0 1rem 0!important;
	}
}
@media (max-width: 599px){
	.wlc-contents1__title, .wlc-contents2__title{
		font-size: 1rem;
	}
	.wlc-contents__title-no{
		font-size: 3rem;
		padding-right: 0;
	}
	.wlc-contents1__list li, .wlc-contents2__list li{
		font-size: 1.2rem;	
	}
	.wlc-contents1__list li:before, .wlc-contents2__list li:before{
		width: 20px;
		height: 25px;
	}
	.wlc-contents1__list-itemtxt, .wlc-contents2__list-itemtxt{
		padding-left: 2rem;
	}
	.wlc-stage__title{
		text-align: center;
	}
	.wlc-stage__list{
		font-size: 12px;
	}
}
.wlc-sr__logo-row{
	margin: auto 20%;
}
@media (max-width: 781px){
	.wlc-sr__logo-row{
		margin: auto auto;
	}
}

/* Mavie is */
.page-id-299 .page-header_pageTitle{
/* 	font-family: trajan-pro-3,serif; */
/* 	font-family: Microsoft himalaya,'Athelas',sans-serif; */
	font-family: 'Times New Roman',sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem!important;
	margin: 1.2em 5em!important;
/* 	font-size: 3rem!important;
	margin: 0.5em 1em!important; */
	position: relative;
}
.page-id-299 .page-header_pageTitle:before{
	content: "";
	position: absolute;
	top: 50%;
/* 	top: 42%; */
    display: inline-block;
    width: 9rem;
	margin: 0 -10rem;
    height: 1px;
	background-color: #000;
}
.page-id-299 .page-header_pageTitle:after{
	content: none;
}
@media (max-width: 500px){
	.page-id-299 .page-header_pageTitle{
		margin: 1.2em 3em!important;
	}
}
.company__headertext{
	letter-spacing: 0.2em
}
.company-member__name-en{
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	color: #937436;
}
.company-member__text{
	font-size: 0.7rem;
}
.company-member__topblock,
.company-member__bottomblock{
	margin: 0 15%;
}
.member__facebook, .member__twitter {
	color: #000!important;
}
/* プロフィール・MaVieらしさポップアップ */
/* .member__profile-img, .member__mavielikeness-img {
	background: #d9c5ab;
}
*/
.member__profile-img figure, .member__mavielikeness-img figure {
	background: #d9c5ab;
}
.member__profile-img img, .member__mavielikeness-img img{
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.member__profile-img:hover img, .member__mavielikeness-img:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.company-memberpop{
	margin: 1rem;
}
.company-memberpop .company-member__name-en{
	margin-bottom: 0;
}
.company-memberpop__left{
	margin: 4rem 0;
}
@media (max-width: 781px){
	.company-memberpop__left{
		margin: 0;
	}
}


/* MAP */
.map{
	text-align: center;
}
.map iframe {
    width: 50%;
    height: 300px;
    border: 1px solid #937435;
}
@media (max-width: 781px) {
	.map iframe {
    	width:100%;
    	height:300px;
    }
}

/* Privacy Policy */
.page-id-3 .page-header_pageTitle{
	font-family: trajan-pro-3,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	margin: 1.2em 6em!important;
	position: relative;
}
.page-id-3 .page-header_pageTitle:before{
	content: "";
	position: absolute;
	top: 62%;
    display: inline-block;
    width: 9rem;
	margin: 0 -10rem;
    height: 1px;
	background-color: #000;
}
.page-id-3 .page-header_pageTitle:after{
	content: none;
}

/* カード */
.card{
	border: 0px;
	border-radius: 0;
}
.vk_post_imgOuter_singleTermLabel{
	left: 0;
	right: auto;
	font-size: 12px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 600;
}
.vk_post:not(.card-horizontal) .vk_post_imgOuter {
    border-bottom: 0px;
}
.card-post .card-body {
	background-color: #000;
	color: #fff;
	padding: 1rem;
}
.vk_post .vk_post_title a{
	color: #fff!important;
	font-size: 80%;
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 300;
}
.vk_post .vk_post_date{
	color: #fff;
	font-weight: 100;
	font-size: 10px;
}
.vk_post .vk_post_excerpt {
    opacity: 1;
	font-weight: 100;
}
@media (min-width: 576px){
	.mainSection .vk_post.vk_post-col-sm-12 .vk_post_excerpt {
		font-size: 65%;
	}
}

/* カード（１カラム） */
.postList article{
	margin-bottom: 2rem;
}
.media {
    border: 1px solid #745d2d54;
    padding: 0;
    margin-top: 0;
}
.media .postList_thumbnail{
	width: 400px !important;
    margin-bottom: 0;
	border: 0px!important;
}
@media (max-width: 767px){
    .media .postList_thumbnail{
	    width: 100% !important;
    	padding-right:0px!important;
		border-bottom: 1px solid #745d2d54!important;
	}
	.media-body{
		padding: 1rem!important;
	}
	.media-body .entry-meta {
		margin-top: 65%;
	}
}
.media .postList_thumbnail img{
	border: 0px!important;
}
.media .postList_thumbnail a{
	border: 0px!important;
}
.media-body{
	padding-top: 1rem;
	padding-right: 2rem;
}
.fa_v5_css .entry-meta_items.published::before {
    content: none;
}
.entry-meta {
    margin-bottom: 0.8em;
}
.entry-meta_items {
    font-size: 14px;
    font-family: 'Mongolian Baiti','Didot',sans-serif;
	letter-spacing: 0.2em
}
.media .media-body .media-heading{
	text-align: left;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 600;
	margin-bottom: 1.4em;
	font-size: 24px;
}
.media a.media-body_excerpt p{
	font-size: 80%;
}
@media (max-width: 991px){
	.media .media-body .media-heading{
		font-size: 18px;
	}
}

/* ポップアップ */
.pum-content, .pum-theme-gold .pum-content {
    color: #2d2d2d;
    padding: 1rem;
    border: 1px solid #937435;
}
	
/* リンク */
.siteContent__link-black{
	color: #000!important;
	text-decoration: none!important;
}
.siteContent__link-white{
	color: #fff!important;
	text-decoration: none!important;
}

/* フォント */
.font-90{
    font-size: 90%;
}
.font-80{
	font-size: 80%;
}
.font-75{
	font-size: 75%;
}
.font-mincho{
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 100;
}
/* 余白 */
.pt-25px{
	padding-top: 25px!important;
}
.pt-35px{
	padding-top: 35px!important;
}

/* 576px */
@media (max-width: 576px){
	.display-sm-none{
		display: none;		
	}
	.height-sm-30{
		height: 30px!important;
	}
	.height-sm-80{
		height: 80px!important;
	}
}

/* 全幅 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

/* 投稿ページ・固定ページのサイドバー非表示 */
.blog .mainSection,
.post-type-post .mainSection,
.post-type-page .mainSection,
.post-type-column .mainSection{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.sideSection{
	display: none;
}
/* 投稿ページの横幅調整 */
.post .entry-header, .post .entry-body, .post .entry-footer,
.post .comments-area, .postNextPrev{
	margin-left: 15%!important;
	margin-right: 15%;
}
/* コラムページの横幅調整 */
/* .post-type-column .mainSection{
	width:100%;
	margin-left: 5%!important;
	margin-right: 5%;
} */
/* 固定ページの横幅調整 */
/* .page .entry-body {
	margin-left: 5%!important;
	margin-right: 5%;
} */
/* パンくず非表示 */
.breadcrumb{
	display: none;
}

/* コラム詳細・NEWS詳細ページ */
.post-type-post h1.entry-title,
.post-type-column h1.entry-title {
	font-family: 'Didot','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-weight: 100;
	font-size: 26px;
}
.post-type-post .entry-body, .widget .entry-body,
.post-type-column .entry-body, .widget .entry-body {
	font-size: 90%;
}
.post-type-post .entry-footer,
.post-type-column .entry-footer {
	display: none;
}
.post-type-post .comments-area,
.post-type-post .comments-area{
	display: none;
}
.postNextPrev_next .vk_post_imgOuter_singleTermLabel{
	left: auto;
    right: 0
}
/* フォント太さ調整 */
.post-type-post .siteContent b,.post-type-post .siteContent strong,
.post-type-column .siteContent b,.post-type-column .siteContent strong {
    font-weight: bold;
}
