/* =================================
	intro CSS
================================= */

/*	copy
============================== */

div.copy p.ctxt {
	color:#000;
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.05);
	text-align:center;
	line-height:1.5;
	margin-bottom:0.5em;
}
div.copy p.ctxt b {
	display:block;
}
div.copy b.sticky {
	opacity: 0;
}
div.copy b.sticky-done,
div.copy p.logo span.lazy-done {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
div.copy p.logo span,
div.copy p.logo span img {
	display:block;
}
div.copy p.logo span {
	position:relative;
	height:0;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:13.4328358208955%;
}
div.copy p.logo span img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media all and (min-width: 768px) {
div.copy {
	padding:30px 0;
}
div.copy p.logo {
	padding:0 44px 12px;
}
}
@media all and (max-width: 767px) {
div.copy {
	padding:20px 0;
}
div.copy p.logo {
	padding:0 14px 12px;
}
div.copy p.ctxt {
	font-size:87.5%;
}
}



/* sub box
============================== */
section.subox {
	background-color:#fff;
	-webkit-box-shadow: hsla(0,0%,0%,0.1) 0 0 8px 0;
	box-shadow: hsla(0,0%,0%,0.1) 0 0 8px 0;
}
section.subox h3 {
	color:#000;
	line-height:1.5;
	border-bottom:2px solid #36aee0;
	padding:0 0.75em 0.5em;
	margin-bottom:1em;
}
@media all and (min-width: 768px) {
section.subox {
	padding:20px;
}
div.board section.subox:not(:last-child) {
	margin-bottom:30px;
}
section.subox h3 {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
section.subox {
	padding:12px;
}
div.board section.subox:not(:last-child) {
	margin-bottom:20px;
}
section.subox h3 {
	font-size:87.5%;
}
}


div.board article.unit {
	background-color:#fff;
}
div.board article.unit header {
	background-color:#0098dd;
	background-image:url(../img/cmn_h2_bg.png);
}
div.board article.unit header h2 {
	color:#fff;
	line-height:1.5;
	text-shadow:1px 2px 0 hsla(0,0%,0%,0.3);
}
div.board article.unit h3 {
	color:#000;
	background-image:url(../img/bg_dot_lightblue.png);
	background-position:left top;
	background-repeat:repeat;
	padding:0.25em 0.7em;
	margin-bottom:0.75em;
	line-height:1.5;
	font-size:87.5%;
}
@media all and (min-width: 768px) {
div.board article.unit header {
	padding:12px 20px;
}
div.board article.unit:not(:last-child) {
	margin-bottom:30px;
}
div.board article.unit div.unit-inner {
	padding:20px;
}
div.board article.unit div.unit-inner section:not(:last-child) {
	margin-bottom:20px;
}
}
@media all and (max-width: 767px) {
div.board article.unit header {
	padding:6px 12px;
}
div.board article.unit:not(:last-child) {
	margin-bottom:20px;
}
div.board article.unit div.unit-inner {
	padding:12px;
}
div.board article.unit div.unit-inner section:not(:last-child) {
	margin-bottom:15px;
}
}



div.txt p {
	line-height:1.5;
	margin-bottom:1.5em;
}
@media all and (min-width: 768px) {
div.txt p {
	font-size:87.5%;
}
}
@media all and (max-width: 767px) {
div.txt p {
	font-size:83%;
}
}


div.txt p span {
	display:block;
}
