@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-zone {
    display: none;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-zone {
    display: none;
  }
}

/* ヘッダーに適用 */
header {
  width: 100%;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

#topcontent.allcontent {
  font-size: 140%;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#topcontent.allcontent .topcontent__section {
  width: 1230px;
  max-width: 1230px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__a {
  width: 1100px;
  max-width: 1100px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section .content__b {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
}
#topcontent.allcontent .topcontent__section h1 {
  font-size: 180%;
}

#pagecontent.allcontent {
  width: 1000px;
  max-width: 96%;
  margin: 100px auto 180px auto;
}
@media screen and (max-width: 767px) {
  #pagecontent.allcontent {
    padding: 10% 0 25% 0;
    margin: 0 auto;
  }
}
#pagecontent.allcontent .title {
  text-align: center;
  margin-bottom: 60px;
}
#pagecontent.allcontent .title h1 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#pagecontent.allcontent .title p {
  font-size: 1.6rem;
}

.contact__contentarea {
  width: 100%;
}
.contact__contentarea .contactarea {
  font-size: 1.4rem;
}
.contact__contentarea .contactarea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl {
    display: block;
    margin-bottom: 10%;
  }
}
.contact__contentarea .contactarea dl dt {
  width: 20%;
}
.contact__contentarea .contactarea dl dt span {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  background: #333;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dt {
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
}
.contact__contentarea .contactarea dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact__contentarea .contactarea dl dd {
    display: block;
    width: 100%;
  }
}
.contact__contentarea .contactarea dl dd span {
  display: block;
  width: 100%;
}
.contact__contentarea .contactarea dl dd span input, .contact__contentarea .contactarea dl dd span textarea {
  width: 98%;
  padding: 1%;
  border: 1px solid #a8a8a8;
}
.contact__contentarea .contactarea .sectionlink .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  max-width: 200px;
  width: 60%;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.contact__contentarea .multistep {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.contact__contentarea .multistep .contactarea dl {
  padding-bottom: 2%;
}
.contact__contentarea .multistep .contactarea dd span input, .contact__contentarea .multistep .contactarea dd span textarea {
  border: none;
}
.contact__contentarea .multistep .contactarea .sectionlink p {
  display: flex;
  justify-content: center;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-submit {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink p .wpcf7-previous {
  display: block;
  border: none;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  width: 45%;
  max-width: 200px;
  color: #fff;
  background: #333;
  font-weight: bold;
  margin: 0 10px;
}
.contact__contentarea .multistep .contactarea .sectionlink .wpcf7-spinner {
  display: none;
}

.contentitem {
  opacity: 0;
  transition: 0.7s;
}
.contentitem.fade__in {
  opacity: 1;
  transform: scale(1);
}

.contact-thanks {
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: center;
}/*# sourceMappingURL=basic.css.map */