@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: #e5423d;
}

/*********************
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 157, ../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: 1170px;
}

/* line 34, ../scss/_bxireset.scss */
.inner2 {
  margin: 0 auto;
  max-width: 730px;
}

@media screen and (max-width: 1170px) {
  /* 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: 1170px) {
  /* line 73, ../scss/_bxireset.scss */
  #main {
    width: 79.16667%;
  }
}

@media screen and (max-width: 1170px) {
  /* line 78, ../scss/_bxireset.scss */
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  /* line 84, ../scss/_bxireset.scss */
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1170px) {
  /* line 89, ../scss/_bxireset.scss */
  #side aside {
    width: 100% !important;
  }
}

/* line 95, ../scss/_bxireset.scss */
.map {
  margin: 56px auto;
  max-width: 1170px;
}

/* 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: 1170px) {
  /* 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: 1170px;
  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: 1170px) {
  /* 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%;
  min-width: inherit;
}

/* line 10, ../scss/_header.scss */
#header {
  width: 100%;
  max-width: 1170px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 88px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 812px) {
  /* line 10, ../scss/_header.scss */
  #header {
    height: 65px;
  }
}
/* line 30, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global a {
  color: #333;
}
/* line 36, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global .nav_child a {
  color: #ffffff;
}
/* line 43, ../scss/_header.scss */
#header .inner {
  position: relative;
}
/* line 45, ../scss/_header.scss */
#header .inner .logoArea {
  display: block;
  z-index: 1001;
}
@media screen and (max-width: 812px) {
  /* line 45, ../scss/_header.scss */
  #header .inner .logoArea {
    display: none;
  }
}
/* line 53, ../scss/_header.scss */
#header .inner .logoArea .lo-go {
  padding-top: 18px;
  padding-left: 10px;
  float: left;
  width: 344px;
  height: 51px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 812px) {
  /* line 53, ../scss/_header.scss */
  #header .inner .logoArea .lo-go {
    width: 100%;
    height: auto;
  }
}
/* line 72, ../scss/_header.scss */
#header .inner .logoArea .lo-go a {
  position: relative;
  display: block;
  width: 344px;
  height: 51px;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
/* line 90, ../scss/_header.scss */
#header .inner .logoArea .info_area {
  position: absolute;
  top: 2px;
  right: 105px;
  display: block;
}
/* line 95, ../scss/_header.scss */
#header .inner .logoArea .info_area img {
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: middle;
}
/* line 100, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel {
  font-size: 22px !important;
  text-decoration: none;
}
/* line 103, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel strong {
  font-size: 12px;
  font-weight: normal;
}
/* line 108, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel em {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
/* line 116, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel {
  margin-top: 2px;
  color: #e5423d;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.2;
}
/* line 126, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel em {
  font-size: 12px;
  display: block;
  color: #e5423d;
}
/* line 132, ../scss/_header.scss */
#header .inner .logoArea .info_area .tel i {
  margin-right: 5px;
}
/* line 138, ../scss/_header.scss */
#header .inner #nav_global {
  display: block;
  position: absolute;
  top: 56px;
  right: calc((1em + 7.25vw));
  z-index: 1001;
  width: 600px;
}
@media screen and (max-width: 1170px) {
  /* line 138, ../scss/_header.scss */
  #header .inner #nav_global {
    right: calc((2em + 7.75vw));
    width: 43vw;
  }
}
@media screen and (max-width: 812px) {
  /* line 138, ../scss/_header.scss */
  #header .inner #nav_global {
    width: 100%;
    top: 60px;
  }
}
/* line 154, ../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 160, ../scss/_header.scss */
#header .inner #nav_global > ul li {
  flex-grow: 1;
}
/* line 164, ../scss/_header.scss */
#header .inner #nav_global > ul li.active a:before {
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/* line 173, ../scss/_header.scss */
#header .inner #nav_global > ul li.sp_menu {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 173, ../scss/_header.scss */
  #header .inner #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 180, ../scss/_header.scss */
