.l-header.no_color .l-header__lgContents__gNav__list__item.is-current .l-header__lgContents__gNav__list__item__anchor {
  color: #222222 !important;
}

.root#sitemap .s_inner {
  padding-top: 120px;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .root#sitemap .s_inner {
    width: 100%;
    padding: 60px 2.666666666% 0;
  }
}
.root#sitemap .s_inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.root#sitemap .s_inner ul li {
  width: 22.5%;
  max-width: 225px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#sitemap .s_inner ul li {
    width: 47%;
  }
}
.root#sitemap .s_inner ul li a {
  color: #333333;
}
.root#sitemap .s_inner ul li a:hover .img {
  opacity: 0.6;
}
.root#sitemap .s_inner ul li a:hover .txt:before {
  left: 10px;
}
.root#sitemap .s_inner ul li a .img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.root#sitemap .s_inner ul li a .txt {
  width: 90%;
  position: relative;
  border-bottom: 1px solid #5edec3;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .root#sitemap .s_inner ul li a .txt {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.root#sitemap .s_inner ul li a .txt:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #5edec2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .root#sitemap .s_inner ul li a .txt:before {
    top: 5px;
  }
}

/*----------------------------------------------------
form
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
  form {
    margin: 0 10px;
  }
}
form table {
  width: 800px;
  margin: 0 auto 80px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  form table {
    width: 100%;
    margin: 0 auto 30px;
  }
}
form table tr th {
  width: 300px;
  padding: 15px 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  form table tr th {
    width: 100%;
    padding: 0 5px;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
}
form table tr td {
  padding: 15px 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  form table tr td {
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  form table tr td p {
    font-size: 12px;
  }
}
form table tr td input {
  padding: 10px;
  width: 500px;
  background: #f0f0f0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  form table tr td input {
    padding: 3px;
    width: 100%;
  }
}
form table tr td div {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  form table tr td div {
    display: block;
  }
}
form table tr td .radio01-input + label {
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
form table tr td .radio01-input + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
form table tr td .radio01-input:checked + label {
  color: #5edfc3;
}
form table tr td .radio01-input:checked + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #5edfc3;
  border-radius: 50%;
}
form table tr td textarea {
  padding: 10px;
  width: 460px;
  background: #f0f0f0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  form table tr td textarea {
    padding: 3px;
    width: 100%;
  }
}

#btn_center {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #btn_center {
    margin-bottom: 50px;
  }
}
#btn_center div {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #btn_center div {
    display: block;
    margin: 0 15px;
  }
}
#btn_center div:first-child {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  #btn_center div:first-child {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
#btn_center div:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #5edfc3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
#btn_center div input[type=reset],
#btn_center div input[type=submit] {
  text-align: center;
  color: #5edfc3;
  border: 2px solid #5edfc3;
  padding: 10px 20px;
  min-width: 300px;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  #btn_center div input[type=reset],
#btn_center div input[type=submit] {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 10px;
    min-width: 100%;
  }
}
#btn_center div input[type=reset]:hover,
#btn_center div input[type=submit]:hover {
  background-color: #5edfc3;
  color: #fff;
}

.txt-red {
  color: red;
  font-size: 14px;
  border: solid 1px red;
  padding: 3px 10px;
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .txt-red {
    font-size: 12px;
    padding: 2px 5px;
  }
}

/*----------------------------------------------------
confirm
----------------------------------------------------*/
.confirm {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .confirm {
    width: 100%;
    padding: 50px 10px;
  }
}
.confirm p.pd_b20 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .confirm p.pd_b20 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.confirm table {
  width: 800px;
  margin: 0 auto 75px;
}
@media only screen and (max-width: 767px) {
  .confirm table {
    width: 100%;
    margin: 0 auto 50px;
    max-width: auto;
  }
}
.confirm table tr {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .confirm table tr {
    width: 100%;
    display: block;
    padding: 15px;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .confirm table tr:first-child:before {
    display: none;
  }
}
.confirm table tr:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  left: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cccccc;
}
@media only screen and (max-width: 767px) {
  .confirm table tr:before {
    width: calc(100% - 20px);
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.confirm table tr:last-child {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .confirm table tr:last-child {
    border-bottom: none;
  }
}
.confirm table tr th {
  width: 200px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .confirm table tr th {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    margin-right: 0;
    text-align: left;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .confirm table tr td {
    width: 100%;
    display: block;
  }
}
.confirm #submit_btn2 {
  text-align: center;
}
.confirm #submit_btn2 div {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .confirm #submit_btn2 div {
    display: block;
    margin: 0 15px;
  }
}
.confirm #submit_btn2 div:first-child {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .confirm #submit_btn2 div:first-child {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.confirm #submit_btn2 div:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #5edfc3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
.confirm #submit_btn2 div input[type=button],
.confirm #submit_btn2 div input[type=submit] {
  text-align: center;
  color: #5edfc3;
  border: 2px solid #5edfc3;
  padding: 10px 20px;
  min-width: 300px;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  .confirm #submit_btn2 div input[type=button],
.confirm #submit_btn2 div input[type=submit] {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 10px;
    min-width: 100%;
  }
}
.confirm #submit_btn2 div input[type=button]:hover,
.confirm #submit_btn2 div input[type=submit]:hover {
  background-color: #5edfc3;
  color: #fff;
}

/*----------------------------------------------------
error
----------------------------------------------------*/
#formWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #formWrap {
    width: 100%;
    padding: 50px 10px;
  }
}
#formWrap h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #formWrap h4 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#formWrap p.error_messe {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #formWrap p.error_messe {
    margin-bottom: 25px;
  }
}
#formWrap .f_inner {
  text-align: center;
}
#formWrap .f_inner div {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #formWrap .f_inner div {
    display: block;
  }
}
#formWrap .f_inner div:first-child {
  margin-right: 50px;
}
#formWrap .f_inner div:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #5edfc3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
#formWrap .f_inner div input[type=button] {
  text-align: center;
  color: #5edfc3;
  border: 2px solid #5edfc3;
  padding: 10px 20px;
  min-width: 300px;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  #formWrap .f_inner div input[type=button] {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 10px;
    min-width: 100%;
  }
}
#formWrap .f_inner div input[type=button]:hover {
  background-color: #5edfc3;
  color: #fff;
}

/*----------------------------------------------------
thanks
----------------------------------------------------*/
.thanks {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .thanks {
    padding: 50px 10px;
  }
}
.thanks div {
  margin-bottom: 50px;
}
.thanks div h2 {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .thanks div h2 {
    font-size: 16px;
  }
}
.thanks div p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .thanks div p.t_txt {
    font-size: 14px;
    text-align: justify;
  }
}
.thanks div p img {
  width: 100%;
  max-width: 150px;
  padding: 50px 0;
}
.thanks a {
  display: block;
  text-align: center;
  position: relative;
  color: #5edfc3;
  border: 2px solid #5edfc3;
  padding: 10px 20px;
  width: 300px;
  margin: 0 auto;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 767px) {
  .thanks a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 10px;
    min-width: 100%;
  }
}
.thanks a:hover {
  background-color: #5edfc3;
  color: #fff;
}
.thanks a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #5edfc3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}