@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700&display=swap");
html,
body,
div,
header,
footer,
article,
section,
aside,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

.clear,
div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}
/*-------------------------------
キービジュアル お問い合わせ
contact
-------------------------------*/
.form input[type="text"] {
  font-size: 100%;
}

.kv_contact_contents {
  width: 700px;
  height: auto !important;
  background: #f1f1f1;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .kv_contact_contents {
    right: 8%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .kv_contact_contents {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .kv_contact_contents {
    position: relative;
    width: 95%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.kv_contact_contents02 {
  width: 400px;
  height: auto !important;
  background: #f1f1f1;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 2%;
  top: 7%;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .kv_contact_contents02 {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .kv_contact_contents02 {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.contact_contents_bnr {
  background: #ea2129;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f08178),
    color-stop(49%, #ed5554),
    color-stop(76%, #ea2129)
  );
  background: -o-linear-gradient(top, #f08178 0%, #ed5554 49%, #ea2129 76%);
  background: linear-gradient(to bottom, #f08178 0%, #ed5554 49%, #ea2129 76%);
  text-align: center;
  padding: 1em 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
@media only screen and (min-width: 320px) and (max-width: 1060px) {
  .contact_contents_bnr {
    padding: 1em 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1060px) {
  .contact_bnr {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.bnr_txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .bnr_txt {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .bnr_txt {
    font-size: 0.7rem;
  }
}

.bnr_txt02 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .bnr_txt02 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .bnr_txt02 {
    font-size: 1.2rem;
  }
}

.contact_contents_inner {
  padding: 2.5em 0;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_contents_inner {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 640px) {
  .contact_contents_inner {
    padding: 2em 0;
    position: relative;
    z-index: 1;
  }
}

.contact_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_cat_txt {
  width: 20%;
  text-align: center;
  background: #fff;
  font-family: "Barlow", sans-serif;
  color: #cbcbcb;
  font-size: 1.4rem;
  padding: 0.5em;
  margin-right: 1em;
  border-radius: 1em;
}

.step_active {
  background: #001046;
  color: #fff;
}

.contact_btn {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #001046;
  -webkit-box-shadow: 10px 10px 20px -15px;
  box-shadow: 10px 10px 20px -15px;
  background: #fff;
  padding: 1em 0;
  border-radius: 2em;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_btn {
    width: 80%;
  }
}
.contact_btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #001046;
  border-bottom: 1px solid #001046;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_btn:hover {
  background: #001046;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.contact_btn:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.contact_btn02 {
  width: 100%;
  margin: 0 auto;
  background: -o-linear-gradient(top, #ffab00 0%, #f98f16 49%, #ff6f00 76%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffab00),
    color-stop(49%, #f98f16),
    color-stop(76%, #ff6f00)
  );
  background: linear-gradient(to bottom, #ffab00 0%, #f98f16 49%, #ff6f00 76%);
  padding: 1em 0;
  border-radius: 2em;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 0.5em;
}
.contact_btn02::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_btn02:hover {
  background: #ffffff;
  color: #ff6f00;
  border: 1px solid #ff6f00;
  font-weight: 400;
  cursor: pointer;
}
.contact_btn02:hover::after {
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
}

.contact_btn03 {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  padding: 1em;
}
.contact_btn03::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #001046;
  border-bottom: 1px solid #001046;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_btn03:hover {
  cursor: pointer;
}

.swiper-button-next-contact {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .swiper-button-next-contact {
    width: 60%;
  }
}

.form_dl {
  width: 80%;
  margin: 0 auto;
  padding: 1.5em 0 3em 0;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .form_dl {
    width: 55%;
  }
}

dt {
  padding: 0.5em 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  dt {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 640px) {
  dt {
    font-size: 0.9rem;
    padding: 0.5em 0 0 0;
    font-weight: 500;
    line-height: 2em;
  }
}

dd {
  text-align: left;
  font-size: 1.3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  dd {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 640px) {
  dd {
    font-size: 0.9rem;
  }
}

.inputs {
  width: 100%;
  line-height: 2.5em;
  border-radius: 0.5em;
  background: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.5rem;
  border: 1px solid transparent;
}
.inputs:focus {
  -webkit-box-shadow: 0 0 7px #001046;
  box-shadow: 0 0 7px #001046;
  border: 1px solid #001046;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .inputs {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .inputs {
    width: 90%;
    line-height: 3.5em;
  }
}

/*------- placeholder------------*/
/* placeholder Chrome */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  ::-webkit-input-placeholder {
    font-size: 0.9rem;
  }
}

/* placeholder Firefox */
::-moz-placeholder {
  color: #ccc;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  ::-moz-placeholder {
    font-size: 0.9rem;
  }
}

/* placeholder IE */
:-ms-input-placeholder {
  color: #ccc;
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  :-ms-input-placeholder {
    font-size: 0.9rem;
  }
}

/*------- radio------------*/
input[type="radio"].fancy {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

input[type="radio"].fancy + label::before,
input[type="radio"].fancy + label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
}

input[type="radio"].fancy + label::before {
  left: 10px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}

input[type="radio"].fancy + label:hover::before {
  background: #fff;
}

input[type="radio"].fancy + label::after {
  opacity: 0;
  left: 11px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: #9ecf40;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

input[type="radio"].fancy:checked + label {
  background-color: #001046;
  color: #fff;
  /* padding-left: 1em; */
}

input[type="radio"].fancy:checked + label::before {
  background: #9ecf40;
  border: 1px solid #9ecf40;
}

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

.radio01,
input[type="radio"].fancy + label {
  width: auto;
  text-align: center;
  background: #cbcbcb;
  padding: 0.2em 2em;
  font-size: 1.5rem;
  line-height: 2em;
  color: #001046;
  border-radius: 0.5em;
  margin-right: 1em;
}
@media only screen and (max-width: 640px) {
  .radio01,
  input[type="radio"].fancy + label {
    font-size: 1rem;
  }
}

.radio02 {
  width: 30%;
  text-align: center;
  background: #cbcbcb;
  padding: 0.2em 0;
  font-size: 1.5rem;
  line-height: 2em;
  color: #001046;
  border-radius: 0.5em;
}
@media only screen and (max-width: 640px) {
  .radio02 {
    width: 40%;
  }
}

/*------- select------------*/
.form_select {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.form_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select option {
  background-color: #fff;
  color: #001046;
}
.form_select select::-ms-expand {
  display: none;
}

select option:first-child {
  color: grey;
}

.form_select_item {
  /* width: 80%; */
  position: relative;
  border-radius: 0.5em;
  background: #ffffff;
  text-align: left;
}

.form_select_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.9em;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #001046;
  border-bottom: 2px solid #001046;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form_select_item select {
  padding: 0.5em 1em;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.form_select_item_age {
  width: 70%;
  position: relative;
  border-radius: 0.5em;
  background: #ffffff;
  text-align: left;
  padding: 1em;
}
@media only screen and (max-width: 640px) {
  .form_select_item_age {
    width: 45%;
  }
}

.form_select_item_age::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.9em;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #001046;
  border-bottom: 2px solid #001046;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form_select_item_age select {
  font-size: 1.5rem;
}

select option {
  color: black;
}

select option:first-child {
  color: #ccc;
}

select.empty {
  color: #ccc;
}

select option[disabled]:first-child {
  display: none;
}

@media only screen and (max-width: 640px) {
  input[type="text"],
  input[type="email"] {
    font-size: 14px;
    width: 100%;
  }
}
/*-------------------------------
お問い合わせ　エラー画面
-------------------------------*/
.error {
  color: #ff5722;
  font-size: 0.8rem;
  font-weight: 500;
  padding-top: 0.5em;
}
@media only screen and (max-width: 640px) {
  .error {
    font-size: 0.7rem;
  }
}

/*-------------------------------
お問い合わせ　完了画面
-------------------------------*/
.contact_thanks_area {
  max-width: 80%;
  margin: 0 auto;
  padding: 0.5em 0 1em 0;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_thanks_area {
    width: 65%;
  }
}
@media only screen and (max-width: 640px) {
  .contact_thanks_area {
    width: 75%;
  }
}

.contact_thanks_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  padding: 0.5em 0;
}

/*-------------------------------
お問い合わせ
無料相談はこちらから
-------------------------------*/
.contact_contents_area {
  width: 100%;
  height: auto;
  position: relative;
  background: #bbcad2;
  padding: 6em 0;
}
@media only screen and (max-width: 640px) {
  .contact_contents_area {
    padding: 4em 0;
  }
}
.contact_contents_area .bnr_txt {
  font-size: 1.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_contents_area .bnr_txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .contact_contents_area .bnr_txt {
    font-size: 0.8rem;
  }
}
.contact_contents_area .bnr_txt02 {
  font-size: 2rem;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_contents_area .bnr_txt02 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .contact_contents_area .bnr_txt02 {
    font-size: 1.1rem;
  }
}
.contact_contents_area dt,
.contact_contents_area input#form_submit_button {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .contact_contents_area dt {
    font-size: 0.9rem;
    padding: 0.5em 0 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .contact_contents_area .contact_contents_inner {
    padding: 2em 0 2em 0;
  }
}

.contact_contents {
  max-width: 660px;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 320px) and (max-width: 1060px) {
  .contact_contents {
    max-width: 95%;
  }
}

.form_dl_btm {
  width: 70%;
  margin: 0 auto;
  padding: 2em 0;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .form_dl_btm {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .form_dl_btm {
    width: 85%;
    padding: 1em 0 2em 0;
  }
}

input#form_submit_button {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  color: #001046;
}
input#form_submit_button:hover {
  color: #fff;
  background: #001046;
  cursor: pointer;
}

.form_bottom {
  margin-bottom: 3em;
}
@media only screen and (max-width: 640px) {
  .form_bottom {
    margin-bottom: 0;
  }
}

.contact_btn04 {
  width: 40%;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #001046;
  -webkit-box-shadow: 10px 10px 20px -15px;
  box-shadow: 10px 10px 20px -15px;
  background: #fff;
  border-radius: 2em;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.5em;
}
.contact_btn04::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #001046;
  border-bottom: 1px solid #001046;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_btn04:hover {
  background: #001046;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}
.contact_btn04:hover::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .contact_btn04 {
    width: 75%;
  }
}

/*-------------------------------
お問い合わせ
Thanksページ
-------------------------------*/
.contact_inner {
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1060px) {
  .contact_inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .contact_inner {
    max-width: 90%;
  }
}
.contact_inner .header_logo {
  max-width: 30%;
  padding: 1em 0;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .contact_inner .header_logo {
    max-width: 60%;
  }
}
.contact_inner .sec_contents {
  padding: 6em 0;
}
@media only screen and (max-width: 640px) {
  .contact_inner .sec_contents {
    padding: 4em 0;
  }
}
.contact_inner .sec_contents_txt_area {
  margin-bottom: 5em;
}
.contact_inner .sec_contents_txt {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .contact_inner .sec_contents_txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .contact_inner .sec_contents_txt_s {
    text-align: justify;
  }
}
.contact_inner .btn {
  max-width: 40%;
  margin: 0 auto;
  background: #001046;
  -webkit-box-shadow: 10px 10px 20px -15px;
  box-shadow: 10px 10px 20px -15px;
  border-radius: 2em;
}
@media only screen and (max-width: 640px) {
  .contact_inner .btn {
    max-width: 70%;
  }
}
.contact_inner .btn:hover {
  background: #ffffff;
  border: 1px solid #001046;
  -webkit-box-shadow: 10px 10px 20px -15px;
  box-shadow: 10px 10px 20px -15px;
  border-radius: 2em;
}
.contact_inner .btn a {
  display: block;
  font-size: 0.9rem;
  color: #ffffff;
  position: relative;
  padding: 1.5em 0;
}
.contact_inner .btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3em;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_inner .btn a:hover::after {
  border-right: 2px solid #001046;
  border-bottom: 2px solid #001046;
  right: 2.5em;
}
.contact_inner .btn a:hover {
  color: #001046;
}
/*# sourceMappingURL=contact.css.map */

@media screen and (max-width: 1060px) {
  .contact_cat_txt {
    font-size: 0.8rem;
  }
  .radio01,
  .radio02 {
    font-size: 0.9rem;
    padding: 0.5em 0;
  }
  .contact_btn {
    font-size: 0.9rem;
  }
  /* .form_dl {
    padding: 1em 0 2em 0;
  } */
  .form_select_item_age,
  .form_select_item {
    padding: 0.5em;
  }
  .form_select_item select,
  .form_select_item_age select {
    font-size: inherit;
  }
  .inputs {
    font-size: inherit;
  }
  .contact_btn02,
  .contact_btn03 {
    font-size: 0.9rem;
  }
  .problem_inner dd {
    font-size: 0.8rem;
  }
  .success_img p {
    bottom: 15px !important;
  }
  #qa dd {
    font-size: 0.8rem;
  }
  #qa dd.lh {
    line-height: 7vw;
  }
  #contact_contents_area.contact_contents_area dt,
  #contact_contents_area.contact_contents_area input#form_submit_button {
    font-size: 0.9rem;
  }
}
