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

.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_catalog.png)
    right center no-repeat;
}

.side_nav_catalog {
  width: 230px;
  float: left;
  overflow: hidden;
}

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

.side_nav_catalog > 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_catalog > ul > li > a span {
  border-left: 4px solid #ffa029;
  padding: 0 0 0 15px;
}

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

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

.side_nav_catalog > 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_catalog > ul > li > ul > li > a:hover {
  opacity: 0.7;
}

/*      sidenav左に>がつく
.side_nav_catalog>ul>li>ul>li>a:before{
    font-family: 'FontAwesome';
	  content: "\f105";
    color: #D7DFF0;
    position:relative;
    left: -5px;
}
*/

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

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

.catalog_main_title {
  font-size: 25px;
  font-weight: 100;
  color: #001f67;
  padding: 0 0 25px;
  border-bottom: 2px solid #001f67;
}

/*             サポートトップページcontainer           */

.catalog_toppage_container {
  padding: 20px 0;
}
.catalog_toppage_container > ul {
  letter-spacing: -0.4em;
  margin: -5px;
  overflow: hidden;
}
.catalog_toppage_container > ul > li {
  display: inline-block;
  width: 50%;
  padding: 5px;
  vertical-align: top;
  letter-spacing: 0;
}
.catalog_toppage_container > ul > li .catalog_toppage_contents_img {
  width: 318px;
  height: 192px;
}
.catalog_toppage_container > ul > li .catalog_toppage_contents_img img {
  line-height: 0;
  width: 318px;
  height: 192px;
}
.catalog_toppage_container .catalog_toppage_contents_text {
  color: #325a7c;
  font-size: 16px;
  padding: 10px 0 20px;
}
.catalog_toppage_container .catalog_toppage_contents_text:hover {
  color: #ff7c2e;
}

/**/

/*マウスオーバーアニメーション画像*/

.img_over_catalog_toppage {
  overflow: hidden;
  position: relative;
}
.img_over_catalog_toppage .caption {
  font-size: 130%;
  color: #fff;
}
.img_over_catalog_toppage .caption img {
  width: 90px;
  height: 125px;
  position: relative;
  left: 108px;
  top: 34px;
}
.img_over_catalog_toppage .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%; /* 枠の左に置いて表示させない */
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img_over_catalog_toppage:hover .mask {
  left: 0; /* 右にスライドしてくるように見せる */
}

/**/

/*    トップぺージのみ     */
.catalog_toppage_top_img {
  width: 646px;
  height: 150px;
  margin: 0 0 40px;
  background: url("/catalog/images/img_catalogbanner.png") no-repeat;
}
.catalog_toppage_top_img:hover {
  background: url("/catalog/images/img_catalogbanner_on.png") no-repeat;
}
.catalog_toppage_top_img a {
  display: block;
  height: 150px;
}
/**/

.catalog_top_img {
  width: 646px;
  height: 150px;
  margin: 20px auto;
  background: url("/catalog/images/img_catalogbanner.png") no-repeat;
}
.catalog_top_img:hover {
  background: url("/catalog/images/img_catalogbanner_on.png") no-repeat;
}
.catalog_top_img a {
  display: block;
  height: 150px;
}

.catalog_box {
  width: 646px;
  margin: 0 auto;
}

.catalog_title_inn {
  margin: 35px 0 50px;
}

.catalog_title {
  color: #fff;
  font-size: 14px;
  padding: 15px;
  margin: 0 0 35px;
}

.catalog_title span:before {
  border-left: 4px solid #3896e6;
  content: "";
  padding: 0 0 0 10px;
  margin: 0 0 0 -15px;
}

.catalog_title_inn > ul {
  overflow: hidden;
  letter-spacing: -0.4em;
  margin: -10px -25px;
}

.catalog_title_inn > ul > li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  padding: 10px 25px;
  width: 25%;
}

.catalog_img {
  width: 128px;
  height: 180px;
  overflow: hidden;
  margin: 0 0 10px;
  /*
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    border-radius: 50%;
*/
}
/*
.catalog_img:hover{
    border: 1px solid #325a7c;
}

.catalog_img img{
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.catalog_img img:hover{
    -webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
*/

/*     各カタログぺージのアニメーション      */

.img_over_catalog {
  width: 128px;
  overflow: hidden;
  position: relative;
}
.img_over_catalog .caption {
  font-size: 130%;
  color: #fff;
}
.img_over_catalog .caption img {
  width: 87px;
  height: 125px;
  position: relative;
  top: 28px;
  left: 20px;
}
.img_over_catalog .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; /* 枠の上に置いて表示させない */
  left: -100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img_over_catalog:hover .mask {
  left: 0; /* 下に降りてくるように見せる */
}

