
#wrapper {
	position: relative;
}
header {
	width: 100%;
	height: 615px;
	position: relative;
	background-image: url(../images/mainImg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.logo {
	height: 60px;
	padding-top: 38px;
	width: 100%;
	background: url(../images/logo_bg.png) repeat;
}
.logo h1 {
	width: 204px;
	height: 36px;
	margin: 0 auto;
}

.sp_menu {
	display: none;
}

nav.mainNav {
	width: 100%;
	z-index: 8000;
	position: absolute;
	top: 98px;
}
nav.mainNav ul li {
	display: inline;
}
nav.mainNav ul li a {
	display: inline-block;
	width: 17%;
	height: 72px;
	text-align: center;
	float: left;
	line-height: 50px;
	background: url(../images/nav_bg.png) repeat-x;
	position: relative;
	cursor: pointer;
}
nav.mainNav ul li.navSizeAJ a {
	width: 15%;
}

nav.mainNav ul li a::after {
	content: '';
	position: absolute;
	bottom: 28px;
	left: 50%;
	width: 90%;
	margin-left: -45%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #0077ad;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
nav.mainNav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.cover {
	width: 100%;
	height: 200px;
	background: url(../images/mainImg_cover.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*
nav ul li a:hover {
	background-color: #ffe487;
	color: #000;
}
*/


#skrollr-body {
    height: 100%;
    width: 100%;
}
#toplink {
	height: 80px;
	margin-top: -600px;
}

.mainVisual {
	width: 100%;
	position: relative;
	z-index: 7000;
}
.lead {
	width: 1022px;
	margin: 145px auto 0;
}
.lead img {
	display: block;
	width: 826px;
	height: 140px;
	margin: 0 auto;
}

.lead a {
	display: block;
	background-color: rgba(51,51,51,0.6);
	border: #2380ce 3px solid;
	width: 288px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	margin: 10px auto 0;
	font-size: 16px;
	position: relative;
	z-index: 100;
}


.area1 {
	width: 100%;
	height: 770px;
	position: relative;
	z-index: 7000;
}


#sep {
	width: 100%;
}

.subNavWrapper {
	width: 100%;
	display: none;
	border-top: #333333 1px solid;
	margin-top: -1px;
}
#jLine {
	display: none;
	width: 100%;
	min-width: 1022px;
}
#jLine img {
	display: block;
	width: 1px;
	height: 150px;
	margin: 0 auto;
}

