@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.pc-show {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-show {
    display: none;
  }
}

.ent-50-ttl {
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: .4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ent-50-ttl__in {
  position: relative;
}
.ent-50-ttl__in::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #007bff;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.ent-50-ttl__in::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #007bff;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.ent-50-form {
  max-width: 1200px;
  border: 1px solid #eceff3;
  margin: 0 auto;
  padding: 1.4em 10px;
}

.ent-50-form-box {
  margin-bottom: 1em;
}

.ent-50-form-txt {
  margin-bottom: .4em;
  display: flex;
  align-items: center;
}

.ent-50-form-input {
  max-width: 100%;
  width: 100%;
}

.ent-50-form-input input[type=text] {
  width: 90%;
  border:1px solid #dfdfdf;
  padding: .2em .6em;
}

.ent-50-form-input-sm input[type=text] {
  width: 60%;
  border:1px solid #dfdfdf;
  padding: .2em .6em;
}

.ent-50-form-select select {
  border:1px solid #dfdfdf;
  padding: .2em .6em;
}

.ent-50-form-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ent-50-form-submit input[type=submit] {
  display: block;
  padding: .8em .6em;
  background-color: #007bff;
  border: none;
  border-radius: .25rem;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.ent-50-flow-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.ent-50-flow-list__item {
  font-size: 15px;
  font-weight: 600;
  padding: .6em 1em;
  background-color: #eceff3;
  margin-right: 1em;
}
.ent-50-flow-list__item:last-of-type {
  margin-right: 0;
}
.ent-50-flow-list__item-on {
  background-color: #007bff;
  color: #ffffff;
}

.p-form-ttl-sub-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-basic-form__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-basic-form__btn-wrap button {
  margin-right: 1em;
}
.c-basic-form__btn-wrap button:last-of-type {
  margin-right: 0;
}
.c-basic-form__btn {
  font-weight: 600;
  width: 120px;
}
.form-req::after {
  content: "※";
  color: red;
  font-weight: 600;
}
/* ==============================================================
================================================================*/


@media screen and (min-width:768px) {

  .ent-50-ttl {
    font-size: 2em;
    font-weight: 600;
  }

  .ent-50-form {
    padding: 3em 2em;
  }

  .ent-50-form-box {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eceff3;
    padding: 1em 0;
    margin-bottom: 0;
  }
  .ent-50-form-box:first-of-type {
    border-top: 1px solid #eceff3;
  }

  .ent-50-form-txt {
    min-width: 260px;
    margin-bottom: 0;
  }

  .ent-50-form-txt::before {
    display: none;
  }

  .ent-50-form-input {
    margin-bottom: 0 !important;
  }

  .ent-50-form-input-sm {
    margin-bottom: 0 !important;
  }

  .ent-50-form-select {
    margin-bottom: 0 !important;
  }
  .ent-50-flow-list__item {
    font-size: 16px;
  }
}

.base-txt-red {
  color: red;
}
.base-txt-bold {
  font-weight: 600;
}

.base-mb-md {
  margin-bottom: 2em;
}


#member .memberitem {
  display: none;
}

#member .active {
  display: block;
}
.btnAdd:hover  {
  cursor: pointer;
}
.btnDelete  {
  cursor: pointer;
}
/* ==============================================================
custom style
================================================================*/
.top-mainvisual {
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
.top-mainvisual picture {
}
.top-mainvisual img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.top-title {
  border-top: 5px double #00a6ba;
  border-bottom: 5px double #00a6ba;
  color: #00a6ba;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: calc(32 * (100vw / 768));
  max-width: 1000px;
  margin: calc(50 * (100vw / 768)) auto 20px;
  padding: 10px 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .top-title {
    font-size: 28px;
    margin: 50px auto 25px;
  }
}
@media (min-width: 980px) {
  .top-title {
    font-size: 32px;
    margin: 60px auto 25px;
  }
}
.entry-form {
  background-color: #fffef7;
}
.entry-form .ent-50-form {
  border: 2px solid #b5dedc;
}
.entry-form .ent-50-flow-list__item-on {
  background-color: #0b6fad;
  color: #ffffff;
}
.entry-form .form-req::after {
  background-color: #e5005a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "必須";
  color: #ffffff;
  font-size: 85%;
  font-weight: 600;
  margin: 0 14px;
  padding: 3px 9px;
  min-width: 49px;
}
.entry-form input[type=text] {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: auto;
  padding: .5rem;
  width: 100%;
}
@media (min-width: 568px) {
  .entry-form input[type=text] {
    padding: .8rem;
  }
}
.entry-form .ent-50-form-box {
  border-top: none;
  border-bottom: 1px solid #eceff3;
  font-size: calc(22 * (100vw / 568));
  padding: 15px 0;
}
@media (min-width: 568px) {
  .entry-form .ent-50-form-box {
    font-size: 19px;
  }
}
.entry-form .ent-50-form-box > dt {
  display: flex;
  line-height: 1.2;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .entry-form .ent-50-form-box > dt {
    justify-content: space-between;
    margin: 0 2% 0 0;
    width: 28%;
  }
}
.entry-form .ent-50-form-box > dt small {
  color: #666464;
  font-size: 70%;
}
.entry-form .ent-50-form-box > dd {
  width: 100%;
}
@media (min-width: 992px) {
  .entry-form .ent-50-form-box > dd {
    width: 68%;
  }
}
.entry-form .note {
  font-size: calc(17 * (100vw / 568));
  margin: 0 auto 25px;
  max-width: 700px;
  padding: 0;
}
@media (min-width: 568px) {
  .entry-form .note {
    font-size: 18px;
  }
}
.entry-form .note li {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #e5e5e5;
}
@media (min-width: 568px) {
  .entry-form .note li {
    border-bottom: none;
  }
}
.form-btnarea label {

}
#submit-button {
  background-color: #00a6ba;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0,0,0,.16);
  color: #ffffff;
  font-size: calc(20 * (100vw / 568));
  font-weight: bold;
  padding: 12px 40px;
}
@media (min-width: 568px) {
  #submit-button {
    font-size: 20px;
  }
}



