<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*	【汎用】タイトル
---------------------------------*/
/*タイトル*/
.ttl-cmn01{
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}
.ttl-cmn02{
	font-size: 3.6rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}	
.ttl-cmn03{
	font-size: 2.7rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.36;
}
.ttl-cmn04{
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.25;
}
.ttl-cmn05{
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (max-width:1023px) {
    .ttl-cmn01{
        font-size: 3.6rem;
    }	
	.ttl-cmn03{
		font-size: 2.4rem;
	}
}
@media screen and (max-width:767px) {
    .ttl-cmn01{
        font-size: 2.4rem;
    }	
    .ttl-cmn02{
        font-size: 2rem;
    }
    .ttl-cmn03{
        font-size: 1.8rem;
    }
    .ttl-cmn04{
        font-size: 1.6rem;
    }
    .ttl-cmn05{
        font-size: 1.5rem;
    }
}

/*	【汎用】ボタン
---------------------------------*/
.btn-cmn01 {
	max-width: 240px;
}
.btn-cmn01.center {
	margin-right: auto;
	margin-left: auto;
}
.btn-cmn01 a {
	display: block;
	position: relative;
	color: #07a106;
	border: 1px solid #07a106;
	border-radius: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.btn-cmn01 a:after {
	content: "＞";
	font-size: 0.8rem;
	position: absolute;
	top: 0;
	right: 15px;
}
.btn-cmn01 a:hover {
	opacity: 1;
}
.btn-cmn02 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.btn-cmn02.left {
	margin-left: 0;
}
.btn-cmn02 a {
	display: block;
	position: relative;
	color: #fff;
	background-color: #07a106;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 60px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width:767px) {
.btn-cmn01 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 320px;
}
.btn-cmn01 input,
.btn-cmn01 a {
	font-size: 1.4rem;
	line-height: 50px;
	border-radius:50px;
}
.btn-cmn01.left,.btn-cmn02.left {
	margin-right: auto;
	margin-left: auto;
}
}

/*	【共通】パンくず
---------------------------------*/
.topicpath {
	padding: 20px 0;
	color: #666;
}
.topicpath{
	font-size: 1.3rem;
}
@media screen and (max-width: 1023px) {　
.topicpath_inner {
	padding-left: 15px;
	padding-right: 15px;
}
.topicpath{
	font-size: 1rem;
}
}

/*	共通
---------------------------------*/
.box-cmn{
	padding: 70px 0;
}
span{
	font-weight: inherit;
}
.underline{
	text-decoration: underline;
}
.dot01{
	padding-left: 1em;
	position: relative;
}
.dot01:before{
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}
.dot02{
	padding-left: 1em;
	position: relative;
}
.dot02:before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.astarisk{
	padding-left: 1em;
	position: relative;
}
.astarisk:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.top-contents-cmn{
	padding: 20px 0 70px;
}
.contents-cmn:not(:last-of-type){
	padding-bottom: 50px;
}
.contents-cmn:not(:first-of-type){
	border-top: 1px solid;
	padding-top: 50px;
}
.white-box{
	background: #fff;
	border-radius: 15px;
	padding: 60px 50px;
}
.ttl-flower{
	display: inline-block;
	padding-top: 20px;
	padding-left: 80px;
	position: relative;
	min-height: 69px;
}
.ttl-flower:before{
	content: '';
	background: no-repeat top center / contain;
	background-image: url(../images/common/illust_flower.png);
	width: 46px;
	height: 69px;
	position: absolute;
	top: 0;
	left: 0;
}
.spacing100{
	letter-spacing: 0.1em;
}
.txt-white{
	color: #fff;
}
.txt-green{
	color: #07a106;
}
.txt-serif{
	font-family: 'Noto Serif JP';
}
.sp-txtleft-cmn {
	text-align: center;
}
.parents-2column figure{
	width: 50%;
	max-width: 600px;
}
.parents-2column .txt{
	width: 46%;
	max-width: 550px;
}
.parents-2column.type02 figure{
	width: 37.5%;
	max-width: 450px;
}
.parents-2column.type02 .txt{
	width: 58.33%;
	max-width: 700px;
}
.parents-2column.type03 .item{
	width: calc(50% - 25px);
	order: 2;
}
.parents-2column.type03 .item + .item{
	order: 3;
}
.parents-2column.type03 .item figure{
	width: 100%;
	max-width: 100%;
}
.parents-2column.type03 .ttl{
	margin: 25px 0 20px;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.parents-2column.type03 .txt.w100{
	width: 100%;
	max-width: 100%;
	order: 1;
}
.parents-2column-img .img{
	width: 48%;
}
.parents-3column .item{
	width: calc(92.5% / 3);
	max-width: 370px;
}
@media screen and (max-width: 1023px) {
	.parents-2column figure{
		width: 45%;
	}
	.parents-2column .txt{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	
	/*スマホ時左寄せテキスト*/
	.sp-txtleft-cmn {
   	 	max-width: 500px;
    	margin-right: auto;
    	margin-left: auto;
    	text-align: left;
	}
	.box-cmn {
		padding: 40px 0;
	}
	.white-box{
		padding: 30px 15px;
	}
	.top-contents-cmn {
		padding: 0 0 30px;
	}
	.parents-2column figure,
	.parents-2column.type02 figure{
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.parents-2column .txt,
	.parents-2column.type02 .txt{
		width: 100%;
		margin: 0 auto 20px;
	}
	.parents-2column-img .img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.parents-2column.type03 .item{
		width: calc(50% - 5px);
		order: 2;
	}
	.parents-2column.type03 .ttl{
		margin: -10px 0 0;
		font-size: 2rem;
	}

	.parents-3column.flex-btw{
		display: block;
	}
	.parents-3column .item {
		width: 100%;
		margin: 0 auto 30px;
	}
	.contents-cmn:not(:last-of-type) {
		padding-bottom: 30px;
	}
	.contents-cmn:not(:first-of-type){
		padding-top: 30px;
	}
	.ttl-flower {
		padding-top: 10px;
		padding-left: 40px;
		min-height: 40px;
	}
	.ttl-flower:before{
		width: 25px;
    	height: 100%;
	}
}

/*	【汎用】テーブル
---------------------------------*/
th,td{
	line-height: 1.875;
}
table{
	width: 100%;
	text-align:left;
}
.tbl-cmn01 table {
	border-top: 1px solid #ccc;
}
.tbl-cmn01 table tr {
	border-bottom: 1px solid #ccc;
}
.tbl-cmn01 table th {
	padding: 15px 0 15px 50px;
	width: 250px;
	font-weight: 700;
	vertical-align: middle;
}
.tbl-cmn01.column2 table th {
	padding: 15px 0 15px 50px;
	width: 175px;
	vertical-align: top;
}
.tbl-cmn01 table td {
	width: calc(100% - 175px);
	padding: 15px 50px 15px 0;
}
@media screen and (max-width:767px) {
	th,td{
		line-height: 1.785;
		font-size: 1.4rem;
	}
	.tbl-cmn01 table {
		font-size: 1.4rem;
	}
	.tbl-cmn01 table th,
	.tbl-cmn01.column2 table th {
		display: block;
		padding: 15px 10px 5px 10px;
		width: 100%;
	}
	.tbl-cmn01 table td {
		display: block;
		padding: 5px 10px 15px 10px;
		width: 100%;
	}
}
.tbl-cmn02 th{
	padding-top: 3px;
	width: 100px;
	vertical-align: top;
}
.tbl-cmn02 th span{
	display: block;
	padding: 0 15px;
	border: 1px solid #23a496;
	color: #23a496;
	letter-spacing: 0.025em;
	line-height: 25px;
	text-align: center;
}
.tbl-cmn02 td{
	padding-left: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width:767px) {
}
.tbl-cmn03 table{
	table-layout: fixed;
}
.tbl-cmn03 table th{
	padding: 10px 15px;
	font-size: 1.8rem;
	background: #75b838;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: center;
	vertical-align: middle;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.tbl-cmn03 table td{
	padding: 10px 15px;
	background: #f9f3ea;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: center;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.tbl-cmn03.va-middle table td{
	vertical-align: middle;
}
.tbl-cmn03 table td:last-of-type{
	border-right: none;
}
.tbl-cmn03 table tr:last-of-type th,.tbl-cmn03 table tr:last-of-type td{
	border-bottom: none;
}
.tbl-scroll .tbl-note{
	display: none;
}
@media screen and (max-width:800px) {
	.tbl-scroll .tbl-note{
		display: block;
	}
	.tbl-scroll{
		overflow-x: scroll;
	}
	.tbl-scroll table{
		width: 800px;
	}
	.tbl-cmn03 table th{
		font-size: 1.4rem;
	}
}
.tbl-cmn04 table {
	width: auto;
}
.tbl-cmn04 table th,.tbl-cmn04 table td{
	padding-right: 20px;
}
@media screen and (max-width:767px) {
	.tbl-cmn04 table th {
		padding-right: 0;
		display: block;
		font-weight: 700;
	}
	.tbl-cmn04 table td{
		display: inline-block;
	}
	.tbl-cmn04 table td.sp-block{
		display: block;
	}
}
/*object-fit(cover)*/
.ojf{
    position: relative;
    height: auto;
}
.ojf:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ojf img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


/*	ページャー
---------------------------------*/
.cmn-pagenav-otr {
	text-align: center;
	padding: 30px 0 70px;
}
.cmn-pagenav-otr .wp-pagenavi a,
.cmn-pagenav-otr .wp-pagenavi span {
	display: inline-block;
	padding: 0;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #07a106;
	color: #07a106;
}
.cmn-pagenav-otr .wp-pagenavi span.current {
	background: #07a106;
	border-color: #07a106;
	color: #fff;
}
@media screen and (max-width:767px) {
	.cmn-pagenav-otr .wp-pagenavi a,
	.cmn-pagenav-otr .wp-pagenavi span {
		width: 30px;
		line-height: 30px;
	}
}</pre></body></html>