@charset "UTF-8";
html {
  font-size: 62.5%;
}

article > * {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

article * {
  line-height: 1.7;
}

article img {
  width: 100%;
}

.inner {
  padding: 0 1.5rem;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.btn {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 28rem;
  border-radius: 0.5rem;
  background: #36a1d1;
  color: #fff;
  padding: 1.2rem;
  position: relative;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  display: block;
  background: transparent url(../images/sp/sp_btn-right-arrow.png) center center/contain no-repeat;
}

.block-bottomText {
  margin-top: 6.5rem;
  position: relative;
}
.block-bottomText::after {
  position: absolute;
  content: "";
  display: block;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 3rem;
  background: url(../images/sp/sp_icon-dots.png) center center/contain no-repeat;
}

.block-bottomText p {
  color: #36a1d1;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
}

.mv {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.section-about {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.about-image {
  margin-top: 3rem;
}

.about-text {
  margin-top: 2.5rem;
}

.about-text p {
  line-height: 2;
}

.benefits {
  padding-top: 6.2rem;
  padding-bottom: 4.5rem;
  position: relative;
  background: #fffae9;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.benefits::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-top.png) center center/cover no-repeat;
}
.benefits::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-bottom.png) center center/cover no-repeat;
}

.benefits-title {
  width: 84%;
  margin: auto;
}

.benefits-items {
  margin-top: 2rem;
  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;
}

.benefits-item img {
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(102, 102, 102, 0.4));
          filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(102, 102, 102, 0.4));
}

.benefits-item + .benefits-item {
  margin-top: 1.5rem;
}

.rankBenefits {
  padding-top: 5.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.rankBenefits-items {
  margin-top: 3rem;
}

.rankBenefits-item {
  padding: 1rem;
  border: 1px solid #36a1d1;
  border-radius: 0.5rem;
  /*max-width: 63rem;
  width: 90%;
  margin: auto;*/
}

/*縦並び*/
.swiper-slide + .swiper-slide {
  margin-top: 2rem;
}

/*縦並びend*/
.rankBenefits-item-title {
  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;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #36a1d1;
}

.rankBenefits-item-title > span {
  max-width: 4rem;
}

.rankBenefits-item-title p {
  color: #36a1d1;
  margin-left: 1rem;
  font-size: 1.7rem;
}

.rankBenefits-item-text {
  margin-top: 1rem;
}

.rankBenefits-item-text-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.rankBenefits-item-text-main + .rankBenefits-item-text-main {
  margin-top: 1rem;
}

.rankBenefits-item-text-main > span {
  max-width: 1.5rem;
}

.rankBenefits-item-text-main > p {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  line-height: 1;
}

.rankBenefits-item-text-main > p > span {
  color: #36a1d1;
  line-height: 1;
}

.rankBenefits-item-text-main > p > .number {
  font-size: 1.7rem;
}

.rankBenefits-item-text-main.long {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.6;
}

.rankBenefits-item-text-main.long > p {
  line-height: 1.6;
}

.rankBenefits-item-text-main.long > span > img {
  vertical-align: top;
  padding-top: 0.2rem;
}

.rankBenefits-item-text-row {
  margin-top: 1rem;
}

.rankBenefits-item-text-row p {
  font-size: 1rem;
  color: #36a1d1;
}

.swiper-button-prev:after {
  content: "" !important;
  width: 1rem;
  height: 2rem;
  background: url(../images/sp/sp_swiper-right-arrow.png) center center/contain no-repeat !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  left: -8px !important;
}

.swiper-button-next:after {
  content: "" !important;
  width: 1rem;
  height: 2rem;
  background: url(../images/sp/sp_swiper-right-arrow.png) center center/contain no-repeat !important;
}

.swiper-button-next {
  right: -8px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display: none;
}

/*最初のスライド高さ合わせ
.swiper-slide:first-child .rankBenefits-item-text {
  margin-top: 1rem;
  margin-bottom: 5.8rem;
}
/*Coming soon スライド
.swiper-slide:last-child .rankBenefits-item-text{
  color: $blue;
  text-align: center;
  font-weight: 700;
  margin: 3.2rem 0;
}
.swiper-slide:last-child .rankBenefits-item-text-main{
  display: block;
}
.swiper-slide:last-child .rankBenefits-item-text-main > p{
  font-size: 2rem;
}
*/
.rankBenefits_note {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.rankBenefits_note a {
  text-decoration: underline;
}

.rankUp {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  position: relative;
  background: #fffae9;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.rankUp::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-top.png) center center/cover no-repeat;
}
.rankUp::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-bottom.png) center center/cover no-repeat;
}

