/* COMMON */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

p {
  font-size: 14px;
  margin: 0px 0;
  line-height: 150%;
}

.ftc {
  text-align: center;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.text-error {
  color: red;
  font-size: 13px;
}

/* CHECK MARK */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    bottom: 14px;
    height: 0;
    width: 0;
  }
  15% {
    bottom: 14px;
    height: 0;
    width: 5px;
  }
  50% {
    bottom: 4px;
    height: 10px;
    width: 5px;
  }
}

@-webkit-keyframes check-mini {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check-mini {
  0% {
    bottom: 11px;
    height: 0;
    width: 0;
  }
  15% {
    bottom: 11px;
    height: 0;
    width: 5px;
  }
  50% {
    bottom: 1px;
    height: 10px;
    width: 5px;
  }
}

.checkbox label:before,
.radio label:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 6px;
  bottom: 8px;
  border: 1px solid #666;
}
.defaultCheck label:before,
.checkbox input:checked ~ label:before,
.radio input:checked ~ label:before {
  background-color: #666;
  border: 1px solid #666;
}

.checkbox label:after,
.radio label:after {
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);

  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;

  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: 7px;
  height: 8px;
  width: 4px;
}
.defaultCheck label:after,
.checkbox input:checked ~ label:after,
.radio input:checked ~ label:after {
  /*-webkit-animation: check 0.5s;
	animation: check 0.5s;*/
  border-color: #fff;
}

#mainbody {
  width: 100%;
}
#mainbody.rightbody {
  width: 800px;
}

#all-contents {
  width: 1050px;
  margin: auto;
}

#mainbody table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

#mainbody table th {
  position: relative;
  width: 20%;
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

#mainbody table td {
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
}

#mainbody table th::after,
#mainbody table td::after {
  content: "";
  display: block;
  border-right: 1px dotted #ddd;
  height: 80%;
  width: 1px;
  position: absolute;
  top: 10%;
  right: 0;
}

#mainbody table th:last-child::after,
#mainbody table td:last-child::after {
  display: none;
}

/*=================================================
	仕様選択画面
==================================================*/

#formDesign {
  width: 780px;
  float: left;
}

#sidewrap {
  width: 250px;
  float: right;
  position: relative;
}

#sidemove {
  position: sticky;
  width: 100%;
  right: 0;
  top: 0;
}

#sidemove .border-box{
  border: #50bdc7 2px solid;
}

#formDesign h2 {
  color: #50bdc7;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 40px 0 10px;
}

#formDesign #title h2 {
  margin-top: 0;
}

#formDesign h3 {
  color: #50bdc7;
  margin: 40px 0 10px;
}

#formDesign h3.gray {
  color: #adadad;
}

#formDesign input[type="text"],
#formDesign input[type="email"],
#formDesign input[type="number"],
#formDesign textarea {
  padding: 5px;
}

#formDesign select.lot {
  padding: 5px;
  width: 110px;
}

#formDesign input.error {
  display: inline-block;
  border: 1px solid #f00;
  background-color: #fff8f8;
}

#formDesign .boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#formDesign .boxs.error {
  border: 1px solid #f00;
}

#formDesign .box {
  position: relative;
  border: 1px solid #989898;
  border-top: none;
  border-left: none;
  line-height: 100%;
}

#formDesign .box label {
  cursor: pointer;
}

#formDesign .box label p {
  text-align: left;
  padding: 0 5px 0 35px;
  height: 3em;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 120%;
}

#formDesign .box .sizename {
  text-align: left;
  padding: 0 0 5px 36px;
  height: 2em;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3";
  color: #c5922c;
  font-weight: normal;
}

#formDesign .box .hwd {
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W3";
}

#formDesign .box .sizenamefree {
  padding-left: 35px;
  margin-top: 13px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #c5922c;
  font-family: "ヒラギノ角ゴ Pro W3";
}

#formDesign .box .hwd-free {
  display: block;
  padding: 7px 0 0 36px;
  font-size: 11px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3";
}

