@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: #005491;
}

/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'chogokuboso';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/chogokubosogothic_5.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-L_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-L_3.ttf") format("truetype");
}
@font-face {
  font-family: 'JKG-M_3';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JKG-M_3.ttf") format("truetype");
}
@font-face {
  font-family: 'ghatee';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ghatee.ttf") format("truetype");
}
@font-face {
  font-family: 'Medium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/JISZ8903-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'gt';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gt.otf") format("opentype");
}
@font-face {
  font-family: 'old_stamper';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/old_stamper.ttf") format("truetype");
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 155, ../scss/_mixin.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* line 4, ../scss/_bxireset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../scss/_bxireset.scss */
html {
  font-size: calc(1.125em + 0.25vw);
}

/* line 12, ../scss/_bxireset.scss */
body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.625em;
  word-wrap: break-word;
}

/* line 23, ../scss/_bxireset.scss */
object {
  pointer-events: none;
}

/* line 26, ../scss/_bxireset.scss */
figure {
  padding: 0;
  margin: 0;
}

/* line 30, ../scss/_bxireset.scss */
.inner, #form_c2 {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 34, ../scss/_bxireset.scss */
.inner2 {
  margin: 0 auto;
  max-width: 730px;
}

@media screen and (max-width: 1000px) {
  /* line 39, ../scss/_bxireset.scss */
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 45, ../scss/_bxireset.scss */
  .inner, .inner2, #form_c2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  /* line 55, ../scss/_bxireset.scss */
  .inner, .inner2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100%;
    width: 100%;
  }
}
/* line 62, ../scss/_bxireset.scss */
.sinner {
  max-width: 620px;
}

/* line 65, ../scss/_bxireset.scss */
#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 70, ../scss/_bxireset.scss */
#contents {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  /* line 73, ../scss/_bxireset.scss */
  #main {
    width: 79.16667%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 78, ../scss/_bxireset.scss */
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 84, ../scss/_bxireset.scss */
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 89, ../scss/_bxireset.scss */
  #side aside {
    width: 100% !important;
  }
}

/* line 95, ../scss/_bxireset.scss */
.map {
  margin: 56px auto;
  max-width: 1000px;
}

/* line 99, ../scss/_bxireset.scss */
.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

/* line 107, ../scss/_bxireset.scss */
.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

/* line 114, ../scss/_bxireset.scss */
.policy p {
  margin: 0 0 20px;
}

/* line 117, ../scss/_bxireset.scss */
table {
  table-layout: fixed;
}

/* line 120, ../scss/_bxireset.scss */
table td {
  padding: 0 !important;
}

/* line 123, ../scss/_bxireset.scss */
.tlauto table {
  table-layout: auto;
}

/* line 126, ../scss/_bxireset.scss */
table td img {
  height: auto !important;
}

/* line 129, ../scss/_bxireset.scss */
.pdtd10 td {
  padding: 10px !important;
}

/* line 132, ../scss/_bxireset.scss */
pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/* line 137, ../scss/_bxireset.scss */
b, strong {
  font-weight: bold;
}

/* line 140, ../scss/_bxireset.scss */
u {
  text-decoration: line-through;
}

/* line 143, ../scss/_bxireset.scss */
img {
  max-width: 100%;
  height: auto !important;
}

/* line 147, ../scss/_bxireset.scss */
small {
  font-size: 80%;
}

/* line 150, ../scss/_bxireset.scss */
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/* line 155, ../scss/_bxireset.scss */
span {
  font-weight: inherit;
}

/* line 158, ../scss/_bxireset.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 163, ../scss/_bxireset.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 170, ../scss/_bxireset.scss */
div.iframeWrapper,
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

/* line 176, ../scss/_bxireset.scss */
u {
  text-decoration: underline;
}

/* line 179, ../scss/_bxireset.scss */
.borB {
  border-bottom: 1px dashed #333;
}

/* line 182, ../scss/_bxireset.scss */
.b {
  font-weight: 500;
}

/* line 185, ../scss/_bxireset.scss */
.borderB {
  border-bottom: 1px dashed #333;
}

/* line 189, ../scss/_bxireset.scss */
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/* line 193, ../scss/_bxireset.scss */
a:hover {
  opacity: 0.6;
}

