@charset "UTF-8";
/* CSS Document */

.header_info > li .lung_en {
  color: #ffa029;
}
.header_info > li .lung_jp {
  color: #001f67;
}

.header_img_product {
  height: 116px;
  background: url(/cms/wp-content/themes/radix/product/images/bg_product.png);
  -moz-background-size: cover;
  background-size: cover;
}
.header_img_product_inn {
  width: 50%;
  height: 100%;
  background: url(/cms/wp-content/themes/radix/product/images/bg_hd_en.png)
    right center no-repeat;
}

/*
.contents{
  width:100%;
  overflow: hidden;
  background:#ececec;
  padding:30px 0 50px;
}
*/

.english_page_inn {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: #fafafa;
}

.english_page_main {
  width: 646px;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0;
}

.english_page_title_box {
  border-bottom: 2px solid #001f67;
  padding-top: 60px; /*ヘッダー高さ分プラス（アンカーリンク時）*/
  margin-top: -60px; /*ヘッダー高さ分マイナス（アンカーリンク時）*/
}

.english_page_title {
  font-size: 25px;
  font-weight: 100;
  color: #001f67;
  letter-spacing: 0.1em;
  padding: 0 0 20px;
}

.english_page_overview {
  padding: 30px 0;
  overflow: hidden;
}

.english_page_image img {
  width: 646px;
  overflow: hidden;
}

.english_page_table {
  width: 646px;
  overflow: hidden;
  float: left;
}

.english_page_table tr {
  border-bottom: 1px solid #e1e1e1;
}

.english_page_table th {
  text-align: left;
  padding: 15px 0;
  color: #001f67;
  line-height: 1.5;
}

.english_page_table td {
  color: #5c5c5c;
  line-height: 1.7;
  font-size: 13px;
  padding: 15px 0;
}

.english_page_president {
  padding: 20px 0;
}

.english_page_president_img img {
  width: 646px;
  overflow: hidden;
}

.english_page_president_text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin: 20px 0 0;
}

/*-------------------------------------
English-Contact
-------------------------------------*/
#english_contents #confirming {
  display: none;
}
#english_contents #complete {
  display: none;
}
#english_contents .club {
  background: #fafafa none repeat scroll 0 0;
  float: right;
  overflow: hidden;
  width: 100%;
}
#english_contents .form_box {
  background: #edf2f7 none repeat scroll 0 0;
  border-radius: 3px;
  margin: 30px 0;
  overflow: hidden;
  padding: 20px;
}
#english_contents .contact_thanks {
  float: right;
  overflow: hidden;
  width: 100%;
}
#english_contents .contact_thanks_inn {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #fafafa;
}

/*-------------------------------------
header-問い合わせボタン・会員ページボタン非表示
-------------------------------------*/
.header_info_mail,
.header_info_join {
  display: none !important;
}

/*-------------------------------------
header-englishページメニュー
-------------------------------------*/
.header_menu {
  display: none !important;
}
.header_menu_en {
  display: block;
  width: 795px;
  height: 62px;
}
.header_menu_en > ul {
  margin-top: 20px;
  float: right;
  width: auto;
}

.header_menu_en > ul > li {
  display: inline-block;
  color: #001f67;
}

.header_menu_en > ul > li:before {
  content: url("/common/images/gnav_line.gif");
  margin: 0 30px;
}
html body.fixed .header_menu_en > ul > li:before {
  content: url("/common/images/gnav_line_02.png");
}

.header_menu_en > ul > li:first-child:before,
html body.fixed .header_menu_en > ul > li:first-child:before {
  content: none;
}

.gnav_menu_en > li > a span {
  color: #001f67;
  font-weight: bold;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

/*
.gnav_menu li span:hover{
    color: #ffa029;
}
*/

.gnav_menu_en > li > a.current:after,
.gnav_menu_en > li > a.hov_current:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffa029;
}

.gnav_menu_en > li > a {
  position: relative;
  display: inline-block;
  height: 35px;
}
.gnav_menu_en > li > a:after,
.gnav_menu_en > li > a.current:after,
.gnav_menu_en > li > a.hov_current:after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: "";
  height: 4px;
  background-color: #ffa029;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gnav_menu_en > li > a:not(.current):after {
  transition: all 0.2s;
}
.gnav_menu_en > li > a:after {
  width: 0;
}
.gnav_menu_en > li > a:hover:after,
.gnav_menu_en > li > a.current:after {
  width: 100%;
}

