@charset "UTF-8";
/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/
.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;
}

.font_mi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  text-shadow: 0px 0px 0px #333;
}

.font_go02 {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-shadow: none;
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 479px) {
  h4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}

p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  color: #87c8f4;
  text-decoration: none;
}

p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

.big {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.img-add {
  margin-top: 5px;
}

.image-circle img {
  border: 2px solid #008C00;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .disp_none br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .disp_none br {
    display: inline;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .disp_none br {
    display: none;
  }
}
.arrow01 {
  padding-left: 1em;
  line-height: 1.4;
}

.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) {
  .arrow01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.arrow_rotate90 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .arrow_rotate90 {
    margin-top: 30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
}
.line_1px_dashed01 hr {
  border-top: 1px dashed #666;
}

.line-dashed {
  border: none;
  border-bottom: dashed 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 6px 6px 10px;
}

.divider {
  background: #f98b01;
  height: 4px;
  width: 140px;
  display: block;
  text-align: center;
  margin: 0px auto 20px;
}

.dotted01 hr {
  margin: 30px 0px 30px 0px;
  border: none;
  border-top: 1px dashed #a0a0a0;
  height: 1px;
}

/*  copy
/*--------------------------------- */
.copy {
  margin-top: 0;
  text-align: center;
}

.copy span {
  font-size: 11px;
  font-size: 1.1rem;
}

/*==================     ToTop     ======================*/
.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%;
  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;
  transition: 0.3s;
}
.toTop:hover {
  color: #22ac38;
  background: #fff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
.header_btn01 a {
  display: block;
  color: #f33;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px 4px 0px 0px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 6px;
  transition: 0.3s;
}

.header_btn01 a:before {
  color: #097c25;
  padding: 0px 6px 0px 4px;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f0e0";
}

@media (max-width: 767px) {
  .header_btn01 a {
    text-align: center;
  }
  .header_comm {
    text-align: center;
  }
}
.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;
  transition: 0.3s;
}
.btn01 a:after {
  color: #f30;
  padding: 0px 6px 0px 4px;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f138";
}
.btn01 a:hover {
  background: #ffc; /* Old browsers */
  color: #171717;
  text-decoration: none;
}
.btn01 a:active {
  background: #ff0;
}

