@charset "UTF-8";
/*=============================================================*/
/*共通
===========================================*/
main .box .heading {
  line-height: 1.4;
}

.pc-none {
  display: none;
}

.marker-yellow {
  background: linear-gradient(transparent 65%, #fff799 65%);
  font-weight: bold;
}

strong.marker-yellow {
  display: inline !important;
}

select {
  font-size: 20px;
}

@media all and (max-width: 480px) {
  .pc-none {
    display: block;
  }
}
/*
メイン
===========================================*/
#main_wrap {
  background: linear-gradient(180deg, #3dba82 28%, #ffffff 100%);
  overflow: hidden;
  *zoom: 1;
}
#main_wrap #main {
  width: 1060px;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: right;
}
#main_wrap .mainImg {
  z-index: 1;
  position: relative;
}
#main_wrap .mainImg img {
  max-width: 100%;
}
#main_wrap .mainImg .main_tel {
  position: absolute;
  right: 6vw;
  bottom: 1.8vw;
  width: 42%;
}

@media all and (max-width: 830px) {
  #main_wrap #main {
    text-align: center;
  }
  #main_wrap .mainImg img {
    max-width: 100%;
    position: inherit;
  }
}
/*
フォーム
===========================================*/
#form.box {
  background-color: #fff;
  padding: 0px 20px 100px;
}

