@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*==================================

$key_color 設定

==================================*/
/*==================================

contact_ttl

==================================*/
.contact_ttl {
  background-image: url(/img/contact/ttl_sp_contact.png);
}
@media screen and (min-width: 768px) {
  .contact_ttl {
    background-image: url(/img/contact/ttl_pc_contact.png);
  }
}

/*==================================

contact_contents

==================================*/
.contact_contents {
  max-width: 940px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 576px) {
  .contact_contents {
    margin-bottom: 8rem;
  }
}
.contact_contents .g_graybg_box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .contact_contents .g_graybg_box {
    margin-bottom: 4rem;
  }
}
.contact_contents .tel_box .inner {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .contact_contents .tel_box .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_contents .tel_box h3, .contact_contents .tel_box p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .contact_contents .tel_box h3, .contact_contents .tel_box p {
    text-align: left;
  }
}
.contact_contents .tel_box h3 {
  font-weight: 700;
  font-size: 1.2rem;
}
.contact_contents .tel_box h3 span {
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .contact_contents .tel_box h3 span {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact_contents .tel_box h3 span {
    font-size: 1rem;
  }
}
.contact_contents .tel_box p {
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact_contents .tel_box p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .contact_contents .tel_box p {
    font-size: 2.5rem;
  }
}
.contact_contents .tel_box p:before {
  display: inline-block;
  content: "";
  background-image: url(../img/common/free_dial.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 576px) {
  .contact_contents .tel_box p:before {
    width: 50px;
    height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact_contents .tel_box p:before {
    width: 75px;
    height: 50px;
  }
}

/*==================================

form_manner

==================================*/
.form_manner {
  list-style-type: disc;
  list-style-position: inside;
  margin: 2 auto 2rem auto;
  max-width: 900px;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .form_manner {
    margin: 4rem auto 4rem auto;
    font-size: 1.08rem;
  }
}
.form_manner li {
  margin-bottom: 1rem;
}
.form_manner .g_required {
  margin-left: 0;
}

/*==================================

form内

==================================*/
.contact_contents .add {
  margin-top: 1rem;
}

/*==================================

contact_form_item //form内各項目style

==================================*/
.contact_form_item {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  font-size: 1.1rem;
}
.contact_form_item:before, .contact_form_item:after {
  content: " ";
  display: table;
}
.contact_form_item:after {
  clear: both;
}
.contact_form_item {
  *zoom: 1;
}
@media screen and (min-width: 576px) {
  .contact_form_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
  }
}
.contact_form_item:first-child {
  padding: 3rem 0 2rem 0;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 576px) {
  .contact_form_item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 2rem 2rem 2rem;
  }
}
.contact_form_item .form_q {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .contact_form_item .form_q {
    font-size: 1.1rem;
    margin-bottom: 0;
    width: 30%;
  }
}
.contact_form_item .form_q .g_required {
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .contact_form_item .form_a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 70%;
  }
}
.contact_form_item .form_a p {
  font-size: 0.9rem;
}
.contact_form_item .form_a p a {
  text-decoration: underline;
}
.contact_form_item .form_a p a:hover {
  text-decoration: none;
}
.contact_form_item .form_a p.f_ss {
  font-size: 0.8rem;
}

