@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: #1D2D47;
}
.editor-styles-wrapper h2{
	color: #fff;
	background-color: #1D2D47;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.66;
	padding: 1.5rem 2rem;
	margin-bottom: 3rem;
	border-radius: 1rem;
}
.editor-styles-wrapper h2:not(:first-child){
	margin-top: 6rem;
}
.editor-styles-wrapper h3{
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.66;
	color: #1d2d47;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #1D2D47;
	margin-bottom: 3rem;
}
.editor-styles-wrapper h3:not(:first-child){
	margin-top: 4rem;
}
.editor-styles-wrapper h4{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.66;
	margin-bottom: 2rem;
}
.editor-styles-wrapper h4:not(:first-child){
	margin-top: 3rem;
}

.editor-styles-wrapper .wp-element-button{
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 8rem;
	border-radius: 1rem;
	font-size: 1.6rem;
	padding: 0.5rem 2.5rem;
	line-height: 1.69;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #1D2D47;
	background-color: #1D2D47;
	color: #fff;
}
.editor-styles-wrapper .is-style-outline .wp-element-button{
	background: transparent;
	color: #1D2D47;
}

@media print,screen and (min-width: 600px) {
	.editor-styles-wrapper h2{
		font-size: 2.2rem;
		padding: 1.7rem 3rem;
		margin-bottom: 4rem;
	}
	.editor-styles-wrapper h2:not(:first-child){
		margin-top: 10rem;
	}
	.editor-styles-wrapper h3{
		font-size: 2.2rem;
		margin-bottom: 4rem;
	}
	.editor-styles-wrapper h3:not(:first-child){
		margin-top: 6rem;
	}
	.editor-styles-wrapper h4{
		font-size: 2rem;
	}
	.editor-styles-wrapper h4:not(:first-child){
		margin-top: 4rem;
	}

	.editor-styles-wrapper .wp-element-button{
		min-width: 33.5rem;
	}
}


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

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

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

.single1--content.editor-styles-wrapper .wp-block-buttons:not(:first-child){
	margin-top: 2rem;
}
.single1--content.editor-styles-wrapper .wp-block-buttons:not(:last-child){
	margin-bottom: 4rem;
}
.single1--content.editor-styles-wrapper .wp-element-button .arrow--right{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: calc((100% - 2.4rem) / 2);
	right: 2rem;
}
.single1--content.editor-styles-wrapper .wp-element-button .arrow--right:before,
.single1--content.editor-styles-wrapper .wp-element-button .arrow--right .inner:before,
.single1--content.editor-styles-wrapper .wp-element-button .arrow--right .inner:after{
	background-color: #fff;
}
.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right:before,
.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right .inner:before,
.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right .inner:after{
	background-color: #000;
}

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

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

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

	.single1--content.editor-styles-wrapper .wp-block-gallery{
		display: flex;
	}
	.single1--content.editor-styles-wrapper .wp-block-gallery > *{
		margin: 0;
	}
	.single1--content.editor-styles-wrapper .wp-block-gallery:not(:first-child){
		margin-top: 10rem;
	}

	.single1--content.editor-styles-wrapper .wp-block-columns:not(:first-child){
		margin-top: 10rem;
	}
	.single1--content.editor-styles-wrapper .wp-block-column:not(:last-child){
		margin-right: 7rem;
	}

	.single1--content.editor-styles-wrapper .wp-block-buttons.is-layout-flex{
		display: flex;
	}
	.single1--content.editor-styles-wrapper .wp-block-buttons.is-content-justification-center{
		justify-content: center;
	}
	.single1--content.editor-styles-wrapper .wp-block-buttons:not(:first-child){
		margin-top: 4rem;
	}
	.single1--content.editor-styles-wrapper .wp-block-buttons:not(:last-child){
		margin-bottom: 6rem;
	}
	.editor-styles-wrapper .wp-element-button{
		transition: background .3s ease, color .3s ease;
	}
	.single1--content.editor-styles-wrapper .wp-block-buttons .wp-block-button:not(:first-child){
		margin-left: 4rem;
	}
	.single1--content.editor-styles-wrapper .wp-element-button:hover{
		background: transparent;
		color: #000;
	}
	.single1--content.editor-styles-wrapper .wp-element-button:hover .arrow--right:before,
	.single1--content.editor-styles-wrapper .wp-element-button:hover .arrow--right .inner:before,
	.single1--content.editor-styles-wrapper .wp-element-button:hover .arrow--right .inner:after{
		background-color: #000;
	}
	.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button:hover{
		background-color: #000;
		color: #fff;
	}
	.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button:hover .arrow--right:before,
	.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button:hover .arrow--right .inner:before,
	.single1--content.editor-styles-wrapper .is-style-outline .wp-element-button:hover .arrow--right .inner:after{
		background-color: #fff;
	}
}


/* 管理画面表示用 */
.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{
	font-size: 22px;
	padding: 17px 30px;
	margin-bottom: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout h2:not(:first-child){
	margin-top: 100px;
}
.editor-styles-wrapper .block-editor-block-list__layout h3{
	font-size: 22px;
	margin-bottom: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout h3:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout h4:not(:first-child){
	margin-top: 40px;
}

.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;
}

/* カスタムHTML
--------------------------------------*/
.editor-styles-wrapper .box--white,
.editor-styles-wrapper .box--ivory{
	box-sizing: border-box;
	padding: 3rem;
	border-radius: 1rem;
}
.editor-styles-wrapper .box--white:not(:first-child),
.editor-styles-wrapper .box--ivory:not(:first-child){
	margin-top: 4rem;
}
.editor-styles-wrapper .box--white:not(:last-child),
.editor-styles-wrapper .box--ivory:not(:last-child){
	margin-bottom: 4rem;
}
.editor-styles-wrapper h2 + .box--white,
.editor-styles-wrapper h2 + .box--ivory,
.editor-styles-wrapper h3 + .box--white,
.editor-styles-wrapper h3 + .box--ivory,
.editor-styles-wrapper h4 + .box--white,
.editor-styles-wrapper h4 + .box--ivory{
	margin-top: 0 !important;
}
.editor-styles-wrapper .box--white{
	background-color: #fff;
}
.editor-styles-wrapper .box--ivory{
	background-color: #F5F2EC;
}

@media print,screen and (min-width: 600px) {
	.editor-styles-wrapper .box--white,
	.editor-styles-wrapper .box--ivory{
		padding: 4rem;
	}
	.editor-styles-wrapper .box--white:not(:first-child),
	.editor-styles-wrapper .box--ivory:not(:first-child){
		margin-top: 6rem;
	}
	.editor-styles-wrapper .box--white:not(:last-child),
	.editor-styles-wrapper .box--ivory:not(:last-child){
		margin-bottom: 6rem;
	}
}

/* 管理画面表示用 */
.editor-styles-wrapper .block-editor-block-list__layout .box--white,
.editor-styles-wrapper .block-editor-block-list__layout .box--ivory{
	padding: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .box--white:not(:first-child),
.editor-styles-wrapper .block-editor-block-list__layout .box--ivory:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout .box--white:not(:last-child),
.editor-styles-wrapper .block-editor-block-list__layout .box--ivory:not(:last-child){
	margin-bottom: 60px;
}
