/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 08 / 08
 */


h2.tit {
	text-align: center;
	font-size: 35px;
}

h2.tit a {
	color: #fff;
	font-weight: bold;
}

h2.tit a b {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 4px;
}

.wow {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* + newWrap
*----------------------------------------------------------------------------*/
#newWrap {
	overflow: hidden;
	position: relative;
	padding: 120px 0 30px;
	margin-top: -88px;
	background: url(../../images/16/index/img-newBg.png) no-repeat 0 0;
}

#newWrap section {
	width: 50%;
}

#newWrap h2 {
	margin-bottom: 25px;
}

#newWrap ul li h3 {
	overflow: hidden;
	padding: 10px 0;
	color: #fff;
}

#newWrap ul li h3 a {
	color: #fff;
	text-decoration: underline;
}

#newWrap ul li h3 b {
	margin-right: 30px;
}

#newWrap ul li h3 span {
	float: right;
}

#newWrap .more {
	margin: 20px 0 10px;
	text-align: center;
}

#newWrap .more a {
	padding: 5px 10px;
	border: 1px #fff solid;
	display: inline-block;
	color: #fff;
}

#newWrap .more a:hover {
	background: #f90040;
	border: 1px #f90040 solid;
	color: #fff;
}


/* + highWrap
*----------------------------------------------------------------------------*/
#highWrap {
	overflow: hidden;
	padding: 100px 0;
	background: url(../../images/16/index/img-highlightsBg.jpg) no-repeat center bottom;
}

#highWrap section {
	width: 1336px;
}

#highWrap .text {
	float: left;
	width: 30%;
	color: #fff;
}

#highWrap .text h3 {
	font-size: 35px;
	text-shadow: 0 3px 5px #3c3c3c;
	line-height: 40px;
}

#highWrap .text h3:nth-child(2) {
	margin-top: 20px;
	font-size: 25px;
}

#highWrap .text p {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

#highWrap ul {
	float: right;
	width: 70%;
	text-align: right;
}

#highWrap ul li {
	overflow: hidden;
	position: relative;
	margin: 10px 15px;
	width: 190px;
	height: 190px;
	display: inline-block;
	background: #fb919f;
	background: -moz-linear-gradient(top,  #fb919f 50%, #d47193  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fb919f), color-stop(100%,#d47193 ));
	background: -webkit-linear-gradient(top,  #fb919f 50%,#d47193  100%);
	background: -o-linear-gradient(top,  #fb919f 50%,#d47193  100%);
	background: -ms-linear-gradient(top,  #fb919f 50%,#d47193  100%);
	background: linear-gradient(to bottom,  #e45d6f 50%,#d47193 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb919f', endColorstr='#d47193 ',GradientType=0 );
	text-align: center;
}

#highWrap ul li:nth-child(2n) {
	background: #4c4c4c;
	opacity: 0.7;
}

#highWrap ul li .box {
	position: absolute;
	padding-top: 30px;
	top: 0;
	text-align: center;
	width: 100%;
	transition: all 0.4s ease-in-out 0s;
}

#highWrap ul li .box p {
	margin: 10px auto;
	width: 90px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
}

#highWrap ul li .box:nth-child(2n) {
	top: 300px;
}

#highWrap ul li .box:nth-child(2n) p {
	font-size: 18px;
	font-weight: normal;
}

#highWrap ul li:hover .box {
	top: -200px;
}

#highWrap ul li:hover .box:nth-child(2n) {
	top: 0;
}


/* + askWrap
*----------------------------------------------------------------------------*/
#askWrap ,
#contact {
	overflow: hidden;
	padding: 60px 0;
	background: url(../../images/16/index/img-aboutBg.jpg) #7e6e9d no-repeat 0 bottom;
	color: #fff;
}

#askWrap h2 {
	font-size: 30px;
	text-align: center;
}

#askWrap ul {
	overflow: hidden;
	margin-top: 35px;
}

#askWrap ul li {
	float: left;
	width: 50%;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1.5s;	
}

#askWrap ul li:nth-child(2) {
	animation-name: fadeInRightBig;
	-webkit-animation-name: fadeInRightBig;
}

#askWrap ul li h3 ,
#askWrap ul li h4 ,
#askWrap ul li p {
	text-align: center;
	font-size: 25px;
}

#askWrap ul li h3 strong {
	padding: 5px 10px;
	background: #d8274d;
	display: inline-block;
	border-radius: 5px;
}

#askWrap ul li h4 {
	margin: 15px 0 10px;
}

#askWrap ul li p {
	font-size: 18px;
}


