.mainVisual {
  background: #a1e5c8;
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
}
.mainVisual__image {
  width: 100%;
}
.mainVisual__term {
  color: #ffffff;
  background: #606060;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}

.entryEnd {
  padding: 24px 16px 0;
  text-align: center;
}
.entryEnd__text {
  color: #FD5D5B;
  font-size: 2.4rem;
  font-weight: 700;
}

.postAnnounce {
  padding-top: 40px;
}
.postAnnounce__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .postAnnounce__container {
    max-width: 375px;
  }
}
.postAnnounce__contents {
  padding: 16px;
  border: solid 2px #e6e6e6;
  border-radius: 8px;
  font-size: 1.4rem;
}
.postAnnounce__title {
  font-weight: 700;
}
.postAnnounce__text + .postAnnounce__text {
  margin-top: 8px;
}
.postAnnounce__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.campaign {
  padding: 88px 0;
}
@media screen and (max-width: 750px) {
  .campaign {
    padding: 64px 0;
  }
}
.campaign__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .campaign__container {
    max-width: 375px;
  }
}
.campaign__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaign__title {
    font-size: 2rem;
  }
}
.campaign__title + * {
  margin-top: 40px;
}
.campaign__present, .campaign__present--blu, .campaign__present--yel, .campaign__present--red {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 16px;
  border-radius: 8px;
  text-align: center;
}
.campaign__present--red {
  margin-top: 40px;
  background: #FFF2F2;
  border: solid 5px #FC5C5C;
}
.campaign__present--yel {
  background: #FFFBF2;
  border: solid 5px #F5BB41;
}
.campaign__present--blu {
  margin-top: 40px;
  background: #F2FBFF;
  border: solid 5px #30C2F2;
}
.campaign__description .campaign__text {
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}
.campaign__text--emphasis {
  color: #FF954C;
  font-size: 2.4rem;
  font-weight: 700;
}
.campaign__text--sup {
  font-size: 1.2rem;
}
.campaign__conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 630px;
  margin: 64px auto 0;
}
@media screen and (max-width: 750px) {
  .campaign__conditions {
    display: block;
  }
}
.campaign__content, .campaign__content--end {
  position: relative;
  width: 230px;
  border: solid 2px #20BF7A;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .campaign__content, .campaign__content--end {
    width: auto;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .campaign__content + .campaign__content, .campaign__content--end + .campaign__content, .campaign__content + .campaign__content--end, .campaign__content--end + .campaign__content--end {
    margin-top: 72px;
  }
}
.campaign__content + .campaign__content::before, .campaign__content--end + .campaign__content::before, .campaign__content + .campaign__content--end::before, .campaign__content--end + .campaign__content--end::before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: -115px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/ico_plus_01.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .campaign__content + .campaign__content::before, .campaign__content--end + .campaign__content::before, .campaign__content + .campaign__content--end::before, .campaign__content--end + .campaign__content--end::before {
    width: 40px;
    height: 40px;
    top: -56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.campaign__content--period {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #20BF7A;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.campaign__content--end {
  opacity: 0.7;
}
.campaign__content--end::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__label {
  padding: 8px;
  background: #20bf7a;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.campaign__description {
  min-height: 67px;
  text-align: center;
}
.campaign__photo {
  max-width: 100px;
  margin: 16px auto 0;
}
.campaign__list--annotation {
  display: table;
  margin: 24px auto 0;
  text-align: left;
}
.campaign__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.campaign__lead {
  margin: 40px auto 16px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}

.schedule__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .schedule__container {
    max-width: 375px;
  }
}
.schedule__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .schedule__title {
    font-size: 2rem;
  }
}
.schedule__title + * {
  margin-top: 40px;
}
.schedule__text {
  text-align: center;
}
.schedule__detail {
  margin-top: 32px;
}
.schedule__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.agreement {
  padding: 88px 16px;
}
.agreement__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background: #eeeeee;
}
@media screen and (max-width: 750px) {
  .agreement__container {
    max-width: 375px;
  }
}
.agreement__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.agreement__detail {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .agreement__detail {
    font-size: 1.4rem;
    padding: 16px;
  }
}
.agreement__toggle {
  text-align: center;
  cursor: pointer;
}
.agreement__toggle.active .agreement__button::before {
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.agreement__button {
  position: relative;
  display: inline-block;
  background: #eeeeee;
  font-size: 1.3rem;
  width: 190px;
  padding: 8px 0;
  border-radius: 50px;
}
.agreement__button::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 11%;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: transparent transparent #666666 #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.agreement__main {
  display: block;
  text-align: center;
}
.agreement__conditions {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.agreement__conditions::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
}
.agreement__conditions.active {
  overflow: visible;
  height: auto;
}
.agreement__conditions.active::after {
  content: none;
}
.agreement__term {
  font-size: 1.4rem;
  font-weight: 700;
}
.agreement__term:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eeeeee;
}
.agreement__term--noMember {
  font-weight: 700;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 4px solid #eeeeee;
}
.agreement__description {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
  word-break: break-all;
}
.agreement__description + .agreement__description {
  margin-top: 32px;
}
.agreement__description:last-child {
  margin-bottom: 8px;
}
.agreement__item {
  padding-left: 1em;
  text-indent: -1em;
}
.agreement__link {
  color: #3895ff;
}
.agreement__link:visited {
  color: #3895ff;
}
.agreement__text--bold {
  font-weight: 700;
}
.agreement__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.agreement__emphasis {
  color: #FF5C5C;
}
.agreement__canvas {
  margin: 8px auto;
}