.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;
  transition: 0.3s;
}
.btn02 a:hover {
  color: #666;
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn02 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn03 a {
  display: block;
  background: #ffeac1;
  color: #333;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  border: 2px solid #f30;
  border-radius: 6px;
  transition: 0.3s;
  /*
    &:after {
      color:#f30;
      padding: 0px 4px 0px 2px;
      font-family: 'FontAwesome';
      font-weight: normal;
      content:"\f138";
    }
  */
}
.btn03 a:hover {
  background: #ffc; /* Old browsers */
  color: #171717;
  text-decoration: none;
}
.btn03 a:active {
  background: #ff0;
}

.btn04 a {
  display: flex;
  color: #333;
  background-color: #cccccc;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.6em 2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
}
.btn04 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.btn04 a:hover {
  color: #666;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}

.btn05 a {
  display: block;
  background: #ffeac1;
  color: #333;
  padding: 10px 0px 10px 0px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  border: 2px solid #f30;
  border-radius: 6px;
  transition: 0.3s;
  /*
    &:after {
      color:#f30;
      padding: 0px 4px 0px 2px;
      font-family: 'FontAwesome';
      font-weight: normal;
      content:"\f138";
    }
  */
}
.btn05 a:hover {
  background: #ffc; /* Old browsers */
  color: #171717;
  text-decoration: none;
}
.btn05 a:active {
  background: #ff0;
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
footer .copyright *,
footer address,
footer dl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  font-family: "Arial";
}

footer dl {
  display: inline-block;
}

footer dl dt {
  float: left;
}

footer dl dd {
  float: right;
}

footer .marked-list ul {
  margin-bottom: 30px;
}

footer .marked-list li {
  list-style-type: disc;
  padding: 6px 0px 6px 0px;
  font-size: 13px;
  line-height: 1.8;
}

footer .marked-list li:before {
  height: 4px;
  width: 4px;
  top: 45%;
  left: 20px;
  background: #636363;
}

footer .marked-list a:hover {
  color: #ffea00;
}

footer .marked-list li + li {
  margin-top: 0px;
}

footer .inline-list li a {
  font-size: 24px;
  line-height: 30px;
}

footer .inline-list li + li {
  margin-left: 14px;
}

footer .border_wr {
  display: block;
  position: relative;
}

footer .border_wr:before {
  content: "";
  position: absolute;
  top: 100px;
  right: -98px;
  transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 227px;
  background: #343434;
}

footer .link_wr {
  display: block;
}

footer * + p, footer .terms-list * + dd, .terms-list footer * + dd {
  margin-top: 0;
}

footer * + .marked-list {
  margin-top: 5px;
}

footer * + .copyright,
footer * + h1 {
  margin-top: -10px;
}

footer * + .inline-list {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .inline-list li + li {
    margin-left: 8px;
  }
  footer .border_wr:before {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .border_wr:before {
    display: none;
  }
  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;
  }
}
footer .switchBtn a {
  color: #2F0103;
  text-decoration: none;
}

/*--------------------------------------------------------------
  Original CSS(Home, In Pages, Title)
--------------------------------------------------------------*/
/* ファイルマネージャーサムネイル */
/* --------------------------------------------------------------------- */
table.ccm-file-manager-list img.ccm-file-manager-list-thumbnail {
  width: 60px;
  height: 60px;
}

/* --------------------------------------------------------------------- */
.catch02 p {
  color: #f98b01;
  padding: 30px 0;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
.catch02-2 {
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .catch02-2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catch02-2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catch02-2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.catch02-3 {
  font-size: 90px;
  font-size: 9rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .catch02-3 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catch02-3 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catch02-3 {
    font-size: 70px;
    font-size: 7rem;
  }
}
.catch02-4 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: normal;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .catch02-4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catch02-4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catch02-4 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.waku01_fs24 {
  background-color: #fff;
  margin: 0;
  padding: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  border: 2px solid #f98b01;
  border-radius: 8px;
}
.waku01_fs24 .top_point01 {
  color: #22ac38;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .waku01_fs24 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .waku01_fs24 .top_point01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.waku02 {
  background-color: #e8fdb4;
  padding: 10px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
}

.waku03 {
  background-color: #e8fdb4;
  margin: 0px 0 30px;
  padding: 20px;
  line-height: 1.4;
  border: 2px solid #38722c;
  border-radius: 8px;
}

.img_hover {
  transition: 0.3s;
}
.img_hover:hover {
  background-color: #fff;
  opacity: 0.8;
}

/* table */ /* --------------------------------------------------------------------- */
.table01 {
  width: 100%;
  border: solid 1px #666;
}

.table01 td {
  border: solid 1px #666;
  padding: 10px;
  vertical-align: top;
}

/* Home */ /* --------------------------------------------------------------------- */
.top_icon01 {
  color: #22ac38;
  font-size: 100px;
  font-size: 10rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_icon01 {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_icon01 {
    font-size: 100px;
    font-size: 10rem;
  }
}
.top_icon01_title {
  color: #f98b01;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_icon01_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top_icon01_txt {
  margin-bottom: 30px;
}

.top_icon02 {
  color: #aaaaaa;
  width: 250px;
  height: 250px;
  margin: 0px auto 20px auto;
  padding: 35px 0px 0px 6px;
  font-size: 160px;
  font-size: 16rem;
  text-align: center;
  line-height: 1;
  border: 8px solid #f39800;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_icon02 {
    width: 250px;
    height: 250px;
    margin: 0px auto 20px auto;
    padding: 35px 0px 0px 6px;
    font-size: 160px;
    font-size: 16rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_icon02 {
    width: 200px;
    height: 200px;
    margin: 0px auto 20px auto;
    padding: 20px 0px 0px 4px;
    font-size: 120px;
    font-size: 12rem;
  }
}
.top_icon02_title {
  color: #22ac38;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_icon02_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top_icon02_txt {
  margin-bottom: 30px;
}

.top_catch01 p {
  color: #333;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
.top_catch01 p span.t01 {
  color: #000;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_catch01 p span.t01 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_catch01 p span.t01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_catch01 p span.t01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.top_catch01 p span.t02 {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_catch01 p span.t02 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_catch01 p span.t02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_catch01 p span.t02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.top_catch01 p span.t03 {
  color: #dd8f28;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_catch01 p span.t03 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_catch01 p span.t03 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_catch01 p span.t03 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.top_catch01 p span.t04 {
  color: #226e13;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_catch01 p span.t04 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_catch01 p span.t04 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_catch01 p span.t04 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_catch01 p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .top_catch01 p {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}

.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) {
  .top_catch02 p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .top_catch02 p {
    margin: 20px 0px 20px 0px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.under_dash {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px dashed #999;
}

@media (max-width: 320px) {
  .top_catch01 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.price_table01 {
  width: 100%;
  background-color: #fff;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  border: solid 1px #ccc;
  border-collapse: collapse;
}

.price_table01 td {
  border: solid 1px #ccc;
  padding: 6px;
  vertical-align: middle;
}

.diary_b a {
  display: block;
  color: #fff;
  background-image: url(../img/diary_b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 80px 0px;
  font-size: 18px;
  text-decoration: none;
}
.diary_b a span {
  display: inline-block;
  color: #fff;
  margin: 6px 0px 0px 10px;
  padding: 0px 0px 0px 8px;
  border-left: 6px solid #FFBF00;
}

.camp_b a {
  display: block;
  color: #f30;
  background-color: #ffc;
  padding: 4px 0px 4px 6px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.4em;
  border: 4px solid #f30;
  border-radius: 10px;
}
.camp_b a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/logo02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 60px;
  width: 50px;
  height: 50px;
}
.camp_b a:hover {
  color: #ff704d;
}

.item_in01 {
  display: inline-block;
  background-color: #addaff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px 10px 0px 10px;
  line-height: 1.2;
  border: 1px solid #069;
  border-radius: 6px;
}

.item_in02 {
  display: inline-block;
  background-color: #ffc8ad;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px 2px 10px;
  line-height: 1.2;
  border: 1px solid #d28520;
  border-radius: 6px;
}

.feature_in01 {
  display: inline-block;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px 2px 10px;
  line-height: 1.2;
  border: 1px solid #069;
  border-radius: 6px;
}

.features:before {
  content: "特長：";
}

.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 #f98b01;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .price_waku01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.price01 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .price01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* 会社概要 */ /* --------------------------------------------------------------------- */
.aboutus02 dl {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

.aboutus02 dt {
  min-width: 10em;
  float: left;
  padding: 6px 6px 4px;
  border-top: 1px solid #ccc;
}

.aboutus02 dd {
  _height: 1%;
  /* WinIEで頭の文字が右に微妙にずれるのを補正 */
  margin-left: 10em;
  padding: 6px 6px 4px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.aboutus03 dl {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

.aboutus03 dt {
  min-width: 10em;
  float: left;
  padding: 6px 6px 4px;
  border-top: 1px solid #ccc;
}

.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) {
  .aboutus02 dl {
    width: 100%;
    margin: 0 0 10px;
    border: none;
  }
  .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;
  }
  .aboutus02 dd {
    _height: 1%;
    /* WinIEで頭の文字が右に微妙にずれるのを補正 */
    margin-left: 0;
    /*   padding: 6px 0px 6px 0px; */
    border-left: none;
    border-top: none;
    border-bottom: 1px dashed #999;
  }
  .aboutus03 dl {
    width: 100%;
    margin: 10px 0;
    border: none;
  }
  .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;
  }
  .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とスマホの切り替え */
.switchBtn {
  margin-top: 15px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  clear: both;
}

.switchBtn a {
  margin: 0 10px;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: #333 solid 1px;
}

.switchBtn a.btnAcv {
  background: #fff;
}

.switchBtn ul li {
  display: inline-block;
}

.inq_tel_icon {
  display: none;
  transition: 0.3s;
}

.inq_icon {
  width: 30px;
  padding: 4px;
  font-size: 20px !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  color: #171717;
  background: #ffea00;
  border-radius: 6px;
  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;
  transition: 0.3s;
}

.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) {
  .inq_tel_icon {
    display: inline;
    width: 50px;
    height: 50px;
    padding: 3px 4px 4px 3px;
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
    color: #171717;
    background: #ffea00;
    border-radius: 6px;
    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;
  }
  .inq_tel_icon span {
    display: none;
  }
  .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";
  }
  .inq_icon {
    width: 50px;
    height: 50px;
    padding: 3px 4px 4px 3px;
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
    color: #171717;
    background: #ffea00;
    border-radius: 6px;
    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;
  }
  .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";
  }
  .inq_icon span {
    display: none;
  }
}
/* bootstrap 5col */
.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;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  col-sm-2-5 {
    width: 40%;
    float: left;
  }
  col-sm-3-5 {
    width: 60%;
    float: left;
  }
  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/*--------------------------------------------------------------
  Title
--------------------------------------------------------------*/
.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;
}
.subtitle02 h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #6ad18d, #6ad18d 2px, #fff 2px, #fff 4px);
}
.subtitle02 h4 {
  color: #f98b01;
  /*    background: $basecolor; */
  margin: 30px 0 10px;
  padding: 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-left: 6px solid #b78501;
}
.subtitle03 h3 {
  position: relative;
  color: #22ac38;
  padding: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border: 2px solid #22ac38;
  background: #fff;
}
.subtitle03 h3:before,
.subtitle03 h3:after {
  position: absolute;
  content: "";
}
.subtitle03 h3:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #22ac38;
  border-radius: 50%;
  background: #fff;
}
.subtitle03 h3:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.subtitle03 h3 i {
  color: #22ac38;
  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;
}
.subtitle03 h3 span {
  position: relative;
  z-index: 1;
}

.top_title02 h2 {
  display: inline-block;
  position: relative;
  color: #a40000;
  padding: 1rem 10rem;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  border: 4px solid #a40000;
}
.top_title02 h2:before,
.top_title02 h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-top: 4px dotted #a40000;
}
.top_title02 h2:before {
  top: 6px;
}
.top_title02 h2:after {
  bottom: 6px;
}
.top_title02 h3 {
  position: relative;
  color: #000;
  background-color: #e5e5e5;
  padding: 0 0 0 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.top_title03 h2 {
  color: #333;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  border-bottom: 4px solid #32b16c;
}
.top_title03 h3 {
  position: relative;
  color: #000;
  background-color: #e5e5e5;
  padding: 0 0 0 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.obj01 {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  z-index: -1;
}

.kampo_cat {
  margin-bottom: 30px;
  padding: 10px;
  border: 6px solid #a40000;
  border-radius: 10px;
}
.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;
}
.kampo_cat h3 span {
  margin-right: -0.4em;
  letter-spacing: 0.4em;
}
.kampo_cat h3:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  border: 2px dashed #fff;
}

.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;
}
.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;
}/*# sourceMappingURL=style.css.map */