@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/******************************************************************

******************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
/* line 34, ../scss/_mixin.scss */
.a_color {
  color: #88c331;
}

/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'chogokuboso';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/chogokubosogothic_5.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-L_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-L_3.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-M_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-M_3.ttf") format("truetype");
}
@font-face {
  font-family: 'ghatee';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ghatee.ttf") format("truetype");
}
@font-face {
  font-family: 'Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JISZ8903-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'gt';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gt.otf") format("opentype");
}
@font-face {
  font-family: 'old_stamper';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/old_stamper.ttf") format("truetype");
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 155, ../scss/_mixin.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* line 4, ../scss/_bxireset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../scss/_bxireset.scss */
html {
  font-size: calc(1.125em + 0.25vw);
}

/* line 12, ../scss/_bxireset.scss */
body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.625em;
  word-wrap: break-word;
}

/* line 23, ../scss/_bxireset.scss */
object {
  pointer-events: none;
}

/* line 26, ../scss/_bxireset.scss */
figure {
  padding: 0;
  margin: 0;
}

/* line 30, ../scss/_bxireset.scss */
.inner, #form_c2 {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 34, ../scss/_bxireset.scss */
.inner2 {
  margin: 0 auto;
  max-width: 730px;
}

@media screen and (max-width: 1000px) {
  /* line 39, ../scss/_bxireset.scss */
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 45, ../scss/_bxireset.scss */
  .inner, .inner2, #form_c2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  /* line 55, ../scss/_bxireset.scss */
  .inner, .inner2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
/* line 62, ../scss/_bxireset.scss */
.sinner {
  max-width: 620px;
}

/* line 65, ../scss/_bxireset.scss */
#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 70, ../scss/_bxireset.scss */
#contents {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  /* line 73, ../scss/_bxireset.scss */
  #main {
    width: 79.16667%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 78, ../scss/_bxireset.scss */
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 84, ../scss/_bxireset.scss */
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 89, ../scss/_bxireset.scss */
  #side aside {
    width: 100% !important;
  }
}

/* line 95, ../scss/_bxireset.scss */
.map {
  margin: 56px auto;
  max-width: 1000px;
}

/* line 99, ../scss/_bxireset.scss */
.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

/* line 107, ../scss/_bxireset.scss */
.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

/* line 114, ../scss/_bxireset.scss */
.policy p {
  margin: 0 0 20px;
}

/* line 117, ../scss/_bxireset.scss */
table {
  table-layout: fixed;
}

/* line 120, ../scss/_bxireset.scss */
table td {
  padding: 0 !important;
}

/* line 123, ../scss/_bxireset.scss */
.tlauto table {
  table-layout: auto;
}

/* line 126, ../scss/_bxireset.scss */
table td img {
  height: auto !important;
}

/* line 129, ../scss/_bxireset.scss */
.pdtd10 td {
  padding: 10px !important;
}

/* line 132, ../scss/_bxireset.scss */
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/* line 137, ../scss/_bxireset.scss */
b, strong {
  font-weight: bold;
}

/* line 140, ../scss/_bxireset.scss */
u {
  text-decoration: line-through;
}

/* line 143, ../scss/_bxireset.scss */
img {
  max-width: 100%;
  height: auto !important;
}

/* line 147, ../scss/_bxireset.scss */
small {
  font-size: 80%;
}

/* line 150, ../scss/_bxireset.scss */
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/* line 155, ../scss/_bxireset.scss */
span {
  font-weight: inherit;
}

/* line 158, ../scss/_bxireset.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 163, ../scss/_bxireset.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 170, ../scss/_bxireset.scss */
div.iframeWrapper,
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* line 176, ../scss/_bxireset.scss */
u {
  text-decoration: underline;
}

/* line 179, ../scss/_bxireset.scss */
.borB {
  border-bottom: 1px dashed #333;
}

/* line 182, ../scss/_bxireset.scss */
.b {
  font-weight: 500;
}

/* line 185, ../scss/_bxireset.scss */
.borderB {
  border-bottom: 1px dashed #333;
}

/* line 189, ../scss/_bxireset.scss */
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/* line 193, ../scss/_bxireset.scss */
a:hover {
  opacity: 0.6;
}

/* line 196, ../scss/_bxireset.scss */
#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  /* line 196, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 468px) {
  /* line 196, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 209, ../scss/_bxireset.scss */
#contents {
  max-width: 1000px;
  width: 100%;
}

/* line 214, ../scss/_bxireset.scss */
.tacenter {
  text-align: center !important;
}

