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

.pc {
	display:inline;
}

.sp {
	display:none;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 200%;
}

h3 .sub_title {
	font-size: 18px;
	font-weight: normal;
}

.main_txt {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 80px;
	line-height: 150%;
}

.main_txt p {
	font-size: 14px;
	text-align: left;
}

.spec {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.outline {
	float: left;
	width: 50%;
}


.item {
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	height: 40px;
	color: #468C00;
}

.item2 {
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	height: 60px;
	color: #468C00;
}

.contents {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

.working_image
{
	float: right;
	width: 50%;
}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

.pc {
	display:none;
}

.sp {
	display:inline;
}

h3 {
	margin-top: 80px;
	font-size: 25px !important;
}

.main_txt {
	width: 100%;
	margin-bottom: 50px;
	line-height: 150%;
}

.spec {
	width: 100%;
	margin-bottom: 80px;
} 

.outline {
	clear: both;
	width: 100%;
}

.item {
	white-space: nowrap;
}

.working_image
{
	clear:both;
	width: 100%;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 80px;
}

.working_image img {
	width:100%;
	max-width: 100%;
	height: auto;
}

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