@charset "utf-8";
/* body #container wrapper */
	body #container .wrapper {
		width: 960px;
	}
/*--------------------------------------
	original
---------------------------------------*/
body #container {
	/*background: url(../imgs/01/bg-edit.png) no-repeat 0 -150px;*/
}
#section01 {
	margin-bottom: 50px;
}
@media only screen and (max-width:599px) {
#section01 {
	margin-bottom: 0px;
}

}
#section02 {
    position: relative;
    margin-bottom: 120px;
    padding: 0 10px;
	margin-bottom: 40px;
}
#section02 .bannerArea {
	margin: 30px auto 10px;
}
#section02 .bannerAreaWrapper {
	margin: 0 -40px;
}

a.pager-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 77px;
	z-index: 999;
}
a.pager-next {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 77px;
	z-index: 999;
}
#section02 a{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a.pager-back:hover, a.pager-next:hover {
	opacity: 0.6;
}
#section02 .wrapper {
    background: white;
    border: 2px solid #737373;
    padding: 30px 40px;
    box-sizing: border-box;
}
#section02 h3 {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
	margin-bottom: 25px;
}
#section02 h3 .print {
	margin-top: 24px;
}
#section02 h3 .print a:hover {
	opacity: 0.6;
}
#section02 h4 {font-size: 24px;
width:100%;}

padding-bottom: 20px;
margin-bottom: 25px;
}
#section02 .plan-img{
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.plancap{
	font-size: 14px;
	color: #d65e34;
	margin-top: 10px;
	font-weight: bold;
}
#section02 .cap{
	color: #737373;
	font-size: 10px;
	margin-bottom: 15px;
}
@media only screen and (max-width:960px) {
	body #container {
		background-position: 0 -2%;
		background-size: 40% auto;
		-webkit-background-size: 40% auto;
	}
	#section02 .print {
		display: none;
	}
	a.pager-back {
		position: relative;
		float: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	a.pager-next {
		position: relative;
		float: right;
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width:599px) {
	body #container {
		background-position: -10px -30px;
		background-size: 50% auto;
		-webkit-background-size: 50% auto;
	}
	#section02 h2 {
		margin-bottom: 40px;
	}
	#section02 .plan-img{
		padding-top: 20px;
	}
}

.ehover {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.ehover:hover {
    opacity: 0;
}
body #section03 {
	margin-bottom: 60px;
}
body #section03 .title {
	margin-bottom: 20px;
}

body #section03 .text {
	font-size: 11px;
	color: #000;
	line-height: 2.0;
	letter-spacing: 0;
}

body #section03 .caption {
	margin-top: 40px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0;
}

.btnArea {
	letter-spacing: -.4em;
	margin-bottom: 60px;
}

.btnArea .box {
	display: inline-block;
	width: 47.916666667%;
	margin-bottom: 4.166666667%;
	vertical-align: top;
}

.btnArea .box:nth-child(odd) {
	margin-right: 4.166666667%;
}
.btnArea .box:last-child {
	margin-bottom: 0;
}
.btnArea a {
	display: block;
	position: relative;
}
.btnArea a .over {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
    background: rgba(0, 31, 73, 0.7);
	opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btnArea a .over img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.btnArea a:hover .over{
	opacity: 1;
}
.btnArea .box .price {
    margin-top: 5px;
    letter-spacing: normal;
    color: #023273;
    font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.btnArea br {
	display: inline;
}

@media screen and (max-width: 599px){
	.btnArea {
		margin-bottom: 20px;
		text-align: center;
	}
	.btnArea .box {
		width: auto;
		text-align: center;
	}

	.btnArea .box:nth-child(odd) {
		margin-right: 0;
	}
}
.specPrice .spec{
	width: auto;
	display: inline-block;
	vertical-align: top
}
.specPrice .price{
	width: 40.2968%;
	display: inline-block;
	vertical-align: top
}

.specPrice .price{
	margin-left: 1%;
	text-align: right;
}

@media only screen and (max-width: 600px) {
.specPrice .spec,
.specPrice .price{
	width: 100%;
	display: block;
	text-align: center;
	margin:20px 0 30px !important;
}
.specPrice .spec img ,
.specPrice .price img {
	width: 100%;

}