/* line 217, ../scss/_bxireset.scss */
.ColLeft {
  float: left;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 217, ../scss/_bxireset.scss */
  .ColLeft {
    width: 100%;
  }
}

/* line 225, ../scss/_bxireset.scss */
.ColRight {
  float: right;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 225, ../scss/_bxireset.scss */
  .ColRight {
    width: 100%;
  }
}

/* line 233, ../scss/_bxireset.scss */
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

/* line 240, ../scss/_bxireset.scss */
.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 246, ../scss/_bxireset.scss */
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 246, ../scss/_bxireset.scss */
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

/* line 261, ../scss/_bxireset.scss */
.fwb {
  font-weight: bold;
}

/* line 264, ../scss/_bxireset.scss */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 267, ../scss/_bxireset.scss */
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 812px) {
  /* line 271, ../scss/_bxireset.scss */
  .fltL {
    float: none;
    width: 100% !important;
  }

  /* line 275, ../scss/_bxireset.scss */
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 281, ../scss/_bxireset.scss */
  .sptal {
    text-align: left !important;
  }

  /* line 284, ../scss/_bxireset.scss */
  .sptar {
    text-align: right !important;
  }

  /* line 287, ../scss/_bxireset.scss */
  .sptac {
    text-align: center !important;
  }
}
/* line 1, ../scss/_header.scss */
#header, #header .logoArea, #header .logoAreaSmall, #header .hed_info {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 4, ../scss/_header.scss */
header#global_header {
  max-width: 100%;
}

/* line 9, ../scss/_header.scss */
#description {
  font-size: 11px;
  text-align: left;
  width: 1000px;
  margin: 5px auto 0;
}
@media screen and (max-width: 812px) {
  /* line 9, ../scss/_header.scss */
  #description {
    width: 100%;
  }
}

/* line 20, ../scss/_header.scss */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 140px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 812px) {
  /* line 20, ../scss/_header.scss */
  #header {
    height: 65px;
    display: none;
  }
}
/* line 33, ../scss/_header.scss */
#header.autofix_sb.fixed {
  height: 50px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  /* line 33, ../scss/_header.scss */
  #header.autofix_sb.fixed {
    display: none;
  }
}
/* line 41, ../scss/_header.scss */
#header.autofix_sb.fixed .logoArea {
  height: 0;
  top: -100px;
  opacity: 0;
}
/* line 47, ../scss/_header.scss */
#header.autofix_sb.fixed .logoAreaSmall {
  top: 7px;
  left: 12px;
  opacity: 1;
}
/* line 52, ../scss/_header.scss */
#header.autofix_sb.fixed .hed_info {
  height: 0;
  top: -100px;
  opacity: 0;
}
/* line 58, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  /* line 58, ../scss/_header.scss */
  #header.autofix_sb.fixed #nav_global ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 63, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global ul li {
  flex-grow: 0;
}
@media screen and (max-width: 1000px) {
  /* line 63, ../scss/_header.scss */
  #header.autofix_sb.fixed #nav_global ul li {
    flex-grow: 1;
  }
}
/* line 68, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global ul li ul {
  width: 130%;
}
/* line 70, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global ul li ul a {
  line-height: 1.2;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  padding: 10px 0.8vw;
}
/* line 84, ../scss/_header.scss */
#header .inner .logoArea {
  z-index: 1001;
  vertical-align: middle;
  margin-top: 18px;
  float: left;
}
@media screen and (max-width: 468px) {
  /* line 84, ../scss/_header.scss */
  #header .inner .logoArea {
    display: none;
  }
}
/* line 95, ../scss/_header.scss */
#header .inner .logoArea .lo-go {
  width: 405px;
  height: 51px;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 468px) {
  /* line 95, ../scss/_header.scss */
  #header .inner .logoArea .lo-go {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 812px) {
  /* line 95, ../scss/_header.scss */
  #header .inner .logoArea .lo-go {
    width: 100%;
  }
}
/* line 109, ../scss/_header.scss */
#header .inner .logoArea .lo-go a {
  margin: 0 auto;
  display: block;
  width: 405px;
  height: 51px;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
