@charset "utf-8";
/* CSS Document */

.content {
	background: url(../images/common/bg_about.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 80px;
	text-align: center;
}
.content .container {
	max-width: 800px;
}
h2 {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 80px 0 60px;
	position: relative;
	text-align: center;
}
h2:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #1eb9ee;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
h2 span {
	color: #ccc;
	font-size: 1.6rem;
	display: block;
}
.content img {
	opacity: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -40px;
	transition: 1s ease-in-out;
}
.content img.in {
	opacity: 1;
	bottom: 0px;
}
.content h3 {
	font-size: 2.4rem;
	color: #1eb9ee;
	margin-bottom: 40px;
}
.content span{
	margin-bottom: 10px;
	display: block;
}

.list-box {
	text-align: center;
	margin-bottom: 90px;
}
.list-box li {
	display: inline-block;
    width: 22%;
    margin-right: 3%;
    vertical-align: top;
}
.list-box li:last-child {
	margin-right: 0;
}
.list-box li dt {
	color: #1eb9ee;
	font-weight: 2rem;
	margin: 20px 0 10px;
}
.list-box li dd {
	text-align: left;
}



/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

	.content {
		padding-bottom: 40px;
		margin-bottom: 40px;
		background-position: bottom -250px left 0;
	}
	h2 {
		font-size: 1.8rem;
		margin: 20px 0 30px;
	}
	h2:after {
		width: 10px;
		bottom: -10px;
		margin-left: -5px;
	}
	h2 span {
		font-size: 1.2rem;
	}
	.gif-area {
		margin-bottom: 40px;
	}
	.gif-area img {
		width: 80%;
		transition: 0.8s ease-in-out;
	}
	.content h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.list-box {
		margin-bottom: 40px;
	}
	.list-box li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.list-box li:last-child {
		margin-bottom: 0;
	}
	.list-box li img {
		width: 50%;
	}
	.list-box li dt {
		font-weight: 1.6rem;
		margin: 10px 0;
	}
	.list-box li dd {
		padding: 0 40px;
	}

	
}/*  SP // */