html body.fixed .gnav_menu_en > li > a span {
  color: #fff;
}

/*-------------------------------------
form
-------------------------------------*/
.post {
  width: 100%;
}

/*-------------------------------------
footer
-------------------------------------*/
.footer_top_bg,
.footer_bottom_contact,
.footer_logo_jp {
  display: none !important;
}
.footer_logo_en,
.footer_menu_maker_en,
.footer_copyright_en {
  display: block;
}
.footer_menu_maker_en {
  float: left;
  width: 295px;
  overflow: hidden;
  margin: 0 0 0;
}

.footer_menu_maker_en .footer_menu_maker_title {
  margin: 5px 0 12px 0;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #fff;
}

.footer_menu_maker_en .footer_menu_maker_photo {
  width: 295px;
  height: 105px;
}

.footer_menu_maker_en ul {
  font-size: 0;
  margin: 0 -3px 0;
}

.footer_menu_maker_en li {
  display: inline-block;
  padding: 0 3px 0;
  width: 33.3%;
  margin: 0 0 10px;
}

.footer_menu_maker_en li img {
  width: 100%;
  height: 41px;
}

.footer_copyright_en {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  float: left;
  width: 272px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: 5px 0 0 19px;
}

@media (max-width: 1024px) {
  .header_img_product_inn.header_img_product_inn_en {
    width: 540px;
  }
  .gnav_sp_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_menu_en > ul {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gnav_menu_en > li > a {
    font-size: 30px;
    margin-bottom: 40px;
    height: auto;
  }

  .header_menu_en {
    width: 100%;
    height: auto;
  }

  .gnav_menu_sp {
    display: none;
  }

  .header_menu_en > ul > li:before {
    content: none;
  }

  html body.fixed .gnav_menu_en > li > a span {
    color: #ffffff;
  }

  .gnav_menu_en > li > a:hover:after,
  .gnav_menu_en > li > a.current:after {
    width: 0;
  }

  html body.fixed .header_menu_en > ul > li:before {
    content: none;
  }

  .english_page_inn {
    width: 100%;
    padding: 40px 5%;
  }

  .english_page_main {
    width: 100%;
  }

  .english_page_table {
    width: 100%;
  }

  .english_page_image,
  .english_page_president_img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .english_page_image img,
  .english_page_president_img img {
    width: 100%;
    height: auto;
  }

  .club_inn {
    width: 100%;
  }

  .formtable {
    width: 100%;
  }

  .name,
  .address,
  .number {
    width: 400px;
  }

  .tell {
    width: 200px;
  }

  .email {
    width: 275px;
  }

  .post {
    width: 160px;
  }

  .comment {
    width: 400px;
  }

  .formtable th {
    width: 270px;
  }

  .club_inn.formtable_en input {
    padding: 10px 5px;
  }

  .club_inn.formtable_en label {
    font-size: 14px;
  }

  .english_page_inn {
    background-color: #fff;
  }

  .club_title_box {
    background-color: #fff;
  }

  #english_contents .club {
    background-color: #fff;
  }

  .error_txt_box {
    margin: 0 auto 0;
  }

  .contents {
    padding: 0;
  }

  .gnav_menu_en > li > a span {
    color: #fff;
  }

  .spnav_bottom {
    display: none;
  }

  .header_info.header_info_sp {
    text-align: center;
    margin-bottom: 3vh;
  }

  .header_info > li {
    margin: 0;
    padding: 0;
  }

  .header_info > li .lung_jp {
    color: #7ca4ff;
  }
}

@media (max-width: 600px) {
  .header_img_product_inn.header_img_product_inn_en {
    background: url(/cms/wp-content/themes/radix/product/images/bg_hd_en_sp.png)
      right center no-repeat !important;
    width: 339px;
  }

  .name,
  .address,
  .number {
    width: 100%;
  }

  .comment {
    width: 100%;
  }

  .gnav_menu_en > li > a span {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .header_img_product_inn.header_img_product_inn_en {
    width: 100%;
    background: url(/cms/wp-content/themes/radix/product/images/bg_hd_en_sp.png)
      right center/contain no-repeat !important;
  }
}