.subNav {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	display: none;
}
.subNav a {
	display: block;
	width: 340px;
	height: 105px;
	float: left;
	text-align: center;
	margin-top: -8px;
	color: #444444;
}
.subNav a:hover {
	color: #FFF;
}
.subNav a.active {
	background: url(../images/jirei_nav_ro.png) no-repeat center 8px;
	color: #FFF;
}
.subNav a span.circle {
	display: block;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin: 0 auto 16px;
}
.subNav a.jireiNav01 span.circle { background-color: #fac32f; }
.subNav a.jireiNav02 span.circle { background-color: #ec8bc0; }
.subNav a.jireiNav03 span.circle { background-color: #4ccda7; }

.subNav a span.triangle {
	display: none;
	margin: 15px auto 0;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 20px solid #f00;
}
.subNav a.active span.triangle {
	display: block;
}
.subNav a.jireiNav01 span.triangle { border-top-color: #fac32f; }
.subNav a.jireiNav02 span.triangle { border-top-color: #ec8bc0; }
.subNav a.jireiNav03 span.triangle { border-top-color: #4ccda7; }

.bx-controls {
	display: none;
}


.overlay {
	width: 100%;
	height: 660px;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 1000;
	background-color: #000;
}

.tabCont {
	margin: 30px auto 0;
}
.tabContArea .active {
	display: block;
}
.tabCont h1 {
	color: #b7b7b7;
}
.tabCont ul {
	width: 280px;
	padding: 12px 12px 12px 30px;
	border: #2b2b2b 1px solid;
	margin-top: 5px;
	background-color: #151515;
}
.tabCont ul li {
	color: #838383;
	list-style-type: disc;
	line-height: 1.7;
	padding-bottom: 6px;
}
.tabCont ul li:last-child {
	padding-bottom: 0;
}
.tabCont .right {
	margin-left: 10px;
}

.Cont03 .left,.Cont03 .right {
	width: 492px;
}
.Cont03 ul {
	width: 450px;
	margin-bottom: 20px;
}
.tabContArea .left,.tabContArea .right {
}


/*BLOCK common*/
.block {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 180px;
}
.ttl {
	position: relative;
	height: auto;
	margin-bottom: 100px;
}
.ttl h1 {
	width: 274px;
	margin: 150px auto 0;
	text-align: center;
	font-size: 14px;
	z-index: 0;
}
.ttl h1 img {
	display: block;
	margin-bottom: 30px;
}
#sepBD img {
	display: block;
	margin: 0 auto;
}
#sepBD .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
span.line {
	display: block;
	width: 90px;
	margin: 70px auto 0;
	border-top: #414141 1px solid;
}
.contBox {
	width: 1022px;
	margin: 0 auto;
}



.area2 {
	background-image: url(../images/area02_bg.jpg);
	margin-top: 150px;
}
#sepBD {
	width: 100%;
	position: relative;
}
.area2 #sepBD .line {
	height: 1px;
	border-top: #333333 1px solid;
}
.area2 #sepBD img {
	width: 42px;
	height: 27px;
	margin-top: -1px;
}
.area2 .ttl h1 {
	width: 274px;
}

.area2 .contbox {
	margin-top: 200px;
}
.floatBox .left,.floatBox .right {
	width: 50%;
	position: relative;
	margin-top: 50px;
}
.floatBox .subttl {
	position: relative;
}
.floatBox .subttl img {
	display: block;
	margin: 0 auto;
}
.floatBox .icnBox {
	height: 130px;
	margin: 50px auto;
}
.floatBox .icn {
	display: block;
	margin: 0 auto;
	position: relative;
}
.floatBox p {
	font-size: 18px;
	text-align: center;
}
.floatBox p .point {
	font-size: 12px;
	color: #747474;
	display: block;
	margin-top: 18px;
}

.btmTxt {
	font-size: 25px;
	text-align: center;
	margin-top: 80px;
	line-height: 1.8;
	position: relative;
}


.area3 {
	color: #022b4d;
	background-image: url(../images/area03_bg.jpg);
	background-position: center top;
	padding-bottom: 0;
	border-top: #333 1px solid;
}
.area3 .ttl {
	margin-bottom: 80px;
}
.area3 .ttl h1 {
	width: 335px;
	color: #fff;
}
.area3 #sepBD .line {
	height: 5px;
	border-top: #022b4d 5px solid;
}
.area3 #sepBD img {
	width: 36px;
	height: 23px;
}

.icntxtBox {
	margin-top: 100px;
}
.icnBox {
	position: relative;
}
.icnBox img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.txtBox {
	padding-left: 140px;
	padding-top: 18px;
}
.txtBox h1 {
	font-size: 26px;
	margin-bottom: 10px;
	color: #2e87d0;
}
.txtBox p {
	font-size: 14px;
	color: #fff;
}

.icnpt01 {
	margin-top: 0;
	height: 143px;
}
.icnpt01 .txtBox {
	padding-left: 160px;
	padding-top: 24px;
}
.icnpt01 h1 {
	color: #d02a22;
}

.area3 .left, .area3 .right {
	width: 48%;
}

.btmTxtBox {
	background-color: rgba(2,61,111,0.3);
	padding: 70px 0;
	margin-top: 120px;
	min-height: 96px;
}
.btmTxtBox p {
	margin-top: 0;
	color: #FFF;
}


.area4 {
	background-image: url(../images/area04_bg.jpg);
	background-size: auto;
	background-position: center top;
	background-color: #000;
	height: 1700px;
	position: relative;
	overflow: hidden;
}
.area4 .ttl {
	margin-bottom: 50px;
}
.area4 .ttl h1 {
	width: 176px;
	color: #FFF;
	margin-top: 120px;
}

.area4 .contBox {
	position: relative;
	margin-top: 80px;
}

.area4 .contBox .num {
	display: block;
	float: left;
	padding-right: 20px;
	margin-top: 2px;
}
.area4 .contBox .flowTxtBox {
	width: auto;
	overflow: hidden;
}
.area4 .contBox h1 {
	font-size: 18px;
	margin-bottom: 6px;
}
.area4 .contBox p {
	color: #868686;
	font-size: 14px;
}
.area4 .numBox {
	width: 405px;
	position: absolute;
	z-index: 1000;
}
.area4 .flow01 { top: 30px; left: 40px;}
.area4 .flow02 { top: 195px; right: 40px;}
.area4 .flow03 { top: 340px; left: 120px;}
.area4 .flow04 { top: 526px; right: 140px;}
.area4 .flow05 { top: 750px; right: 15px;}
.area4 .flow06 { top: 880px; left: 40px;}
.area4 .flow07 { top: 1010px; right: 40px;}

