@charset "UTF-8";
section#contact dl.cmd_privacy {
  width: auto;
  float: none;
}
section#contact dl.cmd_privacy dd {
  margin-bottom: 0;
}
section#contact dl.cmd_privacy dl {
  width: auto;
  float: none;
}
section#contact dl.cmd_privacy dl dd {
  margin-bottom: 0;
}

section#contact dl.cmd_privacy p {
  margin: 0;
  text-align: left;
}

dl.cmd_privacy > dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
dl.cmd_privacy > dd {
  margin-top: 15px;
}
dl.cmd_privacy > dd .cmd_privacy___summary p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  word-break: break-all;
}
dl.cmd_privacy > dd .cmd_privacy___detail {
  margin-top: 14px;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl:nth-child(n+2) {
  margin-top: 20px;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd {
  margin-top: 5px;
  padding-left: 14px;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd address {
  font-style: normal;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd p {
  font-size: 12px;
  line-height: 1.5;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list {
  padding-left: 1em;
  text-indent: -1em;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list li {
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list.opt_has_above_item {
  margin-top: 10px;
}
dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd .cmd_privacy___detail_block:nth-child(n+2) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  section#contact dl.cmd_privacy > dt {
    font-size: inherit;
  }
  dl.cmd_privacy > dt {
    font-size: 4.2666666667vw !important;
    font-weight: bold;
    line-height: 1;
  }
  dl.cmd_privacy > dd {
    margin-top: 4vw !important;
  }
  dl.cmd_privacy > dd .cmd_privacy___summary p {
    font-size: 3.2vw !important;
    font-weight: bold;
    line-height: 1.7;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail {
    margin-top: 3.7333333333vw !important;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl:nth-child(n+2) {
    margin-top: 5.3333333333vw !important;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dt {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.7333333333vw !important;
    font-weight: bold;
    line-height: 1.7;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd {
    margin-top: 1.3333333333vw !important;
    padding-left: 3.7333333333vw !important;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd p {
    font-size: 3.2vw !important;
    line-height: 1.5;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list {
    padding-left: 1em;
    text-indent: -1em;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list li {
    font-size: 3.2vw !important;
    line-height: 1.5;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd ul.cmd_privacy___detail_list.opt_has_above_item {
    margin-top: 2.6666666667vw !important;
  }
  dl.cmd_privacy > dd .cmd_privacy___detail > dl > dd .cmd_privacy___detail_block:nth-child(n+2) {
    margin-top: 4vw !important;
  }
}
/* ============================================================================================== */
/* プライバシー同意～確認ボタン                                                                   */
/* ===============================================================================================*/
#cmd_form_privacy_check {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 48px;
}
#cmd_form_privacy_check.opt_padding_zero {
  padding: 0;
}
#cmd_form_privacy_check .policy {
  display: block;
  width: 900px;
  margin: 0 auto;
  padding: 15px;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ececec;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 20px;
}
#cmd_form_privacy_check .check {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 900px;
  height: 83px;
  margin: 24px auto 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
#cmd_form_privacy_check .check .check_inner {
  display: -webkit-flex;
  display: flex;
}
#cmd_form_privacy_check .check .check_inner input[type=checkbox] {
  display: none;
}
#cmd_form_privacy_check .check .check_inner input[type=checkbox]:checked ~ .label_checkbox::after {
  content: "✓";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4ca74f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#cmd_form_privacy_check .check .check_inner .label_checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  position: relative;
  cursor: pointer;
}
#cmd_form_privacy_check .check .check_inner .label_text {
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}
#cmd_form_privacy_check button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px !important;
  height: 75px !important;
  margin: 15px auto 0 !important;
  background: #f1f1f1 !important;
  border-radius: 35px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  pointer-events: none !important;
  border: none !important;
}
#cmd_form_privacy_check button.active {
  background: #4c9b4f !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media screen and (max-width: 768px) {
  #cmd_form_privacy_check {
    width: 93.3333333333vw;
    padding: 6.2666666667vw 0 8vw;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }
  #cmd_form_privacy_check .policy {
    width: 93.3333333333vw;
    padding: 2vw;
    height: 46.8vw;
    border: 0.2vw solid #d4d4d4;
    font-size: 3.2vw;
    line-height: 3.8666666667vw;
  }
  #cmd_form_privacy_check .check {
    width: 93.3333333333vw;
    height: 14.9333333333vw;
    margin: 5.3333333333vw auto 0;
    border: 0.2vw solid #d1d1d1;
  }
  #cmd_form_privacy_check .check .check_inner {
    -webkit-align-items: center;
    align-items: center;
  }
  #cmd_form_privacy_check .check .check_inner input[type=checkbox]:checked ~ .label_checkbox::after {
    font-size: 3.2vw;
  }
  #cmd_form_privacy_check .check .check_inner .label_checkbox {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    border: 0.2vw solid #000000;
  }
  #cmd_form_privacy_check .check .check_inner .label_text {
    margin-left: 2vw;
    font-size: 3.4666666667vw;
    line-height: 4.6666666667vw;
  }
  #cmd_form_privacy_check button {
    width: 59.3333333333vw !important;
    height: 15.2vw !important;
    margin: 2vw auto 0 !important;
    border-radius: 7vw !important;
    font-size: 3.6vw !important;
  }
}
/* ============================================================================================== */
/* シンプルヘッダーEx                                                                             */
/* ===============================================================================================*/
header#simple_header_ex {
  height: 75px;
  position: relative;
  z-index: 1000;
}
header#simple_header_ex .bar {
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  background: #ffffff;
  border-bottom: 3px solid #a7b45a;
  position: fixed;
  left: 0;
  top: 0;
}
header#simple_header_ex .bar .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 17px;
}
header#simple_header_ex .bar .inner a img {
  width: 209px;
  height: 40.047px;
}

@media screen and (max-width: 768px) {
  header#simple_header_ex {
    height: 10.6666666667vw;
  }
  header#simple_header_ex .bar {
    height: 10.6666666667vw;
    border-bottom: 0.5333333333vw solid #a7b45a;
  }
  header#simple_header_ex .bar .inner {
    width: auto;
    padding-top: 1.8666666667vw;
  }
  header#simple_header_ex .bar .inner a img {
    width: 34.9333333333vw;
    height: 6.693661244vw;
  }
}

/*# sourceMappingURL=common_design.css.map */
