@charset "utf-8";
/*共通
 ----------------------------------------------------*/
h1.page_main {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #f9f8f8;
  padding: 30px 0 40px;
  background: url(../img/common/page-bg.svg) no-repeat bottom center/100%, #f9f8f8;
}
h1.page_main span {
  display: block;
  text-align: center;
  font-size: 19px;
}
h1.page_main span:first-letter {
  text-transform: uppercase;
}
h1.page_main::first-letter {
  color: #01be9f;
}
h1.page_main::after {
  content: "";
  display: block;
  width: 0.2em;
  height: 6px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.2em solid #ccc;
  border-left: 0.2em solid #ccc;
  padding: 0 0.2em;
  background-color: #01be9f;
  background-clip: content-box;
}
.breadcrumb {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li + li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1px;
  margin: 0 0.9em;
  border-top: 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
}
.breadcrumb ol li.liHome::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.07em;
  margin-right: 0.6em;
  background: url(../img/inspection/common/icon_breadcrumb-home.svg) no-repeat center center/contain;
}
/*はじめての方へ
 ----------------------------------------------------*/
.contact_sec1 {
  padding-top: 70px;
  padding-bottom: 150px;
  overflow: hidden;
}
.contact_sec1 .contact-text {
  text-align: center;
  margin-bottom: 90px;
}
.contect-sample{
  justify-content: start;
  margin-bottom: 40px;
}
.contect-sample h3{
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 0 0 30px;
  margin-bottom: 40px;
  border-bottom: 4px solid #ccc;
  position: relative;
}
.contect-sample h3::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border: solid 4px #01be9f;
  border-radius: 50%
}
.contect-sample .imgbox{
  margin-bottom: 20px;
  width: 400px;
  max-width: 100%;
}
.contect-sample .textbox{
  width: calc(100% - 440px)
}
.contect-sample .textbox h4{
  padding: 10px 0 10px 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  border-left: solid 4px #eaeaea;
}

