<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 */

/*----------------------------------------------------------------------------------------
	Basic 
---------------------------------------------------------------------------------------- */
.is-fair {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1040px;
	width: 100%;
	margin: 0px auto 100px;
	font-size: 20px;
	text-align: center;
}

.is-list_point {
	font-size: 23px;
	line-height: 3.8;
	font-weight: bold;
	position: relative;
}

.is-title_subline {
    line-height: 1.8;
    margin: 45px auto 40px auto;
    font-size: 20px;
}

.small_text {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border-top: 0px solid;
	background: #fff;
	padding: 0 30px ;
	margin-top: -25px;
	padding-bottom: 3px;
	line-height: 1.6;
	
}

.is-list_title {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	border-top: 1px solid;
}

.is-list_title3 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	border-top: 1px solid;
}

.is-list_title .bg_line {
	display: inline-block;
	padding: 0 30px;
	margin-top: -33px;
	line-height: 1.4;
	background: #fff;
}


.is-list_title .bg_line2 {
	display: inline-block;
	padding: 0 30px;
	margin-top: -40px;
	line-height: 1.4;
	background: #fff;
}

.is-list_title2 .bg_line2 {
	display: inline-block;
	padding: 0 30px;
	margin-top: -25px;
	line-height: 1.4;
	background: #fff;
}

.is-list_title .bg_line3 {
	display: inline-block;
    padding: 0 30px;
    margin-top: -.55em;
    line-height: 1;
    background: #fff;
}


.is_comment2 {
    font-size: 16px;
    text-align: left;
    margin: 30px auto 0;
    line-height: 1.9;
}

.item-list {
	display: flex;	
    margin-top: -70px;

}

.item-contents img {
	display: block;
	width:100%
	
}

.item-introduction {
	font-size: 20px;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

.item-link-btn {
	display: block;  
	text-decoration:  none; 
	border-radius:10px;
	color: #aa9977;
	background-color: #aa9977;
	margin: 20px auto 10px;
	text-align:  center;  
	width: 70%;
}

.item-link-btn:hover {
opacity: 0.5 ;
}

.item-link-btn p {
    font-size: 18px;
    color: #fff;
	margin: -5px 0px 20px;
	padding: 20px 0px;
}

.item-link-btn p a {
    font-size: 18px;
    color: #fff;
	margin: 20px 0px;
	padding: 20px 0px;
}

.l-section-item__link-center {
	width: 500px;
	margin: 40px auto;
}

.l-section-item__link-center a:link, .l-section-item__link-center a:visited {
    color: #fff;
    border: 1px solid #333;
}

.l-section-item__link-center a {
    width: 100%;
}

.l-section-item__link-center a {
    display: block;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    background-color: #fff !important;
    border-color: #333 !important;
    color: #333 !important;
}

.l-section-item__link-center:hover {
	opacity: 0.5 ;
	}

.txt_red {
	color: #ee2200;
}

.is-list {
	margin: 80px auto 0;
	/*	max-width: 920px;*/
}

.is-list:nth-of-type(n+2) {
	margin-top: 100px;
}

.is-list_date {}

.is-list_comm {
	font-size: 16px;
	margin-top: 20px;
}

.is-list_item {
	margin-top: 20px;

}

.is-list_item__hasttl {
	margin-top: 50px;
	background-color: #edb;
	padding: 30px 30px 30px;
}

.is-list_title2 {
	letter-spacing: .5px;
	line-height: 1.5;
	font-size: 30px;
    font-weight: bold;
    border-top: 1px solid;
}

.is-list_title2 .txt_red {
	font-size: 30px;
}

.is-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-btn_item {
	text-align: center;
	margin: 25px 10px 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #a97;
	border: 1px solid #a97;
	color: #fff;
	padding: 20px 0;
	width: 280px;
	font-size: 18px;
	position: relative;
	font-weight: bold;
}

.is-btn_item::after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255, 255, 255, .8);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.is-btn_item:link:hover,
.is-btn_item:visited:hover,
.is-btn_item:link,
.is-btn_item:visited {
	color: #fff;
}


