/*
 * Copyright 2017, TANK
 * 
 * 2017 / 02 / 23
 */

.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
}

/* + box1
*----------------------------------------------------------------------------*/
#box1 {
	overflow: hidden;
	background: #fdf6a8;
}

#box1 > div {
	width: 60%;
	display: inline-block;
}

#box1 .leftBox {
	background: url(/web/images/imgSeosem/box1/img-Bg.png) no-repeat 0 0;
	background-size: 100% auto;
	animation: box1Bg 2s infinite alternate ease-in-out;
	-webkit-animation: box1Bg 2s infinite alternate ease-in-out;
	-moz-animation: box1Bg 2s infinite alternate ease-in-out;
	-ms-animation: box1Bg 2s infinite alternate ease-in-out;
	-o-animation: box1Bg 2s infinite alternate ease-in-out;
}

@keyframes box1Bg {
	0%{ background-position: 0 10px; }
	100%{ background-position: 0 25px; }
}
@-o-keyframes box1Bg {
	0%{ background-position: 0 10px; }
	100%{ background-position: 0 25px; }
}
@-webkit-keyframes box1Bg {
	0%{ background-position: 0 10px; }
	100%{ background-position: 0 25px; }
}
@-moz-keyframes box1Bg {
	0%{ background-position: 0 10px; }
	100%{ background-position: 0 25px; }
}
@-ms-keyframes box1Bg {
	0%{ background-position: 0 10px; }
	100%{ background-position: 0 25px; }
}

#box1 .info {
	width: 39%;
}

#box1 .info h3 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #be1e2d;
}

#box1 .info p {
	font-size: 30px;
}

#box1 .info .seoBox {
	padding: 20px 0;
	margin-right: 5%;
	width: 40%;
	display: inline-block;
	border: 1px #be1e2d solid;
	background: rgba(190, 30, 45, 0.4);
	font-size: 24px;
	color: #be1e2d;
	text-align: center;
}

#box1 .info .seoBox b {
	display: block;
	font-size: 40px;
}


/* + box2
*----------------------------------------------------------------------------*/
#box2 {
	overflow: hidden;
	padding: 70px 0 0;
	background: url(/web/images/imgSeosem/box2/img-Bg.png) repeat-x 0 bottom;
	animation: box2Bg 35s infinite linear;
	-webkit-animation: box2Bg 35s infinite linear;
	-moz-animation: box2Bg 35s infinite linear;
	-ms-animation: box2Bg 35s infinite linear;
	-o-animation: box2Bg 35s infinite linear;
}

@keyframes box2Bg {
	0%{ background-position: 0 bottom; }
	100%{ background-position: 1920px bottom; }
}
@-o-keyframes box2Bg {
	0%{ background-position: 0 0; }
	100%{ background-position: 1920px bottom; }
}
@-webkit-keyframes box2Bg {
	0%{ background-position: 0 0; }
	100%{ background-position: 1920px bottom; }
}
@-moz-keyframes box2Bg {
	0%{ background-position: 0 0; }
	100%{ background-position: 1920px bottom; }
}
@-ms-keyframes box2Bg {
	0%{ background-position: 0 0; }
	100%{ background-position: 1920px bottom; }
}

#box2 .info {
	padding-bottom: 250px;
	background: url(/web/images/imgSeosem/box2/img-iMac.png) no-repeat right bottom;
}

#box2 .info p ,
#box2 .info h3 {
	margin: 10px 0 15px;
	width: 60%;
	font-size: 24px;
	text-align: center;
}

#box2 .info h3 {
	font-size: 36px;
	color: #e10602;
}

#box2 .info p:nth-child(2) {
	color: #2932e1;
}

#box2 .info p b {
	color: #e10602;
}


/* + box3
*----------------------------------------------------------------------------*/
#box3 {
	overflow: hidden;
	padding: 50px 0 100px;
	background: url(/web/images/imgSeosem/box3/img-Bg.png) #d3f745 no-repeat center 70%;
	animation: box3Bg 3s infinite linear;
	-webkit-animation: box3Bg 3s infinite linear;
	-moz-animation: box3Bg 3s infinite linear;
	-ms-animation: box3Bg 3s infinite linear;
	-o-animation: box3Bg 3s infinite linear;
}