@media only screen and (max-width: 768px) {
  .contect-sample h3{
    font-size: 2.0rem;
  }
  .contect-sample h3::before{
    top: 10px;
  }
  .contact_sec1 .contact-text {
    margin-bottom: 40px;
  }
  .contect-sample .imgbox{
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .contect-sample .textbox{
    width: 100%;
  }
  .contect-sample .textbox h4{
    font-size: 1.6rem;
  }

}
.contact_sec1 .contact-text p {
  margin-bottom: 30px;
}
.contact_sec1 .contact-text h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .contact-text h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.contact_sec1 .contact-text2 {
  margin: 60px 0 20px 0;
  text-align: center;
}
.contact_sec1 .contact-text2 p {
  font-weight: bold;
}
.contact_sec1 .contact-flow ol {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 470px;
}
@media only screen and (max-width: 600px) {
  .contact_sec1 .contact-flow ol {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
}
.contact_sec1 .contact-flow ol li {
  color: #ccc;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .contact_sec1 .contact-flow ol li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.contact_sec1 .contact-flow ol li span.circle {
  color: #fff;
  background: #ccc;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
}
.contact_sec1 .contact-flow ol li.flow-comp {
  color: #00be9f;
}
.contact_sec1 .contact-flow ol li.flow-comp span.circle {
  color: #fff;
  background: #00be9f;
}
.contact_sec1 .contact-flow ol li::before {
  content: "";
  width: 15px;
  height: 3px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -26px;
  top: 17px;
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 600px) {
  .contact_sec1 .contact-flow ol li::before {
    left: calc(50% - 5px);
    top: -20px;
  }
}
.contact_sec1 .contact-flow ol li::after {
  content: "";
  width: 15px;
  height: 3px;
  background: #ccc;
  display: block;
  position: absolute;
  left: -26px;
  top: 25px;
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 600px) {
  .contact_sec1 .contact-flow ol li::after {
    left: calc(50% + 5px);
    top: -20px;
  }
}
.contact_sec1 .contact-flow ol li:nth-child(1)::before {
  display: none;
}
.contact_sec1 .contact-flow ol li:nth-child(1)::after {
  display: none;
}
.contact_sec1 table {
  width: 100%;
}
.contact_sec1 table th, .contact_sec1 table td {
  padding: 40px;
  font-weight: 500;
}
.contact_sec1 table th span.red_label, .contact_sec1 table td span.red_label {
  background: #d13737;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  min-width: 60px;
  margin-right: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table th span.red_label, .contact_sec1 table td span.red_label {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.contact_sec1 table th {
  border-top: solid 1px #00be9f;
  width: 26%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table th {
    border-top: solid 1px #00be9f;
    display: flex;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.contact_sec1 table td {
  padding-left: 0;
  border-top: solid 1px #ccc;
  width: auto;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td {
    border: none;
    padding: 20px 0;
  }
}
.contact_sec1 table td textarea, .contact_sec1 table td input {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 10px;
}
.contact_sec1 table td textarea {
  max-width: 565px;
}
.contact_sec1 table td input {
  max-width: 367px;
}
.contact_sec1 table td span.mwform-radio-field {
  display: flex;
}
.contact_sec1 table td span.mwform-radio-field label input {
  display: none;
}
.contact_sec1 table td span.mwform-radio-field label > span {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.contact_sec1 table td span.mwform-radio-field label > span::before {
  content: "";
  display: block;
  box-shadow: 0px 0px 1px 1px #ccc;
  border: solid 2px #fff;
  border-radius: 50%;
  width: 7px;
  min-width: 7px;
  height: 7px;
  background: #fff;
  margin-right: 10px;
  margin-top: 8px;
}
.contact_sec1 table td span.mwform-radio-field label input:checked + span::before {
  content: "";
  background: #01be9f;
}
.contact_sec1 table td span.mwform-checkbox-field {
  display: flex;
}
.contact_sec1 table td span.mwform-checkbox-field label input {
  display: none;
}
.contact_sec1 table td span.mwform-checkbox-field label > span {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.mwform-checkbox-field label > span {
    justify-content: center;
    text-align: left;
  }
}
.contact_sec1 table td span.mwform-checkbox-field label > span::before {
  content: url(../img/contact/checkoff.svg);
  display: block;
  border: solid 2px #ccc;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #fff;
  margin-right: 10px;
  margin-top: 5px;
  fill: #fff;
  line-height: 0.8;
}
.contact_sec1 table td span.mwform-checkbox-field label input:checked + span::before {
  content: url(../img/contact/check.svg);
  fill: none;
}
.contact_sec1 table td span.offline-op01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_sec1 table td span.offline-op01 > span {
  width: 30%;
  margin-left: 0 !important;
}
.contact_sec1 table td span.offline-op01 > span label {
  font-weight: bold;
}
.contact_sec1 table td span.offline-op01 > span input {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op01 > span {
    width: 100%;
  }
}
.contact_sec1 table td span.offline-op02 {
  display: flex;
  flex-wrap: wrap;
}
.contact_sec1 table td span.offline-op02 > span {
  margin-right: 30px;
  margin-left: 0 !important;
}
.contact_sec1 table td span.offline-op02 > span input {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op02 > span {
    width: 100%;
  }
}
.contact_sec1 table td span.offline-op03 {
  width: 100%;
}
.contact_sec1 table td span.offline-op03 > span {
  width: 31%;
  display: inline-block;
  margin-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op03 > span {
    width: 48% !important;
    text-align: center;
    margin-bottom: 5px;
  }
}
.contact_sec1 table td span.offline-op03 > span:nth-child(1)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 142px;
  height: 176px;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op03 > span:nth-child(1)::before {
    margin: 0 auto;
    height: 160px;
  }
}
.contact_sec1 table td span.offline-op03 > span:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 142px;
  height: 176px;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op03 > span:nth-child(2)::before {
    margin: 0 auto;
    height: 160px;
  }
}
.contact_sec1 table td span.offline-op03 > span:nth-child(3)::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 142px;
  height: 176px;
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op03 > span:nth-child(3)::before {
    margin: 0 auto;
    height: 160px;
  }
}
.contact_sec1 table td span.offline-op03 > span input {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table td span.offline-op03 > span {
    width: 100%;
  }
}
.contact_sec1 table tr:last-child th {
  border-bottom: solid 1px #00be9f;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table tr:last-child th {
    border-bottom: none;
  }
}
.contact_sec1 table tr:last-child td {
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 table tr:last-child td {
    border-bottom: solid 1px #00be9f;
  }
}
.contact_sec1 .form-group.row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row {
    display: block;
  }
}
.contact_sec1 .form-group.row * {
  font-weight: inherit;
}
.contact_sec1 .form-group.row > p > .control-label, .contact_sec1 .form-group.row > div {
  padding: 40px;
}
.contact_sec1 .form-group.row > p {
  flex-shrink: 0;
  width: 26%;
  border-top: solid 1px #00be9f;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > p {
    width: auto;
  }
}
.contact_sec1 .form-group.row > p .control-label {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > p .control-label {
    display: flex;
    padding: 20px 0 0 0;
  }
}
.contact_sec1 .form-group.row > p .control-label span.hissu-icon {
  display: block;
  min-width: 60px;
  padding: 4px 10px;
  background: #d13737;
  position: absolute;
  top: 40px;
  left: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > p .control-label span.hissu-icon {
    margin-left: 10px;
    position: static;
  }
}
.contact_sec1 .form-group.row > div {
  flex-grow: 1;
  width: auto;
  border-top: solid 1px #ccc;
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > div {
    border: none;
    padding: 20px 0;
  }
}
.contact_sec1 .form-group.row > div label.magazine-flex input {
  width: auto;
}
.contact_sec1 .form-group.row > div label.magazine-flex span {
  margin-bottom: 0 !important;
}
.contact_sec1 .form-group.row > div label.magazine-flex span::before {
  display: none !important;
}
.contact_sec1 .form-group.row > div.magazine-flex, .contact_sec1 .form-group.row > div label.magazine-flex {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.contact_sec1 .form-group.row > div.magazine-flex input, .contact_sec1 .form-group.row > div label.magazine-flex input, .contact_sec1 .form-group.row > div.magazine-flex select, .contact_sec1 .form-group.row > div label.magazine-flex select {
  margin-right: 20px;
}
.contact_sec1 .form-group.row > div.magazine-flex input#name1, .contact_sec1 .form-group.row > div label.magazine-flex input#name1, .contact_sec1 .form-group.row > div.magazine-flex input#name2, .contact_sec1 .form-group.row > div label.magazine-flex input#name2 {
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > div.magazine-flex input#name1, .contact_sec1 .form-group.row > div label.magazine-flex input#name1, .contact_sec1 .form-group.row > div.magazine-flex input#name2, .contact_sec1 .form-group.row > div label.magazine-flex input#name2 {
    margin-bottom: 20px;
  }
}
.contact_sec1 .form-group.row > div.magazine-flex input#zip, .contact_sec1 .form-group.row > div label.magazine-flex input#zip {
  max-width: 120px;
  margin-left: 20px;
  margin-right: calc(100% - 180px);
}
.contact_sec1 .form-group.row > div.magazine-flex select#address1, .contact_sec1 .form-group.row > div label.magazine-flex select#address1 {
  max-width: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact_sec1 .form-group.row > div.magazine-flex input#address2, .contact_sec1 .form-group.row > div label.magazine-flex input#address2 {
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > div.magazine-flex input#address2, .contact_sec1 .form-group.row > div label.magazine-flex input#address2 {
    margin-bottom: 20px;
  }
}
.contact_sec1 .form-group.row > div input {
  max-width: 367px;
}
.contact_sec1 .form-group.row > div textarea, .contact_sec1 .form-group.row > div input, .contact_sec1 .form-group.row > div select {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .contact_sec1 .form-group.row > div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: 120px;
    height: 43px;
  }
}
.contact_sec1 .form-group.row > div .form-check-inline {
  display: flex;
  flex-wrap: wrap;
}
.contact_sec1 .form-group.row > div .form-check-inline > label {
  display: block;
}
.contact_sec1 .form-group.row > div .form-check-inline > label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact_sec1 .form-group.row > div .form-check-inline > label input[type="radio"]:checked + span::before {
  background: #01be9f;
}
.contact_sec1 .form-group.row > div .form-check-inline > label > span {
  display: flex;
  margin-right: 30px;
  margin-bottom: 10px;
}
.contact_sec1 .form-group.row > div .form-check-inline > label > span::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 10px;
  border: solid 2px #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 1px 1px #ccc;
}
.contact_sec1 .form-group.row > div .form-check-inline-item {
  justify-content: space-between;
}
.contact_sec1 .form-group.row > div .form-check-inline-item > label {
  width: 30%;
}
.contact_sec1 .form-group.row > div .form-check-inline-item > label span {
  margin-right: 0;
}
.privacypolicy {
  width: 100%;
  height: 325px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 50px;
  border: solid 2px #ccc;
  margin: 0px auto 65px;
}
@media only screen and (max-width: 768px) {
  .privacypolicy {
    padding: 20px;
  }
}
.privacypolicy p + p {
  margin-top: 1.8em;
}
.submit-btn {
  margin-top: 65px;
}
.submit-btn button, .submit-btn input {
  width: 90%;
  max-width: 370px;
  height: 90px;
  border: none;
  background: #01be9f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.submit-btn button span, .submit-btn input span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.comptext {
  text-align: center;
  margin: 30px;
}
.for-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}
.for-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .for-sp {
    display: block;
  }
}
.magazinelink:hover {
  border-bottom: solid 1px #01be9f;
}
.mw_wp_form .error{
  display: block;
  width: 100%;
  color: #B70000;
  background: #fce5e5;
  padding: 0 5px;
  margin: 5px;
  font-size: 12px;
}