#formDesign .box .sizetext {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}

#formDesign .box:hover:not(.checked):not(.disabled) label {
  opacity: 0.7;
}

/*#formDesign .box.checked{
	background-color: #92D6DC;
}*/

#formDesign .box label {
  text-align: center;
}
#formDesign .box label img {
  max-width: 100%;
}

#formDesign .box.disabled label {
  background-color: #ccc;
  opacity: 0.5;
  cursor: default;
}
#formDesign .box.disabled label img {
  opacity: 0.5;
}
#formDesign .box.disabled:hover {
  background-color: transparent;
}

#formDesign .box-padding {
  padding: 10px 20px;
}

#formDesign .box.br {
  border-right: 1px solid #989898;
}

#formDesign .box b {
  display: block;
  text-align: center;
  padding: 4px;
  background-color: #fff;
}

#formDesign .col1 .box1 {
  border-top: 1px solid #989898;
  border-left: 1px solid #989898;
  width: 100%;
}

#formDesign .boxwrap {
  border-left: 1px solid #989898;
}
#formDesign .col2 .box1:nth-of-type(-n + 2) {
  border-top: 1px solid #989898;
}
#formDesign .col2 .box1 {
  width: 50%;
}
#formDesign .col2 .box2 {
  width: 100%;
}

#formDesign .col3 .box1:nth-of-type(-n + 3) {
  border-top: 1px solid #989898;
}
#formDesign .col3 .box1 {
  width: 33.333%;
}
#formDesign .col3 .box2 {
  width: 66.666%;
}
#formDesign .col3 .box3 {
  width: 100%;
}

#formDesign .col4 .box1:nth-of-type(-n + 4) {
  border-top: 1px solid #989898;
}
#formDesign .col4 .box1 {
  width: 20%;
}
#formDesign .col4 .box2 {
  width: 50%;
}
#formDesign .col4 .box3 {
  width: 75%;
}
#formDesign .col4 .box4 {
  width: 100%;
}

#formDesign .col5 .box1:nth-of-type(-n + 5) {
  border-top: 1px solid #989898;
}
#formDesign .col5 .box1 {
  width: 20%;
}
#formDesign .col5 .box2 {
  width: 40%;
}
#formDesign .col5 .box3 {
  width: 60%;
}
#formDesign .col5 .box4 {
  width: 80%;
}
#formDesign .col5 .box5 {
  width: 100%;
}

#formDesign .col5-2 .box1:nth-of-type(-n + 5) {
  border-top: 1px solid #989898;
}
#formDesign .col5-2 .box1 {
  width: 20%;
}
#formDesign .col5-2 .box2 {
  width: 40%;
}
#formDesign .col5-2 .box3 {
  width: 60%;
}
#formDesign .col5-2 .box4 {
  width: 80%;
}
#formDesign .col5-2 .box5 {
  width: 100%;
}

#formDesign .col6 .box1:nth-of-type(-n + 6) {
  border-top: 1px solid #989898;
}
#formDesign .col6 .box1 {
  width: 16.666%;
}
#formDesign .col6 .box2 {
  width: 33.333%;
}
#formDesign .col6 .box3 {
  width: 50%;
}
#formDesign .col6 .box4 {
  width: 66.666%;
}
#formDesign .col6 .box5 {
  width: 83.333%;
}
#formDesign .col6 .box6 {
  width: 100%;
}

#formDesign .col7 .box1:nth-of-type(-n + 7) {
  border-top: 1px solid #989898;
}
#formDesign .col7 .box1 {
  width: 14.2857%;
}

#formDesign .col8 .box1:nth-of-type(-n + 8) {
  border-top: 1px solid #989898;
}
#formDesign .col8 .box1 {
  width: 12.5%;
}
#formDesign .col8 .box2 {
  width: 25%;
}
#formDesign .col8 .box3 {
  width: 37.5%;
}
#formDesign .col8 .box4 {
  width: 50%;
}
#formDesign .col8 .box5 {
  width: 62.5%;
}
#formDesign .col8 .box6 {
  width: 75%;
}
#formDesign .col8 .box7 {
  width: 87.5%;
}
#formDesign .col8 .box8 {
  width: 100%;
}
#formDesign .col8 label img {
  width: 100%;
  height: 85px;
}

