@charset "UTF-8";
/*---------------------------------------------------------------
リセット
---------------------------------------------------------------*/
/**reset**/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
section,
article,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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;
}

img {
  vertical-align: top;
}

hr {
  display: none;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
}

/* reset[e] */
@font-face {
  font-family: 'icomoon';
  src: url("../css/fonts/icomoon.eot?9bj0m8");
  src: url("../css/fonts/icomoon.eot?9bj0m8#iefix") format("embedded-opentype"), url("../css/fonts/icomoon.ttf?9bj0m8") format("truetype"), url("../css/fonts/icomoon.woff?9bj0m8") format("woff"), url("../css/fonts/icomoon.svg?9bj0m8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-gear:before {
  content: "\e901";
}

.icon-people:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e904";
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*---------------------------------------------------------------
色
---------------------------------------------------------------*/
/*---------------------------------------------------------------
common
---------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 16px;
  }
}
body a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
body h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #2e5c3f;
  background: #f2f2f2 url("../images/arrow3.svg") repeat-y;
  padding: 12px 0 10px 25px;
  margin: 0 0 20px;
}
body h3 {
  font-size: 1.2em;
  font-weight: bold;
}
body a {
  color: #33a847;
}
body p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

/*---------------------------------------------------------------
header
---------------------------------------------------------------*/
header {
  /*background: $green url("../images/header_bg.svg") no-repeat 10% 0 ;*/
  min-width: 1100px;
  background: url("../images/header_bg.svg") no-repeat 10% -50px, transparent linear-gradient(to bottom, #235234 0%, #316745 100%) repeat scroll 0 0;
}
@media screen and (max-width: 999px) {
  header {
    min-width: 0;
  }
}
header aside {
  padding: 5px 20px;
  background: #e6e6e6;
  text-align: right;
  font-size: 0.9em;
  min-height: 25px;
  height: auto !important;
  height: 25px;
}
@media screen and (max-width: 999px) {
  header aside {
    display: none;
  }
}
header aside p {
  float: left;
  padding: 7px 0 0 0;
}
header aside p span {
  color: #2e5c3f;
}
@media screen and (max-width: 999px) {
  header aside p {
    float: none;
    margin-bottom: 5px;
    text-align: left;
  }
}
header aside form .txtbox {
  border: 0;
  padding: 3px;
  font-size: 1.1em;
  border: solid 1px #ccc;
}
@media screen and (max-width: 999px) {
  header aside form {
    text-align: left;
  }
  header aside form span {
    text-align: left;
    display: block;
    margin-bottom: 5px;
  }
}
header .wrap {
  width: 1100px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 60px 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  header .wrap {
    width: 100%;
    padding: 20px 0 70px 0;
  }
}
header h1, header #h_logo {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 999px) {
  header h1, header #h_logo {
    font-size: 5vw;
    line-height: 1.4;
  }
}
header .sp-tel {
  display: none;
}
@media screen and (max-width: 999px) {
  header .sp-tel {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px 0;
  }
  header .sp-tel a {
    color: #fff;
  }
}
header nav {
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 999px) {
  header nav {
    right: 0;
    width: 100%;
    display: none;
  }
}
header nav li {
  font-size: 0.9em;
  font-weight: bold;
  float: left;
  background: url("../images/arrow.svg") no-repeat 8px 11px #28693f;
  padding: 8px 10px 5px 17px;
  margin: 0 0 0 7px;
}
header nav li a {
  color: #e6e6e6;
}
header nav li:hover {
  background: url("../images/arrow.svg") no-repeat 8px 11px #3c8445;
}
@media screen and (max-width: 999px) {
  header nav li {
    padding: 15px 7px 13px 15px;
    margin: 0 1px;
    width: calc(50% - 25px);
    background: url("../images/arrow.svg") no-repeat 15px 17px #28693f;
  }
}
header dl {
  position: absolute;
  top: 38px;
  right: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 33px 0 0 0;
  width: 113px;
  min-height: 113px;
  height: auto !important;
  height: 113px;
  background: url("../images/circle.svg") no-repeat;
}
header dl dt {
  margin: 0 0 5px 0;
}
header dl dd span {
  font-size: 1.9em;
}
@media screen and (max-width: 999px) {
  header dl {
    top: 75%;
    right: 0;
    font-size: 0.8rem;
    width: 45%;
    margin: 0 27.5%;
    min-height: 0px;
    height: auto !important;
    height: auto;
    background: #235234;
    border: 3px solid #fdf599;
    padding: 5px 0 2px;
  }
  header dl dt, header dl dd {
    display: inline-block;
  }
  header dl dd span {
    font-size: 1.6em;
  }
}