/* line 196, ../scss/_bxireset.scss */
#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  /* line 196, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 468px) {
  /* line 196, ../scss/_bxireset.scss */
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 209, ../scss/_bxireset.scss */
#contents {
  max-width: 1000px;
  width: 100%;
}

/* line 214, ../scss/_bxireset.scss */
.tacenter {
  text-align: center !important;
}

/* line 217, ../scss/_bxireset.scss */
.ColLeft {
  float: left;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 217, ../scss/_bxireset.scss */
  .ColLeft {
    width: 100%;
  }
}

/* line 225, ../scss/_bxireset.scss */
.ColRight {
  float: right;
  width: 49%;
}
@media screen and (max-width: 468px) {
  /* line 225, ../scss/_bxireset.scss */
  .ColRight {
    width: 100%;
  }
}

/* line 233, ../scss/_bxireset.scss */
.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

/* line 240, ../scss/_bxireset.scss */
.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 246, ../scss/_bxireset.scss */
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 246, ../scss/_bxireset.scss */
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

/* line 261, ../scss/_bxireset.scss */
.fwb {
  font-weight: bold;
}

/* line 264, ../scss/_bxireset.scss */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 267, ../scss/_bxireset.scss */
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 812px) {
  /* line 271, ../scss/_bxireset.scss */
  .fltL {
    float: none;
    width: 100% !important;
  }

  /* line 275, ../scss/_bxireset.scss */
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  /* line 281, ../scss/_bxireset.scss */
  .sptal {
    text-align: left !important;
  }

  /* line 284, ../scss/_bxireset.scss */
  .sptar {
    text-align: right !important;
  }

  /* line 287, ../scss/_bxireset.scss */
  .sptac {
    text-align: center !important;
  }
}
/* line 1, ../scss/_header.scss */
#header, #header .logoArea, #header .logoAreaSmall, #header .hed_info {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 4, ../scss/_header.scss */
header#global_header {
  max-width: 100%;
}

/* line 9, ../scss/_header.scss */
#description {
  font-size: 11px;
  text-align: left;
  margin: 0px auto 0;
  position: absolute;
  top: 0px;
}

/* line 16, ../scss/_header.scss */
#header {
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 115px;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 812px) {
  /* line 16, ../scss/_header.scss */
  #header {
    height: 65px;
  }
}
/* line 28, ../scss/_header.scss */
#header.autofix_sb.fixed {
  -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 34, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global {
  background-color: #fff;
}
/* line 41, ../scss/_header.scss */
#header.autofix_sb.fixed #nav_global .nav_child a {
  color: #ffffff;
}
/* line 48, ../scss/_header.scss */
#header .inner {
  position: relative;
}
/* line 50, ../scss/_header.scss */
#header .inner .logoArea {
  display: block;
  z-index: 1001;
}
@media screen and (max-width: 812px) {
  /* line 50, ../scss/_header.scss */
  #header .inner .logoArea {
    display: none;
  }
}
/* line 58, ../scss/_header.scss */
#header .inner .logoArea .lo-go {
  padding-top: 23px;
  float: left;
  width: 202px;
  height: 73px;
  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 58, ../scss/_header.scss */
  #header .inner .logoArea .lo-go {
    width: 100%;
    height: auto;
  }
}
/* line 76, ../scss/_header.scss */
#header .inner .logoArea .lo-go a {
  position: relative;
  display: block;
  width: 202px;
  height: 73px;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1003;
}
/* line 94, ../scss/_header.scss */
#header .inner .logoArea .info_area {
  float: right;
  margin-top: 0px;
}
/* line 97, ../scss/_header.scss */
#header .inner .logoArea .info_area .wrap_tel {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
/* line 102, ../scss/_header.scss */
#header .inner .logoArea .info_area .wrap_tel i {
  margin-right: 5px;
}
/* line 108, ../scss/_header.scss */
#header .inner .logoArea .info_area a.h_contact {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 10px 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  background: #005491;
}
/* line 118, ../scss/_header.scss */
#header .inner .logoArea .info_area a.h_contact span i {
  margin-right: 5px;
}
/* line 126, ../scss/_header.scss */
#header .inner #nav_global {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  top: 68px;
  right: 0;
  display: block;
  z-index: 1001;
  width: 600px;
}
@media screen and (max-width: 812px) {
  /* line 126, ../scss/_header.scss */
  #header .inner #nav_global {
    width: 100%;
    top: 60px;
  }
}
/* line 138, ../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 144, ../scss/_header.scss */
#header .inner #nav_global > ul li {
  flex-grow: 1;
  border-right: 1px solid #ccc;
}
/* line 147, ../scss/_header.scss */
#header .inner #nav_global > ul li:nth-child(1) {
  border-left: 1px solid #ccc;
}
/* line 152, ../scss/_header.scss */
#header .inner #nav_global > ul li.active a:before {
  width: 70%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/* line 161, ../scss/_header.scss */