#header .inner #nav_global > ul li ul {
  position: absolute;
  top: 44px;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 812px) {
  /* line 180, ../scss/_header.scss */
  #header .inner #nav_global > ul li ul {
    top: 38px;
  }
}
/* line 187, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li {
  display: block;
  float: none;
}
/* line 190, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li a {
  line-height: 1.6;
  display: block;
  text-align: left;
  letter-spacing: 0px;
  padding: 10px 0.8vw;
  color: #ffffff;
  display: block;
}
/* line 201, ../scss/_header.scss */
#header .inner #nav_global > ul li a {
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1.5px;
  text-align: center;
  /*padding: 0 1.25vw;*/
  color: #333333;
  font-size: calc((0.9em + 0.25vw));
  font-weight: 700;
  position: relative;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 211, ../scss/_header.scss */
#header .inner #nav_global > ul li a span {
  display: block;
  font-size: calc((0.4em + 0.25vw));
  color: #e5423d;
}
/* line 216, ../scss/_header.scss */
#header .inner #nav_global > ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin: -11px 0 0 0;
}
/* line 226, ../scss/_header.scss */
#header .inner #nav_global > ul li a:before {
  width: 100%;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #e5423d;
  height: 2px;
  width: 0%;
  box-sizing: border-box;
  -webkit-transition-property: width, left, right;
  transition-property: width, left, right;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 250, ../scss/_header.scss */
#header .inner #nav_global > ul li a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/* line 264, ../scss/_header.scss */
#header .inner a.h_contact {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 10px;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  background: #e5423d;
  height: 88px;
  max-height: 88px;
  line-height: 1.4;
}
/* line 281, ../scss/_header.scss */
#header .inner a.h_contact span i {
  margin-bottom: 5px;
  font-size: 26px;
}
@media screen and (max-width: 812px) {
  /* line 264, ../scss/_header.scss */
  #header .inner a.h_contact {
    display: none;
  }
}

/* line 294, ../scss/_header.scss */
#logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 294, ../scss/_header.scss */
  #logo {
    position: relative;
    z-index: 9999999;
    display: block;
  }
}
/* line 301, ../scss/_header.scss */
#logo.header-logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 301, ../scss/_header.scss */
  #logo.header-logo {
    display: block;
    width: 287px;
    margin-top: 12px;
    margin-left: 5px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

/* line 314, ../scss/_header.scss */
.mean-nav .inner {
  padding: 0 !important;
}

/*-------------------------------nav_global ------------------------------------------*/
/*-------------------------------main area ------------------------------------------*/
/* line 322, ../scss/_header.scss */
#mainArea {
  width: 100% !important;
  padding-top: 0px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 812px) {
  /* line 322, ../scss/_header.scss */
  #mainArea {
    padding-top: 64px;
    width: 100%;
  }
}
/* line 333, ../scss/_header.scss */
#mainArea .bg_main_img {
  opacity: 1;
  top: 0px;
  height: auto;
  /*height: 100vh;*/
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 333, ../scss/_header.scss */
  #mainArea .bg_main_img {
    /*height: 60vh;*/
  }
}
@media screen and (max-width: 468px) {
  /* line 333, ../scss/_header.scss */
  #mainArea .bg_main_img {
    min-height: auto;
    max-height: inherit;
    background-size: cover;
    /*height: 42vh;*/
  }
}
/* line 355, ../scss/_header.scss */
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
/* line 356, ../scss/_header.scss */
#mainArea ul li img {
  margin: 0 auto;
}