/* + contact
*----------------------------------------------------------------------------*/
#contact {
	padding: 100px 0 300px;
	background: url(../../images/16/index/img-contactBg.jpg) #000 no-repeat center 0;
}

#contact h2 ,
#contact h3 {
	font-size: 45px;
	text-align: center;
}

#contact h3 {
	font-size: 30px;
	line-height: 10px;
}

#contact .text {
	margin: 40px 0;
}

#contact .text .item {
	padding-right: 20px;
	display: inline-block;
	border-right: 1px #fff solid;
}

#contact .text .item p {
	font-size: 28px;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1.5s;	
}

#contact .text .item:nth-child(2) {
	padding-right: 0;
	padding-left: 20px;
	border-right: 0;
	animation-name: fadeInRightBig;
	-webkit-animation-name: fadeInRightBig;	
}

#contact .text .item:nth-child(2) p {
	font-size: 20px;
}

#contact ul li {
	margin: 30px 10px;
	display: inline-block;
	text-align: center;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;	
}

#contact ul li:nth-child(2) {
	-webkit-animation-delay: 0.5s;
}

#contact ul li:nth-child(3) {
	-webkit-animation-delay: 1s;
}

#contact ul li:nth-child(4) {
	-webkit-animation-delay: 1.5s;
}

#contact ul li:nth-child(5) {
	-webkit-animation-delay: 2s;
}

#contact ul li:nth-child(6) {
	-webkit-animation-delay: 2.5s;
}

#contact ul li:nth-child(7) {
	-webkit-animation-delay: 3s;
}

#contact ul li p {
	margin: 20px 0 0;
	font-size: 20px;
}


/************ = 適應性 = ************/
/* +width:1366 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	#newWrap {
		padding: 150px 0 30px;
	}
	#newWrap section {
		width: 70%;
	}
	#highWrap section {
		width: 95%;
	}
	#highWrap ul li {
		margin: 10px 5px;
	}
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#newWrap section {
		width: 960px;
	}
	#highWrap .text {
		width: 40%
	}
	#highWrap ul {
		width: 60%;
	}
	#highWrap ul li:nth-child(3) {
		background: #4c4c4c;
		opacity: 0.7;
	}
	#highWrap ul li:nth-child(4) {
		background: #fb919f;
		background: -moz-linear-gradient(top,  #fb919f 50%, #d47193  100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fb919f), color-stop(100%,#d47193 ));
		background: -webkit-linear-gradient(top,  #fb919f 50%,#d47193  100%);
		background: -o-linear-gradient(top,  #fb919f 50%,#d47193  100%);
		background: -ms-linear-gradient(top,  #fb919f 50%,#d47193  100%);
		background: linear-gradient(to bottom,  #fb919f 50%,#d47193 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb919f', endColorstr='#d47193 ',GradientType=0 );
		opacity: 1;
	}
	#contact .text .item p {
		font-size: 20px;
	}
	#contact .text .item:nth-child(2) p ,
	#contact ul li p {
		font-size: 16px;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#newWrap section {
		width: 95%;
	}
	#highWrap {
		padding: 40px 0;
	}
	#highWrap .text ,
	#highWrap ul {
		width: 100%;
	}
	#highWrap ul {
		margin-top: 20px;
		text-align: center;
	}
	#highWrap ul li {
		margin: 10px 25px;
	}
	#askWrap ul li p {
		font-size: 16px;
	}
	#contact {
		padding: 100px 0;
	}
	#contact .text .item {
		border-right: 0;
		border-bottom: 1px #fff solid;
	}
	#contact .text .item:nth-child(2) {
		padding-left: 0;
		padding-top: 15px;
		border-bottom: 0;
	}
	#contact ul {
		text-align: center;
	}
	#contact ul li {
		margin: 30px 50px;
	}
	#contact ul li:nth-child(2n) {
		display: none;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#askWrap ul li {
		width: 100%;
	}
	#askWrap ul li:nth-child(2) {
		margin-top: 20px;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#newWrap {
		padding: 190px 0 30px;
	}
	#newWrap ul li h3 b {
		margin-right: 10px;
	}
	#newWrap ul li h3 span {
		display: none;
	}
	#highWrap ul li {
		margin: 10px 5px;
	}
	#contact {
		padding: 10px 0;
	}
	#contact section {
		background: rgba(0, 0, 0, 0.28);
	}
	#contact ul li {
		margin: 30px 0;
		width: 49%;
	}
	#contact ul li p {
		text-align: center;
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#highWrap ul li {
		width: 150px;
	}
	#contact ul li p {
		margin: 20px;
	}
}


/* +width:320 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#highWrap {
		background: #adadad;
	}
}