/*---------------------------------------------------------------
gloval nav
---------------------------------------------------------------*/
#gnav {
  min-width: 1100px;
  border-top: 2px solid #235234;
  background: #295b3b;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #gnav {
    min-width: 0;
  }
}
#gnav ul {
  width: 900px;
  margin: 0px auto 0px auto;
  display: block;
  display: table;
  table-layout: fixed;
}
#gnav ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #235234;
}
#gnav ul li a {
  width: 100%;
  height: 42px;
  display: table;
  position: relative;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 0 0;
  vertical-align: middle;
}
#gnav ul li a span {
  font-size: 2em;
  color: #fdf599;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
#gnav ul li a:hover {
  background: #235234;
}
#gnav ul li a:hover span {
  color: #fdf535;
}
#gnav ul:nth-of-type(1) {
  border-left: 1px solid #235234;
}
#gnav .sp-nav {
  display: none;
}
@media screen and (max-width: 999px) {
  #gnav .sp-nav {
    display: block;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media screen and (min-width: 1000px) {
  .pc-display-none {
    display: none !important;
  }
}
@media print {
  .pc-display-none {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sp-display-none {
    display: none !important;
  }
}

#gnav ul li,
#gnav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#gnav.small {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
}
#gnav.small ul {
  width: 900px;
  margin: 0px auto 0px auto;
  display: block;
  display: table;
  table-layout: fixed;
}
#gnav.small ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #235234;
}
#gnav.small ul li a {
  width: 100%;
  height: 25px;
  display: table;
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  padding: 6px 0 0 0;
  vertical-align: middle;
}
#gnav.small ul li a span {
  font-size: 1.5em;
  color: #fdf599;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
#gnav.small ul li a:hover {
  background: #235234;
}
#gnav.small ul li a:hover span {
  color: #fdf535;
}
#gnav.small ul:nth-of-type(1) {
  border-left: 1px solid #235234;
}

@media screen and (max-width: 999px) {
  #gnav.overlay {
    display: none;
    width: 92%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10100;
    padding: 10% 4% 5% 4%;
    background: #32764b;
  }
  #gnav.overlay ul {
    width: 100%;
  }
  #gnav.overlay ul li {
    border-right: none;
    border-bottom: 1px solid #09150d;
    display: block;
    text-align: left;
  }
  #gnav.overlay ul li a {
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding: 15px 0;
    vertical-align: middle;
  }
  #gnav.overlay ul li a span {
    font-size: 2em;
    color: #fdf599;
    vertical-align: middle;
    letter-spacing: 0.2em;
  }
  #gnav.overlay ul:nth-of-type(1) {
    border-left: none;
    margin-bottom: 30px;
  }
  #gnav.overlay ul:nth-of-type(1) li:nth-of-type(3), #gnav.overlay ul:nth-of-type(1) li:nth-of-type(4), #gnav.overlay ul:nth-of-type(1) li:nth-of-type(5) {
    display: none;
  }
  #gnav.overlay ul:nth-of-type(2) li a {
    font-size: 1rem;
    padding: 15px 0 0;
  }

  #gnav.overlay.active {
    display: block;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: fixed;
    z-index: 11000 !important;
    border: none !important;
    margin-left: 30px;
    background: #235234;
    width: 40px;
    height: 40px;
    padding: 6px;
    top: 10px;
    right: 10px;
  }
  .menu-trigger:after {
    content: '';
    background: none !important;
  }
  .menu-trigger span {
    position: absolute !important;
    z-index: 11000 !important;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 26px;
  }
}
.menu-trigger.active {
  transform: skewX(0deg) !important;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translateY(11px) rotate(-405deg) !important;
  transform: translateY(11px) rotate(-405deg) !important;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  top: 28px;
  -webkit-transform: translateY(-9px) rotate(45deg) !important;
  transform: translateY(-9px) rotate(45deg) !important;
}