/* 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;
}
/* line 29, ../scss/_footer.scss */
footer .inner .f_left {
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 29, ../scss/_footer.scss */
  footer .inner .f_left {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 468px) {
  /* line 29, ../scss/_footer.scss */
  footer .inner .f_left {
    padding-left: 0px;
  }
}
/* line 40, ../scss/_footer.scss */
footer .inner .f_right {
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 40, ../scss/_footer.scss */
  footer .inner .f_right {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 468px) {
  /* line 40, ../scss/_footer.scss */
  footer .inner .f_right {
    padding-left: 0px;
  }
}
@media screen and (max-width: 468px) {
  /* line 50, ../scss/_footer.scss */
  footer .inner .f_img {
    padding-bottom: 20px;
  }
}
/* line 56, ../scss/_footer.scss */
footer .inner #f_nav {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 56, ../scss/_footer.scss */
  footer .inner #f_nav {
    display: none;
  }
}
@media screen and (max-width: 468px) {
  /* line 56, ../scss/_footer.scss */
  footer .inner #f_nav {
    display: none;
  }
}
/* line 70, ../scss/_footer.scss */
footer .inner #f_nav .col_nav {
  display: inline-block !important;
}
@media screen and (max-width: 1170px) {
  /* line 70, ../scss/_footer.scss */
  footer .inner #f_nav .col_nav {
    padding-left: 40px;
  }
}
/* line 77, ../scss/_footer.scss */
footer .inner #f_nav .col_nav li {
  line-height: 2.5;
  float: left;
}
/* line 80, ../scss/_footer.scss */
footer .inner #f_nav .col_nav li:before {
  content: " / ";
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
}
/* line 88, ../scss/_footer.scss */
footer .inner #f_nav .col_nav li:nth-child(1):before {
  content: "";
}
/* line 96, ../scss/_footer.scss */
footer .inner .cont a {
  margin-right: 10px;
}
/* line 100, ../scss/_footer.scss */
footer .inner.between {
  padding: 0px 0 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  /* line 100, ../scss/_footer.scss */
  footer .inner.between {
    display: block;
  }
}
/* line 110, ../scss/_footer.scss */
footer #copyright {
  color: #333;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  /* line 118, ../scss/_footer.scss */
  footer .fltL, footer .fltR {
    float: none;
  }
}
/* line 122, ../scss/_footer.scss */
footer #copy a {
  text-decoration: none;
}
/* line 124, ../scss/_footer.scss */
footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 812px) {
  /* line 122, ../scss/_footer.scss */
  footer #copy a {
    line-height: 60px;
  }
}

/* line 132, ../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%;
}
@media screen and (max-width: 1170px) {
  /* line 18, ../scss/_contents.scss */
  .index_contents #contents_wrap #contents #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 24, ../scss/_contents.scss */
.index_contents #contents_wrap #contents #main #col_main {
  width: 100%;
}