@media screen and (max-width: 812px) {
  /* line 109, ../scss/_header.scss */
  #header .inner .logoArea .lo-go a {
    width: 150px;
  }
}
/* line 129, ../scss/_header.scss */
#header .inner .logoAreaSmall {
  position: absolute;
  top: -90px;
  left: 12px;
  opacity: 0;
  z-index: 1002;
}
@media screen and (max-width: 468px) {
  /* line 129, ../scss/_header.scss */
  #header .inner .logoAreaSmall {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  /* line 129, ../scss/_header.scss */
  #header .inner .logoAreaSmall {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* line 129, ../scss/_header.scss */
  #header .inner .logoAreaSmall {
    display: none;
  }
}
/* line 144, ../scss/_header.scss */
#header .inner .logoAreaSmall .lo-go {
  width: 156px;
  height: 38px;
  line-height: 0;
  font-size: 0;
  margin: 0;
}
/* line 150, ../scss/_header.scss */
#header .inner .logoAreaSmall .lo-go a {
  position: relative;
  display: block;
  width: 200px;
  height: 38px;
  background: url(../images/common/logo.png) center center no-repeat;
  -moz-background-size: 200px 38px;
  -o-background-size: 200px 38px;
  -webkit-background-size: 200px 38px;
  background-size: 200px 38px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
/* line 163, ../scss/_header.scss */
#header .inner #nav_global {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1001;
  background-color: #e7e5dc;
}
/* line 171, ../scss/_header.scss */
#header .inner #nav_global > ul {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 177, ../scss/_header.scss */
#header .inner #nav_global > ul li {
  float: left;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  flex-grow: 1;
}
/* line 183, ../scss/_header.scss */
#header .inner #nav_global > ul li.sp_menu {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 183, ../scss/_header.scss */
  #header .inner #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 190, ../scss/_header.scss */
#header .inner #nav_global > ul li.active {
  border-bottom: 2px solid #333;
}
/* line 193, ../scss/_header.scss */
#header .inner #nav_global > ul li.active a {
  color: #333;
}
/* line 197, ../scss/_header.scss */
#header .inner #nav_global > ul li ul {
  position: absolute;
  display: none;
  top: 50px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
}
/* line 205, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li {
  display: block;
  float: none;
  height: auto;
  border-bottom: 1px dotted #ccc;
  background: none !important;
  width: 100%;
}
/* line 212, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li.active {
  border-bottom: 1px dotted #ccc;
}
/* line 215, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li.active a {
  color: #88c331;
}
/* line 219, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li:nth-last-child(1) {
  background: none;
}
/* line 223, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li:hover {
  border-bottom: 1px dotted #ccc;
}
/* line 227, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li a {
  line-height: 1.6;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  background: none;
  padding: 10px 0.6vw;
  font-size: calc((0.7em + 0.25vw));
}
/* line 235, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li a:hover {
  color: #88c331;
  opacity: 1;
  border-bottom: none;
}
/* line 245, ../scss/_header.scss */
#header .inner #nav_global > ul li:hover {
  color: #333;
  border-bottom: 2px solid #333;
  opacity: 1;
}
/* line 251, ../scss/_header.scss */
#header .inner #nav_global > ul li a {
  text-decoration: none;
  display: block;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0 1.25vw;
  color: #333333;
  font-size: calc((0.8em + 0.25vw));
  font-weight: normal;
  font-family: "Noto Sans JP";
}
/* line 262, ../scss/_header.scss */
#header .inner #nav_global > ul li a .icon_border {
  padding: 6px;
  background-color: #88c331;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
}
/* line 268, ../scss/_header.scss */
#header .inner #nav_global > ul li a:hover {
  color: #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 278, ../scss/_header.scss */
#header .hed_info {
  float: right;
}
@media screen and (max-width: 812px) {
  /* line 278, ../scss/_header.scss */
  #header .hed_info {
    display: none;
  }
}
/* line 286, ../scss/_header.scss */
#header .hed_info .wrap_contact .icon_contact {
  position: relative;
}
/* line 288, ../scss/_header.scss */
#header .hed_info .wrap_contact .icon_contact a {
  background: #88c331;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 15px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
/* line 297, ../scss/_header.scss */
#header .hed_info .wrap_contact .icon_contact a i {
  color: #ffffff;
  font-size: 12px;
  margin-right: 5px;
}
/* line 305, ../scss/_header.scss */
#header .hed_info .wrap_contact .icon_contact a:nth-child(1) {
  margin-right: 5px;
}
/* line 308, ../scss/_header.scss */
#header .hed_info .wrap_contact .icon_contact a:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent transparent #fff #669b19;
  border-width: 0 0 12px 12px;
  bottom: 0;
  right: 0;
}
/* line 320, ../scss/_header.scss */
#header .hed_info .wrap_tel {
  text-align: left;
  padding: 10px;
}
/* line 323, ../scss/_header.scss */
#header .hed_info .wrap_tel div {
  color: #333;
}
/* line 325, ../scss/_header.scss */
#header .hed_info .wrap_tel div i {
  margin-right: 8px;
  font-size: 30px;
  color: #88c331;
  vertical-align: middle;
}
/* line 331, ../scss/_header.scss */
#header .hed_info .wrap_tel div .tel {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 343, ../scss/_header.scss */
#logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 343, ../scss/_header.scss */
  #logo {
    position: relative;
    z-index: 9999999;
    display: block;
  }
}
/* line 350, ../scss/_header.scss */
#logo.header-logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 350, ../scss/_header.scss */
  #logo.header-logo {
    display: block;
    width: 200px;
    margin-top: 19px;
    margin-bottom: 14px;
    margin-left: 5px;
    overflow: hidden;
  }
}

