@charset "UTF-8";
.header .pcheaderMenu01 .pcheaderList01 a {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .header .pcheaderMenu01 .pcheaderList01 a {
    font-size: 13px;
  }
}
.header .pcheaderMenu01 .pcheaderList01 li:not(.login01) a {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.globalMenuArea01 ul a {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

main {
  display: block;
  /* IE対策に追加 */
}

.mainContent {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .mainContent {
    padding-top: 50px;
  }
}
.mainContent.subPage {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .mainContent.subPage {
    padding-top: 50px;
  }
}

.lastArea01 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lastArea01 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 360px) {
  .lastArea01 {
    padding-bottom: 110px;
  }
}

.contactArea01 {
  background: #eee;
  display: none;
  position: relative;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.contactContent01 {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contactContent01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contactContent01.container {
    width: 94%;
    padding: 10px 0;
  }
}
.contactContent01 li {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contactContent01 li {
    width: 48%;
  }
}
.contactContent01 .mailBtn01 {
  margin-right: 100px;
}
@media screen and (max-width: 1000px) {
  .contactContent01 .mailBtn01 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contactContent01 .mailBtn01 {
    margin-right: 0;
  }
}
.contactContent01 .mailBtn01 a {
  font-weight: bold;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #727272;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactContent01 .mailBtn01 a {
    font-size: 12px;
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .contactContent01 .mailBtn01 a {
    font-size: 11px;
  }
}
.contactContent01 .mailBtn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border: 0px;
  border-top: solid 1px #727272;
  border-right: solid 1px #727272;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contactContent01 .mailBtn01 a::before {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}
.contactContent01 .mailBtn01 img {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .contactContent01 .mailBtn01 img {
    width: 16px;
  }
}
.contactContent01 .downloadBtn01 {
  background: transparent;
}
.contactContent01 .downloadBtn01 a {
  font-size: 16px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactContent01 .downloadBtn01 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contactContent01 .downloadBtn01 a {
    font-size: 12px;
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  .contactContent01 .downloadBtn01 a {
    font-size: 11px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contactContent01 .downloadBtn01 a::before {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}
.contactContent01 .downloadBtn01 img {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .contactContent01 .downloadBtn01 img {
    width: 16px;
  }
}

.pageTop {
  bottom: 90px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .pageTop {
    bottom: 60px;
    right: 15px;
  }
}