/*------------------------*/
#img-wrap {
  display: none;
}
@media screen and (max-width: 999px) {
  #img-wrap {
    display: block;
    height: 35vh !important;
    width: 100%;
  }
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
footer {
  min-width: 1100px;
  clear: both;
  padding: 30px 0 50px 0;
  background: #2e5c3f;
}
@media screen and (max-width: 999px) {
  footer {
    min-width: 0;
  }
}
@media screen and (max-width: 999px) {
  footer {
    padding: 30px 4% 10px 4%;
  }
}
footer .wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  footer .wrap {
    width: 100%;
  }
}
footer .wrap figure {
  float: left;
  margin: 0 10px 0 0;
  color: #fff;
}
footer .wrap figure figcaption {
  padding: 10px 0 0 0;
}
footer .wrap figure:nth-of-type(2) {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 999px) {
  footer .wrap figure {
    width: calc(50% - 5px);
  }
  footer .wrap figure:nth-of-type(2) {
    padding: 0;
    margin: 0 0 20px;
  }
  footer .wrap figure img {
    width: 100%;
    height: auto;
  }
  footer .wrap figure figcaption {
    font-size: 0.9rem;
  }
}
footer .wrap address {
  float: left;
  color: #fff;
  line-height: 1.5em;
}
footer .wrap address #h4 {
  padding: 0 0 20px;
}
@media screen and (max-width: 999px) {
  footer .wrap address {
    margin-bottom: 20px;
  }
}
footer .wrap .contact-mark {
  float: right;
}
footer .wrap .mark {
  padding: 10px;
  width: 225px;
  border: 1px solid #5c855a;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  -ms-border-radius: 3px 3px;
  -o-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
footer .wrap .mark figcaption {
  color: #fff;
  width: 115px;
  float: right;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 999px) {
  footer .wrap .mark {
    float: left;
    width: 94%;
  }
  footer .wrap .mark img {
    width: 30%;
  }
  footer .wrap .mark figcaption {
    width: 66%;
  }
}
footer .wrap .contact-block {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
footer .wrap .contact-block p {
  color: #ffffff;
  text-align: center;
}
footer .wrap .contact-block ul {
  text-align: center;
}
footer .wrap .contact-block ul li {
  display: inline;
  margin: 0 4px;
}
footer .wrap .contact-block ul li a {
  background: #e9d600;
  color: #292929;
  padding: 8px 16px;
  border-radius: 50px;
}
footer .wrap .contact {
  padding: 10px 40px 20px;
  margin: 0 0 50px;
  background: #33a847;
  -webkit-border-radius: 10px 10px;
  -moz-border-radius: 10px 10px;
  -ms-border-radius: 10px 10px;
  -o-border-radius: 10px 10px;
  border-radius: 10px 10px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0.2em;
}
footer .wrap .contact:hover {
  background: #47c75d;
}
footer .wrap .contact .icon-mail {
  color: #fdf599;
  font-size: 1.8em;
  vertical-align: middle;
}
footer .wrap .contact .stxt {
  font-size: 0.6em;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  footer .wrap .contact {
    clear: both;
    float: none;
    font-size: 1.2rem;
    padding: 10px 5% 20px;
    margin: 0 0 30px 0;
    width: 90%;
    display: block;
  }
}
footer .wrap small {
  clear: both;
  width: 1100px;
  display: inline-block;
  color: #fff;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 999px) {
  footer .wrap small {
    font-size: 0.8rem;
    line-height: 1.5;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
footer .wrap .pagetop {
  position: absolute;
  top: -77px;
  right: 0;
}

/*---------------------------------------------------------------
table
---------------------------------------------------------------*/
table {
  width: 100%;
  table-layout: fixed;
}
table span {
  color: #ff6f51;
  font-size: 0.8em;
}
table tr {
  border-top: 1px solid #2e5c3f;
  padding: 10px;
}
table tr th {
  background: #f5faf7;
  font-weight: bold;
  color: #2e5c3f;
  text-align: left;
  padding: 10px 10px 10px 15px;
  width: 20%;
}
@media screen and (max-width: 999px) {
  table tr th {
    display: block;
    width: 93%;
  }
}
table tr .sideline {
  border-right: 1px solid #2e5c3f;
}
table tr td {
  text-align: left;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 999px) {
  table tr td {
    display: block;
    width: 87%;
  }
}
table tr td dl {
  border-bottom: 1px solid #dfdfdf;
  clear: both;
}
table tr td dl:last-child {
  border-bottom: 1px solid #fff;
}
table tr td dl dt {
  float: left;
  padding: 10px;
  color: #2e5c3f;
  font-weight: bold;
}
table tr td dl dd {
  padding: 10px;
}
table tr td dl:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
table tr td .checkbox label {
  padding: 0 30px 10px 0;
  display: inline;
  float: left;
}
table tr td .txtbox {
  font-size: 1.0em;
  border: 0;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: solid 1px #ccc;
}
table tr td .txtbox:placeholder-shown {
  color: #b3b3b3;
}
table tr td .txtbox::-webkit-input-placeholder {
  color: #b3b3b3;
}
table tr td .txtbox:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
table tr td .txtbox::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
table tr td .txtbox:-ms-input-placeholder {
  color: #b3b3b3;
}
@media screen and (max-width: 999px) {
  table tr td .txtbox {
    width: 100%;
  }
}
table tr td textarea {
  border: 0;
  padding: 5px;
  font-size: 0.9em;
  line-height: 1.5em;
  border: solid 1px #ccc;
  resize: none;
  width: 96%;
}
table tr td textarea:placeholder-shown {
  color: #b3b3b3;
}
table tr td textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
table tr td textarea:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
table tr td textarea::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
table tr td textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
table tr .short {
  width: 380px;
}
table tr #message_body {
  width: 96%;
  padding: 10px;
  border: solid 1px #ccc;
}
table:last-child {
  border-bottom: 1px solid #235234;
}
table table tr {
  border-bottom: 1px solid #dfdfdf;
  border-top: none;
}
table table tr th {
  background: #fff;
  padding: 5px 0 5px 10px;
  font-size: 0.9em;
}
table table tr td {
  padding: 10px;
  text-align: left;
}
table table tr:last-child {
  border-bottom: 1px solid #fff;
}

/*---------------------------------------------------------------
error
---------------------------------------------------------------*/
.error {
  color: red;
}

.command_menu dt {
  padding-bottom: 7px;
}
.command_menu dt a {
  color: #33a847;
  font-weight: bold;
  font-size: 1.15em;
  padding: 0 0 0 13px;
  background: url("../images/arrow.svg") no-repeat 5px 5px;
}
.command_menu dt a:hover {
  color: #6ed37f;
}
.command_menu dd {
  padding-left: 40px;
  padding-bottom: 10px;
}

/*---------------------------------------------------------------
content
---------------------------------------------------------------*/
#content {
  min-width: 1100px;
}
@media screen and (max-width: 999px) {
  #content {
    min-width: 0;
    overflow: hidden;
  }
}
#content .wrap {
  width: 1100px;
  margin: 0 auto 80px auto;
  padding: 35px 0 0 0;
  line-height: 1.5em;
}
#content .wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  #content .wrap {
    width: 92%;
    padding: 4% 0;
  }
}
#content .wrap #breadcrumb {
  float: right;
  margin: -20px 0 0 0;
  font-size: 0.8em;
  color: #33a847;
}
#content .wrap #breadcrumb li {
  display: inline;
  color: #33a847;
}
#content .wrap #breadcrumb li a {
  color: #33a847;
}
@media screen and (max-width: 999px) {
  #content .wrap #breadcrumb {
    display: none;
  }
}
#content .wrap .btn_wrap {
  margin: 0 auto;
  text-align: center;
}
#content .wrap .btn_wrap .btn {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background: #33a847;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: none;
}
#content .wrap .btn_wrap .btn:hover {
  background: #47c75d;
}
#content .wrap section {
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
  clear: both;
}

