#tel-number {
  display: none;
}

/* 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 {
  margin: 0px 0;
  line-height: 150%;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

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

/* CHECK MARK */

@-webkit-keyframes check {
  0% {
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%;
  }
}

@keyframes check {
  0% {
    height: 110%;
    width: 110%;
    left: -5%;
    top: -5%;
  }
}

@-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: 20px;
	height: 20px;
	position: absolute;
	left: 6px;
	top: 6px;
	background-color: #fff;
	border: 1px solid #666;
	*/
}

.defaultCheck label:before,
.checkbox input:checked~label:before,
.radio input:checked~label:before {
  /*
	background-color: #FF5378;
	border: 1px solid #666;
	*/
}

.checkbox label:after,
.radio label:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid transparent;
  z-index: 5;
  top: 0;
  left: 0;
}

.defaultCheck label:after,
.checkbox input:checked~label:after,
.radio input:checked~label:after {
  -webkit-animation: check 0.2s;
  animation: check 0.2s;
  border-color: #ff5378;
}

.radio.checked input[type="hidden"]+label:after {
  -webkit-animation: check 0.2s;
  animation: check 0.2s;
  border-color: #ff5378;
}

/*
.box.checked:after{
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #FF5378;
	z-index: 5;
	top: 0;
	left: 0;
}
*/

#indexlist {
  display: flex;
  flex-wrap: wrap;
}

#indexlist .box {
  width: 50%;
  padding: 10px;
}

#mainbody {
  width: 100%;
}

#mainbody.rightbody {}

#all-contents {
  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;
}

/* Confirm
-------------------------*/
#mainbody table#formTable7,
#mainbody table#formTable7 tbody,
#mainbody table#formTable7 tr,
#mainbody table#formTable7 th,
#mainbody table#formTable7 td {
  display: block;
}

#mainbody table#formTable7 th {
  width: 100%;
  padding-bottom: 0;
  font-weight: bold;
  border: none;
}

#mainbody table#formTable7 td {
  width: 100%;
  padding-top: 0;
}

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

#formDesign {
  padding: 0 10px;
}

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

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

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

#formDesign input[type="text"],
#formDesign input[type="email"],
#formDesign input[type="number"],
#formDesign textarea {
  position: relative;
  z-index: 10;
  padding: 5px;
}

#formDesign input[type="date"] {
  padding: 5px;
  background-color: #fff;
}

#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%;
  overflow: hidden;
}

#formDesign .box label {
  cursor: pointer;
}

#formDesign .box label p {
  text-align: left;
  /*	padding: 4px 5px 0 38px; */
  padding: 4px;
  font-size: 10px;
  line-height: 120%;
}

#formDesign #size .box label p {
  padding: 4px;
  text-align: center;
}

#formDesign #size input[type="number"] {
  position: relative;
  z-index: 10;
}

#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 label img.beta {
  height: 40px;
  width: 100%;
}

#formDesign .box .colorbox.beta {
  height: 40px;
  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 .col1 .box1 select {
  background: #fff;
  border: 1px solid #999;
  padding: 6px;
}

#formDesign .boxwrap {
  border-left: 1px solid #989898;
}

.col2,
.col3 {
  float: none;
}

#formDesign .col2 .box1:nth-of-type(-n + 2) {
  border-top: 1px solid #989898;
}

#formDesign .col2 .box1 {
  width: 50%;
}

#formDesign .col2 .box2 {
  width: 100%;
  padding-bottom: 5px;
}

#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: 25%;
}

#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 .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 .box7 {
  width: 87.5%;
}

#formDesign .col8 .box8 {
  width: 100%;
}

#formDesign .col8 label img,
#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: 9px;
  bottom: 1px;
}

#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 #title .box input {
  width: 100%;
}

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

#formDesign #size {
  border: none;
}

#formDesign #size .sizetext {
  text-align: center;
  padding: 4px;
  font-family: "ヒラギノ角ゴ Pro W3";
}

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

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