@keyframes box3Bg {
	0%,100%{ background-size: auto 60%; }
	50%{ background-size: auto 50%; }
}
@-o-keyframes box3Bg {
	0%,100%{ background-size: auto 60%; }
	50%{ background-size: auto 50%; }
}
@-webkit-keyframes box3Bg {
	0%,100%{ background-size: auto 60%; }
	50%{ background-size: auto 50%; }
}
@-moz-keyframes box3Bg {
	0%,100%{ background-size: auto 60%; }
	50%{ background-size: auto 50%; }
}
@-ms-keyframes box3Bg {
	0%,100%{ background-size: auto 60%; }
	50%{ background-size: auto 50%; }
}

#box3 h3 {
	text-align: center;
	font-size: 36px;
	color: #00455c;
}

#box3 p {
	text-align: center;
	font-size: 30px;
	color: #00455c;
}

#box3 ul {
	margin: 20px auto;
	width: 90%;
	text-align: center;
}

#box3 ul li {
	margin: 15px 0;
	width: 49%;
	display: inline-block;
}

#box3 ul li p {
	margin: 10px 0;
	margin-right: -15px;
	padding: 10px 20px;
	padding-right: 50px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 40px 0 0 40px;
	-moz-border-radius: 40px 0 0 40px;
	border-radius: 40px 0 0 40px;
	font-size: 30px;
	text-align: left;
	color: #00455c;
}

#box3 ul li:nth-child(1) p ,
#box3 ul li:nth-child(5) p {
	margin-left: 45px;
}

#box3 ul li:nth-child(2n) {
	text-align: right;
}

#box3 ul li:nth-child(2n) p {
	margin-right: 45px;
	margin-left: -15px;
	border-radius: 0 40px 40px 0;
	padding-right: 20px;
	padding-left: 50px;
	text-align: center;
}

#box3 ul li:nth-child(4) p {
	margin-right: 115px;
}

#box3 ul li img {
	position: relative;
	z-index: 10;
}


/* + box4
*----------------------------------------------------------------------------*/
#box4 {
	overflow: hidden;
	position: relative;
	padding: 50px 0 100px;
	background: url(/web/images/imgSeosem/box4/img-Bg.png) repeat-y 0 0;
	animation: box4Bg 10s infinite linear;
	-webkit-animation: box4Bg 10s infinite linear;
	-moz-animation: box4Bg 10s infinite linear;
	-ms-animation: box4Bg 10s infinite linear;
	-o-animation: box4Bg 10s infinite linear;
}

@keyframes box4Bg {
	0%,100%{ background-position: 0 0;}
	50%{ background-position: 0 100%; }
}
@-o-keyframes box4Bg {
	0%,100%{ background-position: 0 0;}
	50%{ background-position: 0 100%; }
}
@-webkit-keyframes box4Bg {
	0%,100%{ background-position: 0 0;}
	50%{ background-position: 0 100%; }
}
@-moz-keyframes box4Bg {
	0%,100%{ background-position: 0 0;}
	50%{ background-position: 0 100%; }
}
@-ms-keyframes box4Bg {
	0%,100%{ background-position: 0 0;}
	50%{ background-position: 0 100%; }
}

#box4 section p {
	width: 60%;
	text-align: center;
	font-size: 36px;
	color: #00455c;
	font-weight: bold;
}

#box4 ul {
	width: 60%;
	text-align: center;
}

#box4 ul li {
	margin: 20px;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	background: #fee67c;
	display: inline-block;
	font-size: 20px;
	color: #00455c;
	vertical-align: top;
}

#box4 ul li:nth-child(1) ,
#box4 ul li:nth-child(3) {
	margin-top: 70px;
}

#box4 ul li p {
	text-align: center;
}

#box4 ul li p:nth-child(1) {
	margin-top: 40px;
}

#box4 ul li h4 {
	text-align: center;
	font-size: 30px;
	color: #e53935;
}

#box4 .cards {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* + box5
*----------------------------------------------------------------------------*/
#box5 {
	overflow: hidden;
	padding: 50px 0;
	background: url(/web/images/imgSeosem/box5/img-Bg.png) #00aa9f no-repeat 0 0;
}

#box5 .row {
	padding: 80px 0;
	float: left;
	width: 30%;
	color: #fff;
}

#box5 .row:nth-child(3) {
	padding: 30px 0;
	width: 40%;
	background: url(/web/images/imgSeosem/box5/img-contT.png) no-repeat 0 0;
}

#box5 .row:nth-child(1) h3 {
	font-size: 36px;
}

#box5 .row:nth-child(1) b {
	font-size: 20px;
}

#box5 .row:nth-child(1) p {
	font-size: 48px;
}