/*---------------------------------------------------------------
title
---------------------------------------------------------------*/
#title {
  background: #f2f2f2;
}
#title h1 {
  color: #2e5c3f;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  padding: 60px 0 65px;
}
@media screen and (max-width: 999px) {
  #title h1 {
    font-size: 1.5em;
    padding: 40px 0 45px;
    margin-bottom: 10px;
  }
}

/*---------------------------------------------------------------
toppage
---------------------------------------------------------------*/
.sp-br {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-br {
    display: block;
  }
}

.top section {
  width: 750px;
  float: right;
  padding: 0 !important;
}
@media screen and (max-width: 999px) {
  .top section {
    width: 100%;
  }
}
.top section p {
  line-height: 1.6em;
  margin: 0 0 30px;
  padding: 0.5em 0;
}
.top section #intro {
  color: #2e5c3f;
  font-size: 1.1em;
}
.top section .top_search label {
  padding: 0 10px 0 0;
}
.top section .top_search input.txtbox {
  margin: 0 0 4px;
}
.top section .top_search .submitbtntd {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .top section .top_search label {
    padding: 0 10px 10px 0;
  }
  .top section .top_search tr th {
    width: calc(100% - 25px);
    display: block;
  }
  .top section .top_search tr td {
    font-size: 1rem;
    width: calc(100% - 20px);
    display: block;
  }
}
.top section h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e5c3f;
  background: #f2f2f2 url("../images/arrow3.svg") repeat-y;
  padding: 12px 0 10px 25px;
  margin: 0 0 10px;
}
.top section .txtbox {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  width: 400px;
}
@media screen and (max-width: 999px) {
  .top section .txtbox {
    width: 70%;
  }
}
.top section #submitbtn {
  padding: 9px 40px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #33a847;
  color: #fff;
  border-style: none;
}
.top section #submitbtn:hover {
  background-color: #47c75d;
}
@media screen and (max-width: 999px) {
  .top section #submitbtn {
    width: 90%;
    margin: 10px;
  }
}
.top section #sp-submitbtn {
  display: none;
}
@media screen and (max-width: 999px) {
  .top section #sp-submitbtn {
    display: inline-block;
    padding: 9px 0;
    width: 20%;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #33a847;
    color: #fff;
  }
}
.top section p {
  margin: 0 0 30px;
}
@media screen and (max-width: 999px) {
  .top section img {
    width: 100%;
    height: auto;
  }
}
.top section .search_help {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #f2f2f2;
  margin: 0 20px 10px 20px;
  padding: 5px 10px;
  color: #2e5c3f;
}
.top section .search_help .search_help_top {
  display: none;
}
.top section .search_help .search_help_bottom {
  text-align: right;
}
.top section .search_help #hide_search_help {
  display: none;
}
.top article {
  width: 300px;
  float: left;
  line-height: 1.3em;
}
@media screen and (max-width: 999px) {
  .top article {
    width: 100%;
  }
}
.top article h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #2e5c3f;
  background: url("../images/arrow2.svg") no-repeat 10px 2px;
  padding: 0 0 8px 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2e5c3f;
}
@media screen and (max-width: 999px) {
  .top article h3 {
    font-size: 1.5rem;
  }
}
.top article dt {
  padding-bottom: 7px;
}
.top article dt a {
  color: #33a847;
  font-weight: bold;
  font-size: 1.15em;
  padding: 0 0 0 13px;
  background: url("../images/arrow.svg") no-repeat 5px 5px;
}
.top article dt a:hover {
  color: #6ed37f;
}
.top article dd {
  color: #828282;
  font-size: 0.9em;
  padding-bottom: 10px;
  margin: 0 0 13px;
  border-bottom: 1px solid #e6e6e6;
}
.top article .news {
  margin: 0 0 50px;
}