#formDesign #nwfsize .sizetext {
  text-align: center;
  padding: 4px;
  font-family: "ヒラギノ角ゴ Pro W3";
}

#formDesign #nwfsize .sizename {
  height: 2em;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3";
  color: #c5922c;
  font-weight: normal;
  text-align: center;
}

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

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

#formDesign #paper .box2 p {
  padding-top: 5px;
  font-size: 12px;
}

#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;*/
  height: 40px;
}

#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;
  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 #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 {}

.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 .box p.fs-title {
  color: #c5922c;
  padding: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
}

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

#formDesign #color #freesize,
#formDesign #color #color_etc_wrap,
#formDesign #poly_logo #poly_logo_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;
}

#formDesign #freesize {
  padding-bottom: 4px;
}

#formDesign #freesize input[type="number"] {
  width: 50px;
}

#formDesign #freesize #size-input {
  position: relative;
  z-index: 6;
}

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

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

.help-box {
  display: none;
  /*
	position: absolute;
	*/
  position: fixed;
  display: none;
  vertical-align: middle;
  height: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
  line-height: 150%;
  font-size: 14px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 20;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.help-box.open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.help-box>span {
  display: inline-block;
  position: absolute;
  height: auto;
  width: 100%;
  top: calc(50% - 50px / 2);
  padding: 20px;
}

.help-box>span>span {
  width: 28px;
  height: 28px;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3e5368;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
}

.help-box>span>span:after {
  display: block;
  text-align: center;
  font-size: 28px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  content: "×";
  line-height: 28px;
  cursor: pointer;
  text-decoration: none;
  color: #3e5368;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*=================================================
	サイドメニュー
==================================================*/
#sidewrap {
  position: relative;
}

#sidemove {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -75px;
  z-index: 10;
  background-color: #fff;
  font-size: 80%;
}

#sidemove h2 {
  position: relative;
  background-color: #ff1e73;
  /*7C6B66*/
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 18px 6px 6px;
}

#sidemove h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 50%;
  margin-left: -4px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

#sidemove .meisai {
  padding: 6px;
}

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

#sidemove #cart-box .meisai li a {
  display: block;
  padding: 10px 0;
}

#sidemove #cart-box a.formCheckBtn {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 136px;
  padding: 8px 16px 8px 4px;
  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.backBtn {
  background-color: #aaa;
  width: 128px;
  padding: 8px 4px 8px 16px;
}

#sidemove #cart-box a.formCheckBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 9px;
  top: 50%;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#sidemove #cart-box a.backBtn.formCheckBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 9px;
  top: 50%;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: none;
  transform: rotate(-45deg);
}

#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 2% 10px 0;
  width: 48%;
}

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

.estSelect a {
  display: block;
  width: 100%;
  height: 54px;
  font-size: 12px;
  text-decoration: none;
  color: #c2c2c2 !important;
  border: 1px solid #c2c2c2 !important;
  background-color: #ffffff !important;
  padding: 10px 0 0 40px;
  line-height: 17px;
  background-size: 36px !important;
  background-position: left center !important;
}

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

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

.prefaceText {
  clear: both;
  margin-bottom: 20px;
  padding: 0 10px;
}

.type-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 100%;
  background-color: #f5f5f5;
  padding: 6px;
  border-bottom: 1px solid #666;
}

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

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

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

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

.lotText {
  font-size: 16px;
}

.lotText div {
  padding: 4px 0;
}

.nowidth {
  width: auto !important;
}

.formCheckBtn {
  display: inline-block;
  margin: 5px 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;
  -webkit-appearance: none;
  border-radius: 0;
}

.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: 10px 0;
}

#confTable .th {
  padding: 10px 0 0;
  font-weight: bold;
}

#confTable .td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/*=================================================
	見積もり確認・入力フォーム
==================================================*/
#requestForm {
  padding: 0 10px;
}