.form-title {
  border-top: 5px double #00a6ba;
  border-bottom: 5px double #00a6ba;
  color: #00a6ba;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: calc(25 * (100vw / 568));
  max-width: 1000px;
  margin: calc(30 * (100vw / 568)) auto 20px;
  padding: 10px 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .form-title {
    font-size: 32px;
    margin: 60px auto 25px;
  }
}
.thanks-title {
  border-top: 5px double #00a6ba;
  border-bottom: 5px double #00a6ba;
  color: #00a6ba;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: calc(25 * (100vw / 568));
  max-width: 1000px;
  margin: calc(40 * (100vw / 568)) auto 25px;
  padding: 10px 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .thanks-title {
    font-size: 32px;
    margin: 50px auto 25px;
  }
}
.form-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(22 * (100vw / 568));
  margin: 0;
  padding: 0 0 0 1rem;
}
@media (min-width: 568px) {
  .form-content {
    font-size: 19px;
    padding: 0;
  }
}
.form-content dt {
  color: #4f4f4f;
  font-size: 90%;
  line-height: 1.2;
  margin: 0;
  padding: 0 5px;
  width: 11%;
}
@media (min-width: 768px) {
  .form-content dt {
    padding: 0 10px;
    width: 9%;
  }
}
.form-content dt small {
  color: #666464;
  font-size: 70%;
}
.form-content dd {
  margin: 0;
  width: 39%;
}
@media (min-width: 768px) {
  .form-content dd {
    width: 41%;
  }
}
.entry-form.name input[type=text],
.entry-form.kana input[type=text] {
  max-width: 260px;
}
.entry-form.tel input[type=text] {
  max-width: 260px;
}
.entry-form .subtitle {
  font-size: calc(23 * (100vw / 568));
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-form .subtitle {
    font-size: 32px;
  }
}
.entry-form .subtitle span {
}
.form-content.tel li {
  display: flex;
  align-items: center;
  width: 33%;
}
.form-content.tel li:not(:last-of-type)::after {
  content: '-';
  display: block;
  font-weight: bold;
  padding: 0 5px;
}
.form-content.address {
  flex-direction: column;
}
@media (min-width: 568px) {
  .form-content.address {
    flex-direction: row;
  }
}
.form-content.address dt {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  width: 100%;
}
@media (min-width: 568px) {
  .form-content.address dt {
    justify-content: space-between;
    margin: 0 0 6px;
    width: 180px;
  }
}
.form-content.address dd {
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 568px) {
  .form-content.address dd {
    margin: 0 0 6px;
    width: calc(100% - 180px);
  }
}
.form-content.address dd .p-postal-code {
  max-width: 260px;
}
.form-content.address dd .att {
    font-size: 75%;
    font-weight: 500;
    color: #e50000;
}
.form-content.location label {
  padding: 10px 30px 10px 0;
}
#member {
  background-color: #fff;
  margin: 4vw auto;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  #member {
    padding: 60px;
  }
}
#member .purchase-quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 30px;
}
#member .purchase-quantity dt {
  margin: 4px 0;
  width: 100%;
}
@media (min-width: 768px) {
  #member .purchase-quantity dt {
    margin: 4px 2% 4px 0;
    width: 28%;
  }
}
#member .purchase-quantity dd {
  margin: 4px 0;
  width: 100%;
}
@media (min-width: 768px) {
  #member .purchase-quantity dd {
    width: 70%;
  }
}
#member select {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: .5rem;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 568px) {
  #member select {
    padding: .8rem;
  }
}
#member .number {
  background-color: #00a6ba;
  color: #fff;
  font-size: calc(20 * (100vw / 568));
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

@media (min-width: 768px) {
  #member .number {
    font-size: 20px;
  }
}
#member .purchase-quantity.conf {
  border-bottom: none;
  flex-direction: column;
  align-items: flex-start;
}
#member .purchase-quantity.conf p {
  margin: 0;
}
#member .purchase-quantity.conf .form-content {
  border-bottom: 1px solid #eceff3;
  width: 100%;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
#member .purchase-quantity.conf .form-ttl {
  display: inline-block;
  font-weight: bold;
  margin: 0 25px 0 0;
  width: 100px;
}

.form-conf-btnarea {

}

.form-conf-btnarea .btn {
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .16);
  color: #ffffff;
  font-size: calc(20 * (100vw / 568));
  font-weight: bold;
  padding: 12px 15px;
  width: 40%;
}
@media (min-width: 568px) {
  .form-conf-btnarea .btn {
    font-size: 20px;
    width: 25%;
  }
}
.form-conf-btnarea .btn-edit {
  background-color: #bbb;
}
.form-conf-btnarea .btn-submit {
  background-color: #00a6ba;
}
.form-notes {
  background: #e2f2f7;
  padding: 20px;
  border-radius: 5px;
  color: #666464;
  margin: 0 0 30px;
}
.form-notes ul {
  margin: 0;
  padding: 0;
}
.form-notes li {
  font-size: calc(18 * (100vw / 568));
  margin: 0 0 0 10px;
  position: relative;
}
@media (min-width: 568px) {
  .form-notes li {
    font-size: 17px;
  }
}
.form-notes li::before {
  content: '・';
  position: absolute;
  left: -10px;
}