.rankUp-image {
  margin-top: 3rem;
}

.rankUp-textBox {
  margin-top: 2rem;
}

.rankUp-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rankUp-text + .rankUp-text {
  margin-top: 1.5rem;
}

.rankUp-text > span {
  max-width: 1.5rem;
  width: 100%;
}

.rankUp-text > p {
  margin: 0.6rem 0 0 1rem;
}

.rankUp-text > p .blue {
  color: #36a1d1;
}

.service {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}

.service-title {
  margin-top: 3rem;
}

.service-items {
  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;
  margin-top: 2.5rem;
}

.service-item {
  border: 1px solid #36a1d1;
  border-radius: 0.5rem;
  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;
  height: 25.9rem;
  position: relative;
}

.service-item:first-child:after {
  content: "※サービス開始時点で既に会員登録済みのお客様には、500ラリープレゼントいたします。";
  position: absolute;
  bottom: -5rem;
  font-size: 1.2rem;
}

.service-item img {
  height: 100%;
}

.service-item + .service-item {
  margin-top: 2rem;
}

.service-item + .service-item.undernote {
  margin-top: 7rem;
}

.service-item-title {
  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;
  padding-bottom: 1rem;
  border-bottom: 1px solid #36a1d1;
}

.service-item-title > span {
  max-width: 4.2rem;
}

.service-item-title > p {
  color: #36a1d1;
  margin-left: 1rem;
  font-size: 1.9rem;
}

.service-item-contents {
  padding: 1.5rem 1.5rem 0rem 1.5rem;
}

.service-item-contents.cs {
  text-align: center;
  padding-top: 9.4rem;
}

.service-item-contents.cs img {
  width: 72%;
  height: auto;
}

.service-item-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #999999;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-item-content:nth-of-type(4) {
  border-bottom: none;
}
.service-item-content.sensyurenkei-note {
  padding-top: 0;
  /*
  justify-content: end;
  */
}

/*
.service-item-content.sensyurenkei-note{
  padding-top: 0;
}*/
.service-item-content-ttl span {
  font-size: 1rem;
}

.service-item-content-ttl span a {
  text-decoration: underline;
}

.service-item-content-value .red {
  color: #ff9182;
  font-size: 2.2rem;
}

.service-item-content-date {
  background: #d7ecf6;
  padding: 1rem 1.5rem;
  text-align: right;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-top: auto;
}

.service-item-note {
  font-size: 1.2rem;
  margin: 1rem 0 2rem;
}

.flow {
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  background: #fffae9;
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-top.png) center center/cover no-repeat;
}
.flow::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 33.5rem;
  display: block;
  background: url(../images/sp/sp_bg-bottom.png) center center/cover no-repeat;
}

.flow-title {
  margin-top: 3rem;
}

.flow-items {
  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;
  margin-top: 1rem;
}

.flow-item + .flow-item {
  margin-top: 6rem;
  position: relative;
}
.flow-item + .flow-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 2rem;
  height: 1.2rem;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/sp/sp_flow-bottom-arrow.png) center center/contain no-repeat;
}

.flow-item-image {
  max-width: 30rem;
  margin: 1rem auto 0 auto;
  width: 44%;
}