/* line 363, ../scss/_header.scss */
.mean-nav .inner {
  padding: 0 !important;
}
/* line 367, ../scss/_header.scss */
.mean-nav span a {
  display: block;
}

/* line 372, ../scss/_header.scss */
#id01, #id02, #id03, #id04 {
  margin-top: -65px;
  padding-top: 65px;
}

/*-------------------------------nav_global ------------------------------------------*/
/*-------------------------------main area ------------------------------------------*/
/* line 380, ../scss/_header.scss */
#mainArea {
  width: 100% !important;
  padding-top: 140px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 812px) {
  /* line 380, ../scss/_header.scss */
  #mainArea {
    padding-top: 65px;
    width: 100%;
    min-height: inherit;
  }
}
/* line 392, ../scss/_header.scss */
#mainArea .main_inner {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZTFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dce1b4));
  background: -moz-linear-gradient(#ffffff 0%, #dce1b4 100%);
  background: -webkit-linear-gradient(#ffffff 0%, #dce1b4 100%);
  background: linear-gradient(#ffffff 0%, #dce1b4 100%);
}
/* line 395, ../scss/_header.scss */
#mainArea .bg_main_img {
  opacity: 1;
  top: 0px;
  height: auto;
  /*height: 100vh;*/
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 395, ../scss/_header.scss */
  #mainArea .bg_main_img {
    min-height: auto;
    max-height: inherit;
    background-size: cover;
    /*height: 42vh;*/
  }
}
/* line 409, ../scss/_header.scss */
#mainArea h1.mainArea_txt {
  bottom: -20%;
  left: 3%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 468px) {
  /* line 417, ../scss/_header.scss */
  #mainArea h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
@media screen and (max-width: 812px) {
  /* line 417, ../scss/_header.scss */
  #mainArea h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
/* line 432, ../scss/_header.scss */
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
/* line 433, ../scss/_header.scss */
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  /* line 380, ../scss/_header.scss */
  #mainArea {
    width: auto !important;
  }
}

/* line 2, ../scss/_footer.scss */
footer#global_footer {
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #88c331;
}
/* line 9, ../scss/_footer.scss */
footer#global_footer a {
  color: #ffffff;
  text-decoration: none;
}
/* line 12, ../scss/_footer.scss */
footer#global_footer a:hover {
  text-decoration: none;
}

/* line 17, ../scss/_footer.scss */
footer {
  padding: 45px 0 0;
  position: relative;
  text-align: left;
  z-index: 10;
}
/* line 22, ../scss/_footer.scss */
footer .inner {
  position: relative;
  padding: 0px 0 45px;
  color: #ffffff;
}
@media screen and (max-width: 468px) {
  /* line 22, ../scss/_footer.scss */
  footer .inner {
    padding: 0px 0 15px;
  }
}
/* line 29, ../scss/_footer.scss */
footer .inner .f_left {
  float: left;
}
@media screen and (max-width: 812px) {
  /* line 29, ../scss/_footer.scss */
  footer .inner .f_left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 468px) {
  /* line 29, ../scss/_footer.scss */
  footer .inner .f_left {
    float: none;
    padding-left: 0px;
  }
}
/* line 39, ../scss/_footer.scss */
footer .inner .f_left img {
  margin-bottom: 10px;
}
/* line 43, ../scss/_footer.scss */
footer .inner #f_nav {
  float: right;
}
@media screen and (max-width: 468px) {
  /* line 43, ../scss/_footer.scss */
  footer .inner #f_nav {
    display: none;
  }
}
@media screen and (max-width: 664px) {
  /* line 43, ../scss/_footer.scss */
  footer .inner #f_nav {
    display: none;
  }
}
/* line 53, ../scss/_footer.scss */
footer .inner #f_nav .col_nav {
  float: left;
  padding-left: 90px;
}
@media screen and (max-width: 1000px) {
  /* line 53, ../scss/_footer.scss */
  footer .inner #f_nav .col_nav {
    padding-left: 40px;
  }
}
@media screen and (max-width: 812px) {
  /* line 53, ../scss/_footer.scss */
  footer .inner #f_nav .col_nav {
    padding-left: 20px;
  }
}
/* line 63, ../scss/_footer.scss */
footer .inner #f_nav .col_nav ul li {
  line-height: 2.5;
}
/* line 66, ../scss/_footer.scss */
footer .inner #f_nav .col_nav ul li:before {
  font-family: "Font Awesome 5 free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
  color: #ffffff;
}
/* line 79, ../scss/_footer.scss */
footer .inner .cont a {
  margin-right: 10px;
}
/* line 84, ../scss/_footer.scss */
footer #copyright {
  background: #669b19;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  /* line 92, ../scss/_footer.scss */
  footer .fltL, footer .fltR {
    float: none;
  }
}
/* line 96, ../scss/_footer.scss */
footer #copy a {
  text-decoration: none;
}
/* line 98, ../scss/_footer.scss */
footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 812px) {
  /* line 96, ../scss/_footer.scss */
  footer #copy a {
    line-height: 60px;
  }
}

