@charset "utf-8";

.s5-container {
  word-break: break-all;
}
.s5-breadcrumbs {
  display: none;
}
.c5-mv {
  margin: 30px 0 20px 0;
  text-align: center;
}
.c5-mv img {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-heading1__beltbg2 {
  background: #ccc;
  padding: 12px 15px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.c5-flex-col {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.c5-flex-col .img {
  margin-right: 20px;
}
.c5-flex-col img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.c5-slidebox {
  padding: 30px;
  border: solid 5px #f3f4f6;
  height: 75px;
  overflow-y: auto;
}
.c5-enq_form h2 {
  margin-top: 60px;
}
.c5-enq_form fieldset {
  margin-top: 40px;
}
.c5-enq_form h2 + fieldset {
  margin-top: 10px;
}
.c5-enq_form legend {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0.8em;
}
.c5-enq_form ul {
  padding: 0 1em;
  list-style-type: none;
}
.c5-enq_form td ul {
  padding: 0;
  margin: 0;
}
.c5-enq_form td ul:last-child {
  margin-bottom: -7px;
}
.c5-enq_form td ul + p {
  margin-top: 7px;
}
.c5-enq_form td ul.inline li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.c5-enq_form ul li {
  margin-bottom: 7px;
}
.c5-enq_form.is-confirm td ul.inline li {
  display: block;
}
.c5-enq_form label:hover {
  cursor: pointer;
}
.c5-enq_form input + label {
  padding-left: 5px;
}
.c5-enq_form input[type=submit]:not([disabled]):hover, .c5-enq_form input[type=button]:not([disabled]):hover {
  cursor: pointer;
}
.c5-textarea_max {
  width: 100%;
  box-sizing: border-box;
  height: 150px;
}
.c5-enq_form .c5-required {
  position: relative;
}
.c5-enq_form .c5-required::after, .c5-required-icon {
  content: '必須';
  display: inline-block;
  color: #fff;
  background: #cc3232;
  padding: 2px 5px;
  font-size: 0.7em;
  margin-left: 10px;
  border-radius: 5px;
  vertical-align: middle;
}
.c5-enq_form .c5-number span.autoConfirmVal:empty:before {
  content: '0';
}
.c5-enq_form .c5-number li {
  margin-top: 10px;
}
.c5-enq_form .c5-button {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  max-width: 300px;
  font-size: 1.2rem;
  font-weight: bold;
}
.c5-enq_form .c5-button a:hover {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.c5-enq_form .c5-button input {
  background: trnsparent;
  border: none;
  width: 100%;
}
.c5-enq_form .c5-button input:hover {
  text-decoration: none;
}
.c5-button.c5-reset {
  background: #81858b;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  font-size: 0.8rem;
}
.c5-button.c5-reset input {
  width: 100%;
  padding: 2px;
  background: #81858b;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c5-button.c5-reset input:hover {
  text-decoration: none;
}
.c5-button.c5-reset:hover {
  color: #fff;
  text-decoration: none;
  background: #81858b;
  opacity: 0.8;
}
#c5-conf {
  display: none;
}
.c5-formbtns {
  text-align: center;
  margin: 30px 0;
}
.c5-formbtns input {
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.2rem;
}
.c5-formbtns input[disabled] {
  opacity: .5;
  cursor: default;
}
.c5-readOnly.on {
  background-color: #ccc;
}
.c5-error {
  display: block;
  /*padding: 8px;
  border: 1px solid #C00;*/
  margin-top: 6px;
  font-weight: bold;
  color: #C00;
  /*background-color: #FFF5F5;*/
}
.confirm-message {
  display: none;
}
.s5-button.autoConfirmBack {
  background-color: #666 !important;
}
.s5-button.autoConfirmBack:hover {
  opacity: .7;
  transition: opacity .2s;
}
.c5-form-table {
  width: 100%;
  margin-bottom: 60px;
}
.c5-form-table th, .c5-form-table td {
  padding: 15px;
  border: 1px solid silver;
}
.c5-form-table th {
  font-weight: bold;
  text-align: left;
  background-color: #f5f5f5;
}
.c5-form-table th .s5-small1 {
  font-weight: normal;
}
.c5-input-comment {
  padding: 0;
  margin: 5px 0 0 0;
  color: #666;
}
.c5-input-comment + input {
  margin-top: 5px;
}
.c5-input-text-s {
  width: 25%;
  box-sizing: border-box;
}
.c5-input-text-m {
  width: 70%;
  box-sizing: border-box;
}
.c5-input-text-l {
  width: 100%;
  box-sizing: border-box;
}
.c5-thanks {
  font-size: 18px;
  text-align: center;
  padding: 50px 0;
}
.c5-enq_form input[type="text"], .c5-enq_form input[type="tel"], .c5-enq_form input[type="email"], .c5-enq_form textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid silver;
  padding: 8px;
}
.c5-enq_form select {
  border: 1px solid silver;
}
.c5-enq_form input[type="text"]:focus, .c5-enq_form input[type="tel"]:focus, .c5-enq_form input[type="email"]:focus, .c5-enq_form textarea:focus {
  background-color: #f5f5f5;
}
.c5-free-dl {
  display: inline-block;
  font-size: 16px;
  background-color: #cc0000;
  color: #fff;
  padding: 3px 10px;
  vertical-align: middle;
}
.c5-count_list {
  margin: 0 0 0 20px;
  padding: 0;
}
.c5-count_list li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 10px;
  position: relative;
  padding-left: 2em;
}
.c5-count_list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "("counter(cnt) ") ";
}
.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::before {
  content: '（';
}
.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::after {
  content: '）';
}
.c5-inlineInput {
  display: flex;
}
.c5-inlineInput label {
  margin-right: 10px;
}
.cols_name {
  display: flex;
  width: 70%;
}
.cols_name > div {
  flex: 0 1 50%;
}
.cols_name > div:last-child {
  margin-left: 20px;
}
.cols_name .c5-input-text-m {
  width: 100%;
}
.c5-box_tel {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c5-box_tel p {
  margin: 0 0 1em 0;
}
.c5-box_tel p:last-child {
  margin-bottom: 0;
}
.c5-box_tel__l {
  margin-right: 40px;
  text-align: center;
}
.c5-box_tel__l .head {
  font-size: 1.2rem;
  font-weight: bold;
}
.c5-box_tel__l .freetel {
  font-size: 2rem;
  font-weight: bold;
}
.c5-agree_check {
  text-align: center;
  font-size: 1.2rem;
  margin: 20px 0 40px 0;
  line-height: 1.3;
}
.c5-agree_check input[type="checkbox"] {
  display: none !important;
}
.c5-agree_check input[type="checkbox"] + label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.c5-agree_check input[type="checkbox"] + label::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 2px solid #999;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.c5-agree_check input[type="checkbox"]:checked + label::before {
  background-color: #000;
}
.c5-agree_check input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  opacity: 0;
  width: 6px;
  height: 10px;
  border: solid #999;
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 3px;
  transform: rotate(45deg);
}
.c5-agree_check input[type="checkbox"]:checked + label::after {
  opacity: 1;
  border-color: #fff;
}
.c5-remaining {
  z-index: 999;
  top: 18%;
  right: 0;
  position: fixed;
  width: 180px;
  background: #E99489;
  border-radius: 10px 0 0 10px;
  text-align: center;
  padding: 15px;
  display: none;
  box-sizing: border-box;
}
.c5-remaining p {
  font-weight: bold;
  margin: 0;
}
.c5-remaining .items_number {
  font-size: 25px;
}
.c5-remaining .items {
  font-size: 14px;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  height: 80px;
  padding: 20px 40px 0 20px;
  background-color: #eee;
  box-sizing: border-box;
}
.stepBar span {
  position: relative;
  z-index: 3;
}
.stepBar .step:last-child {
  padding-top: 7px;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 40px;
  height: 40px;
}
.stepBar .step:after {
  top: 0;
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #000;
  background-color: #cccccc;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #cccccc;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
form:not(.is-confirm) .input_list_col2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
}
form:not(.is-confirm) .input_list_col2 > li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.c5-sp {
  display: none;
}
.c5-index_box {
  width: 90%;
  margin: 0 auto 30px auto;
  border: 1px solid #ccc;
  padding: 30px 5%;
  box-sizing: border-box;
}
.c5-index_box p:last-child {
  margin-bottom: 0;
}
.c5-index_box._hasImg {
  display: flex;
}
.c5-index_box._hasImg .c5-index_box__img {
  margin-right: 40px;
}
.c5-index_box._hasImg .c5-index_box__txt {
  flex: 1;
}
.c5-imgBorder {
  border: 1px solid #ccc;
}
.c5-thanks_col {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
  flex-wrap: wrap;
}
.c5-thanks_col > div {
  flex: 0 1 calc(50% - 10px);
}
.c5-thanks_col__icon {
  margin-bottom: 20px;
}
.c5-thanks_col__icon img {
  height: 67px;
}

