@charset "UTF-8";
/* --------------------------
    Mixin
-------------------------- */
/* --------------------------
    Mixin
-------------------------- */
/* --------------------------
    Mixin
-------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #231815;
  font-family: 'Noto Sans Japanese', "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #231815;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

main {
  margin: 27px auto 0 auto;
  width: 980px;
  display: block;
}
main h1 {
  padding: 3px 0 20px 38px;
  border-bottom: solid 2px #236F38;
  width: 100%;
  color: #236F38;
  background-repeat: no-repeat;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
main h1 span {
  padding: 0 0 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
main h2 {
  margin: 57px 0 0 0;
  padding: 0 0 0 24px;
  width: 100%;
  color: #fff;
  background-image: url(../img/intro/label_bg.png);
  background-repeat: no-repeat;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
}
main h3 {
  margin: 29px 0 0 0;
  padding: 2px 0 6px 10px;
  border-bottom: solid 1px #236F38;
  border-left: solid 5px #236F38;
  color: #236F38;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
}
main #sign {
  margin: 66px 0 0 0;
  padding: 0 0 0 11px;
  border-left: solid 2px #236F38;
}
main #sign p:nth-of-type(1) {
  font-size: 17px;
  font-size: 1.7rem;
}
main #sign p:nth-of-type(2) {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
main #sign p:nth-of-type(3) {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
}
main #sign p:nth-of-type(3) a {
  color: #236F38;
}
main #message_box {
  margin: 40px 0 0 0;
  padding: 50px;
  border: solid 1px #236f38;
}
main #message_box p {
  text-align: center;
}
main #message_box a {
  margin: 30px auto 0 auto;
  width: 250px;
  text-align: center;
  border: solid 1px #236f38;
  display: block;
  color: #236f38;
  height: 55px;
  line-height: 55px;
}
main #message_box a:hover {
  background: #236f38;
  color: #fff;
}

/* --------------------------
    Mixin
-------------------------- */
header {
  padding: 46px 0 0 0;
  width: 100%;
}
header > div {
  margin: 0 auto;
  width: 980px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header > div h1 {
  margin: 13px 0 0 0;
  padding: 0 0 0 30px;
  width: 529px;
}
header > div div {
  width: 421px;
}
header > div div#logined {
  padding: 10px 0 0 0;
}
header > div div#logined p {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
header > div div#logined p:nth-of-type(2) {
  margin: 10px 0 0 0;
}
header > div div:not(#logined) ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header > div div:not(#logined) ul > li:first-child dl dt {
  font-size: 13px;
  font-size: 1.3rem;
}
header > div div:not(#logined) ul > li:first-child dl dt:nth-of-type(2) {
  margin: 10px 0 0 0;
}
header > div div:not(#logined) ul > li:first-child dl dd {
  margin: 4px 0 0 0;
}
header > div div:not(#logined) ul > li:first-child dl dd input {
  width: 170px;
  height: 20px;
}
header > div div:not(#logined) ul > li:last-child {
  padding: 17px 0 0 20px;
}
header > div div:not(#logined) ul > li:last-child ol li {
  line-height: 0;
}
header > div div:not(#logined) ul > li:last-child ol li:last-child {
  margin: 12px 0 0 0;
}
header > div div:not(#logined) ul > li:last-child ol li:last-child a {
  text-decoration: underline;
  font-size: 12.5px;
  font-size: 1.25rem;
}

