﻿@charset "utf-8";

/* ==============================================================
/*     Reset  
/* ============================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
    font-weight: bold;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ==============================================================
/*     BASE
/* ============================================================== */

body{
	background: #fff;
	color: #CCC;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1
}
h1{ font-size: 18px}
h2{ font-size: 16px}
h3{ font-size: 14px}
h4{ font-size: 16px}
h1,h2,h3,h4,h5,h6,strong,dt{ font-weight:bold}
ul li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td{
	border:1px solid #ccc;
	padding:.5em;
}
p, li, th, td, dt, dd, address{
	font-size: 13px;
    line-height: 1.4;
}
input, select, button{
	vertical-align:middle;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fSP, .fSPs, #menuBtn{
    display: none;
}

/* link
---------------------------------*/
img{
	vertical-align: bottom;
}
a{ /* \*/ overflow:hidden; /* */}
a, a:visited{
	color: #cadae2;
}
a:hover, a:active{
	color: #cadae2;
}

/* font
---------------------------------*/
.fs10{ font-size: 10px !important}
.fs11{ font-size: 11px !important; font-weight: normal !important;}
.fs12{ font-size: 12px !important}
.fs13{ font-size: 13px !important}
.fs14{ font-size: 14px !important}
.fs16{ font-size: 16px !important}
.fs18{ font-size: 18px !important}
.fs20{ font-size: 20px !important}
.fs25{ font-size: 25px !important}
.fwN{ font-weight: normal !important;}

/* clearfix
---------------------------------*/
div:after, ul:after, .cf:after{
	content: "";
	display: block;
	clear: both;
}

/* ==============================================================
/*     HEADER
/* ============================================================== */
header{
    width: 100%;
    position: fixed;
    top: -88px;
    left: 0;
    height: 70px;
    border-bottom: 1px solid #ddd;
    background: rgba(255,255,255,0.9);
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    z-index: 200;
}
header .inner{
    position: relative;
    width: 1100px;
    padding: 19px 0 0;
}
h1{
    float: left;
}
.liMenu{
    float: right;
    margin-top: 2px;
}
.liMenu li{
    float: left;
    width: 81px;
    text-indent: -9999px;
}

.liMenu li:nth-child(2){ width: 62px; margin-left: 55px}
.liMenu li:nth-child(3){ width: 105px; margin-left: 46px}
.liMenu li:nth-child(4){ width: 74px; margin-left: 34px}
.liMenu li:nth-child(5){ width: 144px; margin-left: 50px; position: relative; top: -21px;}
.liMenu li:nth-child(6){ width: 64px; margin-left: 28px}

.liMenu li a{
    display: block;
    height: 43px;
    background: url(../img/bg_menu.png) no-repeat 10px 0;
}
.liMenu li:nth-child(2) a{ background-position: -126px 0}
.liMenu li:nth-child(3) a{ background-position: -234px 0}
.liMenu li:nth-child(4) a{ background-position: -373px 0}
.liMenu li:nth-child(5) a{ background-position: -497px 0; height: 59px;}
.liMenu li:nth-child(6) a{ background-position: -669px 0}

.liMenu li a:hover, h1 a:hover{
    opacity: 0.5;
}

/* ==============================================================
/*     CONTENTS
/* ============================================================== */

body, html, #main{
    height: 100%;
}
.inner{
	width: 1100px;
	margin: 0 auto
}
.cont h2{
    text-align: center;
}
.cont p{
    margin-bottom: 1.5em;
    font-size: 15px;
    line-height: 2.5;
}
.cont dd{
    font-size: 15px;
    line-height: 1.6;
}
.lBox{
    float: left;
    width: 550px;
}
.rBox{
    float: right;
    width: 520px;
}
.sup{
    vertical-align: super;
    font-size: 0.6em;
}
.marker{
    background: #fff771;
}
.ulTxt{
    text-decoration: underline;
}
.imgCaption{
    padding: 5px;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 1.2 !important;
}
.cTxt{
    text-align: center !important;
}
.rTxt{
    text-align: right !important;
}

