@charset "utf-8";

.spDisp {
  display: none;
}
/*20190612追加*/
.top_btn {
    padding: 40px 0 40px 180px;
}
.top_btn .top_btn_inr {
  margin: auto;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  max-width: 800px;
  width: 100%;
      background-color: #fbe2c2;
  padding: 10px;
}
.top_btn .top_btn_inr .left_box {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
.top_btn .top_btn_inr .left_box p{
  font-size: 16px;
  color: #d8032c;
  font-weight: bolder;
}
.top_btn .top_btn_inr .right_box {
  display: inline-block;
  width: 40%;
}
.top_btn .top_btn_inr .right_box p.nav_06_red {
    position: relative;
    display: inline-block;
    vertical-align: middle;
background: #d8032c;
    padding: 10px 20px;
    font-size: 14px;
    font-style: 1.2rem;
    color: #fff;
    width: 260px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.top_btn .top_btn_inr .right_box p.nav_06_red:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/*20190612追加*/

.sub_footer {
  background: url(../images/contact_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0 60px 180px;
}

.sub_footer .sf_in {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0;
}

.sub_footer .sf_in h3 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 60px;
}

.sub_footer .sf_in .subh3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}

.sub_footer .sf_in .left {
  display: inline-block;
  vertical-align: middle;
  max-width: 450px;
  width: 55%;
  text-align: left;
}

.sub_footer .sf_in .left .telnom a {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 50px;
  line-height: 40px;
  color: #fff;
  padding-left: 80px;
  background: url(../images/icon_free.png) no-repeat left center;
  display: block;
  margin-bottom: 20px;
}

.sub_footer .sf_in .left .bt_txt {
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.sub_footer .sf_in .left .bt_txt a {
  color: #fff;
  text-decoration: underline;
}

.sub_footer .sf_in .top_txt {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.sub_footer .sf_in.sf_in03 .top_txt {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.sub_footer .sf_in .right {
  display: inline-block;
  vertical-align: middle;
  max-width: 390px;
  width: 50%;
  text-align: left;
}

.sub_footer .sf_in .right .mail_btn_ft a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 15px 0 15px 0;
  font-size: 16px;
  position: relative;
}

.sub_footer .sf_in .right .mail_btn_ft a:hover {
  background: #000;
}

.sub_footer .sf_in .right .mail_btn_ft a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.sub_footer .sf_in .right .mail_btn_ft a span {
  background: url(../images/icon_mail.png) no-repeat left center;
  padding-left: 33px;
}

.secondclmn {
  margin-top: 30px;
}

.sub_footer .sf_in .center {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.sub_footer .sf_in .center p.bt_txt a {
  color: #fff;
}

.sub_footer .sf_in.sf_in02 .left {
  width: 50%;
}

.sub_footer .sf_in.sf_in02 .right {
  width: 50%;
  max-width: 400px;
  display: inline-block;
}

.sub_footer .sf_in.sf_in02 .right .telnom a,
.sub_footer .sf_in.sf_in02 .left .telnom a {
  background: url(../images/icon_tel_wt.png) no-repeat left center;
  background-size: 40px;
  padding-left: 55px;
}

.con_span {
  padding-left: 50px;
}

@media (max-width: 1080px) {
  .spDisp {
    display: block;
  }
  
/*20190612追加*/  
.top_btn .top_btn_inr .left_box {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.top_btn .top_btn_inr .left_box p{
  font-size: 16px;
  color: #d8032c;
  font-weight: bolder;
}
.top_btn .top_btn_inr .right_box {
  display: block;
  width: 100%;
}  
  
.top_btn {
  margin: 40px 0 10px;
    padding: 20px 0;
}
  .sub_footer {
    padding: 40px 0;
  }

  .sub_footer .sf_in h3 {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 30px auto;
    padding: 0 10px 10px 10px;
  }

  .sub_footer .sf_in .subh3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .sub_footer .sf_in .left {
    max-width: 500px;
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .secondclmn {
    margin-top: 50px;
  }

  .sub_footer .sf_in h3 {
    margin: 0 auto 10px auto;
  }

  .sub_footer .sf_in .left .telnom a {
    font-size: 25px;
    color: #fff;
    padding-left: 45px;
    background: url(../images/icon_free.png) no-repeat left center;
    background-size: 40px;
    display: block;
    margin-bottom: 7px;
  }

  .sub_footer .sf_in .right {
    max-width: 500px;
    display: block;
    width: 90%;
    margin: 0 auto
  }

  .sub_footer .sf_in .center {
    padding: 0 10px;
  }

  .sub_footer .sf_in .center .bt_txt {
    line-height: 20px;
    font-size: 13px;
  }

  .sub_footer .sf_in.sf_in02 .right,
  .sub_footer .sf_in.sf_in02 .left {
    max-width: 500px;
    width: 96%;
    margin-bottom: 0 auto;
  }

  .sub_footer .sf_in.sf_in02 .left {
    margin: 20px auto;
  }

  .sub_footer .sf_in .top_txt {
    font-size: 13px;
  }

  .sub_footer .sf_in.sf_in02 .right .telnom a,
  .sub_footer .sf_in.sf_in02 .left .telnom a {
    background: url(../images/icon_tel_wt.png) no-repeat left center;
    background-size: 30px;
    padding-left: 40px;
  }

  .sub_footer .sf_in.sf_in03 .top_txt {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .con_span {
    padding-left: 0;
    padding-top: 5px;
    display: block;
  }


}

/*media query 閉じ*/
.sub_footer .more_txt{
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: bolder;
}