@charset "UTF-8";
/**
* 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: #000;
  background: #FFF;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
}

/*
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 {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

html,
body {
  min-width: 1140px;
}

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

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 1px;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

header .topbox {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}

header .topbox .logo {
  width: 215px;
  display: block;
  float: left;
}

header .topbox .logo h1 img {
  width: 100%;
  display: block;
}

header .topbox .btn {
  width: 290px;
  display: block;
  float: right;
  margin-left: 20px;
  margin-top: 15px;
}

header .topbox .btn img {
  width: 100%;
  display: block;
}

header .topbox .btn02 {
  pointer-events: none;
}

header .gnav {
  text-align: center;
  background-color: #B20000;
}

header .gnav ul {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}

header .gnav ul li {
  width: calc(100% / 6);
  position: relative;
  display: inline-block;
}

header .gnav ul li:nth-child(2) {
  display: none;
}

header .gnav ul li a {
  height: 58px;
  line-height: 58px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

header .gnav ul li a::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .gnav ul li a:hover {
  opacity: 1;
}

header .gnav ul li a:hover::after {
  opacity: 1;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main .ttl01 {
  background-color: #eee;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 34px 0;
}

main .s04 {
  width: 1100px;
  margin: 90px auto 0;
}

main .s04 h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #B20000;
  color: #B20000;
}

main .s04 .t01 {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

main .s04 iframe {
  width: 900px !important;
  height: 370px !important;
  display: block !important;
  margin: 40px auto 0;
}

main .s04 ul {
  width: 900px;
  margin: 50px auto 0;
}

main .s04 ul li {
  margin-bottom: 25px;
}

main .s04 ul li a {
  display: block;
  text-decoration: none;
  border: 2px solid #B20000;
}

main .s04 ul li a img {
  display: block;
  margin: 11px auto;
}

main .s04 ul li:nth-child(1) a {
  background-color: #FFFFBF;
}

main .s04 ul li:nth-child(1) a p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #B20000;
}

main .s04 ul li:nth-child(1) a img {
  margin: 15px auto;
}

main .s04 .btnbox {
  width: 900px;
  margin: 25px auto 0;
}

main .s04 .btnbox .btn {
  width: 439px;
  display: block;
  float: right;
}

main .s04 .btnbox .btn img {
  width: 100%;
  display: block;
}

main .s04 .btnbox .btn02 {
  pointer-events: none;
  float: left;
}

footer {
  position: relative;
  padding-bottom: 50px;
}

footer .menu {
  background-color: #eee;
  padding: 40px 0;
}

footer .menu ul {
  text-align: center;
}

footer .menu ul li {
  display: inline-block;
  border-left: 1px solid #aaa;
  line-height: 100%;
}

footer .menu ul li:last-child {
  border-right: 1px solid #aaa;
}

footer .menu ul li a {
  line-height: 100%;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding: 0 20px 5px;
  display: inline-block;
}

footer .logo {
  width: 215px;
  display: block;
  margin: 30px auto 0;
}

footer .logo img {
  width: 100%;
  display: block;
}

footer .t01 {
  text-align: center;
  font-size: 12px;
  line-height: 170%;
  margin-top: 25px;
}

footer .t02 {
  text-align: center;
  font-size: 12px;
  line-height: 170%;
  margin-top: 10px;
}

footer .pagetop {
  width: 42px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 786px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header {
    position: relative;
  }
  header .topbox {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 10px;
  }
  header .topbox .logo {
    width: 100px;
    position: fixed;
    z-index: 100000;
  }
  header .topbox .btn {
    width: 48%;
    display: block;
    float: left;
    margin: 60px 0 0;
  }
  header .topbox .btn02 {
    float: right;
    pointer-events: all;
  }
  header .gnav {
    display: none;
  }
  header .ham {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 100000;
  }
  header .spmenu {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    top: 75px;
    right: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-shadow: 0px 8px 8px -8px #fff;
    box-shadow: 0px 8px 8px -8px #fff;
    border-bottom: 2px solid #B20000;
  }
  header .spmenu .wrapper a {
    display: block;
    padding: 5px 5px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #B20000;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  header .white {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    height: 75px;
  }
  main .ttl01 {
    font-size: 18px;
    padding: 20px 0;
  }
  main .s04 {
    width: 100%;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  main .s04 h5 {
    font-size: 18px;
    border-bottom: 1px solid #B20000;
  }
  main .s04 .t01 {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0;
  }
  main .s04 iframe {
    width: 100% !important;
    height: 200px !important;
    margin: 25px auto 0;
  }
  main .s04 ul {
    width: 100%;
    margin-top: 35px;
  }
  main .s04 ul li {
    margin-bottom: 15px;
  }
  main .s04 ul li a {
    border: 1px solid #B20000;
  }
  main .s04 ul li a img {
    width: 94%;
    margin: 8px auto;
  }
  main .s04 ul li:nth-child(1) a p {
    font-size: 16px;
  }
  main .s04 ul li:nth-child(1) a img {
    margin: 12px auto;
  }
  main .s04 .btnbox {
    width: 100%;
    margin-top: 20px;
  }
  main .s04 .btnbox .btn {
    width: 280px;
    float: none !important;
    margin: 0 auto 10px;
  }
  main .s04 .btnbox .btn02 {
    pointer-events: all;
  }
  footer {
    padding-bottom: 35px;
    padding-top: 10px;
  }
  footer .menu {
    background-color: #eee;
    padding: 40px 0;
    display: none;
  }
  footer .menu ul {
    text-align: center;
  }
  footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #aaa;
    line-height: 100%;
  }
  footer .menu ul li:last-child {
    border-right: 1px solid #aaa;
  }
  footer .menu ul li a {
    line-height: 100%;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    padding: 0 20px 5px;
    display: inline-block;
  }
  footer .logo {
    width: 86px;
    margin: 30px auto 0;
  }
  footer .t01 {
    font-size: 10px;
    margin-top: 18px;
  }
  footer .t02 {
    font-size: 10px;
    margin-top: 7px;
  }
  footer .pagetop {
    width: 32px;
    display: block;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
}