.entry {
  padding: 88px 16px;
  background: #F7F7F7;
}
.entry__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 56px 32px;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .entry__container {
    padding: 32px 24px;
  }
}
.entry__content + .entry__content {
  margin-top: 56px;
}

.preparation__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .preparation__title {
    font-size: 2rem;
  }
}
.preparation__title + * {
  margin-top: 40px;
}
.preparation__lead {
  position: relative;
  max-width: 414px;
  margin: 40px auto 16px;
  padding: 4px 16px;
  border-radius: 19px;
  background: #3CC9C9;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .preparation__lead {
    font-size: 1.6rem;
  }
}
.preparation__lead::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #3cc9c9;
  -webkit-clip-path: polygon(50% 8px, 0% 0%, 8px 0%);
          clip-path: polygon(50% 8px, 0% 0%, 8px 0%);
}
.preparation__heading {
  margin: 0 auto;
  padding: 16px;
  background: #606060;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.preparation__case {
  padding: 24px 16px;
  border: solid 1px #606060;
}
.preparation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 735px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 750px) {
  .preparation__list {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .preparation__item + .preparation__item {
    margin-top: 32px;
  }
}
.preparation__label {
  width: 165px;
  margin: 0 auto;
  padding: 4px 8px;
  border-radius: 21px;
  background: #DFF7F7;
  color: #00C1C1;
  font-weight: 700;
  text-align: center;
}
.preparation__photo {
  margin: 16px auto;
}
.preparation__item:first-child .preparation__photo {
  max-width: 86px;
}
.preparation__item:last-child .preparation__photo {
  max-width: 339px;
}
.preparation__text {
  text-align: center;
}
.preparation__text--bold {
  font-weight: 700;
}
.preparation__link {
  color: #3895ff;
}
.preparation__link:visited {
  color: #3895ff;
}
.preparation__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.flow__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__title {
    font-size: 2rem;
  }
}
.flow__title + * {
  margin-top: 40px;
}
.flow__text {
  text-align: center;
}
.flow__subTitle + .flow__text {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .flow__subTitle + .flow__text {
    margin-top: 24px;
    padding: 0 16px;
  }
}
.flow__heading + .flow__text {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .flow__heading + .flow__text {
    padding: 0 16px;
  }
}
.flow__text--annotation {
  text-align: center;
}
.flow__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.flow__tab {
  margin-top: 24px;
}
.flow__tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow__tabItem {
  display: inline-block;
  width: calc((100% - 1px) / 2);
  padding: 16px 8px;
  border-radius: 12px 12px 0 0;
  background: #CCCCCC;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .flow__tabItem {
    padding: 8px 4px;
    font-size: 1.4rem;
  }
}
.flow__tabItem--large {
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .flow__tabItem--large {
    font-size: 1.8rem;
  }
}
.flow__tabItem.active {
  background: #FD5D5B;
}
.flow__tabContent {
  display: none;
  padding: 24px;
  border-right: solid 1px #FD5D5B;
  border-bottom: solid 1px #FD5D5B;
  border-left: solid 1px #FD5D5B;
}
@media screen and (max-width: 750px) {
  .flow__tabContent {
    padding: 16px;
  }
}
.flow__tabContent.active {
  display: block;
}
.flow__list {
  margin-top: 24px;
}
.flow__list--annotation {
  display: table;
  margin: 24px auto 0;
  padding: 0 16px;
  text-align: left;
}
.flow__item {
  position: relative;
  margin-bottom: 88px;
  padding-bottom: 24px;
  border: solid 3px #FFF0E5;
}
.flow__item::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 85px;
  height: 34px;
  background-color: #EEEEEE;
  -webkit-clip-path: polygon(50% 34px, 0% 0%, 85px 0%);
          clip-path: polygon(50% 34px, 0% 0%, 85px 0%);
}
.flow__item--finished {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .flow__item--finished {
    font-size: 2.8rem;
  }
}
.flow__item--finished::before, .flow__item--finished::after {
  content: "";
  display: inline-block;
  background: url(../images/img_flowFinished_01.png) center/cover no-repeat;
  width: 78px;
  height: 62px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .flow__item--finished::before, .flow__item--finished::after {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 51px;
    height: 40px;
  }
}
.flow__item--finished::after {
  left: initial;
  right: -10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.flow__lead {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__lead {
    top: -80px;
  }
}
.flow__subTitle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4px;
  background: #FFF0E5;
  color: #FF954C;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .flow__subTitle {
    display: block;
  }
}
.flow__subTitle--period {
  max-width: 245px;
  grid-column: 1;
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 26px;
  background: #ffffff;
  color: #FF954C;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .flow__subTitle--period {
    display: block;
    margin: 0 auto 8px;
  }
}
.flow__subTitle--note {
  font-size: 1.2rem;
  font-weight: 400;
}
.flow__subTitle--main {
  grid-column: 2;
  justify-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .flow__subTitle--main {
    display: block;
  }
}
.flow__subTitle--end {
  color: #FD5D5B;
}
.flow__number {
  display: inline-block;
  max-width: 33px;
  vertical-align: middle;
  margin-right: 8px;
}
.flow__attention {
  margin-top: 16px;
  color: #FF5C5C;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.flow__attention--large {
  font-size: 1.6rem;
  text-decoration: underline;
}
.flow__button {
  margin: 24px 16px;
}
.flow__attention + .flow__button {
  margin-top: 8px;
}
.flow__link, .flow__link--end {
  max-width: 325px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto;
  padding: 16px 8px;
  border-radius: 6px;
  background: #50C793;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
.flow__link:visited, .flow__link--end:visited {
  color: #ffffff;
}
.flow__link--sub {
  font-size: 1.2rem;
}
.flow__link--end {
  background: #B0B0B0;
  pointer-events: none;
}
.flow__heading {
  font-weight: 700;
  text-align: center;
}
.flow__heading--large {
  font-size: 2rem;
  text-decoration: underline;
}
.flow__canvas {
  max-width: 100px;
  margin: 0 auto;
}

.notice {
  padding: 88px 0;
}
@media screen and (max-width: 750px) {
  .notice {
    padding: 64px 0;
  }
}
.notice__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .notice__container {
    max-width: 375px;
  }
}
.notice__heading {
  position: relative;
  font-weight: 700;
  color: #3895FC;
  background: #ffffff;
  border: solid 2px #3895FC;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
}
.notice__heading::before, .notice__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 3px;
  background: #3895FC;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.notice__heading::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.notice__desc {
  position: relative;
  margin: 24px auto 0;
}
.notice__photo {
  margin-top: 16px;
}
.notice__list {
  margin: 16px auto 0;
  font-size: 1.2rem;
}
.notice__photo + .notice__list {
  padding: 0 16px;
}
.notice__item .notice__list {
  margin: 0;
  padding-left: 8px;
}
.notice__content {
  margin: 24px 16px 0;
  padding: 24px;
  background: #F7F7F7;
  border-radius: 8px;
}
.notice__title {
  text-align: center;
  font-weight: 700;
}
.notice__content .notice__text {
  margin-top: 24px;
  font-size: 1.2rem;
}
.notice__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.notice__link {
  color: #3895ff;
}
.notice__link:visited {
  color: #3895ff;
}
.notice__emphasis {
  color: #FF5C5C;
}