#header .inner #nav_global > ul li.sp_menu {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 161, ../scss/_header.scss */
  #header .inner #nav_global > ul li.sp_menu {
    display: block;
  }
}
/* line 168, ../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 168, ../scss/_header.scss */
  #header .inner #nav_global > ul li ul {
    top: 38px;
  }
}
/* line 175, ../scss/_header.scss */
#header .inner #nav_global > ul li ul li {
  display: block;
  float: none;
}
/* line 178, ../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 189, ../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: #005491;
  font-size: calc((0.8em + 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 199, ../scss/_header.scss */
#header .inner #nav_global > ul li a span {
  display: block;
  font-size: calc((0.4em + 0.25vw));
  color: #005491;
}
/* line 204, ../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 214, ../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: #005491;
  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 238, ../scss/_header.scss */
#header .inner #nav_global > ul li a:hover:before {
  width: 70%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

/* line 254, ../scss/_header.scss */
#logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 254, ../scss/_header.scss */
  #logo {
    position: relative;
    z-index: 9999999;
    display: block;
  }
}
/* line 261, ../scss/_header.scss */
#logo.header-logo {
  display: none;
}
@media screen and (max-width: 812px) {
  /* line 261, ../scss/_header.scss */
  #logo.header-logo {
    display: block;
    width: 128px;
    margin-top: 9px;
    margin-left: 5px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}

/* line 274, ../scss/_header.scss */
.mean-nav .inner {
  padding: 0 !important;
}

/*-------------------------------nav_global ------------------------------------------*/
/*-------------------------------main area ------------------------------------------*/
/* line 282, ../scss/_header.scss */
#mainArea {
  width: 100% !important;
  padding-top: 115px;
  position: relative;
  margin: 0;
  background: #d4daf2;
}
@media screen and (max-width: 1000px) {
  /* line 282, ../scss/_header.scss */
  #mainArea {
    min-height: inherit;
  }
}
@media screen and (max-width: 812px) {
  /* line 282, ../scss/_header.scss */
  #mainArea {
    padding-top: 64px;
    width: 100%;
    min-height: inherit;
  }
}
/* line 299, ../scss/_header.scss */
#mainArea .bg_main_img {
  opacity: 1;
  top: 0px;
  height: auto;
  /*height: 100vh;*/
  position: relative;
}
@media screen and (max-width: 812px) {
  /* line 299, ../scss/_header.scss */
  #mainArea .bg_main_img {
    min-height: auto;
    max-height: inherit;
    background-size: cover;
    /*height: 42vh;*/
  }
}
/* line 314, ../scss/_header.scss */
#mainArea h1.mainArea_txt {
  bottom: -20%;
  left: 3%;
  position: absolute;
  z-index: 3;
}
/* line 327, ../scss/_header.scss */
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
/* line 328, ../scss/_header.scss */
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  /* line 282, ../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: #333333;
  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;
}
@media screen and (max-width: 468px) {
  /* line 22, ../scss/_footer.scss */
  footer .inner {
    padding: 0px 0 15px;
  }
}
/* line 28, ../scss/_footer.scss */
footer .inner .f_left {
  float: left;
}
@media screen and (max-width: 812px) {
  /* line 28, ../scss/_footer.scss */
  footer .inner .f_left {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 468px) {
  /* line 28, ../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;
  }
}
/* line 52, ../scss/_footer.scss */
footer .inner #f_nav .col_nav {
  float: left;
  padding-left: 90px;
}
@media screen and (max-width: 1000px) {
  /* line 52, ../scss/_footer.scss */
  footer .inner #f_nav .col_nav {
    padding-left: 40px;
  }
}
/* line 59, ../scss/_footer.scss */
footer .inner #f_nav .col_nav ul li {
  line-height: 2.5;
}
/* line 62, ../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: #005491;
}
/* line 75, ../scss/_footer.scss */
footer .inner .cont a {
  margin-right: 10px;
}
/* line 80, ../scss/_footer.scss */
footer #copyright {
  background: #005491;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  /* line 88, ../scss/_footer.scss */
  footer .fltL, footer .fltR {
    float: none;
  }
}
/* line 92, ../scss/_footer.scss */
footer #copy a {
  text-decoration: none;
}
/* line 94, ../scss/_footer.scss */
footer #copy a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 812px) {
  /* line 92, ../scss/_footer.scss */
  footer #copy a {
    line-height: 60px;
  }
}