/* .cont-fst
---------------------------------------------------------*/
.cont-fst{
    height: 740px;
    padding-top: 132px;
    background: url(../img/img_header.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
}
.cont_bg{
    height: 740px;
    margin-top: 80px;
    background-position: 50% 50%;
    background-size: cover;
}

/* #CONT1
---------------------------------------------------------*/
#cont1 .inner{
    margin-top: -40px;
    padding-top: 100px;
    text-align: center;
}
#cont1 h3{
    margin: 40px;
    font-size: 26px;
}
#cont1 p{
    font-size: 16px;
    line-height: 2.1;
}
#cont1 .cont_bg{
    background-image: url(../img/img_cont1_2.jpg);
}


/* #CONT2
---------------------------------------------------------*/
#cont2 .inner{
    padding-top: 100px;
    margin-top: -60px;
    text-align: center;
}
#cont2 h2{
    margin-bottom: 20px;
}
#cont2 .lBox, #cont2 .rBox,
#cont3 .lBox, #cont3 .rBox{
    width: 530px;
}
#cont2 .liMerit li{
    width: 526px;
    height: 426px;
    margin-bottom: 10px;
    background: url(../img/bg_cont2_merit1.png) no-repeat;
}
#cont2 .lBox .liMerit li:last-child{
    height: 447px;
    background-image: url(../img/bg_cont2_merit2.png);
}
#cont2 .rBox .liMerit li{
    background-image: url(../img/bg_cont2_merit3.png);
}
#cont2 .rBox .liMerit li:last-child{
    height: 447px;
    background-image: url(../img/bg_cont2_merit4.png);
}

#cont2 .liMerit h3{
    padding: 60px 0 25px;
}
#cont2 .lBox .liMerit li:last-child h3,
#cont2 .rBox .liMerit li:last-child h3{
    padding-top: 70px;
}

#cont2 .liMerit dt{
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
}
#cont2 .liMerit dt span{
    text-decoration: underline;
}
#cont2 .liMerit dt .sTxt{
    font-size: 14px;
    text-decoration: none;
}
#cont2 .liMerit dd{
    font-size: 16px;
    line-height: 1.8;
}
#cont2 .liMerit dd .caption{
    font-size: 10px;
}
#cont2 .dlMerit1{
    margin-bottom: 30px;
}
#cont2 .dlMerit1 dt{
    margin: -1.5em 0 10px;
    font-size: 22px;
}
#cont2 .boxMerit{
    margin: 40px 0 60px;
    padding: 30px 0;
    border: 1px dotted #000;
    text-align: left;
}
#cont2 .boxMerit dl{
    float: left;
    width: 517px;
    margin-left: 30px;
}
#cont2 .boxMerit dl:first-child{
    border-right: 1px solid #8a8a8a;
}
#cont2 .boxMerit dl dt{
    float: left;
    font-size: 20px;
    line-height: 1.75;
}
#cont2 .boxMerit dl dd{
    margin-left: 150px;
    line-height: 2.5;
}

#cont2-2 h3{
    margin: 115px 0 45px;
}
#cont2-2 .box{
    padding: 30px 30px 5px;
    border: 1px dashed #000;
    text-align: left;
}
#cont2-2 .rBox .box{
    padding-bottom: 60px;
}
#cont2-2 .rBox .box:last-child{
    margin-top: 40px;
}
#cont2-2 h4{
    margin-bottom: 40px;
    font-size: 22px;
    text-decoration: underline;
}
#cont2-2 h5{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2.1;
}
#cont2-2 li{
    margin: 0 0 20px 1em;
    text-indent: -1em;
    font-size: 15px;
    line-height: 2.5;
}
#cont2-2 table{
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
#cont2-2 th, #cont2-2 td{
    width: 33%;
    padding: 20px 0;
    vertical-align: middle;
    border: 2px solid #fff;
    background: #f6f5f2;
}
#cont2-2 th{
    padding: 10px 0;
    background: #aeaca7;
    color: #fff;
}
#cont2-2 th.bgWhite{
    background: #fff;
}
#cont2 .cont_bg{
    background-image: url(../img/img_cont2_5.jpg);
}