@media screen and (min-width: 640px) {
  .c5-thanks_col.col3 > div {
    flex: 0 1 calc(100% / 3 - 14px);
  }
}

@media screen and (max-width: 639px) {
  .c5-count_list {
    margin: 0;
  }
  .c5-free-dl {
    font-size: 13px;
  }
  .c5-flex-col {
    display: block;
  }
  .c5-flex-col .img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c5-slidebox {
    padding: 0 15px 15px 15px;
    word-wrap: break-word;
  }
  .c5-form-table th {
    border-bottom: none;
  }
  .c5-form-table tr:not(:last-child) td {
    border-bottom: none;
  }
  .c5-form-table th, .c5-form-table td {
    display: block;
    width: auto;
  }
  .c5-input-text-s, .c5-input-text-m {
    width: 100%;
  }
  .c5-enq_form input[type="text"], .c5-enq_form input[type="tel"], .c5-enq_form input[type="email"], .c5-enq_form textarea {
    font-size: 16px;
  }
  .cols_name {
    width: 100%;
  }
  .c5-box_tel {
    display: block;
  }
  .c5-box_tel__l {
    margin: 0 0 20px 0;
  }
  .c5-box_tel__l .head {
    font-size: 1.1rem;
  }
  .c5-box_tel__l .freetel {
    font-size: 1.6rem;
  }
  .c5-remaining {
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    border-radius: 0;
  }
  .c5-remaining .items_number {
    font-size: 16px;
  }
  .stepBar {
    font-size: 10px;
    white-space: nowrap;
  }
  .stepBar .step {
    padding-top: 15px;
    height: 60px;
  }
  .stepBar .step:before, .stepBar .step:after {
    width: 30px;
    height: 30px;
  }
  .input_list_col2 {
    max-width: none !important;
    display: block !important;
  }
  .input_list_col2 > li {
    padding: 0 !important;
    width: auto !important;
  }
  .c5-index_box._hasImg {
    display: block;
  }
  .c5-index_box._hasImg .c5-index_box__img {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .c5-thanks_col {
    flex-wrap: wrap;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
}