#box5 .row:nth-child(2) p {
	margin: 10px 0 0 80px;
	padding-left: 40px;
	background: url(/web/images/imgSeosem/box5/icon.png) no-repeat 0 center;
	font-size: 30px;
}

#box5 .row:nth-child(3) a {
	margin-left: 100px;
	display: block;
}

#box5 .row:nth-child(3) p {
	margin: 30px 0;
}

#box5 .row:nth-child(3) p input ,
#box5 .row:nth-child(3) p textarea {
	padding: 10px 4%;
	width: 90%;
	background: 0;
	border-bottom: 1px #fff solid;
	color: #fff;
}

#box5 .row:nth-child(3) p textarea {
	border: 1px #fff solid;
}

#box5 .row:nth-child(3) p input#Checknum {
	width: 160px;
}

#box5 .row:nth-child(3) p img {
	margin: 0 15px;
}

#box5 .row:nth-child(3) p b {
	padding: 10px 90px;
	background: #fff;
	display: inline-block;
	color: #00aa9f;
}


/************ = 適應性 = ************/
/* +width:1366 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	#box1 {
		padding-top: 30px;
	}
	#box1 .leftBox {
		width: 50%;
	}
	#box1 .info {
		width: 49%;
	}
	#box2 .info {
		padding-bottom: 60px;
		background: none;
	}
	#box2 .info p ,
	#box2 .info h3 ,
	#box4 section p ,
	#box4 ul {
		width: 100%;
	}
	#box4 .cards ,
	#box5 .row:nth-child(2) {
		display: none;
	}
	#box5 .row:nth-child(1) ,
	#box5 .row:nth-child(3) {
		width: 50%;
	}
	#box3 ul li p {
		font-size: 25px;
	}
	#box3 ul li:nth-child(2n) p {
		margin-right: 0;
	}
	#box3 ul li:nth-child(4) p {
		margin-right: 45px;
	}
}

/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#box1 {
		position: relative;
	}
	#box1 .leftBox {
		position: absolute;
		width: 70%;
		opacity: 0.2;
		left: 0;
		bottom: 0;
	}
	#box1 .info {
		margin: 90px auto;
		width: 60%;
		display: block;
	}
	#box3 ul li p {
		font-size: 20px;
	}
	#box3 ul li img {
		width: 90px;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#box1 .leftBox {
		width: 100%;
	}
	#box1 .info {
		margin: 60px auto;
		width: 80%;
		text-align: center;
	}
	#box1 .info h3 ,
	#box1 .info p {
		text-align: center;
	}
	#box3 {
		background-image: url(/web/images/imgSeosem/box3/img-sBg.png);
	}
	#box3 ul li {
		overflow: hidden;
		width: auto;
	}
	#box3 ul li:nth-child(1) p ,
	#box3 ul li:nth-child(3) p ,
	#box3 ul li:nth-child(5) p {
		margin: 15px 0;
		margin-left: -15px;
		float: right;
		display: block;
		-webkit-border-radius: 0 40px 40px 0;
		-moz-border-radius: 0 40px 40px 0;
		border-radius: 0 40px 40px 0;
	}
	#box5 .row:nth-child(1) ,
	#box5 .row:nth-child(3) {
		width: 100%;
		text-align: center;
	}
	#box5 .row:nth-child(1) h3 ,
	#box5 .row:nth-child(1) p {
		text-align: center;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#box1 .info .seoBox {
		margin: 10px auto;
		width: 80%;
		display: block;
	}
	#box3 h3 ,
	#box4 section p {
		font-size: 28px;
	}
	#box3 p {
		font-size: 22px;
	}
	#box3 ul li p ,
	#box3 ul li:nth-child(1) p ,
	#box3 ul li:nth-child(3) p ,
	#box3 ul li:nth-child(5) p {
		margin: 10px 0;
		margin-left: -15px;
	}
	#box3 ul li img {
		width: 70px;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#box1 .info h3 ,
	#box2 .info h3 {
		font-size: 28px;
	}
	#box1 .info p {
		font-size: 22px;
	}
	#box3 ul li:nth-child(2n) p ,
	#box3 ul li:nth-child(1) p ,
	#box3 ul li:nth-child(3) p ,
	#box3 ul li:nth-child(5) p {
		padding-right: 15px;
		padding-left: 15px;
		margin-left: 0;
		margin-right: 0;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}
	#box3 ul li img {
		display: none;
	}
	#box5 .row:nth-child(3) {
		background: none;
	}
	#box5 .row:nth-child(3) a {
		margin-left: 0;
	}
}