/*---------------------------------------------------------------
contact
---------------------------------------------------------------*/
.sp-br {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-br {
    display: block;
  }
}

.contact section p {
  margin-bottom: 20px;
  line-height: 2em;
}
.contact section p span {
  color: #ff6f51;
}
.contact section div {
  float: left;
  width: 480px;
}
@media screen and (max-width: 999px) {
  .contact section div {
    clear: left;
    width: 100%;
  }
}
.contact section figure {
  float: right;
}
@media screen and (max-width: 999px) {
  .contact section figure {
    clear: right;
  }
  .contact section figure img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.contact section #tel {
  font-weight: bold;
  font-size: 1.6em;
  color: #33a847;
  line-height: 1.5em;
}
@media screen and (max-width: 999px) {
  .contact section #tel {
    font-size: 1em;
  }
}
.contact section .txtbox {
  font-size: 1.0em;
  border: 0;
  padding: 10px;
  border: solid 1px #ccc;
  width: 96%;
}
.contact section .txtbox:placeholder-shown {
  color: #b3b3b3;
}
.contact section .txtbox::-webkit-input-placeholder {
  color: #b3b3b3;
}
.contact section .txtbox:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.contact section .txtbox::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.contact section .txtbox:-ms-input-placeholder {
  color: #b3b3b3;
}
.contact section .short {
  width: 200px;
}

