@charset "utf-8";

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

共通部分

-------------------------------------------- */
body {
font-size: 15px;
}

.headerbox p {
font-size: 15px;
font-weight: 700;
line-height: 1.7;
}

.headerbox h1 {
font-size: 18px;
line-height: 1.6;
color: #006cb8;
}


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

メインイメージ部分

-------------------------------------------- */
.topimgbox_l {
text-align: justify;
}

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

概要

-------------------------------------------- */
.outlinebox {
background-position: 50% 60px;
}

.outlinebox h3 {
letter-spacing: 0.1em;
}

.outlinebox p {
line-height: 2.2;
margin: 0 0 3em 0;
text-align: justify;
}

@media screen and (max-width: 768px) {
.outlinebox p {
	line-height: 1.6;
	margin: 0 0 2em 0;
	}
}
