@charset "UTF-8";
/* 下層ページ */
.sec {
  padding: 36px 0 74px;
}

@media (max-width: 768px) {
  .sec {
    padding: 24px 0 76px;
  }
}

/* お問合せ共通部分 */
.c-sec-contact {
  padding: 40px 40px 59px;
	background: #C8D8FF;
  /*background: url(../img/common/bg_contact.jpg) no-repeat center;*/
  background-size: cover;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .c-sec-contact {
    min-width: 1200px;
  }
}

@media (max-width: 768px) {
  .c-sec-contact {
    margin-bottom: 104px;
    padding: 20px 0 50px;
  }
}

.c-sec-contact .ttl {
  margin-bottom: 0.5em;
  font-size: 3.3rem;
  text-align: center;
}

@media (max-width: 768px) {
  .c-sec-contact .ttl {
    font-size: 1.9rem;
  }
}

.c-sec-contact .txt {
  font-size: 1.8rem;
  line-height: 1.72;
  text-align: center;
}

@media (max-width: 768px) {
  .c-sec-contact .txt {
    font-size: 1.0rem;
  }
}

.c-sec-contact .contact-list-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list-wrap {
    margin-top: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-sec-contact .contact-list {
  width: 347px;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list {
    width: 100%;
  }
  .c-sec-contact .contact-list:nth-child(n +2) {
    margin-top: 54px;
  }
}

.c-sec-contact .contact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  color: #000;
}

.c-sec-contact .contact-list-ttl {
  text-align: center;
  width: 92px;
  font-size: 1.6rem;
  line-height: 1.07;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list-ttl {
    width: 118px;
    font-size: 1.6rem;
  }
}

.c-sec-contact .contact-list .contact-list-number img {
  max-width: 159px;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list .contact-list-number img {
    max-width: 158px;
  }
}

.c-sec-contact .contact-list:last-child .contact-list-number img {
  max-width: 185px;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list:last-child .contact-list-number img {
    max-width: 183px;
  }
}

.c-sec-contact .contact-list-number {
  position: relative;
  padding: 0.35em 1em;
  width: calc(100% - 92px);
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-sec-contact .contact-list-number {
    padding: 0.5em 0.5em 0.5em 1.5em;
    width: calc(100% - 118px);
    font-size: 2.2rem;
  }
}

.c-sec-contact .contact-list-number span {
  margin-top: 0.5em;
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}

.c-sec-contact .contact-list-number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #000;
}

.c-btn01 a {
  display: block;
  font-size: 2.1rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
}

.c-btn01 a:hover, .c-btn01 a:focus, .c-btn01 a:active {
  background-color: #014ea0;
  border: 1px solid #014ea0;
  color: #fff;
  opacity: 1;
}

.c-btn01[data-width="type01"] {
  margin: 0 auto;
  width: 339px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type01"] {
    max-width: 226px;
    width: 100%;
  }
}

.c-btn01[data-width="type01"] a {
  padding: 1em 0;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type01"] a {
    font-size: 1.4rem;
  }
}

.c-btn01[data-width="type02"] {
  margin-top: 20px;
  width: 367px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type02"] {
    width: 100%;
  }
}

.c-btn01[data-width="type02"] a {
  padding: 0.3em 0;
  font-size: 2.3rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type02"] a {
    font-size: 1.1rem;
  }
}

.c-btn01[data-width="type02"] a span {
  position: relative;
  padding-left: 1.5em;
}

.c-btn01[data-width="type02"] a span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  margin-right: 0.5em;
  background: url(../img/maintenance/icon_dl.svg) center no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
}

.c-btn01[data-width="type02"] a:hover span::before {
  content: '';
  display: inline-block;
  background-image: url(../img/maintenance/icon_dl_w.svg);
}

.c-btn01[data-width="type03"] {
  width: 537px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type03"] {
    width: calc(50% - 10px);
  }
}

.c-btn01[data-width="type03"] a {
  padding: 1.8em 0;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type03"] a {
    padding: 0;
  }
  .c-btn01[data-width="type03"] a span {
    vertical-align: middle;
    font-size: 1.0rem;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.c-btn01[data-width="type03"]:nth-child(n + 3) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type03"]:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.c-btn01[data-width="type04"] {
  width: 348px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type04"] {
    width: calc(33.3% - 10px);
  }
}

.c-btn01[data-width="type04"] a {
  padding: 1em 0;
}

@media (max-width: 768px) {
  .c-btn01[data-width="type04"] a {
    padding: 1.0em 0;
  }
  .c-btn01[data-width="type04"] a span {
    vertical-align: middle;
    font-size: 1.0rem;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.c-btn01[data-width="contact01"] {
  margin: 42px auto 0;
  width: 393px;
}

@media (max-width: 768px) {
  .c-btn01[data-width="contact01"] {
    margin-top: 54px;
    width: 100%;
    max-width: 345px;
  }
}

.c-btn01[data-width="contact01"] a {
  margin: 42px auto 0;
  padding: 0.35em 0;
  display: block;
  font-size: 3.3rem;
  background-color: #22b573;
  color: #fff;
  border: 1px solid #22b573;
  text-align: center;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
}

@media (max-width: 768px) {
  .c-btn01[data-width="contact01"] a {
    font-size: 2.8rem;
  }
}

.c-btn01[data-width="contact01"] a:hover, .c-btn01[data-width="contact01"] a:focus, .c-btn01[data-width="contact01"] a:active {
  background-color: #014ea0;
  border: 1px solid #014ea0;
  color: #fff;
  opacity: 1;
}

.c-btn02 {
  width: 731px;
}

@media (max-width: 768px) {
  .c-btn02 {
    width: 100%;
  }
}

.c-btn02 a {
  padding: 1em 0;
  display: block;
  font-size: 2.4rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-align: center;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
}

@media (max-width: 768px) {
  .c-btn02 a {
    font-size: 1.1rem;
  }
}

.c-btn02 a:hover, .c-btn02 a:focus, .c-btn02 a:active {
  background-color: #22b573;
  color: #fff;
  border: 1px solid #22b573;
  opacity: 1;
}