/* line 102, ../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: 250px;
}
@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: #005491;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 300;
}
/* line 77, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bg_news .news .news_txt b {
  background: #005491;
}
/* line 83, ../scss/_contents.scss */
#contents_wrap #contents #main #col_main .bg_gley {
  background: #f5f5f5;
}
/* line 88, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
/* line 92, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  background: rgba(255, 255, 255, 0);
  border: #f0f0f0 1px dotted;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 108, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea:hover::before {
  background: url(../images/common/bg_white.png) rgba(255, 255, 255, 0.85);
  border: transparent 1px solid;
}
/* line 112, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea:hover h4 {
  color: #005491;
}
/* line 115, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 123, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea:hover::after {
  background: transparent;
}
/* line 127, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
/* line 141, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
/* line 155, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea h4 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 180px;
  color: #fefefe;
  font-size: 24px;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 179, ../scss/_contents.scss */
#contents_wrap #contents #main .hover_effect .imgArea img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 187, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff {
  background: url(../images/common/bg1.jpg) no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 812px) {
  /* line 187, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff {
    background: url(../images/common/bg1.jpg) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* line 194, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re {
  font-size: 16px;
  padding: 50px 40px;
  text-align: center;
  max-width: 560px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 812px) {
  /* line 194, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re {
    padding: 30px;
  }
}
@media screen and (max-width: 468px) {
  /* line 194, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re {
    background-color: none;
  }
}
/* line 207, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re h2 {
  font-size: 28px;
  font-weight: 700;
  color: #005491;
}
/* line 212, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_txt {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  color: #333;
  font-size: 24px;
}
@media screen and (max-width: 812px) {
  /* line 212, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_txt {
    font-size: 18px;
  }
}
/* line 221, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_tel {
  padding-bottom: 20px !important;
  color: #005491;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 812px) {
  /* line 221, ../scss/_contents.scss */
  #contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_tel {
    font-size: 30px;
  }
}
/* line 229, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_tel img {
  vertical-align: baseline;
  margin-right: 10px;
}
/* line 234, ../scss/_contents.scss */
#contents_wrap #contents #main .bg_staff .wrap_re .wrap_re_tel .tel a {
  text-decoration: none;
}
/* line 247, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_block a img {
  margin-bottom: 20px;
}
/* line 254, ../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 258, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_main td:nth-child(1) {
    border-bottom: none !important;
    padding: 20px 10px 0 !important;
  }
}
/* line 269, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td {
  padding: 10px !important;
}
/* line 271, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i {
  font-size: 2rem;
}
/* line 273, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_left {
  transform: rotate(45deg);
}
/* line 277, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business td i.i_right {
  transform: rotate(-45deg);
}
/* line 281, ../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 281, ../scss/_contents.scss */
  #contents_wrap #contents #main .tbl_business td.kakoi {
    display: block;
    width: 100%;
  }
}
/* line 296, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha {
  color: #ffffff;
  font-size: 0.8rem;
  display: block;
  background-color: #005491;
  padding: 20px 20px;
  text-align: center;
  line-height: 1;
}
/* line 304, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_alpha.in_b {
  display: inline-block;
}
/* line 308, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .ttl_about {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
/* line 313, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_business .txt_subttl {
  color: #005491;
  font-weight: 700;
}
/* line 320, ../scss/_contents.scss */
#contents_wrap #contents #main .tbl_about td {
  padding: 10px !important;
}

