.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden
}
.clearfix {
  min-height: 1px
}
* html .clearfix {
  height: 1px
}
.redBtn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  background: #cc0000;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none !important;
  width: 250px;
}
.btnGray {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #eee;
  border-radius: 4px;
  color: #333333 !important;
  text-decoration: none !important;
  width: 200px;
  border: 1px solid #ccc;
}
.request_products_backpage {
  margin-bottom: 0px;
}
.subTitle {
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}
:focus {
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  background: #FBFCE5;
  border: 1px solid #DFA322;
}
.requestInformationForm textarea:focus {
  background: #FBFCE5;
  border: 1px solid #DFA322;
}
.request_text {
    font-size: 16px;
}



.request-section-search .request_recommends_header {
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 16px;
}
.request-section-search {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}
.request-section-search .searchbox {
	display: flex;
	padding: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.request-section-search .searchbox .words {
	margin: 0;
	padding: 0 20px;
	border: 1px solid #aaaaaa;
	border-radius: 8px 0 0 8px;
	width: 80%;
	height: 38px;
}

.request-section-search .searchbox .search {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0 8px 8px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 40px;
	color: #ffffff;
	background-color: #d10003;	
}

.request-section-search .searchbox .button {
	font-size: 16px;
	text-align: center;
	-webkit-transition: 0.25s background-color;
	-o-transition: 0.25s background-color;
	transition: 0.25s background-color;	
	
}





/*見出し*/
.request_step {
  margin-top: 20px;
  margin-bottom: 5px !important;
  display: block !important;
  height: auto !important;
}
.request_header_steps {
  margin-top: 35px;
}
.request_header_steps img {
  max-width: 100%;
}
.request_products {
  margin-bottom: 80px;
}
.request_step_text {
  background: none !important;
  border-bottom: 1px solid #666;
  font-size: 19px !important;
  padding: 0 0 5px 5px !important;
  margin: 0 0 20px 0 !important;
  display: block !important;
  width: auto !important
}
.request_step .request_step_text::before {
  content: '';
}
/*製品を選ぶ*/
.request_products .request_product_header .request_product_header_title {
  padding: 4px 0 !important;
}
.request_products .request_product .request_product_header_thumbnail {
  padding: 8px !important;
  width: 80px;
}
.request_products .request_product {
  border-bottom: 1px solid #dddddd !important;
}
.request_products .request_product_header .request_product_header_title {
  border-right: none !important;
}
.request_products .request_product_header .request_product_header_acion {
  padding: 4px 0 !important;
}
.request_products .request_product .request_product_header_title {
  border-right: none !important;
  padding: 8px !important;
}
.request_product_header_action .toggle_cart {
  border-radius: 80px;
}
.request_products .request_product .request_product_header_title::before {
  content: '';
}
.request_products .request_product_header {
  background-color: #f4f4f4;
}
/*フォームパーツ*/
.requestInformationForm [type="text"], .requestInformationForm [type="email"], .requestInformationForm [type="url"], .requestInformationForm [type="number"], .requestInformationForm [type="password"], .requestInformationForm [type="button"], .requestInformationForm [type="submit"], .requestInformationForm [type="reset"], .requestInformationForm textarea, .requestInformationForm select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px;
}
.requestInformationForm button {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
.requestInformationForm [type="text"], .requestInformationForm [type="email"], .requestInformationForm [type="url"], .requestInformationForm [type="number"], .requestInformationForm [type="password"], .requestInformationForm [type="submit"], .requestInformationForm [type="reset"], .requestInformationForm textarea {
  width: 100% !important;
}
.requestInformationForm ::placeholder {
  font-size: 14px;
}
.requestInformationForm select {
  width: auto !important;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/webcatalog/img/bg_select.png) no-repeat 96% #ffffff;
  background-size: auto;
  background-size: 12px 11px;
  padding: 10px 34px 10px 10px;
}
.requestInformationForm input[type="text"] {
  height: inherit;
}
.requestInformationForm table td label {
  cursor: pointer;
}
.requestInformationForm table td:nth-child(1) {
  background: #f9f9f9 !important;
}
.requestInformationForm table tr td:first-child {
  width: 28%;
}
.requestInformationForm table tr td {
  padding: 10px;
}
.form_required {
  background: #cc0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 6px;
}
#form_zip3 {
  width: 70px !important;
}
#form_zip4 {
  width: 90px !important;
}
#form_tel1, #form_tel2, #form_tel3, #form_fax1, #form_fax2, #form_fax3 {
  width: 90px !important;
}
.requestInformationForm table tr td > div.info {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.6;
}
.form_error_message {
  color: #cc0000 !important;
  font-size: 13px;
}
.requestInformationForm table tr.error td:first-child {
  background: #f9e9e9 !important;
}
.sendInfoForm {
  padding: 15px 80px;
  border-radius: 4px !important;
  background: #e38210;
  border: 1px solid #e38210;
  color: #ffffff;
  font-weight: bold;
}
.button_kenzai_red, button.button_kenzai_red, a.button_kenzai_red {
  border: 1px solid #cc0000;
  color: #ffffff;
  background-color: #cc0000;
}
.request_recommends_button_wrapper .sendInfoForm {
  border-radius: 4px !important;
  padding: 12px 60px;
}
/*------------------------------
上記の製品を見た人はこんな製品も見ています。
------------------------------*/
/*.request_recommends {
  border: none;
  background: #f9f9f9;
  width: auto;
  margin: 50px 0 120px 0;
  padding: 20px;
}*/
.request_recommends {
    border: none;
    background: #f9f9f9;
    width: auto;
    margin: 50px 0 120px 0;
    margin: 0;
    padding: 20px;
}
.request_recommends .inner {
  width: 1000px;
  margin: 0 auto;
}
.request_recommends_item_checkbox {
  border: 1px solid #cccccc;
  border-radius: 200px;
  padding: 0 !important;
}
.request_recommends_item_checkbox label {
  cursor: pointer;
  display: block;
  padding: 4px 0;
  font-size: 13px;
}
/*.request_recommends_item_checkbox [type="checkbox"] {
  display: none;
}*/
.active .request_recommends_item_checkbox {
  padding: 8px 0;
  background-color: #faf8e8 !important;
  text-align: center;
  border: 1px solid #f7d7b5;
}
.request_recommends_item_name {
  height: 6em !important;
}
.request_recommends .request_recommends_header {
  border-bottom: 1px dotted #666;
  font-weight: bold;
}
.request_recommends .request_recommends_button_wrapper {
  margin-bottom: 16px;
  text-align: center;
  margin-top: 40px !important;
}
.pickItem .request_step, .pickItem .request_step_text {
  margin: 0 !important;
}
.nologin {
  margin: 0 0 60px 0;
  border: 1px solid #cccccc;
  line-height: 1.6;
}
.nologin p.title {
  background: #f3f3f3;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.nologin .text-center {
  padding: 0 0 20px 0;
}
.request_product_header_thumbnail img {
  vertical-align: bottom;
}
.nologin .button {
  border-radius: 4px !important;
  padding: 8px 80px;
}
.submitForm {
  text-align: center;
}
.sp {
  display: none;
}
.request_products .request_product .request_product_header_title {
  font-size: 15px;
}
.button_kenzai_darkorange, button.button_kenzai_darkorange, a.button_kenzai_darkorange {
  border: 1px solid #cccccc;
  color: #333333;
  background-color: #f4f4f4;
}
.button_kenzai_darkorange:hover, button.button_kenzai_darkorange:hover, a.button_kenzai_darkorange:hover {
  color: #333333;
  background-color: #f9f9f9;
}
.button_kenzai_red:hover, button.button_kenzai_red:hover, a.button_kenzai_red:hover {
  color: #d10003;
  background-color: #ffffff;
}
.button_kenzai_red, button.button_kenzai_red, a.button_kenzai_red {
  border: 1px solid #cc0000;
  color: #ffffff;
  background-color: #cc0000;
}
.button_kenzai_red:hover, button.button_kenzai_red:hover, a.button_kenzai_red:hover {
  color: #cc0000;
  background-color: #ffffff;
}
#userForm table, .requestInformationForm table {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .request_header_steps {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .request_step {
    margin: 20px !important;
  }
  .request_product_header_title, .request_product_header_acion {
    font-size: 14px;
  }
  .request_product_header_title a {
    font-size: 13px;
  }
  .request_step_text {
    background: none !important;
    border-bottom: 1px solid #666;
    font-size: 18px !important;
    padding: 0 0 5px 5px !important;
    margin: 0 0 20px 0 !important;
    display: block !important;
    width: auto !important;
  }
  .requestInformationForm select {
    width: 100% !important;
  }
  .requestInformationForm table {
    border-collapse: collapse;
    border: none;
    width: 100%;
  }
  .requestInformationForm table tr td {
    border: none;
    border: 1px solid #cccccc;
    margin-top: -1px;
  }
  .requestInformationForm table tr td:first-child {
    width: auto;
  }
  .requestInformationForm table tr td .form_required {
    float: right;
  }
  .requestInformationForm table tr td label {
    border-bottom: 1px dotted #cccccc;
  }
  .noborder {
    border: none !important;
  }
  .backRequestInformationForm {
    margin-bottom: 10px;
  }
  .changeSendRequestInformationForm {
    margin-bottom: 10px;
  }
  .nologin {
    margin: 0 20px 60px 20px !important;
  }
  .form_message {
    padding: 0;
  }
  .request_recommends {
    background: #f9f9f9;
    width: auto;
    margin: 20px 0 0;
    padding: 20px;
  }
  .request_recommends_item_thumbnail {
    width: 100%;
  }
  .request_recommends_item_thumbnail {
    float: left;
    width: 25% !important;
  }
  .request_recommends_item_name {
    float: right;
    width: 70% !important;
  }
  .request_recommends_item_name {
    width: 70%;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow-wrap: break-word;
  }
  .request_recommends .request_recommends_items .request_recommends_item .request_recommends_item_checkbox {
    background-color: #f0f0f0;
    text-align: center;
    float: right;
    width: 30%;
    margin-top: -40px;
  }
  .request_recommends_item_checkbox label {
    cursor: pointer;
    display: block;
    padding: 3px 0;
    font-size: 12px;
  }
  .request_recommends_item {
    border-bottom: 1px dotted #cccccc;
  }
	.request-section-search .request_recommends_header {	
    font-size: 14px;
	}
  .request_recommends .request_recommends_header {
    border-bottom: 1px dotted #666;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .request_recommends {
    background: #f9f9f9;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
    width: auto;
    margin: 80px 5px 5px 5px;
    margin: 20px 0 60px 0;
    padding: 20px;
  }
  .request_recommends_button_wrapper .sendInfoForm {
    font-size: 13px !important;
    font-weight: bold
  }
}