@charset "utf-8";

/* お問い合わせ */
/* ----------------------------------------------------- */
.mv.inquiry {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.4em 0 1em;
  background: url("../../inquiry/images/mv_inquiry.jpg")  top center;
  background-size: cover;
}
.column1 .incolumn_pic-alignright440 {
  width: 440px;
  float: right;
  margin: 0 0 1em 1em;
}
  .column1 .incolumn_pic-alignright440 img {
    width: 100%;
  }
  .column1 dl.phone {
    position: relative;
    margin-bottom: 40px;
  }
  .column1 dl.phone dt {
    padding: 5px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #0f87e6;
  }
  .column1 dl.phone dd.btn_phonecall {
    padding: 1em;
    background: #e2f6fe;
  }
  .column1 dl.phone dd.btn_phonecall a  {
     display: block;
     position: relative;
     padding-left: 18px;
     font-size: 4.8rem;
     font-weight: 900;
     text-align: center;
     line-height: 1.2;
     transition: .30s;
  }
    .column1 dl.phone dd.btn_phonecall a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f095" ;
      display: inline-block;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1;
      color: #0f87e6;
      margin: 12px auto;
      top: 0;
      bottom: 0;
      left: 0;
      transition: .20s;
    }
    .column1 dl.phone dd.btn_phonecall a::after {
      background: #e2f6fe;
    }
  .column1 dl.phone dd.btn_phonecall p  {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    transition: .30s;
  }

.inquiry h4 {
  font-size: 18px;
  font-weight: 600;
  background: #0f87e6;
  color: #fff;
  padding: 0.5em 1em !important;
  margin-top: 60px !important;
}

.attention {
  width: 100%;
  color: #0f87e6;
  border: solid 2px #0f87e6;
  padding: 2em;
  margin: 40px 0;
}

.explan {
	font-size: 14px !important;
	font-weight: 400;
}

@media screen and (max-width: 768px) {

  .mv.inquiry {
    background: url("../../inquiry/images/mv_inquiry_SP.jpg")  no-repeat 35% top/auto 100%;
  }
  .column1 .incolumn_pic-alignright440 {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .column1 .incolumn_pic-alignright440 img {
    width: 80%;
    margin: 1em;
  }
  .column1 dl.phone dt {
    font-size: 1.8rem;
  }
  .column1 dl.phone dd.btn_phonecall a  {
     padding-left: 12px;
     font-size: 3.6rem;
     font-weight: 900;
  }
    .column1 dl.phone dd.btn_phonecall a::before {
      font-size: 2.4rem;
    }


}
