@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #6DD900;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

body {
  color: #000;
  font-family: "Avenir Next", Arial, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 170%;
  -webkit-text-size-adjust: 100%;
}

.wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
  }
}

.clearfix:before {
  content: " ";
  display: block;
  clear: both;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 3px 2px #999;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  header {
    height: 70px;
  }
}
header h1 {
  margin-top: 10px;
  float: left;
}
@media screen and (max-width: 750px) {
  header h1 {
    margin-left: 10px;
  }
}
header h1 img {
  width: 140px;
}
@media screen and (max-width: 750px) {
  header h1 img {
    width: 100px;
  }
}
header ul {
  float: right;
  margin-top: 11px;
}
@media screen and (max-width: 750px) {
  header ul {
    position: fixed;
    top: 70px;
    left: 0px;
    right: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: solid 1px #ddd;
    display: none;
  }
}
header ul .info {
  border-right: none;
}
header ul .rcr {
  border-left: solid 1px #EEE;
  width: 125px;
}
@media screen and (max-width: 750px) {
  header ul .rcr {
    width: 100%;
    border-left: none;
  }
}
header ul li {
  float: left;
  border-right: solid 1px #EEE;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  header ul li {
    float: none;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #EEE;
  }
}
header ul li:hover > ul {
  display: block;
}
header ul li ul {
  display: none;
  background-color: rgba(243, 247, 229, 0.9);
  position: static;
  border-bottom: solid 1px #EEE;
}
@media screen and (max-width: 750px) {
  header ul li ul {
    width: 100%;
  }
}
header ul li ul li {
  text-align: left;
  float: none;
  display: block;
  border: none;
  border-top: solid 1px #EEE;
  padding: 0px;
}
header ul li ul li a {
  display: block;
  padding: 7px;
  font-size: 90%;
}
@media screen and (max-width: 750px) {
  header ul li ul li a {
    padding: 15px 0px 15px 10px;
  }
}
header ul li a {
  display: block;
  width: 110px;
  padding: 20px 0px 20px 0px;
  line-height: 130%;
}
@media screen and (max-width: 750px) {
  header ul li a {
    width: 100%;
    padding: 10px;
  }
}
header ul li a span {
  font-size: 11px;
  color: #bbb;
  display: block;
}
header ul li:nth-child(1) a {
  width: 125px;
}
@media screen and (max-width: 750px) {
  header ul li:nth-child(1) a {
    width: 100%;
  }
}
header #toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  header #toggle {
    display: block;
  }
}
header #toggle span {
  display: block;
  width: 55px;
  height: 44px;
}
header #toggle .close {
  background-image: url(../img/common/toggle_on.png);
  background-position: left top;
  background-size: 55px 44px;
}
header #toggle .open {
  background-image: url(../img/common/toggle_off.png);
  background-position: left top;
  background-size: 55px 44px;
}

#visual {
  height: 200px;
  margin-top: 100px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #visual {
    margin-top: 70px;
  }
}
#visual #head {
  background-image: url(../img/pages/bg_main.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 200px;
  width: 100%;
  position: absolute;
  right: 50%;
  top: 0px;
  margin-right: -500px;
}
@media screen and (max-width: 750px) {
  #visual #head {
    right: 0px;
    margin-right: 0px;
  }
}
#visual #head dfn {
  float: right;
  margin-right: -350px;
  margin-top: 42px;
  color: #ddd;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #visual #head dfn {
    margin-right: -335px;
  }
}
#visual #head h2 {
  float: right;
  margin-right: -350px;
  margin-top: 70px;
  font-size: 28px;
  color: #008601;
  text-align: right;
  line-height: 110%;
}
@media screen and (max-width: 750px) {
  #visual #head h2 {
    margin-right: -340px;
  }
}
#visual #head:before {
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0px 0 350px;
  border-color: #fff transparent transparent transparent;
}

footer {
  border-top: solid 1px #eee;
  margin-top: 50px;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  footer {
    margin-top: 0px;
    padding: 10px 0px 0px 0px;
  }
}
footer h2 {
  float: left;
  border-right: solid 1px #eee;
  padding: 0px 65px 0px 0px;
}
footer h2 img {
  width: 140px;
}
@media screen and (max-width: 750px) {
  footer h2 {
    display: none;
  }
}
footer p {
  float: left;
  padding: 0px 0px 0px 30px;
  font-size: 13px;
  line-height: 150%;
}
footer p strong {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  footer p {
    padding: 10px 10px 0px 10px;
    float: inherit;
  }
}
footer ul {
  float: right;
}
@media screen and (max-width: 750px) {
  footer ul {
    padding: 10px;
    float: inherit;
  }
}
footer ul li a {
  width: 200px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  padding: 6px 0px 6px 0px;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  footer ul li a {
    width: 100%;
  }
}
footer ul li:first-child a {
  background-color: #85B200;
  border: solid 1px #85B200;
  color: #fff;
}
footer ul li:last-child a {
  background-color: #fff;
  border: solid 1px #85B200;
  color: #85B200;
}
footer ul li:first-child a:hover, footer ul li:last-child a:hover {
  background-color: #5C7B00;
  border: solid 1px #5C7B00;
  color: #fff;
}

small {
  padding: 5px 0px 0px 0px;
  display: block;
  text-align: center;
  border-top: solid 1px #eee;
  color: #BBB;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  small {
    padding: 5px 0px 10px 0px;
  }
}