.merit {
  padding: 0 0 88px;
}
.merit__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .merit__container {
    max-width: 375px;
  }
}
.merit__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__title {
    font-size: 2rem;
  }
}
.merit__title + * {
  margin-top: 40px;
}
.merit__emphasis {
  font-size: 2.8rem;
  color: #FF5C5C;
}
.merit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 64px auto 0;
}
@media screen and (max-width: 750px) {
  .merit__list {
    display: block;
    margin-top: 24px;
  }
}
.merit__item {
  width: calc((100% - 144px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .merit__item {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 750px) {
  .merit__item + .merit__item {
    margin-top: 32px;
  }
}
.merit__item:last-child .merit__text {
  font-size: 2rem;
}
.merit__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__text {
    font-size: 1.8rem;
  }
}
.merit__photo {
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .merit__photo {
    max-width: 100px;
  }
}

.customer {
  padding: 88px 0;
  background: #F7F7F7;
}
@media screen and (max-width: 750px) {
  .customer {
    padding: 64px 0;
  }
}
.customer__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .customer__container {
    max-width: 375px;
  }
}
.customer__inner {
  padding: 40px 40px 16px;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .customer__inner {
    padding: 40px 24px 16px;
  }
}
.customer__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .customer__title {
    font-size: 2rem;
  }
}
.customer__title + * {
  margin-top: 40px;
}
.customer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .customer__content {
    display: block;
  }
}
.customer__photo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 317px;
}
@media screen and (max-width: 750px) {
  .customer__photo {
    max-width: 100%;
  }
}
.customer__comment {
  position: relative;
  margin-left: 24px;
}
@media screen and (max-width: 750px) {
  .customer__comment {
    margin: 16px auto;
  }
}
.customer__name {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .customer__name {
    position: static;
    margin-top: 8px;
    font-size: 1.4rem;
    text-align: right;
  }
}
.customer__content + .customer__text {
  margin-top: 32px;
}
.customer__point {
  padding: 32px 40px;
  border-radius: 0 0 8px 8px;
  background: #FFF7E5;
}
@media screen and (max-width: 750px) {
  .customer__point {
    padding: 24px;
  }
}
.customer__heading {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .customer__heading {
    font-size: 1.8rem;
  }
}
.customer__list {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .customer__list {
    font-size: 1.8rem;
  }
}
.customer__item + .customer__item {
  margin-top: 8px;
}
.customer__emphasis {
  color: #FF5C5C;
}

.jsAcc::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  background: rgba(189, 189, 189, 0.9);
  width: 100%;
  height: 100%;
}
.end__text {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}