/* line 106, ../scss/_footer.scss */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

/* line 4, ../scss/_contents.scss */
.index_contents #contents_wrap {
  padding-top: 0px;
  max-width: 100%;
  width: 100%;
  padding: 0px 0 0px;
}
@media screen and (max-width: 812px) {
  /* line 4, ../scss/_contents.scss */
  .index_contents #contents_wrap {
    padding: 0px 0 0px;
  }
}
@media screen and (max-width: 468px) {
  /* line 4, ../scss/_contents.scss */
  .index_contents #contents_wrap {
    padding: 0px 0 0px;
  }
}
/* line 15, ../scss/_contents.scss */
.index_contents #contents_wrap #contents {
  width: 100%;
  max-width: 100%;
}
/* line 18, ../scss/_contents.scss */
.index_contents #contents_wrap #contents #main {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 22, ../scss/_contents.scss */
.index_contents #contents_wrap #contents #main #col_main {
  width: 100%;
}

/* line 29, ../scss/_contents.scss */
#contents_wrap {
  padding: 0px 0 90px;
}
@media screen and (max-width: 812px) {
  /* line 29, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 60px;
  }
}
@media screen and (max-width: 468px) {
  /* line 29, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 30px;
  }
}
/* line 37, ../scss/_contents.scss */
#contents_wrap #contents {
  background: transparent;
}
@media screen and (max-width: 1000px) {
  /* line 39, ../scss/_contents.scss */
  #contents_wrap #contents #main {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
/* line 46, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main {
  float: none;
  line-height: 1.5;
}
/* line 49, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bg_gld {
  background: linear-gradient(-135deg, #cccccc, #ffffff);
}
/* line 52, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news {
  overflow: auto;
  max-height: 293px;
}
@media screen and (max-width: 468px) {
  /* line 52, ../scss/_contents.scss */
  #contents_wrap #contents #main #col_main .news {
    margin-bottom: 40px;
  }
}
/* line 59, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
/* line 62, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt b {
  background: #88c331;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 12px;
}
/* line 72, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt b.icon_new {
  background: #88c331;
}
/* line 80, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_02 {
  background: #e7e5dc;
}
/* line 87, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_block a img {
  margin-bottom: 20px;
}
/* line 94, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_main td {
  border-bottom: 1px dotted #ccc !important;
  padding: 20px 10px !important;
}
@media screen and (max-width: 468px) {
  /* line 98, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_main td:nth-child(1) {
    border-bottom: none !important;
    padding: 20px 10px 0 !important;
  }
}
/* line 109, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td {
  padding: 10px !important;
}
/* line 111, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i {
  font-size: 2rem;
}
/* line 113, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_left {
  transform: rotate(45deg);
}
/* line 117, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_right {
  transform: rotate(-45deg);
}
/* line 121, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td.kakoi {
  border: 2px solid #666666 !important;
  padding: 10px;
  display: inline-block;
  margin: 1%;
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 468px) {
  /* line 121, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_business td.kakoi {
    display: block;
    width: 100%;
  }
}
/* line 136, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha {
  color: #ffffff;
  font-size: 0.8rem;
  display: block;
  background-color: #88c331;
  padding: 20px 20px;
  text-align: center;
  line-height: 1;
}
/* line 144, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha.in_b {
  display: inline-block;
}
/* line 148, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .ttl_about {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
/* line 153, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_subttl {
  color: #88c331;
  font-weight: 700;
}
/* line 160, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_about td {
  padding: 10px !important;
}

/* side */
/* TOP */
/* line 2, ../scss/_style.scss */
.pageTitle {
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 5, ../scss/_style.scss */
.pageTitle h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 200px 10px 60px;
  background: #f5f5f5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 812px) {
  /* line 5, ../scss/_style.scss */
  .pageTitle h1 {
    padding: 125px 10px 60px;
  }
}
/* line 16, ../scss/_style.scss */
.pageTitle h1 span {
  font-size: 14px;
  display: block;
  color: #88c331;
  margin-top: 10px;
}

