html {
  height: 100%;
  font-size: 62.5%; }

body {
  color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: Meiryo; }

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6; }

p {
  margin-top: 0;
  margin-bottom: 16px; }

figure {
  margin: 0;
  padding: 0; }

/*--header----------------------*/
header {
  background: rgba(0, 0, 0, 0.7);
  height: 108px;
  width: 100%;
  position: absolute;
  bottom: 0; }
  header ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -js-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0; }
  header li {
    margin-right: 16px; }
    header li a {
      color: #fff;
      text-decoration: none;
      border-bottom: 2px solid #fff; }
      header li a:hover, header li a:active, header li a:focus {
        color: #cccccc; }
  header .contents_inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -js-flex-direction: column;
    flex-direction: column; }
    header .contents_inner h1 {
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      font-weight: normal;
      margin-top: 16px;
      margin-bottom: 8px; }

.header_contact {
  width: 182px;
  position: absolute;
  top: 8px;
  right: 0; }

.normal_header {
  margin-bottom: 40px;
  height: 108px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }
  .normal_header header {
    background: rgba(255, 255, 255, 0.7);
    height: 108px;
    margin: 0 auto;
    width: 1008px;
    position: relative; }
    .normal_header header ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      -js-flex-direction: row;
      flex-direction: row;
      list-style: none;
      padding: 0;
      margin: 0; }
    .normal_header header li {
      margin-right: 16px; }
      .normal_header header li a {
        color: #222;
        text-decoration: none;
        border-bottom: 2px solid #222; }
        .normal_header header li a:hover, .normal_header header li a:active, .normal_header header li a:focus {
          color: black; }
    .normal_header header .contents_inner {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -js-flex-direction: column;
      flex-direction: column; }
      .normal_header header .contents_inner h1 {
        font-size: 24px;
        font-size: 2.4rem;
        color: #222;
        font-weight: normal;
        margin-top: 16px;
        margin-bottom: 8px; }
  .normal_header .header_contact {
    width: 182px;
    position: absolute;
    top: 8px;
    right: 0; }
  .normal_header .header_btn {
    display: inline-block;
    width: 166px;
    padding: 12px 8px;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -js-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -js-border-radius: 5px;
    border-radius: 5px; }
  .normal_header a.header_btn:hover {
    background: rgba(78, 164, 64, 0.9);
    color: #fff; }

/*--main image----------------------*/
.bg_photo {
  background-image: url(../img/common/main_bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 525px;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px; }
  .bg_photo .contents_inner {
    position: relative; }

.main_txt01 {
  position: absolute;
  top: 24px;
  right: 126px; }

.main_txt02 {
  position: absolute;
  top: 100px;
  right: 252px; }

/*--contents_wrap----------------------*/
.contents_wrap {
  overflow: hidden;
  width: 100%; }

/*--contents_inner----------------------*/
.contents_inner {
  width: 1008px;
  margin: 0 auto; }
  .contents_inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #1A6600; }
  .contents_inner p {
    margin-bottom: 16px; }

.nakama {
  background: #f9f9f9;
  padding: 40px 0; }
  .nakama h1 {
    color: #222; }

.box304 {
  width: 304px; }

/*--footer_wrap----------------------*/
.footer_wrap {
  clear: both;
  width: 100%;
  border-top: 1px solid #999; }

/*--footer----------------------*/
footer {
  width: 1008px;
  margin: 0 auto;
  padding: 40px 0; }
  footer h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  footer p {
    text-align: center;
    margin-top: 40px; }
  footer ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -js-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0; }
  footer li {
    margin-right: 24px; }
    footer li a {
      color: #222;
      text-decoration: none; }
      footer li a:hover, footer li a:active, footer li a:focus {
        color: #555555; }

.footer_logo {
  float: left;
  margin-right: 16px;
  margin-top: -16px; }

/*--btn----------------------*/
a.ghost {
  display: inline-block;
  width: 40%;
  padding: 16px 8px;
  border: 1px solid #d8d8d8;
  background: rgba(255, 255, 255, 0.6);
  color: #4ea440;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -js-transition: 0.3s;
  transition: 0.3s; }

a.ghost:hover {
  border: 1px solid #d8d8d8;
  background: rgba(78, 164, 64, 0.9);
  color: #fff; }

.header_btn {
  display: inline-block;
  width: 166px;
  padding: 12px 8px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -js-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -js-border-radius: 5px;
  border-radius: 5px; }

a.header_btn:hover {
  background: rgba(78, 164, 64, 0.9);
  color: #fff; }

/*--contents box----------------------*/
.contents_box756 {
  width: 756px;
  overflow: hidden;
  margin-bottom: 40px; }

.fl_r {
  float: right; }

.fl_l {
  float: left; }

.nakama .ghost {
  width: 100%;
  margin-bottom: 40px; }

.box_banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.box_banner section {
  flex: auto;
  min-width: 183px;
  width: 210px;
  margin-bottom: 40px; }
  .box_banner section figcaption {
    width: 183px;
    margin: 0; }

.contact_box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px;
    border-top: 1px solid #999 ;  
    text-align: center;
}

.contact_box > h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #1A6600;
}

/*--contents box----------------------*/
.main {
  display: -webkit-flex;
  display: flex; }
  .main figcaption {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  .main a.ghost {
    width: 100%;
    color: #E40011;
    border: 1px solid #E40011; }
  .main a.ghost:hover {
    border: 1px solid #E40011;
    background: rgba(228, 0, 17, 0.9);
    color: #fff; }

.main section {
  -webkit-flex: 1;
  flex: 1;
  border-radius: 5px;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .main section img {
    display: block;
    margin: 0 auto 16px auto; }

.logomark section {
  margin-bottom: 56px;
  overflow: hidden; }
  .logomark section .contents_box756 {
    margin-bottom: 0; }
  .logomark section li {
    margin-bottom: 16px; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10000; }

/*# sourceMappingURL=base.css.map */
