@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: #006fc5;
}

/*********************
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: #fff;
  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 {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 246, ../scss/_bxireset.scss */
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

/* line 258, ../scss/_bxireset.scss */
.fwb {
  font-weight: bold;
}

/* line 261, ../scss/_bxireset.scss */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 264, ../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 268, ../scss/_bxireset.scss */
  .fltL {
    float: none;
    width: 100% !important;
  }

  /* line 272, ../scss/_bxireset.scss */
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 278, ../scss/_bxireset.scss */
  .sptal {
    text-align: left !important;
  }

  /* line 281, ../scss/_bxireset.scss */
  .sptar {
    text-align: right !important;
  }

  /* line 284, ../scss/_bxireset.scss */
  .sptac {
    text-align: center !important;
  }
}
/* line 289, ../scss/_bxireset.scss */
.ml1 {
  margin-bottom: 10px;
}

/* line 290, ../scss/_bxireset.scss */
.bold {
  font-weight: bold;
}

/* line 291, ../scss/_bxireset.scss */
.must {
  color: #f00;
  font-weight: bold;
}

/* line 292, ../scss/_bxireset.scss */
.note {
  font-size: 94%;
  padding: 3px 0 0;
}

/* line 293, ../scss/_bxireset.scss */
.imgL {
  float: left;
  margin-right: 10px;
}

/* line 293, ../scss/_bxireset.scss */
.imgR {
  float: right;
  margin-left: 10px;
}

/* line 293, ../scss/_bxireset.scss */
.imgC {
  margin: 0px auto 0px auto;
}

/* line 294, ../scss/_bxireset.scss */
.fltL {
  float: left;
}

/* line 294, ../scss/_bxireset.scss */
.fltR {
  float: right;
}

/* line 295, ../scss/_bxireset.scss */
.algC {
  text-align: center !important;
}

/* line 295, ../scss/_bxireset.scss */
.algL {
  text-align: left !important;
}

