@charset "utf-8";
/* CSS Document */
/*====================================
editor-styles
====================================*/
/* color
--------------------------------------*/
.editor-styles-wrapper .has-black-color{ color: #000; }
.editor-styles-wrapper .has-cyan-bluish-gray-color{ color: #abb8c3; }
.editor-styles-wrapper .has-white-color{ color: #fff; }
.editor-styles-wrapper .has-pale-pink-color{ color: #f78da7; }
.editor-styles-wrapper .has-vivid-red-color{ color: #cf2e2e; }
.editor-styles-wrapper .has-luminous-vivid-orange-color{ color: #ff6900; }
.editor-styles-wrapper .has-luminous-vivid-amber-color{ color: #fcb900; }
.editor-styles-wrapper .has-light-green-cyan-color{ color: #7bdcb5; }
.editor-styles-wrapper .has-vivid-green-cyan-color{ color: #00d084; }
.editor-styles-wrapper .has-pale-cyan-blue-color{ color: #8ed1fc; }
.editor-styles-wrapper .has-vivid-cyan-blue-color{ color: #0693e3; }
.editor-styles-wrapper .has-vivid-purple-color{ color: #9b51e0; }


/* wp class
--------------------------------------*/
/* 既存style上書き */
.editor-styles-wrapper a:not([class]){
	text-decoration: underline;
	color: #005BAC;
}
.editor-styles-wrapper h2{
	margin-bottom: 4.83vw;
	position: relative;
	color: #005BAC;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 1px;
	padding-left: 4.34vw;
	padding-bottom: 4.1vw;
	border-bottom: solid 1px #005BAC;
}
.editor-styles-wrapper h2:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #005BAC;
	width: 5px;
	height: calc(100% - 4.1vw + 2px);
	left: 0;
	top: -1px;
}
.editor-styles-wrapper h2:not(:first-child){
	margin-top: 7.24vw;
}
.editor-styles-wrapper h3{
	margin-bottom: 4.83vw;
	background-color: #EDF3F9;
	padding: 6.03vw 7.24vw;
	color: #005BAC;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.editor-styles-wrapper h3:not(:first-child){
	margin-top: 6.03vw;
}
.editor-styles-wrapper h4{
	margin-bottom: 4.83vw;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #7f7f7f;
	padding-bottom: 2.41vw;
	border-bottom: 1px solid #7F7F7F;
}
.editor-styles-wrapper h4:not(:first-child){
	margin-top: 4.83vw;
}
.editor-styles-wrapper h5{
	margin-bottom: 3.62vw;
	background-color: #F6F6F6;
	padding: 3.62vw 4.83vw;
	font-size: 1.6rem;
	line-height: 1.5;
}
.editor-styles-wrapper h5:not(:first-child){
	margin-top: 4.83vw;
}
.editor-styles-wrapper h6{
	box-sizing: border-box;
	margin-bottom: 3.62vw;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-left: 4.83vw;
	border-left: 5px solid #000;
}
.editor-styles-wrapper h6:not(:first-child){
	margin-top: 4.83vw;
}

.editor-styles-wrapper .wp-element-button{
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 14.49vw;
	padding: 1em 0.5em;
	font-size: 1.5rem;
	line-height: 1.5;
	background-color: #2D2D2D;
	border: 1px solid #2D2D2D;
	color: #fff !important;
	text-decoration: none !important;
}
.editor-styles-wrapper .is-style-outline .wp-element-button{
	background: transparent;
	color: #2D2D2D !important;
}

@media print,screen and (min-width: 600px) {
	.editor-styles-wrapper h2{
		margin-bottom: 30px;
		font-size: 20px;
		padding-top: 1px;
		padding-left: 18px;
		padding-bottom: 17px;
	}
	.editor-styles-wrapper h2:before{
		height: calc(100% - 14px);
	}
	.editor-styles-wrapper h2:not(:first-child){
		margin-top: 45px;
	}
	.editor-styles-wrapper h3{
		margin-bottom: 30px;
		padding:25px 30px;
		font-size: 20px;
	}
	.editor-styles-wrapper h3:not(:first-child){
		margin-top: 45px;
	}
	.editor-styles-wrapper h4{
		margin-bottom: 20px;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.editor-styles-wrapper h4:not(:first-child){
		margin-top: 30px;
	}
	.editor-styles-wrapper h5{
		margin-bottom: 20px;
		padding: 15px 20px;
		font-size: 18px;
	}
	.editor-styles-wrapper h5:not(:first-child){
		margin-top: 30px;
	}
	.editor-styles-wrapper h6{
		margin-bottom: 20px;
		font-size: 18px;
		padding-left: 15px;
	}
	.editor-styles-wrapper h6:not(:first-child){
		margin-top: 30px;
	}

	.editor-styles-wrapper .wp-element-button{
		min-width: 400px;
		min-height: 70px;
		font-size: 15px;
	}
}


/* サイト表示用 */
.cmn_sec_single .editor-styles-wrapper{
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.cmn_sec_single .editor-styles-wrapper p:not(:last-child){
	margin-bottom: 0.9em;
}
.cmn_sec_single .editor-styles-wrapper p:not(:first-child){
	margin-top: 0.9em;
}
.cmn_sec_single .editor-styles-wrapper img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.cmn_sec_single .editor-styles-wrapper figure{
	margin: 0;
}
.cmn_sec_single .editor-styles-wrapper figure.aligncenter{
	margin-left: auto;
	margin-right: auto;
}
.cmn_sec_single .editor-styles-wrapper .wp-block-image figcaption{
	text-align: center;
}

.cmn_sec_single .editor-styles-wrapper .wp-block-image:not(:first-child),
.cmn_sec_single .editor-styles-wrapper .wp-block-gallery:not(:first-child),
.cmn_sec_single .editor-styles-wrapper .wp-block-columns:not(:first-child){
	margin-top: 8rem;
}
.cmn_sec_single .editor-styles-wrapper .wp-block-image:not(:first-child),
.cmn_sec_single .editor-styles-wrapper .wp-block-gallery:not(:first-child),
.cmn_sec_single .editor-styles-wrapper .wp-block-columns:not(:first-child){
	margin-top: 2.125em;
}
.cmn_sec_single .editor-styles-wrapper .wp-block-gallery .wp-block-image:not(:first-child){
	margin-top: 0;
}

.cmn_sec_single .editor-styles-wrapper h2 + .wp-block-image,
.cmn_sec_single .editor-styles-wrapper h2 + .wp-block-gallery,
.cmn_sec_single .editor-styles-wrapper h2 + .wp-block-columns,
.cmn_sec_single .editor-styles-wrapper h3 + .wp-block-image,
.cmn_sec_single .editor-styles-wrapper h3 + .wp-block-gallery,
.cmn_sec_single .editor-styles-wrapper h3 + .wp-block-columns,
.cmn_sec_single .editor-styles-wrapper h4 + .wp-block-image,
.cmn_sec_single .editor-styles-wrapper h4 + .wp-block-gallery,
.cmn_sec_single .editor-styles-wrapper h4 + .wp-block-columns,
.cmn_sec_single .editor-styles-wrapper h5 + .wp-block-image,
.cmn_sec_single .editor-styles-wrapper h5 + .wp-block-gallery,
.cmn_sec_single .editor-styles-wrapper h5 + .wp-block-columns,
.cmn_sec_single .editor-styles-wrapper h6 + .wp-block-image,
.cmn_sec_single .editor-styles-wrapper h6 + .wp-block-gallery,
.cmn_sec_single .editor-styles-wrapper h6 + .wp-block-columns,{
	margin-top: 0 !important;
}

.cmn_sec_single .editor-styles-wrapper .wp-block-buttons:not(:first-child){
	margin-top: 2rem;
}
.cmn_sec_single .editor-styles-wrapper .wp-block-buttons:not(:last-child){
	margin-bottom: 4rem;
}

@media print,screen and (max-width: 599px) {
	.cmn_sec_single .editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
		width: 100%;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):not(:last-child){
		margin-bottom: 5rem;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-column:not(:first-child){
		margin-top: 2rem;
	}

	.cmn_sec_single .editor-styles-wrapper .wp-block-button{
		width: 100%;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons .wp-block-button:not(:first-child){
		margin-top: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	.cmn_sec_single .editor-styles-wrapper .wp-block-image:not(:first-child){
		margin-top: 50px;
	}

	.cmn_sec_single .editor-styles-wrapper .wp-block-gallery{
		display: flex;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-gallery > *{
		margin: 0;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-gallery:not(:first-child){
		margin-top: 50px;
	}

	.cmn_sec_single .editor-styles-wrapper .wp-block-columns:not(:first-child){
		margin-top: 50px;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-column:not(:last-child){
		margin-right: 50px;
	}

	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons.is-layout-flex{
		display: flex;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons.is-content-justification-center{
		justify-content: center;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons:not(:first-child){
		margin-top: 50px;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons:not(:last-child){
		margin-bottom: 50px;
	}
	.editor-styles-wrapper .wp-element-button{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-block-buttons .wp-block-button:not(:first-child){
		margin-left: 40px;
	}
	.cmn_sec_single .editor-styles-wrapper .wp-element-button:hover{
		background: #005BAC;
		border-color: #005BAC;
		color: #fff !important;
	}
}


/* 管理画面表示用 */
.editor-styles-wrapper .block-editor-block-list__layout{
	letter-spacing: 0.1em;
}
.editor-styles-wrapper .block-editor-block-list__layout .wp-element-button{
	padding: 10px 20px;
	min-height: 80px;
	min-width: 335px;
	font-size: 16px;
}
.editor-styles-wrapper .block-editor-block-list__layout h2{
	margin-bottom: 55px;
	font-size: 20px;
	padding-top: 1px;
	padding-left: 18px;
	padding-bottom: 17px;
}
.editor-styles-wrapper .block-editor-block-list__layout h2:before{
	height: calc(100% - 14px);
}
.editor-styles-wrapper .block-editor-block-list__layout h2:not(:first-child){
	margin-top: 95px;
}
.editor-styles-wrapper .block-editor-block-list__layout h3{
	margin-bottom: 60px;
	padding:25px 30px;
	font-size: 20px;
	line-height: 1.6;
}
.editor-styles-wrapper .block-editor-block-list__layout h3:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout h4{
	margin-bottom: 60px;
	font-size: 18px;
	padding-bottom: 10px;
}
.editor-styles-wrapper .block-editor-block-list__layout h4:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout h5{
	margin-bottom: 60px;
	padding: 15px 20px;
	font-size: 18px;
}
.editor-styles-wrapper .block-editor-block-list__layout h5:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout h6{
	margin-bottom: 55px;
	font-size: 18px;
	padding-left: 15px;
}
.editor-styles-wrapper .block-editor-block-list__layout h6:not(:first-child){
	margin-top: 60px;
}

.editor-styles-wrapper .block-editor-block-list__layout .txt--u{
	text-decoration: underline;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-element-button{
	border-width: 1px !important;
}
