@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
  }
}
.pageTtl {
  margin-bottom: 0;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.pdnB60 {
  padding: 0 0 30px;
}
@media (min-width: 740px) {
  .pdnB60 {
    padding: 0 0 50px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.top .top__box .colWrap {
  background: #f2f2f2;
  padding: 20px;
}
@media (min-width: 740px) {
  .top .top__box .colWrap .col:nth-child(odd) {
    width: calc(40% - 15px);
  }
}
@media (min-width: 740px) {
  .top .top__box .colWrap .col:nth-child(even) {
    width: calc(60% - 15px);
  }
}
.top .top__box .colWrap .col .top__ttl .ttlLv1 {
  border-bottom: none;
  padding: 0;
}
.top .top__box .colWrap .col .top__ttl .ttlLv1::after {
  content: none;
}
.top .top__box .colWrap .col .top__ttl .ttlLv1 .heading {
  display: block;
  color: #ff0067;
}
.top .top__box .colWrap .col .top__smallTxt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .top .top__box .colWrap .col .top__smallTxt {
    font-size: 1.4rem;
  }
}
.top .top__box .colWrap .col .top__txt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .top .top__box .colWrap .col .top__txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 740px) {
  .top .top__box .colWrap .col .btnRD a {
    width: 300px;
  }
}

.about .about__ttl .ttlLv2 {
  padding: 15px;
  background: #172a88;
  border-bottom: none;
  color: #fff;
  margin-top: 60px;
}
.about .about__ttl .ttlLv2 .heading {
  border-left: none;
  display: block;
  text-align: center;
  padding-left: 0;
  font-size: 2rem;
}
@media (min-width: 740px) {
  .about .about__ttl .ttlLv2 .heading {
    font-size: 2.4rem;
  }
}
.about .about__spot .colWrap .col {
  border: 1px solid #ddd;
  padding: 0 15px 15px;
}
.about .about__list .txtList li:nth-of-type(3)::before {
  color: #cc0000;
}
.about .about__btn {
  text-align: center;
  display: block;
}
.about .about__btn a {
  font-weight: bold;
}

#mapBox {
  height: 400px;
}
