@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  おお問い合わせ

---------------------------------*/
main {
  padding-bottom: 5rem;
}
#columWrap::after {
  border-radius: 5rem;
}
.contactBlock {
  padding: 0;
}
.contactBlock .ttlBox {
  text-align: center;
}
.contactBlock .ttlBox p {
  margin: .5rem 0;
}
.contactBlock .ttlBox p.__notice {
  color: var(--col-hover);
}
.contactBlock .telBox {
  background: var(--col-sub01);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  max-width: fit-content;
  margin: 3rem auto 7rem;
  padding: 2rem;
  width: 100%;
}
.contactBlock .telBox dt {
  padding-left: 3rem;
}
.contactBlock .telBox dt ._ttl {
  font-weight: 600;
  font-size: 1.3em;
}
.contactBlock .telBox dd {
  background: #fff;
  text-align: center;
  padding: 2rem 4rem;
}
.contactBlock .telBox dd ._num {
  max-width: 35rem;
  margin-bottom: .5rem;
}
.contactBlock .telBox dd ._num img {
  width: 100%;
  vertical-align: bottom;
}
.contactBlock .telBox dd ._num a {
  pointer-events: none;
}
.contactBlock .telBox ._aside {
  font-size: .9em;
}
.contactBlock .wrap {
  display: flex;
  gap: 5rem;
}
.contactBlock .wrap ._box {
  background: #eee;
  flex-basis: 50%;
}
.contactBlock .wrap ._box h3 {
  background: #ccc;
  color: #666;
  font-size: 1.4em;
  line-height: 1.3;
  text-align: center;
  padding: 1rem;
}
.contactBlock .wrap ._box ul {
  display: grid;
  gap: 2rem;
  list-style: none;
  padding: 2rem;
}
.contactBlock .wrap ._box ul li {
  display: flex;
  gap: 1rem;
  font-size: 1.1em;
  font-weight: 600;
}
.contactBlock .wrap ._box ul li span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: var(--col-main);
  flex: 0 0 3rem;
}
.contactBlock .wrap ._box ul li span.__w {
  background-image: url("../images/c__w.svg");
}
.contactBlock .wrap ._box ul li span.__o {
  background-image: url("../images/c__o.svg");
}
.contactBlock .wrap ._box ul li span.__x {
  background-image: url("../images/c__x.svg");
}
.contactBlock .wrap ._box ul li span.__d {
  background-image: url("../images/c__d.svg");
}
.contactBlock .wrap ._box ul dt {
  font-size: 1.1em;
  font-weight: 600;
}
.contactBlock .wrap ._box ul dd {
  font-size: .9em;
  text-align: justify;
}
.contactBlock .wrap ._box._leave {
  background: #E1EAE8;
}
.contactBlock .wrap ._box._leave h3 {
  background: #93b3ab;
  color: #fff;
}
.contactBlock .wrap + ._txt {
  margin-top: 2rem;
  text-align: center;
}
.contactBlock .wrap + ._txt .btn {
  margin-top: 2rem;
  max-width: fit-content;
}
.contactBlock .wrap + ._txt .btn a span {
  padding: 0 5rem 0 2rem;
}
.contactFormBlock {
  margin-top: 10rem;
}
.contactFormBlock .title {
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  main {
    padding-bottom: 3rem;
  }
  #columWrap::after {}
  .l-inner {
    width: 100%;
  }
  .contactBlock .telBox {
    gap: 3rem;
    margin: 3rem auto 5rem;
  }
  .contactBlock .telBox dt {
    padding-left: 1rem;
  }
  .contactBlock .wrap {
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-bottom: 1.5rem;
  }
  #columWrap::after {
    border-radius: 2rem;
  }
  .contactBlock .telBox {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .contactBlock .telBox dd ._num a {
    pointer-events: auto;
  }
  .contactBlock .wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
/*---------------------------------

  おお問い合わせ

---------------------------------*/
.contactFormBlock {
  border-top: 1px solid #ccc;
  padding: 7rem 0 0;
}
.contactFormBlock .l-inner {
  max-width: 75rem;
}
.contactFormBlock .title {
  margin-bottom: 3rem;
}
.contactFormBlock .__readtxtBox {
  background: #FFEEEE;
  border: 1px solid;
  color: #BB1518;
  margin-bottom: 7rem;
  padding: 2rem;
}
.contactFormBlock .__readtxtBox p {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1rem;
}
.contactFormBlock .__readtxtBox ol {
  margin-left: 2.3rem;
}
.contactFormBlock .__readtxtBox ol li {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #mainContainer section.contactFormBlock {
    padding: 3rem 0 0 !important;
    margin-top: 5rem;
  }
  .contactFormBlock .title {
    margin-bottom: 2.5rem;
  }
  .contactFormBlock .__readtxtBox {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .contactFormBlock .__readtxtBox {
    margin-bottom: 3rem;
    padding: 1.3rem;
  }
}