/* line 31, ../scss/_contents.scss */
#contents_wrap {
  padding: 0px 0 90px;
}
@media screen and (max-width: 812px) {
  /* line 31, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 60px;
  }
}
@media screen and (max-width: 468px) {
  /* line 31, ../scss/_contents.scss */
  #contents_wrap {
    padding: 0px 0 30px;
  }
}
/* line 39, ../scss/_contents.scss */
#contents_wrap #contents {
  background: transparent;
}
@media screen and (max-width: 1170px) {
  /* line 41, ../scss/_contents.scss */
  #contents_wrap #contents #main {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
/* line 48, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main {
  float: none;
  line-height: 1.5;
}
/* line 51, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bg_gld {
  background: linear-gradient(-135deg, #cccccc, #ffffff);
}
/* line 54, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news {
  overflow: auto;
  max-height: 440px;
}
@media screen and (max-width: 468px) {
  /* line 54, ../scss/_contents.scss */
  #contents_wrap #contents #main #col_main .news {
    margin-bottom: 40px;
  }
}
/* line 61, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .news .news_txt {
  border-bottom: 1px dotted #ccc;
}
/* line 70, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 78, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .bg_red {
  font-size: calc((1.05em + 0.25vw));
  background: #e5423d;
  color: #ffffff;
}
/* line 82, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .bg_red div {
  padding: 10px 15px 10px 0;
  width: 98%;
  max-width: 100%;
}
@media screen and (max-width: 1170px) {
  /* line 82, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .bg_red div {
    padding: 10px;
  }
}
@media screen and (max-width: 812px) {
  /* line 82, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .bg_red div {
    width: 100%;
    padding: 15px;
  }
}
/* line 94, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .bg_red div h3 {
  color: #ffffff;
}
/* line 100, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr td {
  width: 50%;
}
@media screen and (max-width: 812px) {
  /* line 100, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr td {
    width: 100%;
    display: block;
  }
}
/* line 109, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .txtarea1 div {
  float: right;
}
/* line 114, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .txtarea2 div {
  padding-left: 15px;
}
/* line 118, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .imgArea1 {
  background: url(../images/common/img_top01.jpg) center center no-repeat;
  background-size: cover;
  height: 641px;
}
@media screen and (max-width: 812px) {
  /* line 118, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .imgArea1 {
    height: 350px;
  }
}
@media screen and (max-width: 468px) {
  /* line 118, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .imgArea1 {
    height: 250px;
  }
}
/* line 129, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .imgArea2 {
  background: url(../images/common/img_top02.jpg) center center no-repeat;
  background-size: cover;
  height: 583px;
}
@media screen and (max-width: 812px) {
  /* line 129, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .imgArea2 {
    height: 350px;
  }
}
@media screen and (max-width: 468px) {
  /* line 129, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .imgArea2 {
    height: 250px;
  }
}
/* line 140, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .fbox1 {
  order: 1;
}
@media screen and (max-width: 812px) {
  /* line 144, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .bg_red.fbox1 {
    order: 2;
  }
}
/* line 148, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_topcon tr .fbox2 {
  order: 2;
}
@media screen and (max-width: 812px) {
  /* line 152, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_topcon tr .img_od.fbox2 {
    order: 1;
  }
}
@media screen and (max-width: 1170px) {
  /* line 159, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_tube td {
    padding: 10px;
  }
}
@media screen and (max-width: 812px) {
  /* line 159, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_tube td {
    font-size: 16px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 168, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_tube iframe {
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 812px) {
  /* line 168, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_tube iframe {
    height: auto;
  }
}
@media screen and (max-width: 468px) {
  /* line 168, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_tube iframe {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
/* line 184, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_02 {
  background: url(../images/common/bg1.jpg) top center repeat;
}
@media screen and (max-width: 812px) {
  /* line 190, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_btn td {
    padding: 0 10px !important;
  }
}
/* line 197, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_bind {
  background: #e9f0f4;
}
@media screen and (max-width: 1170px) {
  /* line 199, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_bind .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* line 206, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_bind h2 {
  color: #333;
  font-family: "Rounded Mplus 1c";
}
@media screen and (max-width: 468px) {
  /* line 206, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_bind h2 {
    font-size: 18px;
  }
}
/* line 214, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_arrow {
  background: #e5423d;
  position: relative;
}
/* line 217, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_arrow .big_txt {
  color: #ffffff;
  font-family: "Rounded Mplus 1c";
  font-size: 48px;
  padding: 0 10px;
}
@media screen and (max-width: 812px) {
  /* line 217, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_arrow .big_txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 468px) {
  /* line 217, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_arrow .big_txt {
    font-size: 20px;
  }
}
/* line 229, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_arrow .triangle {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border-style: solid;
  border-width: 50px 118.5px 0 118.5px;
  border-color: #3a7ee3 transparent transparent transparent;
}
/* line 246, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_pet {
  background: url(../images/common/bg1.png) bottom center no-repeat fixed;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 40.05%;
}
@media screen and (max-width: 812px) {
  /* line 246, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet {
    background: url(../images/common/bg1.png) top center no-repeat;
    padding-top: 40.05%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  /* line 246, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet {
    background: url(../images/common/bg1.png) top center no-repeat;
    padding-top: 40.05%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 468px) {
  /* line 246, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet {
    background: url(../images/common/bg2.png) top center no-repeat;
    padding-top: 57.64%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/* line 272, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_pet .inner .txt_rgba {
  position: absolute;
  bottom: 90px;
  right: 5%;
  -webkit-transform: translate(-5%, 0%);
  transform: translate(-5%, 0%);
  color: #333;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  width: 693px;
  text-align: left;
}
@media screen and (max-width: 812px) {
  /* line 272, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet .inner .txt_rgba {
    font-size: 16px;
    width: 55%;
    padding: 20px;
    bottom: 10px;
    right: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 468px) {
  /* line 272, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet .inner .txt_rgba {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    bottom: -145px;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 272, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_pet .inner .txt_rgba {
    font-size: 14px;
    width: 80%;
    padding: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
/* line 316, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_camera {
  background: url(../images/common/img_top03.jpg) top center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  height: 242px;
}
@media screen and (max-width: 812px) {
  /* line 316, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_camera {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 24.2%;
  }
}
/* line 326, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_camera .txt_camera {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 50px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 812px) {
  /* line 326, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_camera .txt_camera {
    font-size: 18px;
    padding: 10px 30px;
  }
}
/* line 346, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact h2 {
  color: #e5423d;
  font-size: 30px;
}
@media screen and (max-width: 812px) {
  /* line 346, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact h2 {
    font-size: 24px;
  }
}
/* line 352, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact h2 span {
  font-size: 24px;
  color: #333;
  display: block;
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  /* line 352, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact h2 span {
    font-size: 18px;
  }
}
/* line 364, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact .wrap_tel .tel {
  color: #e5423d;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  /* line 364, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel .tel {
    font-size: 36px !important;
  }
}
@media (min-width: 468px) and (max-width: 812px) {
  /* line 364, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel .tel {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 812px) {
  /* line 364, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel .tel {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 364, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel .tel {
    margin: 0 auto;
    text-align: center;
  }
}
/* line 386, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact .wrap_tel .tel i {
  margin-right: 10px;
}
/* line 389, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact .wrap_tel .tel img {
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 812px) {
  /* line 389, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel .tel img {
    width: 30px;
    margin-bottom: 0px;
  }
}
/* line 403, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_contact .wrap_tel em {
  color: #333;
  font-size: 20px !important;
  font-weight: normal;
}
@media screen and (max-width: 812px) {
  /* line 403, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_contact .wrap_tel em {
    font-size: 14px !important;
  }
}
/* line 418, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_ga table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 10px 10px;
}
/* line 423, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_ga table td {
  padding: 10px !important;
  overflow: hidden;
  width: 376px;
  height: 212px;
  position: relative;
}
@media screen and (max-width: 468px) {
  /* line 423, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_ga table td {
    width: auto;
    height: 82px;
  }
}
/* line 434, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_ga table td img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit !important;
  width: 100% !important;
}
/* line 448, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 11.5px -0.7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 11.5px -0.7px rgba(0, 0, 0, 0.24);
  padding: 50px;
}
@media screen and (max-width: 812px) {
  /* line 448, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_job {
    padding: 20px;
  }
}
/* line 459, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .ColLeft {
  width: 39%;
}
@media screen and (max-width: 812px) {
  /* line 459, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_job .ColLeft {
    width: 100%;
  }
}
/* line 465, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .ColRight {
  width: 59%;
}
@media screen and (max-width: 812px) {
  /* line 465, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_job .ColRight {
    width: 100%;
  }
}
/* line 471, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .slick-prev:before, #contents_wrap #contents #main .bg_job .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #e5423d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 480, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .thumb-item-nav {
  margin-top: 10px;
}
/* line 482, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .thumb-item-nav .slick_img {
  margin: 0 5px;
}
/* line 486, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .en_job {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 11.5px -0.7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 11.5px -0.7px rgba(0, 0, 0, 0.24);
  padding: 10px;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 468px) {
  /* line 494, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_job .en_job td {
    display: block;
  }
}
/* line 501, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .en_job .txt_right h3 {
  font-weight: 700;
  font-size: 18px;
}
/* line 506, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_job .en_job img {
  padding-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 506, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_job .en_job img {
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
/* line 519, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_block a img {
  margin-bottom: 20px;
}
/* line 526, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_main td {
  border-bottom: 1px dotted #ccc !important;
  padding: 10px 10px !important;
}
/* line 538, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_staff tr:nth-last-child(1) td, #contents_wrap #contents #main .tbl_staff tr:nth-child(1) td {
  border-bottom: none !important;
}
/* line 543, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_staff td {
  border-bottom: 1px dotted #ccc !important;
  padding: 10px 10px !important;
}
/* line 546, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_staff td b {
  color: #e5423d;
}
/* line 551, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_staff td.img_area {
  padding-right: 20px !important;
}
@media screen and (max-width: 468px) {
  /* line 551, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_staff td.img_area {
    padding-right: 0px;
    margin: 0 auto 20px;
  }
}
/* line 563, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td {
  padding: 10px !important;
}
/* line 565, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i {
  font-size: 2rem;
}
/* line 567, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_left {
  transform: rotate(45deg);
}
/* line 571, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_right {
  transform: rotate(-45deg);
}
/* line 575, ../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 575, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_business td.kakoi {
    display: block;
    width: 100%;
  }
}
/* line 590, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha {
  color: #ffffff;
  font-size: 0.8rem;
  display: block;
  background-color: #e5423d;
  padding: 20px 20px;
  text-align: center;
  line-height: 1;
}
/* line 598, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha.in_b {
  display: inline-block;
}
/* line 602, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .ttl_about {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
/* line 607, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_subttl {
  color: #e5423d;
  font-weight: 700;
}
/* line 614, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_about td {
  padding: 10px !important;
}
/* line 638, ../scss/_contents.scss */
#contents_wrap #contents #main .box_useally img {
  margin-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 638, ../scss/_contents.scss */
  #contents_wrap #contents #main .box_useally img {
    margin-right: 0px;
    margin: 0 auto 20px;
  }
}