/*---------------------------------------------------------------
company
---------------------------------------------------------------*/
.company dt.sub {
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .company .wrap section th {
    width: calc(100% - 25px);
  }
}
.company .short {
  width: 400px;
}
.company .short th:first-child {
  width: 10%;
  white-space: nowrap;
}
.company .short th:nth-of-type(2) {
  width: 90%;
}
.company .short td:first-child {
  padding-right: 1em;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .company .short {
    width: 100%;
  }
  .company .short th, .company .short td {
    width: 100% !important;
    text-align: left !important;
  }
}
.company .machines {
  width: 98%;
}
.company .machines th:first-child {
  width: 5%;
}
.company .machines th:nth-of-type(2) {
  width: 30%;
}
.company .machines th:nth-of-type(3) {
  width: 30%;
}
.company .machines th:nth-of-type(4) {
  width: 30%;
}
.company .machines th:nth-of-type(5) {
  width: 5%;
}
.company .machines td:first-child {
  padding-right: 1em;
  text-align: right;
}
.company .machines td:nth-of-type(5) {
  padding-right: 1em;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .company .machines {
    width: 100%;
  }
  .company .machines th, .company .machines td {
    width: 100% !important;
    text-align: left !important;
  }
}
.company .pic {
  width: 98%;
}
.company .pic th:first-child {
  width: 5%;
}
.company .pic th:nth-of-type(2) {
  width: 60%;
  text-align: center;
}
.company .pic th:nth-of-type(3) {
  width: 35%;
}
.company .pic td:first-child {
  padding-right: 1em;
  text-align: right;
}
.company .pic td:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .company .pic {
    width: 100%;
  }
  .company .pic th, .company .pic td {
    width: 100% !important;
    text-align: left !important;
  }
  .company .pic th img, .company .pic td img {
    width: 95% !important;
    height: auto !important;
  }
}
.company .swiper-container {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  overflow: visible;
}
.company .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.company .swiper-container .swiper-pagination-bullets {
  bottom: -30px !important;
}
.company .pc-table {
  display: block;
}
.company .tabs {
  display: block;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}