#formDesign .col8 label .colorbox {
  width: 100%;
  height: 85px;
}
#formDesign #nwfcolor .col8 label img,
#formDesign #haku .col8 label img,
#formDesign #handleColor .col8 label img {
  height: auto;
}
#formDesign .col8 label p {
  font-size: 10px;
}
#formDesign .col8 .checkbox label:before,
#formDesign .col8 .radio label:before {
  bottom: 4px;
}
#formDesign .col8 .checkbox label:after,
#formDesign .col8 .radio label:after {
  left: 10px;
  bottom: 3px;
}

#formDesign .col5-2 .checkbox label:before,
#formDesign .col5-2 .radio label:before {
  left: 8px;
  bottom: 31px;
}
#formDesign .col5-2 .checkbox label:after,
#formDesign .col5-2 .radio label:after {
  left: 12px;
  bottom: 30px;
}

#formDesign .col8 .checkbox input:checked ~ label:after,
#formDesign .col8 .radio input:checked ~ label:after {
  -webkit-animation: check-mini 0.5s;
  animation: check-mini 0.5s;
}

#formDesign .bk {
  border-top: 1px solid #989898;
}

#formDesign input[type="radio"],
#formDesign input[type="checkbox"] {
  display: none;
}

#formDesign .box label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

#formDesign .box label span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

#formDesign #title .box {
  text-align: left;
}

#formDesign #lot input[type="number"] {
  width: 110px;
}

#formDesign #size .box3 label {
  display: block;
}

#formDesign #paper .box2 p {
  padding-top: 30px;
}

#formDesign #nwfsize .boxs,
#formDesign #nwfcolor .boxs,
#formDesign #full #haku .boxs,
#formDesign #handleColor .boxs {
  display: none;
}

#formDesign #nwfsize .boxs.view,
#formDesign #nwfcolor .boxs.view,
#formDesign #handleColor .boxs.view {
  display: block;
}

#formDesign #nwfsize .boxs .boxwrap,
#formDesign #nwfcolor .boxs .boxwrap,
#formDesign #handleColor .boxs .boxwrap {
  display: flex;
  flex-wrap: wrap;
}

#formDesign .noselect {
  font-weight: bold;
  border: 1px solid #989898;
  padding: 16px;
}

#formDesign .infobox {
  font-weight: bold;
  border: 1px solid #989898;
  padding: 16px;
}

#formDesign .colorbox {
  width: 100%;
  height: 129px;
}

#formDesign #print-no {
  display: none;
}

#formDesign #haku-color,
#formDesign #haku-oshi {
  display: none;
}

#formDesign #userem {
  width: 100%;
}

#formDesign .only-radio [type="radio"] {
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

#formDesign .only-radio label {
  display: inline-block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1rem;
  padding-right: 20px;
}

#formDesign .only-radio [type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0.15em #000;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

#formDesign .only-radio [type="radio"]:checked + span:before {
  background: #ff5378;
}

#formDesign .only-radio .disabled [type="radio"] + span:before {
  box-shadow: 0 0 0 0.15em #ccc;
  background-color: #fff;
}

/* 使用説明 ===================*/

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-question-sign:before {
  content: "\e085";
}

/* 枚数 ===================*/

/* オプション ==============*/
#formDesign #optionHatome,
#formDesign #kuchi_ribbon_wrap,
#formDesign #optionEmboss,
#formDesign #optionSpecial {
  display: none;
}

#formDesign #optionHatome.show,
#formDesign #optionEmboss.show,
#formDesign #optionSpecial.show {
  display: block;
}

/* A/B面解説ポップアップ =============*/
.mfp-iframe-scaler {
  padding-top: 450px;
}

