@charset "UTF-8";
.pc {
  display: block
}

.sp {
  display: none!important
}

#pages_main .main {
  background-image: url(../../img/contact/mv.jpg)
}

.cont #contact {
  padding: 50px 0 60px
}

@media screen and (max-width:767px) {
  .pc {
    display: none!important
  }
  .sp {
    display: block!important
  }
  #pages_main .main .sub_ttl img {
    height: 6px
  }
  .cont #contact {
    padding: 40px 20px
  }
}

.cont #contact .cont_inner {
  background-color: #fff;
  padding: 45px;
  max-width: 980px;
  margin: auto
}

.cont #contact .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px
}

.cont #contact .contact_txt input[type=checkbox],
.cont #contact .step li {
  margin-right: 10px
}

@media screen and (max-width:767px) {
  .cont #contact .step li {
    margin-right: 5px
  }
  .cont #contact .step li img{
    max-width: 100%;
  }
}

.cont #contact .step li:last-child {
  margin-right: 0;
}

.cont #contact .step li img {
  max-width: 100%
}

.cont #contact .contact_block {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width:767px) {
  .cont #contact .cont_inner {
    padding: 30px 20px
  }
  .cont #contact .contact_block {
    font-size: 13px;
    display: block;
    border: none;
    margin-bottom: 20px
  }
}

.cont #contact .contact_block.boder-top {
  border-top: 1px solid #e0e0e0
}

.cont #contact .contact_ttl {
  padding: 20px;
  background-color: #fafafa;
  width: 220px;
}

@media screen and (max-width:767px) {
  .cont #contact .contact_block.boder-top {
    border: none
  }
  .cont #contact .contact_ttl {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}

.cont #contact .contact_txt {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:767px) {
  .cont #contact .contact_txt {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.cont #contact .contact_txt select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 40px 5px 20px;
  background: url(../../img/contact/select_bt.png) right 10px center no-repeat
}
.cont #contact .contact_txt select::-ms-expand {
  display: none;
}

.cont #contact .contact_txt input[type=text] {
  width: 80%;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  padding: 4px
}

.cont #contact .contact_txt textarea {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #e0e0e0
}

.cont #contact .require:after {
    content: "Required";
     display: inline-block;
     font-size: 11px;
     height: 20px;
     color: #fff;
     margin-left: 10px;
     background-color: #efae00;
     padding: 0px 5px;
     font-weight: normal;
     float: right;
     margin-top: 3px;
}

.cont #contact .contact_attention {
  text-align: center;
  padding: 35px 0;
  font-size: 14px
}

@media screen and (max-width:767px) {
  .cont #contact .contact_txt input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .cont #contact .contact_attention {
    font-size: 12px;
    padding: 0;
    margin-bottom: 15px
  }
}

.cont #contact button {
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 0 5px 25px;
  border: 1px solid #454445;
  width: 210px;
  font-size: 14px;
  background: url(../../img/common/ico_arrow.png) right 12px center no-repeat #fff;
  background-size: 14px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  text-align: left;
  margin: auto;
  display: block;
  border-radius: 0 !important;
}

.cont #contact button:hover {
  background-position: right 10px center
}

@media screen and (max-width:767px) {
  .cont #contact button {
    margin: auto !important;
    display: block !important;
  }
  .cont #contact button + button {
    margin-top: -10px !important;
  }
}

.cont #contact .address_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width:767px) {
  .cont #contact button {
    background-size: 15px;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .cont #contact .address_block {
    display: block;
    border-bottom: none
  }
}

.cont #contact .address_block .address_ttl {
  background-color: #fafafa;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  width: 55px
}

@media screen and (max-width:767px) {
  .cont #contact .address_block .address_ttl {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px
  }
}

.cont #contact .address_block .address_inner {
  width: 100%
}

.cont #contact .address_block .contact_ttl {
  width: 150px;
  padding: 0 0 0 20px
}

@media screen and (max-width:767px) {
  .cont #contact .address_block .contact_ttl {
    padding: 0 0 0 10px;
    background-color: #fff
  }
}

.cont #contact .address_block .contact_txt {
  padding: 0 30px;
  margin-bottom: 10px
}

.cont #contact .address_block .contact_block {
  border-bottom: 0
}

@media screen and (max-width:767px) {
  .cont #contact .address_block .contact_txt {
    padding: 0 10px
  }
  .cont #contact .address_block .contact_block {
    margin-bottom: 10px;
    padding-bottom: 0
  }
}

.cont #contact .address_block .pt20 {
  padding-top: 20px
}

@media screen and (max-width:767px) {
  .cont #contact .address_block .pt20 {
    padding-top: 0
  }
}

.cont #contact .address_block .pb15 {
  padding-bottom: 15px
}

.thanksTit{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0;
}
.thanksTxt{
    font-size: 14px;
    line-height: 2;
    padding: 30px 0;
    padding: text-align: center;
    text-align: center;
}

@media screen and (max-width:767px) {
  .thanksTxt{
    text-align: left;
  }
}
