@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
    text-align: center;
    padding-top: 10vh;
}
@media screen and (max-width: 767px) {
/* 仮index */
.og {
	padding-top: 25vh;
	}
.og img {
	width: 100%;
	}
}

/* mainArea */
/* 共通 */
.mainBox {
	width: 100%;
	min-height: 320px;
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: bottom -20px center;
	background-size: cover;
}
.mainBox .inner h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 2.3em;
	font-weight: bold;
	letter-spacing: .15em;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(0, 120, 150, 0.8);
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 85px 100px;
	text-align: center;
}
.inner h2 {
	padding-left: 1em;
	font-size: 20px;
	line-height: 2;
  color: #000;
	text-align: left;
	border-left: 5px solid #54c3d8;
	border-bottom: 1px dashed #54c3d8;
}
.txt {
	padding: 50px;
	text-align: left;
	color: #333;
	line-height: 180%;
}



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

}