#form .heading {
  padding: 5px 30px;
}
#form .form_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#form form {
  padding: 0 30px;
}
#form .msg {
  color: #db0631;
  font-weight: bold;
  font-size: 105%;
  border: 1px solid #db0631;
  background-color: #fff;
  padding: 0.8em;
  margin-bottom: 1em;
}
#form .msg p {
  margin-bottom: 0;
}
#form .msg p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  content: "\f12a";
}
#form .choose {
  background-color: #eee;
  text-align: center;
  padding: 30px 10px 15px;
  margin-bottom: 50px;
}
#form .choose p {
  margin-bottom: 0;
}
#form .radio_wrap {
  margin-bottom: 10px;
}
#form .radio_wrap::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}
#form label {
  font-size: 20px;
  background-color: #fff;
}
#form .radio-input {
  display: none;
}
#form .radio-input:checked + label {
  color: #4163f9;
}
#form .radio-input:checked + label::before {
  border-color: #aaa;
  background-color: #fff;
}
#form .radio-input:checked + label::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #4163f9;
  border-radius: 50%;
}
#form .radio-input:checked + label.contact::after {
  background: #4163f9;
}
#form .radio-input:checked + label.gr {
  color: #14ae67;
}
#form .radio-input:checked + label.gr::after {
  background: #14ae67;
}
#form .radio-input + label {
  background-color: #fff;
  border: 2px solid #4163f9;
  color: #4163f9;
  font-weight: 900;
  position: relative;
  border-radius: 5px;
  position: relative;
  padding: 10px 0.5em 10px 1.7em;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  width: 28%;
}
@media screen and (max-width: 480px) {
  #form .radio-input + label {
    padding: 0.8em 0.5em 0.8em 2em;
  }
}
#form .radio-input + label:not(:first-child) {
  margin-left: 1%;
}
#form .radio-input + label:hover::before {
  border-color: #14ae67;
}
#form .radio-input + label::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#form .radio-input + label.taiken.gr {
  color: #14ae67;
}
#form .radio-input + label.contact {
  border-color: #14ae67;
  color: #14ae67;
  position: relative;
}
#form .radio-input + label.contact .abs {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
#form .radio-input.gr + label {
  border-color: #aaa;
  background-color: rgba(255, 255, 255, 0.7);
}
#form .radio-input.gr:checked + label, #form .radio-input.gr:hover + label {
  border-color: #14ae67;
  background-color: #fff;
}
#form .form1 .form_list .must {
  font-size: 0.8em;
  margin-left: 3px;
  margin-right: 3px;
  color: #db0631;
  font-weight: 900;
  vertical-align: top;
}
#form .form1 .form_list li {
  overflow: hidden;
  *zoom: 1;
  padding: 1.2em;
  display: table;
  width: 100%;
  border-bottom: 1px dashed #b9e3f9;
}
#form .form1 .form_list li:first-child {
  border-top: 1px dashed #b9e3f9;
}
#form .form1 .form_list li em {
  display: table-cell;
}
#form .form1 .form_list li .input_area {
  display: table-cell;
}
#form .form1 .form_list li .input_area .rei {
  font-size: 0.78em;
  color: #555;
}
#form .form1 .form_list em {
  font-weight: 900;
  width: 14em;
  display: inline-block;
  vertical-align: top;
}
#form .form1 .form_list p {
  margin-bottom: 0;
}
#form .form1 .form_list input {
  background-color: #fff;
  padding: 0.4em 0.8em;
  max-width: 100%;
  border: 1px solid #bbb;
  display: inline-block;
}
#form .form1 .form_list textarea {
  background-color: #fff;
  padding: 0.4em 0.8em;
  max-width: 100%;
  width: 70%;
  border: 1px solid #bbb;
  height: 250px;
  width: 500px;
}
#form .form1 .form_list .input {
  background-color: #fff;
  max-width: 100%;
  width: 70%;
  border: 1px solid #bbb;
  display: inline-block;
}
#form .form1 .form_list .textarea {
  background-color: #fff;
  max-width: 100%;
  width: 70%;
  border: 1px solid #bbb;
  width: 500px;
}
#form .form1 .form_list .input_area .type {
  flex: 0 0 7em;
}
@media screen and (max-width: 481px) {
  #form .form1 .form_list .input_area .type {
    flex: 0 0 auto;
  }
}
#form .form1 .form_list .input_area .flex_container {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 481px) {
  #form .form1 .form_list .input_area .flex_container {
    flex-direction: column;
    align-items: normal;
  }
}
#form .form1 .form_list .input_area .must {
  font-size: 0.6em;
}
#form .form1 .form_list li.age input {
  width: 5em;
  text-align: right;
}
#form .form1 .form_list li.age .input {
  width: 5em;
  text-align: right;
}
#form .form1 .form_list li.address .postal input {
  width: 11em;
}
#form .form1 .form_list li.address .postal .input {
  width: 11em;
}
#form .form1 .form_list li.address .pref input {
  width: 11em;
}
#form .form1 .form_list li.address .pref .input {
  width: 11em;
}
#form .form1 .form_list li.address .city input {
  width: 11em;
}
#form .form1 .form_list li.address .city .input {
  width: 11em;
}
#form .form1 .form_list li.address .city.v2 input {
  width: 17em;
}
#form .form1 .form_list li.address .city.v2 .input {
  width: 17em;
}
#form .form1 .form_list li.address p:not(.rei) {
  margin-bottom: 5px;
}
#form .form1 .form_list li.date .input_area select {
  padding: 10px 2%;
}
#form .form1 .form_list li.date .input_area input {
  width: 10em;
}
#form .form1 .form_list li.date .input_area .input {
  width: 10em;
}
#form .form1 .form_list li.date p:not(.rei) {
  margin-bottom: 5px;
}
#form .form1 .form_list li.date2 .right a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
  display: inline-block;
}
#form .form1 .form_list li.date2 label {
  font-size: 20px;
}
#form .form1 .form_list li.siblings1 p:not(.rei),
#form .form1 .form_list li.siblings2 p:not(.rei) {
  margin-bottom: 5px;
}
#form .txt_wrap {
  background-color: #efefef;
  padding: 1em;
  margin-bottom: 0.4em;
}
#form .txt_wrap p {
  font-size: 0.88em;
  line-height: 1.4;
}
#form .txt_wrap p:not(:last-child) {
  margin-bottom: 1.2em;
}
#form .txt_wrap p i {
  color: #db0631;
  font-size: 1.5em;
}
#form .txt_wrap .flex {
  display: flex;
  align-items: center;
  gap: 1em;
}
#form .mfp_buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: center;
}
#form .mfp_buttons button {
  border: 2px solid #3dba82;
  background-color: #3dba82;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 4px;
  padding: 0.6rem 4em;
  font-weight: 900;
  margin: 3em 0;
}
#form .mfp_buttons button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 5px;
}
#form .mfp_buttons button.send {
  padding: 1.25em 2em;
}
#form .form1 .form_list li.date2 .nodate {
  margin-top: 0;
}
#form .form1 .form_list li.noborder {
  border-bottom: 0;
}

