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

/*----------------------------------------

	- content
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（641px〜1024px）
	- sp（〜640px）

-----------------------------------------*/

/*	content
-----------------------------------------*/
html{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
font-size: 14px;
}


#box01_wrapper {
	width: 100%;
}

#box01_wrapper #box01 {
	width: 74%;
	margin: 0 auto;
	padding: 8% 0 6%;
	text-align: left;
}

#box01_wrapper #box01 #box01_title {
	width: 100%;
}

#box01_wrapper #box01 #box01_title h1 {
	float: left;
	width: 54%;
}

#box01_wrapper #box01 #box01_title p {
	float: right;
	width: 42%;
}

#box01_wrapper #box01 h2 {
	display: block;
	margin-top: 5%;
	padding: 2% 5%;
	text-align: center;
	background: #66c6f1;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

#box01_wrapper #box01 #box02 {
	width: 100%;
	padding-top: 7%;
	text-align: center;
	line-height: 1.8;
}

#box01_wrapper #box01 #box03 {
	width: 100%;
	padding-top: 2%;
	text-align: center;
}

#box01_wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;/
	font-size: 0;
	content: " ";
	clear: both;
}
/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*	content
-----------------------------------------*/

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {
/*	content
-----------------------------------------*/

}

/*----------------------------------------
	tablet（641px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 641px) and (max-width:1024px) {
/*	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜640px）
-----------------------------------------*/

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

/*	content
-----------------------------------------*/
html{
font-size: 62.5%;
}
#box01_wrapper #box01 {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}

#box01_wrapper #box01 #box01_title {
	width: 100%;
}

#box01_wrapper #box01 #box01_title h1 {
	float: none;
	width: 100%;
}

#box01_wrapper #box01 #box01_title p {
	float: none;
	width: 80%;
	margin: 0 auto;
}

#box01_wrapper #box01 h2 {
	display: block;
	margin-top: 4%;
	padding: 4%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

#box01_wrapper #box01 #box02 {
	padding-top: 8%;
	text-align: left;
}

#box01_wrapper #box01 #box02 br {
	display: none;
}

#box01_wrapper #box01 #box03 {
	padding-top: 4%;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}
	

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