/**/

.catalog_title_inn {
  background: url("/catalog/images/bg_catalog_line.png") no-repeat -175px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.catalog_title_inn:hover {
  background: url("/catalog/images/bg_catalog_line.png") no-repeat 0 0;
}
.catalog_title_inn:hover .catalog_title span:before {
  border-left: 4px solid #ff7c2e;
  content: "";
  padding: 0 0 0 10px;
  margin: 0 0 0 -15px;
}

.catalog_title_inn p {
  font-size: 13px;
  color: #325a7c;
}
.catalog_title_inn p:hover {
  color: #ff7c2e;
}

.catalog_page_botton {
  padding: 30px 20px;
  height: 113px;
}

.catalog_product_botton {
  float: left;
  width: 263px;
}
.catalog_product_botton a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  background: #1343a7;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.catalog_product_botton a:hover {
  opacity: 0.7;
}
.catalog_product_botton a:active {
  box-shadow: none;
  margin-top: 1px;
  transition: none;
}

.catalog_materials_botton {
  float: right;
  width: 263px;
}
.catalog_materials_botton a {
  font-size: 13px;
  font-weight: bold;
  display: block;
  background: #1343a7;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.catalog_materials_botton a:hover {
  opacity: 0.7;
}
.catalog_materials_botton a:active {
  box-shadow: none;
  margin-top: 1px;
  transition: none;
}

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

/*     カタログ閲覧　依頼フォーム      */

.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;
}

.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;
}

/*     依頼フォーム|確認画面      */

.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;
}

.totop_botton {
  text-align: center;
  margin: 40px 0;
}
.totop_botton a {
  display: inline-block;
  background: #ff7e00;
  border-radius: 5px;
  box-shadow: 0 2px #d85000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 60px;
}

/*  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;
}
*/
.pb20 {
  padding-bottom: 20px;
}
.interest_list label {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}
.interest_title {
  padding-bottom: 5px;
}
.error_form .interest_title,
.error_form label {
  color: #f00;
  font-weight: bold;
}
.column_2_box {
  font-size: 0;
  margin-bottom: 20px;
}
.column_2_box > * {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
/*.column_2_left {
    width: 45%;
}
.column_2_right {
    width: 55%;
}*/

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

@media (max-width: 1024px) {
  .header_img_product_inn {
    width: 530px;
  }

  .contents {
    background: #fff;
  }

  .side_nav_catalog {
    width: 100%;
  }

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

  .side_nav_catalog > ul > li > ul > li {
    width: 33%;
    margin: 0;
  }

  .side_nav_catalog > ul > li > ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .side_nav_catalog > ul > li > ul > li > a {
    background-position: center;
    background-size: cover;
  }

  .side_nav_catalog > ul > li > ul > li > a.catalog_bg {
    background-position: center;
    background-size: cover;
  }

  .catalog_main {
    width: 100%;
  }

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

  .catalog_box {
    width: 100%;
  }

  .catalog_title {
    font-size: 18px;
    padding: 13px 15px 15px 15px;
    margin: 0 0 10px;
  }

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

  .catalog_title_inn p {
    font-size: 15px;
    font-weight: 700;
    color: #325a7c;
  }

  .catalog_title_inn {
    margin: 35px 0 70px;
  }

  .img_over_catalog {
    width: 100%;
  }

  .catalog_img {
    margin: 0;
  }

  .catalog_title_inn > ul > li {
    text-align: center;
    padding: 0;
  }

  .img_over_catalog .caption img {
    left: 0px;
  }

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

  .club_inn {
    width: 100%;
  }

  .formtable th {
    font-size: 17px;
    padding: 0;
  }

  .formtable td input {
    margin-bottom: 10px;
  }

  .formtable {
    width: 100%;
  }

  #contacForm input {
    padding: 10px 5px;
    width: 72%;
    height: 42px;
  }

  input#post1 {
    width: 10%;
  }

  input#post2 {
    width: 12%;
  }

  input#tel {
    width: 30%;
  }

  input#fax {
    width: 30%;
  }

  input#email {
    width: 50%;
  }

  .interest_list label {
    font-size: 15px;
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
  }

  #contacForm input[type="checkbox"] {
    width: auto;
    height: auto;
  }

  .interest_title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .form_box {
    padding: 45px 30px;
  }

  .interest_list.column_2_left,
  .interest_list.column_2_right {
    width: 50%;
  }

  .contact_button_box {
    background: none;
    margin: 0 auto;
  }

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

  .formtable label {
    margin-right: 20px;
  }

  .formtable th label {
    margin-right: 10px;
  }

  .catalog_toppage_container > ul > li .catalog_toppage_contents_img img {
    width: 100%;
    height: auto;
  }

  .catalog_toppage_container > ul > li .catalog_toppage_contents_img {
    width: 100%;
    height: auto;
  }

  .catalog_toppage_container > ul {
    display: flex;
    justify-content: space-between;
  }

  .catalog_toppage_top_img {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: contain;
    background-position: center;
  }

  .catalog_toppage_top_img:hover {
    background-size: contain;
    background-position: center;
  }

  .img_over_catalog_toppage .caption {
    position: relative;
    height: 100%;
  }

  .img_over_catalog_toppage .caption img {
    left: 37%;
    top: 8vw;
  }

  .catalog_title span:before {
    padding: 3px 0px 0px 10px;
  }

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

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

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

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

  .side_nav_catalog > ul > li > ul > li > a.catalog_bg {
    background: url("/common/images/bg_gnav02_active_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;
  }

  #confirming .contact_button_left,
  .contact_button_right {
    float: none;
  }

  #confirming .contact_button_box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

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

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

  .catalog_top_img:hover {
    background-size: contain;
  }

  .catalog_title_inn > ul {
    margin: 0;
  }

  .contact_thanks {
    width: 100%;
  }

  .contact_thanks_inn {
    width: 100%;
  }

  .contact_thanks_title_box {
    width: 100%;
  }

  .contact_thanks_overview {
    width: 100%;
  }

  .contact_thanks_box_contents {
    width: 80%;
  }

  .contact_thanks_box_top p {
    width: 80%;
  }

  .contact_button{
    margin-top: 20px;
  }

}

