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

#contacForm input.error_form {
  border: #f00 solid 1px;
  background: #fee;
}

/*
.info_mail_txt {
  color: #ffa029;
}

.header_info > li.header_info_mail a:before{
  color: #ffa029;
}
*/

.header_info > li .info_mail_txt {
  color: #ffa029;
}
.header_info > li.header_info_mail a:before {
  color: #ffa029;
}
/*
.header_info > li.header_info_join a{
    color: #001f67;
}
.header_info > li.header_info_join a:before{
    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(/contact/images/bg_hd_club.png) right center no-repeat;
}

.side_nav_club {
  width: 230px;
  float: left;
  overflow: hidden;
  background: #ddd;
}

.side_nav_club > ul > li {
  width: 230px;
  overflow: hidden;
  background: #001f67;
}

.side_nav_club > ul > li > a {
  background: url("/common/images/bg_gnav01.png") no-repeat;
  margin: 0 0 1px;
  display: block;
  padding: 16px 0;
  font-weight: bold;
}
.side_nav_club > ul > li > a span {
  border-left: 4px solid #ffa029;
  padding: 0 0 0 15px;
}

.side_nav_club > ul > li > ul {
  margin: 10px 0;
}

.side_nav_club > ul > li > ul > li {
  width: 220px;
  overflow: hidden;
  margin: 0 0 2px 10px;
  background: #fff;
}

.side_nav_club > ul > li > ul > li > a {
  background: url("/common/images/bg_gnav02.png") no-repeat;
  margin: 0 0 -2px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 14px 0 14px 14px;
}

.side_nav_club > ul > li > ul > li > a:hover {
  opacity: 0.6;
}

.side_nav_club > ul > li > ul > li > a.contact_bg {
  background: url("/common/images/bg_gnav02_active.png") no-repeat;
  color: #ff7c2e;
}

.side_nav_club > ul > li > ul > li > a.members_bg {
  background: url("/common/images/bg_gnav02_active.png") no-repeat;
  color: #ff7c2e;
}

.side_nav_club > ul > li > ul > li > a.contact_bg:before {
  color: #ff7c2e;
}

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

.club {
  width: 750px;
  overflow: hidden;
  background: #fafafa;
  float: right;
  /*                  display: none;*/
}

.club_inn {
  width: 646px;
  overflow: hidden;
  margin: 0 auto;
}

.club_title_box {
  padding: 42px 0 20px;
  border-bottom: 2px solid #001f67;
}

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

.club_overview {
  overflow: hidden;
}

.club_box {
  background: #edf2f7;
  border-radius: 3px;
  height: 295px;
}

.club_box_left {
  float: left;
  width: 456px;
  padding: 35px 0 0 40px;
}

.club_box_left_title {
  font-size: 22px;
  color: #001f67;
  margin: 0 0 20px;
}

.club_box_left p {
  width: 365px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.club_box_right {
  float: right;
  width: 190px;
  position: relative;
  right: -14px;
  top: 0;
}

.club_box_bottom {
  clear: both;
  text-align: center;
  padding: 10px 0 0;
}

/*  common.cssに記入する

#contacForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#contacForm input,
#contacForm textarea {
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c3c6c8;
    border-radius: 7px;
}
#contacForm input:focus,
#contacForm textarea:focus {
    border: 1px solid #ffa029;
}
*/

.form_email input {
  width: 255px;
  padding: 7px;
  margin: 0 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c3c6c8;
  -webkit-appearance: none;
  border-radius: 0px;
  font-size: 13px;
  line-height: 1.3;
  outline: none;
}

input.sample::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.2;
}
input.sample:-ms-input-placeholder {
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.2;
}
input.sample::-moz-placeholder {
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.2;
}

.club_box_bottom form .submit_button {
  width: 110px;
  background: #ffa029;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: 0 4px #c7c7c7;
  letter-spacing: 0.2em;
  -webkit-appearance: none;
}

.club_box_bottom form .submit_button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*     お問い合わせフォーム|登録ありがとうございます。       */

.thanks {
  width: 748px;
  overflow: hidden;
  background: #f8f8f8;
  float: right;
  /*                  display: none;*/
}