/* line 2, ../scss/_style.scss */
.pageTitle {
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 5, ../scss/_style.scss */
.pageTitle h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 160px 10px 40px;
  background: #e6e6e6;
}
@media screen and (max-width: 812px) {
  /* line 5, ../scss/_style.scss */
  .pageTitle h1 {
    padding: 115px 10px 40px;
  }
}
/* line 16, ../scss/_style.scss */
.pageTitle h1 span {
  font-size: 14px;
  display: block;
  color: #005491;
  margin-top: 10px;
}

/* title */
@media screen and (max-width: 468px) {
  /* line 27, ../scss/_style.scss */
  .midashi {
    width: 100% !important;
  }
}
/* line 33, ../scss/_style.scss */
.midashi h1 {
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  padding: 30px 0;
  border-bottom: 2px solid #ad2b36;
}
@media screen and (max-width: 468px) {
  /* line 33, ../scss/_style.scss */
  .midashi h1 {
    font-size: 28px;
  }
}
/* line 44, ../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;
  color: #005491;
}
@media screen and (max-width: 468px) {
  /* line 44, ../scss/_style.scss */
  .midashi h1 .sub_ttl {
    font-size: 14px;
  }
}
/* line 54, ../scss/_style.scss */
.midashi h2 {
  color: #333;
  line-height: 1.2;
  font-size: 28px;
  padding: 0px 0;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  /* line 54, ../scss/_style.scss */
  .midashi h2 {
    font-size: 24px;
  }
}
/* line 63, ../scss/_style.scss */
.midashi h2.txt_top_g {
  font-size: 20px;
}
@media screen and (max-width: 468px) {
  /* line 63, ../scss/_style.scss */
  .midashi h2.txt_top_g {
    font-size: 18px;
  }
}
/* line 69, ../scss/_style.scss */
.midashi h2.txt_h2 {
  font-size: 28px;
  color: #333;
  text-decoration: underline;
}
/* line 74, ../scss/_style.scss */
.midashi h2.c_b {
  font-size: 28px;
  color: #005491;
}
/* line 78, ../scss/_style.scss */
.midashi h2.under_bar {
  font-size: 24px;
}
/* line 80, ../scss/_style.scss */
.midashi h2.under_bar:after {
  border-bottom: 2px solid #005491;
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  padding-top: 15px;
  margin-bottom: 15px;
}
/* line 92, ../scss/_style.scss */
.midashi h3 {
  color: #333333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
/* line 99, ../scss/_style.scss */
.midashi h4 {
  color: #333333;
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #ad2b36;
}
/* line 107, ../scss/_style.scss */
.midashi h5 {
  color: #333333;
  line-height: 1.5;
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ad2b36;
}

/* line 117, ../scss/_style.scss */
.headline2 {
  font-size: 28px;
  font-weight: bold;
}

/* line 122, ../scss/_style.scss */
.headline3 {
  font-size: 16px;
  font-weight: bold;
  color: #005491;
  margin-top: -5px;
}

/* line 129, ../scss/_style.scss */
.ttl4 {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #005491;
  border-bottom: 1px solid #005491;
  padding: 7px 7px 7px 16px;
  position: relative;
}
/* line 136, ../scss/_style.scss */
.ttl4:before {
  content: '';
  border-left: 4px solid #005491;
  position: absolute;
  top: 11px;
  left: 4px;
  padding-top: 20px;
}
/* line 143, ../scss/_style.scss */
.ttl4:before .txt_a_color {
  color: #005491;
}

/* box */
@media screen and (max-width: 468px) {
  /* line 150, ../scss/_style.scss */
  .home_td {
    margin-left: 0 !important;
  }
}
/* line 156, ../scss/_style.scss */
.home_td .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 0% 0;
}
/* line 162, ../scss/_style.scss */
.home_td .box:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 167, ../scss/_style.scss */
.home_td .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 170, ../scss/_style.scss */
.home_td .box h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 20px;
}
@media screen and (max-width: 812px) {
  /* line 170, ../scss/_style.scss */
  .home_td .box h3 {
    font-size: 18px;
  }
}
/* line 181, ../scss/_style.scss */
.home_td .box span {
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 812px) {
  /* line 181, ../scss/_style.scss */
  .home_td .box span {
    font-size: 14px;
  }
}
/* line 188, ../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: 468px) {
  /* line 156, ../scss/_style.scss */
  .home_td .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 203, ../scss/_style.scss */
