@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}

@media (max-width: 768px) {
  body {
    width: 100%;
  }
}

@media (max-width: 768px) {
  main {
    width: 100%;
  }
}

a:hover img, .t-default a:hover img {
  opacity: 1;
}

sub {
  bottom: 0 !important;
  font-size: 50% !important;
}

.l-load {
  max-width: 1024px;
  padding: 0 15px;
  margin: 80px auto 0;
}

@media (max-width: 430px) {
  .l-load {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .p-loadBtn {
    margin-top: 60px;
  }
}

.p-loadBtn a {
  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;
  max-width: 824px;
  width: 100%;
  height: 50px;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#33a9ca), color-stop(50%, #33a9ca), color-stop(50%, #0093bd), to(#0093bd));
  background: linear-gradient(180deg, #33a9ca 0%, #33a9ca 50%, #0093bd 50%, #0093bd 100%);
  color: #fff;
  font-weight: bold;
  margin: auto;
  border-radius: 4px;
}

.p-loadBtn a:hover {
  opacity: .7;
}

.p-loadBtn a::after {
  content: "";
  display: inline-block;
  background: url(/dcms_media/image/contact_mail_ic003.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
  margin-left: 20px;
}

@media (max-width: 430px) {
  .p-loadBtn a::after {
    width: 8px;
    height: 13px;
  }
}

.p-loadContact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

@media (max-width: 430px) {
  .p-loadContact {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.p-loadContact__txt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: linear-gradient(-45deg, #1c3a6d 25%, #203e70 25%, #203e70 50%, #1c3a6d 50%, #1c3a6d 75%, #203e70 75%, #203e70);
  background-size: 20px 20px;
  padding: 60px 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .p-loadContact__txt {
    font-size: 2rem;
    text-align: left;
    padding: 30px 15px;
  }
}

@media (max-width: 430px) {
  .p-loadContact__txt {
    font-size: 1.4rem;
  }
}

.p-loadContact__tel {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  background: #375d9d;
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 0 0 0 10px;
}

@media (max-width: 430px) {
  .p-loadContact__tel {
    font-size: 2rem;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
  }
}

.p-loadContact__tel a {
  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;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 430px) {
  .p-loadContact__tel a {
    pointer-events: auto;
  }
}

.p-loadContact__tel a::before {
  content: "";
  display: inline-block;
  background: url(/dcms_media/image/contact_mail_ic001.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 43px;
  margin-right: 20px;
}

@media (max-width: 430px) {
  .p-loadContact__tel a::before {
    width: 28px;
    height: 30px;
  }
}

.p-loadContact__contact {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  background: #ff9c0a;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 0 0 10px 0;
  border-left: 1px solid #ccc;
}

@media (max-width: 430px) {
  .p-loadContact__contact {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    font-size: 2rem;
    border-radius: 0 0 10px 10px;
  }
}

.p-loadContact__contact:hover {
  opacity: .7;
}

.p-loadContact__contact a {
  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;
  width: 100%;
  height: 100%;
  padding: 24px 0;
}

.p-loadContact__contact a::before {
  content: "";
  display: inline-block;
  background: url(/dcms_media/image/contact_mail_ic002.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 49px;
  height: 43px;
  margin-right: 20px;
}

@media (max-width: 430px) {
  .p-loadContact__contact a::before {
    width: 38px;
    height: 33px;
  }
}

.p-loadContact__contact a::after {
  content: "";
  display: inline-block;
  background: url(/dcms_media/image/contact_mail_ic003.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 21px;
  margin-left: 20px;
}

@media (max-width: 430px) {
  .p-loadContact__contact a::after {
    width: 8px;
    height: 13px;
  }
}

.p-loadMail {
  margin-top: 60px;
  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;
  background: linear-gradient(-45deg, #fff9e5 25%, #fcf6e2 25%, #fcf6e2 50%, #fff9e5 50%, #fff9e5 75%, #fcf6e2 75%, #fcf6e2);
  background-size: 20px 20px;
  border-radius: 10px;
  padding: 40px 15px;
}

@media (max-width: 430px) {
  .p-loadMail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-loadMail__img {
  position: relative;
  text-align: center;
  width: 30%;
}

@media (max-width: 430px) {
  .p-loadMail__img {
    width: 80%;
  }
}

.p-loadMail__img img {
  width: 100%;
}

.p-loadMail__img::before {
  content: "";
  background: url(/dcms_media/image/contact_mail_il002.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29%;
  height: 45%;
  position: absolute;
  top: -8%;
  left: -10%;
}

.p-loadMail__box {
  margin-left: 40px;
}

@media (max-width: 430px) {
  .p-loadMail__box {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-loadMail__box__txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px) {
  .p-loadMail__box__txt {
    font-size: 1.5rem;
  }
}

@media (max-width: 430px) {
  .p-loadMail__box__txt {
    text-align: left;
  }
}

.p-loadMail__box__txt__hl {
  color: #1c3a6d;
}

.p-loadMail__box__btn {
  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;
  background: #1c3a6d;
  color: #fff;
  height: 60px;
  max-width: 430px;
  width: 100%;
  margin: 20px auto 0;
  font-weight: bold;
  position: relative;
}

.p-loadMail__box__btn:hover {
  opacity: .7;
}

.p-loadMail__box__btn::after {
  content: "";
  background: url(/dcms_media/image/contact_mail_ic003.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
}

.u-onlyPC {
  display: block;
}

@media (max-width: 768px) {
  .u-onlyPC {
    display: none;
  }
}

.u-onlySP {
  display: none;
}

@media (max-width: 768px) {
  .u-onlySP {
    display: block;
  }
}

.u-onlySP__none {
  display: block;
}

@media (max-width: 768px) {
  .u-onlySP__none {
    display: none;
  }
}

.u-onlyML {
  display: none;
}

@media (max-width: 1000px) {
  .u-onlyML {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-onlyML {
    display: none;
  }
}

.u-onlySM {
  display: none;
}

@media (max-width: 430px) {
  .u-onlySM {
    display: block;
  }
}

.u-onlySM__none {
  display: block;
}

@media (max-width: 430px) {
  .u-onlySM__none {
    display: none;
  }
}

.u-onlyMINI {
  display: none;
}

@media (max-width: 320px) {
  .u-onlyMINI {
    display: block;
  }
}

.u-onlyMINI__none {
  display: block;
}

@media (max-width: 320px) {
  .u-onlyMINI__none {
    display: none;
  }
}

.u-mt-none {
  margin-top: 0;
}
/*# sourceMappingURL=contact_mail.css.map */