.thanks_inn {
  width: 748px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.thanks_title_box {
  width: 646px;
  margin: 0 auto;
  padding: 42px 0 20px;
  border-bottom: 2px solid #001f67;
}

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

.thanks_overview {
  width: 646px;
  margin: 30px auto 60px;
  overflow: hidden;
}

.thanks_box {
  background: #edf2f7;
  border-radius: 3px;
  height: 295px;
}

.thanks_box_top {
  width: 456px;
  padding: 50px 0 0;
  margin: 0 auto;
}

.thanks_box_left_title {
  font-size: 22px;
  color: #001f67;
  margin: 0 0 30px;
  text-align: center;
}

.thanks_box_top p {
  width: 320px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  margin: 0 auto;
}

.thanks_box_bottom {
  width: 456px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0;
}

.thanks_box_catalog {
  width: 190px;
  margin: 0 auto;
}

.thanks_box_catalog a {
  background: #3861b5;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
}

/*     お問い合わせフォーム|記入*/

/*common.cssに記入すること

.formtable .required{
    font-size: 8px;
    color: #f00;
    vertical-align: top;
}

.contact_notice {
    font-size: 13px;
}
.contact_notice_kome {
      color: #f99;
    font-size: 14px;
  font-weight: bold;
}
.form_box{
    margin: 20px 0 0;
    background: #edf2f7;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.formtable th{
    font-size: 14px;
    color: #325a7c;
    text-align: right;
    padding: 0 20px 20px 0;
}

.name,.address,.tell,.email,.number{
    padding: 5px;
    width: 375px;
}

.address{
    margin: 0 0 4px 0;
}

.address2{
    margin: 0 0 20px 0;
}

.post{
    margin: 0 0 4px 0;
    padding: 5px;
    width: 75px;
}

.comment_title{
    position: relative;
    bottom: 160px;
}

.comment{
    width: 375px;
    height: 178px;
    padding: 5px;
}

.contact_button_box{
    background: #f5f5f5;
    border-radius: 5px;
    margin: 20px 0;
    overflow: hidden;
}
.contact_button{
    padding: 40px 0;
    text-align: center;
}
.contact_button a{
    width: 265px;
    background: #ff9f00;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 3px;
    box-shadow: 0 2px #D85000;
}
.contact_button a:hover{
    opacity: 0.6;
}
*/

/*     お問い合わせフォーム|確認画面      */

.form_text {
  width: 378px;
  line-height: 1.5;
}

.post_number {
  display: inline;
}
.formtable .tell_text {
  padding: 20px 20px 20px 0;
}
.comment_title2 {
  position: relative;
  top: 0;
}

.contact_button_left {
  float: left;
  width: 157px;
  margin: 30px 0 30px 140px;
}

.contact_button_left a {
  background: #3861b5;
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px #c7c7c7;
}

.contact_button_right {
  float: right;
  width: 157px;
  margin: 30px 140px 30px 0;
}

.contact_button_right a {
  background: #ffa029;
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px #c7c7c7;
}

.contact_button_left a:hover,
.contact_button_right a:hover {
  opacity: 0.7;
}

/*     お問い合わせフォーム|送信が完了しました。      */

.contact_thanks {
  width: 748px;
  overflow: hidden;
  background: #f8f8f8;
  float: right;
  /*                  display: none;*/
}

.contact_thanks_inn {
  width: 748px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.contact_thanks_title_box {
  width: 646px;
  margin: 0 auto;
  padding: 42px 0 20px;
  border-bottom: 2px solid #001f67;
}

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

.contact_thanks_overview {
  width: 646px;
  margin: 30px auto 60px;
  overflow: hidden;
}

.contact_thanks_box {
  background: #edf2f7;
  border-radius: 3px;
  overflow: hidden;
  padding: 50px 0 10px;
}

.contact_thanks_box_top {
  margin: 0 auto;
}

.contact_thanks_box_contents {
  width: 540px;
  overflow: hidden;
  margin: 0 auto;
}

.contact_thanks_box_contents_title {
  font-size: 22px;
  color: #001f67;
  margin: 0 0 30px;
  text-align: center;
}

.contact_thanks_box_top img {
  margin: 0 0 30px;
}

.contact_thanks_box_top p {
  width: 540px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.contact_thanks_box_bottom {
  width: 456px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0;
}

.contact_thanks_box_catalog {
  width: 190px;
  margin: 0 auto;
}

.contact_thanks_box_catalog a {
  background: #3861b5;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  display: block;
  border-radius: 3px;
}

.error_txt {
  margin: 0 0 20px 0;
}
/*  common.cssに記入する

.error_txt_box {
  width: 646px;
  margin: 30px auto 0;
}
.error_txt {
  display: none;
  background: #fee;
  border: 2px solid #f00;

  padding: 20px;
  color: #f00;
}
*/

#confirming {
  display: none;
}
#complete {
  display: none;
}

@media (max-width: 1024px) {
  .header_img_product_inn {
    width: 540px;
  }
  .formtable th {
    font-size: 16px;
  }

  .contact_page input,
  .contact_page textarea {
    padding: 10px 5px;
  }

  .contact_button a {
    display: inline-block;
    width: 40%;
    padding: 15px 0;
  }

  .contact_button_box {
    background: #ffffff00;
  }

  .club {
    background: #fff;
    width: 100%;
  }

  .contents .contents_inn {
    padding: 30px 5%;
  }

  .side_nav_club {
    width: 50%;
  }

  .side_nav_club > ul > li {
    width: 50%;
  }

  .side_nav_club {
    background-color: #fff;
  }

  .form_box {
    padding: 45px 6%;
  }

  .formtable {
    width: 100%;
  }

  .contents {
    background: #fff;
  }

  .club_inn {
    width: 100%;
  }

  .side_nav_club {
    margin-bottom: 20px;
    width: 100%;
  }

  .error_txt_box {
    width: 100%;
  }

  .side_nav_club > ul > li > ul > li {
    width: 100%;
    margin: 0;
  }

  .contact_button_left,
  .contact_button_right {
    float: none;
  }

  #confirming .contact_button_box {
    display: flex;
    justify-content: center;
  }

  .contact_button_left {
    margin: 0 30px 0 0;
  }
  .contact_button_right {
    margin: 0;
  }

  .contact_button_left a,
  .contact_button_right a {
    padding: 15px 0;
  }

  .side_nav_club > ul > li > a {
    background: url("/common/images/bg_gnav01_sp.png") no-repeat;
  }

  .side_nav_club > ul > li > ul > li > a {
    background: url("/common/images/bg_gnav02_sp.png") no-repeat;
  }

  .side_nav_club > ul > li > ul > li > a.contact_bg {
    background: url("/common/images/bg_gnav02_active_sp.png") no-repeat;
  }

  .side_nav_club > ul > li > ul > li > a.members_bg {
    background: url("/common/images/bg_gnav02_active_sp.png") no-repeat;
  }

  .side_nav_club > ul > li > ul {
    padding: 10px;
  }

  .contact_thanks {
    width: 100%;
  }

  .contact_thanks_inn {
    width: 100%;
  }

  .contact_thanks_overview {
    width: 100%;
  }

  .contact_thanks_title_box {
    width: 100%;
  }

  .contact_thanks_box_top p {
    width: 80%;
  }

  .contact_thanks_box_contents {
    width: 80%;
  }

  #confirming .club_overview {
    margin-top: 30px;
  }

  #contacForm input,
  #contacForm textarea {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .formtable th {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .header_img_product_inn {
    background: url(/contact/images/bg_hd_club_sp.png) right center no-repeat;
    width: 339px;
  }

  .formtable th {
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    display: block;
  }

  .formtable td {
    display: block;
  }

  .formtable tr {
    display: block;
  }

  .comment_title {
    position: unset;
  }

  .formtable label {
    margin-top: 25px;
    display: block;
  }

  .formtable tr:first-of-type label {
    margin-top: 0;
  }

  .contact_page .formtable input,
  .contact_page .formtable textarea {
    width: 100%;
  }

  .contact_page .formtable .post {
    width: 75px;
  }

  .contact_page .formtable .tell {
    width: 50%;
    min-width: 200px;
  }

  .contact_page .formtable .email {
    width: 100%;
  }

  .contact_button_box {
    flex-direction: column;
    align-items: center;
  }

  .contact_button_left,
  .contact_button_right {
    width: 265px;
    margin: 0 0 20px 0;
  }

  .contact_button_left,
  .contact_button_right {
    float: none;
  }

  .side_nav_club > ul > li {
    width: 100%;
  }

  .club_title {
    font-size: 22px;
  }

  #contacForm input,
  #contacForm textarea {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .formtable .tell {
    width: 100%;
  }

  .formtable .email {
    width: 100%;
  }

  .contact_button a {
    width: 60%;
  }

  .contact_thanks_title {
    font-size: 22px;
  }
}

@media (max-width: 340px) {
  .header_img_product_inn {
    background: url(/contact/images/bg_hd_club_sp.png) right center/contain
      no-repeat;
    width: 100%;
  }
}