.mfp-iframe-scaler iframe {
  background-color: #fff;
  padding: 20px;
  height: 450px;
}

/* 表面加工 =============*/

/* 紐 =============*/

/* 紐カラー =============*/

/* 箔押し種類 =============*/

/* 箔押し色 =============*/

/* お客様情報 ===================*/

#preface {
  width: 1050px;
}

.sizeTitle {
  font-size: 19px;
  margin-top: 10px;
  line-height: 35px;
}

.sizeDetail {
  font-size: 12px;
  font-weight: normal;
}

.freeSizeBox {
  vertical-align: middle;
  padding: 8%;
  color: #515151;
  font-size: 17px;
}

#scriptchk {
  display: none;
}

#formDesign #size #freesize {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f8f8;
}

#formDesign .box p.fs-title {
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  display: block;
  text-align: center;
}

#formDesign .box p.fs-text {
  font-size: 14px;
  margin: 8px 0;
  font-weight: normal;
  padding: 0;
  height: auto;
  display: block;
  text-align: center;
}

#formDesign .box p.fs-textsize {
  font-size: 14px;
  top: 48px;
  right: 66px;
  position: absolute;
}

#formDesign .freesize-box {
  position: relative;
}

#formDesign .freesize-box-iamge {
  padding: 0 24px;
}

#formDesign .freesize-hwd {
  top: 78px;
  right: 21px;
  position: absolute;
}

#formDesign #size #freesize input[type="text"] {
  width: 55px !important;
}

#formDesign #color #freesize,
#formDesign #color #color_etc_wrap,
#formDesign #haku #haku_etc_wrap {
  padding: 20px 0;
}
#formDesign #color .box p.fs-title,
#formDesign #haku .box p.fs-title {
  margin-top: 0;
}

#formDesign #color .box p.fs-text {
  padding: 0 20px;
}

.freeSizeBox2 {
  vertical-align: middle;
  padding: 6%;
  color: #515151;
  font-size: 14px;
}

.hakuText {
  font-size: 11px;
  line-height: 18px;
  color: #777777;
  padding: 10px;
  margin-left: 130px;
  letter-spacing: 1px;
  border-top: 1px solid #777777;
}

.hakuTitle {
  line-height: 35px;
}

.printText {
  font-size: 13px;
  line-height: 35px;
}

.optText {
  color: #696969;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 5px;
}

.help {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 3;
}

.help img {
  width: 20px;
  height: auto;
}

.help-box {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px 5px 10px 10px;
  text-align: left;
  line-height: 150%;
  font-size: 11px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

/*=================================================
	サイドメニュー
==================================================*/
#sidemove {
  font-size: 80%;
  margin-bottom: 20px;
}

#sidemove h2 {
  background-color: #50bdc7; /*7C6B66*/
  margin: 0 0 0px;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 6px;
}

#sidemove .meisai {
  padding: 6px;
  border: #50bdc7 2px solid;
}

#sidemove .meisai ul {
  margin: 0;
  padding: 0 0 6px 0;
}

#sidemove .meisai li {
  list-style: none;
}

#sidemove .mark {
  color: #dba55e;
  display: inline-block;
  margin-right: 4px;
}

#sidemove #cart-box {
  padding-bottom: 20px;
}

#sidemove #cart-box .meisai a {
  color: #000;
}

#sidemove #cart-box .meisai a:hover {
  text-decoration: underline;
  color: #ff1493;
}

#sidemove #cart-box .meisai li {
  border-bottom: 1px dotted #ccc;
  padding: 4px 0;
}

#sidemove #cart-box a.formCheckBtn {
  display: block;
  margin: 0 auto;
  width: 178px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #ff4b7d;
  border: none;
  color: #fff;
  border-radius: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

#sidemove #cart-box a.formCheckBtn:hover {
  opacity: 0.8;
}

/*=================================================
	画像マウスオーバー　
==================================================*/
.est-menu ul {
  padding: 0;
  margin: 0;
}

