@charset "UTF-8";

body {
  display: block;
  min-width: 320px;
}

.form-area {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  min-width: 960px;
  color: #333;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 20px;
}

.form-area section > *:last-child,
.form-area div > *:last-child,
.form-area ul > *:last-child,
.form-area li > *:last-child,
.form-area dl > *:last-child,
.form-area dd > *:last-child,
.form-area th > *:last-child,
.form-area th > *:last-child,
.form-area p > *:last-child {
  margin-bottom: 0;
}

.form-area * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.form-area h1 {
  margin: 0;
}

.form-area *,
.form-area *:before,
.form-area *:after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.form-area .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-area .clearfix {
  zoom: 1;
}

.form-area .clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.form-area a {
  text-decoration: none !important;
  color: #333333;
}

.form-area a:hover {
  color: #333333;
}

.form-area .img-full {
  display: block;
  width: 100%;
}

.form-area img {
  display: block;
  max-width: 100%;
}

.form-area .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}

.form-area .trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items {
  align-items: center;
}

.justify-content {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.hd_contents {
  width: 900px;
  margin: 0 auto;
}

.btn-top {
  position: fixed;
  z-index: 9999;
  width: 78px;
  cursor: pointer;
  left: 50%;
  margin-left: 480px;
  display: none;
  bottom: 20px;
}

.btn-top img {
  display: block;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}

.btn-top img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.topicPathList > .topicPathItem {
  white-space: unset;
}

.fTextArea > p {
  color: #707070;
  line-height: 2;
}

.fTextArea > p em {
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .hd_contents {
    width: 100%;
    padding: 0 10px;
  }

  .d-flex {
    justify-content: flex-start;
  }

  .d-flex.not-justify {
    justify-content: flex-start;
  }

  .form-main .item-group.address .d-flex:first-of-type {
    width: 100% !important;
  }
}

@media screen and (max-width: 375px) {
  .d-flex {
    justify-content: space-between;
  }

  .d-flex.not-justify {
    justify-content: flex-start;
  }
}

.radio-square.set-width input[type="radio"]:checked + label,
.radio-square.set-width input[type="radio"]:not(:checked) + label {
  width: 280px;
  margin-bottom: 5px;
}

.radio-square input[type="radio"]:checked,
.radio-square input[type="radio"]:not(:checked) {
  display: none;
}

.radio-square input[type="radio"]:checked + label,
.radio-square input[type="radio"]:not(:checked) + label {
  border: 1px solid #bfbfbf;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  height: 40px;
  font-size: 12px;
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.radio-square input[type="radio"]:checked + label {
  border: 2px solid #009944;
  color: #009944;
  font-weight: 700;
}

.radio-circle input[type="radio"]:checked,
.radio-circle input[type="radio"]:not(:checked) {
  display: none;
}

.radio-circle input[type="radio"]:checked + label,
.radio-circle input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding-top: 1px;
  cursor: pointer;
}

.radio-circle input[type="radio"]:checked + label:before,
.radio-circle input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #959595;
  border-radius: 100%;
  background: #fff;
}

.radio-circle input[type="radio"]:checked + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #009944;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-circle input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #009944;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-circle input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .radio-square {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .radio-square.full-width {
    width: 100%;
  }

  .radio-square.set-width input[type="radio"]:checked + label,
  .radio-square.set-width input[type="radio"]:not(:checked) + label {
    width: 100%;
  }

  .radio-square input[type="radio"]:checked + label,
  .radio-square input[type="radio"]:not(:checked) + label {
    padding: 5px 10px;
    height: 40px;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
  }
}

.input-square input {
  border: 1px solid #bfbfbf;
  color: #333333;
  display: inline-block;
  padding: 20px 10px;
  font-size: 16px;
  width: 150px;
  -webkit-appearance: none;
  border-radius: 2px;
}

.input-square input::-ms-expand {
  display: none;
}

.input-square input::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input::-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input:-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input.full-width {
  width: 100%;
}

.input-square input.min-width {
  width: 110px;
}

.input-square input.max-width {
  width: 100%;
}

.input-square input::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .input-square.width-middle {
    width: calc(50% - 5px);
  }

  .input-square input {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-square input::-webkit-input-placeholder {
    line-height: 1;
    padding-bottom: 4px;
  }

  .input-square input::-moz-placeholder {
    line-height: 1;
    padding-bottom: 4px;
  }

  .input-square input:-ms-input-placeholder {
    line-height: 1;
    padding-bottom: 4px;
  }

  .input-square input:-moz-placeholder {
    line-height: 1;
    padding-bottom: 4px;
  }

  .radio-square input[type="radio"]:checked + label,
  .radio-square input[type="radio"]:not(:checked) + label {
    padding-top: 10px;
  }

  .form-main .schedule-select {
    padding-top: 7px;
  }
}

