@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  line-height: 1.7;
}

#body-in {
  min-width: 320px;
}

.container-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Header */
.header-area {
  padding-top: 20px;
}

.logo-area {
  text-align: center;
  padding: 0 0 20px;
}

.logo-area img {
  max-width: 100%;
  height: auto;
}

.h1-title-wrapper {
  background-color: #f1f1f1;
  margin-bottom: 30px;
}

.h1-title-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 20px;
}

.h1-title-area h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #222;
}

hr.page-hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

/* Contents */
.contents-area {
  max-width: 960px;
  margin: 0 auto 40px;
}

.outline-area {
  margin-bottom: 20px;
}

.outline-area.img-center-box {
  text-align: center;
  margin: 20px 0;
}

.outline-area.img-center-box img {
  max-width: 100%;
  height: auto;
}

.notice-area {
  font-size: 14px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 20px;
}

.notice-area a {
  color: #0071b7;
  text-decoration: none;
}

.notice-area a:hover {
  text-decoration: underline;
}

.nav-links {
  margin: 15px 0;
}

.nav-links a {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.nav-links a.link-back {
  color: #c00;
}

.nav-links a.link-site {
  color: #090;
}

/* Form table */
.contents-area .form-box {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  margin-bottom: 0;
}

.contents-area .form-box-table {
  width: 100%;
  display: table;
}

.contents-area .form-box-table .item-title {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  background-color: #f3f3f3;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  position: relative;
}

.contents-area .form-box-table .item-title span {
  display: block;
  padding: 12px 15px;
  font-weight: bold;
}

.contents-area span.required::before {
  position: absolute;
  content: "必 須";
  right: 8px;
  top: 8px;
  background-color: #ea5308;
  color: #fff;
  padding: 4px 8px 3px;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
}

.contents-area .form-box-table .item-input {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
}

.input-txt {
  width: 100%;
  max-width: 400px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
}

.input-txt.width-zip {
  max-width: 120px;
}

.select-list {
  max-width: 400px;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
}

.textarea-box {
  width: 100%;
  min-height: 150px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
}

.mail-sub-txt {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

/* Address */
.address-input .zipcode {
  margin-bottom: 10px;
}

.address-input .search-btn {
  margin-left: 8px;
  padding: 6px 12px;
  background: #212121;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 13px;
}

.address-input .col2-box {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.address-input .col2-box:first-child {
  margin-top: 0;
}

.address-input .sub-item-title {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}

.address-input .sub-item-title span {
  display: block;
  padding: 6px 0;
  font-weight: bold;
  font-size: 13px;
}

.address-input .sub-item-input {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

/* Radio list */
.check-radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-radio li {
  margin-bottom: 8px;
}

.check-radio label {
  cursor: pointer;
  font-weight: normal;
}

.check-radio input {
  margin-right: 6px;
}

/* Messages */
.message-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ea5308;
  background: #fff5f0;
  color: #c00;
}

.message-box ul {
  margin: 0;
  padding-left: 20px;
}

/* Submit button */
.bottom-btn-area {
  text-align: center;
  margin: 40px 0 30px;
}

.bottom-btn-area input[type="submit"],
.bottom-btn-area button[type="submit"] {
  background: #212121;
  color: #fff;
  border: none;
  padding: 22px 60px;
  font-size: 16px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  font-family: inherit;
}

.bottom-btn-area input[type="submit"]:hover,
.bottom-btn-area button[type="submit"]:hover {
  opacity: 0.9;
}

.bottom-btn-area .btn-secondary {
  display: inline-block;
  margin-right: 20px;
  padding: 18px 40px;
  background: #888;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 14px;
}

/* Confirm page */
.form-conf .form-box-table .item-input {
  padding: 12px 15px;
}

.confirm-value {
  white-space: pre-wrap;
  word-break: break-all;
}

/* Footer */
.footer-area {
  text-align: center;
  padding: 30px 0 40px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  color: #666;
  font-size: 13px;
}

/* Thanks */
.thanks-message {
  text-align: center;
  padding: 40px 20px;
}

.thanks-message h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.thanks-message p {
  margin-bottom: 30px;
  color: #444;
}

/* Mobile */
@media screen and (max-width: 679px) {
  .contents-area .form-box {
    border-left: none;
    border-top: none;
  }

  .contents-area .form-box-table,
  .contents-area .form-box-table .item-title,
  .contents-area .form-box-table .item-input {
    display: block;
    width: 100%;
  }

  .contents-area .form-box-table .item-title {
    background-color: #e8e8e8;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .contents-area .form-box-table .item-title span {
    padding: 8px 10px;
  }

  .contents-area span.required::before {
    top: 6px;
    right: 6px;
  }

  .contents-area .form-box-table .item-input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }

  .address-input .col2-box,
  .address-input .sub-item-title,
  .address-input .sub-item-input {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .bottom-btn-area input[type="submit"],
  .bottom-btn-area button[type="submit"] {
    width: 100%;
    padding: 18px 20px;
  }

  .bottom-btn-area .btn-secondary {
    display: block;
    margin: 0 0 15px;
    text-align: center;
  }
}
