@charset "UTF-8";

html,body {
	overflow-x: hidden;
	overflow-y: visible;
}
body {
	font-size:14px;
	margin: 0;
	padding: 0;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #949494;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.p0 { padding: 0 !important;}
.p5 {padding: 5% 0 !important;}
.p8 {padding: 8% 0 !important;}
.p10 {padding: 10% 0 !important;}

.pt0 { padding-top: 0 !important;}
.pt1 { padding-top: 1% !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt8 { padding-top: 8% !important;}
.pt10 { padding-top: 10% !important;}

.pb0 { padding-bottom: 0 !important;}
.pb1 { padding-bottom: 1% !important;}
.pb3 { padding-bottom: 3% !important;}
.pb5 { padding-bottom: 5% !important;}
.pb8 { padding-bottom: 8% !important;}
.pb10 { padding-bottom: 10% !important;}

.mt0 { margin-top: 0 !important;}
.mt1 { margin-top: 1% !important;}
.mt3 { margin-top: 3% !important;}
.mt5 { margin-top: 5% !important;}
.mt8 { margin-top: 8% !important;}
.mt10 { margin-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb1 { margin-bottom: 1% !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb8 { margin-bottom: 8% !important;}
.mb10 { margin-bottom: 10% !important;}



/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}

.image_fr {
	float: right;
	width: 200px;
}
.w_50 {
	width: 50%;
	margin: 0 auto;
}
.w_60 {
	width: 60%;
	margin: 0 auto;
}
.w_70 {
	width: 70%;
	margin: 0 auto;
}
.w_80 {
	width: 80%;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/
.bg_gray {
	background-color: #f2f2f2;
}

/*--------------------------------------
ヘッダー用*/
.head {
	width: 100%;
	height: 20px;
	background-color: #104d40;
}
h1 {
	width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}

/*--------------------------------------
本文用*/
.txtwrapper {
	width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}
h2 {
	width: 550px;
	margin: 0 auto;
	padding-bottom: 5%;
	text-align: center;
}
.image {
	padding-bottom: 5%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.txt {
	padding-bottom: 5%;
}
.txt:last-child {
	padding-bottom: 0;
}
.box {
	padding: 5%;
	margin-bottom: 5%;
	background-color: #fff;
}
.point {
	width: 65%;
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
}
.point:last-child {
	margin-right: 0;
}
.ws {
	width: 30%;
}
.point .image {
	padding-bottom: 30px;
}
h3 {
	padding-bottom: 5%;
	text-align: center;
	font-weight: bold;
	color: #447c72;
	font-size: 138%;
	line-height: 1.5;
}
.option {
	padding-bottom: 30px;
	text-align: center;
}
.option_in {
	padding: 3%;
	display: inline-block;
	width: 30%;
	height: 310px;
	margin-right: 3%;
	border:3px solid #104e40;
	border-radius: 10px;
	background-color: #fff;
	vertical-align: top;
}
.option_in:last-child {
	margin-right: 0;
}
.option_in .image {
	width: 50%;
	margin: 0 auto;
}
h4 {
	padding-left: 8px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 110%;
	line-height: 1.3;
	font-weight: bold;
	border-left:3px solid #104e40;
}
.option_in .txt {
	text-align: left;
	line-height: 1.5;
	font-size: 90%;
}
.mbh4 {
	margin-bottom: 30px;
}
.contact {
	text-align: center;
}
.contact_in {
	display: inline-block;
	width: 70%;
	margin-right: 20px;
}
.wsc {
	width: 18%;
}
.contact_txt {
	text-align: left;
	font-size: 200%;
	font-weight: bold;
}
.company {
	width: 450px;
	margin: 0 auto;
}
.contact_in .txt {
	text-align: left;
}
.company_in th {
	text-align: left;
	font-weight: bold;
}
.company_in td {
	padding-left: 10px;
}
.company_in {
	display: inline-block;
	width: 70%;
	margin-right: 20px;
	vertical-align: middle;
}
.wscom {
	width: 18%;
}

/*--------------------------------------
フッター用*/
footer {
	text-align: center;
	font-size: 60%;
	padding:3% 0;
	color: #fff;
	line-height: 1.5;
	background-color: #000;
}
footer a,footer a:link,footer a:visited,footer a:hover,footer a:active {
	text-decoration: none;
	color: #fff;
}
