/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #070707;
  background: #FFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
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;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  /*min-width: 1400px;*/
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

header {
  min-width: 1400px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

header .wrapper {
  width: 1140px;
  margin: 0 auto;
}

header .wrapper h1 {
  width: 192px;
  padding-top: 11px;
  float: left;
}

header .wrapper h1 a {
  display: block;
}

header .wrapper h1 a img {
  width: 100%;
  display: block;
}

header .wrapper .gnav {
  width: 948px;
  height: 42px;
  margin-top: 14px;
  float: right;
  text-align: right;
}

header .wrapper .gnav .menu {
  height: 30px;
  line-height: 30px;
  margin: 6px 11px 0 11px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #070707;
}

header .wrapper .gnav .request {
  width: 170px;
  height: 42px;
  margin-left: 12px;
  display: inline-block;
  background-color: #f90;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main .mainimgbox .mainimg {
   width: 100%;
   display:  block;

}

footer {
  padding: 60px 0;
  background-color: #111;
}

footer .wrapper {
  width: 700px;
  margin: 0 auto;
}

footer .wrapper .left {
  width: 350px;
  text-align: center;
  float: left;
}

footer .wrapper .left a {
  display: inline-block;
  text-align: center;
}

footer .wrapper .left a img {
  margin-bottom: 5px;
}

footer .wrapper .left p {
  text-align: center;
  font-size: 11px;
  color: #fff;
}

footer .wrapper .right {
  width: 350px;
  float: right;
}

footer .wrapper .right li {
  margin-bottom: 10px;
}

footer .wrapper .right li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

footer .wrapper .right li a img {
  vertical-align: middle;
  margin-right: 5px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 700px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header {
    min-width: 0;
    height: 40px;
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  }
  header .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  header .wrapper h1 {
    width: 100px;
    padding-top: 7px;
  }
  header .wrapper .gnav {
    width: calc(100% - 100px);
    height: 30px;
    margin-top: 7px;
  }
  header .wrapper .gnav .menu {
    display: none;
  }
  header .wrapper .gnav .request {
    width: 80px;
    height: 26px;
    margin-right: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
  }
  header .ham {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 7px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 20px;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0px 8px 8px -8px #000;
    box-shadow: 0px 8px 8px -8px #000;
  }
  header .spmenu .wrapper a {
    display: block;
    padding: 8px 5px;
    color: #003279;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #003279;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    background-color: #003279;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  main {
    padding-top: 20px;
  }
  footer {
    padding: 40px 20px;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  footer .wrapper .left a {
    width: 100px;
  }
  footer .wrapper .left a img {
    width: 100%;
  }
  footer .wrapper .left p {
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  footer .wrapper .right {
    width: 230px;
    margin: 0 auto;
    float: none;
  }
  footer .wrapper .right li {
    margin-bottom: 3px;
  }
  footer .wrapper .right li a {
    font-size: 12px;
  }
  footer .wrapper .right li a img {
    margin-right: 3px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main .s01 {
  padding: 50px 0 35px;
}

main .s01 .wrapper {
  width: 1140px;
  margin: 0 auto;
}

main .s01 .wrapper .box {
  width: 50%;
  padding: 0 50px 0 0;
  float: left;
}

main .s01 .wrapper .box.box02 {
  float: right;
  padding: 0 0 0 50px;
  border-left: 1px solid #003279;
}

main .s01 .wrapper .box h2,
main .s01 .wrapper .box h3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #003279;
}

main .s01 .wrapper .box table {
  width: 100%;
}

main .s01 .wrapper .box table tr th {
  width: 150px;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 25px;
  vertical-align: top;
}

main .s01 .wrapper .box table tr td {
  font-size: 18px;
  line-height: 170%;
  padding-bottom: 25px;
  vertical-align: top;
}

main .s01 .wrapper .box table tr td a {
  text-decoration: none;
  color: #000;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 700px) {
  main .s01 {
    padding: 25px 15px 10px;
  }
  main .s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main .s01 .wrapper .box {
    width: 100%;
    float: none !important;
    border: none !important;
    padding: 0 !important;
  }
  main .s01 .wrapper .box.box01 {
    margin-bottom: 30px;
  }
  main .s01 .wrapper .box h2,
  main .s01 .wrapper .box h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  main .s01 .wrapper .box table tr th {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  main .s01 .wrapper .box table tr td {
    width: 100%;
    display: block;
    font-size: 13px;
    padding-bottom: 20px;
  }
}