/* line 295, ../scss/_bxireset.scss */
.algR {
  text-align: right !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd00 {
  padding: 0px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd05 {
  padding: 5px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd10 {
  padding: 10px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd15 {
  padding: 15px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd20 {
  padding: 20px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd25 {
  padding: 25px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd30 {
  padding: 30px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd35 {
  padding: 35px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd40 {
  padding: 40px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd45 {
  padding: 45px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd50 {
  padding: 50px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd55 {
  padding: 55px !important;
}

/* line 296, ../scss/_bxireset.scss */
.pd60 {
  padding: 60px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg00 {
  margin: 0px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg05 {
  margin: 5px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg10 {
  margin: 10px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg15 {
  margin: 15px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg20 {
  margin: 20px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg25 {
  margin: 25px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg30 {
  margin: 30px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg35 {
  margin: 35px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg40 {
  margin: 40px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg45 {
  margin: 45px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg50 {
  margin: 50px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg55 {
  margin: 55px !important;
}

/* line 297, ../scss/_bxireset.scss */
.mg60 {
  margin: 60px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT00 {
  padding-top: 0px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT05 {
  padding-top: 5px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT10 {
  padding-top: 10px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT15 {
  padding-top: 15px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT20 {
  padding-top: 20px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT25 {
  padding-top: 25px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT30 {
  padding-top: 30px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT35 {
  padding-top: 35px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT40 {
  padding-top: 40px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT45 {
  padding-top: 45px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT50 {
  padding-top: 50px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT55 {
  padding-top: 55px !important;
}

/* line 298, ../scss/_bxireset.scss */
.pdT60 {
  padding-top: 60px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB00 {
  padding-bottom: 0px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB05 {
  padding-bottom: 5px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB10 {
  padding-bottom: 10px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB15 {
  padding-bottom: 15px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB20 {
  padding-bottom: 20px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB25 {
  padding-bottom: 25px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB30 {
  padding-bottom: 30px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB35 {
  padding-bottom: 35px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB40 {
  padding-bottom: 40px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB45 {
  padding-bottom: 45px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB50 {
  padding-bottom: 50px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB55 {
  padding-bottom: 55px !important;
}

/* line 299, ../scss/_bxireset.scss */
.pdB60 {
  padding-bottom: 60px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT00 {
  margin-top: 0px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT05 {
  margin-top: 5px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT10 {
  margin-top: 10px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT15 {
  margin-top: 15px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT20 {
  margin-top: 20px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT25 {
  margin-top: 25px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT30 {
  margin-top: 30px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT35 {
  margin-top: 35px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT40 {
  margin-top: 40px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT45 {
  margin-top: 45px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT50 {
  margin-top: 50px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT55 {
  margin-top: 55px !important;
}

/* line 300, ../scss/_bxireset.scss */
.mgT60 {
  margin-top: 60px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB00 {
  margin-bottom: 0px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB05 {
  margin-bottom: 5px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB10 {
  margin-bottom: 10px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB15 {
  margin-bottom: 15px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB20 {
  margin-bottom: 20px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB25 {
  margin-bottom: 25px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB30 {
  margin-bottom: 30px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB35 {
  margin-bottom: 35px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB40 {
  margin-bottom: 40px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB35 {
  margin-bottom: 35px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB40 {
  margin-bottom: 40px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB45 {
  margin-bottom: 45px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB50 {
  margin-bottom: 50px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB55 {
  margin-bottom: 55px !important;
}

/* line 301, ../scss/_bxireset.scss */
.mgB60 {
  margin-bottom: 60px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB00 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* line 302, ../scss/_bxireset.scss */
.pdTB60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB00 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB05 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

/* line 303, ../scss/_bxireset.scss */
.mgTB60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL00 {
  padding-left: 0px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL05 {
  padding-left: 5px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL10 {
  padding-left: 10px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL15 {
  padding-left: 15px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL20 {
  padding-left: 20px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL25 {
  padding-left: 25px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL30 {
  padding-left: 30px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL35 {
  padding-left: 35px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL40 {
  padding-left: 40px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL45 {
  padding-left: 45px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL50 {
  padding-left: 50px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL55 {
  padding-left: 55px !important;
}

/* line 304, ../scss/_bxireset.scss */
.pdL60 {
  padding-left: 60px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR00 {
  padding-right: 0px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR05 {
  padding-right: 5px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR10 {
  padding-right: 10px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR15 {
  padding-right: 15px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR20 {
  padding-right: 20px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR25 {
  padding-right: 25px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR30 {
  padding-right: 30px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR35 {
  padding-right: 35px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR40 {
  padding-right: 40px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR45 {
  padding-right: 45px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR50 {
  padding-right: 50px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR55 {
  padding-right: 55px !important;
}

/* line 305, ../scss/_bxireset.scss */
.pdR60 {
  padding-right: 60px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL00 {
  margin-left: 0px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL05 {
  margin-left: 5px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL10 {
  margin-left: 10px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL15 {
  margin-left: 15px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL20 {
  margin-left: 20px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL25 {
  margin-left: 25px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL30 {
  margin-left: 30px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL35 {
  margin-left: 35px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL40 {
  margin-left: 40px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL45 {
  margin-left: 45px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL50 {
  margin-left: 50px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL55 {
  margin-left: 55px !important;
}

/* line 306, ../scss/_bxireset.scss */
.mgL60 {
  margin-left: 60px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR00 {
  margin-right: 0px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR05 {
  margin-right: 5px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR10 {
  margin-right: 10px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR15 {
  margin-right: 15px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR20 {
  margin-right: 20px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR25 {
  margin-right: 25px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR30 {
  margin-right: 30px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR35 {
  margin-right: 35px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR40 {
  margin-right: 40px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR45 {
  margin-right: 45px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR50 {
  margin-right: 50px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR55 {
  margin-right: 55px !important;
}

/* line 307, ../scss/_bxireset.scss */
.mgR60 {
  margin-right: 60px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR00 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

/* line 308, ../scss/_bxireset.scss */
.pdLR60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR00 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR05 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

/* line 309, ../scss/_bxireset.scss */
.mgLR60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs8 {
  font-size: 8px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs9 {
  font-size: 9px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs10 {
  font-size: 10px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs11 {
  font-size: 11px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs12 {
  font-size: 12px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs13 {
  font-size: 13px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs14 {
  font-size: 14px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs15 {
  font-size: 15px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs16 {
  font-size: 16px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs17 {
  font-size: 17px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs18 {
  font-size: 18px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs19 {
  font-size: 19px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs20 {
  font-size: 20px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs21 {
  font-size: 21px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs22 {
  font-size: 22px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs23 {
  font-size: 23px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs24 {
  font-size: 24px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs25 {
  font-size: 25px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs26 {
  font-size: 26px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs27 {
  font-size: 27px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs28 {
  font-size: 28px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs29 {
  font-size: 29px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs30 {
  font-size: 30px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs31 {
  font-size: 31px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs32 {
  font-size: 32px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs33 {
  font-size: 33px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs34 {
  font-size: 34px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs35 {
  font-size: 35px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs36 {
  font-size: 36px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs37 {
  font-size: 37px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs38 {
  font-size: 38px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs39 {
  font-size: 39px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs40 {
  font-size: 40px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs41 {
  font-size: 41px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs42 {
  font-size: 42px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs43 {
  font-size: 43px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs44 {
  font-size: 44px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs45 {
  font-size: 45px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs46 {
  font-size: 46px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs47 {
  font-size: 47px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs48 {
  font-size: 48px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs49 {
  font-size: 49px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs50 {
  font-size: 50px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs51 {
  font-size: 51px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs52 {
  font-size: 52px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs53 {
  font-size: 53px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs54 {
  font-size: 54px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs55 {
  font-size: 55px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs56 {
  font-size: 56px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs57 {
  font-size: 57px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs58 {
  font-size: 58px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs59 {
  font-size: 59px !important;
}

/* line 310, ../scss/_bxireset.scss */
.fs60 {
  font-size: 60px !important;
}

/* line 311, ../scss/_bxireset.scss */
.w05 {
  width: 5% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w10 {
  width: 10% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w15 {
  width: 15% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w20 {
  width: 20% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w25 {
  width: 25% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w30 {
  width: 30% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w35 {
  width: 35% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w40 {
  width: 40% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w45 {
  width: 45% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w50 {
  width: 50% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w55 {
  width: 55% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w60 {
  width: 60% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w65 {
  width: 65% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w70 {
  width: 70% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w75 {
  width: 75% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w80 {
  width: 80% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w85 {
  width: 85% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w90 {
  width: 90% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w95 {
  width: 95% !important;
}

/* line 311, ../scss/_bxireset.scss */
.w100 {
  width: 100% !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%;
}
@media screen and (max-width: 1000px) {
  /* line 4, ../scss/_header.scss */
  header#global_header {
    min-width: 100%;
  }
}

/* line 12, ../scss/_header.scss */
#description {
  font-size: 11px;
  text-align: left;
  width: 1000px;
  margin: 5px auto 0;
}
@media screen and (max-width: 812px) {
  /* line 12, ../scss/_header.scss */
  #description {
    width: 100%;
  }
}

/* line 23, ../scss/_header.scss */
#header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 129px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 812px) {
  /* line 23, ../scss/_header.scss */
  #header {
    height: 65px;
    display: none;
  }
}
@media screen and (max-width: 468px) {
  /* line 37, ../scss/_header.scss */
  #header.autofix_sb.fixed {
    display: none;
  }
}
/* line 42, ../scss/_header.scss */
#header .info_area {
  background: #006fc5;
}
/* line 44, ../scss/_header.scss */
#header .info_area .logoArea {
  z-index: 1001;
  vertical-align: middle;
  margin-top: 19px;
  margin-left: 10px;
  float: left;
}
@media screen and (max-width: 468px) {
  /* line 44, ../scss/_header.scss */
  #header .info_area .logoArea {
    display: none;
  }
}
/* line 56, ../scss/_header.scss */
#header .info_area .logoArea .lo-go {
  width: 249px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 468px) {
  /* line 56, ../scss/_header.scss */
  #header .info_area .logoArea .lo-go {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 812px) {
  /* line 56, ../scss/_header.scss */
  #header .info_area .logoArea .lo-go {
    width: 100%;
  }
}
/* line 70, ../scss/_header.scss */
#header .info_area .logoArea .lo-go a {
  margin: 0 auto;
  display: block;
  width: 249px;
  height: 25px;
  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 70, ../scss/_header.scss */
  #header .info_area .logoArea .lo-go a {
    width: 200px;
  }
}
/* line 90, ../scss/_header.scss */
#header .info_area .logoAreaSmall {
  position: absolute;
  top: -90px;
  left: 12px;
  opacity: 0;
  z-index: 1002;
}
@media screen and (max-width: 468px) {
  /* line 90, ../scss/_header.scss */
  #header .info_area .logoAreaSmall {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  /* line 90, ../scss/_header.scss */
  #header .info_area .logoAreaSmall {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  /* line 90, ../scss/_header.scss */
  #header .info_area .logoAreaSmall {
    display: none;
  }
}
/* line 105, ../scss/_header.scss */
#header .info_area .logoAreaSmall .lo-go {
  width: 249px;
  height: 25px;
  line-height: 0;
  font-size: 0;
  margin: 0;
}
/* line 111, ../scss/_header.scss */
#header .info_area .logoAreaSmall .lo-go a {
  position: relative;
  display: block;
  width: 249px;
  height: 25px;
  background: url(../images/common/logo.png) center center no-repeat;
  -moz-background-size: 249px 25px;
  -o-background-size: 249px 25px;
  -webkit-background-size: 249px 25px;
  background-size: 249px 25px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
/* line 126, ../scss/_header.scss */
#header .inner #nav_global {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  display: block;
  z-index: 1001;
  background-color: #ffffff;
}
/* line 136, ../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 142, ../scss/_header.scss */
#header .inner #nav_global > ul li {
  float: left;
  display: inline-block;
  position: relative;
  flex-grow: 1;
}
/* line 146, ../scss/_header.scss */
#header .inner #nav_global > ul li.sp_menu {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 146, ../scss/_header.scss */
  #header .inner #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 159, ../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 167, ../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 174, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li.active {
  border-bottom: 1px dotted #ccc;
}
/* line 177, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li.active a {
  color: #006fc5;
}
/* line 181, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li:nth-last-child(1) {
  background: none;
}
/* line 185, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li:hover {
  border-bottom: 1px dotted #ccc;
}
/* line 189, ../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 197, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li a:hover {
  color: #ccc;
  opacity: 1;
  border-bottom: none;
}
/* line 207, ../scss/_header.scss */
#header .inner #nav_global > ul li:hover {
  color: #ccc;
  opacity: 1;
}
/* line 212, ../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: #333;
  font-size: calc((0.8em + 0.25vw));
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6;
}
/* line 223, ../scss/_header.scss */
#header .inner #nav_global > ul li a span {
  display: block;
  font-weight: normal;
  font-size: calc((0.4em + 0.25vw));
  color: #333;
}
/* line 229, ../scss/_header.scss */
#header .inner #nav_global > ul li a:hover {
  color: #000;
}
/* line 231, ../scss/_header.scss */
#header .inner #nav_global > ul li a:hover span {
  color: #006fc5;
}
/* line 240, ../scss/_header.scss */
#header .hed_info {
  float: right;
}
@media screen and (max-width: 812px) {
  /* line 240, ../scss/_header.scss */
  #header .hed_info {
    display: none;
  }
}
/* line 247, ../scss/_header.scss */
#header .hed_info .wrap_contact {
  display: inline-block;
  text-align: left;
}
/* line 250, ../scss/_header.scss */
#header .hed_info .wrap_contact p {
  font-size: 14px;
  font-weight: normal;
  padding: 3px 15px 3px 0;
  color: #ffffff;
  text-decoration: none;
}
/* line 258, ../scss/_header.scss */
#header .hed_info .wrap_tel {
  display: inline-block;
  padding: 10px;
  background: #1d5396;
}
/* line 262, ../scss/_header.scss */
#header .hed_info .wrap_tel p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

/* line 272, ../scss/_header.scss */
#logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 272, ../scss/_header.scss */
  #logo {
    position: relative;
    z-index: 9999999;
    display: block;
  }
}
/* line 279, ../scss/_header.scss */
#logo.header-logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 279, ../scss/_header.scss */
  #logo.header-logo {
    display: block;
    width: 200px;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 5px;
    overflow: hidden;
  }
}

/* line 292, ../scss/_header.scss */
.mean-nav .inner {
  padding: 0 !important;
}
/* line 296, ../scss/_header.scss */
.mean-nav span a {
  display: block;
}

/* line 301, ../scss/_header.scss */
#id01, #id02, #id03, #id04 {
  margin-top: -65px;
  padding-top: 65px;
}

/*-------------------------------nav_global ------------------------------------------*/
/*-------------------------------main area ------------------------------------------*/
/* line 309, ../scss/_header.scss */
#mainArea {
  width: 100% !important;
  padding-top: 129px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 812px) {
  /* line 309, ../scss/_header.scss */
  #mainArea {
    padding-top: 65px;
    width: 100%;
    min-height: inherit;
  }
}
/* line 321, ../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 324, ../scss/_header.scss */
#mainArea .bg_main_img {
  opacity: 1;
  top: 0px;
  height: auto;
  /*height: 100vh;*/
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 324, ../scss/_header.scss */
  #mainArea .bg_main_img {
    min-height: auto;
    max-height: inherit;
    background-size: cover;
    /*height: 42vh;*/
  }
}
/* line 338, ../scss/_header.scss */
#mainArea h1.mainArea_txt {
  bottom: -20%;
  left: 3%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 468px) {
  /* line 346, ../scss/_header.scss */
  #mainArea h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
@media screen and (max-width: 812px) {
  /* line 346, ../scss/_header.scss */
  #mainArea h1.mainArea_txt object {
    width: 80vw;
    height: auto;
  }
}
/* line 361, ../scss/_header.scss */
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
/* line 362, ../scss/_header.scss */
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  /* line 309, ../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: #f5f5f5;
}
/* line 9, ../scss/_footer.scss */
footer#global_footer a {
  color: #333;
  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: #333;
}
@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: #006fc5;
}
/* line 79, ../scss/_footer.scss */
footer .inner .cont a {
  margin-right: 10px;
}
/* line 84, ../scss/_footer.scss */
footer #copyright {
  background: #006fc5;
  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: 263px;
}
@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: #006fc5;
  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: #006fc5;
}
/* line 80, ../scss/_contents.scss */
#contents_wrap #contents #main .box_greeting {
  font-size: 18px;
}
/* line 83, ../scss/_contents.scss */
#contents_wrap #contents #main .box_greeting h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 812px) {
  /* line 83, ../scss/_contents.scss */
  #contents_wrap #contents #main .box_greeting h3 {
    font-size: 24px;
  }
}
/* line 95, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con {
  background: url(../images/common/bg2.jpg) no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 468px) {
  /* line 95, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con {
    background: url(../images/common/bg2.jpg) no-repeat;
    padding: 30px 0px;
  }
}
/* line 102, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re {
  font-size: 16px;
  padding: 70px 80px 80px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  /* line 102, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con .wrap_re {
    padding: 25px;
  }
}
@media screen and (max-width: 468px) {
  /* line 102, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con .wrap_re {
    padding: 20px 0px 30px;
  }
}
/* line 113, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px !important;
  color: #ffffff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 812px) {
  /* line 113, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con .wrap_re h2 {
    font-size: 20px;
  }
}
/* line 124, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re .wrap_re_txt {
  padding-bottom: 20px !important;
  color: #ffffff;
  font-size: 18px;
}
/* line 129, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re .wrap_tell {
  color: #ffffff;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 20px !important;
  font-weight: 700;
}
/* line 135, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re .wrap_tell a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  /* line 129, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con .wrap_re .wrap_tell {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  /* line 129, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_con .wrap_re .wrap_tell {
    font-size: 30px;
  }
}
/* line 148, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_con .wrap_re .wrap_tell img {
  padding-right: 10px;
  vertical-align: baseline;
}
/* line 156, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf {
  margin-bottom: -5px;
}
/* line 160, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf .map_area {
  width: 50%;
  float: right;
  clear: none;
}
@media screen and (max-width: 812px) {
  /* line 160, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_cf .map_area {
    display: block;
    width: 100%;
    float: none;
  }
}
/* line 171, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf .txtArea {
  width: 50%;
  float: left;
  clear: none;
  min-height: 350px;
  background: #006fc5;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 171, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_cf .txtArea {
    display: block;
    width: 100%;
    float: none;
  }
}
/* line 189, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf .txtArea table {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 200, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf .txtArea table h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* line 211, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_cf .txtArea table .mb20 {
  padding-bottom: 20px !important;
}
/* line 219, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_block a img {
  margin-bottom: 20px;
}
/* line 226, ../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 230, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_main td:nth-child(1) {
    border-bottom: none !important;
    padding: 20px 10px 0 !important;
  }
}
/* line 241, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td {
  padding: 10px !important;
}
/* line 243, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i {
  font-size: 2rem;
}
/* line 245, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_left {
  transform: rotate(45deg);
}
/* line 249, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_right {
  transform: rotate(-45deg);
}
/* line 253, ../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 253, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_business td.kakoi {
    display: block;
    width: 100%;
  }
}
/* line 268, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha {
  color: #ffffff;
  font-size: 0.8rem;
  display: block;
  background-color: #006fc5;
  padding: 20px 20px;
  text-align: center;
  line-height: 1;
}
/* line 276, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha.in_b {
  display: inline-block;
}
/* line 280, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .ttl_about {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
/* line 285, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_subttl {
  color: #006fc5;
  font-weight: 700;
}
/* line 292, ../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: #006fc5;
  font-weight: bold;
  text-align: center;
  padding: 186px 10px 50px;
  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: 126px 10px 50px;
  }
}
/* line 17, ../scss/_style.scss */
.pageTitle h1 span {
  font-size: 14px;
  display: block;
  color: #006fc5;
  margin-top: 10px;
}

/* line 27, ../scss/_style.scss */
.contact_contents .pageTitle {
  margin-bottom: 30px;
}

/* line 33, ../scss/_style.scss */
.contact_contents #main {
  margin-top: 130px;
}
@media screen and (max-width: 812px) {
  /* line 33, ../scss/_style.scss */
  .contact_contents #main {
    margin-top: 70px;
  }
}

/* title */
@media screen and (max-width: 468px) {
  /* line 41, ../scss/_style.scss */
  .midashi {
    width: 100% !important;
  }
}
/* line 47, ../scss/_style.scss */
.midashi h1 {
  color: #720008;
  background-color: #f9e2c4;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  padding: 30px 0;
}
/* line 54, ../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 60, ../scss/_style.scss */
.midashi h2 {
  color: #333;
  line-height: 1.5;
  font-size: 28px;
  padding: 0px 0;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 auto;
}
/* line 70, ../scss/_style.scss */
.midashi h3 {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}

/* line 78, ../scss/_style.scss */
.headline2 {
  font-size: 28px;
  font-weight: bold;
}

/* line 83, ../scss/_style.scss */
.headline3 {
  font-size: 24px;
  font-weight: bold;
  color: #006fc5;
}

/* box */
@media screen and (max-width: 468px) {
  /* line 91, ../scss/_style.scss */
  .home_td {
    margin-left: 0 !important;
  }
}
/* line 97, ../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 105, ../scss/_style.scss */
.home_td .box:nth-child(3n+0) {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  /* line 105, ../scss/_style.scss */
  .home_td .box:nth-child(3n+0) {
    margin-right: inherit;
  }
}
/* line 112, ../scss/_style.scss */
.home_td .box h3 {
  color: #006fc5;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 812px) {
  /* line 112, ../scss/_style.scss */
  .home_td .box h3 {
    font-size: 18px;
  }
}
/* line 123, ../scss/_style.scss */
.home_td .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 123, ../scss/_style.scss */
  .home_td .box span {
    font-size: 14px;
  }
}
/* line 130, ../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 97, ../scss/_style.scss */
  .home_td .box {
    padding: 10px;
  }
}
@media screen and (max-width: 468px) {
  /* line 97, ../scss/_style.scss */
  .home_td .box {
    width: 96%;
    margin: 0 2% 20px !important;
  }
}
/* line 147, ../scss/_style.scss */
.home_td .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 156, ../scss/_style.scss */
  .home_td2 {
    margin-left: 0 !important;
  }
}
/* line 162, ../scss/_style.scss */
.home_td2 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 167, ../scss/_style.scss */
.home_td2 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 170, ../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 177, ../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 #006fc5;
  padding: 0px 0 0 8px;
  font-size: 28px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 812px) {
  /* line 177, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  /* line 177, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    margin-top: 20px;
  }
}
/* line 195, ../scss/_style.scss */
.home_td2 .box.cont_titl .td_text {
  display: table;
  width: 100% !important;
  background: #1d5396;
}
/* line 199, ../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 199, ../scss/_style.scss */
  .home_td2 .box.cont_titl .td_text span {
    font-size: 16px;
  }
}
/* line 214, ../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 162, ../scss/_style.scss */
  .home_td2 .box {
    width: 100% !important;
  }
}
/* line 229, ../scss/_style.scss */
.home_td2 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 236, ../scss/_style.scss */
  .home_td3 {
    margin-left: 0 !important;
  }
}
/* line 242, ../scss/_style.scss */
.home_td3 .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 248, ../scss/_style.scss */
.home_td3 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 251, ../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 251, ../scss/_style.scss */
  .home_td3 .box h3 {
    font-size: 18px;
  }
}
/* line 262, ../scss/_style.scss */
.home_td3 .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 262, ../scss/_style.scss */
  .home_td3 .box span {
    font-size: 14px;
  }
}
/* line 269, ../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: 812px) {
  /* line 242, ../scss/_style.scss */
  .home_td3 .box {
    position: relative;
    width: 48.78049%;
    float: left;
    margin: 0 2% 2% 0;
  }
  /* line 284, ../scss/_style.scss */
  .home_td3 .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 242, ../scss/_style.scss */
  .home_td3 .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 293, ../scss/_style.scss */
.home_td3 .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 303, ../scss/_style.scss */
  .home_td4 {
    margin-left: 0 !important;
  }
}
/* line 309, ../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 319, ../scss/_style.scss */
.home_td4 .box:nth-child(4n+0) {
  margin-right: 0;
}
/* line 322, ../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 328, ../scss/_style.scss */
.home_td4 .box td.re {
  position: relative;
}
/* line 333, ../scss/_style.scss */
.home_td4 .box h3 {
  color: #006fc5;
  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 340, ../scss/_style.scss */
.home_td4 .box h3 strong {
  color: #006fc5;
  font-size: 20px;
}
/* line 348, ../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 309, ../scss/_style.scss */
  .home_td4 .box {
    width: 49.26108%;
    margin: 0 1% 1% 0;
  }
  /* line 360, ../scss/_style.scss */
  .home_td4 .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 309, ../scss/_style.scss */
  .home_td4 .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/* line 369, ../scss/_style.scss */
.home_td4 .box img {
  width: auto !important;
  max-width: 100%;
}
@media screen and (max-width: 812px) {
  /* line 376, ../scss/_style.scss */
  .home_td4 .box td {
    text-align: center;
  }
}

@media screen and (max-width: 468px) {
  /* line 387, ../scss/_style.scss */
  .ai_td3 {
    margin-left: 0 !important;
  }
}
/* line 393, ../scss/_style.scss */
.ai_td3 .box {
  position: relative;
  margin: 0 2% 2% 0;
  -webkit-box-shadow: 3px 3px 5px 0px #ddd;
  box-shadow: 3px 3px 5px 0px #ddd;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #333;
}
/* line 401, ../scss/_style.scss */
.ai_td3 .box:nth-child(3n+0) {
  margin-right: 0 !important;
}
@media screen and (max-width: 812px) {
  /* line 401, ../scss/_style.scss */
  .ai_td3 .box:nth-child(3n+0) {
    margin-right: inherit !important;
  }
}
/* line 407, ../scss/_style.scss */
.ai_td3 .box h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 15px auto 15px;
}
@media screen and (max-width: 812px) {
  /* line 407, ../scss/_style.scss */
  .ai_td3 .box h3 {
    font-size: 18px;
  }
}
/* line 418, ../scss/_style.scss */
.ai_td3 .box p {
  padding: 0 15px 30px;
}
@media screen and (max-width: 812px) {
  /* line 393, ../scss/_style.scss */
  .ai_td3 .box {
    font-size: 14px;
    width: 48.78049% !important;
    float: left;
    margin: 0 2% 2% 0;
  }
  /* line 426, ../scss/_style.scss */
  .ai_td3 .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 393, ../scss/_style.scss */
  .ai_td3 .box {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
/* line 435, ../scss/_style.scss */
.ai_td3 .box img {
  width: auto;
  max-width: 100%;
}

/* line 444, ../scss/_style.scss */
.icon_center .box article img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 25px auto;
}

/* line 453, ../scss/_style.scss */
.dele_p p {
  line-height: 0;
  padding: 0 !important;
}

/* line 457, ../scss/_style.scss */
#bread {
  text-align: left;
}
/* line 459, ../scss/_style.scss */
#bread li {
  display: inline-block;
}
/* line 461, ../scss/_style.scss */
#bread li a {
  color: #006fc5;
  text-decoration: none;
}

/* line 469, ../scss/_style.scss */
.tbl_nb table {
  border: none;
}
/* line 472, ../scss/_style.scss */
.tbl_nb table tr td {
  border: none;
}

/* line 479, ../scss/_style.scss */
.kakoi {
  border: 2px solid #333;
  padding: 10px;
}

/* line 484, ../scss/_style.scss */
.icon_arrow i {
  font-weight: 700;
  color: #006fc5;
  font-size: 50px;
}

/* line 492, ../scss/_style.scss */
.btn1 a {
  background: #fff;
  color: #006fc5;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #006fc5;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  /* line 492, ../scss/_style.scss */
  .btn1 a {
    margin: 0 auto;
    width: 55vw;
  }
}
/* line 511, ../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 521, ../scss/_style.scss */
.btn2 a {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 350px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #ffffff;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 468px) {
  /* line 521, ../scss/_style.scss */
  .btn2 a {
    margin: 0 auto;
    width: 55vw;
  }
}
/* line 540, ../scss/_style.scss */
.btn2 a:before {
  font-family: "Font Awesome 5 free";
  content: '\f0e0';
  font-weight: 700;
  font-size: 20px;
  padding-top: 2px;
  padding-right: 10px;
}
/* line 549, ../scss/_style.scss */
.btn2 a:hover {
  background: #ffffff;
  color: #006fc5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 556, ../scss/_style.scss */
.btn3 a {
  background: #006fc5;
  border: 2px solid #1d5396;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 350px;
  position: relative;
  padding: 20px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 556, ../scss/_style.scss */
  .btn3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 468px) {
  /* line 556, ../scss/_style.scss */
  .btn3 a {
    margin: 10px auto;
    max-width: 55vw;
  }
}
/* line 579, ../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 579, ../scss/_style.scss */
  .btn3 a:after {
    padding-top: 1px;
  }
}

/* line 593, ../scss/_style.scss */
.btn4 a {
  background: #006fc5;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 350px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #006fc5;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 468px) {
  /* line 593, ../scss/_style.scss */
  .btn4 a {
    margin: 0 auto;
    width: 55vw;
  }
}
/* line 612, ../scss/_style.scss */
.btn4 a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 2px;
}
/* line 621, ../scss/_style.scss */
.btn4 a:hover {
  background: #ffffff;
  color: #006fc5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 628, ../scss/_style.scss */
.btn5 a {
  background: #fff;
  color: #006fc5;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #006fc5;
}
@media screen and (max-width: 468px) {
  /* line 628, ../scss/_style.scss */
  .btn5 a {
    margin: 0 auto;
  }
}
/* line 644, ../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 655, ../scss/_style.scss */
.btn6 p a {
  background: #006fc5;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #006fc5;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1000px) {
  /* line 655, ../scss/_style.scss */
  .btn6 p a {
    width: 200px;
  }
}
@media screen and (max-width: 468px) {
  /* line 655, ../scss/_style.scss */
  .btn6 p a {
    margin: 0 auto;
    width: 55vw;
  }
}
/* line 679, ../scss/_style.scss */
.btn6 p a:after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 700;
  font-size: 14px;
  float: right;
  padding-top: 2px;
}
/* line 688, ../scss/_style.scss */
.btn6 p a:hover {
  background: #ffffff;
  color: #006fc5;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 695, ../scss/_style.scss */
.category .que {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  padding: 11px;
  font-weight: bold;
  border: 1px solid #006fc5;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 468px) {
  /* line 695, ../scss/_style.scss */
  .category .que {
    font-size: 16px;
  }
}
/* line 708, ../scss/_style.scss */
.category .que:after {
  font-family: "Font Awesome 5 free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
  color: #006fc5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 724, ../scss/_style.scss */
.open .que:after {
  content: "\f0dd";
}

/* line 729, ../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 729, ../scss/_style.scss */
  .ans {
    font-size: 14px;
  }
}

/* line 739, ../scss/_style.scss */
.icon_Q {
  background-color: #006fc5;
  -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 753, ../scss/_style.scss */
.icon_A {
  background-color: #1d5396;
  -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 767, ../scss/_style.scss */
.big_txt {
  background: #006fc5;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
}

@media screen and (max-width: 812px) {
  /* line 776, ../scss/_style.scss */
  .tbl_img_txt .txt_text {
    margin-bottom: 20px;
  }
}
/* line 782, ../scss/_style.scss */
.tbl_img_txt .img-L img {
  padding-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 782, ../scss/_style.scss */
  .tbl_img_txt .img-L img {
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 797, ../scss/_style.scss */
.wrap_img_txt {
  font-size: 16px;
}
/* line 799, ../scss/_style.scss */
.wrap_img_txt img {
  padding-right: 15px;
}
@media screen and (max-width: 468px) {
  /* line 799, ../scss/_style.scss */
  .wrap_img_txt img {
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 809, ../scss/_style.scss */
.wrap_img_txt h3 {
  color: #006fc5;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto;
}
@media screen and (max-width: 812px) {
  /* line 809, ../scss/_style.scss */
  .wrap_img_txt h3 {
    font-size: 18px;
  }
}

/* line 821, ../scss/_style.scss */
.bg_contact .wrap_tel .tel a {
  text-decoration: none;
}

/* line 826, ../scss/_style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 826, ../scss/_style.scss */
  .sp {
    display: block;
  }
}

/* line 832, ../scss/_style.scss */
.pc {
  display: block;
}
@media screen and (max-width: 468px) {
  /* line 832, ../scss/_style.scss */
  .pc {
    display: none;
  }
}

/* line 838, ../scss/_style.scss */
.dis_none {
  display: none !important;
}
