@charset "UTF-8";

.mt-4 {
  margin-top: 1.5rem;
}

h1 {
  font-size: 4rem;
  margin: 20px 0;
  line-height: 4rem;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
}

h4 {
  font-size: 2.0rem;
  line-height: 1.1em;
  background-color: #2b469b;
  border-radius: 5px;
  color: #fff;
  margin: 10px 0 20px;
  padding: 13px 20px 10px;
}

h5 {
  font-size: 1.7rem;
  line-height: 1.2em;
  border-left: solid 6px #b22836;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  padding: 3px 6px 3px 10px;
}

/* header */

#headerTitle {
  width: 1000px;
  margin: 0 auto 25px;
}

#headerTitle h1 {
  border-bottom: solid 5px #636363;
  width: 100%;
  margin: 0 0 10px;
  padding-bottom: 5px;
}

#headerTitle .Instructions {
  width: 80%;
  padding: 0px 20px;
  font-size: 1.5rem;
  line-height: 2.0rem;
}

.pc-mr {
  margin-right: 20px;
}

/* only contactForm */

header#contact>h1.bg {
  background: url("../img/contact-heading.png") no-repeat 0 0;
  height: 68px;
  width: 230px;
  margin: 40px auto 30px auto;
}

/* #top-container */

#top-container {
  margin: 20px auto 0;
}

#top-container .navi {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  margin-bottom: 25px;
}

#top-container .navi .btn {
  margin: 5px;
  min-width: 132px;
  text-decoration: none;
}

#top-container .navi .btn:hover {
  background: #8b8b8b;
  color: #fff;
}

#main-container {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 40px 50px;
  border: solid 1px #636363;
}

.tips.sp-inline-block {
  display: inline-block;
}

.tips.sp-inline-block {
  display: none;
}

.tips {
  border: dotted 3px #d0b200;
  background-color: #fffbe3;
  border-radius: 10px;
  padding: 10px;
  width: auto;
  display: inline-block;
}

#top-container header,
#main-container {
  font-size: 1.5rem;
  line-height: 1.3em;
}

/* btn */

.btns>li {
  min-width: auto;
  padding: 0;
  margin-right: 12px;
}

.btns>li:last-child {
  margin-right: 0;
}

.btns>li>input {
  background: #3b3b3b;
  border: 2px solid #636363;
  color: #fff;
  height: 56px;
  width: 198px;
}

.btns>li>input:hover {
  opacity: 0.8;
}

.btns>li>input#btnSubmit {
  background: #b22836;
  border: 2px solid #b22836;
}

#btnLogin,
#btn-post-to-addr {
  background: #8b8b8b;
  margin-bottom: 10px;
  border: 2px solid #636363;
  color: #fff;
  height: 50px;
  line-height: 46px;
  width: 228px;
}

#btnLogin:hover,
#btn-post-to-addr:hover {
  background: #b9b9b9;
}

#btn-post-to-addr {
  margin-left: 20px;
}

/* 個別レイアウト */

/* .col-2 */

.col-2>div {
  width: 50%;
}

.col-2.borderWrap>div {
  padding-bottom: 20px;
}

.col-2.borderWrap>div:nth-child(2n+1) {
  padding-right: 20px;
}

.col-2.borderWrap>div>div {
  padding: 15px;
}

/* form */

#query em {
  color: #ff6e39;
  font-style: normal;
}

fieldset {
  border: 0px solid #c0c0c0;
  margin: 10px 0;
  padding: 0;
}

#query textarea,
#query input[name="tel"],
#query input[name="email"],
#query input[type="file"],
#query input[type="password"],
#query input[type="text"] {
  border: 2px solid #636363;
  clear: both;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 99%;
  max-width: calc(1000px - 30px);
}

#query input[type="text"].alwaysReadonly {
  display: block;
  cursor: default;
  border-width: 1px;
  background-color: inherit;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 6px 4px 6px 4px;
  outline: none;
}

#query input[type="file"] {
  display: none;
}

#query textarea {
  resize: vertical;
  max-height: 600px;
  min-height: 57px;
  width: calc(100% - 0px);
  height: 80px;
  line-height: 16px;
  padding: 10px;
  margin-bottom: 0;
  line-height: 2.0rem;
}

#query textarea[name="memo"] {
  height: 134px;
}

#query label {
  letter-spacing: 1px;
}

#query ol {
  border: solid 1px #c0c0c0;
  padding: 10px 20px;
  margin-bottom: 15px;
}

#query ol li {
  line-height: 1.5em;
  padding: 5px 5px 5px 0px;
}

#query li {
  min-width: 23%;
  padding: 2px 15px 2px 0;
}

/* only edit */

