@charset "UTF-8";
/* COMMON STYLE LIST ------------------------------------------------------

 01. COMMON

 02. HEADER

 03. NAVIGATION

 05. FOOTER

 06. CVBTN

 07. NEWS

 09. FORM

 10. FORM - THANKS

-------------------------------------------------------------------- */
/* 01. COMMON
-------------------------------------------------------------------- */
/* aタグ */
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a {
    -webkit-transition: .5s;
    transition: .5s;
  }
}
/* pタグ */
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
/* dl, trタグ */
dl, tr {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
  
  dl, tr {
    font-size: 1.3rem;
  }
}
/* imgタグ */
img {
  max-width: 100%;
  height: auto;
}
/*hr（区切り線）*/
hr {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000;
  height: 1px;
}
/* pc sp切り替え */
.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}
/* inner */
.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 50px 0;
  }
}
/* タイトルデザイン */
.main_ttl {
  background: url(../img/common/img_header@2x.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin: 120px auto 0;
  padding: 120px 0;
}
.en_ttl {
  color: #000;
  display: block;
  font-size: 4.6rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-shadow: 0 0 20px #ccc;
}
.en_ttl_white {
  color: #fff;
}
.green_ttl {
  color: #35ea51;
}
.jp_ttl {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  text-shadow: 0 0 20px #666;
}
.jp_ttl_white {
  color: #fff;
}
.jp_ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 8rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 2px;
}
.ttl_type_01 {
  text-align: left;
  margin-bottom: 20px;
}
.ttl_type_01 h3 {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #1ea132;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.ttl_type_02 {
  text-align: left;
  margin-bottom: 20px;
}
.ttl_type_02 h3 {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.ttl_type_02 h3 span {
  font-size: 1.8rem;
}
.ttl_type_02 h3 span:before {
  content: "／";
  color: #1ea132;
}
@media (max-width: 1024px) {
  .main_ttl {
    margin: 0 auto;
    padding: 120px 0 100px;
  }
}
@media (max-width: 767px) {
  .jp_ttl {
    font-size: 1.4rem;
  }
  .en_ttl {
    font-size: 4rem;
  }
  .ttl_type_01 {
    text-align: center;
  }
  .ttl_type_01 h3 {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #1ea132;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4rem;
  }
  .ttl_type_02 {
    text-align: center;
  }
  .ttl_type_02 h3 {
    /*display: inline-block;
        font-size: 2.1rem;
        font-weight: bold;
        line-height: 1.4rem;*/
    transform: scale(1.0);
  }
  .ttl_type_02 h3 span {
    /*font-size: 1.3rem;*/
  }
}
@media (max-width: 480px) {
  .jp_ttl {
    font-size: 1.4rem;
  }
  .en_ttl {
    font-size: 2.3rem;
  }
  .jp_ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    width: 6rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
  }
  .ttl_type_02 h3 {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4rem;
    transform: scale(1.0);
  }
  .ttl_type_02 h3 span {
    font-size: 1.3rem;
  }
}
/* ボタンデザイン */
.btn_more {
  display: block;
  /* max-width: 168px;*/
  max-width: 300px;
  background: url(../img/common/arrow_right.svg) no-repeat right 24px center;
  box-sizing: border-box;
  border: solid 1px #000000;
  font-size: 1.4rem;
  color: #000000;
  text-align: center;
  padding: 1rem 4rem 1rem 1rem;
}
.btn_more_white {
  border: solid 1px #fff;
  color: #fff;
  margin: 0 auto;
}
.btn_more_wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .btn_more:hover {
    color: #ffffff;
    border: solid 1px #ffffff;
    background: #1ea132 url(../img/common/arrow_right_white.svg) no-repeat right 24px center;
  }
  .btn_more_white:hover {
    color: #ffffff;
    background-color: #1ea132;
  }
}
@media (max-width: 767px) {
  .btn_more {
    width: 100%;
    margin: 30px auto 0;
  }
}
/* 表示位置 */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.lef {
  text-align: left;
}
/* パンくずリスト */
.breadcrumbs_wrap {
  background-color: #f1f1f1;
  width: 100%;
  padding: 8px 0 10px;
}
.breadcrumbs {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs li {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1rem 0 0;
}
.breadcrumbs li:not(:last-child) {
  background: url(../img/common/img_breadcrumb.svg) no-repeat right center;
  background-size: 6px 10px;
  margin: 1rem 1rem 0 0;
  padding: 0 1.5rem 0 0;
}
.breadcrumbs li a {
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .breadcrumbs li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 auto;
  }
}
/* 02. HEADER
-------------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background-color: #FFF;
  min-height: 120px;
}
@media (min-width: 1025px) {
  .site_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 15px 3% 15px 2%;
  }
  .site_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 2%;
  }
  .site_logo img {
    width: 100%;
    max-width: 430px;
  }
}
@media (max-width: 1024px) {
  header {
    position: relative;
  }
  .site_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -2;
    width: 50%;
    max-width: 430px;
  }
}
@media (max-width: 767px) {
  header {
    height: 80px;
    min-height: 80px;
  }
  .site_logo {
    width: 70%;
    max-width: 220px;
    top: 0px;
    left: 20px;
  }
}
@media (max-width: 320px) {
  .site_logo {
    width: 70%;
    max-width: 180px;
    top: -1px;
    left: 16px;
  }
}
/*  03. NAVIGATION
-------------------------------------------------------------------- */
.site_logo a {
  display: block;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background: rgba(30, 161, 50, 0.9);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 34px;
  height: 2px;
  left: 22px;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 30px;
}
.hamburger span:nth-child(2) {
  top: 40px;
}
.hamburger span:nth-child(3) {
  top: 50px;
}
/* ナビ開いてる時のボタン */
.hamburger.active {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background: rgba(30, 161, 50, 0.9);
}
.hamburger.active span:nth-child(1) {
  top: 33px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.hamburger.active span:nth-child(3) {
  top: 43px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
nav.globalMenu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  max-width: 750px;
}
nav.globalMenu ul {
  box-sizing: border-box;
  background: #f7f7ff;
  margin: 120px auto 0;
  padding: 2rem;
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav.globalMenu ul li {
  list-style-type: none;
  padding: 1rem 2rem;
  width: 44%;
}
nav.globalMenu ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenu ul li:hover {
  background: #FFF;
}
nav.globalMenu ul li a {
  display: block;
  color: #000;
  padding: 0.5rem 0;
  text-decoration: none;
  text-align: left;
}
nav.globalMenu ul li a span {
  color: #1ea132;
  font-size: 1.4rem;
  letter-spacing: 2px;
  display: block;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  transform: translateY(0%);
}
@media (max-width: 1024px) {
  nav.globalMenu {
  width: 100%;
  max-width: 500px;
}
nav.globalMenu ul {
  box-sizing: border-box;
  background: #f7f7ff;
  margin: 120px auto 0;
  padding: 1rem;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
  nav.globalMenu ul li {
  list-style-type: none;
  padding: 0.5rem 1rem;
  width: 42%;
  }
}
@media (max-width: 767px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    background: rgba(30, 161, 50, 0.9);
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    left: 22px;
    background: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 30px;
  }
  .hamburger span:nth-child(2) {
    top: 40px;
  }
  .hamburger span:nth-child(3) {
    top: 50px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: rgba(30, 161, 50, 0.9);
  }
  .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 52%;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .hamburger.active span:nth-child(3) {
    top: 35px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 52%;
  }
  nav.globalMenu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    max-width: 750px;
  }
  nav.globalMenu ul {
    box-sizing: border-box;
    background: #f7f7ff;
    margin: 80px auto 0;
    padding: 2rem 1rem;
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  nav.globalMenu ul li {
    list-style-type: none;
    padding: 0;
    width: 44%;
  }
  nav.globalMenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenu ul li:hover {
    background: #FFF;
  }
  nav.globalMenu ul li a {
    display: block;
    color: #000;
    padding: 1em;
    text-decoration: none;
    text-align: left;
  }
  nav.globalMenu ul li a span {
    color: #1ea132;
    font-size: 1.4rem;
    letter-spacing: 2px;
    display: block;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenu.active {
    transform: translateY(0%);
  }
}
/* MEDIA QUERIE ～480px */
@media screen and (max-width: 480px) {
  nav.globalMenu ul {
    box-sizing: border-box;
    background: #f7f7ff;
    margin: 80px auto 0;
    padding: 1rem;
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  nav.globalMenu ul li {
    list-style-type: none;
    padding: 0;
    width: 48%;
    line-height: 1.8;
  }
  nav.globalMenu ul li a {
    display: block;
    color: #000;
    padding: 5px;
    text-decoration: none;
    text-align: left;
  }
}
/* 05. FOOTER
-------------------------------------------------------------------- */
/* pagetop */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10;
  width: 56px;
  cursor: pointer;
}
.footer {
  background-color: #dddddd;
}
.footer_inner {
  padding: 25px 0;
  box-sizing: border-box;
}
.footer_info {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  width: 10%;
  max-width: 74px;
  text-align: left;
  margin: 0 30px 0 0;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.address {
  width: 90%;
  padding: 20px 0;
  line-height: 1.4;
}
.footer_menu {
  text-align: center;
}
.footer_menu ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer_menu ul li {
  font-size: 1.4rem;
  line-height: 1.4;
}
.footer_menu ul li a {
  color: #282828;
}
.copyright {
  background: #1ea132;
}
.copyright_inner {
  padding: 10px 0;
}
.copyright_inner p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .footer_logo a:hover {
    opacity: 0.7;
  }
  .footer_menu a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .copyright_inner {
    padding: 10px 0;
  }
  .footer_menu ul {
    display:flex;
  flex-wrap: wrap;
  }
  .footer_menu ul li {
    font-size: 1.2rem;
  }
  .footer_menu ul li a {
    display:block;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .footer_inner {
    width: 100%;
    padding: 25px 20px 0;
  }
  .footer_logo {
    width: 20%;
    max-width: 75px;
    margin: 0 10px 0 0;
  }
  .address {
    width: 80%;
    padding: 2rem 1rem;
    font-size: 1.2rem;
  }
  .footer_menu ul {
    border-top: solid 1px #e9eef3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  .footer_menu ul li {
    font-size: 1.1rem;
    width: 50%;
  }
  .footer_menu ul li a {
    display: block;
    padding: 1.4rem 0;
    color: #282828;
  }
}
/* 06. CVBTN
/*------------------------------------------*/
.cta {
  position: relative;
}
.cta_inner {
  padding: 100px 0;
}
.cta_btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  font-feature-settings: 'palt';
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 55px 0 50px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #1ea132;
  z-index: 20;
}
.cta_btn a:before {
  content: '';
  background: url("../img/common/icon_inquiry.svg") no-repeat left center;
  background-size: 21px 17px;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 355px;
  margin: auto 0;
}
.cta_btn > p {
  text-align: center;
}
/* MEDIA QUERIE ～1024px */
@media screen and (min-width: 1025px) {
  .cta_btn a:hover {
    opacity: 0.7;
  }
}
/* MEDIA QUERIE ～1023px */
@media screen and (max-width: 1024px) {
  .cta_inner {
    padding: 80px 0;
  }
  .cta_btn a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 640px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
    font-feature-settings: 'palt';
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 35px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #1ea132;
  }
  .cta_btn a:before {
    content: '';
    background: url("../img/common/icon_inquiry.svg") no-repeat left center;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto 0;
  }
}
/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .cta_inner {
    padding: 50px 0;
  }
  .cta_btn a {
    width: 100%;
    max-width: 730px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 24px 0 24px 21px;
  }
  .cta_btn a:before {
    content: '';
    background: url("../img/common/icon_inquiry.svg") no-repeat left center;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15rem;
    margin: auto 0;
  }
}
/* MEDIA QUERIE ～480px */
@media screen and (max-width: 480px) {
  .cta_btn a:before {
    content: '';
    background: url("../img/common/icon_inquiry.svg") no-repeat left center;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10rem;
    margin: auto 0;
  }
}
/* MEDIA QUERIE ～480px */
@media screen and (max-width: 320px) {
  .cta_btn a:before {
    content: '';
    background: url("../img/common/icon_inquiry.svg") no-repeat left center;
    background-size: 18px 15px;
    width: 18px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8rem;
    margin: auto 0;
  }
}
/* 09. FORM
-------------------------------------------------------------------- */
.form .header {
  padding: 0;
}
.form_header_inner {
  border-top: solid 10px #004a9e;
}
.form_header_img {
  background: none;
  height: auto;
}
.form_header_ttl {
  margin: 30px auto 0;
  width: 600px;
  max-width: 60%;
}
.inquiry_form_ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 2rem;
}
.inquiry_form_subttl {
  font-size: 2.2rem;
  text-align: center;
  padding: 0 0 2rem;
}
.inquiry_check {
  background: #e9eef3;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 30px;
}
.inquiry_check a {
  text-decoration: underline;
  color: #005285;
}
.inquiry_check_ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
}
.inquiry_check_consent {
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 0 0;
}
.post_coment {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  padding-top: 1em;
}
.post_coment .red {
  font-weight: bold;
  color: #c31919;
}
@media screen and (min-width: 1025px) {
  .inquiry_check a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .form_header_ttl {
    padding: 0 0;
  }
  .inquiry_form_ttl {
    font-size: 2.4rem;
    padding: 0 0 1rem;
  }
  .form_header_ttl img {
    max-width: 100%;
  }
  .inquiry_check_ttl {
    font-size: 1.8rem;
  }
  .inquiry_check_consent {
    font-size: 1.4rem;
  }
  .post_coment {
    font-size: 1.3rem;
  }
}
/* form group */
.form-group {
  max-width: 620px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.form-group--check div {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .form-group--check {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-group--check > * {
    width: 100%;
  }
  .form-group--check div {
    margin-right: 0;
    margin-top: 15px;
  }
}
/* form size */
.form-size--min {
  width: 48%;
  max-width: 210px;
  margin: 0 2% 0 0;
}
.form-size--mid {
  width: 100%;
  max-width: 380px;
  text-align: left;
}
.form-any, .form-require {
  display: inline-block;
}
.form-require:before {
  content: "必須";
  display: inline-block;
  background: #e36083;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 8px 7px;
}
.form-any:before {
  content: "任意";
  display: inline-block;
  background: #9e9e9f;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 8px 7px;
}
/* form action */
.form-action {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-action {
    margin-top: 30px;
  }
}
/* form btn */
.btn_more {
  cursor: pointer;
}
/* form table */
.form-table {
  width: 100%;
  border-top: solid 1px #e9eef3;
  margin: 40px 0 0;
}
.form-table__th, .form-table__td {
  box-sizing: border-box;
  border-bottom: solid 1px #e9eef3;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px 0;
}
.form-table__th, .form-table__th > *, .form-table__td, .form-table__td > * {
  line-height: 1.75;
}
.form-table__th {
  text-align: left;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .form-table {
    margin: 20px 0 0;
  }
  .form-table__th, .form-table__td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-table, .form-table__thead, .form-table__tbody, .form-table__tr, .form-table__th, .form-table__td {
    display: block;
    width: auto;
  }
  .form-table__tr + .form-table__tr {
    margin-top: 20px;
  }
  .form-table__th {
    background-color: #e9eef3;
  }
  .form-table__th, .form-table__td {
    padding: 15px 10px;
  }
  .form-table__td {
    padding-left: 0;
    padding-right: 0;
  }
}
select, option, button, textarea, input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="submit"], input[type="reset"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 2px solid #005285;
  font-size: 1.4rem;
  padding: 8px 10px;
  margin: 7px;
}
button, input[type="submit"], input[type="reset"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: none;
  border: none;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.05em;
}
input:placeholder {
  color: #9e9e9f;
}
@media screen and (max-width: 767px) {
  input[type="radio"], input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
/* 体験人数 */
.form-size--mid.form-number {
  display: flex;
  align-items: center;
  width: 120px;
}
/* 10. FORM - THANKS
-------------------------------------------------------------------- */
.form_txt {
  line-height: 2;
  text-align: center;
  padding: 0 0 60px;
}
.form_return_btn {
  text-align: center;
}
.form_return_btn a {
  display: block;
  background: #004a9e;
  width: 90%;
  max-width: 500px;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  padding: 1.5rem 5rem;
}
/* MEDIA QUERIE 961px～ */
@media screen and (min-width: 961px) {
  .form_return_btn a {
    transition: 0.5s;
  }
  .form_return_btn a:hover {
    opacity: 0.7;
  }
}
/* MEDIA QUERIE ～767px */
@media screen and (max-width: 767px) {
  .form_txt {
    padding: 0 0 30px;
  }
  .form_txt br {
    display: none;
  }
  .form_return_btn a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
/*以下は完全公開後に削除*/
.cvbtn_w, .common_contact_list ul li:nth-last-of-type(2) {
  display: none;
}
.common_contact_list ul {
  justify-content: center;
}
.common_contact_list ul li {
  margin: 12px;
}