@charset "UTF-8";
/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/
/* line 3, ../scss/_lazy_common.scss */
.font_go {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'MS Ｐゴシック','MS PGothic', sans-serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px #333;
}

/* line 8, ../scss/_lazy_common.scss */
.font_mi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px #333;
}

/* line 13, ../scss/_lazy_common.scss */
.font_go02 {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ,'MS Ｐゴシック','MS PGothic', sans-serif;
  font-weight: normal;
  text-shadow: none;
}

/* line 19, ../scss/_lazy_common.scss */
::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

/* line 24, ../scss/_lazy_common.scss */
::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

/* line 29, ../scss/_lazy_common.scss */
::selection {
  color: #ffffff;
  background: #28bbf8;
}

/* line 34, ../scss/_lazy_common.scss */
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 479px) {
  /* line 34, ../scss/_lazy_common.scss */
  h4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}

/* line 45, ../scss/_lazy_common.scss */
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}

/* line 51, ../scss/_lazy_common.scss */
p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  color: #87c8f4;
  text-decoration: none;
}

/* line 55, ../scss/_lazy_common.scss */
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

/* line 59, ../scss/_lazy_common.scss */
time {
  display: block;
}

/* line 63, ../scss/_lazy_common.scss */
.big {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

/* line 68, ../scss/_lazy_common.scss */
.img-add {
  margin-top: 5px;
}

/* line 72, ../scss/_lazy_common.scss */
.image-circle img {
  border: 2px solid #008C00;
  border-radius: 10px;
}

@media (max-width: 767px) {
  /* line 78, ../scss/_lazy_common.scss */
  .disp_none br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../scss/_lazy_common.scss */
  .disp_none br {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 88, ../scss/_lazy_common.scss */
  .disp_none br {
    display: none;
  }
}
/* line 93, ../scss/_lazy_common.scss */
.arrow01 {
  padding-left: 1em;
  line-height: 1.4;
}

/* line 98, ../scss/_lazy_common.scss */
.arrow01 a:before {
  width: 1em;
  color: #D90000;
  margin-left: -1em;
  padding: 0 2px 0 0;
  font-family: 'FontAwesome';
  font-weight: normal;
  text-decoration: none;
  content: "\f138";
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 109, ../scss/_lazy_common.scss */
  .arrow01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 114, ../scss/_lazy_common.scss */
.arrow_rotate90 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 118, ../scss/_lazy_common.scss */
  .arrow_rotate90 {
    margin-top: 30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
/* line 127, ../scss/_lazy_common.scss */
.line_1px_dashed01 hr {
  border-top: 1px dashed #666;
}

/* line 131, ../scss/_lazy_common.scss */
.line-dashed {
  border: none;
  border-bottom: dashed 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 6px 6px 10px;
}

/* line 139, ../scss/_lazy_common.scss */
.divider {
  background: #32b16c;
  height: 4px;
  width: 104px;
  display: block;
  text-align: center;
  margin: 13px auto 20px;
}

/* line 148, ../scss/_lazy_common.scss */
.dotted01 hr {
  margin: 30px 0px 30px 0px;
  border: none;
  border-top: 1px dashed #a0a0a0;
  height: 1px;
}

/*  copy
/*--------------------------------- */
/* line 158, ../scss/_lazy_common.scss */
.copy {
  margin-top: 0;
  text-align: center;
}

/* line 163, ../scss/_lazy_common.scss */
.copy span {
  font-size: 11px;
  font-size: 1.1rem;
}

/*==================     ToTop     ======================*/
/* line 168, ../scss/_lazy_common.scss */
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  line-height: 46px !important;
  color: #fff;
  background: #22ac38;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 189, ../scss/_lazy_common.scss */
.toTop:hover {
  color: #22ac38;
  background: #fff;
  text-decoration: none;
}

/* line 196, ../scss/_lazy_common.scss */
.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
/* line 3, ../scss/_lazy_button.scss */
.btn01 a {
  display: inline-block;
  background: #fff;
  /* Old browsers */
  color: #7d7d7d;
  margin-bottom: 30px;
  padding: 0px 4px 0px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  border: 1px solid #626262;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 18, ../scss/_lazy_button.scss */
.btn01 a:after {
  color: #f30;
  padding: 0px 6px 0px 4px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f138";
}
/* line 26, ../scss/_lazy_button.scss */
.btn01 a:hover {
  background: #ffc;
  /* Old browsers */
  color: #171717;
  text-decoration: none;
}
/* line 32, ../scss/_lazy_button.scss */
.btn01 a:active {
  background: #ff0;
}

/* line 39, ../scss/_lazy_button.scss */
.btn02 a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  margin: 10px 0;
  padding: 0px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border: 1px solid #f7d4a6;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 54, ../scss/_lazy_button.scss */
.btn02 a:hover {
  color: #666;
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 39, ../scss/_lazy_button.scss */
  .btn02 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 67, ../scss/_lazy_button.scss */
.btn03 a {
  display: inline-block;
  background: #fff;
  color: #333;
  margin-left: 10px;
  padding: 0px 1.4em 0px 2.4em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1em;
  line-height: 1.8;
  border: 1px solid #f7d4a6;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 83, ../scss/_lazy_button.scss */
.btn03 a:hover {
  background: #ffc;
  /* Old browsers */
  color: #171717;
  text-decoration: none;
}
/* line 89, ../scss/_lazy_button.scss */
.btn03 a:active {
  background: #ff0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../scss/_lazy_button.scss */
  .btn03 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 16px 0px;
    border: none;
    border-bottom: 1px dashed #a0a0a0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 104, ../scss/_lazy_button.scss */
  .btn03 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 16px 0px;
    border: none;
    border-bottom: 1px dashed #a0a0a0;
  }
}
/* line 114, ../scss/_lazy_button.scss */
.btn04 a {
  display: inline-block;
  color: #000;
  background-color: #fff;
  padding: 0.2em 2em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 10px;
  transition: 0.3s;
}
/* line 124, ../scss/_lazy_button.scss */
.btn04 a:hover {
  background-color: #ffc;
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
/* line 3, ../scss/_lazy_footer.scss */
footer .copyright *,
footer address,
footer dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: "Arial";
}

/* line 10, ../scss/_lazy_footer.scss */
footer dl {
  display: inline-block;
}

/* line 13, ../scss/_lazy_footer.scss */
footer dl dt {
  float: left;
}

/* line 16, ../scss/_lazy_footer.scss */
footer dl dd {
  float: right;
}

/* line 22, ../scss/_lazy_footer.scss */
footer .marked-list ul {
  margin-bottom: 30px;
}

/* line 25, ../scss/_lazy_footer.scss */
footer .marked-list li {
  list-style-type: disc;
  padding: 6px 0px 6px 0px;
  font-size: 13px;
  line-height: 1.8;
}

/* line 31, ../scss/_lazy_footer.scss */
footer .marked-list li:before {
  height: 4px;
  width: 4px;
  top: 45%;
  left: 20px;
  background: #636363;
}

/* line 38, ../scss/_lazy_footer.scss */
footer .marked-list a:hover {
  color: #ffea00;
}

/* line 41, ../scss/_lazy_footer.scss */
footer .marked-list li + li {
  margin-top: 0px;
}

/* line 44, ../scss/_lazy_footer.scss */
footer .inline-list li a {
  font-size: 24px;
  line-height: 30px;
}

/* line 48, ../scss/_lazy_footer.scss */
footer .inline-list li + li {
  margin-left: 14px;
}

/* line 52, ../scss/_lazy_footer.scss */
footer .border_wr {
  display: block;
  position: relative;
}

/* line 56, ../scss/_lazy_footer.scss */
footer .border_wr:before {
  content: '';
  position: absolute;
  top: 100px;
  right: -98px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 227px;
  background: #343434;
}

/* line 70, ../scss/_lazy_footer.scss */
footer .link_wr {
  display: block;
}

/* line 74, ../scss/_lazy_footer.scss */
footer * + p, footer .terms-list * + dd, .terms-list footer * + dd {
  margin-top: 0;
}

/* line 77, ../scss/_lazy_footer.scss */
footer * + .marked-list {
  margin-top: 5px;
}

/* line 80, ../scss/_lazy_footer.scss */
footer * + .copyright,
footer * + h1 {
  margin-top: -10px;
}

/* line 84, ../scss/_lazy_footer.scss */
footer * + .inline-list {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 89, ../scss/_lazy_footer.scss */
  footer .inline-list li + li {
    margin-left: 8px;
  }

  /* line 93, ../scss/_lazy_footer.scss */
  footer .border_wr:before {
    right: -110px;
  }
}
@media (max-width: 767px) {
  /* line 98, ../scss/_lazy_footer.scss */
  .border_wr:before {
    display: none;
  }

  /* line 101, ../scss/_lazy_footer.scss */
  footer .tel_footer a {
    display: inline-block;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
    font-size: 22px;
    font-size: 2.2rem;
    border: 1px solid #fff;
  }
}
/* line 110, ../scss/_lazy_footer.scss */
footer .switchBtn a {
  color: #2F0103;
  text-decoration: none;
}

/*--------------------------------------------------------------
  Original CSS(Home, In Pages, Title)
--------------------------------------------------------------*/
/* ファイルマネージャーサムネイル */
/* --------------------------------------------------------------------- */
/* line 6, ../scss/_lazy_ori.scss */
table.ccm-file-manager-list img.ccm-file-manager-list-thumbnail {
  width: 60px;
  height: 60px;
}

/* --------------------------------------------------------------------- */
/* line 13, ../scss/_lazy_ori.scss */
.catch02 p {
  color: #32b16c;
  padding: 30px 0;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
/* line 23, ../scss/_lazy_ori.scss */
.catch02-2 {
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  /* line 23, ../scss/_lazy_ori.scss */
  .catch02-2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../scss/_lazy_ori.scss */
  .catch02-2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 23, ../scss/_lazy_ori.scss */
  .catch02-2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
/* line 39, ../scss/_lazy_ori.scss */
.catch02-3 {
  font-size: 90px;
  font-size: 9rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  /* line 39, ../scss/_lazy_ori.scss */
  .catch02-3 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, ../scss/_lazy_ori.scss */
  .catch02-3 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 39, ../scss/_lazy_ori.scss */
  .catch02-3 {
    font-size: 70px;
    font-size: 7rem;
  }
}
/* line 53, ../scss/_lazy_ori.scss */
.catch02-4 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: normal;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  /* line 53, ../scss/_lazy_ori.scss */
  .catch02-4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 53, ../scss/_lazy_ori.scss */
  .catch02-4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 53, ../scss/_lazy_ori.scss */
  .catch02-4 {
    font-size: 40px;
    font-size: 4rem;
  }
}

/* line 71, ../scss/_lazy_ori.scss */
.waku01_fs24 {
  background-color: #fff;
  margin: 0;
  padding: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  border: 2px solid #32b16c;
  border-radius: 8px;
}
/* line 79, ../scss/_lazy_ori.scss */
.waku01_fs24 .top_point01 {
  color: #313131;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../scss/_lazy_ori.scss */
  .waku01_fs24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 89, ../scss/_lazy_ori.scss */
  .waku01_fs24 .top_point01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* line 95, ../scss/_lazy_ori.scss */
.waku02 {
  background-color: #e8fdb4;
  padding: 10px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
}

/* line 100, ../scss/_lazy_ori.scss */
.img_hover {
  transition: 0.3s;
}
/* line 103, ../scss/_lazy_ori.scss */
.img_hover:hover {
  background-color: #fff;
  opacity: 0.8;
}

/* table */
/* --------------------------------------------------------------------- */
/* line 111, ../scss/_lazy_ori.scss */
.table01 {
  width: 100%;
  border: solid 1px #666;
}

/* line 115, ../scss/_lazy_ori.scss */
.table01 td {
  border: solid 1px #666;
  padding: 10px;
  vertical-align: top;
}

/* Home */
/* --------------------------------------------------------------------- */
/* line 124, ../scss/_lazy_ori.scss */
.top_catch02 p {
  color: #000;
  padding: 20px 0px 20px 0px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 124, ../scss/_lazy_ori.scss */
  .top_catch02 p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  /* line 124, ../scss/_lazy_ori.scss */
  .top_catch02 p {
    margin: 20px 0px 20px 0px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* line 142, ../scss/_lazy_ori.scss */
.under_dash {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px dashed #999;
}

/* line 148, ../scss/_lazy_ori.scss */
.top_rec_t h2 {
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "新ゴ B";
  font-weight: 600;
  letter-spacing: 0.2em;
}

/* line 156, ../scss/_lazy_ori.scss */
.top_bg01 {
  background-image: url(/img/top_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 330px;
}
@media screen and (max-width: 767px) {
  /* line 156, ../scss/_lazy_ori.scss */
  .top_bg01 {
    background-image: none;
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 156, ../scss/_lazy_ori.scss */
  .top_bg01 {
    background-image: url(/img/top_bg01-sm.png);
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 156, ../scss/_lazy_ori.scss */
  .top_bg01 {
    height: 270px;
  }
}

/* line 175, ../scss/_lazy_ori.scss */
.top_bg01_t p {
  color: #dd8f28;
  padding: 20px 0px 20px 16px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  /* line 175, ../scss/_lazy_ori.scss */
  .top_bg01_t p {
    padding: 16px 0px 10px 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 175, ../scss/_lazy_ori.scss */
  .top_bg01_t p {
    padding: 16px 0px 10px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 175, ../scss/_lazy_ori.scss */
  .top_bg01_t p {
    padding: 16px 0px 10px 16px;
  }
}

/* line 193, ../scss/_lazy_ori.scss */
.top_bg01_txt p {
  width: 70%;
  padding: 0px 0px 0px 16px;
}
@media screen and (max-width: 767px) {
  /* line 193, ../scss/_lazy_ori.scss */
  .top_bg01_txt p {
    width: 100%;
  }
}

/* line 202, ../scss/_lazy_ori.scss */
.top_area_bg {
  background-image: url(/img/top_bg02.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top 20px;
  height: 420px;
}
@media screen and (max-width: 767px) {
  /* line 202, ../scss/_lazy_ori.scss */
  .top_area_bg {
    background-position: right bottom 30px;
    height: 480px;
  }
}

/* line 221, ../scss/_lazy_ori.scss */
.top_area_t h2 {
  color: #000;
  margin-top: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "丸フォーク M";
  font-weight: 600;
  letter-spacing: 0.2em;
}

/* line 231, ../scss/_lazy_ori.scss */
.price_waku01 {
  color: #f30;
  background-color: #fff;
  margin: 10px 0 30px;
  padding: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #32b16c;
  border-radius: 8px;
}
@media (max-width: 767px) {
  /* line 231, ../scss/_lazy_ori.scss */
  .price_waku01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 245, ../scss/_lazy_ori.scss */
.price01 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  /* line 245, ../scss/_lazy_ori.scss */
  .price01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* 会社概要 */
/* --------------------------------------------------------------------- */
/* line 255, ../scss/_lazy_ori.scss */
.aboutus02 dl {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

/* line 263, ../scss/_lazy_ori.scss */
.aboutus02 dt {
  min-width: 10em;
  float: left;
  padding: 6px 6px 4px;
  border-top: 1px solid #ccc;
}

/* line 270, ../scss/_lazy_ori.scss */
.aboutus02 dd {
  _height: 1%;
  /* WinIEで頭の文字が右に微妙にずれるのを補正 */
  margin-left: 10em;
  padding: 6px 6px 4px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

/* line 279, ../scss/_lazy_ori.scss */
.aboutus03 dl {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

/* line 287, ../scss/_lazy_ori.scss */
.aboutus03 dt {
  min-width: 10em;
  float: left;
  padding: 6px 6px 4px;
  border-top: 1px solid #ccc;
}

/* line 294, ../scss/_lazy_ori.scss */
.aboutus03 dd {
  _height: 1%;
  /* WinIEで頭の文字が右に微妙にずれるのを補正 */
  margin-left: 10em;
  padding: 6px 6px 4px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  /* line 303, ../scss/_lazy_ori.scss */
  .aboutus02 dl {
    width: 100%;
    margin: 0 0 10px;
    border: none;
  }

  /* line 309, ../scss/_lazy_ori.scss */
  .aboutus02 dt {
    min-width: 0;
    float: none;
    margin: 10px 0 0;
    padding: 4px 0 0 4px;
    border-top: none;
    font-weight: bold;
    line-height: 1.3;
  }

  /* line 319, ../scss/_lazy_ori.scss */
  .aboutus02 dd {
    _height: 1%;
    /* WinIEで頭の文字が右に微妙にずれるのを補正 */
    margin-left: 0;
    /*   padding: 6px 0px 6px 0px; */
    border-left: none;
    border-top: none;
    border-bottom: 1px dashed #999;
  }

  /* line 329, ../scss/_lazy_ori.scss */
  .aboutus03 dl {
    width: 100%;
    margin: 10px 0;
    border: none;
  }

  /* line 335, ../scss/_lazy_ori.scss */
  .aboutus03 dt {
    min-width: 0;
    float: none;
    margin: 10px 0 0;
    padding: 4px 0 0 4px;
    border-top: none;
    font-weight: bold;
    line-height: 1.3;
  }

  /* line 345, ../scss/_lazy_ori.scss */
  .aboutus03 dd {
    _height: 1%;
    /* WinIEで頭の文字が右に微妙にずれるのを補正 */
    margin-left: 0;
    /*   padding: 6px 0px 6px 0px; */
    border-left: none;
    border-top: none;
    border-bottom: 1px dashed #999;
  }
}
/* レスポンシブだけどPCとスマホの切り替え */
/* line 359, ../scss/_lazy_ori.scss */
.switchBtn {
  margin-top: 15px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  clear: both;
}

/* line 367, ../scss/_lazy_ori.scss */
.switchBtn a {
  margin: 0 10px;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: #333 solid 1px;
}

/* line 377, ../scss/_lazy_ori.scss */
.switchBtn a.btnAcv {
  background: #fff;
}

/* line 381, ../scss/_lazy_ori.scss */
.switchBtn ul li {
  display: inline-block;
}

/* line 385, ../scss/_lazy_ori.scss */
.inq_tel_icon {
  display: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 393, ../scss/_lazy_ori.scss */
.inq_icon {
  width: 30px;
  padding: 4px;
  font-size: 20px !important;
  font-size: 2.0rem !important;
  line-height: 1 !important;
  color: #171717;
  background: #ffea00;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 140px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20000000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 418, ../scss/_lazy_ori.scss */
.inq_icon a:before {
  color: #FF8000;
  padding: 0 8px 0 0;
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'FontAwesome';
  font-weight: bold;
  content: "\f199";
}

@media (max-width: 767px) {
  /* line 428, ../scss/_lazy_ori.scss */
  .inq_tel_icon {
    display: inline;
    width: 50px;
    height: 50px;
    padding: 3px 4px 4px 3px;
    font-size: 20px !important;
    font-size: 2.0rem !important;
    line-height: 1.2 !important;
    color: #171717;
    background: #ffea00;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 20px;
    top: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999999;
  }

  /* line 451, ../scss/_lazy_ori.scss */
  .inq_tel_icon span {
    display: none;
  }

  /* line 455, ../scss/_lazy_ori.scss */
  .inq_tel_icon a:before {
    color: #171717;
    padding: 0 0 0 2px;
    line-height: 1;
    font-size: 46px;
    font-size: 4.6rem;
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f098";
  }

  /* line 465, ../scss/_lazy_ori.scss */
  .inq_icon {
    width: 50px;
    height: 50px;
    padding: 3px 4px 4px 3px;
    font-size: 20px !important;
    font-size: 2.0rem !important;
    line-height: 1.2 !important;
    color: #171717;
    background: #ffea00;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 100px;
    top: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999999;
  }

  /* line 487, ../scss/_lazy_ori.scss */
  .inq_icon a:before {
    color: #171717;
    padding: 0 0 0 2px;
    line-height: 1;
    font-size: 46px;
    font-size: 4.6rem;
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f199";
  }

  /* line 497, ../scss/_lazy_ori.scss */
  .inq_icon span {
    display: none;
  }
}
/* bootstrap 5col */
/* line 502, ../scss/_lazy_ori.scss */
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 524, ../scss/_lazy_ori.scss */
.col-xs-1-5 {
  width: 20%;
  float: left;
}

/* line 529, ../scss/_lazy_ori.scss */
.col-xs-2-5 {
  width: 40%;
  float: left;
}

/* line 534, ../scss/_lazy_ori.scss */
.col-xs-3-5 {
  width: 60%;
  float: left;
}

/* line 539, ../scss/_lazy_ori.scss */
.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  /* line 544, ../scss/_lazy_ori.scss */
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  /* line 549, ../scss/_lazy_ori.scss */
  col-sm-2-5 {
    width: 40%;
    float: left;
  }

  /* line 554, ../scss/_lazy_ori.scss */
  col-sm-3-5 {
    width: 60%;
    float: left;
  }

  /* line 559, ../scss/_lazy_ori.scss */
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 565, ../scss/_lazy_ori.scss */
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  /* line 570, ../scss/_lazy_ori.scss */
  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  /* line 575, ../scss/_lazy_ori.scss */
  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  /* line 580, ../scss/_lazy_ori.scss */
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 586, ../scss/_lazy_ori.scss */
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  /* line 591, ../scss/_lazy_ori.scss */
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  /* line 596, ../scss/_lazy_ori.scss */
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  /* line 601, ../scss/_lazy_ori.scss */
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/*--------------------------------------------------------------
  Title
--------------------------------------------------------------*/
/* line 613, ../scss/_lazy_ori.scss */
.subtitle02 h3 {
  position: relative;
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 4px 6px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0em;
}
/* line 623, ../scss/_lazy_ori.scss */
.subtitle02 h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad18d, #6ad18d 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad18d, #6ad18d 2px, #fff 2px, #fff 4px);
}
/* line 633, ../scss/_lazy_ori.scss */
.subtitle02 h4 {
  color: #32b16c;
  /*    background: $basecolor; */
  margin: 0px 0 10px;
  padding: 6px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  border-left: 6px solid #b78501;
}

/* line 650, ../scss/_lazy_ori.scss */
.subtitle03 h3 {
  position: relative;
  color: #313131;
  padding: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border: 2px solid #313131;
  background: #fff;
}
/* line 660, ../scss/_lazy_ori.scss */
.subtitle03 h3:before,
.subtitle03 h3:after {
  position: absolute;
  content: '';
}
/* line 666, ../scss/_lazy_ori.scss */
.subtitle03 h3:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #313131;
  border-radius: 50%;
  background: #fff;
}
/* line 676, ../scss/_lazy_ori.scss */
.subtitle03 h3:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
/* line 684, ../scss/_lazy_ori.scss */
.subtitle03 h3 i {
  color: #313131;
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
/* line 698, ../scss/_lazy_ori.scss */
.subtitle03 h3 span {
  position: relative;
  z-index: 1;
}

/* line 706, ../scss/_lazy_ori.scss */
.top_title03 h2 {
  color: #333;
  margin: 6px 0px 10px 0px;
  padding: 0px 0px 4px 0px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid #32b16c;
}
/* line 715, ../scss/_lazy_ori.scss */
.top_title03 h2 a {
  display: block;
  color: #305e98;
}
/* line 718, ../scss/_lazy_ori.scss */
.top_title03 h2 a:hover {
  color: #f4785a;
}
/* line 721, ../scss/_lazy_ori.scss */
.top_title03 h2 a:before {
  color: #305e98;
  padding: 0px 6px 0px 0px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f18e";
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 706, ../scss/_lazy_ori.scss */
  .top_title03 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 733, ../scss/_lazy_ori.scss */
  .top_title03 h2 a:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 706, ../scss/_lazy_ori.scss */
  .top_title03 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 741, ../scss/_lazy_ori.scss */
.top_title03 h3 {
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 6px 0px 6px 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #32b16c;
}

/* line 753, ../scss/_lazy_ori.scss */
.obj01 {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  z-index: -1;
}

/* line 761, ../scss/_lazy_ori.scss */
.kampo_cat {
  margin-bottom: 30px;
  padding: 10px;
  border: 6px solid #a40000;
  border-radius: 10px;
}
/* line 767, ../scss/_lazy_ori.scss */
.kampo_cat h3 {
  position: relative;
  color: #000;
  background-color: #facd89;
  padding: 1rem 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 5600;
  text-align: center;
}
/* line 776, ../scss/_lazy_ori.scss */
.kampo_cat h3 span {
  margin-right: -0.4em;
  letter-spacing: 0.4em;
}
/* line 781, ../scss/_lazy_ori.scss */
.kampo_cat h3:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: '';
  border: 2px dashed #fff;
}

/* line 793, ../scss/_lazy_ori.scss */
.catch_tel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.8;
}
/* line 800, ../scss/_lazy_ori.scss */
.catch_tel:before {
  color: #f30;
  padding: 0px 6px 0px 0px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f098";
  position: relative;
  bottom: 2px;
}

/* line 812, ../scss/_lazy_ori.scss */
ul.ccm-edit-mode-inline-commands {
  right: -20px;
}