#top-container.edit .fileData,
#top-container.edit .radioData,
#top-container.edit .checkboxData,
#top-container.edit .onlyCheck {
  display: none;
}

#top-container.edit .col-2.borderWrap>div>div {
  border: solid 1px #c0c0c0;
}

#top-container.edit .others[readonly] {
  background-color: #c0c0c0;
}

.fileClearWrap {
  height: 35px;
  padding: 2px 2px 0 5px;
}

.fileClear {
  font-size: 1.3rem;
  padding: 2px 8px 1px;
  letter-spacing: 2px;
}

label.fileBtn {
  background: #8b8b8b;
  border: 2px solid #636363;
  color: #fff;
  line-height: 40px;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}

/* only check,readonly */

#top-container.check input[type="text"][readonly].alwaysReadonly {
  height: 40px;
}

#top-container.check .fileClear {
  display: none;
}

#top-container.check h4 {
  font-weight: normal;
  background-color: #636363;
}

#top-container.check h5 {
  font-weight: normal;
  border: solid 0px #636363;
  margin: 10px 0 0;

  font-weight: normal;
  border-bottom: 3px solid #c0c0c0;
  min-width: 50px;
  display: inline-block;
  padding: 0 5px 3px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#top-container.check #main-container {
  background-color: #fffdf0;
}

#top-container.check label {
  font-weight: normal;
  border-bottom: 3px solid #c0c0c0;
  min-width: 50px;
  display: inline-block;
  padding: 0 5px 3px;
  line-height: 1.8rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#top-container.check h5>label {
  border-width: 0;
  padding: 0;
  margin: 0;
}

#top-container.check textarea[readonly],
#top-container.check input[name="tel"][readonly],
#top-container.check input[name="email"][readonly],
#top-container.check input[type="text"][readonly] {
  font-weight: bold;
  cursor: default;
  border-width: 0px;
  background-color: inherit;
  height: 50px;
  line-height: 20px;
  padding: 5px 10px;
}

#top-container.check textarea[readonly]:focus,
#top-container.check input[name="tel"][readonly]:focus,
#top-container.check input[name="email"][readonly]:focus,
#top-container.check input[type="text"][readonly]:focus {
  outline: none;
}

#top-container.check input[type="text"][readonly]#f-canttelData,
#top-container.check input[name="tel"][readonly] {
  margin: 0;
}

#top-container.check textarea[readonly] {
  resize: none;
  width: 100%;
  height: auto;
}

#top-container.check input[type="file"],
#top-container.check .noticeMsg,
#top-container.check .onlyEdit {
  display: none;
}

#top-container.check .col-2.borderWrap>div {
  padding: 10px 0px 0;
}

#top-container.check .col-2.borderWrap>div>div {
  padding: 0;
}

#checkMsg {
  margin-bottom: 2rem;
}

#checkMsg div {
  margin: 10px auto;
  border: solid 1px #636363;
  padding: 25px 40px;
  width: auto;
  display: inline-block;
}

.resultMsg {
  border: 10px solid #dbdbdb;
  width: 100%;
  margin: 5% auto;
  padding: 20px;
  max-width: 600px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

/* form個別:file */

[id^="preview-"] {
  width: 200px;
  height: 100%;
  /* padding-top: 10px; */
  width: auto;
  height: auto;
  text-align: center;
}

[id^="preview-"] canvas {
  width: 90%;
  margin: 0 auto;
}

/* form個別 */

#query .age li {
  min-width: 95px;
}

#f-tel {
  margin-bottom: 0;
}

#f-post {
  width: 185px;
}

#query .wantList {
  border: solid 1px #c0c0c0;
}

#query .wantList>li {
  margin: 5px;
  padding: 10px 15px 0;
  width: calc(calc(100% - 52px) / 4);
  min-width: auto;
  height: auto;
}

#query .wantList div>input {
  margin-top: 4px;
}

#query .wantList label {
  line-height: 22px;
  height: 44px;
}

#query ol {
  padding: 10px 0px 10px 15px;
}

.exampleImg {
  width: 180px;
  padding: 5px;
  border-radius: 10px;
  border: 3px solid #dbdbdb;
}

.labelImgText {
  width: 90%;
  max-width: calc(100% - 20px);
  margin-left: 5px;
}

.labelImg {
  display: inline-block;
  height: auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.footimpression {
  border: solid 1px #c0c0c0;
  margin: 5px 15px 10px 0;
  padding: 15px;
}

.footimpression img {
  max-width: 400px;
  width: 100%;
}

.footimpression .col-2 {
  margin-bottom: 10px;
}

.footimpression input {
  min-height: 40px;
}

#loginWrap {
  padding: 10px 15px;
  border: 2px solid #2d459a;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #f1f4ff;
}