nav {
  margin: 30px 0 0 0;
  padding: 11px 0;
  width: 100%;
  background: #236F38;
}
nav ul {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  *zoom: 1;
}
nav ul li {
  border-right: solid 1px #fff;
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
nav ul li:first-child a {
  background-image: url(../img/common/header_icon01_off.png);
}
nav ul li:first-child a:hover {
  background-image: url(../img/common/header_icon01_on.png);
}
nav ul li:nth-of-type(2) a {
  background-image: url(../img/common/header_icon02_off.png);
}
nav ul li:nth-of-type(2) a:hover {
  background-image: url(../img/common/header_icon02_on.png);
}
nav ul li:nth-of-type(3) a {
  background-image: url(../img/common/header_icon03_off.png);
}
nav ul li:nth-of-type(3) a:hover {
  background-image: url(../img/common/header_icon03_on.png);
}
nav ul li:nth-of-type(3) span {
  background-image: url(../img/common/header_icon03_off.png);
}
nav ul li:nth-of-type(4) a {
  background-image: url(../img/common/header_icon04_off.png);
}
nav ul li:nth-of-type(4) a:hover {
  background-image: url(../img/common/header_icon04_on.png);
}
nav ul li:nth-of-type(5) a {
  background-image: url(../img/common/header_icon05_off.png);
}
nav ul li:nth-of-type(5) a:hover {
  background-image: url(../img/common/header_icon05_on.png);
}
nav ul li:nth-of-type(6) a {
  background-image: url(../img/common/header_icon06_off.png);
}
nav ul li:nth-of-type(6) a:hover {
  background-image: url(../img/common/header_icon06_on.png);
}
nav ul li:last-child {
  border-right: none;
}
nav ul li:last-child a {
  background-image: url(../img/common/header_icon07_off.png);
}
nav ul li:last-child a:hover {
  background-image: url(../img/common/header_icon07_on.png);
}
nav ul li span {
  padding: 0 28px 0 40px;
  color: #fff;
  display: block;
  background-position: 17px 0;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
}
nav ul li a {
  padding: 0 28px 0 40px;
  color: #fff;
  display: block;
  background-position: 17px 0;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
}
nav ul li a:hover {
  color: #B9D27A;
}

/* --------------------------
    Mixin
-------------------------- */
footer {
  margin: 47px 0 0 0;
  padding: 0 0 20px 0;
  border-top: solid 1px #9FA0A0;
  width: 100%;
  background: #EFEFEF;
}
footer > div {
  margin: 0 auto;
  padding: 22px 0 15px 0;
  width: 980px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
footer > div div:nth-of-type(1) {
  padding: 0 0 0 25px;
  width: 630px;
}
footer > div div:nth-of-type(1) ul li {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
footer > div div:nth-of-type(1) ul li:nth-child(n + 4) {
  margin: 20px 0 0 0;
}
footer > div div:nth-of-type(1) ul li span {
  padding: 0 0 0 20px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
footer > div div:nth-of-type(1) ul li span.i7 {
  background: url(../img/f_icon07_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a {
  padding: 0 0 0 20px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
footer > div div:nth-of-type(1) ul li a.i1 {
  background: url(../img/f_icon01_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i2 {
  background: url(../img/f_icon02_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i3 {
  background-image: url(../img/f_icon03_off.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
footer > div div:nth-of-type(1) ul li a.i4 {
  background: url(../img/f_icon04_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i5 {
  background: url(../img/f_icon05_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i6 {
  background: url(../img/f_icon06_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i7 {
  background: url(../img/f_icon07_off.png) no-repeat;
}
footer > div div:nth-of-type(1) ul li a.i8 {
  background: url(../img/f_icon08_off.png) no-repeat;
}
footer > div div:nth-of-type(2) {
  padding: 0 0 0 44px;
  width: 350px;
  border-left: solid 1px #9FA0A0;
}
footer > div div:nth-of-type(2) h4 {
  color: #236F38;
  font-size: 19px;
  font-size: 1.9rem;
}
footer > div div:nth-of-type(2) p {
  line-height: 22px;
}
footer > div div:nth-of-type(2) p:nth-of-type(1) {
  margin: 10px 0 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
footer > div div:nth-of-type(2) p:nth-of-type(2) {
  margin: 28px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
footer > div div:nth-of-type(2) p:nth-of-type(2):before {
  content: "■";
  color: #236F38;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
footer > div div:nth-of-type(2) p a {
  text-decoration: underline;
}
footer > div div:nth-of-type(2) dl {
  margin: 5px 0 0 0;
}
footer > div div:nth-of-type(2) dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
footer > div div:nth-of-type(2) dl dt:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
footer > div div:nth-of-type(2) dl dt:nth-of-type(2) {
  margin: 12px 0 0 0;
}
footer > div div:nth-of-type(2) dl dd {
  padding: 5px 0 0 15px;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
footer > div div:nth-of-type(2) dl dd:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
footer > div div:nth-of-type(2) dl dd:nth-of-type(2) a {
  text-decoration: underline;
}
footer > p {
  margin: 40px auto 0 auto;
  width: 980px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

/* --------------------------
    Mixin
-------------------------- */
#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#overlay div {
  width: 1100px;
  background: #f4f3e9;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: scroll;
  border: solid 2px #236f38;
  border-radius: 10px;
}
#overlay div article {
  padding: 50px 30px;
  width: 100%;
  height: auto;
  display: none;
}
#overlay div article > img {
  width: 100%;
  height: auto;
}
#overlay div article h1 {
  border-left: 6px solid #236f38;
  color: #236f38;
  font-size: 2rem;
  font-weight: 700;
  padding: 2px 0 2px 10px;
}
#overlay div article p {
  margin: 40px 0 0 0;
  line-height: 24px;
}
#overlay div article p a {
  text-decoration: underline;
}
#overlay div article#view02 #email {
  margin: 3px 0 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

main {
  padding: 55px 28px 0 28px;
}
main h1 {
  background-image: url("../img/title_icon08.png");
  background-size: 20px auto;
  background-position: 0 4px;
}
main ul {
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  width: 33%;
  position: relative;
}
main ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #236f38;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
main ul li a {
  padding: 0 5px 3px 5px;
  position: relative;
  display: inline-block;
  transition: .3s;
}
main ul li a:hover {
  color: #236f38;
}
main ul li a:hover::after {
  width: 100%;
}
main ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  transition: .3s;
  transform: translateX(-50%);
}
