@charset "utf-8";
/* CSS Document */


/* Reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin: 0;
padding: 0;
}
br {
font-size: 0px;
line-height: 0px;
margin: 0px;
padding: 0px;
height: 0px;
width: 0px;
}
fieldset,img { border: 0 }
address,caption,cite,code,dfn,em,th,var {
font-style: normal;
font-weight: normal;
}
ol,ul { list-style: none }
caption,th { text-align: left }
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0 }
a {
color: #00147d;
outline: none;
text-decoration: none;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after { clear: both }
body {
color: #767676;
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
font-size: 15px;
line-height: 150%;
letter-spacing: 0.1em;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.fl { float: left }
.ac { text-align: center }
.bdb { border-bottom: 1px solid #eee }
.mt00 { margin-top: 0!important }
.mt25 { margin-top: 25px!important }
.mt50 { margin-top: 50px!important }
.pb100 { padding-bottom: 100px!important }
.pt05 { padding-top: 5px }
.pt15 { padding-top: 15px }
.pt100 { padding-top: 100px!important }

/* Media
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
margin: 0 auto;
padding: 0 20px;
}
@media (min-width: 1200px) {
.container {
padding: 0;
width: 1170px;
}
}

/* Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
background: #fff;
box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
padding: 10px;
position: fixed!important;
position: absolute;
left: 0;
opacity: 0.9;
top: 0;
width: 100%;
z-index: 12;
}
header .container { padding: 0 }
header .logo {
float: left;
margin-bottom: 5px;
max-height: 50px;
text-align: right;
width: 60%;
}
header .logo img { max-height: 50px!important }
@media (min-width: 1200px) {
header {
height: 62px;
padding: 8px;
}
header .container { padding: 0 20px }
header .logo {
height: 62px;
margin-bottom: 0;
max-height: 62px;
text-align: left;
width: auto;
}
header .logo img { max-height: 62px!important }
}
.aco {
float: right;
height: 55px;
margin-right: 20px;
width: 30px;
}
@media (min-width: 1200px) {
.aco,
.aco a {
display: none;
}
}
.aco a {
position: relative;
display: block;
height: 24px;
-webkit-transition: all .4s;
transition: all .4s;
box-sizing: border-box;
}
.aco span {
position: absolute;
display: inline-block;
left: 0;
width: 100%;
height: 4px;
background-color: #00147d;
border-radius: 2px;
-webkit-transition: all .4s;
transition: all .4s;
box-sizing: border-box;
}
.aco span:nth-of-type(1) {
top: 0;
}
.aco span:nth-of-type(2) {
top: 10px;
}
.aco span:nth-of-type(3) {
bottom: 0;
}
.aco span:nth-of-type(2)::after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 4px;
background-color: #00147d;
border-radius: 2px;
-webkit-transition: all .4s;
transition: all .4s;
}
.aco .active span:nth-of-type(2) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.aco .active span:nth-of-type(2)::after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.aco .active span:nth-of-type(1) {
-webkit-transform: translateY(20px) scale(0);
-ms-transform: translateY(20px) scale(0);
transform: translateY(20px) scale(0);
}
.aco .active span:nth-of-type(3) {
-webkit-transform: translateY(-20px) scale(0);
-ms-transform: translateY(-20px) scale(0);
transform: translateY(-20px) scale(0);
}

/* GlobalNavi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gNavi {
display: none;
}
#gNavi li {
float: left;
text-align: center;
width: 33%;
}
#gNavi li a {
color: #333;
font-size: 13px;
}
@media (min-width: 1200px) {
#gNavi {
display: block;
float: right;
padding: 18px 16px;
}
#gNavi li {
float: left;
padding: 0 14px;
text-align: left;
width: auto;
}
}

/* Contents
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#underMv {
color: #fff;
height: 145px;
margin-bottom: 50px;
padding: 178px 10px 100px;
text-align: center;
}
#underMv h1 {
border-bottom: 1px solid #fff;
display: block;
font-size: 40px;
font-weight: 900;
line-height: 1.4em;
margin: 0 auto 30px;
padding-bottom: 24px;
}
@media (min-width: 1200px) {
#underMv {
background-attachment: fixed;
position: relative;
z-index: 11;
overflow: hidden;
}
#underMv h1 {
font-size: 48px;
max-width: 40%;
}
}
#underMv p {
font-size: 20px;
font-weight: 900;
}
.underH2 {
color: #666;
font-size: 28px;
font-weight: 900;
line-height: 28px;
margin: 10px 0 24px;
}
.commonLink {
border: 2px solid #00147d;
border-radius: 0.25em;
display: inline-block;
margin-top: 50px;
}
.commonLink a {
color: #00147d;
display: block;
font-size: 16px;
font-weight: bold;
padding: 12px 30px;
}
.commonLink a:hover {
background-color: #00147d;
color: #fff;
}
.grayArea {
background-color: rgb(246, 246, 246);
padding: 15px 25px 30px;
}

/* Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
background-color: #f6f6f6;
color: #999;
margin-top: 100px;
padding: 15px 0 50px;
text-align: center;
}