@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: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 479px) {
  h4 {
    font-size: 1.625rem;
    line-height: 32px;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

.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: 1rem;
  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 {
  min-height: 3rem;
  padding-left: 1em;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrow01 {
    font-size: 0.875rem;
  }
}
.arrow01 a {
  color: #000;
}
.arrow01 a:hover {
  color: #666;
}
.arrow01 a:before {
  width: 1em;
  color: #D90000;
  margin-left: -1em;
  padding: 0 2px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  text-decoration: none;
  content: "\f152";
}

.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;
}

.line-dashed02 {
  border: none;
  border-bottom: dashed 1px #666;
  height: 1px;
  color: #FFFFFF;
}

.divider {
  background: #257bc7;
  height: 4px;
  width: 104px;
  display: block;
  text-align: center;
  margin: 13px auto 20px;
}

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

.annotation ul {
  list-style: none;
  padding-left: 1em;
  margin-left: 0.5em;
}
.annotation li {
  text-indent: -1em;
}

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

.copy span {
  font-size: 0.6875rem;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  line-height: 46px !important;
  color: #fff;
  background: #364cc9;
  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: #364cc9;
  background: #fff;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
.btn01 a {
  display: inline-block;
  background: #fff; /* Old browsers */
  color: #7d7d7d;
  margin-bottom: 30px;
  padding: 0px 4px 0px 8px;
  font-size: 1rem;
  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: "Font Awesome 5 Free";
  font-weight: 900;
  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:50px 0 0 0; */
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2rem;
  border: 1px solid #000;
  transition: 0.3s;
}
.btn02 a:hover {
  color: #000;
  background-color: #d3d3d3;
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .btn02 a {
    margin: 50px 0 0 0;
    padding: 8px 40px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn02 a {
    margin: 20px 0 0 0;
    padding: 8px 20px;
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn02 a {
    margin: 20px 0 0 0;
    padding: 8px 10px;
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn02 a {
    margin: 20px 0 0 0;
    padding: 8px 40px;
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
@media (max-width: 576px) {
  .btn02 a {
    margin: 20px 0 0 0;
    padding: 8px 10px;
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}

.btn03 a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 2px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06rem;
  border: 1px solid #000;
  border-radius: 6px;
  transition: 0.3s;
}
.btn03 a:hover {
  color: #666;
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .btn03 a {
    padding: 0px 32px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn03 a {
    padding: 0px 32px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn03 a {
    padding: 0px 20px;
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn03 a {
    padding: 0px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .btn03 a {
    padding: 0px 20px;
    font-size: 1rem;
  }
}

.btn04 a {
  display: inline-block;
  color: #fff;
  background-color: #0ABAB5;
  padding: 0.2em 2em;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 10px;
  transition: 0.3s;
}
.btn04 a:hover {
  color: #fff;
  background-color: #69cac7;
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
footer .copyright *,
footer address,
footer dl {
  font-size: 0.75rem;
  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;
}

/* --------------------------------------------------------------------- */
.waku01_fs24 {
  background-color: #fff;
  margin: 0;
  padding: 8px;
  font-size: 1.5rem;
  border: 2px solid #257bc7;
  border-radius: 8px;
}
.waku01_fs24 .top_point01 {
  color: #313131;
  font-size: 2.25rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .waku01_fs24 {
    font-size: 1.125rem;
  }
  .waku01_fs24 .top_point01 {
    font-size: 1.625rem;
  }
}

.waku02 { /* 【使用】PROSE 板金塗装 */
  min-height: 2em;
  color: #fff;
  background-color: #666;
  margin-bottom: 30px;
  padding: 14px 10px;
  font-size: 1.5rem;
  text-align: center;
  /*
    &::after {
    display: block;
    color:#bdbdbd;
    padding: 0px 0px 10px 0px;
    @include fs(26);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    white-space: pre-wrap;
    content:"\f7d9\00a0\00a0\f6e3\00a0\00a0\f5bd";
  }
    */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .waku02 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .waku02 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .waku02 {
    margin-bottom: 30px;
    font-size: 1.125rem;
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .waku02 {
    margin-bottom: 30px;
    font-size: 1.125rem;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .waku02 {
    margin-bottom: 30px;
    font-size: 1.125rem;
    text-align: left;
  }
}
.waku02::before {
  display: block;
  color: #bdbdbd;
  padding: 0px 0px 10px 0px;
  font-size: 1.625rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  content: "\f5d0  \f5e4  \f043  \f7d9  \f6e3  \f5bd";
}

.waku03 { /* 【使用】PROSE 板金塗装 */
  min-height: 2em;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 14px 10px;
  border-top: none;
  border-bottom: 8px solid #257bc7;
  border-left: 8px solid #257bc7;
  border-right: 8px solid #257bc7;
  border-radius: 0px 0px 10px 10px;
}
.waku03_t { /* 【使用】PROSE 板金塗装 */
  border-top: 8px solid #257bc7;
  border-bottom: none;
  border-left: 8px solid #257bc7;
  border-right: 8px solid #257bc7;
  border-radius: 10px 10px 0px 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .disp_none {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .disp_none {
    display: none;
  }
}
@media (max-width: 576px) {
  .disp_none {
    display: none;
  }
}

.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;
}

/* チェックマークリスト */ /* --------------------------------------------------------------------- */
.check01 ul {
  list-style-type: none;
  padding: 0;
  line-height: 2;
}
.check01 ul li {
  color: #257bc7;
  font-size: 1.125rem;
  font-weight: 600;
}
.check01 ul li:before {
  color: #ed1c1c;
  padding: 0px 6px 0px 4px;
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f14a";
}
.check01 dl {
  width: 100%;
  margin: 0px 0px 10px 0px;
  border: 1px solid #999;
  border-top: none;
}
.check01 dt {
  min-width: 3em;
  float: left;
  padding: 6px;
  border-top: 1px solid #999;
}
.check01 .number01 dd {
  _height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
  min-height: 41px;
  margin-left: 3em;
  padding: 6px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .check01 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .check01 ul {
    line-height: 1.4;
    font-size: 1rem;
  }
  .check01 ul li {
    background-position: 0px 2px;
    margin: 0px 0px 10px 0px;
    padding: 6px 0px 0px 0px;
  }
}
/* Home */ /* --------------------------------------------------------------------- */
.top_list img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_features p {
  display: inline-block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.top_features p:before {
  color: #7c7c7c;
  margin-right: 0.5em;
  font-size: 1.5rem;
  font-family: "FontAwesome";
  font-weight: 600;
  content: "\f0eb";
}

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

.price_waku01 {
  color: #f30;
  background-color: #fff;
  margin: 10px 0 30px;
  padding: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #257bc7;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .price_waku01 {
    font-size: 1rem;
  }
}

.price01 {
  font-size: 1.75rem;
  font-weight: 600;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .price01 {
    font-size: 1.625rem;
  }
}

.top_comm01 {
  min-height: 104px;
  background-color: #ffefd7;
  margin-bottom: 30px;
  padding: 6px;
  border: 2px solid #f30;
}

.top_comm01_txt01 {
  color: #f30;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}

.top_comm01_txt02 {
  color: #f30;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.top_comm02 {
  min-height: 104px;
  background-color: #d4eafe;
  margin-bottom: 30px;
  padding: 6px;
  border: 2px solid #257bc7;
}

.top_comm02_txt01 {
  color: #257bc7;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}

.top_comm02_txt02 {
  color: #257bc7;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.top_comm03 {
  min-height: 104px;
  background-color: #f0ffcb;
  margin-bottom: 30px;
  padding: 6px;
  border: 2px solid #22ac38;
}

.top_comm03_txt01 {
  color: #22ac38;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}

.top_comm03_txt02 {
  color: #22ac38;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.top_comm04 {
  min-height: 104px;
  background-color: #ffe6f1;
  margin-bottom: 30px;
  padding: 6px;
  border: 2px solid #e5004f;
}

.top_comm04_txt01 {
  color: #e5004f;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
}

.top_comm04_txt02 {
  color: #e5004f;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top_comm01_txt02 {
    font-size: 1rem;
  }
  .top_comm02_txt02 {
    font-size: 1rem;
  }
  .top_comm03_txt02 {
    font-size: 1rem;
  }
  .top_comm04_txt02 {
    font-size: 1rem;
  }
}
/* 会社概要 */ /* --------------------------------------------------------------------- */
.aboutus02 dl {
  background-color: #f0f0f0;
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

.aboutus02 dt,
.aboutus02 dd {
  border-top: 1px solid #ccc;
}

.aboutus02 dt {
  min-width: 6em;
  float: left;
  padding: 14px;
}

.aboutus02 dd {
  background-color: #fff;
  _height: 1%;
  /* WinIEで頭の文字が右に微妙にずれるのを補正 */
  margin-left: 6em;
  margin-bottom: 0px;
  padding: 14px 14px 0px;
  border-left: 1px solid #ccc;
}
.aboutus02 dd:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .aboutus02 dl {
    width: 100%;
    margin: 0 0 10px;
    border: none;
  }
  .aboutus02 dt {
    min-width: 0;
    float: none;
    margin: 0;
    padding: 8px 0 8px 6px;
    border-top: none;
    font-weight: bold;
    line-height: 1.3;
  }
  .aboutus02 dd {
    _height: 1%;
    /* WinIEで頭の文字が右に微妙にずれるのを補正 */
    margin-left: 0;
    padding: 14px 14px 14px;
    border-left: none;
    border-top: none;
    border-bottom: 1px dashed #999;
  }
}
.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;
  margin-bottom: 0px;
  padding: 6px 6px 4px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .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;
  }
}
.aboutus_table {
  width: 100%;
  border: solid 1px #999;
}

.aboutus_table td {
  border: solid 1px #999;
  padding: 6px;
  vertical-align: top;
}

/* 車検 */ /* --------------------------------------------------------------------- */
.inspection_table {
  width: 100%;
  border-collapse: collapse;
}

.inspection_table td,
.inspection_table th {
  padding: 5px;
  border: 1px solid #ccc;
}

.inspection_table th {
  font-weight: bold;
}

.inspection_table thead th {
  background: #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .inspection_table {
    display: block;
  }
  .inspection_table thead {
    display: none;
  }
  .inspection_table tbody {
    display: block;
  }
  .inspection_table tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .inspection_table tbody th,
  .inspection_table tbody td {
    display: list-item;
    border: none;
  }
  .inspection_table tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #fff;
    background: #257bc7;
  }
  .inspection_table tbody td {
    margin-left: 20px;
    padding: 0;
  }
  .inspection_table tbody td:nth-of-type(1):before {
    content: "[コンパクトカー]";
  }
  .inspection_table tbody td:nth-of-type(2):before {
    content: "[小型車]";
  }
  .inspection_table tbody td:nth-of-type(3):before {
    content: "[中型車]";
  }
  .inspection_table tbody td:nth-of-type(4):before {
    content: "[大型車]";
  }
  .inspection_table tbody td:nth-of-type(5):before {
    content: "[ミニバン、1BOX]";
  }
}
/* レスポンシブだけど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: 1.5rem;
  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: 2.875rem;
    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: 2.875rem;
    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 {
  color: #257bc7;
  position: relative;
  font-weight: bold;
  border-bottom: dotted 3px #257bc7;
  margin: 0 auto 20px;
  padding: 0 0 0px 20px;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.subtitle02 h3 span {
  background-color: #fff;
  padding: 0 50px;
  line-height: 1.6;
  border: 1px solid #000;
}
.subtitle02 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 40px;
  background-color: #257bc7;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .subtitle02 h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .subtitle02 h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .subtitle02 h3 {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .subtitle02 h3 {
    font-size: 1.125rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 576px) {
  .subtitle02 h3 {
    font-size: 1rem;
    letter-spacing: 0em;
  }
}
.subtitle02 h3 a {
  color: #7ba669;
}
.subtitle02 h3 a:hover {
  color: #535353;
  text-decoration: none;
}
.subtitle02 h3 a:before {
  color: #f30;
  padding: 0px 6px 0px 0px;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
.subtitle02 h4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0px 10px;
  position: relative;
  border-left: 3px solid #d69804;
}
.subtitle02 h4:after {
  border-bottom: 1px dotted #282828;
  position: absolute;
  width: 100%;
  content: "";
  bottom: -7px;
  left: -3px;
}

.subtitle03 h3 {
  position: relative;
  color: #313131;
  padding: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid #313131;
  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 #313131;
  border-radius: 50%;
  background: #fff;
}
.subtitle03 h3:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.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;
}
.subtitle03 h3 span {
  position: relative;
  z-index: 1;
}

.top_title03 h2 {
  color: #333;
  margin: 6px 0px 10px 0px;
  padding: 0px 0px 4px 0px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid #32b16c;
}
.top_title03 h2 a {
  display: block;
  color: #305e98;
}
.top_title03 h2 a:hover {
  color: #f4785a;
}
.top_title03 h2 a:before {
  color: #305e98;
  padding: 0px 6px 0px 0px;
  font-size: 1.25rem;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f18e";
}
@media (min-width: 768px) and (max-width: 991px) {
  .top_title03 h2 {
    font-size: 1.125rem;
  }
  .top_title03 h2 a:before {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top_title03 h2 {
    font-size: 1.125rem;
  }
}
.top_title03 h3 {
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 6px 0px 6px 8px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #257bc7;
}

.exam_img_list img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exam_top_t {
  min-height: 3.8rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}
.exam_top_t a {
  color: #000;
}
.exam_top_t a:hover {
  color: #666;
}

.exam_t01 h3 {
  position: relative;
  background: #dfdfdf;
  margin: 0 0 20px 0;
  padding: 2px 5px 2px 32px;
  font-size: 1.375rem;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
.exam_t01 h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f7d9";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #000;
  font-weight: 900;
  width: 44px;
  text-align: center;
  height: 44px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.exam_t01 h4 {
  color: #257bc7;
  /*    background: $basecolor; */
  margin: 0px 0 10px;
  padding: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-left: 6px solid #b78501;
}
.obj01 {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  z-index: -1;
}

.catch_tel {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.8;
}
.catch_tel:before {
  color: #f30;
  padding: 0px 6px 0px 0px;
  font-size: 1.625rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87b";
  position: relative;
  bottom: 2px;
}

.catch_tel02 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.8;
}
.catch_tel02:before {
  color: #ffaa95;
  padding: 0px 6px 0px 0px;
  font-size: 1.625rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f87b";
  position: relative;
  bottom: 2px;
}

.img_border01 img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #3a3a3a;
  padding: 10px;
}

.img_border02 img {
  position: relative;
  top: -40px;
  left: -50px;
  border: 20px solid #fff;
  box-sizing: content-box;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .img_border02 img {
    top: -40px;
    left: -50px;
    border: 20px solid #fff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img_border02 img {
    top: -40px;
    left: -50px;
    border: 20px solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img_border02 img {
    top: -20px;
    left: -15px;
    border: 10px solid #fff;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .img_border02 img {
    top: 0px;
    left: -15px;
    border: 15px solid #fff;
  }
}
@media (max-width: 576px) {
  .img_border02 img {
    top: 0px;
    left: -15px;
    border: 20px solid #fff;
  }
}

/***ステップバーデザイン１***/
.step-wrap1 {
  counter-reset: count;
  position: relative;
}

.step-content1 {
  padding: 0 0 1.3em 2em;
  margin: 0;
  position: relative;
}
.step-content1:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #257bc7;
  border: solid 3px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 0 2px #257bc7;
}
.step-content1:after {
  content: "";
  display: block;
  height: calc(100% - 35px);
  border-left: dotted 5px #257bc7;
  position: absolute;
  top: 30px;
  left: 10px;
}

.step-title1 {
  font-weight: bold;
  font-size: 120%;
}

.step-label1 {
  color: #f30;
  font-weight: bold;
}
.step-label1::before {
  counter-increment: count;
  content: counter(count) "：";
  position: relative;
  left: 0em;
}

.step-body1 {
  margin-top: 0.5em;
  padding: 0 0 1em;
  border-bottom: dotted 2px #ddd;
}

.step-wrap1 > :last-of-type::after {
  display: none;
}

/***ステップバーデザイン１***//*# sourceMappingURL=style.css.map */