.area4 .contBox .flow01 .num { width: 76px; }
.area4 .contBox .flow02 .num { width: 57px; }
.area4 .contBox .flow03 .num { width: 51px; }
.area4 .contBox .flow04 .num { width: 56px; }
.area4 .contBox .flow05 .num { width: 55px; }
.area4 .contBox .flow06 .num { width: 37px; }
.area4 .contBox .flow07 .num { width: 60px; }

.icns img {
	position: absolute;
	z-index: 100;
}
.icns .moveIcn1 { top: 0; left: 36%;}
.icns .moveIcn2 { top: 0; right: 8%;}
.icns .moveIcn3 { top: 360px; left: 24%;}
.icns .moveIcn4 { top: 520px; right: 28%;}
.icns .moveIcn5 { top: 700px; right: 8%;}
.icns .moveIcn6 { top: 700px; left: 38%;}

.flowLine img {
	position: absolute;
}
.line01 { top: -94px; }
.line02 { top: 118px; }
.line03 { top: 285px; }
.line04 { top: 430px; }
.line05 { top: 605px; }
.line06 { top: 824px; }
.line07 { top: 971px; }
.line08 { top: 1078px; }

.area4 .contBox {
	height: 1160px;
}
.area4 .btmTxt {
	color: #022b4d;
	text-decoration: underline;
}
.area4 .btmTxt span {
	color: #FFF;
}


