@charset "utf-8";
body {
	position: relative;

}
header {
	padding-top: 16px;
	margin-top: 0;
}
#headTitle {
	width: 656px;
	float: left;
	padding-bottom: 20px;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}
#headerAddress {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 1.8;
	color: #FFFFFF;
	margin-top: 20px;
}
#headerAddress img {
	margin-top: 5px;
}

#wrapper-sub {
	width:100%;
}
.lazy {
}
/*Fixed*/
body, html, #wrapper {
	/* important */
	height: 100%;
}
.cd-fixed-bg {
	min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-fixed-bg.cd-bg-1 {
	background-image: url(../images/fix3.jpg);
}
.cd-fixed-bg.cd-bg-2 {
	background-image: url(../images/fix2.jpg);
}
.cd-fixed-bg.cd-bg-3 {
	background-image: url(../images/fix1.jpg);
}
.cd-fixed-bg.cd-bg-4 {
	background-image: url(../images/fix4.jpg);
}
.cd-fixed-bg.cd-bg-5 {
	background-image: url(../images/fix5.jpg);
}
.cd-scrolling-bg {
	/* [disabled]min-height: 319px; */
}

/*コンテンツ*/
.cd-color-1 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/top_bg.jpg);
	background-color: #204984;
}
.cd-color-2, .cd-color-3 {
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 413px;
	padding-top: 30px;
}
.cd-color-4 {
	background-image: url(../images/common_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 850px;
	padding-top: 30px;
}

#main-image {
	margin-bottom: 0px;
}
#f15-1 {
	float: left;
	margin-left: 117px;
}
#blue-1 {
	float: right;
	margin-right: 36px;
}
#f15-2 {
	float: left;
	margin-left: 92px;
}
#blue-2 {
	float: right;
	margin-right: 39px;
}
#common-copy {
	text-align: center;
	margin-bottom: 13px;
}
.flex-box {
	display: flex;
}
#common-1 {
	width: 50%;
	text-align: center;
	margin-top: 15px;
}
#common-1 img {
	margin-bottom: 30px; 
}
#common-1 div {
	width: 339px;
	margin: 0 auto;
	text-align: right;
}
#common-2 {
	width: 50%;
	text-align: center;
	margin-top: 15px;
}
#common-2 img {
	margin-bottom: 30px; 
}
#common-2 div {
	width: 351px;
	margin: 0 auto;
	text-align: right;
}
#scrollEnd {
	padding-top: 80px;
	margin-bottom: 40px;
}
#f15-item {
	width: 480px;
	float: left;
	margin-top:-40px;
}
#blue-item {
	width: 480px;
	float: right;
	text-align: right;
	margin-top:-40px;
}

.spec {
	border-collapse: collapse;
	width:460px;
}
.spec-blue {
	margin-left:20px;
}
.spec td, .spec td {
	border-bottom:1px solid #BDBDBD;
	padding: 10px 20px;
	text-align: left;
}
.largeRed {
	font-size:18px;
	font-weight: bold;
	color:#DF0027;
}
.x-large-red {
	font-size:22px;
	font-weight: bold;
	color:#DF0027;
}
#bnrBox {
	margin-right:-20px;
	margin-bottom:20px;
}
#bnrBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#bnrBox li{
	float:  left;
	margin-right:20px;
	margin-bottom:20px;
}
.btnBox {
	width: 500px;
	margin: 0 auto 40px auto;
}
.click {
	position: absolute;
	top:60px;
	right:40px;
}
.caution {
	border-top: 1px solid #DF0027;
	border-bottom: 1px solid #DF0027;
	text-align: center;
	width: 500px;
	margin: 0 auto 50px auto;
	padding: 20px 0;
}

@media screen and (max-width: 991.98px) { 
	.cd-fixed-bg {
	background-attachment: scroll;
}
}