@media all and (max-width: 830px) {
  #form.box {
    padding: 3vw 0;
  }
  #form {
    padding-right: 0;
    padding-left: 0;
  }
  #form form {
    padding: 0 2%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #form .choose {
    padding: 3vh 1vw 2vh;
    margin-bottom: 3vh;
  }
  #form .choose .label.radio-label {
    font-size: 20px;
  }
  #form .radio_wrap {
    border-spacing: 0.5em 0;
  }
  #form .radio-input + label {
    text-align: left;
    display: block;
    width: auto;
    margin-bottom: 2vw;
  }
  #form .radio-input + label::before {
    width: 18px;
    height: 18px;
  }
  #form .radio-input + label {
    padding: 1em 2em 1em 3em;
  }
  #form .radio-input + label::before {
    width: 30px;
    height: 30px;
  }
  #form .radio-input + label.contact {
    margin-left: 1%;
  }
  #form .radio-input + label.contact .abs {
    left: inherit;
    right: 10%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    width: 70%;
    text-align: center;
  }
  #form .radio-input:checked + label::after {
    width: 24px;
    height: 24px;
  }
  #form .form1 .form_list li {
    padding: 0.5em 1vw;
    border-bottom: none;
  }
  #form .form1 .form_list li:first-child {
    border-top: none;
  }
  #form .form1 .form_list li em {
    display: block;
    width: 100%;
    margin-bottom: 2vw;
    background-color: #eee;
    padding: 0.2em 2vw;
    font-size: 1.3;
    font-size: 0.95em;
  }
  #form .form1 .form_list li .input_area {
    display: block;
    width: 100%;
    margin-bottom: 0.2vh;
  }
  #form .form1 .form_list select {
    padding: 1.6vw 2vw !important;
    font-size: 100%;
  }
  #form .form1 .form_list input {
    padding: 1.5vw 3vw;
    width: 100%;
  }
  #form .form1 .form_list textarea {
    padding: 1.5vw 3vw;
    width: 100%;
  }
  #form .form1 .form_list .input {
    width: 100%;
  }
  #form .form1 .form_list .textarea {
    width: 100%;
  }
  #form .form1 .form_list li.date2 label {
    font-size: 18px;
  }
  .step2 #form .form1 .form_list li em {
    margin-bottom: 1vw;
  }
  .step2 #form .form_list {
    margin-bottom: 3em;
  }
  .step2 #form .input_area {
    padding: 1.5vw 3vw;
  }
  .step2 #form .textarea {
    height: auto !important;
  }
  .step3 main #contents .inner {
    padding: 5% !important;
  }
}
@media all and (max-width: 768px) {
  #form {
    padding-right: 1%;
    padding-left: 1%;
  }
  #form .form_wrap {
    border-radius: 0px;
    padding: 3vh 2vw;
    border-radius: 5px;
  }
}
@media all and (max-width: 480px) {
  #form .heading {
    padding: 0 3vw;
  }
  #form form {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #form .radio-input + label .blk {
    display: block;
  }
  #form .radio-input + label.contact .abs {
    position: initial;
    top: inherit;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    width: 100%;
  }
  #form .radio-input:checked + label::after {
    left: 0.55em;
  }
  #form .form1 .form_list input {
    width: 100%;
  }
  #form .form1 .form_list .input {
    width: 100%;
  }
  #form .form1 .form_list li.date input {
    width: 10em !important;
  }
  #form .form1 .form_list li.date .input {
    width: 12em;
  }
}
@media screen and (max-width: 390px) {
  #form .form1 .form_list li.date input {
    width: 9em !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 374px) {
  #form .form1 .form_list li.date input {
    width: 100% !important;
    margin-bottom: 0.3em;
  }
  #form .form1 .form_list li.date select {
    padding: 1.6vw 10vw 1.6vw 2vw !important;
  }
}
@media all and (max-width: 375px) {
  #form .radio_wrap {
    border-spacing: 0.1em 0;
  }
  #form label {
    font-size: 19.5px;
    padding: 2.5% 4% 2.5% 1.8em;
  }
  #form .form1 .form_list .input_area .type {
    width: 6em;
  }
  #form .form1 .form_list li.address .city.v2 input {
    width: 90%;
  }
  #form .form1 .form_list li.address .city.v2 .input {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  #form label {
    font-size: 18px;
    padding: 2% 5% 2% 2em;
  }
}
@media all and (max-width: 320px) {
  #form label {
    font-size: 18px;
    padding: 2.5% 1% 2.5% 1.2em;
  }
  #form .radio-input + label::before {
    width: 16px;
    height: 16px;
    left: 5px;
  }
  #form .radio-input:checked + label::after {
    width: 14px;
    height: 14px;
    left: 8px;
  }
  #form .form1 .form_list li.date2 label {
    font-size: 16px;
  }
}
@media all and (max-width: 860px) {
  #form .form1 .form_list em {
    width: 30%;
  }
}
@media all and (max-width: 580px) {
  #form .form1 .form_list textarea {
    width: 100%;
    height: 24vh;
  }
  #form .form1 .form_list .textarea {
    width: 100%;
    height: 24vh;
  }
}
@supports (-ms-ime-align: auto) {
  .cp_ipcheck .option-input02 {
    position: relative;
    margin-right: 5px;
    padding: 0;
  }
  .cp_ipcheck .option-input02:hover {
    border-color: #aaa;
  }
}
@media all and (max-width: 480px) {
  #form .form1 .form_list li.privacy .right {
    text-align: center;
  }
  #form .form1 .form_list li.privacy label {
    padding: 3% 0;
    display: block;
    text-align: center;
  }
}
/*
ラジオボタン・チェックボックス
===========================================*/
.radio_container {
  display: flex;
  justify-content: space-between;
  margin: 0 2em 0.7em;
  align-items: center;
  gap: 1vw;
}
.radio_container .radio {
  flex: 1 1 auto;
}
.radio_container .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio_container .radio input[type=radio] + .radio-label {
  text-align: left;
  display: flex;
  gap: 0.7em;
  line-height: 1.5;
}
.radio_container .radio input[type=radio] + .radio-label::before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #aaa;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.7rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio_container .radio input[type=radio]:checked + .radio-label {
  border-color: #14ae67;
  color: #108e54;
}
.radio_container .radio input[type=radio]:checked + .radio-label:before {
  background-color: #14ae67;
  border-color: #14ae67;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.radio_container .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #14ae67;
}
.radio_container .radio input[type=radio]:disabled + .radio-label::before {
  box-shadow: inset 0 0 0 4px #14ae67;
  border-color: #073c23;
  background: #073c23;
}
.radio_container .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radio_container .radio label.radio-label {
  border: 2px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  padding: 0.4em 1em 0.4em 0.8em;
  color: #444;
  font-weight: bold;
}
.radio_container .radio label.radio-label:hover {
  color: #108e54;
}