/* #CONT3
---------------------------------------------------------*/
#cont3 .inner{
    padding: 100px 0 130px;
    margin-top: -40px;
}
#cont3 h2{
    margin-bottom: 85px;
}
#cont3-1 h3{
    margin-bottom: 70px;
}
#cont3-1 h4{
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.8;
}
#cont3-1 .cf:last-child{
    margin-top: 90px;
}
#cont3-1 .cf:last-child h4{
    margin-top: -30px;
}
.cont3-1_1{
    position: relative;
}
.cont3-1_1 span{
    display: block;
    position: absolute;
    bottom: 150px;
    left: 35px;
    font-size: 12px;
}

#cont3-1 ul{
    margin-bottom: 40px
}
#cont3-1 li{
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../img/ico_cont3.png) no-repeat 0 0;
    font-size: 15px;
}

#cont3-2{
    margin-top: 130px;
}
#cont3-2 h4{
    margin: 60px 0 30px;
}
#cont3-2 p{
    font-size: 18px;
    line-height: 2.3;
}

#cont3-4{
    text-align: center;
}
#cont3-4 h4{
    margin: 60px 0 20px;
}

.cont3-5{
    margin-top: 40px;
}
#cont3-5_1{
    margin-bottom: 40px;
}
#cont3-5_1 .lBox p{
    margin-top: 60px;
    font-size: 22px;
    line-height: 1.8;
}
#cont3-5_1 .rBox p{
    padding-top: 40px;
}
.cont3-5 h4{
    margin-bottom: 20px;
    font-size: 20px;
    text-decoration: underline;
}
.cont3-5 p{
    margin-bottom: 0;
    line-height: 2.5;
}
#cont3-5_5{
    margin-top: 60px;
}
#cont3-5_5 .rBox p{
    padding: 30px 0;
    text-align: center;
    background: #fbfae8;
}

/* #CONT4
---------------------------------------------------------*/
#cont4{
    margin-top: -20px;
    padding: 100px 0 20px;
    background: #edeae4;
    text-align: center;
}
#cont4 h2{
    margin-bottom: 40px;
}
#cont4 ul{
    width: 1110px;
    margin-bottom: 30px;
}
#cont4 ul li{
    float: left;
    min-height: 295px;
    margin: 0 12px 15px;
}
#cont4 ul li img, #cont4 ul li a{
    display: inline-block;
    margin-bottom: 20px;
}
#cont4 ul li a{
    margin-top: 20px;
}
.mb100{ margin-bottom: 100px !important}

/* #CONT5
---------------------------------------------------------*/
#cont5{
    padding: 100px 0 70px;
    background: #6b6a68;
    color: #fff;
    text-align: center;
}
#cont5 h2{
    margin-bottom: 50px;
}
#cont5 p{
    font-size: 16px;
    line-height: 2.5;
}
.cont5-list{
    margin-top: 75px;
}
.cont5-list div{
    display: table-cell;
    width: 329px;
    padding: 5px 0;
    border-right: 1px dashed #a6a6a4;
}
.cont5-list div:first-child{
    border-left: 1px dashed #a6a6a4;
}
.cont5-list .cont5-list-mid{
    width: 439px;
}
.cont5-list div h5{
    margin-bottom: 15px;
}
.cont5-list div a{
    color: #fff;
}
.cont5-list div:first-child p{
    line-height: 1.6 !important;
}
.cont5-list div:last-child p{
    line-height: 1 !important;
}

.mb30{ margin-bottom: 30px !important}

/* #CONT6
---------------------------------------------------------*/
#cont6{
    position: relative;
    padding: 50px 0;
    border-bottom: 3px solid #000;
}


/* ==============================================================
/*     FOOTER
/* ============================================================== */
footer{
    text-align: center;
}
.toTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 5;
    padding-bottom: 20px;
}
.footerBtm{
    padding: 15px 0;
}
.footerBtm p{
    float: left;
    font-size: 12px;
}
.footerBtm p img{
    display: inline-block;
    margin-right: 40px;
}
.footerBtm ul{
    float: right;
    text-align: right;
}
.footerBtm ul li{
    display: inline-block;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    border-right: 1px solid #6b6b6b;
}
.footerBtm ul li a{
    color: #000;
    text-decoration: none;
}
.footerBtm ul li:first-child{
    padding-left: 20px;
    border-left: 1px solid #6b6b6b;
}
.footerBtm ul li:last-child{
    padding-right: 0;
    border: none;
}