/* title */
@media screen and (max-width: 468px) {
  /* line 27, ../scss/_style.scss */
  .midashi {
    width: 100% !important;
  }
}
/* line 33, ../scss/_style.scss */
.midashi h1 {
  color: #720008;
  background-color: #f9e2c4;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  padding: 30px 0;
}
/* line 40, ../scss/_style.scss */
.midashi h1 .sub_ttl {
  font-size: 16px;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* line 46, ../scss/_style.scss */
.midashi h2 {
  color: #333;
  line-height: 1.5;
  font-size: 28px;
  padding: 10px 0;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
/* line 54, ../scss/_style.scss */
.midashi h2.h2_bar {
  text-align: center;
}
/* line 56, ../scss/_style.scss */
.midashi h2.h2_bar:after {
  content: "";
  left: 0;
  right: 0;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
  color: #333;
  display: block;
  border-bottom: 1px solid #333;
}
/* line 72, ../scss/_style.scss */
.midashi h3 {
  color: #333333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
/* line 79, ../scss/_style.scss */
.midashi h4 {
  color: #88c331;
  line-height: 1.5;
  font-size: 22px;
  padding: 10px 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #88c331;
}
/* line 88, ../scss/_style.scss */
.midashi h5 {
  color: #ffffff;
  background-color: #88c331;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
  padding: 8px;
  font-weight: bold;
}
/* line 97, ../scss/_style.scss */
.midashi h6 {
  color: #88c331;
  line-height: 1.2;
  font-size: 20px;
  padding: 0px;
  font-weight: bold;
}

/* line 106, ../scss/_style.scss */
.headline2 {
  font-size: 28px;
  font-weight: bold;
}

/* line 111, ../scss/_style.scss */
.headline3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #88c331;
  text-align: left;
}

/* line 119, ../scss/_style.scss */
.ttl4 {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #88c331;
  border-bottom: 1px solid #88c331;
  padding: 7px 7px 7px 16px;
  position: relative;
}
/* line 126, ../scss/_style.scss */
.ttl4:before {
  content: '';
  border-left: 4px solid #88c331;
  position: absolute;
  top: 11px;
  left: 4px;
  padding-top: 20px;
}
/* line 133, ../scss/_style.scss */
.ttl4:before .txt_a_color {
  color: #88c331;
}

/* box */
@media screen and (max-width: 468px) {
  /* line 140, ../scss/_style.scss */
  .home_td {
    margin-left: 0 !important;
  }
}
/* line 146, ../scss/_style.scss */
.home_td .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 0% 0;
  padding: 30px;
  background: #ffffff;
  text-align: center;
}
/* line 154, ../scss/_style.scss */
.home_td .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 157, ../scss/_style.scss */
.home_td .box h3 {
  color: #88c331;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 812px) {
  /* line 157, ../scss/_style.scss */
  .home_td .box h3 {
    font-size: 18px;
  }
}
/* line 168, ../scss/_style.scss */
.home_td .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 168, ../scss/_style.scss */
  .home_td .box span {
    font-size: 14px;
  }
}
/* line 175, ../scss/_style.scss */
.home_td .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 812px) {
  /* line 146, ../scss/_style.scss */
  .home_td .box {
    padding: 10px;
  }
}
@media screen and (max-width: 468px) {
  /* line 146, ../scss/_style.scss */
  .home_td .box {
    width: 96%;
    margin: 0 2% 20px !important;
  }
}
/* line 192, ../scss/_style.scss */
.home_td .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 201, ../scss/_style.scss */
  .home_td2 {
    margin-left: 0 !important;
  }
}
/* line 207, ../scss/_style.scss */
.home_td2 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 212, ../scss/_style.scss */
.home_td2 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 215, ../scss/_style.scss */
.home_td2 .box:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 222, ../scss/_style.scss */
.home_td2 .box.cont_titl h3 {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-left: 4px solid #88c331;
  padding: 0px 0 0 8px;
  font-size: 28px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 812px) {
  /* line 222, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  /* line 222, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    margin-top: 20px;
  }
}
/* line 240, ../scss/_style.scss */
.home_td2 .box.cont_titl .td_text {
  display: table;
  width: 100% !important;
  background: #669b19;
}
/* line 244, ../scss/_style.scss */
.home_td2 .box.cont_titl .td_text span {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px !important;
  height: 84px;
}
@media screen and (max-width: 812px) {
  /* line 244, ../scss/_style.scss */
  .home_td2 .box.cont_titl .td_text span {
    font-size: 16px;
  }
}
/* line 259, ../scss/_style.scss */
.home_td2 .box.cont_titl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 207, ../scss/_style.scss */
  .home_td2 .box {
    width: 100% !important;
  }
}
/* line 274, ../scss/_style.scss */
.home_td2 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 281, ../scss/_style.scss */
  .home_td3 {
    margin-left: 0 !important;
  }
}
/* line 287, ../scss/_style.scss */
.home_td3 .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 293, ../scss/_style.scss */
.home_td3 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 296, ../scss/_style.scss */
.home_td3 .box h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 812px) {
  /* line 296, ../scss/_style.scss */
  .home_td3 .box h3 {
    font-size: 18px;
  }
}
/* line 307, ../scss/_style.scss */
.home_td3 .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 307, ../scss/_style.scss */
  .home_td3 .box span {
    font-size: 14px;
  }
}
/* line 314, ../scss/_style.scss */
.home_td3 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 287, ../scss/_style.scss */
  .home_td3 .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 329, ../scss/_style.scss */