@media (max-width: 700px) {
  .catalog_title_inn > ul {
    display: flex;
    flex-wrap: wrap;
    width: 33%;
    width: 100%;
    margin: 0;
  }
}

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

  .side_nav_catalog > ul > li > ul {
    flex-direction: column;
    padding: 0 10px;
  }

  .side_nav_catalog > ul > li > ul > li {
    margin-bottom: 7px;
    width: 100%;
  }

  .catalog_title_inn > ul > li {
    width: 48%;
  }

  .catalog_title_inn > ul > li:nth-child(odd) {
    margin-right: 4%;
  }

  .catalog_title_inn {
    background: none;
    transition: none;
  }

  .catalog_title_inn:hover {
    background: none;
  }

  .catalog_title {
    background: url(/catalog/images/bg_catalog_line.png) no-repeat;
    background-size: contain;
    padding: 0 0 0 15px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .catalog_top_img {
    width: 100%;
    height: auto;
    background-size: contain;
  }

  .catalog_main_title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .formtable th,
  .formtable td {
    display: block;
    text-align: left;
  }

  .formtable th {
    margin: 20px 0 10px 0;
  }

  input#post1,
  input#post2 {
    width: 75px;
  }

  .tell {
    width: 210px;
  }

  .email {
    width: 250px;
  }

  .column_2_box {
    margin-top: 20px;
  }

  .formtable label {
    margin-right: 0;
  }

  #confirming .formtable .tell_text {
    padding: 0;
  }

  #confirming .formtable td {
    margin-bottom: 0;
  }

  #confirming .formtable th {
    margin: 35px 0 10px 0;
  }

  #confirming .contact_button_left,
  #confirming .contact_button_right {
    width: 265px;
  }

  #confirming .contact_button_left {
    margin: 0 0 30px 0;
  }

  #confirming .contact_button_left,
  .contact_button_right {
    float: none;
  }

  #confirming .form_text {
    width: 100%;
  }

  .club_title {
    font-size: 22px;
  }

  #confirming .form_box {
    padding: 5%;
  }

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

  .catalog_toppage_container > ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .catalog_toppage_container > ul > li {
    width: 80%;
  }

  .img_over_catalog_toppage .caption img {
    top: 13vw;
  }

  #contacForm .company,
  #contacForm .name,
  #contacForm .address,
  #contacForm .email {
    width: 100%;
  }

  #contacForm .tell {
    width: 210px;
  }

  .catalog_top_img a {
    height: 21vw;
  }

  .catalog_title span:before {
    padding: 0 0 0 10px;
    margin: 0 0 0 -15px;
  }

  .interest_title{
    margin: 15px 0 10px;
  }
  
}

@media (max-width: 400px) {
  .catalog_title {
    height: 10vw;
    background-size: cover;
  }

  .interest_list.column_2_left,
  .interest_list.column_2_right {
    width: 100%;
  }

  .contact_button_box{
    margin: 20px 0 0;
  }

}

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

}