#requestForm h2 {
  font-size: 14px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  margin-top: 20px;
}

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

#requestForm .line {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
}

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

#requestForm .hi {
  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 .userTable {}

#requestForm .userTable .th {
  padding: 15px 0 5px;
  vertical-align: middle;
  font-weight: bold;
}

#requestForm .userTable .td {
  padding: 0;
  vertical-align: middle;
}

#requestForm .userTable input[type="text"],
#requestForm .userTable input[type="number"],
#requestForm .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 .userTable select {
  padding: 6px 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

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

#requestForm .userTable input[type="button"] {
  cursor: pointer;
}

#requestForm .userTable #zip {
  width: 15ex;
}

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

#requestForm .userTable select+input,
#requestForm .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;
}

#sample-wrap h3 {
  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: 10px 12px;
  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: left;
}

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

#sample-wrap input[type="checkbox"]+label {
  display: block;
  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;
  height: 71px;
  width: 100%;
  background: url("/material/estimate/images/btn_sample.png") no-repeat center 0;

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

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

#sample-wrap .wpcf7-form-control-wrap-confirm {
  content: "";
  display: inline-block;
  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;
}

.wrap-title {
  position: relative;
  background-color: #50bdc7;
  line-height: 100%;
  padding: 8px 10px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.wrap-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 8px;
  top: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.wrap-title.open::after {
  transform: rotate(-135deg);
  top: 14px;
}

.wrap-title span.step {
  display: inline-block;
  padding-right: 10px;
}

.wrap-title span.hi {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  padding: 3px 6px;
  background-color: #e60012;
  vertical-align: bottom;
  margin-left: 10px;
}

.step-error {
  background-color: #ff8383 !important;
}

.wrap {
  display: none;
  margin-bottom: 20px;
  /*
	overflow: hidden;
	height: 0;
	max-height: 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	*/
}

.wrap.open {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  height: auto;
  max-height: 100rem;
}

#fileupload {
  padding: 20px 0 0;
}

#fileupload .btn {
  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;
  vertical-align: middle;
}

#upfile-wrap {
  display: none;
  margin-top: 10px;
}

#filename {
  display: inline-block;
}

#progress {
  display: none;
  width: 300px;
  border: 1px solid #ccc !important;
  background-color: #fafafa;
  vertical-align: middle;
  margin: 0 10px;
}

#progress .progress-bar {
  width: 0%;
  height: 25px;
  background: #50bdc7;
}

#progress .progress-bar span {
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  color: #fff;
}

#filedel {
  display: none;
  cursor: pointer;
  background-color: #999;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 7px 12px;
  line-height: 100%;
}

#filedel:hover {
  background-color: #666;
}

.tc.fullorder {
  display: none;
  font-weight: bold;
  border: 1px solid #989898;
  padding: 16px;
}

.color-image {
  position: relative;

  img {
    width: 100%;
    height: 40px;
    object-fit: cover;
  }
}

.sp-estimate-item-list>div {
  margin: 30px 16px 0;

  h2 {
    color: #000;
    font-family: "Yu Gothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.sp-estimate-item-list>div ul {
  margin-top: 10px;

  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 10px;
}


.sp-estimate-item-list>div ul a {
  background: #F4F4F4;
  display: block;
  color: black !important;
  padding: 0 23px 0 23px;
  height: 62px;

  h3 {
    font-weight: normal;
    font-size: 16px;
  }

  p {
    margin: 0;
    font-size: 12px;
  }
}

.sp-estimate-item-list>div ul a>div {
  display: grid;
  grid-template-columns: 1fr 70px auto;
  align-items: center;
}

hr.s {
  display: block !important;
  margin: 30px 16px 0;
  stroke-width: 1px;
  stroke: transparent !important;
  border-color: transparent !important;
  background: transparent !important;
  border-top: 1px solid #E6E6E6 !important;
}

.sp-estimate-header {
  text-align: center;

  h1 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  p {
    margin-top: 1em;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