.est-menu li {
}

li.estSelect {
  list-style: none;
}

.est-menu {
  padding: 20px 0 0;
}

.estSelect {
  float: left;
  margin: 0 1.3333% 10px 0;
  width: 24%;
}

.estSelect:nth-child(4n) {
  margin-right: 0;
}

.estSelect a {
  display: flex;
  width: 100%;
  height: 54px;
  font-size: 16px;
  text-decoration: none;
  color: #c2c2c2 !important;
  border: 1px solid #c2c2c2 !important;
  background-color: #ffffff !important;
  padding: 0px 0 0 60px;
  line-height: 1;
  align-items:center;
}

.estSelect.active a,
.estSelect a:hover {
  color: #ffffff !important;
  border: 1px solid #92d6dc !important;
  background-color: #92d6dc !important;
}

.estSelect1 a {
  background: url("/material/form/img/ebtn_full.png") no-repeat;
}

.estSelect2 a {
  background: url("/material/form/img/ebtn_basic.png") no-repeat;
}

.estSelect3 a {
  background: url("/material/form/img/ebtn_eco.png") no-repeat;
}

.estSelect4 a {
  background: url("/material/form/img/ebtn_easy.png") no-repeat;
}

.estSelect5 a {
  background: url("/material/form/img/ebtn_kraft.png") no-repeat;
}

.estSelect6 a {
  background: url("/material/form/img/ebtn_speedy.png") no-repeat;
}

.estSelect7 a {
  background: url("/material/form/img/ebtn_pre.png?i=0522") no-repeat;
}

.estSelect8 a {
  background: url("/material/form/img/ebtn_poly.png") no-repeat;
}

.estSelect11 a {
  background: url("/material/form/img/ebtn_box.png") no-repeat;
}

.estSelect12 a {
  background: url("/wp/wp-content/themes/bb-rwd/assets/images/common/sidebar/products/icon-products-nwb.png") no-repeat;
}

.estSelect13 a {
  background: url("/wp/wp-content/themes/bb-rwd/assets/images/common/sidebar/products/icon-products-sus.png") no-repeat;
}

.estSelect14 a {
  background: url("/wp/wp-content/themes/bb-rwd/assets/images/common/sidebar/products/icon-products-seal.png") no-repeat;
  background-position: 10px center;
}

.estSelect15 a {
  background: url("/wp/wp-content/themes/bb-rwd/assets/images/common/sidebar/products/icon-products-ribbon.png") no-repeat;
  background-position: 10px center;
}

/*==================================================*/
.estSelectSText {
  font-size: 14px;
}

.prefaceText {
  clear: both;
  margin-bottom: 40px;
  line-height: 180%;
}

/* 必須項目など重要箇所の赤文字 */
.redFont {
  color: #e60012;
}

.necessaryMark {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background-color: #e60012;
  line-height: 100%;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -4px;
}

.necessaryMark.opt {
  background-color: #377fd0;
}
.necessaryMark.basic {
  background-color: #16b50e;
}

.ifneededMark {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  background-color: #a7a7a7;
  line-height: 100%;
  padding: 6px 10px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -4px;
}

.ifneededMark.lspace {
  letter-spacing: 1px;
}

.lotText {
  font-size: 16px;
}

.nowidth {
  width: auto !important;
}

.formCheckBtn {
  display: inline-block;
  width: 178px;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  text-align: center;
  background: #50bdc7;
  border: none;
  color: #fff !important;
  border-radius: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.formCheckBtn.success {
  background-color: #ff4b7d;
}

.formCheckBtn:hover {
  opacity: 0.8;
}

.errorform {
  background-color: #ffeaea;
}

.error {
  display: none;
  padding: 6px 0;
  font-weight: bold;
  color: #f00;
}

.errorBox {
  border: 2px solid #f00;
  color: #f00;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}

.red {
  color: #f00;
}

.w3 {
  width: 6ex;
  display: inline-block;
}

/* 確認ページ */
.check {
  width: 100%;
}

.check th {
  padding: 5px 15px 5px 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #cccccc;
}

.check td {
  padding: 5px 15px 10px 15px;
  font-size: 14px;
  background-color: #eeeeee;
}

.information {
  margin: 30px 0;
}

/*=================================================
	見積もり確認・入力フォーム
==================================================*/
#requestForm {
}

#requestForm table.horizontal th {
  width: auto;
}

