/* FORM
-----------------------------*/

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
  width: auto;
  margin: auto;
}
/* End hide from IE-mac */

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

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

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
select:disabled {
  background-color: #e7e7e7;
}

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

textarea {
  padding: 4px 6px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*width: 90%;*/
}
input[type="button"] {
  cursor: pointer;
  border: 1px solid #a9a9a9;
  background-color: #fff;
  font-size: 12px;
  border-radius: 6px;
  padding: 8px 14px;
  margin-left: 10px;
}
input:focus {
  background-color: #fefef3;
}

.tc {
  text-align: center;
}
.tr {
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}

.w3 {
  display: inline-block;
  width: 3em;
}
.wmax {
  width: 400px;
}

.w100p {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

.wshort {
  width: 140px !important;
}

.wmiddle {
  width: 300px !important;
}

.wdate {
  width: 100px !important;
}

.wzip {
  width: 100px !important;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 17px 20px;
  height: 50px;
  border: none;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.btn:visited,
.btn:link {
  color: #fff;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-small {
  padding: 8px 10px;
  height: auto;
  font-size: 12px;
}

.btn-info,
.btn-info:visited,
.btn-info:link {
  border: 1px solid #e74b77;
  color: #000;
  padding: 14px 40px;
  height: auto;
}

.btn-info:hover {
  opacity: 0.75;
}

.btn-success {
  background-color: #56aa19;
}

.btn-success:hover {
  background-color: #7acb3e;
}

.btn-important {
  background-color: #b32929;
  color: #fff !important;
}

.btn-important:hover {
  background-color: #cf4545;
}

.btn-file {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.custom-radio input {
  display: none;
}
.custom-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.custom-radio label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #bdc3c7;
  border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #ff43a8;
}

/* ESTIMATE
-------------------------------*/
#estimate {
  width: 100%;
}

#estimate #form-wrap h3 {
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  padding: 8px;
}

#estimate #form-wrap h4 {
  margin: 10px 0 0 0;
}

#estimate #form-wrap .left {
  float: left;
  width: 450px;
}

#estimate #form-wrap .right {
  float: right;
  width: 560px;
}

#estimate #form-wrap .col50 {
  float: left;
  width: 50%;
}

#estimate #form-wrap .esttd {
  padding: 10px 20px;
}

#estimate #estimate-menu {
  width: 846px;
  margin: 0 auto;
}

#estimate .tab-box {
  margin: 0;
  padding: 0;
}

#estimate .tab-box li {
  display: block;
  width: 262px;
  margin: 10px;
  float: left;
}

/* ESTIMATE LIST */
#estimate-list {
  display: table;
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

#estimate-list .list-tr {
  display: table-row;
}

#estimate-list .list-td {
  display: table-cell;
  border: 1px solid #000;
  padding: 6px 10px;
  vertical-align: middle;
}

#estimate-list .list-td h3 {
  margin: 0;
}

.list-detail {
  display: none;
}

.list-detail label {
  display: inline-block;
  width: 100px;
}

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

/* FORM */
#form-wrap th {
  position: relative;
}

#form-wrap .label {
  position: absolute;
  right: 0;
  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;
}

#form-wrap table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
}

#form-wrap table th {
  width: 200px;
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}
#form-wrap table th.th100w {
  width: initial;
}

#form-wrap table td {
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
}

#form-wrap .submit {
  text-align: center;
}

#form-wrap .confirm {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  width: 250px;
  height: 50px;
  background-color: #1f384b;
  border: none;
  color: #fff;
  cursor: pointer;
}
#form-wrap .confirm:hover {
  background-color: #335b7a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#form-wrap .rewrite {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  width: 150px;
  height: 50px;
  background-color: #1f384b;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
}
#form-wrap .rewrite:hover {
  background-color: #335b7a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#form-wrap .submit {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  padding: 0 0px;
  width: 190px;
  height: 50px;
  background-color: #ff4e86;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
#form-wrap .submit:hover {
  background-color: #ff8aae;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#form-wrap #kiyaku {
  width: 100%;
  border: 1px solid #999;
}

.border-wrap {
  border: 1px solid #cfcfcf;
  padding: 15px;
  margin-bottom: 20px;
}

.border-wrap ul.point-list {
  padding-left: 2em;
  list-style: disc;
  font-size: 14px;
}

.border-wrap ul.point-list li {
  margin-bottom: 0.5em;
}

.border-wrap .attention {
  border: 1px solid #8a1010;
  padding: 10px;
}

.border-wrap .attention h2 {
  font-weight: bold;
  border: none;
  color: #900;
}

.border-wrap .listup {
  font-size: 12px;
}

.border-wrap .listup a:before {
  content: "\f062";
  font-family: FontAwesome;
  margin-right: 4px;
}

.text-error {
  color: #e00;
  display: block;
}

.error-box {
  color: #e00;
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  border: 2px solid #e00;
  margin-top: 30px;
}

.text-success {
  color: #00e;
  display: block;
}

.success-box {
  color: #00e;
  font-weight: bold;
  padding: 6px 10px;
  text-align: center;
  border: 2px solid #00e;
  margin-top: 30px;
}

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