.cp_ipcheck {
  width: 90%;
  margin: 2em auto;
  text-align: left;
}
.cp_ipcheck label {
  line-height: 40px;
  display: inline-block;
  padding: 10px;
}
.cp_ipcheck .option-input02 {
  position: relative;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  transition: all 0.1s ease-out 0s;
  color: #4163f9;
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cp_ipcheck .option-input02:hover {
  border: 1px solid #aaa;
}
.cp_ipcheck .option-input02:checked {
  border: 1px solid #aaa;
  background: #fff;
}
.cp_ipcheck .option-input02:checked::before {
  font-size: 26px;
  line-height: 20px;
  top: 6px;
  left: 2px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.cp_ipcheck .option-input02:checked::after {
  position: relative;
  display: block;
  content: "";
  background: #4163f9;
}

@media screen and (max-width: 830px) {
  .radio_container {
    flex-direction: column;
    margin: 0 1em 0.5em;
  }
  .radio_container .radio {
    width: 100%;
  }
  .radio_container .radio input[type=radio] + .radio-label::before {
    top: 0;
  }
  .radio_container .radio label.radio-label {
    padding: 4% 2% 4% 3% !important;
  }
  .radio_container br.only-pc {
    display: none;
  }
  .cp_ipcheck {
    width: 100%;
    margin: 0 auto;
  }
  .cp_ipcheck label {
    padding: 3vw 0;
    line-height: 1em;
    margin-bottom: 2vw;
  }
  .cp_ipcheck .option-input02 {
    width: 30px !important;
    height: 30px !important;
  }
  .cp_ipcheck .option-input02:checked::before {
    font-size: 24px;
    top: 3px;
    left: 2px;
    width: 26px;
    height: 26px;
  }
}
/*step2*/
/*step3*/
.step2 #form.box {
  background-color: #fff;
}
.step2 #form .heading {
  font-size: 30px;
}
.step2 #form .choose {
  text-align: left;
  padding: 30px;
  background-color: transparent;
  font-size: 34px;
  font-weight: bold;
}
.step2 #form .choose .label.radio-label {
  font-size: 22px;
}
.step2 #form .choose strong {
  margin-right: 5px;
}
.step2 #form .mfp_buttons button {
  display: inline-block;
  margin: 2vh 0;
  width: auto;
}
.step2 #form .mfp_buttons button.cancel {
  background-color: #fff;
  border-color: #999;
  color: #888;
  padding: 0.8em 2em;
  font-size: 0.9em;
}
.step2 #form .mfp_buttons button.cancel:hover {
  color: #fff;
  background-color: #999;
}
.step2 #form .mfp_buttons button.cancel::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.step2 #form .mfp_buttons button.cancel::after {
  content: none;
}
.step2 #form .mfp_buttons button.send::after {
  content: "\f1d8";
}
.step2 #form .form1 .form_list em {
  font-weight: normal;
  vertical-align: middle;
}
.step2 #form .form1 .form_list li .input_area .input {
  font-weight: 900;
  border: none;
  display: inline;
}
.step2 #form .form1 .form_list li .input_area .textarea {
  font-weight: 900;
  border: none;
  min-width: 5em;
  min-height: 1.15em;
  display: inline-block;
}
.step2 #form .form1 .form_list li.name .input_area .input {
  width: 16em;
}
.step2 #form .form1 .form_list li.phonetic .input_area .input {
  width: 16em;
}
.step2 #form .form1 .form_list li.tel .input_area .input {
  width: 16em;
}
.step2 #form .form1 .form_list li.mail .input_area .input {
  width: 20em;
}
.step2 #form .form1 .form_list li.address .input_area .input {
  width: 8em;
}
.step2 #form .form1 .form_list li.address .input_area .address_in .input {
  width: 18em;
}
.step2 #form .form1 .form_list li.date .input_area .input {
  width: 13em;
  width: 18em;
}
.step3 main {
  background-color: #fff;
}
.step3 main #contents.box {
  padding: 80px 0px;
}
.step3 main #contents .inner {
  border: 2px solid #3dba82;
  padding: 50px;
  border-radius: 10px;
}
.step3 main #contents p {
  font-size: 1.08em;
  line-height: 1.7;
  margin-bottom: 1.6em;
}
.step3 main #contents .more {
  margin: 50px 0 20px;
}