/* 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: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 160px 10px 60px;
  background: #c1231e;
}
@media screen and (max-width: 812px) {
  /* line 5, ../scss/_style.scss */
  .pageTitle h1 {
    padding: 120px 10px 60px;
  }
}
/* line 15, ../scss/_style.scss */
.pageTitle h1 span {
  font-size: 14px;
  display: block;
  color: #e5423d;
  margin-top: 10px;
}

/* title */
@media screen and (max-width: 468px) {
  /* line 25, ../scss/_style.scss */
  .midashi {
    width: 100% !important;
  }
}
/* line 31, ../scss/_style.scss */
.midashi h1 {
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  padding: 30px 0;
  border-bottom: 2px solid #c1231e;
}
@media screen and (max-width: 468px) {
  /* line 31, ../scss/_style.scss */
  .midashi h1 {
    font-size: 28px;
  }
}
/* line 42, ../scss/_style.scss */
.midashi h1 .sub_ttl {
  font-size: 16px;
  display: block;
  color: #e5423d;
}
@media screen and (max-width: 468px) {
  /* line 42, ../scss/_style.scss */
  .midashi h1 .sub_ttl {
    font-size: 14px;
  }
}
/* line 51, ../scss/_style.scss */
.midashi h2 {
  color: #333333;
  line-height: 1.5;
  font-size: 28px;
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  /* line 51, ../scss/_style.scss */
  .midashi h2 {
    font-size: 24px;
  }
}
/* line 60, ../scss/_style.scss */
.midashi h2.txt_top_g {
  font-size: 20px;
}
@media screen and (max-width: 468px) {
  /* line 60, ../scss/_style.scss */
  .midashi h2.txt_top_g {
    font-size: 18px;
  }
}
/* line 66, ../scss/_style.scss */
.midashi h2.txt_red {
  font-size: 28px;
  color: #e5423d;
}
/* line 70, ../scss/_style.scss */
.midashi h2.under_bar {
  font-size: 28px;
  text-align: center;
  color: #e5423d;
}
/* line 74, ../scss/_style.scss */
.midashi h2.under_bar:after {
  border-bottom: 2px solid #e5423d;
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  padding-top: 15px;
  margin: 0 auto 15px;
}
/* line 87, ../scss/_style.scss */
.midashi h3 {
  color: #333333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
/* line 94, ../scss/_style.scss */
.midashi h4 {
  color: #e5423d;
  line-height: 1.5;
  font-size: 22px;
  padding: 10px 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #e5423d;
}
/* line 103, ../scss/_style.scss */
.midashi h5 {
  color: #333333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
}
/* line 110, ../scss/_style.scss */
.midashi h6 {
  color: #e5423d;
  line-height: 1.2;
  font-size: 20px;
  padding: 0px;
  font-weight: bold;
}

/* line 119, ../scss/_style.scss */
.headline2 {
  font-size: 28px;
  font-weight: bold;
}

/* line 124, ../scss/_style.scss */
.headline3 {
  font-size: 24px;
  font-weight: bold;
  color: #e5423d;
  padding-bottom: 10px;
}

/* line 131, ../scss/_style.scss */
.ttl4 {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #e5423d;
  border-bottom: 1px solid #e5423d;
  padding: 7px 7px 7px 16px;
  position: relative;
}
/* line 138, ../scss/_style.scss */
.ttl4:before {
  content: '';
  border-left: 4px solid #e5423d;
  position: absolute;
  top: 11px;
  left: 4px;
  padding-top: 20px;
}
/* line 145, ../scss/_style.scss */
.ttl4:before .txt_a_color {
  color: #e5423d;
}

/* box */
@media screen and (max-width: 468px) {
  /* line 152, ../scss/_style.scss */
  .home_td {
    margin-left: 0 !important;
  }
}
/* line 158, ../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 166, ../scss/_style.scss */
.home_td .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 169, ../scss/_style.scss */
.home_td .box h3 {
  color: #e5423d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 812px) {
  /* line 169, ../scss/_style.scss */
  .home_td .box h3 {
    font-size: 18px;
  }
}
/* line 180, ../scss/_style.scss */
.home_td .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 180, ../scss/_style.scss */
  .home_td .box span {
    font-size: 14px;
  }
}
/* line 187, ../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 158, ../scss/_style.scss */
  .home_td .box {
    padding: 10px;
  }
}
@media screen and (max-width: 468px) {
  /* line 158, ../scss/_style.scss */
  .home_td .box {
    width: 96%;
    margin: 0 2% 20px !important;
  }
}
/* line 204, ../scss/_style.scss */
.home_td .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 213, ../scss/_style.scss */
  .home_td2 {
    margin-left: 0 !important;
  }
}
/* line 219, ../scss/_style.scss */
.home_td2 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 224, ../scss/_style.scss */
.home_td2 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 227, ../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 234, ../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 #e5423d;
  padding: 0px 0 0 8px;
  font-size: 28px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 812px) {
  /* line 234, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  /* line 234, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    margin-top: 20px;
  }
}
/* line 252, ../scss/_style.scss */
.home_td2 .box.cont_titl .td_text {
  display: table;
  width: 100% !important;
  background: #c1231e;
}
/* line 256, ../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 256, ../scss/_style.scss */
  .home_td2 .box.cont_titl .td_text span {
    font-size: 16px;
  }
}
/* line 271, ../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 219, ../scss/_style.scss */
  .home_td2 .box {
    width: 100% !important;
  }
}
/* line 286, ../scss/_style.scss */
.home_td2 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 293, ../scss/_style.scss */
  .home_td3 {
    margin-left: 0 !important;
  }
}
/* line 299, ../scss/_style.scss */
.home_td3 .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 305, ../scss/_style.scss */
.home_td3 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 308, ../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 308, ../scss/_style.scss */
  .home_td3 .box h3 {
    font-size: 18px;
  }
}
/* line 319, ../scss/_style.scss */
.home_td3 .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 319, ../scss/_style.scss */
  .home_td3 .box span {
    font-size: 14px;
  }
}
/* line 326, ../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 299, ../scss/_style.scss */
  .home_td3 .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 341, ../scss/_style.scss */
