/*contact
-----------------------------------------*/
#contactSec {
  max-width: 1000px;
  width: 93%;
  margin: 130px auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #contactSec {
    margin: 50px auto 70px;
  }
}
@media screen and (max-width: 768px) {
  #contactSec {
    width: 86vw;
  }
}
#contactSec .block {
  -js-display: flex;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
#contactSec .block .txtBox {
  width: 39%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #contactSec .block .txtBox {
    width: 100%;
    margin-bottom: 45px;
  }
}
#contactSec .block .txtBox #pagetitle {
  padding-top: 0;
}
#contactSec .block .txtBox h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contactSec .block .txtBox h2 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}
#contactSec .block .txtBox h2 span {
  display: inline-block;
}
#contactSec .block .txtBox p {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #contactSec .block .txtBox p {
    font-size: 14px;
    line-height: 1.8;
  }
}
#contactSec .block .formBox {
  width: 51%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #contactSec .block .formBox {
    width: 100%;
  }
}
#contactSec .block .formBox .hissu {
  font-size: 14px;
  margin: 0 0 12px;
}
#contactSec .block .formBox dl {
  -js-display: flex;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl {
    margin: 0 0 24px;
  }
}
#contactSec .block .formBox dl dt {
  min-width: 120px;
  width: 22%;
  padding-top: 8px;
  font-weight: normal;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl dt span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl dt br {
    display: none;
  }
}
#contactSec .block .formBox dl dd {
  max-width: calc(100% - 135px);
  width: 75%;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl dd {
    max-width: 100%;
    width: 100%;
  }
}
#contactSec .block .formBox dl dd input,
#contactSec .block .formBox dl dd textarea,
#contactSec .block .formBox dl dd select {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  font-size: 16px;
}
#contactSec .block .formBox dl dd textarea {
  max-width: 100%;
  min-height: 145px;
  line-height: 1.5;
}
#contactSec .block .formBox dl dd select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background-image: -ms-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 66%);
}
#contactSec .block .formBox dl dd label {
  border-radius: 0px;
  border: none;
  margin: 8px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contactSec .block .formBox dl dd label {
    margin: 5px;
  }
}
#contactSec .block .formBox dl dd label .cb {
  width: auto;
  margin-right: 5px;
  cursor: pointer;
}
#contactSec .block .formBox dl dd label.mfp_checked {
  padding: 3px;
  border: none;
  background-color: #fff;
  box-shadow: none;
}
#contactSec .block .formBox span {
  color: #cc1414;
  font-size: 13px;
}
#contactSec .block .formBox .btns {
  text-align: right;
}
#contactSec .block .formBox .btns button {
  padding: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
#contactSec .thanksBox {
  width: 100%;
  margin: 0 auto;
}
#contactSec .thanksBox #pagetitle {
  padding: 0px 0 42px;
}
#contactSec .thanksBox h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contactSec .thanksBox h2 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}
#contactSec .thanksBox h2 span {
  display: inline-block;
}
#contactSec .thanksBox p {
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #contactSec .thanksBox p {
    font-size: 14px;
    line-height: 1.8;
  }
}
#contactSec a {
  color: #1a5be1;
  text-decoration: underline;
}

.thuika {
  color: #a58022;
}
.thuika span {
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .thuika {
    font-size: 20px !important;
  }
}

.list li {
  text-indent: 16px;
  background: url(/contact/img/about_icon_outline.png) no-repeat 0px 7px;
  line-height: 1.6;
  margin: 6px 0;
}
@media screen and (max-width: 768px) {
  .list li {
    font-size: 14px;
  }
}

.txt_area {
  margin-top: 30px;
}

#mfp_overlay_inner h4 {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp_element_button {
  padding: 3px 20px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mfp_element_button {
    padding: 3px 10px;
  }
}
/*# sourceMappingURL=layout.css.map */
