<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====================================
	全体・共通パーツ
===================================== */

#contents {
	background: #fff;
	line-height: 1.8;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}
#contents .container {
	width: 89%;
	margin: 0 auto;
	font-size: 4.27vw;
	line-height: 1.87;
}
#contents .container.main_cont {
	width: 100%;
}
.sns {
	width: 89%;
	margin: 0 auto;
	margin-bottom: 15.625%;
}
hr.bdr_dot {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px dotted #191919;
}

.rel {
	position: relative;
}
.rel .ab01 {
	position: absolute;
	right: -9%;
	top: -14%;
	width: 14%;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

a.blue {
	color: #009ee6;
	text-decoration: underline;
}
.blue {
	color: #009ee6;
}


/* =====================================
	contents
===================================== */

#ttl {
	width: 89%;
	margin: 0 auto 10.9%;	
}
#ttl .num {
	margin-bottom: 1%;
	font-size: 3.9vw;
	font-weight: bold;
	color: #666666;
}
#ttl h2 {
	margin-bottom: 4.7%;
	padding-bottom: 3.9%;
	border-bottom: 1px solid #e4e4e4;
	font-size: 5.28vw;
	font-weight: bold;
	line-height: 1.6;
}
#ttl p {
	margin-bottom: 20px;
	letter-spacing: -0.05em;
}

.container h3 {
	margin: 0 0 13.3% 0;
	padding: 0 5.6%;
}
.container h4 {
	margin: 0 0 6.25% 0;
	padding: 0 5.6%;
}

.cbox {
	box-sizing: border-box;
	margin-bottom: 12.5%;
	padding: 0 5.6%;
}
.cbox hr.hr {
	height: 0px;
	margin: 8.3% 0 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #000;
}
.cbox h5 {
	margin: 0 0 6.25% 0;
}
.cbox p em {
	font-weight: bold;
	color: #a78c3c;
	font-style: normal;
}

.cbox .box01 {
	position: relative;
	box-sizing: border-box;
	/*width: 638px;*/
	margin-bottom: 30px;
	padding: 4px;
	background: #f3dee4;
}
.cbox .box01 .badge {
	position: absolute;
	left: 4.7%;
	top: 0;
	width: 10.9375%;
	margin-top: -2.1875%;
}
.cbox .box01 .inner {
	border: 1px solid #fff;
	padding: 7% 6.5% 7%;
}
.cbox .box01 .inner h5 {
	text-align: center;
	margin-bottom: 7%;
}

.cbox .box01 dl dt{
	font-weight: bold;
}
.cbox .box01 .inner .wb {
	position: relative;
	box-sizing: border-box;
	margin-top: 9.3%;
	padding: 5.6%;
	background: #ffffff;
}
.cbox .box01 .inner .wb .example {
	position: absolute;
	left: -4.8%;
	top: 0;
	width: 9.63%;
	margin-top: -4.8%;
}

.box01 .bdr_dot{
	margin: 7% 0
}
.cbox .flick {
	box-sizing: border-box;
	width: 100%;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}
.cbox .flick img {
	width: 200%;
}
.cbox ul li {
	margin-bottom: 6.25%;
}
.cbox p.note {
	font-size: 3.61vw;
}

.cbox.c02 {
	margin-bottom: 28%;
}


.cbox .bdrbox {
	box-sizing: border-box;
	padding: 7%;
	border: 2px solid #334097;
	border-top: none;
}
.cbox .graf {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}
.cbox .graf img {
	width: 170%;
	height: auto;
	
}
.cbox .note01 {
	margin-bottom: 10px;
	font-size: 4.17vw;
}
.cbox .note02 {
	margin-bottom: 50px;
	text-align: right;
	font-size: 3.3vw;
}
.list {
	margin-bottom: 50px;
}
.list li {
	position: relative;
	margin-bottom: 20px;
}
.list li .link {
	position: absolute;
	left: 5.6%;
	top: 0;
	display: block;
	/*
	background: #ff0000;
	opacity: 0.5;
	*/
	width: 89%;
	margin-top: 130.6%;
	padding-bottom: 7.8%;
}

.cbox02 {
	box-sizing: border-box;
	margin-bottom: 15%;
	padding: 11% 5.6%;
	background: url(../images/bg01.png) left top repeat;
	background-size: 100% auto;
}

.cbox h4 {
	margin-bottom: 5%;
}



section#column {
	position: relative;
	box-sizing: border-box;
	width: 89%;
	margin: 0 auto 15%;
	background: #d5f1ee;
	padding: 10% 6%;
}
/*
section#column .ttl {
	position: absolute;
	top: 0%;
	left: -4%;
	width: 11.5%;
	margin-top: -3.6%;
}
*/
section#column .ttl {
	position: absolute;
	top: 0;
	left: -2.2%;
	width: 15.6%;
	margin-top: -1.56%;
}
section#column .ttl img {
	display: block;
}
section#column h4 {
	width: 100%;
	margin: 0 auto 8%;
	padding: 0;
}

section#column h5 {
	width: 100%;
	margin: 0 auto 5%;
}
section#column a {
	text-decoration: underline;
}
section#column02 {
	position: relative;
	box-sizing: border-box;
	width: 89%;
	margin: 0 auto 15%;
	padding: 15% 7.5% 9%;
	background:
		url(../images/column02_head.png) left top no-repeat,
		url(../images/column02_foot.png) left bottom no-repeat,
		url(../images/column02_main.png) left top repeat
	;
	background-size: 100% auto;
	
}
section#column02 h4 {
	margin-bottom: 6%;
	text-align: center;
}

#conclusion {
	width: 89%;
	margin: 0 auto 7.8%;
	padding: 7.8% 0;
	border-top: 1px solid #e4e4e4;	
	border-bottom: 1px solid #e4e4e4;	
}
#conclusion hr {
	height: 0px;
	margin: 7.8% 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e4e4e4;
}

#conclusion .profbox {
	margin-bottom: 15.625%;
	letter-spacing: -0.05em;
}
#conclusion .profbox .fr {
	
}
#conclusion .profbox h5 {
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.75;
	
}
#conclusion .profbox p {
	font-size: 3.6vw;
	line-height: 1.75;
	
}
#conclusion .profbox a {
	color: #0073b9;
	text-decoration: underline;
	
}

#conclusion .sns {
	width: 100%;
	margin-bottom: 0;
}

#conclusion .sns ul {
	float: none;
}

.bnr_a02 {
	width: 89%;
	margin: 0 auto;
	margin-bottom: 9.375%;
}
.bnr_a02 a {
	display: block;
	background: #e5e5e5;
}
.bnr_a02 .txt {
	padding: 3.9% 3.125%;
}
.bnr_a02 p.ttl {
	margin-bottom: 2%;
	font-size: 4.44vw;
	font-weight: bold;
	line-height: 1.6;
}
.bnr_a02 p.vol {
	font-size: 3.3vw;
}

.btn_to_list {
	width: 89%;
	margin: 0 auto;
	margin-bottom: 9.375%;
	text-align: center;
}
.btn_to_list a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 12vw;
	padding-top: 4.2%;
	text-align: center;
	background: #000;
	line-height: 1.0;
	font-size: 4.27vw;
	font-weight: bold;
	color: #fff;
}
.yellow {
	font-weight: bold;
	background: #fff4d2;
	
}
.white {
	font-weight: bold;
	background: #ffffff;
}
.pink {
	font-weight: bold;
	background: #f3d3dc	
}


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