@charset "UTF-8";

/* SC01 */

.sc01 {
	margin: 30px 0;
}

/* END SC01 */

/* SC02 */

.sc02 {
	margin: 30px 0;
}

.sc02 .scimg {
}

.sc02 img {
	width: 100%;
	height: auto;
}

/* END SC02 */


/* SC03 */

.sc03 {
	overflow: hidden;
	max-width: 1170px;
	margin: 25px auto;
}

.sc03 ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sc03.sc03b ul {
	float: left;
}
.sc03.sc03c ul {
	float: right;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc03.sc03b ul, .sc03.sc03c ul { float: none; }
}


.sc03 li {
    background-image: none;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
}
.sc03.sc03a li {
    display: inline-block;
}
.sc03.sc03b li {
    display: block;
	float: left;
}
.sc03.sc03c li {
    display: block;
	float: right;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc03.sc03b li {
		display: inline-block;
		float: none;
	}
	.sc03.sc03c li {
		display: inline-block;
		float: none;
	}
}

.sc03 a {
    background-color: #CCC;
    display: block;
    color: #000;
    font-size: 13px;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    min-width: 200px;
    margin: 10px 0 10px 0;
    padding: 5px 15px;
}

.sc03 a:hover {
    background-color: #999;
    color: #000;
    text-decoration: none;
}

/* END SC03 */


/* SC04 */

.sc04 {
	margin: 30px 0;
}

.sc04 .scimg {
}

.sc04 img {
	width: 100%;
	height: auto;
}

/* END SC04 */

/* SC05 */

.sc05 {
	margin: 30px 0;
}

.sc05 .scimg {
}

.sc05 img {
	width: 100%;
	height: auto;
}

/* END SC05 */


/* SC06 */

.sc06 {
	margin: 30px 0;
}

/* END SC06 */


/* SC07 */

.sc07 {
	padding: 40px 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc07 {
		background-image: none;
		padding: 0 10px;
	}
}

.sc07 img {
	width: 100%;
	height: auto;
}

.sc07 .rowspace {
	overflow: hidden;
	height: 10px;
	margin-top: 10px;
}
.sc07b .rowspace {
	border-top: 1px solid #a8a8a8;
}
.sc07c .rowspace {
	height: 10px;
}

.sc07a .sctxt1 {
	border-bottom: 1px solid #a8a8a8;
	padding: 10px 0 20px 0;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.sc07a .sctxt1 { padding: 0 0 20px 0; }
}

.sc07a .sctxt2 {
	padding: 0 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sc07a .sctxt2 { padding: 0 20px 0 0; }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc07a .sctxt2 { padding: 0; }
}

.sc07b .scimg2,
.sc07b .scimg3 {
	padding: 70px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sc07b .scimg2,
	.sc07b .scimg3 {
		padding: 35px 0 0 0;
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc07b .sctxt1.text-right { text-align: left !important; }
}

.sc07c .sctxt1 {
	border-bottom: 1px solid #a8a8a8;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc07c .sctxt1 { border-bottom: none; border-bottom: 0; }
}

.sc07c .sctxt2 {
	padding: 0 0 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sc07c .sctxt2 { padding: 0 0 0 10%; }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.sc07c .sctxt2 { padding: 0; }
}

/* END SC07 */


/* SC08 */

.sc08 {
	display: block;
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 0 0 56.25% 0;
}

.sc08 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sc08 video {
	width: 100% !important;
	height: auto !important;
}

/* END SC08 */