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


.top h2{
	font-family: "A-OTF リュウミン Pr6N R-KL",a-otf-ryumin-pr6n,A-OTF-RyuminPr6N,Ryumin Regular KL, serif;
	font-size: 24px;
	position: relative;
	left:0;
	padding-left: 8vw;
	padding-top: 126px;
	display: block;
	color: #BD393F;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.top h2 span.letter1{
	letter-spacing: -0.1em;
}

.top h2 span.letter2{
	letter-spacing: -0.1em;
}

.top h2 small{
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

.top h2 small{
	letter-spacing:0.04em;
}

.top h2:before{
	content: "";
	width: 2px;
	background: #BD393F;
	height: 44px;
	position: absolute;
	left:0;
	top:126px;;
}

.top h2:after{
	content: "";
	width: 1px;
	background: #BD393F;
	height: 44px;
	left: 8px;
	top:126px;;
	position: absolute;
}

section.top, section.content{
	width: 88vw;
	margin: 0 auto;
}

.content{
	display: block;
	padding-top: 32px;
}
.contentLeft{
	width: 100%;
}

.contentRight{
	width: 100%;
	margin-bottom: 104px;
	margin-top: 24px;
}

.contentLeft p{
	margin-top:8px;
}

.contentLeft span{
	font-size: 13px;
	color: #BD393F;
	display: block;
}


.contentLeft a{
	width: 100%;
	font-size: 15px;
	color: #fff;
	background: #BD393F;
	text-align: center;
	display: flex;
	height: 64px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-top: 48px;
	margin-bottom: 160px;
}
.contentRight input{
	height: 44px;
	margin-bottom: 32px;
	padding: 4px 16px;
	width: 100%;
}

.contentRight input.wide3{
	width: 5em;
}
.contentRight input.wide4,.contentRight input.wide5{
	width: 64px;
}

.contentRight textarea{
	width: 100%;
	height: 132px;
	padding: 16px;
}

.contentRight input.subbtn{
	width: 100%;
	font-size: 15px;
	color: #fff;
	background: #BD393F;
	text-align: center;
	display: flex;
	height: 64px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-top: 48px;
	margin-bottom: 24px;
}

.contentRight input::placeholder,.contentRight textarea::placeholder{
	color:#d1d1d1;
}

.contentRight input.subbtn2{
	width: 60%;
	font-size: 15px;
	color: #fff;
	background: #8D8E90;
	text-align: center;
	display: flex;
	height: 64px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin: 0 auto;
}

.contentRight dt span{
	font-size: 11px;
	color: #BD393F;
}

.contentRight dt span small{
	color: #575758;
}

.contentRight .mw_wp_form_confirm dd{
	background: #EDF0F2;
	color: #989A9B;
	font-size: 13px;
	padding: 8px 20px;
	margin-bottom: 28px;
	height: 44px;

}

.contentRight dt{
    line-height: 1.5;
    margin-bottom: 8px;
}

.contentRight dd{
	position: relative;
}
.contentLeft p,.contentRight input,.contentRight dt,.contentRight dd{
	  font-family: YakuHanJP,"游ゴシック Medium","游ゴシック体",YuGothic,"Yu Gothic","Yu Gothic Medium","游ゴシック","Yu Gothic",'Zen Kaku Gothic Antique',"Hiragino Sans", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3","HiraKakuProN-W6", Meiryo, "sans-serif"!important;
}
.contentRight .mw_wp_form_confirm p br{
	display: none;
}
.error{
    background: #BD393F;
    color: #ffffff!important;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 16px;
    bottom: 0;
    padding: 0 6px;
}

.error:before{
	content: "";
    background: #BD393F;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: -4px;
    left: 12px;
}</pre></body></html>