.is_comment {
	font-size: 16px;
	text-align: left;
	margin: 30px auto 0;
	line-height: 1.9;
}

.is-wrap_item {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

/* ADD 190618*/


.l-colom_container {
	display: block;
	letter-spacing: -.5rem;
	margin-right: -20px;
	margin-top: 40px;
}

.l-colom_container .l-colom_item,
.l-colom_container .l-colom_item2 {
	display: inline-block;
	width: 33.2%;
	padding-right: 20px;
	letter-spacing: 0.1rem;
}

.l-colom_container .l-colom_item {
	width: 33.2%;
}

.l-colom_container .l-colom_item2 {
	width: 50%;
}

.l-colom_container a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.l-colom_container a:hover {
	opacity: 0.8;
}

.l-colom_container .l-colom_tumb,
.l-colom_container .l-colom_tumb2 {
	width: auto;
	background: #AA9977;
	padding: 15px 20px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.l-colom_container .l-colom_tumb {
	padding: 15px 20px;
}

.l-colom_container .l-colom_tumb2 {
	margin: 10px auto;
	padding: 22px 20px;
}

.l-colom_container .l-colom_tumb:hover {
	opacity: 0.8;
}

.l-colom_container .l-colom_tumb:before,
.l-colom_container .l-colom_tumb2:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 11px;
	height: 11px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, .8);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-colom_container .l-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	vertical-align: middle;
}

.l-colom_container .l-list_tumb {
	display: table-cell;
	width: 74px;
	vertical-align: middle;
}

.l-colom_container .l-list_tumb p {
	vertical-align: middle;
}

.l-colom_container figure {}

.l-colom_container img {
	width: 100%;
}

.l-colom_container .l-list_text {
	vertical-align: middle;
	display: table-cell;
}

.l-colom_container .l-list_text p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	display: block;
	text-align: center;
	padding-right: 40px;
}

.l-data {
	background: #F3F3F3;
	padding: 30px 0;
	margin: 40px auto;
}

.l-copy_min {
	margin-bottom: 30px;
	line-height: 1.8;
}

.l-banner-list {
	display: block;
	letter-spacing: -.5rem;
	margin-right: -60px;
	margin-top: 70px;
}

.l-banner-item {
	display: inline-block;
	letter-spacing: 0.015rem;
	padding-right: 60px;
	width: 49.9%;
	vertical-align: top;
}

.l-banner-item a {
	display: block;
}

.l-banner-item img {
	width: 100%;
}

.l-banner-item figcaption {
	padding-top: 20px;
	font-size: 16px;
	text-align: left;
	padding-bottom: 50px;
}

.is-list_title.is-min {
	font-size: 28px;
}

.l-copy_text {
	font-size: 16px;
}

.l-anclink a {
	color: #AA9977;
	padding-right: 1em;
	display: inline-block;
	position: relative;
}

.l-anclink a:link,
.l-anclink a:visited {
	color: #AA9977;
}

.l-anclink a:link:hover,
.l-anclink a:visited:hover {
	color: #AA9977;
}

.l-anclink a::after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #AA9977;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 5%;
	right: 3%;
}

.pagetop a {
	display: block;
	background-color: #333;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	position: relative;
}

.pagetop a::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 15px;
	margin: auto;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: rgba(255, 255, 255, 1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.link-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
}

.link-btn_item:link:hover, .link-btn_item:visited:hover, .link-btn_item:link, .link-btn_item:visited {
    color: #fff;
}

.link-btn_item {
    text-align: center;
    margin: 25px 10px 0;
    display: inline-block;
    box-sizing: border-box;
    background-color: #a97;
    border: 1px solid #a97;
    color: #fff;
    padding: 20px 0;
    width: 50%;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.link-btn_item::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 13px;
    height: 13px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255,255,255,.8);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link-btn_item:link:hover, .is-btn_item:visited:hover,
.link-btn_item:link, .is-btn_item:visited {
    color: #fff;
}



.link-btn2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
}