.textarea-square textarea {
  border: 1px solid #bfbfbf;
  color: #333333;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  resize: none;
  -ms-input-placeholder-color: #333333;
  -moz-placeholder-color: #333333;
}

.textarea-square textarea ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.textarea-square textarea ::-moz-placeholder {
  color: #aaaaaa;
}

.textarea-square textarea.custom-height {
  height: 180px;
}

textarea,
input {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

textarea::placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

.checkbox-square {
  margin-bottom: 13px;
}

.checkbox-square input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-square label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.checkbox-square label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  margin-top: -3px;
}

.checkbox-square input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-square input:checked + label:before {
  background-color: #009aff;
  border-color: #009aff;
}

.list-check {
  padding: 20px 0 0 16px;
}

.list-check .textarea-square {
  margin-top: -2px;
}

.all_item_required {
  text-align: center;
  margin-top: 20px;
}

.all_item_required span {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  color: #eb5c5c;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  line-height: 1;
  border: solid 1px #eb5c5c;
}

@media screen and (max-width: 767px) {
  .list-check {
    padding: 0;
  }

  .list-check .checkbox-square {
    display: inline-block;
    margin-right: 0;
  }

  .list-check .textarea-square {
    margin-top: 0;
  }

  .list-check .d-flex.justify-between {
    display: block;
  }
}

/*select {
  border: 1px solid #bfbfbf;
  color: #333333 !important;
  font-size: 14px !important;
  height: 40px;
  padding: 0 25px 0 10px;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  background: white url("/group/photocatalyst_coating/images/arrow_select.png") no-repeat center right 10px/8px 6px;
  width: 185px;
}
select::-ms-expand {
  display: none;
}*/

.cp_ipselect {
  overflow: hidden;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  font-size: 16px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cp_ipselect.cp_sl01 select {
  padding: 20px 38px 20px 8px;
  color: #666666;
}

.btn-green {
  border: 1px solid #009944;
  color: white !important;
  background-color: #009944;
  display: inline-block;
  text-align: center;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 700;
  width: 93px;
  margin-left: 17px;
  cursor: pointer;
}

.btn-primary {
  color: white !important;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 12px 10px;
  font-size: 18px;
  width: 200px;
  cursor: pointer;
  font-weight: bold !important;
  border-radius: 2px;
}

.btn-primary:disabled {
  opacity: 0.5;
}

.btn-primary.btn-origan {
  position: relative;
  background-color: #d96661;
  font-weight: 700;
  margin-right: 20px;
  border: none;
  box-shadow: none;
}

.btn-primary.btn-origan[disabled="disabled"] {
  cursor: default;
}

.btn-primary.btn-origan.confirm {
  margin-bottom: 30px;
}

.btn-primary.btn-origan::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}

.btn-primary.btn-gray {
  background-color: #535353;
}

.btn-back {
  display: inline-block;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  color: #009aff !important;
  margin-top: 50px;
}

@media screen and (max-width: 767px) and (min-width: 376px) {
  .btn-primary {
    width: 40%;
  }
}

@media screen and (max-width: 375px) {
  .btn-primary {
    width: auto;
  }
}