.home_td3 .box img {
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width: 468px) {
  /* line 351, ../scss/_style.scss */
  .home_td4 {
    margin-left: 0 !important;
  }
}
/* line 357, ../scss/_style.scss */
.home_td4 .box {
  position: relative;
  width: 24.21308%;
  float: left;
  margin: 0 1% 1% 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 367, ../scss/_style.scss */
.home_td4 .box:nth-child(4n+0) {
  margin-right: 0;
}
/* line 371, ../scss/_style.scss */
.home_td4 .box h3 {
  color: #e5423d;
  font-size: 18px;
  font-weight: 700;
  margin: 8px auto;
  text-align: left;
}
/* line 377, ../scss/_style.scss */
.home_td4 .box h3 strong {
  color: #333;
  font-size: 24px;
}
/* line 384, ../scss/_style.scss */
.home_td4 .box .cont_pd {
  padding: 0 20px 20px !important;
}
@media screen and (max-width: 812px) {
  /* line 357, ../scss/_style.scss */
  .home_td4 .box {
    width: 49.26108%;
    margin: 0 1% 1% 0;
  }
  /* line 390, ../scss/_style.scss */
  .home_td4 .box:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  /* line 357, ../scss/_style.scss */
  .home_td4 .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/* line 399, ../scss/_style.scss */
.home_td4 .box img {
  width: auto !important;
  max-width: 100%;
}
@media screen and (max-width: 812px) {
  /* line 406, ../scss/_style.scss */
  .home_td4 .box td {
    text-align: center;
  }
}

/* line 415, ../scss/_style.scss */
#bread {
  text-align: left;
}
/* line 417, ../scss/_style.scss */
#bread li {
  display: inline-block;
}
/* line 419, ../scss/_style.scss */
#bread li a {
  color: #e5423d;
  text-decoration: none;
}