#requestForm .controll {
  font-size: 12px;
  color: #888;
}

#requestForm .hi {
  position: absolute;
  right: 5px;
  font-size: 0.8em;
  border: 1px solid #e74b77;
  display: inline-block;
  margin-left: 6px;
  line-height: 100%;
  padding: 3px 8px;
  color: #e74b77;
  font-weight: 500;
}

#requestForm table.userTable th,
#requestForm table.userTable td {
  padding: 15px;
  vertical-align: middle;
}

#requestForm table.userTable input[type="text"],
#requestForm table.userTable input[type="number"],
#requestForm table.userTable input[type="email"] {
  padding: 6px 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  border: 1px solid #a9a9a9;
}

#requestForm table.userTable select {
  padding: 6px 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

#requestForm table.userTable textarea {
  padding: 6px 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
}
#requestForm table.userTable input[type="button"] {
  cursor: pointer;
}

#requestForm table.userTable #zip {
  width: 18ex;
}

#requestForm table.userTable #tel,
#requestForm table.userTable #fax {
  width: 26ex;
}

#requestForm table.userTable select + input,
#requestForm table.userTable input + input {
  margin-top: 5px;
}

#requestForm #zips {
  width: auto;
  margin-left: 10px;
}

#requestForm .detail {
  display: none;
}
#requestForm .detail td {
  padding: 0;
}
#requestForm .detail div {
  display: none;
  padding: 15px;
}

/* SAMPLE REQUEST */
#sample-wrap {
  margin: 10px auto;
  width: 840px;
}

#sample-wrap h3.sample-head {
  margin: 0;
  background-color: #ff4b7d;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px;
  line-height: 33px;
}

#sample-wrap .sample-inner {
  padding: 22px 16px;
  border: 1px solid #d1d1d1;
  position: relative;
}

#sample-wrap .sample-inner .s-bag {
  position: absolute;
  top: -32px;
  right: 24px;
}

/* #sample-wrap .sample-inner p {
  text-align: center;
} */

#sample-wrap .sample-inner p.sample-text {
  text-align: center;
}

#sample-wrap input[type="checkbox"] {
  position: absolute;
  left: -1000em;
}

#sample-wrap input[type="checkbox"] + label {
  display: block;
  width: 285px;
  height: 71px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  margin: 10px auto 0;
  cursor: pointer;
}

#sample-wrap input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 285px;
  height: 71px;
  background: url("/material/estimate/images/btn_sample.png") no-repeat 0 0;

  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}

#sample-wrap input[type="checkbox"]:checked + label:before {
  background-position: 0 -72px;
}

#sample-wrap .wpcf7-form-control-wrap-confirm {
  content: "";
  display: inline-block;
  width: 285px;
  height: 71px;
  background: url("/material/estimate/images/btn_sample.png") no-repeat 0 0;
}

#error-message {
  border: 2px solid #d00;
  padding: 18px;
  color: #d00;
  margin: 20px 0 10px;
}

.formError {
  color: #d00;
  font-weight: bold;
}

.inputError {
  border: 1px solid #d00 !important;
  background-color: #fff8f8;
}

#request-login .float-left {
  width: 55%;
  float: left;
}

#request-login .float-right {
  width: 40%;
  float: right;
}

.doui {
  width: 840px;
  padding: 20px;
  font-size: 13px;
  background-color: #e3e3e2;
  margin: 20px auto 30px;
  text-align: center;
}

.doui-check {
  border: 2px solid #c5cfdc;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
}

.flex-between {
  justify-content: space-between;
}