.home_td3 .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 339, ../scss/_style.scss */
  .home_td4 {
    margin-left: 0 !important;
  }
}
/* line 345, ../scss/_style.scss */
.home_td4 .box {
  position: relative;
  width: 23.52941%;
  float: left;
  margin: 0 1.9% 1.9% 0;
  padding: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
/* line 355, ../scss/_style.scss */
.home_td4 .box:nth-child(4n+0) {
  margin-right: 0;
}
/* line 358, ../scss/_style.scss */
.home_td4 .box:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 364, ../scss/_style.scss */
.home_td4 .box td.re {
  position: relative;
}
/* line 369, ../scss/_style.scss */
.home_td4 .box h3 {
  color: #88c331;
  font-size: 20px;
  font-weight: 700;
  margin: 0px auto;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* line 376, ../scss/_style.scss */
.home_td4 .box h3 strong {
  color: #88c331;
  font-size: 20px;
}
/* line 384, ../scss/_style.scss */
.home_td4 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 812px) {
  /* line 345, ../scss/_style.scss */
  .home_td4 .box {
    width: 49.26108%;
    margin: 0 1% 1% 0;
  }
  /* line 396, ../scss/_style.scss */
  .home_td4 .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 345, ../scss/_style.scss */
  .home_td4 .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/* line 405, ../scss/_style.scss */
.home_td4 .box img {
  width: auto !important;
  max-width: 100%;
}
@media screen and (max-width: 812px) {
  /* line 412, ../scss/_style.scss */
  .home_td4 .box td {
    text-align: center;
  }
}

/* line 421, ../scss/_style.scss */
#bread {
  text-align: left;
}
/* line 423, ../scss/_style.scss */
#bread li {
  display: inline-block;
}
/* line 425, ../scss/_style.scss */
#bread li a {
  color: #88c331;
  text-decoration: none;
}

/* line 431, ../scss/_style.scss */
.kakoi {
  border: 5px solid #ccc !important;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
/* line 439, ../scss/_style.scss */
.kakoi h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
/* line 445, ../scss/_style.scss */
.kakoi .icon_check {
  font-size: 20px;
  font-weight: 700;
  color: #88c331;
}
/* line 449, ../scss/_style.scss */
.kakoi .icon_check:before {
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: bold;
  padding-right: 5px;
  color: #88c331;
}

/* line 459, ../scss/_style.scss */
.kakoi2 {
  border: 5px solid #e9f0f4 !important;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
/* line 467, ../scss/_style.scss */
.kakoi2 .icon_check {
  font-size: 18px;
  color: #333;
}

/* line 474, ../scss/_style.scss */
.icon_arrow i {
  font-weight: 700;
  color: #88c331;
  font-size: 50px;
}

/* line 482, ../scss/_style.scss */
.big_txt {
  background: #88c331;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
}

/* line 491, ../scss/_style.scss */
.btn a {
  background: #363533;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 468px) {
  /* line 491, ../scss/_style.scss */
  .btn a {
    margin: 0 auto;
  }
}
/* line 508, ../scss/_style.scss */
.btn a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 6px;
}

/* line 518, ../scss/_style.scss */
.btn1 a {
  background: #fff;
  color: #88c331;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #88c331;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  /* line 518, ../scss/_style.scss */
  .btn1 a {
    margin: 0 auto;
  }
}
/* line 535, ../scss/_style.scss */
.btn1 a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 2px;
}

