@charset "UTF-8";
/* max-width:767px */

/* SP時"sp"のclassがついた要素を表示 */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

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

.sp_wrapper {
  background-color: #161826;
  color: #eee;
  font-family: 'Noto Sans JP', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  text-align: center;
}

.txt_contact01_sp {
  font-size: 4.2vw;
  line-height: 2;
  padding: 5% 0;
}

.free_dial_a_sp {
  margin-bottom: 3%;
  display: block;
}

.txt1st_sp {
  font-size: 4.2vw;
  line-height: 2;
  padding: 5% 0;
}

.txt2nd_sp {
  font-size: 4.2vw;
  line-height: 2;
  padding: 5% 0;
}

.mail_contact_sp {
  padding: 7% 2%;
}

.mail_form_sp {
  padding-top: 2%;
}

.mail_form_sp iframe {
  width: 100%;
}

.sp_footer {
  background-color: #161826;
  position: relative;
  margin-top: -150px;
  padding-top: 10px;
  padding-bottom: 17%;
}

.footer_logo {
  margin: 0 10%;
}

.footer_under_sp {
  text-align: left;
  margin-left: 18%;
  margin-top: 4%;
  line-height: 1.6;
  font-size: 3.5vw;
  letter-spacing: 1px;
  color: #ddd;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.footer_copy {
  margin-top: 4%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ddd;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 4vw;
}

.scroll_nav_sp {
  text-align: center;
  z-index: 3;
}

.scroll_nav_sp ul {
  width: 100%;
  background-color: #262a41d6;
  position: fixed;
  bottom: 0;
  /*    height: 68px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.scroll_nav_sp ul li {
  padding: 1% 7% .5%;
}
