@charset "UTF-8";
/* Scss Document お問い合わせ*/
/* hover opacity */
/* hover txt */
.contact_box {
  background: #F9F9F9;
  padding: 80px 0 88px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 30px 0 0;
  text-align: center;
}

.contact_box .r_button {
  border-radius: 5px;
  margin: 0 auto 35px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.3);
  width: 400px;
}

.contact_box .r_button a {
  position: static;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  transition: 0.2s ease-out;
  text-decoration: none;
  color: #fff;
}

.contact_box .r_button a::before {
  padding-left: 60px;
  display: inline-block;
  border: none;
  border-left: none;
  position: static;
  margin: 0;
}

.contact_box .r_txt {
  font-size: 18px;
  color: #595757;
  margin: 0 0 10px;
}

.contact_box .r_tel a[href^="tel:"] {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin: 0 0 14px;
}

.contact_box .r_tel a[href^="tel:"]::before {
  content: "";
  width: 24px;
  height: 23px;
  display: inline-block;
  background-image: url(/assets/images/contact_tel_icon.png);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
}

.contact_box .r_tel2 {
  font-size: 20px;
  color: #595757;
  margin: 0 0 10px;
}

.contact_box .r_tel2 .mr01 {
  margin: 0 0.5em 0 0;
}

.contact_box .r_mail {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #595757;
  display: inline-block;
}

.contact_box .r_mail:before {
  position: absolute;
  content: "";
  background: url(/assets/images/right_icon02.png) center/cover no-repeat;
  width: 21px;
  height: 14px;
  top: 12px;
  left: -3px;
}

.contact_box .r_mail a {
  text-decoration: underline;
  padding: 0;
}

.contact_box .r_mail a:before {
  display: none;
  margin: 0;
}

.contact_box .r_mail a[href^="mailto:"] {
  font-weight: bold;
  margin: 0 0 0 25px;
  position: relative;
}

.contact_box .r_button._solution {
  background: #3FAE2A;
}

.contact_box .r_button._solution a {
  padding: 30px 20px 30px 0;
}

.contact_box .r_button._solution a:before {
  content: "";
  background: url(/assets/images/gnav_icon07.png) center/contain no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

.contact_box .r_button._company {
  background: #008FBE;
}

.contact_box .r_button._company a {
  padding: 30px 25px 30px 0;
}

.contact_box .r_button._company a:before {
  content: "";
  background: url(/assets/images/gnav_icon07.png) center/contain no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  /* over wright
--------------------------------------------------*/
  .contact_box .r_mail a:hover {
    color: #008FBE;
  }
  .contact_box .r_button._solution a:hover {
    background: #349321;
    border-radius: 5px;
    text-decoration: none;
  }
  .contact_box .r_button._company a:hover {
    background: #20709c;
    border-radius: 5px;
    text-decoration: none;
  }
}

@media screen and (max-width: 1023px) {
  /* over wright
--------------------------------------------------*/
  .contact_box {
    margin: 39px auto 30px;
    padding: 50px 0 55px;
  }
  .contact_box .r_button {
    margin: 0 auto 22px;
    width: 250px;
  }
  .contact_box .r_button a {
    padding: 19px 14px 22px;
    font-size: 15px;
  }
  .contact_box .r_button a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .contact_box .r_txt {
    font-size: 12px;
    margin: 0 0 6px;
  }
  .contact_box .r_tel a[href^="tel:"] {
    font-size: 20px;
    padding-left: 30px;
    margin: 0 0 7px;
    text-decoration: underline;
  }
  .contact_box .r_tel a[href^="tel:"]::before {
    width: 16px;
    height: 15px;
  }
  .contact_box .r_tel2 {
    font-size: 14px;
  }
  .contact_box .r_tel2 .mr01 {
    margin: 0 9.8px 0 0;
  }
  .contact_box .r_mail {
    font-size: 14px;
    font-weight: bold;
    color: #595757;
  }
  .contact_box .r_mail:before {
    width: 15px;
    height: 10px;
    top: 7px;
    left: 10px;
  }
  .contact_box .r_mail a[href^="mailto:"] {
    margin: 0 0 0 30px;
  }
  .contact_box .r_button._solution a {
    padding: 20px 10px 20px 0;
  }
  .contact_box .r_button._solution a:before {
    width: 20px;
    height: 20px;
    padding-left: 35px;
  }
  .contact_box .r_button._company {
    background: #008FBE;
  }
  .contact_box .r_button._company a {
    padding: 20px 10px 20px 0;
  }
  .contact_box .r_button._company a:before {
    width: 20px;
    height: 20px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* over wright
--------------------------------------------------*/
  .contact_box {
    margin: 20px auto 30px;
    padding: 30px 0 32px;
  }
  .contact_box .r_txt {
    margin: 0 0 16px;
  }
}