@media screen and (max-width: 320px) {
  .btn-green {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-primary {
    padding: 17px 10px 7px;
  }

  .btn-green {
    padding: 10px 10px 4px;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.key-visual {
  /*background-color: #009944;
  position: relative;*/
}

.key-visual h1 {
  font-size: 24px;
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
}

/*.key-visual::before, .key-visual::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 212px;
}
.key-visual::before {
  background: url("/group/photocatalyst_coating/images/img_left.jpg") no-repeat center left/100% 100%;
  left: 0;
}
.key-visual::after {
  background: url("/group/photocatalyst_coating/images/img_right.jpg") no-repeat center right/100% 100%;
  right: 0;
}*/
.key-visual .image {
  text-align: center;
  padding: 50px 0 40px;
  width: 594px;
  margin: 0 auto;
}

.key-visual .image img {
  width: 100%;
}

.key-visual .image .sm {
  display: none;
}

.flow_wrap {
  width: 750px;
  margin: 0 auto;
  justify-content: space-around;
}

.flow_item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(84% / 3);
  height: 40px;
  background-color: #ddd;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ddd;
  position: absolute;
  top: 0%;
  right: -20px;
}

.flow_item.current {
  background-color: #009aff;
}

.flow_item.current::after {
  border-color: transparent transparent transparent #009aff;
}

.form-top {
  padding: 10px 0 30px;
}

.form-top .hd_contents {
  width: 960px;
  border: solid 1px #cccccc;
  padding: 50px 30px;
}

.form-top .hd_contents .txt {
  font-size: 16px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.form-top .txt .txt-green {
  font-size: 14px;
  font-weight: 700;
  color: #009944;
}

.form-top .txt .txt-red {
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #eb5c5c;
}

.form-top .txt .txt-bold {
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN";
}

.form-main .item-group {
  display: flex;
  margin-bottom: 10px;
}

.form-main .item-group.address .content-group {
  padding-top: 9px;
  /*padding-bottom: 20px;*/
}

/*.form-main .item-group.address .d-flex {
    margin-bottom: 22px;
}*/

.form-main .item-group.address .d-flex:first-of-type {
  width: 50%;
  margin-bottom: 10px;
}

/*
.form-main .item-group.address label.error {
    margin-top: -20px !important;
}
*/

.required_txt {
  font-size: 16px;
  font-weight: 600;
  color: #eb5c5c;
  margin-bottom: 30px;
}

.form-main .label {
  flex-shrink: 0;
  width: 330px;
  /*min-height: 50px;*/
  background-color: #f4f4f4;
  position: relative;
  font-size: 16px;
  /*line-height: 1;*/
  color: #333333;
  padding: 17px 12px 0;
  margin-right: 9px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
}

.form-main .label.confirm {
  padding: 15px 10px;
}

.form-main .label span {
  font-weight: normal;
}

.icn_asterisk {
  margin-left: 5px;
  color: #eb5c5c;
}

.form-main .label.inline .required {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.form-main .label .required-wrapper {
  position: absolute;
  top: 15px;
  right: 13px;
  font-size: 12px;
  text-align: center;
}

.form-main .label .required-wrapper.mg-top {
  top: 8px;
}

.form-main .label .required {
  background-color: #f8553a;
  color: white;
  font-size: 12px;
  padding: 4px 13px;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.form-main .label.label-second {
  padding-top: 26px;
}

.form-main .label.label-second .required-wrapper {
  position: relative;
  left: auto;
  top: auto;
  margin-right: -10px;
  margin-top: 14px;
  text-align: right;
}

.form-main .label .note {
  color: #333333;
  line-height: 1;
  padding-top: 3px;
  display: block;
}

.form-main .content-group {
  width: 100%;
  font-size: 16px;
}

.form-main .content-group.confirm {
  padding: 15px 10px;
}

.form-main .content-group .txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0 30px;
}

.form-main .content-group .txt .item {
  text-indent: -1em;
}

.form-main .content-group .text {
  font-size: 14px;
  line-height: 1;
  width: 30px;
  text-align: center;
}

.form-main .content-group .text + .input-square {
  margin-left: 0;
}

/* .form-main .content-group .text.middle {
    min-width: auto;
    padding: 0 5px;
} */

.form-main .radio-square,
.form-main .input-square {
  margin-left: 6px;
}

.form-main .radio-square:first-child,
.form-main .input-square:first-child {
  margin-left: 0;
  width: 100%;
}

.form-main .input-square.set-width {
  width: 80%;
  /*margin-left: 10px;*/
}

.form-main .checkbox-square {
  margin-right: 18px;
}

.form-main .radio-circle {
  margin-right: 28px;
}

.form-main .textarea-square.set-width {
  width: 86%;
}

.form-main .mg-bottom {
  padding-bottom: 15px;
}

.form-main .schedule-item {
  padding-top: 30px;
}

.form-main .schedule-item + .schedule-item {
  padding-top: 25px;
}

.form-main .schedule-item .title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-left: 10px;
}

.form-main .schedule-content {
  background-color: #f4f4f4;
  padding: 10px 25px;
  width: 628px;
}

.form-main .notes {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

.form-main .agree-group {
  width: 960px;
  text-align: center;
  margin: 0 auto 50px -30px;
  padding-top: 50px;
}

.form-main .agree-group .agree-box {
  border: 1px solid #cccccc;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px;
  padding: 30px 25px;
}

.form-main .agree-group .agree-box .agree-title {
  font-size: 20px;
  color: #ff0000;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 24px;
}

.personal_info {
  margin-bottom: 15px;
}

.form-main .agree-group .agree-box a {
  display: inline-block;
  color: #009aff;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  margin-bottom: 15px;
}

.form-main .agree-group .agree-box .checkbox-square label {
  font-size: 15px;
  line-height: 1.8;
}

.form-main .agree-group .agree-box .checkbox-square label:before {
  border: 1px solid #959595;
}

.form-main .agree-group .agree-box .checkbox-square label > a {
  color: #1d3994;
  border-bottom: 1px solid #1d3994;
}

.form-main
  .agree-group
  .agree-box
  .checkbox-square
  input:checked
  + label:before {
  border: 1px solid #009aff;
}

.form-main .agree-group .txt {
  font-size: 14px;
  line-height: 1.75;
  padding: 8px 0 22px;
  letter-spacing: 0.1em;
}

.form-main label.error {
  display: block;
  font-size: 16px;
  color: #f8553a;
  font-weight: 600;
  margin-top: 6px;
  padding-left: 20px;
  background: url("/group/photocatalyst_coating/images/badmark.png") no-repeat
    center left/16px 16px;
}

@media screen and (max-width: 767px) {
  .key-visual::before,
  .key-visual::after {
    display: none;
  }

  .key-visual .image {
    padding: 0;
    width: 100%;
  }

  .key-visual .image .sm {
    display: block;
  }

  .key-visual .image .md {
    display: none !important;
  }

  .form-area .agree-group .btn-group {
    display: flex;
    justify-content: center;
  }

  .form-area .agree-group .btn-group .btn-primary {
    width: 45%;
    margin-right: 10px;
  }

  .form-area .agree-group .btn-group .btn-primary:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 376px) {
  .flow_wrap {
    width: 100%;
    padding-right: 25px;
  }

  .flow_item {
    width: calc(84% / 3);
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    padding: 0 5px;
  }

  .flow_item:last-child {
    margin-right: 0;
  }

  .flow_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    top: 0%;
    right: -20px;
  }

  .flow_item.current {
    background-color: #009aff;
  }

  .flow_item.current::after {
    border-color: transparent transparent transparent #009aff;
  }

  .key-visual h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .form-top .hd_contents {
    width: 98%;
    padding: 10px;
  }

  .form-top .hd_contents .txt {
    text-align: left;
  }

  .form-area {
    min-width: auto !important;
  }

  .form-top .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .form-main .item-group {
    display: block;
  }

  .form-main .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  /* .form-main .content-group .text {
        width: 100%;
        margin-bottom: 10px;
    } */

  .form-main .content-group .text.middle {
    width: auto;
  }

  .form-main .schedule-content {
    width: auto;
  }

  .form-main .schedule-content .schedule-select {
    width: 100%;
    margin-top: 10px;
  }

  .form-main .radio-square {
    margin-left: 0;
  }

  .form-main .agree-group {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
  }
}

@media screen and (max-width: 375px) {
  .form-area {
    min-width: auto !important;
  }

  .key-visual::before,
  .key-visual::after {
    display: none;
  }

  .key-visual .image {
    width: 100%;
  }

  .form-top .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .form-main .item-group {
    display: block;
  }

  .form-main .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  .form-main .textarea-square.set-width {
    width: 100%;
  }

  .form-main .content-group .txt {
    padding: 0 15px;
  }

  .form-main .schedule-content {
    width: 100%;
    padding: 10px;
  }

  .form-main .radio-circle {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .form-main .content-group .text {
    width: 10%;
    display: block;
    /* margin-right: 10px; */
    /*width: 100%;*/
    /*margin-bottom: 10px;*/
  }

  .form-main .content-group .text.middle {
    width: auto;
    margin-bottom: 0;
  }

  .form-main .input-square:first-child {
    margin-left: 0;
  }

  .form-main .input-square.set-width {
    width: 100%;
  }

  .form-main .radio-square,
  .form-main .input-square {
    margin-left: 0;
  }

  .form-main .agree-group {
    padding-top: 20px;
  }

  .form-main .agree-group .agree-box {
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
  }

  .form-main .agree-group .checkbox-square {
    margin-right: 0;
  }

  .form-main .agree-group .checkbox-square label {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* 光触媒フォーム */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .key-visual h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .flow_wrap {
    width: 100%;
    padding-right: 20px;
  }

  .flow_item {
    width: calc(79% / 3);
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    padding: 0 5px;
  }

  .flow_item:last-child {
    margin-right: 0;
  }

  .flow_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    top: 0%;
    right: -20px;
  }

  .flow_item.current {
    background-color: #009aff;
  }

  .flow_item.current::after {
    border-color: transparent transparent transparent #009aff;
  }

  .form-top {
    padding: 20px 0 30px;
  }

  .form-top .hd_contents {
    width: 96%;
    padding: 10px;
  }

  .form-top .hd_contents .txt {
    text-align: left;
    line-height: 1.5;
  }

  .form-main .agree-group {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
  }

  .form-main .agree-group .incomplete_txt {
    color: #707070;
    padding-left: 1em;
    text-indent: -1em;
  }

  .form-main .agree-group .personal_info {
    line-height: 1.5;
  }

  .form-area .agree-group .btn-group .btn-primary {
    width: 65%;
    font-size: 18px;
    line-height: 1;
    padding: 18px 0;
  }

  .all_item_required {
    margin-top: 20px;
  }

  .form-area .agree-group .btn-group {
    display: block;
    text-align: center;
  }

  .form-area .agree-group .btn-group .btn-primary {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn-back {
    display: inline-block;
    font-weight: normal;
    margin-top: 40px;
  }

  .form-main .group-postal-code {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 320px) {
  .form-main .radio-circle {
    margin-right: 5px;
  }
}

.form-main .group-postal-code .input-square {
  margin: 0;
}

.form-main .item-group.address .label {
  padding-top: 23px;
}

.form-main .item-group.address .label .required-wrapper {
  top: 19px;
}

@media screen and (max-width: 767px) {
  .form-main .input-square.set-width,
  .form-main .textarea-square.set-width {
    width: 100%;
  }

  /*.form-main .group-postal-code {
        justify-content: space-between;
    }*/

  .form-main .group-postal-code .input-square input.min-width {
    width: 100%;
  }

  .form-main .group-postal-code .input-square {
    width: 30%;
    /* padding-right: 10px; */
    margin: 0;
  }

  .form-main .content-group .group-postal-code .text.middle {
    width: 30px;
    /* padding: 0 10px 0 0; */
    text-align: center;
  }

  .form-main .content-group .group-postal-code .btn-green {
    width: 30%;
    margin: 0;
  }

  .form-main .checkbox-square {
    margin-right: 10px;
  }

  .form-main .label.label-second .required-wrapper {
    position: absolute;
    top: 15px;
    right: 13px;
    margin: 0;
  }

  .form-main .label.label-second {
    padding-top: 17px;
  }

  .textarea-square textarea.custom-height {
    height: 150px;
  }

  .form-main .agree-group .agree-box {
    border-width: 2px;
    padding: 15px;
    text-align: left;
  }

  .form-main .agree-group .checkbox-square {
    padding: 0;
  }

  .form-main .agree-group .txt {
    text-align: left;
  }

  .d-flex.not-justify > *:last-child {
    margin-bottom: 13px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-main .label .required {
    padding: 6px 13px 2px;
  }

  .textarea-square textarea {
    -webkit-appearance: none;
    resize: none;
    overflow: auto;
  }

  .textarea-square textarea::-ms-expand {
    display: none;
  }
}

/*start_210308改修*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

.inquiryselect_wrap {
  position: relative;
}

.inquiryselect_wrap::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.inquiryselect {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}

.form-main .checkbox-square--how {
  margin: 0;
}

.how_input-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}

.how_input-box:last-child {
  padding-bottom: 0;
}

.how_input-box label {
  letter-spacing: 0;
}

.textarea-square--how01,
.textarea-square--how02 {
  width: 100%;
}

.checkbox-square input[name="how[]"]:checked + label:after {
  top: 2px;
}

.how_input-box .textarea-square {
  margin-top: 10px;
}

.textarea-square textarea[name="howtxt1"].custom-height {
  padding: 20px 10px;
  height: 66px;
}

.textarea-square textarea[name="howtxt2"].custom-height {
  padding: 20px 10px;
  height: 130px;
}

[name="howtxt1"]:disabled,
[name="howtxt2"]:disabled {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .inquiryselect_wrap {
    width: 50%;
  }

  .how_input-box {
    flex-wrap: nowrap;
  }

  .how_input-box .textarea-square {
    margin-top: 0;
  }

  .textarea-square--how01 {
    width: 250px;
  }

  .textarea-square--how02 {
    width: 450px;
  }
}
/*end_210308改修*/
/*# sourceMappingURL=contents_index.css.map */