/*==================================

form_praivacy

==================================*/
.form_praivacy {
  margin: 3rem 0;
}
.form_praivacy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .form_praivacy h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
    width: 30%;
  }
}
.form_praivacy .inner {
  background-color: #F6F6F6;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  padding: 1rem;
  font-size: 0.8rem;
  overflow-y: scroll;
}
.form_praivacy h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.form_praivacy h3:first-child {
  margin-top: 0;
}
.form_praivacy h4 {
  border-left: 3px solid black;
  font-weight: bold;
  padding: 0 0 0 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.form_praivacy p {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.form_praivacy li {
  line-height: 1.4;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
.form_praivacy li dl {
  text-indent: 0;
  padding: 0.5rem 0;
}
.form_praivacy li dl dt {
  font-weight: bold;
}
.form_praivacy .decimal li {
  list-style-type: decimal;
}
.form_praivacy .latin li {
  list-style-type: upper-latin;
}

/*==================================

agree_check

==================================*/
.agree_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.orange {
  color: #ea5504;
}

.g_f_color_orange .g_re_inactive_btn {
  border: 5px solid #ea5504;
  display: table;
  width: auto;
  background-color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .g_f_color_orange .g_re_inactive_btn {
    width: auto;
    font-size: 1.2rem;
    padding: 1.2rem 6rem 1.2rem 5rem;
    margin: 1.5rem auto;
  }
}
.g_f_color_orange .g_re_inactive_btn:after {
  position: absolute;
  right: 10%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .g_f_color_orange .g_re_inactive_btn:after {
    height: 30px;
  }
}
.g_f_color_orange .g_re_inactive_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.green {
  color: #007e5c;
}

.g_f_color_green .g_re_inactive_btn {
  border: 5px solid #007e5c;
  display: table;
  width: auto;
  background-color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .g_f_color_green .g_re_inactive_btn {
    width: auto;
    font-size: 1.2rem;
    padding: 1.2rem 6rem 1.2rem 5rem;
    margin: 1.5rem auto;
  }
}
.g_f_color_green .g_re_inactive_btn:after {
  position: absolute;
  right: 10%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .g_f_color_green .g_re_inactive_btn:after {
    height: 30px;
  }
}
.g_f_color_green .g_re_inactive_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blue {
  color: #0b318f;
}

.g_f_color_blue .g_re_inactive_btn {
  border: 5px solid #0b318f;
  display: table;
  width: auto;
  background-color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .g_f_color_blue .g_re_inactive_btn {
    width: auto;
    font-size: 1.2rem;
    padding: 1.2rem 6rem 1.2rem 5rem;
    margin: 1.5rem auto;
  }
}
.g_f_color_blue .g_re_inactive_btn:after {
  position: absolute;
  right: 10%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .g_f_color_blue .g_re_inactive_btn:after {
    height: 30px;
  }
}
.g_f_color_blue .g_re_inactive_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.yellow {
  color: #fdd000;
}

.g_f_color_yellow .g_re_inactive_btn {
  border: 5px solid #fdd000;
  display: table;
  width: auto;
  background-color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .g_f_color_yellow .g_re_inactive_btn {
    width: auto;
    font-size: 1.2rem;
    padding: 1.2rem 6rem 1.2rem 5rem;
    margin: 1.5rem auto;
  }
}
.g_f_color_yellow .g_re_inactive_btn:after {
  position: absolute;
  right: 10%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .g_f_color_yellow .g_re_inactive_btn:after {
    height: 30px;
  }
}
.g_f_color_yellow .g_re_inactive_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.red {
  color: #CC1F3A;
}

.g_f_color_red .g_re_inactive_btn {
  border: 5px solid #CC1F3A;
  display: table;
  width: auto;
  background-color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .g_f_color_red .g_re_inactive_btn {
    width: auto;
    font-size: 1.2rem;
    padding: 1.2rem 6rem 1.2rem 5rem;
    margin: 1.5rem auto;
  }
}
.g_f_color_red .g_re_inactive_btn:after {
  position: absolute;
  right: 10%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .g_f_color_red .g_re_inactive_btn:after {
    height: 30px;
  }
}
.g_f_color_red .g_re_inactive_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.g_inactive_btn {
  display: table;
  background-color: #ccc !important;
  border: 5px solid #ccc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: default !important;
}
.g_inactive_btn:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/*==================================

g_form_item_error //エラー

==================================*/
.g_form_item_error {
  width: 100%;
}
.g_form_item_error li {
  background-color: #FFF6D6;
  border: 1px solid #CC1F3A;
  color: #CC1F3A;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}