.inputError {
  border: 1px solid #d00 !important;
  background-color: #fff8f8;
}
.info-border {
  border: 1px solid #e74b77;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 30px;
}

.info-attention {
  border: 1px solid #e74b77;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 30px;
}

.scriptchk {
}

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

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

#zip {
  width: 18ex;
}

/* SAMPLE請求 */
.sample_title {
  font-size: 16pt;
  color: #727272;
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 7px;
  margin-top: 25px;
}

.sample_text {
  color: #ff1493;
  padding: 0 0 10px 0;
  font-size: 10pt;
}

.sample_text_nakami {
  color: #ff1493;
  font-size: 9pt;
  padding: 5px 0 20px 0;
  line-height: 13pt;
}

.sample_dot {
  padding: 10px 0 10px 0;
}

.midashi {
  color: #ff2970;
  font-size: 25px;
  line-height: 135%;
  letter-spacing: 2px;
  margin: 25px 0px 5px 0px;
}

.normal_text {
  color: #727272;
  font-size: 15px;
  line-height: 135%;
  margin: 0px 0px 15px 0px;
}

.small_text {
  color: #727272;
  font-size: 11px;
}

#mainbody .box {
  width: 700px;
  margin: auto;
  margin-top: 40px;
}
.samplebox {
  float: left;
}

.comment-box {
  margin-bottom: 1em;
}

/* mypage */
#mypagemenu-title {
  font-size: 16px;
}

#mypage-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  border-left: 1px solid #aaa;
  margin-bottom: 20px;
}

#mypage-nav li {
  list-style-type: none;
  padding: 0;
}

#mypage-nav li a {
  position: relative;
  display: block;
  color: #000;
  padding: 10px 20px 10px 20px;
  line-height: 100%;
  border-right: 1px solid #aaa;
}

#mypage-nav li a:hover {
  color: #797979;
}

#mypage-nav li a::after {
  content: "";
}

#mypage h1 {
  color: #ff4b7d;
}

/* 注文履歴 */
.history-box {
  border-top: 2px solid #b5b4b4;
  margin-bottom: 60px;
}

.history-box .history-box-header {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #b5b4b4;
}

.history-box .history-box-header .bill-date {
  border-right: 1px solid #b5b4b4;
  width: 190px;
  padding: 8px 10px;
}

.history-box .history-box-header .bill-title {
  flex: 1;
  padding: 8px 10px;
}

.order-det {
  border: 1px solid #7a7776;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.order-det th {
  background-color: #b4b1ac;
  border: 1px solid #7a7776;
  color: #fff;
  padding: 8px 10px;
}

.order-det td {
  border: 1px solid #7a7776;
  padding: 8px 10px;
}

.calc-up {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #7a7776;
  padding: 8px 10px;
}

.calc-up .calc-subtotal,
.calc-up .calc-tax,
.calc-up .calc-shippingcost {
  width: 33%;
}

.calc-up .calc-tax,
.calc-up .calc-shippingcost {
  border-left: 1px solid #7a7776;
  padding-left: 15px;
}

.calc-down {
  background-color: #f0f0f0;
  padding: 8px 10px;
  border-bottom: 1px solid #7a7776;
}

/* 注文履歴詳細 */
#order-history-detail #order-history-detail-header {
  padding: 20px;
}

#order-history-detail-body {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

#order-history-detail-body th {
  border: 1px solid #797979;
  padding: 8px 12px;
}

#order-history-detail-body td {
  border: 1px solid #797979;
  padding: 8px 12px;
}

#order-history-detail-body td.number {
  text-align: right;
}

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

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

#formDesign .lotText input[type="text"] {
  width: 110px;
}

#formDesign #message {
  width: 100%;
}

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

#formDesign .datepicker {
  width: 200px;
}

#formDesign .userTable textarea {
  width: 100%;
}

#formDesign .userTable {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

#formDesign .userTable th {
  width: 24%;
  padding: 8px 15px;
  text-align: left;
  vertical-align: top;
  background-color: #9ee4ea;
  border: 1px solid #50bdc7;
}

#formDesign .userTable td {
  padding: 8px 15px;
  border: 1px solid #50bdc7;
}

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

#formDesign .hi {
  font-size: 0.8em;
  background-color: #e60012;
  display: inline-block;
  margin-left: 6px;
  line-height: 100%;
  padding: 2px 8px;
  color: #fff;
}

#formDesign .userTable input {
  padding: 6px 10px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W5",
    "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
  border: 1px solid #a9a9a9;
}

#formDesign .userTable select {
  padding: 6px 10px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W5",
    "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
  font-size: 16px;
}

#formDesign .userTable textarea {
  padding: 6px 10px;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W5",
    "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
  font-size: 16px;
  width: 100%;
}
#formDesign .userTable input[type="button"] {
  cursor: pointer;
}

#formDesign .userTable #zip {
  width: 18ex;
}

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

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

#formDesign .userTable #zips {
  width: auto;
  margin-left: 10px;
}

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

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

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

#formDesign .formCheckBtn:hover {
  opacity: 0.8;
}