.kougen {
  color: #db0631;
}

.cooperation_img {
  text-align: center;
  margin-bottom: 2%;
}

.cooperation_p {
  width: 100%;
  padding: 30px 20px 20px;
}
.cooperation_p > p > strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

select {
  border: 1px solid #bbb;
  padding: 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.text1 {
  font-size: 90%;
  padding: 10px;
}

@media all and (max-width: 830px) {
  #form .mfp_buttons {
    gap: 1em;
  }
  #form .mfp_buttons button {
    font-size: 22px;
    margin: 5vh 0;
    width: 80%;
    padding: 0.95rem 0;
    letter-spacing: 0;
  }
  .step2 #form .heading {
    font-size: 24px;
  }
  .step2 #form .choose {
    padding: 0.5em 0;
    font-size: 30px;
    text-align: center;
  }
  .step2 #form .mfp_buttons button {
    padding: 1rem 5%;
  }
  .step2 #form .mfp_buttons button.cancel {
    padding: 0.8rem 2%;
  }
  .step2 #form .form1 .font120 {
    font-size: 105%;
  }
  .step2 #form .form1 .font120 strong {
    font-size: 108%;
  }
}
@media screen and (min-width: 768px) {
  #form .mfp_buttons button {
    transition: 0.2s;
  }
  #form .mfp_buttons button:hover {
    transition: 0.2s;
    background-color: #fff;
    color: #3dba82;
  }
  .step2 #form .choose {
    padding: 0.3em 3vw;
    margin-bottom: 0.8em;
    text-align: center;
  }
  .step2 #form .mfp_buttons button span {
    display: none;
  }
  .step2 #form .form1 .form_list li.date .input_area .input {
    width: 12em;
  }
}
@media screen and (max-width: 480px) {
  .step2 #form .choose p strong {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .step2 #form .mfp_buttons button {
    padding: 0.6rem 0.4rem;
  }
  .step2 #form .mfp_buttons button.cancel {
    padding: 0.6rem 0.4rem;
  }
}
@media all and (max-width: 320px) {
  .step2 #form .form1 strong {
    display: block;
  }
}
@media all and (max-width: 375px) {
  .step2 #form .form1 .form_list li.name .input_area .input {
    width: 85%;
  }
  .step2 #form .form1 .form_list li.phonetic .input_area .input {
    width: 85%;
  }
  .step2 #form .form1 .form_list li.tel .input_area .input {
    width: 100%;
  }
  .step2 #form .form1 .form_list li.mail .input_area .input {
    width: 100%;
  }
  .step2 #form .form1 .form_list li.address .input_area .address_in .input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .step2 header .tel {
    padding: 5px 10px 0;
    width: 300px;
  }
  .step2 header .tel a .flex_container {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .step2 header .tel a .tel_img {
    height: 30px;
    margin-right: 10px;
  }
  .step2 header .tel a .tel_num {
    width: 240px;
  }
  .step3 header .tel {
    padding: 5px 10px 0;
    width: 300px;
    padding-top: 15px;
  }
  .step3 header .tel a .flex_container {
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .step3 header .tel a .tel_img {
    height: 30px;
    margin-right: 10px;
  }
  .step3 header .tel a .tel_num {
    width: 240px;
  }
}
@media screen and (max-width: 830px) {
  .step2 header .tel a {
    text-decoration: none;
    font-size: 45px;
  }
  .step2 header .tel a .flex_container {
    display: none;
  }
  .step3 header .tel a {
    text-decoration: none;
    font-size: 45px;
  }
  .step3 header .tel a .flex_container {
    display: none;
  }
}
/*# sourceMappingURL=contact3.css.map */