.flow-item-title {
  color: #36a1d1;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}

.flow-item-title > p {
  text-align: center;
}

.flow-item-text {
  margin-top: 1rem;
}

.flow-item-text p {
  line-height: 2;
  text-align: center;
}

.flow-item-text p > span {
  font-size: 1.2rem;
}

.faq {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.timing-box {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}

.timing-title p {
  text-align: center;
}

.timing-title p {
  font-size: 1.6rem;
  font-weight: 700;
}

dl {
  margin-top: 1rem;
}

.timing-item {
  padding: 1.5rem 1rem;
  border: 1px solid #36a1d1;
  border-radius: 0.5rem;
  background: #fff;
}

.timing-item + .timing-item {
  margin-top: 1rem;
}

dt {
  position: relative;
  color: #36a1d1;
  line-height: 1;
}
dt::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url(../images/sp/sp_icon-timing-arrow.png) center center/cover no-repeat;
  width: 1rem;
  height: 1rem;
}

dd {
  display: none;
  line-height: 1;
  border-top: 1px dashed #36a1d1;
}

.timing-item.appear dd {
  display: block;
  padding-top: 1rem;
  margin-top: 1rem;
  line-height: 1.6;
}

.timing-item.appear dt::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.timing-note {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.footer {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  article > * {
    font-size: 1.6rem;
  }
  .inner {
    width: 100%;
    max-width: 93rem;
    margin: auto;
  }
  .section-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .about-title {
    max-width: 61.4rem;
    margin: auto;
  }
  .about-image {
    margin-top: 5.5rem;
  }
  .about-text {
    margin-top: 4.5rem;
  }
  .about-text p {
    font-size: 1.6rem;
  }
  .btn {
    margin-top: 5rem;
  }
  .btn a {
    font-size: 1.8rem;
    max-width: 39rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
  }
  .benefits {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .benefits::before {
    width: 63%;
    height: 64%;
  }
  .benefits::after {
    width: 63%;
    height: 64%;
  }
  .benefits-title {
    max-width: 53rem;
    margin: auto;
  }
  .benefits-items {
    margin-top: 5rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .benefits-item {
    width: calc(50% - 1rem);
  }
  .benefits-item + .benefits-item {
    margin-top: 0;
    margin-left: 2rem;
  }
  .benefits-item:nth-child(3) {
    margin-left: 0;
  }
  .benefits-item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .block-bottomText p {
    font-size: 2.4rem;
  }
  .block-bottomText::after {
    height: 4rem;
  }
  .bg-cracker {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: auto;
  }
  .bg-cracker::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 264px;
    height: 480px;
    z-index: 1;
    background: url(../images/pc/pc_bg-cracker-left.png) center center/cover no-repeat;
  }
  .bg-cracker::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    width: 294px;
    height: 470px;
    z-index: 1;
    background: url(../images/pc/pc_bg-cracker-right.png) center center/cover no-repeat;
  }
  .bg-image-heading {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: auto;
  }
  .bg-image-heading::before {
    position: absolute;
    content: "";
    display: block;
    top: -195px;
    right: 112px;
    width: 69%;
    height: 36%;
    z-index: 1;
    background: url(../images/pc/pc_bg-human.png) center center/contain no-repeat;
  }
  table {
    color: #36a1d1;
    text-align: center;
    width: 100%;
    margin-top: 5rem;
    table-layout: fixed;
  }
  table th { /*table内のthに対して*/
    padding: 3px 10px; /*上下3pxで左右10px*/
    background: #d7ecf6;
    height: 4rem;
  }
  table td { /*table内のtdに対して*/
    padding: 10px 8px; /*上下10pxで左右8px*/
    height: 10rem;
  }
  table td.spacing { /*文章が長い場合*/
    letter-spacing: -0.1em;
  }
  table td:first-child {
    font-size: 1.4rem;
  }
  table td:not(:first-child) {
    font-weight: 700;
  }
  table td > span {
    font-size: 2.2rem;
  }
  table th, table td {
    border: 1px solid #36a1d1;
    width: 100%;
    vertical-align: middle;
  }
  tr:last-child {
    /*td {
      border-bottom: none;
    }*/
  }
  tr:last-child td {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .rankBenefits_note {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .bg-image-rankUp {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: auto;
  }
  .bg-image-rankUp::before {
    position: absolute;
    content: "";
    display: block;
    top: -34px;
    left: 0px;
    width: 94%;
    height: 61rem;
    z-index: 3;
    background: url(../images/pc/pc_bg-human2.png) center center/contain no-repeat;
  }
  .rankUp {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .rankUp::before {
    width: 63%;
    height: 64%;
  }
  .rankUp::after {
    width: 63%;
    height: 64%;
  }
  .rankUp-title {
    position: relative;
    z-index: 3;
    max-width: 61.4rem;
    margin: auto;
  }
  .rankUp-textBox {
    margin-top: 4rem;
  }
  .rankUp-image {
    position: relative;
    z-index: 3;
    margin-top: 4.5rem;
  }
  .bg-image-service {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: auto;
  }
  .bg-image-service::before {
    position: absolute;
    content: "";
    display: block;
    top: -49px;
    right: 67px;
    width: 90%;
    height: 36.4rem;
    z-index: 1;
    background: url(../images/pc/pc_bg-human3.png) center center/contain no-repeat;
  }
  .service-title {
    max-width: 61.4rem;
    margin: auto;
    position: relative;
    z-index: 3;
  }
  .service-items {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 3;
    margin-top: 4.5rem;
  }
  .service-item {
    width: calc(33.333% - 1rem);
    max-width: 28rem;
    height: 242px;
    background: #fff;
  }
  .service-item:first-child:after {
    bottom: -6rem;
    font-size: 1.3rem;
  }
  .service-item + .service-item {
    margin-top: 0;
    margin-left: 3rem;
  }
  .service-item + .service-item.undernote {
    margin-top: 0;
  }
  .service-item:nth-child(4) {
    margin-left: 0;
  }
  .service-item:nth-child(7) {
    margin-left: 0;
  }
  .service-item:nth-child(n+4) {
    margin-top: 3rem;
  }
  .service-item-contents {
    padding: 1.2rem 1.5rem 0rem 1.5rem;
  }
  .service-item-contents.cs {
    padding-top: 9rem;
  }
  /*
  .table__row-text {
      position: absolute;
      content: "";
      bottom: -50px;
      left: 0px;
      display: block;
      width: 100%;
      background: linear-gradient(transparent -70%, rgb(255, 255, 255));

  }
  .table__row-text p {
    font-size: 3rem;
    text-align: center;
    color: #999999;
    font-family: 'Ubuntu';
    line-height: 2;
    letter-spacing: 0.1em;
  }
  */
  .rankBenefits-items {
    position: relative;
  }
  .rankBenefits {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
  .rankBenefits-title {
    max-width: 61.4rem;
    margin: auto;
  }
  .service {
    padding-top: 6.5rem;
    padding-bottom: 6rem;
  }
  .service-item-title > p {
    font-size: 2rem;
  }
  .service-item-content-ttl {
    font-size: 1.4rem;
  }
  .service-item-content-value .red {
    font-size: 1.8rem;
  }
  .service-item-content-date {
    font-size: 1.4rem;
  }
  .service-item-title > span {
    max-width: 3rem;
  }
  .service-item-content {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .service-item img {
    height: 100%;
  }
  .flow {
    padding-top: 11rem;
    padding-bottom: 9rem;
  }
  .flow::before {
    width: 63%;
    height: 64%;
  }
  .flow::after {
    width: 63%;
    height: 64%;
  }
  .bg-image-flow {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin: auto;
  }
  .bg-image-flow::before {
    position: absolute;
    content: "";
    display: block;
    top: -14px;
    left: 40px;
    width: 91%;
    height: 36rem;
    z-index: 3;
    background: url(../images/pc/pc_bg-human4.png) center center/contain no-repeat;
  }
  .flow-title {
    max-width: 61.4rem;
    margin: auto;
    position: relative;
    z-index: 3;
  }
  .flow-items {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 3.5rem;
  }
  .flow-item {
    width: calc(33.333% - 5.3333333333rem);
    max-width: 25rem;
  }
  .flow-item:first-child .flow-item-title {
    margin-top: 2rem;
  }
  .flow-item + .flow-item {
    margin-top: 0;
    margin-left: 8rem;
  }
  .flow-item + .flow-item::before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    left: -5rem;
  }
  .flow-item-image {
    max-width: 15rem;
    width: 100%;
  }
  .flow-item-title {
    font-size: 1.8rem;
    margin-top: 1rem;
    height: 62px;
    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;
  }
  .flow-item-text p {
    font-size: 1.4rem;
    text-align: justify;
  }
  .flow-item-text p > span {
    font-size: 1.4rem;
  }
  .timing-box {
    margin-top: 3.5rem;
  }
  .pc-timing-content {
    border: 1px solid #999999;
    margin-top: 1.7rem;
  }
  .pc-timing-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-timing-item:not(:first-child) {
    border-top: 1px solid #999999;
  }
  .pc-timing-definition {
    padding: 1.7rem 2rem;
    background: #e6e6e6;
    width: 100%;
    max-width: 30rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .pc-timing-definition::after {
    display: none;
  }
  .pc-timing-description {
    padding: 1.7rem 2rem;
    background: #fff;
    width: 100%;
    max-width: 60rem;
    color: #333;
    display: block;
    border-top: none;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .timing-title p {
    text-align: left;
  }
  .timing-title p {
    font-size: 1.8rem;
  }
  .faq {
    padding-top: 6.5rem;
  }
  .block-bottomText {
    margin-top: 10rem;
  }
  .block-bottomText::after {
    top: -7rem;
    height: 5rem;
  }
  .timing-note {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .service-item-content-ttl {
    font-size: 1.3rem;
  }
  .service-item-content-value .red {
    font-size: 1.5rem;
  }
  .service-item-content-date {
    font-size: 1.3rem;
  }
  .service-item-content-value {
    font-size: 1.3rem;
  }
  .service-item {
    width: calc(31.333% - 1rem);
  }
}/*# sourceMappingURL=styles.css.map */