@charset "UTF-8";
.page-custom {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std”, “ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
.page-custom * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-custom img {
  max-width: 100%;
}
.page-custom .page-title {
  font-size: 40px;
  line-height: normal;
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.page-custom .section-intro {
  display: block;
  padding: 80px 0;
}
.page-custom .text-link {
  text-decoration: none;
  color: #36C1BC;
  font-weight: 600;
}
.page-custom p span.text-b {
  font-weight: 600;
  display: block;
}
.page-custom .text-pd-l {
  padding-left: 20px;
}
.page-custom .text {
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  display: block;
  font-weight: 300;
}
.page-custom .text.text-right {
  text-align: right;
}
.page-custom .text.w800 {
  margin: 0 auto;
  max-width: 800px;
}
.page-custom .text.w900 {
  margin: 0 auto;
  max-width: 900px;
}
.page-custom .text-number {
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  display: block;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}
.page-custom .text-number .number {
  position: absolute;
  top: 0;
  left: 0;
}
.page-custom .text-dot {
  position: relative;
  padding-left: 10px;
}
.page-custom .text-dot:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: 11px;
  left: 0;
}
.page-custom .bt-blue {
  display: inline-block;
  min-width: 120px;
  height: 40px;
  border: 2px solid #36C1BC;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  white-space: nowrap;
  padding: 0px 29px;
  background-color: #36C1BC;
  border-radius: 20px;
  color: #fff !important;
}
.page-custom .bt-blue.icon-down {
  position: relative;
}
.page-custom .bt-blue.icon-down:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 6px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_down2.png") no-repeat;
  background-size: 100% 100%;
}
.page-custom .breadcrumb-content {
  display: block;
  margin-top: -5px;
  padding: 11px 0;
  background-color: #F4F4F4;
}
.page-custom .breadcrumb-content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-custom .breadcrumb-content .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
}
.page-custom .breadcrumb-content .breadcrumb li:after {
  content: '';
  width: 6px;
  height: 10px;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_right.png");
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  line-height: 26px;
  margin: 0 15px;
}
.page-custom .breadcrumb-content .breadcrumb li:last-child:after {
  display: none;
}
.page-custom .breadcrumb-content .breadcrumb li a {
  display: inline-block;
  position: relative;
}
/* SP */
@media screen and (max-width: 840px) {
  .page-custom .breadcrumb-content .breadcrumb {
    display: block;
  }
}
.page-custom .page-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.page-custom .page-container.max-1000 {
  max-width: 1000px;
}
.page-custom .title-line {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
  margin-bottom: 32px;
}
.page-custom .title-line:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #36C1BC;
}
.page-custom .title-bottom-line {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 18px;
}
.page-custom .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-custom .box-item.box-2-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-custom .box-item.box-2-items .item {
  width: calc(50% - 8px);
  display: block;
}
.page-custom .list-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page-custom .list-bt .icon-down {
  width: 238px;
  cursor: pointer;
  margin-right: 16px;
}
.page-custom .list-bt .icon-down:last-child {
  margin-right: 0;
}