.company .tab_item {
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #33a847;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.company input[name="tab_item"] {
  display: none;
}
.company .tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
}
.company #overview:checked ~ #overview_content,
.company #facility:checked ~ #facility_content {
  display: block;
}
.company .tabs input:checked + .tab_item {
  background-color: #33a847;
  color: #fff;
}
.company #facility_content .tab_content_description {
  overflow: scroll;
}
.company #facility_content .tab_content_description .sp-table {
  width: 1080px;
}
.company #facility_content .tab_content_description .sp-table tr th {
  display: table-cell;
  width: 180px;
}
.company #facility_content .tab_content_description .sp-table tr td {
  display: inline-block;
  width: 850px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-short {
  width: 400px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-short th {
  display: inline-block;
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-short td {
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines {
  width: 100%;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines th {
  display: inline-block;
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines th:first-child {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines th:nth-of-type(2) {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines th:nth-of-type(3) {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines th:nth-of-type(4) {
  width: calc(10% - 20px);
  text-align: right;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines td {
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines td:first-child {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines td:nth-of-type(2) {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines td:nth-of-type(3) {
  width: calc(30% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-machines td:nth-of-type(4) {
  width: calc(10% - 20px);
  text-align: right;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic {
  width: 100%;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic th {
  display: inline-block;
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic th:first-child {
  width: calc(50% - 20px);
  text-align: center;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic th:nth-of-type(2) {
  width: calc(50% - 20px);
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic td {
  padding: 3px 10px 2px 10px;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic td:first-child {
  width: calc(50% - 20px);
  text-align: center;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic td:first-child img {
  width: 100%;
  height: auto;
}
.company #facility_content .tab_content_description .sp-table tr td .sp-pic td:nth-of-type(2) {
  width: calc(50% - 20px);
  text-align: left;
}

/*---------------------------------------------------------------
company_print
---------------------------------------------------------------*/
.company_print table td {
  padding-right: 1em;
}
@media screen and (max-width: 999px) {
  .company_print table th {
    width: calc(100% - 25px);
  }
}
.company_print table table td, .company_print table table th {
  padding: 1px;
}
.company_print .short {
  width: 400px;
}
.company_print .short th:first-child {
  width: 10%;
  white-space: nowrap;
}
.company_print .short th:nth-of-type(2) {
  width: 90%;
}
.company_print .short td:first-child {
  padding-right: 1em;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .company_print .short {
    width: 100%;
  }
  .company_print .short th, .company_print .short td {
    width: 100% !important;
    text-align: left !important;
  }
}
.company_print .machines {
  width: 98%;
}
.company_print .machines th:first-child {
  width: 5%;
}
.company_print .machines th:nth-of-type(2) {
  width: 30%;
}
.company_print .machines th:nth-of-type(3) {
  width: 30%;
}
.company_print .machines th:nth-of-type(4) {
  width: 30%;
}
.company_print .machines th:nth-of-type(5) {
  width: 5%;
}
.company_print .machines td:first-child {
  padding-right: 1em;
  text-align: right;
}
.company_print .machines td:nth-of-type(5) {
  padding-right: 1em;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .company_print .machines {
    width: 100%;
  }
  .company_print .machines th, .company_print .machines td {
    width: 100% !important;
    text-align: left !important;
  }
}
.company_print .print_footer {
  text-align: center;
}

/*---------------------------------------------------------------
entry
---------------------------------------------------------------*/
.entry .pic {
  width: 98%;
}
.entry .pic th:first-child {
  width: 70%;
}

/*---------------------------------------------------------------
ranking
---------------------------------------------------------------*/
.ranking .result tr th:first-child {
  width: 1em;
}
.ranking .result tr th:last-child {
  width: 1em;
}
.ranking .result tr td:first-child {
  text-align: right;
  padding: 5px 20px 5px 20px;
}
.ranking .result tr td:last-child {
  text-align: right;
  padding: 5px 20px 5px 20px;
}

/*---------------------------------------------------------------
company_list
---------------------------------------------------------------*/
.company_list .result tr th:nth-of-type(2) {
  width: 1em;
}
.company_list .result tr th:nth-of-type(3) {
  width: 3em;
}
.company_list .result tr th:nth-of-type(4) {
  width: 3em;
}
.company_list .result tr th:nth-of-type(5) {
  width: 3em;
}
.company_list .result tr th:nth-of-type(6) {
  width: 3em;
}
.company_list .result tr th:nth-of-type(7) {
  width: 3em;
}
.company_list .result_navi tr td:first-child {
  text-align: left;
  padding: 5px 20px 5px 20px;
}
.company_list .result_navi tr td:last-child {
  text-align: right;
  padding: 5px 20px 5px 20px;
}

/*---------------------------------------------------------------
search
---------------------------------------------------------------*/
@media screen and (max-width: 999px) {
  .search .wrap section {
    padding: 10px 0 0 0 !important;
  }
}
.search .wrap section .checkbox {
  padding: 0 0 10px 0 !important;
}
.search .wrap section .submitbtntd {
  text-align: center;
  padding: 10px;
  width: calc(100% - 25px);
}
.search .wrap section #submitbtn {
  padding: 9px 40px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #33a847;
  color: #fff;
  border-style: none;
}
.search .wrap section #submitbtn:hover {
  background-color: #47c75d;
}
@media screen and (max-width: 999px) {
  .search .wrap section #submitbtn {
    width: 90%;
    margin: 10px;
  }
}
.search .short {
  width: 100px;
}
@media screen and (max-width: 999px) {
  .search .short {
    width: calc(100% - 25px);
  }
}
.search .left {
  width: 40%;
}
.search .right {
  width: 60%;
}
.search .result tr td:first-child {
  background: #f5faf7;
  border-right: 1px solid #2e5c3f;
}
@media screen and (max-width: 999px) {
  .search .result tr td:first-child {
    border-right: none;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .search .result thead {
    display: none;
  }
}
.search .result_navi tr td:first-child {
  text-align: left;
  padding: 5px 20px 5px 20px;
}
.search .result_navi tr td:last-child {
  text-align: right;
  padding: 5px 20px 5px 20px;
}
.search .search_help {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #f2f2f2;
  margin: 0 20px 10px 20px;
  padding: 5px 10px;
  color: #2e5c3f;
}
.search .search_help .search_help_top {
  display: none;
}
.search .search_help .search_help_bottom {
  text-align: right;
}
.search .search_help #hide_search_help {
  display: none;
}

/*---------------------------------------------------------------
faq
---------------------------------------------------------------*/
.faq ul {
  padding-left: 4em;
  padding-bottom: 1em;
}
.faq ul li {
  list-style-type: square;
  list-style-position: outside;
}

/*---------------------------------------------------------------
terms
---------------------------------------------------------------*/
.terms .quote {
  padding-right: 8em;
  padding-left: 8em;
}
.terms .quote h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #2e5c3f;
  background: none;
  padding: 12px 0 10px 25px;
  margin: 0 0 20px;
  text-align: center;
}
.terms .quote ol {
  padding-left: 4em;
  padding-bottom: 1em;
  /*
  			li {
  				list-style-type:none;
  				list-style-position:outside;
  				counter-increment: cnt;
  				margin-left: 2em;
  			}
  			li:before {
  				display: marker;
  				content: "(" counter(cnt) ") ";
  			}
  */
}
.terms .quote ol li {
  list-style-type: decimal;
  list-style-position: outside;
}

/*---------------------------------------------------------------
login
---------------------------------------------------------------*/
.login {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #2e5c3f;
}
.login h1 {
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .login h1 {
    font-size: 80%;
  }
}
.login .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 480px;
  height: 520px;
}
@media screen and (max-width: 999px) {
  .login .wrap {
    margin-top: 30px;
    width: 80%;
    height: auto;
  }
}
.login .wrap .box {
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  background: #fff;
  padding: 30px;
  margin: 0 0 20px 0;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 999px) {
  .login .wrap .box p {
    font-size: 70%;
  }
}
.login .wrap .box a {
  color: #33a847;
}
.login .wrap .box .txtbox {
  border: 0;
  padding: 10px;
  font-size: 1.2em;
  border: solid 1px #ccc;
  width: 400px;
}
@media screen and (max-width: 999px) {
  .login .wrap .box .txtbox {
    width: 90%;
  }
}
.login .wrap .box .btn_wrap {
  margin: 0 auto 20px;
  text-align: center;
}
.login .wrap .box .btn_wrap .btn {
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  background: #33a847;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  -o-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: none;
}
.login .wrap .box .btn_wrap .btn:hover {
  background: #47c75d;
}
@media screen and (max-width: 999px) {
  .login .wrap .box .btn_wrap {
    font-size: 80%;
  }
}
.login .wrap a {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .login .wrap a {
    font-size: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
