<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.post_content{
	margin-top: 100px;
}
.post_content h1,
.post_content h2{
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #002E62;
    padding-bottom: 10px;
	margin: 0 -40px 30px;
    border-bottom: 2px solid #002E62;
	background-image: none;
}
.post_content h3{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #002E62;
    background-image: linear-gradient(to right, #002E62 2px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 3px;
    margin-bottom: 23px;
}
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table&gt;table{
	max-width: 800px;
	width: 100%;
}
.post_content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table figcaption{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.post_content .wp-block-gallery.has-nested-images figure.wp-block-image img{
	max-width: 50% !important;
	width: 100% !important;
	height: auto !important;
	flex: auto !important;
}
.post_content .wp-block-column .wp-block-gallery.has-nested-images figure.wp-block-image img{
	max-width: 100% !important;
	flex: auto !important;
}

.flexArea{
	gap: 3.33%;
}
.flexArea .post_img{
	max-width: 50%;
	width: 100%;
}
.flexArea .post_img img{
	display: block;
	margin: 0 auto;
}
.flexArea .post_txt{
	width: calc((100% - 50% - 3.33%));
}
.flexArea .post_txt .post_txt_cat{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.flexArea .post_txt .post_txt_cat li{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
}
.flexArea .post_txt .post_txt_cat li.cat_purpose{
	background-color: #243759;
	color: #d7eafa;
}
.flexArea .post_txt .post_txt_cat li.cat_genre{
	background-color: #d7eafa;
	color: #243759;
}
.flexArea .post_txt h1{
	font-size: 30px;
	line-height: 1.3;
	margin-top: 15px;
}
.flexArea .post_txt p{
	margin-top: 30px;
}
.flexArea .post_txt .post_txt_model{
	margin-top: 20px;
	background-color: #d7eafa;
	width: 100%;
	padding: 24px 30px;
}
.flexArea .post_txt  .post_txt_des + .post_txt_model{
	margin-top: 35px;
}
.flexArea .post_txt .post_txt_model dl{
	display: flex;
}
.flexArea .post_txt .post_txt_model dl + dl{
	margin-top: 7px;
}
.flexArea .post_txt .post_txt_model dl dt{
	color: #002E62;
	min-width: 5.6em;
}

.flexArea + .editArea{
	margin-top: 85px;
}
.editArea .editArea_content h1,
.editArea .editArea_content h2,
.editArea .editArea_content h3,
.editArea .editArea_content h4,
.editArea .editArea_content h5,
.editArea .editArea_content h6{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #002E62;
    background-image: linear-gradient(to right, #002E62 2px, transparent 1px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 3px;
    margin-bottom: 23px;
}
.editArea .editArea_content p + h1,
.editArea .editArea_content p + h2,
.editArea .editArea_content p + h3,
.editArea .editArea_content p + h4,
.editArea .editArea_content p + h5,
.editArea .editArea_content p + h6{
	margin-top: 40px;
}
.editArea .editArea_content img{
	max-width: 500px;
}

.editArea_feature + .editArea_spec{
	margin-top: 80px;
}
.editArea_spec table{
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #243759;
    margin: 0 auto;
	max-width: 800px;
    width: 100%;
}
.editArea_spec p{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.editArea_spec table th,
.editArea_spec table td{
    border: 1px solid #243759;
    font-weight: normal;
    padding: 15px 19px;
}
.editArea_spec table th{
    background: #d7eafa;
    text-align: left;
}

@media screen and (max-width: 767px){
	.post_content{
		margin-top: 60px;
	}
	.post_content h1,
	.post_content h2{
        font-size: 20px;
        margin: 0 0 25px;
	}
	.post_content h3{
        font-size: 18px;
	}
	.post_content .wp-block-gallery.has-nested-images figure.wp-block-image img{
		max-width: 60% !important;
	}
	.flexArea{
		display: block;
	}
	.flexArea .post_img{
		max-width: 60%;
		margin: 0 auto;
	}
	.flexArea .post_txt{
		width: 100%;
		margin-top: 30px;
	}
	.flexArea .post_txt .post_txt_cat li {
		font-size: 12px;
		line-height: 24px;
		padding: 0 6px;
	}
	.flexArea .post_txt h1{
		font-size: 22px;
		margin-top: 10px;
	}
	.flexArea .post_txt .post_txt_model {
		margin-top: 20px;
		padding: 18px 24px;
	}
	.flexArea .post_txt  .post_txt_des + .post_txt_model{
		margin-top: 10px;
	}
	.editArea .editArea_content h1,
	.editArea .editArea_content h2,
	.editArea .editArea_content h3,
	.editArea .editArea_content h4,
	.editArea .editArea_content h5,
	.editArea .editArea_content h6{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.editArea .editArea_content p + h1,
	.editArea .editArea_content p + h2,
	.editArea .editArea_content p + h3,
	.editArea .editArea_content p + h4,
	.editArea .editArea_content p + h5,
	.editArea .editArea_content p + h6{
		margin-top: 25px;
	}
}</pre></body></html>