/* PC */
@media screen and (min-width: 841px) {
  .hidden-pc {
    display: none !important;
  }

  .page-custom {
    min-width: 1100px;
  }
  .page-custom .hover:hover {
    opacity: 0.8;
  }
  .page-custom .bt-blue.icon-down:hover:before {
    background-image: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_down2_hover.png");
  }
  .page-custom .bt-blue:hover {
    background-color: rgba(54, 193, 188, 0.15);
    color: #36C1BC !important;
  }
}
/* SP */
@media screen and (max-width: 840px) {
  .hidden-sp {
    display: none !important;
  }

  .page-container {
    padding: 0 20px;
  }

  .page-custom .page-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .page-custom .breadcrumb-content {
    margin-top: 120px;
    padding: 7px 0;
  }
  .page-custom .section-intro {
    display: block;
    padding: 56px 0;
  }
  .page-custom .list-bt {
    margin-top: 45px;
  }
  .page-custom .list-bt .icon-down {
    height: 39px;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
    padding-left: 38px;
    text-align: left;
  }
  .page-custom .list-bt .icon-down:last-child {
    margin-bottom: 0;
  }
  .page-custom .text-pd-l {
    padding-left: 10px;
  }
  .page-custom .text.w800 {
    max-width: 100%;
  }
  .page-custom .text.w900 {
    max-width: 100%;
  }
  .page-custom .bt-blue {
    height: 51px;
    width: 100%;
    line-height: 47px;
  }
  .page-custom .title-line {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .page-custom .box-item {
    display: block;
  }
  .page-custom .box-item.box-2-items .item {
    width: 100%;
  }
}
.page-about .section-intro .list-intro {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 3;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/bg_line_red.png");
  background-size: 4px 48px;
  background-repeat: repeat;
}
.page-about .section-intro .list-intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/bg_line_red.png") repeat-x;
  background-size: 4px 48px;
}
.page-about .section-intro img {
  display: block;
  width: 100%;
}
.page-about .group-person {
  background-color: #F4F4F4;
  padding: 80px 0;
  padding-bottom: 130px;
}
.page-about .group-person .group-box-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 123px;
  width: 100%;
}
.page-about .group-person .group-box-img.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-about .group-person .group-box-img.right .box-info {
  left: 0;
}
.page-about .group-person .group-box-img:last-child {
  margin-bottom: 0;
}
.page-about .group-person .group-box-img .box-img {
  width: 100%;
  max-width: 600px;
}
.page-about .group-person .group-box-img .box-info {
  position: absolute;
  right: 0;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 548px;
  min-height: 373px;
  padding: 40px;
  background-color: #fff;
}
.page-about .group-person .group-box-img .box-info .box-content {
  display: block;
}
.page-about .group-person .group-box-img .box-info .group-bt {
  margin-top: 32px;
  display: block;
  text-align: center;
}
.page-about .group-person .group-box-img .box-info .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.page-about .group-person .group-box-img .box-info .list-features li {
  position: relative;
  padding-left: 28px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
.page-about .group-person .group-box-img .box-info .list-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 18px;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/icon_check.png");
  background-size: 100% 100%;
}
.page-about .group-person .group-box-img .box-info p {
  font-size: 14px;
  display: block;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 5px;
}
.page-about .group-person .group-box-img .box-info p:last-child {
  margin-bottom: 0;
}
.page-about .blue-contact {
  display: block;
  background-color: #36C1BC;
  padding: 32px 0;
}
.page-about .blue-contact .contact-wrapper {
  background-color: #fff;
}
.page-about .blue-contact .contact-wrapper .contact-inner {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-left img {
  vertical-align: bottom;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right .bt-shoplist {
  width: 319px;
  height: 68px;
  font-size: 23px;
  line-height: 66px;
  border: 1px solid #36C1BC;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #36C1BC;
  color: #fff;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right .bt-shoplist:hover {
  color: #36C1BC;
  background-color: #fff;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right .bt-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 29px;
  margin-right: 19px;
  width: 96px;
  height: 68px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  color: #36C1BC;
  border: 1px solid #36C1BC;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right .phone {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  width: auto;
  white-space: nowrap;
  color: #36C1BC;
}
.page-about .blue-contact .contact-wrapper .contact-inner .contact-right .phone span {
  display: block;
  font-weight: 300;
  margin-top: 6px;
  width: auto;
  font-size: 15px;
  line-height: 26px;
}
.page-about .company-profile {
  display: block;
  padding: 80px 0;
}
.page-about .company-profile .section-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.page-about .company-profile .group-info-text {
  border-top: 2px solid #CBCBCB;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-about .company-profile .group-info-text:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: #36C1BC;
}
.page-about .company-profile .group-info-text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #CBCBCB;
  position: relative;
}
.page-about .company-profile .group-info-text .item:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: #36C1BC;
}
.page-about .company-profile .group-info-text .item .title {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  width: 160px;
}
.page-about .company-profile .group-info-text .item .text {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-about .group-map {
  margin-bottom: 80px;
  display: block;
}
.page-about .group-map .map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.page-about .group-map .map iframe {
  width: 100%;
  height: 100%;
}

/* PC */
/* SP */
@media screen and (max-width: 840px) {
  .page-about .section-intro .list-intro {
    padding: 0 20px;
    font-size: 14px;
    line-height: 38.5px;
    background-size: 4px 38.5px;
    text-align: left;
  }
  .page-about .group-person {
    padding: 55px 0;
  }
  .page-about .group-person .group-box-img {
    display: block;
    margin-bottom: 40px;
  }
  .page-about .group-person .group-box-img.right .box-img {
    width: 100%;
  }
  .page-about .group-person .group-box-img .box-img {
    max-width: 100%;
  }
  .page-about .group-person .group-box-img .box-img img {
    vertical-align: bottom;
  }
  .page-about .group-person .group-box-img .box-info {
    position: relative;
    top: 0;
    min-height: 0;
    width: 100%;
    padding: 32px;
  }
  .page-about .group-person .group-box-img .box-info .group-bt {
    margin: 0 -12px;
    margin-top: 32px;
  }
  .page-about .group-person .group-box-img .box-info .title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .page-about .group-person .group-box-img .box-info p {
    margin-bottom: 10px;
  }
  .page-about .blue-contact {
    background-color: #fff;
    border-top: 1px solid #36C1BC;
    border-bottom: 1px solid #36C1BC;
    padding: 35px 0;
    padding-bottom: 30px;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner {
    display: block;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner .contact-right {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner .contact-right .bt-shoplist {
    width: 100%;
    border-radius: 0;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner .contact-right .bt-call {
    width: 100%;
    height: 34px;
    line-height: 32px;
    text-align: center;
    margin: 14px 0;
    margin-bottom: 16px;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner .contact-right .phone {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-about .blue-contact .contact-wrapper .contact-inner .contact-right .phone span {
    display: block;
    width: 100%;
  }
  .page-about .company-profile {
    padding: 56px 0;
  }
  .page-about .company-profile .section-title {
    font-size: 26px;
  }
  .page-about .company-profile .group-info-text .item {
    padding: 20px 0;
    display: block;
  }
  .page-about .company-profile .group-info-text .item .title {
    display: block;
    width: 100%;
  }
  .page-about .company-profile .group-info-text .item .text {
    padding-left: 0;
  }
  .page-about .group-map .map {
    width: 100%;
    height: 350px;
  }
}
.page-flow .section-intro {
  padding: 80px 0;
  padding-bottom: 0;
}
.page-flow .box-blue {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  padding-bottom: 35px;
}
.page-flow .box-blue .bg {
  position: absolute;
  z-index: 0;
  bottom: -35px;
  width: 100%;
  height: 153px;
  background-color: #36C1BC;
}
.page-flow .box-blue .box-2-items {
  position: relative;
  z-index: 2;
}
.page-flow .box-blue .box-2-items .item {
  position: relative;
  padding: 40px 20px;
  display: block;
  border: 1px solid #36C1BC;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.page-flow .box-blue .box-2-items .item:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 15px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_down.png") no-repeat;
  background-size: 100% 100%;
}
.page-flow .box-blue .box-2-items .item .question {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  background-color: #36C1BC;
  color: #fff;
  text-align: center;
}
.page-flow .box-blue .box-2-items .item .title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-flow .box-blue .box-2-items .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-flow .box-blue .box-2-items .item ul li {
  display: inline-block;
  width: calc(50% - 8px);
  padding: 8px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.page-flow .box-blue .box-2-items .item ul li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #36C1BC;
  top: 16px;
  left: 6px;
}
.page-flow .box-blue .box-2-items .item ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/bg_line_blue.png") repeat-x;
  background-size: 4px 1px;
}
.page-flow .section-flow {
  display: block;
  padding: 80px 0;
  background-color: #F4F4F4;
}
.page-flow .section-flow.bg-white {
  background-color: #fff;
}
.page-flow .section-flow.bg-white .list-flow .flow-item .flow-text {
  background-color: #F4F4F4;
}
.page-flow .section-flow .title-line {
  margin-bottom: 15px;
}
.page-flow .section-flow .title-note {
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
  display: block;
  margin-bottom: 32px;
}
.page-flow .section-flow .list-flow .flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
.page-flow .section-flow .list-flow .flow-item:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 12px;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_down.png") no-repeat;
  background-size: 100% 100%;
}
.page-flow .section-flow .list-flow .flow-item:last-child {
  margin-bottom: 0;
}
.page-flow .section-flow .list-flow .flow-item:last-child:before {
  display: none;
}
.page-flow .section-flow .list-flow .flow-item .flow-title {
  height: 104px;
  width: 275px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(54, 193, 188, 0.85);
}
.page-flow .section-flow .list-flow .flow-item .flow-title .number {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  font-size: 91px;
  font-weight: 600;
  line-height: 1;
  top: 50%;
  color: #fff;
  opacity: 0.16;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.page-flow .section-flow .list-flow .flow-item .flow-title .title {
  position: relative;
  text-align: left;
  z-index: 2;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}
.page-flow .section-flow .list-flow .flow-item .flow-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  padding: 0 24px;
}
.page-flow .section-flow .list-flow .flow-item .flow-text .group-text {
  display: block;
}
.page-flow .section-flow .list-flow .flow-item .flow-text .group-text p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
}

/* PC */
@media screen and (min-width: 841px) {
  .page-flow .box-blue .box-2-items .item:hover .question {
    background-color: #5ECDC9;
  }
  .page-flow .box-blue .box-2-items .item:hover .title {
    color: #36C1BC;
  }
  .page-flow .box-blue .box-2-items .item:hover:before {
    background-image: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_down_hover.png");
  }
}
/* SP */
@media screen and (max-width: 840px) {
  .page-flow .section-intro {
    padding: 56px 0;
    padding-bottom: 0;
  }
  .page-flow .box-blue {
    padding: 55px 0;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .page-flow .box-blue .bg {
    height: 100%;
    bottom: 0;
  }
  .page-flow .box-blue .box-2-items {
    display: block;
  }
  .page-flow .box-blue .box-2-items .item {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 24px;
  }
  .page-flow .box-blue .box-2-items .item:last-child {
    margin-bottom: 0;
  }
  .page-flow .box-blue .box-2-items .item:before {
    width: 17px;
    height: 10px;
  }
  .page-flow .box-blue .box-2-items .item .question {
    border: 1px solid #fff;
    line-height: 30px;
    background-color: #5ECDC9;
  }
  .page-flow .box-blue .box-2-items .item .title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .page-flow .box-blue .box-2-items .item ul {
    display: block;
  }
  .page-flow .box-blue .box-2-items .item ul li {
    font-size: 14px;
    width: 100%;
  }
  .page-flow .section-flow {
    padding: 56px 0;
  }
  .page-flow .section-flow .list-flow .flow-item {
    display: block;
    width: 100%;
  }
  .page-flow .section-flow .list-flow .flow-item .flow-title {
    height: 66px;
    width: 100%;
  }
  .page-flow .section-flow .list-flow .flow-item .flow-title .number {
    font-size: 70px;
  }
  .page-flow .section-flow .list-flow .flow-item .flow-title .title {
    font-size: 18px;
    line-height: 28px;
  }
  .page-flow .section-flow .list-flow .flow-item .flow-text {
    padding: 20px 24px;
  }
  .page-flow .section-flow .list-flow .flow-item .flow-text .group-text {
    display: block;
  }
}
.page-qa {
  margin-bottom: 150px;
}
.page-qa .page-container {
  max-width: 1000px;
}
.page-qa .section-intro .section-title {
  text-align: center;
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}
.page-qa .section-group-qa {
  display: block;
  padding-top: 56px;
}
.page-qa .section-group-qa .list-qa {
  border-top: 1px solid #CBCBCB;
}
.page-qa .section-group-qa .list-qa .qa-item {
  display: block;
  padding: 32px 0;
  border-bottom: 1px solid #CBCBCB;
}
.page-qa .section-group-qa .list-qa .qa-item .question {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.page-qa .section-group-qa .list-qa .qa-item .question:before {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  color: #dc000c;
}
.page-qa .section-group-qa .list-qa .qa-item .answer {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
}
.page-qa .section-group-qa .list-qa .qa-item .answer:before {
  content: 'A';
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: 600;
}

/* PC */
/* SP */
@media screen and (max-width: 840px) {
  .page-qa .section-intro {
    padding-bottom: 48px;
  }
  .page-qa .section-group-qa {
    padding-top: 48px;
  }
}
.page-fdkpi .section-info {
  padding: 56px 0;
  background-color: #F4F4F4;
}
.page-fdkpi .section-info .page-container {
  background-color: #fff;
}
.page-fdkpi .section-info .page-container .box-info {
  padding: 56px 150px;
}
.page-fdkpi .section-info .red-txt {
  color: #dc000c;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.page-fdkpi .section-info .section-title {
  display: block;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #dc000c;
  text-align: center;
  margin-bottom: 25px;
}
.page-fdkpi .section-info-text {
  padding: 80px 0;
}
.page-fdkpi .section-info-text .text-time {
  display: block;
  text-align: right;
  margin: 26px 0;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item {
  display: block;
  margin-bottom: 50px;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item:last-child {
  margin-bottom: 0;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .text {
  margin-bottom: 20px;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf {
  display: block;
  padding: 32px;
  border: 1px solid #CBCBCB;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:hover:before {
  opacity: 0.6;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:hover span {
  text-decoration: underline;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  margin-right: 8px;
  width: 19px;
  height: 19px;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/arrow_right2.png");
  background-size: 100% 100%;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 17px;
  background: url("/wp/wp-content/themes/d_sakurairo/img/common/pdf_icon.png");
  background-size: 100% 100%;
}
.page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a span {
  display: inline-block;
}

/* PC */
/* SP */
@media screen and (max-width: 840px) {
  .page-fdkpi .section-info .page-container .box-info {
    padding: 32px 19px;
  }
  .page-fdkpi .section-info .section-title {
    font-size: 22px;
    line-height: 34px;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .title-line {
    font-size: 22px;
    line-height: 34px;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf {
    padding: 16px;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a {
    display: inline;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:before {
    top: -2px;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a:after {
    vertical-align: top;
    top: 5px;
  }
  .page-fdkpi .section-info-text .list-info-text .info-text-item .group-link-pdf a span {
    display: inline;
  }
}
.page-service {
  padding-bottom: 80px;
}
.page-service .section-intro {
  padding-bottom: 12px;
}
.page-service .section-group-company {
  padding-top: 70px;
}
.page-service .section-group-company .list-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-service .section-group-company .list-company .company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 263px;
  height: 159px;
  padding: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #CBCBCB;
}
.page-service .section-group-company .list-company .company-item:nth-child(4n) {
  margin-right: 0;
}
.page-service .section-group-company .list-company .company-item .item-content {
  display: block;
  max-width: 100%;
  text-align: center;
}
.page-service .section-group-company .list-company .company-item .img {
  display: inline-block;
  max-width: 100%;
  max-width: 167px;
  margin-bottom: 10px;
}
.page-service .section-group-company .list-company .company-item .title {
  font-size: 13px;
  line-height: 22px;
  display: block;
  text-align: center;
}

/* PC */
/* SP */
@media screen and (max-width: 840px) {
  .page-service .section-intro {
    padding-bottom: 0;
  }
  .page-service .section-group-company {
    padding-top: 50px;
  }
  .page-service .section-group-company .list-company .company-item {
    width: 50%;
    height: 141px;
    margin-right: 0;
    margin-bottom: -1px;
  }
  .page-service .section-group-company .list-company .company-item:nth-child(2n) {
    margin-left: -1px;
  }
  .page-service .section-group-company .list-company .company-item .img {
    max-width: 136px;
  }
}
.page-policy .section-intro {
  padding-top: 96px;
  padding-bottom: 0;
}
.page-policy .section-intro .text-date {
  margin-bottom: 40px;
}
.page-policy .section-info-text {
  padding-top: 40px;
}
.page-policy .policy-content {
  display: block;
  width: 100%;
  margin: 40px auto;
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid #CBCBCB;
}
.page-policy .group-text-item {
  display: block;
  margin-bottom: 50px;
}

/* PC */
/* SP */
@media screen and (max-width: 840px) {
  .page-policy .section-intro {
    padding-top: 90px;
  }
  .page-policy .section-intro .text-date {
    margin-bottom: 20px;
  }
  .page-policy .policy-content {
    padding: 24px 20px;
  }
}
