@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contact.css
 author     : Ability Consultant
 style info : お問合せ一覧
=================================================================== */
.conbox {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .conbox {
    width: 95%;
  }
}
@media print {
  .conbox {
    width: 95%;
  }
}
.ie8 .conbox {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .conbox {
    width: 95%;
  }
}

.conbox:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  min-height: 420px;
  background: url(../images/contact/img_main.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main {
    min-height: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main {
    background-position-x: -540px;
  }
}

/* -----------------------------------------------------------
    con_txt
----------------------------------------------------------- */
.conbox {
  max-width: 960px;
  *zoom: 1;
  margin: 5em auto;
}
.conbox:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .conbox {
    margin-top: 3em;
  }
}
.conbox .titlebox {
  font-size: 106%;
  margin-bottom: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .titlebox {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .titlebox {
    font-size: 89%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .titlebox {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .titlebox {
    margin-bottom: 10%;
  }
}
.conbox .conbox1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 {
    display: block;
  }
}
.conbox .conbox1 .box1 {
  margin-bottom: 5%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 {
    margin-bottom: 20%;
  }
}
.conbox .conbox1 .box1:last-child {
  margin-bottom: 0;
}
.conbox .conbox1 .box1 .details {
  padding: 5% 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details {
    padding: 0 0 3%;
  }
}
.conbox .conbox1 .box1 .details .imgbox {
  margin-bottom: 5%;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .imgbox {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .imgbox {
    margin-bottom: 0;
  }
}
.conbox .conbox1 .box1 .details h3 {
  letter-spacing: 0.3em;
  line-height: 1.5em;
  vertical-align: middle;
  display: block;
  color: #000;
  box-sizing: border-box;
  border-bottom: 5px solid #000;
  font-size: 118%;
  padding: .5% 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details h3 {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details h3 {
    letter-spacing: 0.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details h3 {
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details h3 {
    line-height: 1.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details h3 {
    font-size: 106%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details h3 {
    font-size: 95%;
  }
}
.conbox .conbox1 .box1 .details h3 .tex01 {
  display: block;
}
.conbox .conbox1 .box1 .details .text1 {
  font-size: 95%;
  margin: 0 auto 4%;
  padding: 2%;
  width: 100%;
  border-bottom: #000 solid 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .text1 {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .text1 {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .text1 {
    padding: 4% 2%;
  }
}
.conbox .conbox1 .box1 .details .text1 a {
  text-decoration: underline;
}
.conbox .conbox1 .box1 .details .wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.conbox .conbox1 .box1 .details .wrp .box_txt {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt {
    width: 100%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_txt .telbox {
  margin: 0 auto 2%;
  width: 100%;
}
.conbox .conbox1 .box1 .details .wrp .box_txt .telbox li {
  font-size: 165%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt .telbox li {
    font-size: 153%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt .telbox li {
    font-size: 142%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_txt .telbox li span {
  display: inline-block;
  margin-right: 1%;
  color: #333;
}
.conbox .conbox1 .box1 .details .wrp .box_txt .telbox li.fax {
  font-size: 90%;
}
.conbox .conbox1 .box1 .details .wrp .box_txt .text2 {
  font-size: 89%;
  width: 100%;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt .text2 {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt .text2 {
    font-size: 89%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_txt .text2 {
    margin-bottom: 5%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_btn01 {
    width: 100%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv {
  margin-left: auto;
  margin-right: 0;
  width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv {
    margin-left: auto;
    margin-right: 0;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv {
    margin: 0 auto;
    width: 100%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv a {
  padding: 12px 25px;
  text-align: center;
  display: block;
  transition: .3s;
  border-width: 0;
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv a span {
  font-size: 77%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv a span {
    font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv a span {
    font-size: 77%;
  }
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv.ic1 {
  position: relative;
}
.conbox .conbox1 .box1 .details .wrp .box_btn01 .btn_cv.ic1:after {
  position: absolute;
  top: 50%;
  right: 4%;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