/* line 425, ../scss/_style.scss */
.kakoi {
  border: 5px solid #ccc !important;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
/* line 433, ../scss/_style.scss */
.kakoi .icon_check {
  font-size: 20px;
  font-weight: 700;
  color: #e5423d;
}
/* line 437, ../scss/_style.scss */
.kakoi .icon_check:before {
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: bold;
  padding-right: 5px;
  color: #e5423d;
}

/* line 447, ../scss/_style.scss */
.kakoi2 {
  border: 5px solid #e9f0f4 !important;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
/* line 455, ../scss/_style.scss */
.kakoi2 .icon_check {
  font-size: 18px;
  color: #333;
}

/* line 462, ../scss/_style.scss */
.icon_arrow i {
  font-weight: 700;
  color: #e5423d;
  font-size: 50px;
}

/* line 470, ../scss/_style.scss */
.big_txt {
  background: #e5423d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
}

/* line 478, ../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 478, ../scss/_style.scss */
  .btn a {
    margin: 0 auto;
  }
}
/* line 495, ../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 505, ../scss/_style.scss */
.btn2 a {
  background: #e5423d;
  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 505, ../scss/_style.scss */
  .btn2 a {
    margin: 0 auto;
  }
}
/* line 523, ../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 534, ../scss/_style.scss */
.btn3 a {
  background: #e5423d;
  border: 2px solid #c1231e;
  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 534, ../scss/_style.scss */
  .btn3 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 468px) {
  /* line 534, ../scss/_style.scss */
  .btn3 a {
    margin: 10px auto;
  }
}
/* line 556, ../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 556, ../scss/_style.scss */
  .btn3 a:after {
    padding-top: 1px;
  }
}