#loginWrap input#f-loginid,
#loginWrap input#f-password {
  height: 40px;
  width: 350px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

/* 表示 */

.formfooterMsg,
.noticeMsg {
  font-size: 1.4rem;
  padding: 2px 10px;
}

.ImgMsg {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #636363;
  margin: 8px 0 10px 0;
}

.ImgMsgErr {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 5px;
  margin-right: 5px;
}

.ImgMsgErr,
[id^="alert-"].text-red,
.noticeMsg .text-red {
  color: red;
}

.infoBlackWrap {
  font-size: 1.6rem;
  margin: 50px auto 10px;
  padding: 10px;
  border: solid 3px #636363;
  text-align: center;
  max-width: 750px;
}

.infoBlackWrap h2 {
  font-size: 2.0rem;
  line-height: 2.5rem;
}

.formfooterMsg {
  margin: 10px;
  font-size: 1.4rem;
  padding: 10px 15px 0;
  border-radius: 15px;
}

.overlayBtn {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #717171;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  width: 160px;
}

.tips {
  border: dotted 3px #d0b200;
  background-color: #fffbe3;
  border-radius: 10px;
  padding: 10px;
  width: auto;
  display: inline-block;
}

.tips.sp-inline-block {
  display: none;
}

#top-container.check .tips {
  display: none;
}

.tips .bigbBoy {
  width: 23px;
  margin-right: 6px;
}

/* .selectShoesAnswer  */

.selectShoesAnswer #main-container {
  padding: 15px;
}

.selectShoesAnswer #top-container .column {
  width: 540px;
  margin: 20px 0;
  padding: 0 20px;
}

.selectShoesAnswer #top-container .column:first-child {
  border-right: solid 1px #c0c0c0;
}

.selectShoesAnswer img {
  width: 90%;
}

.selectShoesAnswer .photoWrap {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

#top-container.edit #f-memohead {
  background-color: #f1f4ff;
  padding: 0.5rem;
  border-radius: 5px;
}

/*-----------------------------------------------------------------
 * スマホ向けスタイル
----------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

  header#contact>h1.bg {
    margin: 0px auto 20px auto;
  }

  h4 {
    font-size: 1.8rem;
    border-radius: 10px;
    padding: 13px 15px 10px;
  }

  #headerTitle {
    width: 100%;
    margin: 0 auto;
  }

  #headerTitle .titleimg {
    width: 20%;
  }

  #headerTitle h1 {
    font-size: 3.0rem;
    line-height: 3.4rem;
    margin: 0 0 8px 0;
    padding-bottom: 3px;
  }

  #headerTitle .Instructions {
    padding: 0px 8px;
    width: calc(100% - 20%);
  }

  .tips.sp-inline-block {
    display: inline-block;
  }

  #main-container {
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px 5px 25px;
    border-width: 0;
  }

  #top-container.check #main-container {
    padding: 10px;
    border-width: 1px;
  }

  #top-container .navi {
    max-width: 420px;
    margin: 0 auto 0;
    padding: 0px 30px;
  }

  #top-container .navi .btn {
    margin: 10px 10px 0 0;
  }

  #query input[type="file"] {
    height: 50px;
    line-height: 15px;
    padding-top: 15px;
  }

  .pc-mr {
    margin-right: 0;
  }

  #query .wantList>li {
    margin: 0px 5px 10px;
    width: calc(calc(100% - 20px) / 2);
    padding: 15px 10px;
    line-height: 2.0rem;
  }

  #query .labelImgText {
    display: inline-block;
  }

  #query .btns>li {
    width: 50%;
    padding: 0;
  }

  #query .btns>li>input {
    width: 100%;
  }

  #query .age li {
    min-width: 80px;
  }

  #btn-post-to-addr {
    margin-left: 10px;
  }

  .col-2>div {
    width: 100%;
  }

  .col-2.borderWrap>div {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .col-2.borderWrap>div>div {
    padding: 10px;
  }

  #checkMsg div {
    padding: 25px 15px;
  }

  .resultMsg {
    padding: 15px;
    font-size: 1.6rem;
  }

  .ImgMsg {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  #loginWrap input#f-loginid,
  #loginWrap input#f-password {
    width: 100%;
  }

  .infoBlackWrap {
    margin-top: 0px;
  }

  label.fileBtn {
    padding: 0 6px;
    min-width: 160px;
  }

  /* .selectShoesAnswer  */

  .selectShoesAnswer #top-container .column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .selectShoesAnswer #top-container .column:first-child {
    border-right: solid 0px #c0c0c0;
  }

}