.link-btn_item2:link:hover, .link-btn_item2:visited:hover, .link-btn_item2:link, .link-btn_item2:visited {
    color: #333;
}

.link-btn_item2 {
    text-align: center;
    margin: 25px 10px 0;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    padding: 28px 0;
    width: 50%;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.link-btn_item2::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 13px;
    height: 13px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link-btn_item2:link:hover, .link-btn_item2:visited:hover,
.link-btn_item2:link, .link-btn_item2:visited {
    color: #333;
}

.pagetop a:hover {}


.sub_txt {
	font-size: 20px;
}
/*////////////////////////////////////////////////////////////////////////////////////

for smartphone override

////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1023px) {

	.u-hide-media {
		display: none;
	}
}

@media screen and (max-width: 767px) {


	.is_comment2 {
		font-size: 12px;
		margin: 20px auto 80px;
	}

	.sub_txt {
		font-size: 16px;
	}

	.l-section-item__link-center {
		width: 80%;
		margin: 40px auto;
	}
	
	
	.l-section-item__link-center a {
		display: block;
		padding: 18px 0;
		margin: 0 auto;
		text-align: center;
		font-size: 1rem;
		background-color: #fff !important;
		border-color: #333 !important;
		color: #333 !important;
	}
	.item-link-btn {
		display: block;  
		text-decoration:  none; 
		border-radius:10px;
		color: #aa9977;
		background-color: #aa9977;
		margin: -20px auto 10px;
		text-align:  center;  
		width: 70%;
	}


	.item-link-btn:hover {
	opacity: 0.5 ;
	}
	
	.item-link-btn p {
		font-size: 15px;
		color: #fff;
		margin: 0px 0px;
		padding: 10px 0px;
	}

	.item-link-btn p a {
		font-size: 15px;
		color: #fff;
		margin: 0px 0px;
		padding: 10px 0px;
	}

	.item-list {
		display: block;
		margin-top: 0px;
	}

	.item-introduction {
		font-size: 16px;
		width: 100%;
		text-align: center;
		line-height: 1.5em;
		margin-top: -50px;
	}



	.is-fair {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto 80px;
		font-size: 16px;
	}

	.is-title_subline {
		margin: 30px auto 0;
		font-size: 16px;
	}

	.is-list_title {
		font-size: 24px;
		line-height: 1.5;
		font-weight: bold;
		margin-top: 70px;
	}

	.is-list_point {
		font-size: 16px;
		line-height: 1.7;
		font-weight: bold;
	}

	.small_text {
		font-size: 16px;
		font-weight: bold;
		margin-top: 70px;
		border:none;
		padding-bottom: 0px;
	}

	.is-list_title .bg_line {
		padding: 0 15px;
		padding-top: 0px;
		margin-top: -30px;
		line-height: 1.5;
	}
	
	.is-list_title .bg_line2 {
		padding: 0 15px;
		padding-top: 0px;
		margin-top: -2.4em;
		line-height: 1.5;
	}
	
	.is-list_title .bg_line3 {
		margin-top: -0.9em;
		padding: 0 20px;
		line-height: 1.5;

	}
	#body &gt; div.g-wrapper &gt; div.is-fair &gt; div:nth-child(9) &gt; div &gt; div:nth-child(3) &gt; a &gt; div &gt; dl &gt; dd &gt; p
	{
		margin-top: 35px;
	}

	#body &gt; div.g-wrapper &gt; div.is-fair &gt; div:nth-child(9) &gt; div &gt; div:nth-child(2) &gt; a &gt; div &gt; dl &gt; dd &gt; p
	{
		margin-top: 22px;
	}




	.is-list_title .bg_line4 {
		padding: 0 14px;
		padding-top: 13px;
		margin-top: -6.7em;
		line-height: 1.5;
	}


	.is-list {
		margin: 0px auto 0;
		max-width: 92%;
	}

	.is-list:nth-of-type(n+2) {
		margin-top: 100px;
	}	

	.is-list_date {
		margin-top: 1em;
	}

	.is-list_comm {
		font-size: 14px;
		margin-top: .5em;
	}

	.is-list_item {
		margin-top: 10px;
	}

	.is-list_item__hasttl {
		margin-top: 40px;
		padding: 30px 10px 30px;
	}

	.is-list_title2 {
		padding: 0 0px;
		letter-spacing: 0px;
		line-height: 1.5;
	}

	.is-list_title2 .txt_red {
		font-size: 24px;
	}

	.is-btn {
		display: block;
	}

	.is-btn_item {
		margin: 20px 0 0;
		padding: 16px 0;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}


	.is_comment {
		font-size: 12px;
		width: 90%;
		margin: 40px auto 0;
	}

	.is_comment.l-anclink {
		margin: 20px 20px 0;
	}
	
	.is-wrap_item {
		margin-top: 40px;
	}

	.l-colom_container .l-list_tumb {
		display: block;
		width: 74px;
		vertical-align: middle;
		margin: 0 auto;
	}
	.l-colom_container .l-colom_tumb:before,
.l-colom_container .l-colom_tumb2:before {
	display: none;
}


	.l-colom_container .l-list_text {
		vertical-align: middle;
		display: block;
	}

	.l-colom_container .l-list {
		height: 153px;
	}

	.l-colom_container {
		display: flex;
		margin-right: 0;
		margin-top: 30px;
	}

	.l-colom_container .l-colom_item {
		display: block;
		width: 30%;
		padding-right: 0;
		margin: 5px;
	}

	.l-colom_container .l-colom_item2 {
		display: block;
		width: 92%;
		margin: 10px auto;
		padding-right: 0;
	}
	
	.l-colom_container .l-colom_item a,
	.l-colom_container .l-colom_item2 a {
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.l-colom_container .l-colom_item a:hover,
	.l-colom_container .l-colom_item2 a:hover {
		opacity: 0.5;
	}


	.l-colom_container .l-colom_tumb,
	.l-colom_container .l-colom_tumb2 {
		padding: 15px;
		-webkit-transition: 0.5;

	}

	.l-colom_container .l-colom_tumb:hover {}

	.l-colom_container .l-list_text p {
		color: #fff;
		font-size: 14px;
		letter-spacing: 0;
		display: block;
		text-align: center;
		padding-right: 0px;
		margin-top: 10px;
	}



	.is-title_subline {
		margin: 30px auto 0;
		font-size: 14px;
	}



	.l-banner-list {
		display: block;
		margin-right: 0;
	}

	.l-banner-item {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.l-banner-item figcaption {
		padding-top: 20px;
		font-size: 14px;
		text-align: left;
		padding-bottom: 30px;
	}

	
	.is-title_subline {
		margin: 0px auto 120px;
		font-size: 14px;
	}

	.is-list_title {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 0px;
		font-weight: bold;
	}


	.is-list_title2 {
		font-size: 19px;
		line-height: 1.5;
		margin-top: 70px;
		font-weight: bold;
	}
	
	.is-list_title3 {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 70px;
		font-weight: bold;
		border-top: 1px solid;
	}
	
	.l-data {
		padding: 20px;
		margin: 30px auto;
	}

	.is-list_date {
		margin-top: 0;
		font-size: 14px;
	}

	.is-list_comm {
		font-size: 13px;
		margin-top: .5em;
		text-align: left;
	}

	.is_comment {
		font-size: 12px;
		width: 100%;
		margin: 20px auto 0;
	}

	.is-list:nth-of-type(n+2) {
		margin-top: 70px;
	}

	.is-fair {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto 0px;
		font-size: 16px;
	}

	.l-copy_text {
		font-size: 14px;
	}

	.is-list_title.is-min {
		font-size: 18px;
	}

	.is-list_title2 .bg_line2 {
		display: inline-block;
		padding: 0 15px; 
		margin-top: -30px;
		line-height: 1.7;
		background: #fff;
	}

	

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	
	.link-btn {
		display: block;
	}
	
	.link-btn_item {
		margin: 20px 0 0;
		padding: 16px 0;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}

	.link-btn_item2 {
		margin: 20px 0 0;
		padding: 16px 0;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}

}
</pre></body></html>