.area5 {
	background-image: url(../images/area05_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-color: #FFF;
	height: 800px;
	padding-top: 120px;
	padding-bottom: 100px;
}
.area5 .contBox .left,.area5 .contBox .right {
	width: 46%;
	padding: 0 2%;
	margin-bottom: 20px;
}
.area5 .ttl {
	margin-bottom: 50px;
}
.area5 .ttl h1 {
	width: 207px;
	color: #FFF;
	margin-top: 0;
	color: #022b4d;
}
.area5 .contBox h1,.area5 .contBox p {
	text-align: left;
	font-size: 14px;
}
.area5 .contBox h1 {
	font-size: 24px;
	color: #022b4d;
	margin-bottom: 8px;
}
.area5 .contBox p {
	color: #054b85;
}
.area5 .meritNum img {
	display: block;
	margin-bottom: 14px;
}


.area7 {
	background-color: #faf6e4;
	color: #022b4d;
	padding-bottom: 30px;
}
.area7 .ttl h1 {
	color: #022b4d;
	width: 229px;
}
.area7 .contBox .left,.area7 .contBox .right {
	margin-top: 0;
}
.area7 .priceBox {
	margin-bottom: 120px;
	width: 50%;
}
.area7 .priceBoxWide .right table {
	width: 50%;
	margin-top: 30px;
}

.area7 .priceBox .icnBox {
	margin: 0;
	width: 64px;
	height: auto;
}
.area7 .priceBox .icnBox img {
	margin-top: 4px;
	position: relative;
	display: block;
	margin: 0 auto;
}
.area7 .priceBox .right {
	padding: 0;
	width: 380px;
	padding-right: 44px;
}

.area7 .priceBox .txtBox h1 {
	color: #004a88;
	font-size: 23px;
}
.area7 .priceBox .txtBox p {
	text-align: left;
	color: #022b4d;
}
.area7 .priceBox .priceTXT {
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 60px;
}
.area7 .priceBox .txtBox .priceTXT .yellow {
	color: #ba8d03;
}
.area7 .priceBox .txtBox .priceTXT .blue {
	color: #0230b3;
}
.area7 .priceBox .txtBox .priceTXT .red {
	color: #b40808;
}
.area7 .priceBox .line {
	clear: both;
}

.area7 .priceBox table {
	table-layout: fixed;
	margin-top: 20px;
	width: 90%;
}
.area7 .priceBox table th,
.area7 .priceBox table td {
	text-align: left;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.area7 .priceBox table td {
	text-align: right;
}

.area7 .priceBoxWide {
	width: 100%;
	padding-right: 0;
}
.area7 .priceBoxWide .icnBox {
	width: 50%;
	margin: 30px auto 20px;
}
.area7 .priceBoxWide .txtBox {
	padding-left: 0;
	padding-top: 0;
}
.area7 .priceBoxWide .txtBox h1 {
	margin: 30px 0;
}
.area7 .priceBoxWide .txtBox h1,
.area7 .priceBoxWide .txtBox p {
	text-align: center;
}
.area7 .priceBoxWide .txtBox table {
	width: 40%;
	margin: 30px auto 0;
	padding-bottom: 0;
}




.area6 {
	background-color: #FFF;
	color: #000;
}
.area6 .ttl h1 {
	color: #054b85;
}
.formArea {
	width: 640px;
	margin: 80px auto 0;
}
.formArea p {
	text-align: center;
}
.formArea .red {
	color: red;
}
.formArea table {
	margin-top: 50px;
	table-layout: fixed;
	width: 100%;
}
.formArea table th, .formArea table td {
	padding: 15px 0;
	text-align: left;
}
.formArea table input[type="text"] ,.formArea table textarea{
	border:none;     /* 枠線の装飾 */
	background-color: #ececec;   /* 背景色 */
	height: 50px;
	width: 100%;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px;
	padding: 10px 20px;
	font-size: 16px;
}
.formArea table td {
	font-size: 16px;
}
.formArea table textarea {
	height: 200px;
}
.formArea p a {
	color: red;
	text-decoration: underline;
}

.btnBox {
	width: 300px;
	margin: 60px auto 0;
}
.btnBox a {
	display: block;
}
.btnBox a {
	color: #054b85;
	text-align: center;
}
.btnBox input.btn {
	display: block;
	cursor: pointer;
	width: 216px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	margin: 12px auto 0;
	background-color: #43b9ea;
	border: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	border-bottom: #0a8ac0 2px solid;
}


footer.footer {
	background-color: #1a1a1a;
	padding-top: 50px;
	color: #a6a6a6;
	text-align: center;
	padding-bottom: 50px;
	z-index: 8000;
}
footer h1 {
	width: 150px;
	height: 27px;
	margin: 0 auto 40px;
}
.pagetop {
	position: relative;
	z-index: 8000;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 30px auto 0;
	background: url(../images/icn_pagetop.png) no-repeat;
}

footer .copy {
	margin-top: 30px;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 10px;
}
footer a.link {
	text-decoration: underline;
	font-size: 12px;
}




.scrollbar {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color: #217bc6;
	z-index: 100000;
}


/*フォーム確認*/
.con header {
	height: 105px;
}
.btnBox input.backBtn {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	margin: 20px auto 0;
	background-color: #474747;
	border: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px;
	border-bottom: #000 2px solid;
}
.formArea table th, .formArea table td {
	padding: 22px 0;
}

.formCon table td {
	font-size: 20px;
	padding-left: 10px;
	color: #055384;
}


.thanks .ttl h1 {
	width: 246px;
}


@media (max-width: 640px) {

header {
	background-size: contain;
	padding-bottom: 0;
	height: 200px;
}
.logo {
	height: ５0px;
	padding-top: 14px;
	background: none;
}
.logo h1 {
	width: 150px;
}
.logo h1 img {
	width: 100%;
}
.sp_menu {
	display: block;
	width: 46px;
	height: 46px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8000;
}
nav.mainNav {
	position: relative;
	height: 50px;
}
nav.mainNav ul {
	position: fixed;
	top: -50px;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
}
nav.mainNav ul li a {
	font-size: 60%;
	width: 13%;
	padding: 6px 2% 0;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
 	line-height: 1.4;
	background: url(../images/nav_bg_sp.png) repeat;
}
nav.mainNav ul li.navSizeAJ a {
	width: 11%;
}
/*
nav.mainNav ul li:last-child a {
	width: 100%;
}
*/
nav.mainNav ul li a::after {
	bottom: 2px;
}

#toplink {
	height: 80px;
	margin-top: -200px;
}
.mainVisual {
	margin-top: 20px;
}

.lead {
	width: 100%;
	margin-top: 0;
}
.lead img {
	width: 100%;
	height: auto;
	display: none;
}
.lead a {
	width: 70%;
	height: auto;
	font-size: 90%;
	height: 38px;
	line-height: 38px;
	margin-bottom: 50px;
}

.overlay {
	display: none;
}

.ttl {
	margin-bottom: 50px;
}
.block {
	padding-bottom: 90px;
	background-size: contain;
	background-position: center top;
}

#sep {
	display: none;
}
.area1 {
	height: auto;
	margin-bottom: 0;
}
#jLine { display: block;}
#jLine img { display: none;}
.subNavWrapper { display: block;}

.subNav {
	width: 100%;
	display: block;
}
.subNav a {
	width: 33%;
	font-size: 85%;
}
.subNav a:nth-child(2) {
	width: 34%;
}
.tabCont .left, .tabCont .right {
	width: 100%;
	float: none;
}
.tabCont {
	margin-top: 10px;
	width: 90%;
}
.tabCont h1 {
	font-size: 85%;
	margin-bottom: 10px;
}
.tabCont ul {
	width: 84%;
	margin: 0 auto;
	padding: 3% 3% 3% 10%;
	list-style-position: inside;
}
.tabCont ul li {
	font-size: 50%;
}
.tabCont .right {
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 80px;
}
.tabCont .right img {
	width: 100%;
}
.Cont03 img {
	margin-top: 10px;
}

.area2 {
	margin-top: 0;
	overflow: hidden;
}

.ttl h1 {
	width: 70% !important;
	margin: 80px auto 0;
}
.ttl h1 img {
	width: 100% !important;
}

.area2 .ttl h1 img {
	max-width: 274px;
	margin: 0 auto 30px;
}

.contBox {
	width: 92%;
	margin: 0 auto;
}
.floatBox .left, .floatBox .right {
	width: 100%;
}
.floatBox .right {
	margin-top: 100px;
}
.floatBox .subttl img {
	width: 80%;
	margin: 0 auto;
}
.floatBox .icnBox {
	margin: 15px auto;
	height: auto;
}
.floatBox .icnBox img {
	width: 90px;
	height: auto;
}
.floatBox p {
	font-size: 100%;
}
.floatBox p span {
	font-size: 80%;
}
.btmTxt {
	width: 90%;
	padding: 0 5%;
	font-size: 115%;;
}

.icntxtBox {
	margin-top: 60px;
}
.area3 .left, .area3 .right {
	width: 100%;
	float: none;
}
/*
.area3 .icnBox img {
	position: absolute;
	left: 50%;
	margin-left: -62.5px;
}
*/
.icnpt01 {
	height: auto;
}
.area3 {
	padding-bottom: 0;
}
.area3 .icnBox img {
	position: absolute;
	left: 50%;
	width: 90px;
	margin-left: -45px;
}
.area3 .txtBox {
	padding-left: 0;
	padding-top: 100px;
}
.area3 .txtBox h1 {
	font-size: 140%;
	text-align: center;
}
.area3 .txtBox p {
	font-size: 90%;
	text-align: center;
}
.btmTxtBox {
	padding: 30px 10px;
	margin-top: 60px;
}
/*
.area3 .icnpt01 .txtBox {
	padding-left: 0;
	padding-top: 160px;
}
*/

.area5 {
	height: auto;
	background-size: cover;
}
.area5 .ttl h1 img {
	max-width: 207px;
	margin: 0 auto 30px;
}

.area4 {
	height: auto;
	background-image: url(../images/area04_bg_sm.jpg);
	background-position: center top !important;
	background-size: cover;
	padding-bottom: 60px;
}
.area4 .contBox {
	height: auto;
}
.area4 .ttl h1 img {
	max-width: 176px;
	margin: 0 auto 30px;
}
.area4 .numBox {
	width: 100%;
	position: static;
	left: 0;
	margin-bottom: 80px;
}
.area4 .contBox .num {
	float: none;
	margin: 0 auto 20px;
}
.area4 .icns {
	display: none;
}
.area4 .btmTxt {
	margin-top: 100px;
} 

.flowLine img {
	width: 100%;
}


.area5 .contBox h1,.area4 .contBox h1  {
	font-size: 120%;
}
.area5 .contBox p,.area4 .contBox p {
	font-size: 110%;
}


.area7 .priceBox {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.area7 .contBox .left,.area7 .contBox .right {
	float: none;
	width: 100%;
}
.area7 .priceBox .icnBox img {
	display: block;
	position: relative;
	margin: 0 auto 20px;
}
.area7 .priceBox .txtBox h1 {
	font-size: 130%;
	text-align: center;
}
.area7 .priceBox .txtBox p {
	font-size: 90%;
	text-align: center;
}
.area7 .priceBox .txtBox .priceTXT {
	margin-top: 10px;
	font-size: 130%;
	width: 100%;
	padding-bottom: 0;
}
.area7 .priceBoxWide .txtBox table {
	width: 100%;
}




.area6 .ttl h1 img {
	max-width: 176px;
	margin: 0 auto 30px;
}


.formArea {
	width: 96%;
	margin: 80px auto 0;
}

.formArea table input[type="text"], .formArea table textarea {
	width: 92%;
	padding: 2% 4%;
	font-size: 16px;
}



}
