@charset "UTF-8";

/*ヘッダー*/
.device-js-on #global-header {
	background-image: url("../../images/column_pv/column_pv-mv.jpg");
	background-position: center;
}

/*記事ヘッダー*/
#global-content .module-commonLayout .column_pvHeadTitle {
	margin-bottom: 1.25em;
}
#global-content .module-commonLayout .column_pvHeadText {
	margin-bottom: 3em;
}

/*プロフィール*/
#global-content .column_pvHeadProfile {
	text-align: center;
	margin: 1em 0;
	padding: 1.25em 0;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
#global-content .column_pvHeadProfile .column_pvHeadBelongs {
    color: #009389;
	font-weight: 500;
    font-size: 1.25em;
    line-height: 1.8;
    margin: 0.25em 0;
}
#global-content .column_pvHeadProfile .column_pvHeadName {
	font-size: 1.5em;
	font-weight: 500;
    margin: 0.5em 0;
}
#global-content .column_pvHeadProfile .column_pvHeadName .kana {
	font-size: 0.72em;
	font-weight: 400;
	margin-left: 0.25em;
}

#global-content .column_pvHeadDate {
	text-align: right;
	font-size: 1.08em;
	margin: 1.25em 0 2.5em;
}
#global-content .column_pvHeadDate p {}
@media(max-width:750px){
	#global-content .column_pvHeadDate {
		font-size: 1em;
	}
}

/*メインビジュアル*/
#global-content .main-img {
    font-size: 15px;
    line-height: 1.8;
	margin-bottom: 2.6em;
}

/*共通パーツカスタマイズ*/
.device-js-on #global-wrapper .module-lead02 :first-child {
    margin-top: 0;
}
#global-wrapper .module-commonLayout .module-lead02 .img {
    margin: 2.5em 0;
}
@media(min-width:751px){
	.device-js-on #global-wrapper .module-title01 {
		padding: 10px 5px;
		line-height: 1.6;
	}
}

/*リンク部分*/
#global-wrapper .module-listLayout01 {
	margin: 5em 0;
}
#global-wrapper .module-listLayout01 .row {
	margin-top: -10px;
	margin-bottom: -10px;
}
#global-wrapper .module-listLayout01 .listItems .listItem {
	padding-top: 10px;
	padding-bottom: 10px;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconBlankM01 {
	font-size: 0.8em;
    margin-left: 0.5em;
    vertical-align: 0.9em;
}


/** 12.14　あ 追記 **/
@media(max-width:750px){
	h2.column_pvHeadTitle br,
	.column_pvHeadText p br {
		display: none !important;
	}
}

#global-wrapper .module-listLayout01.column_pvLayout01 {
	margin-top: 2em;
}

/** 2022.03016　や 追記 **/
#global-content .module-commonLayout .module-lead02 .mv-caption.small {
	font-size: 13px;
	margin-top: -2.6em;
	margin-bottom: 2.6em;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconArrowRL01.adjust {
	top: 0.1em;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconBlankM01.adjust {
	vertical-align: 0.7em;
}
#global-wrapper .module-commonLayout .module-lead02 figure.img figcaption {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 5px;
}
#global-wrapper .module-commonLayout .module-lead02 figure.img figcaption.small {
	font-size: 13px;
}
#global-wrapper .module-commonLayout .module-lead02 .question-block {
	background:#EFEDED;
	padding:25px 80px;
}
#global-wrapper .module-commonLayout .module-lead02 .question-block dl {
	font-size: 19px;
	line-height: 1.8;
}
#global-wrapper .module-commonLayout .module-lead02 .question-block dl dt {
	color: #35C69F;
}
#global-wrapper .module-commonLayout .module-lead02 .question-block dl dd {
	color: #000;
	margin-bottom: 0;
}
@media(max-width:750px){
	.device-js-on #global-wrapper .module-commonLayout .module-lead02 .mv-caption.small {
		font-size: 95%;
		margin-top: -2rem;
	}
	#global-wrapper .module-commonLayout .module-lead02 figure.img {
	}
	#global-wrapper .module-commonLayout .module-lead02 figure.img figcaption {
		font-size: 108.33333%;
		margin-top: 0.6em;
	}
	#global-wrapper .module-commonLayout .module-lead02 figure.img figcaption.small {
		font-size: 95%;
	}
	#global-wrapper .module-commonLayout .module-lead02 .question-block {
		padding:1.5em 2.5em;
	}
	#global-wrapper .module-commonLayout .module-lead02 .question-block dl {
		font-size: 116.66667%;;
	}
}


/*ページナビゲーション*/
/*next back*/
#global-content .next-prev {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 6em;
}
#global-content .next-prev .entry-nav {}
#global-content .next-prev .entry-nav ul.entry-nav-list {
	display: flex;
	margin: 0 -10px;
}
#global-content .next-prev .entry-nav ul.entry-nav-list li {
	flex-basis: 33.3%;
	padding: 0 10px;
}
#global-content .next-prev .entry-nav ul.entry-nav-list li.prev {
	text-align: left;
}
#global-content .next-prev .entry-nav ul.entry-nav-list li.to-archive {
	text-align: center;
}
#global-content .next-prev .entry-nav ul.entry-nav-list li.next {
	text-align: right;
}
#global-content .next-prev .entry-nav ul.entry-nav-list li a {}
@media(max-width:750px){
	#global-content .next-prev {
		font-size: 108.33333%;
	}
}



