@charset "UTF-8";
/*
Theme Name: First Promotion
Theme URI:
Version: 1.0
*/
@import url("./assets/css/style.css");


/*カレンダー*/
.cal-wraper {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

div.cal_wrapper table.cal tr th {
  width: 48%;
  background: #FF6262;
}

div.cal_wrapper table.cal tr td {
  padding: 0;
}

div.cal_wrapper {
  margin-right: 0;
}

/*mwform*/
.mw_wp_form_complete {
  padding: 2rem;
}

.mw_wp_form_confirm .required {
  display: none;
}

.mw_wp_form_confirm .cal-wraper {
  display: none;
}

.mw_wp_form_confirm label::after {
  content: '：';
}

span.mwform-checkbox-field.horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

input[name="cup"] {
  width: 60%;
}

.p-fnav {
  background: #111;
}

.p-fnav__list {
  padding: 12px 0;
}

.p-fnav__item {
  background: #111;
}


/*2020-03-20*/
.p-case {
  margin-top: 1rem;
  border-top: 1px dotted #733;
  padding-top: 3rem;
}

.p-case__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #733;
}

.p-case__list {
  list-style-type: none;
}

.p-case__item {
  position: relative;
  margin-top: 56px;
  padding: 2rem 1rem 1rem;
  border: 1px solid #eca;
  background: #fcf9f5;
}

.p-case__item:after {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
}

.p-case__item:nth-child(1):after {
  content: url(assets/images/case01.svg);
}

.p-case__item:nth-child(2):after {
  content: url(assets/images/case02.svg);
}

.p-case__item:nth-child(3):after {
  content: url(assets/images/case03.svg);
}

.p-case__item:nth-child(4):after {
  content: url(assets/images/case04.svg);
}

.p-case__item:nth-child(5):after {
  content: url(assets/images/case05.svg);
}

.p-case__item:nth-child(6):after {
  content: url(assets/images/case06.svg);
}

.p-case__others {
  margin-bottom: 1rem;
  border: 2px solid #eca;
  background: #FFF;
  padding: .5rem;
  border-radius: 3px;
  line-height: 1.75;
  color: #e8002f;
  font-size: 1rem;
  font-weight: bold;
}

.p-case__first {
  margin-top: 1.5rem;
  text-align: center;
}

.p-case__first>.-first-ttl {
  position: relative;
  display: inline-block;
  color: #e8002f;
  font-size: .875rem;
  left: -2em;
}

.p-case__first>.-first-ttl:before {
  /*position: absolute;*/
  /*top: 10%;*/
  /*left: -1.5em;*/
  /*content: url(assets/images/advice-brackets_left.svg);*/
}

.p-case__first>.-first-ttl:after {
  position: absolute;
  top: -5%;
  right: -3em;
  /*content: url(assets/images/advice-brackets_right.svg);*/
  font-family: fontAwesome, sans-serif;
  font-style: normal;
  font-weight: 400;
  content: "\f067";
  color: #733;
  font-size: 1rem;
  transition: .3s;
  background: #CCC;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.p-case__first>.-first-ttl.is-active:after {
  content: "\f068";
  /*color: #FFF;*/
  transform: rotate(180deg);
  /*transform-origin: 50% 25%;*/
}


.p-case__text {
  margin-top: 0;
  text-align: left;
  font-size: .875rem;
}

/* interview_bnr */
.interview_bnr img {
  width: 100%;
}

.value {
  margin: 1rem;
  /*background: #f9d4e3;*/
  padding: 1rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  border: 6px double #e8002f;
  background: linear-gradient(#F9D2E2, #fff);
}
.value__head {
  padding-bottom: 1rem;
  border-bottom: 4px double #e8002f;
}
.value__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e8002f;
  text-align: center;
}
.value__title strong {
  font-size: 1.35em;
  display: block;
}
.value__lead {
  margin-top: .5em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
}
.value__body {
  padding-top: 1rem;
  font-weight: 600;
}

/* 2020-06-29*/
.voice__sheets {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.voice__sheets > a {
  margin-top: 32px;
  display: inline-block;
  width: 80px;
  border: 1px solid #ff6262;

}

.p-page__title.-voice {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-page__title.-voice::after {
  display: none;
}