/* line 571, ../scss/_style.scss */
.btn4 a {
  width: 100%;
  font-size: 18px;
  background: #e5423d !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 571, ../scss/_style.scss */
  .btn4 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 468px) {
  /* line 571, ../scss/_style.scss */
  .btn4 a {
    margin-top: 20px;
  }
}
/* line 586, ../scss/_style.scss */
.btn4 a:hover {
  background: #e5423d !important;
  opacity: .8;
  transition: all ease 0.5s;
}
/* line 591, ../scss/_style.scss */
.btn4 a i {
  color: #ffffff;
  margin-right: 10px;
}

/* line 599, ../scss/_style.scss */
.category .que {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  padding: 11px;
  font-weight: bold;
  border: 1px solid #e5423d;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 468px) {
  /* line 599, ../scss/_style.scss */
  .category .que {
    font-size: 16px;
  }
}
/* line 612, ../scss/_style.scss */
.category .que:after {
  font-family: "Font Awesome 5 free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
  color: #e5423d;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 628, ../scss/_style.scss */
.open .que:after {
  content: "\f0dd";
}

/* line 633, ../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 633, ../scss/_style.scss */
  .ans {
    font-size: 14px;
  }
}

/* line 643, ../scss/_style.scss */
.icon_Q {
  background-color: #e5423d;
  -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 657, ../scss/_style.scss */
.icon_A {
  background-color: #c1231e;
  -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 670, ../scss/_style.scss */
.bg_contact .wrap_tel .tel a {
  text-decoration: none;
}

/* line 674, ../scss/_style.scss */
.category {
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 678, ../scss/_style.scss */
.category:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  padding-left: 10px;
  color: #e5423d;
  font-size: 1.2em;
}
/* line 687, ../scss/_style.scss */
.category.open:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-weight: bold;
  padding-left: 10px;
  color: #e5423d;
  font-size: 1.2em;
}

/* line 700, ../scss/_style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 700, ../scss/_style.scss */
  .sp {
    display: block;
  }
}

/* line 706, ../scss/_style.scss */
.pc {
  display: block;
}
@media screen and (max-width: 468px) {
  /* line 706, ../scss/_style.scss */
  .pc {
    display: none;
  }
}

/* line 712, ../scss/_style.scss */
.dis_none {
  display: none !important;
}
