
@charset "utf-8";
/*-------------------------------
feature
-------------------------------*/
#f-box {
	position:relative;
	width: 100%;
	height:480px;
	margin-bottom: 80px;
	background:url(/img/f_img.jpg) top center no-repeat;
	background-size: cover;
	text-align:center;
	color:#fff;
}

@media screen and (max-width: 640px){
#f-box {
	position:relative;
	width: 100%;
	height:60vw;
	margin-bottom: 10vw;
	background:url(/img/f_img.jpg) top center no-repeat;
	background-size: cover;
	text-align:center;
	color:#fff;
}
}

.bg-layout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.bg-layout:before {
	background-color: #377AB7;
	background-image: linear-gradient(40deg, transparent, rgba(129,151,212,.9) 70%, #377AB7 95%)
}
.bg-layout:after {
	background-color: #AFCCE7;
}

.bg-layout:after,
.bg-layout:before {
    content: "";
    position: absolute;
    top: 5vh;
    left: 0;
    width: 100%;
}

.bg-layout:before {
	height: 90%;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	z-index: -1
}
.bg-layout:after {
	height: 80%;
	-webkit-transform: skewY(10deg);
	transform: skewY(10deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	z-index: -2
}

@media screen and (max-width: 640px){
.bg-layout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.bg-layout:after,
.bg-layout:before {
    top: 0vh;
}

.bg-layout:before {
	height: 80%;
}
.bg-layout:after {
	height: 80%;
}



}

.box-plan {
	background-color: #fff;
	border:1px solid #AFCCE7;
	display: table;
	box-sizing: border-box;
	width: 100%;
}

.box-plan > .plan {
	display: table-cell;
	box-sizing: border-box;
	padding: 0 20px;
	padding-bottom: 15px;
	text-align: center;
}

.box-plan > .plan:nth-child(2) {
	border-left:1px solid #AFCCE7;
	border-right:1px solid #AFCCE7;
}

.box-plan > .plan dt {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom:1px solid #ccc;
}

.box-plan .bd_b {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:1px solid #ccc;
}

@media screen and (max-width: 640px){
.box-plan {
	background: none;
	border:0;
	display:  inherit;
	box-sizing: border-box;
	width: 100%;
}

.box-plan > .plan {
	margin-top: 20px;
	background-color: #fff;
	display: inherit;
	box-sizing: border-box;
	text-align: center;
	border:1px solid #ccc;
}

.box-plan > .plan:nth-child(2) {
	border:0;
}

}

/*-------------------------------
manual
-------------------------------*/
#manual {}

.manualList {
	border:1px solid #E7E7E7;
	margin-top:10px;
}

.manualList > li {
	display:table;
	width:100%;
	border-bottom:1px dotted #e7e7e7;
}

.manualList > li:last-child {
	border-bottom:0;
}

.manualList > li span {
	display: table-cell;
	border-left:1px dotted #E7E7E7;
}

.manualList > li span:first-child {
	width:700px;
	padding-right:30px;
	border-left:0;
}

.manualList > li span:last-child {
	width:160px;
	padding-left:30px;
	text-align:right;
}

.manualList > li a {
	display:block;
	padding:15px 20px;
}

.manualList > li a:hover {
	background-color:#E6EEFF;
}

.manualList > li a:hover span {
	color: #005BAC;
}