/* line 545, ../scss/_style.scss */
.btn2 a {
  background: #88c331;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 10px;
  text-decoration: none;
  margin: 0 auto;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 468px) {
  /* line 545, ../scss/_style.scss */
  .btn2 a {
    margin: 0 auto;
  }
}
/* line 563, ../scss/_style.scss */
.btn2 a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 1px;
}

/* line 574, ../scss/_style.scss */
.btn3 a {
  background: #88c331;
  border: 2px solid #669b19;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 370px;
  position: relative;
  padding: 20px;
  text-decoration: none;
  margin: 0 auto;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
@media screen and (max-width: 812px) {
  /* line 574, ../scss/_style.scss */
  .btn3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 468px) {
  /* line 574, ../scss/_style.scss */
  .btn3 a {
    margin: 10px auto;
  }
}
/* line 596, ../scss/_style.scss */
.btn3 a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 7px;
}
@media screen and (max-width: 812px) {
  /* line 596, ../scss/_style.scss */
  .btn3 a:after {
    padding-top: 1px;
  }
}

/* line 611, ../scss/_style.scss */
.btn4 a {
  width: 100%;
  font-size: 18px;
  background: #88c331 !important;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  padding: 20px 10px;
}
@media screen and (max-width: 812px) {
  /* line 611, ../scss/_style.scss */
  .btn4 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 468px) {
  /* line 611, ../scss/_style.scss */
  .btn4 a {
    margin-top: 20px;
  }
}
/* line 626, ../scss/_style.scss */
.btn4 a:hover {
  background: #88c331 !important;
  opacity: .8;
  transition: all ease 0.5s;
}
/* line 631, ../scss/_style.scss */
.btn4 a i {
  color: #ffffff;
  margin-right: 10px;
}

/* line 639, ../scss/_style.scss */
.btn5 a {
  background: #fff;
  color: #88c331;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #88c331;
}
@media screen and (max-width: 468px) {
  /* line 639, ../scss/_style.scss */
  .btn5 a {
    margin: 0 auto;
  }
}
/* line 655, ../scss/_style.scss */
.btn5 a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 2px;
}

/* line 667, ../scss/_style.scss */
.category .que {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  padding: 11px;
  font-weight: bold;
  border: 1px solid #88c331;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 468px) {
  /* line 667, ../scss/_style.scss */
  .category .que {
    font-size: 16px;
  }
}
/* line 680, ../scss/_style.scss */
.category .que:after {
  font-family: "Font Awesome 5 free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
  color: #88c331;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 696, ../scss/_style.scss */
.open .que:after {
  content: "\f0dd";
}

/* line 701, ../scss/_style.scss */
.ans {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
}
@media screen and (max-width: 468px) {
  /* line 701, ../scss/_style.scss */
  .ans {
    font-size: 14px;
  }
}

/* line 711, ../scss/_style.scss */
.icon_Q {
  background-color: #88c331;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 35px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
}

/* line 725, ../scss/_style.scss */
.icon_A {
  background-color: #669b19;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
}

/* line 738, ../scss/_style.scss */
.bg_contact .wrap_tel .tel a {
  text-decoration: none;
}

@media screen and (max-width: 812px) {
  /* line 743, ../scss/_style.scss */
  .tbl_img_txt .txt_text {
    margin-bottom: 20px;
  }
}
/* line 749, ../scss/_style.scss */
.tbl_img_txt .img-L img {
  padding-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 749, ../scss/_style.scss */
  .tbl_img_txt .img-L img {
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 764, ../scss/_style.scss */
.img_txt img {
  padding-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 764, ../scss/_style.scss */
  .img_txt img {
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 775, ../scss/_style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 775, ../scss/_style.scss */
  .sp {
    display: block;
  }
}

/* line 781, ../scss/_style.scss */
.pc {
  display: block;
}
@media screen and (max-width: 468px) {
  /* line 781, ../scss/_style.scss */
  .pc {
    display: none;
  }
}

/* line 787, ../scss/_style.scss */
.dis_none {
  display: none !important;
}