.home_td .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 211, ../scss/_style.scss */
  .home_td2 {
    margin-left: 0 !important;
  }
}
/* line 217, ../scss/_style.scss */
.home_td2 .box {
  position: relative;
  width: 48.78049%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 222, ../scss/_style.scss */
.home_td2 .box:nth-child(2n+0) {
  margin-right: 0;
}
/* line 225, ../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 232, ../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 #005491;
  padding: 0px 0 0 8px;
  font-size: 28px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 812px) {
  /* line 232, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  /* line 232, ../scss/_style.scss */
  .home_td2 .box.cont_titl h3 {
    margin-top: 20px;
  }
}
/* line 250, ../scss/_style.scss */
.home_td2 .box.cont_titl .td_text {
  display: table;
  width: 100% !important;
  background: #ad2b36;
}
/* line 254, ../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 254, ../scss/_style.scss */
  .home_td2 .box.cont_titl .td_text span {
    font-size: 16px;
  }
}
/* line 269, ../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 217, ../scss/_style.scss */
  .home_td2 .box {
    width: 100% !important;
  }
}
/* line 284, ../scss/_style.scss */
.home_td2 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 291, ../scss/_style.scss */
  .home_td3 {
    margin-left: 0 !important;
  }
}
/* line 297, ../scss/_style.scss */
.home_td3 .box {
  position: relative;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
/* line 303, ../scss/_style.scss */
.home_td3 .box:nth-child(3n+0) {
  margin-right: 0;
}
/* line 306, ../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 306, ../scss/_style.scss */
  .home_td3 .box h3 {
    font-size: 18px;
  }
}
/* line 317, ../scss/_style.scss */
.home_td3 .box span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 812px) {
  /* line 317, ../scss/_style.scss */
  .home_td3 .box span {
    font-size: 14px;
  }
}
/* line 324, ../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 297, ../scss/_style.scss */
  .home_td3 .box {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
/* line 339, ../scss/_style.scss */
.home_td3 .box img {
  width: 100% !important;
}

@media screen and (max-width: 468px) {
  /* line 348, ../scss/_style.scss */
  .home_td4 {
    margin-left: 0 !important;
  }
}
/* line 354, ../scss/_style.scss */
.home_td4 .box {
  position: relative;
  width: 24.21308%;
  float: left;
  margin: 0 1% 1% 0;
}
/* line 359, ../scss/_style.scss */
.home_td4 .box:hover {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
/* line 364, ../scss/_style.scss */
.home_td4 .box:nth-child(4n+1) {
  margin-right: 0;
}
/* line 369, ../scss/_style.scss */
.home_td4 .box .cont_titl h3 {
  color: #333;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto;
}
/* line 377, ../scss/_style.scss */
.home_td4 .box .cont_titl .price {
  color: #f5be0d;
  font-size: .6rem;
  text-align: center;
  display: block;
}
/* line 384, ../scss/_style.scss */
.home_td4 .box .cont_titl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 468px) {
  /* line 354, ../scss/_style.scss */
  .home_td4 .box {
    width: 49.26108%;
    margin: 0 1% 1% 0;
  }
  /* line 399, ../scss/_style.scss */
  .home_td4 .box:nth-child(2n+1) {
    margin-right: 0;
  }
}
/* line 404, ../scss/_style.scss */
.home_td4 .box img {
  width: 100% !important;
}

/* line 411, ../scss/_style.scss */
#bread {
  text-align: left;
}
/* line 413, ../scss/_style.scss */
#bread li {
  display: inline-block;
}
/* line 415, ../scss/_style.scss */
#bread li a {
  color: #005491;
  text-decoration: none;
}

/* line 421, ../scss/_style.scss */
.kakoi {
  border: 2px solid #ad2b36 !important;
  padding: 10px;
  display: block;
  margin: 1%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 468px) {
  /* line 421, ../scss/_style.scss */
  .kakoi {
    width: 98%;
  }
}
/* line 432, ../scss/_style.scss */
.kakoi span {
  padding: 15px;
  display: inline-block;
}
/* line 437, ../scss/_style.scss */
.kakoi h4#id_01 {
  padding-top: 106px !important;
  margin-top: -106px !important;
}
/* line 441, ../scss/_style.scss */
.kakoi h4#id_02 {
  padding-top: 106px !important;
  margin-top: -106px !important;
}

/* line 449, ../scss/_style.scss */
.btn1 a {
  background: #f5be0d;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 250px;
  position: relative;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 468px) {
  /* line 449, ../scss/_style.scss */
  .btn1 a {
    margin: 0 auto;
  }
}
/* line 464, ../scss/_style.scss */
.btn1 a:after {
  font-family: "Font Awesome 5 free";
  content: "\f054";
  font-weight: bold;
  padding-right: 5px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translate(-1%, -50%);
  transform: translate(-1%, -50%);
}

/* line 478, ../scss/_style.scss */
.btn2 a {
  background: #faa61b;
  font-size: 20px;
}
/* line 481, ../scss/_style.scss */
.btn2 a:hover {
  opacity: 1;
  background: #d68500;
}
/* line 485, ../scss/_style.scss */
.btn2 a svg {
  height: 18px;
}

/* line 491, ../scss/_style.scss */
.btn3 a {
  width: 60%;
  font-size: 20px;
  border: 1px solid #ad2b36;
  background: transparent !important;
  color: #ad2b36;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  /* line 491, ../scss/_style.scss */
  .btn3 a {
    width: 100%;
    font-size: 18px;
  }
}
/* line 507, ../scss/_style.scss */
.btn3 a:hover {
  background: #ad2b36 !important;
  color: #ffffff;
  opacity: 1;
  transition: all ease 0.5s;
}
/* line 512, ../scss/_style.scss */
.btn3 a:hover svg {
  color: #ffffff;
}
/* line 517, ../scss/_style.scss */
.btn3 a svg {
  color: #ad2b36;
}
@media screen and (max-width: 812px) {
  /* line 517, ../scss/_style.scss */
  .btn3 a svg {
    display: none;
  }
}

/* line 526, ../scss/_style.scss */
.btn4 a {
  width: 100%;
  font-size: 18px;
  border: 1px solid #005491;
  background: #005491;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px;
  text-decoration: none;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}
@media screen and (max-width: 468px) {
  /* line 526, ../scss/_style.scss */
  .btn4 a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
/* line 544, ../scss/_style.scss */
.btn4 a:hover {
  background: #005491;
  color: #ffffff;
  opacity: .9;
  transition: all ease 0.5s;
}
/* line 549, ../scss/_style.scss */
.btn4 a:hover svg {
  color: #333333;
}

@media screen and (max-width: 812px) {
  /* line 557, ../scss/_style.scss */
  .tbl_img_txt .txt_text {
    margin-bottom: 20px;
  }
}
/* line 563, ../scss/_style.scss */
.tbl_img_txt .img-L img {
  padding-right: 20px;
}
@media screen and (max-width: 468px) {
  /* line 563, ../scss/_style.scss */
  .tbl_img_txt .img-L img {
    padding-right: 0px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* line 577, ../scss/_style.scss */
.icon_Q {
  background-color: #ad2b36;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}

/* line 591, ../scss/_style.scss */
.icon_A {
  background-color: #005491;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}

/* line 604, ../scss/_style.scss */
.bg_contact .wrap_tel .tel a {
  color: #fff;
  text-decoration: none;
}

/* line 609, ../scss/_style.scss */
.sp {
  display: none;
}
@media screen and (max-width: 468px) {
  /* line 609, ../scss/_style.scss */
  .sp {
    display: block;
  }
}

/* line 615, ../scss/_style.scss */
.pc {
  display: block;
}
@media screen and (max-width: 468px) {
  /* line 615, ../scss/_style.scss */
  .pc {
    display: none;
  }
}

/* line 621, ../scss/_style.scss */
.dis_none {
  display: none !important;
}
