main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
@media (min-width: 769px) {
  main {
    padding-top: 80px;
    min-width: 1140px;
    font-size: 16px;
    line-height: 24px;
  }
}
main p {
  line-height: 1.7;
}
@media (min-width: 769px) {
  main p {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
main img {
  max-width: 100%;
  height: auto;
}
main .btn {
  font-family: A P-OTF A1Gothic StdN;
  border-radius: 28px;
  padding: 17px 20px;
  display: block;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 769px) {
  main .btn {
    letter-spacing: 0.05em;
  }
}
main .btn-red {
  background-color: #FF6680;
  border: 1px solid #FF6680;
  color: #fff;
}
main .btn-white {
  border: 1px solid #FF6680;
  color: #FF6680;
}
main .btn-pink {
  background-color: #FFA3B2;
  border: 1px solid #FFA3B2;
  color: #fff;
}
main .btn-arr {
  background: #FEE8EB url(../img/common/arw-r02.png) calc(100% - 27px) 50% no-repeat;
  background-size: 8px auto;
  padding-right: 25px;
  border: 1px solid #FEE8EB;
  color: #FF6680;
}

.container {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 769px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.ttl_sec {
  font-family: A P-OTF A1Gothic StdN;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
@media (min-width: 769px) {
  .ttl_sec_01 {
    font-size: 35px;
    line-height: 48px;
  }
}
.ttl_sec_01 span {
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FEE8EB));
  background: linear-gradient(transparent 60%, #FEE8EB 0%);
}
.ttl_sec_02 {
  background: url(../img/top/ttl_line.png) no-repeat bottom center;
  background-size: 198px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ttl_sec_02 {
    background-size: 263px;
    padding-bottom: 26px;
    font-size: 24px;
  }
}
.ttl_sec_03 {
  background: url(../img/top/ttl_bg.png) no-repeat bottom center;
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% 100%;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  width: 276px;
  height: 38px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ttl_sec_03 {
    width: 308px;
    height: 45px;
    font-size: 16px;
    line-height: 35px;
  }
}

.ttl_pink {
  font-size: 15px;
  font-weight: 500;
  color: #FF6680;
  text-align: center;
}
@media (min-width: 769px) {
  .ttl_pink {
    font-size: 16px;
  }
}

.txt-center {
  text-align: center;
}

.block-video {
  text-align: center;
  position: relative;
}
.block-video:before {
  content: "";
  position: absolute;
  bottom: 44px;
  left: -20px;
  right: -20px;
  height: 98px;
  background-color: #E6F3FF;
  z-index: -1;
}
@media (min-width: 769px) {
  .block-video:before {
    display: none;
  }
}
.block-video h3 {
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  .block-video h3 {
    margin-bottom: 17px;
  }
}
.block-video h3 span {
  background: url(../img/top/video_ttl_icon01.png) no-repeat center left/auto 100%, url(../img/top/video_ttl_icon02.png) no-repeat center right/auto 100%;
  padding: 2px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #FF6680;
}
@media (min-width: 769px) {
  .block-video h3 span {
    padding: 4px 40px;
    font-size: 16px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
.block-video .videoText {
  width: 280px;
  border-radius: 30px;
  margin-top: 30px;
  margin-inline: auto;
  border: 1px solid #FF6680;
  background-color: #fff;
  position: relative;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 18px;
  text-align: center;
  color: #FF6680;
}
@media (min-width: 769px) {
  .block-video .videoText {
    margin-top: 25px;
    max-width: 100%;
    width: 354px;
    height: 74px;
    border-radius: 37px;
    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;
    line-height: 22px;
  }
}
.block-video .videoText:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -11px;
  width: 11px;
  height: 11px;
  background: url(../img/top/video_arrow.png) no-repeat center center/100%;
}

.kv img {
  width: 100%;
}
.kv .kvBtn {
  position: absolute;
  top: 4.55vw;
  right: 6.5vw;
  z-index: 1;
  width: 8.5vw;
}
@media (max-width: 768px) {
  .kv .kvBtn {
    top: auto;
    bottom: 25vw;
    right: 5.8vw;
    width: 29.1vw;
  }
}

@media (min-width: 769px) {
  .blockWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btnWrap {
  position: relative;
  max-width: 374px;
  margin-inline: auto;
}

.obj-wrap {
  position: relative;
}

#lead {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  #lead {
    top: -50px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #lead.active {
    top: -73px;
    opacity: 1;
    pointer-events: inherit;
  }
}
@media (min-width: 769px) {
  #lead {
    width: 623px;
    top: -11px;
  }
}
#lead ul {
  background-color: #FEE8EB;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
@media (min-width: 769px) {
  #lead ul {
    background-color: #FF6680;
    border-top-left-radius: 96px;
    border-top-right-radius: 0;
    color: #fff;
  }
}
#lead ul li {
  display: block;
  width: 33.3333333333%;
  position: relative;
  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;
}
#lead ul li:before {
  content: "";
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  #lead ul li:before {
    top: 22px;
    bottom: 21px;
  }
}
#lead ul li:last-child:before {
  display: none;
}
@media (min-width: 769px) {
  #lead ul li:nth-child(1) {
    width: 212px;
  }
  #lead ul li:nth-child(2) {
    width: 195px;
  }
  #lead ul li:last-child {
    width: 216px;
  }
}

.section01 {
  padding: 50px 0 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .section01 {
    padding-top: 228px;
    padding-bottom: 129px;
  }
}
.section01 .text {
  margin: 22px 0 28px;
}
@media (min-width: 769px) {
  .section01 .text {
    margin: 42px 0 38px;
  }
}
.section01 .block {
  max-width: 374px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section01 .block {
    max-width: 684px;
  }
}
.section01 .box {
  border: 1px solid #FFA3B2;
  padding: 12px 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .section01 .box {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.section01 .box p {
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .section01 .box .txt01 {
    display: inline-block;
  }
}
.section01 .box .txt02 {
  font-size: 15px;
}
.section01 .box .txt02 strong {
  font-weight: 500;
}
.section01 .box .txt02 span {
  margin: 0 5px;
  font-size: 17px;
  color: #FF6680;
}
@media (min-width: 769px) {
  .section01 .box .txt02 {
    display: inline-block;
    font-size: 18px;
  }
  .section01 .box .txt02 strong {
    font-size: 19px;
  }
  .section01 .box .txt02 span {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.section01 .box .txt03 {
  font-size: 12px;
  color: #6F7780;
}
@media (min-width: 769px) {
  .section01 .box .txt03 {
    font-size: 14px;
    margin-top: 2px;
    width: 100%;
  }
}
.section01 .deco {
  position: absolute;
  left: 20px;
  bottom: -100px;
  width: 43px;
}
@media (min-width: 769px) {
  .section01 .deco {
    left: 17px;
    bottom: -58px;
  }
}
@media (max-width: 768px) {
  .section01 .btnWrap {
    max-width: 310px;
    margin-inline: auto;
  }
}
.section01 .btn {
  max-width: 310px;
  margin: 0 auto;
}
.section01 .bottom-banner {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .section01 .bottom-banner {
    margin: 125px -20px 0;
  }
}
.section01 .bottom-banner a {
  position: absolute;
  left: 50%;
  bottom: 53px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../img/common/arw-r01.png) calc(100% - 25px) 50% no-repeat #FF6680;
  background-size: 8px auto;
  color: #fff;
  width: 369px;
  max-width: unset;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 17px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .section01 .bottom-banner a {
    bottom: 47px;
    width: 335px;
    font-size: 16px;
    background: url(../img/common/arw-r01.png) calc(100% - 24px) 50% no-repeat #FF6680;
    background-size: 7px auto;
  }
}

.section02 {
  background: url(../img/top/sec02_bg.png) no-repeat center top;
  padding: 77px 0 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .section02 {
    padding: 77px 0 93px;
  }
}
@media (min-width: 769px) {
  .section02 {
    background-image: url(../img/top/sec02_bg_w_pc.png);
    background-color: #FEE8EB;
    background-size: 970px;
    background-position: center top 80px;
    padding: 188px 0 180px;
  }
}
.section02 .text {
  margin: 5px 0 35px;
}
@media (min-width: 769px) {
  .section02 .text {
    margin: 11px 16px 11px 0;
  }
}
@media (min-width: 769px) {
  .section02 .block02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 140px;
  }
}
@media (min-width: 769px) {
  .section02 .block02 .block {
    width: 395px;
    padding-top: 5px;
  }
}
.section02 .block02 .block .text {
  margin: 5px 0 37px;
}
.section02 .block02 .block .text02 {
  font-size: 12px;
  line-height: 1.5;
}
.section02 .block02 .block .text02 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #FF6680;
}
@media (min-width: 769px) {
  .section02 .block02 .block .text02 {
    font-size: 14px;
  }
  .section02 .block02 .block .text02 span {
    font-size: 16px;
  }
}
.section02 .block02 .block .note {
  margin-top: 4px;
  color: #6F7780;
}
@media (min-width: 769px) {
  .section02 .block02 .block .note {
    margin-top: 23px;
  }
}
.section02 .block02 .block .photo {
  width: 305px;
  margin: 14px auto 0;
}
@media (min-width: 769px) {
  .section02 .block02 .block .photo {
    margin-top: 25px;
    width: 395px;
  }
}
.section02 .block02 .block-video {
  margin-top: 46px;
}
@media (min-width: 769px) {
  .section02 .block02 .block-video {
    margin-top: 0;
    margin-left: 96px;
    width: 391px;
  }
}
.section02 .block02 .block-video .videoText img {
  width: 73px;
  position: absolute;
  right: -9px;
  bottom: -53px;
}
@media (min-width: 769px) {
  .section02 .block02 .block-video .videoText img {
    width: 102px;
    right: -79px;
    bottom: -2px;
  }
}
.section02 .block03 {
  background: url(../img/top/sec03_deco.png) no-repeat center top/85px;
  background-color: #fff;
  padding: 45px 0 51px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .section02 .block03 {
    margin-top: 52px;
  }
}
@media (min-width: 769px) {
  .section02 .block03 {
    margin-top: 60px;
    padding: 84px 56px 40px;
    background-position: center top 20px;
    background-size: 110px;
  }
}
.section02 .block03 .text {
  margin: 5px 0 28px;
  text-align: center;
}
@media (min-width: 769px) {
  .section02 .block03 .text {
    margin: 11px 0 53px;
  }
}
.section02 .block03 .block {
  border-radius: 5px;
  border: 1px solid #FFA3B2;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section02 .block03 .block:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .section02 .block03 .block {
    max-width: 374px;
  }
}
.section02 .block03 .block .box {
  position: relative;
  text-align: center;
}
.section02 .block03 .block .box.box01 {
  padding: 17px 0 27px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box.box01 {
    padding-top: 20px;
    width: 460px;
  }
}
.section02 .block03 .block .box.box01 .txt {
  margin: 8px 0 18px;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box.box01 .txt {
    margin: 12px 0 42px;
  }
}
.section02 .block03 .block .box.box02 {
  padding: 32px 0 0;
  border-top: 1px solid #FFA3B2;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box.box02 {
    border-top: none;
    padding-top: 20px;
    width: 530px;
  }
}
.section02 .block03 .block .box.box02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 25px;
  height: 16px;
  margin-left: -13px;
  background: url(../img/top/sec03_arrow_02.png) no-repeat center center/100%;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box.box02:before {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 19px;
    height: 100%;
    background: url(../img/top/sec03_arrow_02_pc.png) no-repeat top left/100% 100%;
  }
}
.section02 .block03 .block .box.box02 .txt {
  margin: 8px 0 18px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box.box02 .txt {
    margin: 12px 0 28px;
  }
}
.section02 .block03 .block .box h3 {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  color: #FF6680;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box h3 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .rowWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px 0 36px;
  }
}
.section02 .block03 .block .box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0 33px;
  line-height: 18px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row {
    padding: 0;
  }
}
.section02 .block03 .block .box .row h4 {
  font-size: 15px;
  font-weight: 500;
  color: #FF6680;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row h4 {
    font-size: 16px;
  }
}
.section02 .block03 .block .box .row .photo {
  width: 113px;
  position: absolute;
  top: 158px;
  right: 22px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row .photo {
    width: 410px;
    top: -20px;
    left: 28px;
  }
}
.section02 .block03 .block .box .row ul {
  margin-top: 9px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row ul {
    font-size: 14px;
  }
}
.section02 .block03 .block .box .row ul li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row ul li {
    padding-left: 15px;
  }
}
.section02 .block03 .block .box .row ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF6680;
  border-radius: 50%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 0;
}
.section02 .block03 .block .box .row.row02 {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .row.row02 {
    margin-top: 0;
    width: 246px;
  }
}
.section02 .block03 .block .box .dlList {
  overflow: hidden;
  border-bottom-right-radius: 5px;
}
@media (max-width: 768px) {
  .section02 .block03 .block .box .dlList {
    border-bottom-left-radius: 5px;
  }
}
.section02 .block03 .block .box .dlList h4 {
  margin-bottom: -13px;
}
.section02 .block03 .block .box .dlList h4 span {
  display: inline-block;
  background-color: #E6F3FF;
  padding: 0 19px;
  border-radius: 13px;
  line-height: 26px;
  font-weight: 600;
  color: #FF6680;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .dlList h4 {
    font-size: 13px;
    margin-bottom: -23px;
  }
  .section02 .block03 .block .box .dlList h4 span {
    border-radius: 23px;
    padding: 0 36px 20px;
  }
}
.section02 .block03 .block .box .dlList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 22px 0 23px 16px;
  margin: 0;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .dlList dl {
    padding: 10px 0 10px 34px;
    font-size: 14px;
  }
}
.section02 .block03 .block .box .dlList dl:nth-child(2n) {
  background-color: #E6F3FF;
}
.section02 .block03 .block .box .dlList dl dt {
  width: 40px;
  margin-right: 10px;
  color: #FF6680;
}
.section02 .block03 .block .box .dlList dl dd {
  width: calc(100% - 50px);
  margin: 0;
}
.section02 .block03 .block .box .dlList dl dd span {
  display: inline-block;
  padding-left: 18px;
  margin: 3px 16px 3px 0;
  position: relative;
}
@media (min-width: 769px) {
  .section02 .block03 .block .box .dlList dl dd span {
    margin-right: 9px;
  }
}
@media (max-width: 768px) {
  .section02 .block03 .block .box .dlList dl dd span:nth-child(2) {
    margin-right: 0;
  }
}
.section02 .block03 .block .box .dlList dl dd span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF6680;
  border-radius: 50%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 0;
}
.section02 .block03 .btn {
  margin-top: 31px;
  max-width: 374px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .section02 .block03 .btn {
    max-width: 310px;
    margin-top: 40px;
  }
}
.section02 .block0405 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section02 .block0405 {
    margin-top: 0;
  }
}
.section02 .block04 {
  background: url(../img/top/sec03_deco.png) no-repeat center top/85px;
  background-color: #fff;
  padding: 48px 0 51px;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .section02 .block04 {
    background-position: center top 20px;
    background-size: 110px;
    padding: 85px 68px 60px;
    width: 49%;
  }
}
.section02 .block04 .tabs {
  max-width: 374px;
  margin: 44px auto 40px;
  border-radius: 5px;
  border: 1px solid #FFA3B2;
  text-align: left;
}
@media (min-width: 769px) {
  .section02 .block04 .tabs {
    max-width: inherit;
    margin: 80px auto 43px;
  }
}
.section02 .block04 .tabs .tabsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section02 .block04 .tabs .tabsLink li {
  border-bottom: 1px solid #FFA3B2;
  background-color: #FEE8EB;
  position: relative;
  width: 33.3333333333%;
  height: 38px;
  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;
  text-align: center;
  font-weight: 700;
  color: #FF6680;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
@media (min-width: 769px) {
  .section02 .block04 .tabs .tabsLink li {
    font-weight: 500;
    height: 50px;
  }
}
@media (hover: hover) {
  .section02 .block04 .tabs .tabsLink li:hover {
    opacity: 0.7;
  }
}
.section02 .block04 .tabs .tabsLink li:after, .section02 .block04 .tabs .tabsLink li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -1px;
  height: 25px;
  border-right: 1px solid #FFA3B2;
  z-index: 1;
}
@media (min-width: 769px) {
  .section02 .block04 .tabs .tabsLink li:after, .section02 .block04 .tabs .tabsLink li:before {
    top: 9px;
    height: 32px;
  }
}
.section02 .block04 .tabs .tabsLink li:first-child:after, .section02 .block04 .tabs .tabsLink li:first-child:before {
  opacity: 0;
}
.section02 .block04 .tabs .tabsLink li.active {
  border-bottom-color: transparent;
  background-color: transparent;
}
.section02 .block04 .tabs .tabsLink li.active:after, .section02 .block04 .tabs .tabsLink li.active:before {
  top: -1px;
  bottom: -1px;
  height: auto;
}
.section02 .block04 .tabs .tabsLink li.active:nth-child(1):after, .section02 .block04 .tabs .tabsLink li.active:nth-child(1):before {
  opacity: 1;
  right: 0;
  left: auto;
}
.section02 .block04 .tabs .tabsLink li.active:nth-child(2):after {
  opacity: 1;
  right: 0;
  left: auto;
}
.section02 .block04 .tabs .tabsLink li span {
  display: block;
  width: 100%;
  line-height: 25px;
}
.section02 .block04 .tabs .tabsContent .item {
  display: none;
}
.section02 .block04 .tabs .tabsContent .item.active {
  display: block;
}
.section02 .block04 .tabs .tabsContent .item .itemWrap {
  min-height: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 11px 20px 8px;
}
@media (min-width: 769px) {
  .section02 .block04 .tabs .tabsContent .item .itemWrap {
    min-height: 148px;
    padding: 10px 11px 10px 13px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section02 .block04 .tabs .tabsContent .item .photo {
  width: 80px;
  margin-right: 10px;
}
@media (min-width: 769px) {
  .section02 .block04 .tabs .tabsContent .item .photo {
    width: 105px;
    -ms-flex-preferred-size: 105px;
        flex-basis: 105px;
  }
  .section02 .block04 .tabs .tabsContent .item .photo.photo02 {
    width: 128px;
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    padding-left: 8px;
  }
  .section02 .block04 .tabs .tabsContent .item .photo.photo03 {
    width: 115px;
    -ms-flex-preferred-size: 115px;
        flex-basis: 115px;
    padding-left: 15px;
  }
}
.section02 .block04 .tabs .tabsContent .item .txt {
  width: calc(100% - 90px);
}
@media (min-width: 769px) {
  .section02 .block04 .tabs .tabsContent .item .txt {
    width: 235px;
  }
}
@media (max-width: 768px) {
  .section02 .block04 .block-video:before {
    left: -10px;
    right: -10px;
  }
}
@media (min-width: 769px) {
  .section02 .block04 .block-video {
    max-width: 391px;
    margin-inline: auto;
  }
}
.section02 .block05 {
  background: url(../img/top/sec03_deco.png) no-repeat center top/85px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .section02 .block05 {
    padding: 44px 0 40px;
  }
}
@media (min-width: 769px) {
  .section02 .block05 {
    background-position: center top 20px;
    background-size: 110px;
    padding: 85px 40px 60px;
    width: 49%;
  }
}
.section02 .block05 .ttl_pink {
  margin: 8px 10px 8px 0;
}
@media (min-width: 769px) {
  .section02 .block05 .ttl_pink {
    margin: 8px 0 0;
    letter-spacing: 0;
  }
}
.section02 .block05 .text {
  margin: 8px 0 20px;
}
@media (min-width: 769px) {
  .section02 .block05 .text {
    margin: 5px 0 18px;
    letter-spacing: 0;
  }
}
.section02 .block05 .photo {
  width: 209px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .section02 .block05 .photo {
    width: 262px;
  }
}
.section02 .block05 .box {
  border-radius: 5px;
  border: 1px solid #FFA3B2;
  overflow: hidden;
  padding: 12px 0 11px 13px;
  margin: 14px auto 8px;
  max-width: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 769px) {
  .section02 .block05 .box {
    max-width: 390px;
    margin: 14px auto 6px;
    padding: 15px 0 10px 16px;
  }
}
.section02 .block05 .box span {
  display: inline-block;
  padding-left: 20px;
  margin: 4px 8px 8px 0;
  position: relative;
  min-width: 87px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .section02 .block05 .box span {
    margin: 3px 8px 8px 0;
    padding-left: 25px;
    min-width: 113px;
    font-size: 15px;
  }
}
.section02 .block05 .box span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #FF6680;
  border-radius: 50%;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 769px) {
  .section02 .block05 .box span:before {
    width: 20px;
    height: 20px;
  }
}
.section02 .block05 .box span:nth-child(2):before {
  background-color: #FEE8EB;
}
.section02 .block05 .box span:nth-child(3) {
  margin-right: 0;
}
.section02 .block05 .box span:nth-child(3):before {
  background-color: #FFA3B2;
}
.section02 .block05 .box span:nth-child(4):before {
  background-color: #B1DAFF;
}
.section02 .block05 .box span:nth-child(5):before {
  background-color: #E6F3FF;
}
.section02 .block05 .note {
  color: #6F7780;
}
.section02 .block05 .ttl_pink02 {
  margin-top: 42px;
}
@media (min-width: 769px) {
  .section02 .block05 .ttl_pink02 {
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}
.section02 .block05 .photo02 {
  max-width: 308px;
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  .section02 .block05 .photo02 {
    max-width: 423px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (min-width: 769px) {
  .section02 .btnWrap_0405 {
    max-width: 310px;
    margin-top: 80px;
  }
}
.section02 .btnWrap_0405 .btn {
  max-width: 374px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .section02 .btnWrap_0405 .btn {
    max-width: 310px;
  }
}
.section02 .btnWrap_0405 .deco {
  position: absolute;
  left: 17px;
  bottom: -73px;
  width: 48px;
}
@media (min-width: 769px) {
  .section02 .btnWrap_0405 .deco {
    left: 15px;
    bottom: -14px;
  }
}

.section06 {
  background: url(../img/top/sec02_bg.png) no-repeat center top;
  padding: 52px 0 100px;
  text-align: center;
}
@media (min-width: 769px) {
  .section06 {
    background-image: url(../img/top/sec02_bg_pc.png);
    background-size: 970px;
    background-position: center top 80px;
    padding: 182px 0 180px;
  }
}
@media (min-width: 769px) {
  .section06 .ttl_sec_02 {
    padding-bottom: 30px;
  }
}
.section06 .text {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .section06 .text {
    margin-top: 12px;
  }
}
.section06 .note {
  margin-top: 2px;
  color: #6F7780;
}
@media (min-width: 769px) {
  .section06 .note {
    margin-top: 10px;
  }
}
.section06 .tableBox {
  background-color: #E6F3FF;
  padding: 16px 21px;
  margin: 38px 0 0;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .section06 .tableBox {
    max-width: 800px;
    padding: 26px 69px 30px;
    margin-top: 87px;
    margin-inline: auto;
  }
}
.section06 .tableBox h3 {
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  .section06 .tableBox h3 {
    margin-bottom: 21px;
  }
}
.section06 .tableBox .photo img {
  width: 100%;
}

.list-circle {
  background: url(../img/top/sec07_bg.png) no-repeat center top/310px;
  margin: 16px auto 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-width: 310px;
}
@media (min-width: 769px) {
  .list-circle {
    background-size: 100%;
    margin: 15px 0 26px;
    padding: 5px 0 0;
    max-width: inherit;
  }
}
.list-circle li {
  margin: 0 7px;
  width: 103px;
  font-size: 12px;
  text-align: center;
  color: #FFA3B2;
}
@media (min-width: 769px) {
  .list-circle li {
    width: 123px;
    font-size: 14px;
    line-height: 18px;
  }
}
.list-circle li span {
  display: inline-block;
  margin-top: 5px;
  color: #6F7780;
}
@media (min-width: 769px) {
  .list-circle li span {
    margin-top: 7px;
  }
}

@media (min-width: 769px) {
  .block070809 {
    margin: 60px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block070809 .block07 {
  padding: 57px 0 55px;
  text-align: center;
}
@media (min-width: 769px) {
  .block070809 .block07 {
    padding: 0 36px 0 0;
    width: 350px;
  }
}
.block070809 .block07 h3.ttl_sec {
  font-family: "Noto Sans JP", sans-serif;
  margin: 41px 0 9px;
}
@media (min-width: 769px) {
  .block070809 .block07 h3.ttl_sec {
    margin: 41px 0 5px;
    letter-spacing: 0.1em;
  }
}
.block070809 .block07 .txt {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .block070809 .block07 .txt {
    margin-bottom: 26px;
  }
}
@media (min-width: 769px) {
  .block070809 .block07 .list-circle {
    background-image: url(../img/top/sec07_bg_pc.png);
    background-size: 99%;
  }
}
.block070809 .block07 .list-circle .deco {
  position: absolute;
  top: 42px;
  right: 30px;
  width: 29px;
  height: 87px;
}
@media (min-width: 769px) {
  .block070809 .block07 .list-circle .deco {
    top: 52px;
    right: 20px;
    width: 26px;
    height: 78px;
  }
}
.block070809 .block07 .box {
  background-color: #FEE8EB;
  border-radius: 5px;
  padding: 17px 15px 13px;
}
@media (max-width: 768px) {
  .block070809 .block07 .box {
    max-width: 374px;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .block070809 .block07 .box {
    padding: 24px 15px 25px;
  }
  .block070809 .block07 .box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.block070809 .block07 .list {
  margin: 17px 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .block070809 .block07 .list {
    max-width: 374px;
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .block070809 .block07 .list {
    margin: 28px 0 2px;
    margin: 28px 15px 2px 11px;
  }
}
.block070809 .block07 .list_item {
  width: 30%;
}
.block070809 .block07 .list_item h4 {
  width: 94px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  border: 1px solid;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #FF6680;
}
@media (min-width: 769px) {
  .block070809 .block07 .list_item h4 {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
  }
}
.block070809 .block07 .list_item .price {
  font-family: A P-OTF A1Gothic StdN;
  line-height: 25px;
  font-size: 25px;
  font-weight: 400;
}
.block070809 .block07 .list_item .price span {
  margin-left: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .block070809 .block07 .list_item .price {
    font-size: 32px;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .block070809 .block07 .list_item .price span {
    font-size: 15px;
  }
}
.block070809 .block07 .note {
  color: #6F7780;
}
.block070809 .block08 {
  text-align: center;
}
@media (min-width: 769px) {
  .block070809 .block08 {
    padding: 0;
    width: 398px;
    border-left: 1px solid #FFA3B2;
    border-right: 1px solid #FFA3B2;
    padding: 0 40px 50px 40px;
  }
}
.block070809 .block08 .list-circle {
  background-image: url(../img/top/sec08_bg.png);
}
@media (min-width: 769px) {
  .block070809 .block08 .list-circle {
    background-image: url(../img/top/sec08_bg_pc.png);
    background-size: 97%;
  }
}
.block070809 .block08 .list-circle .deco {
  position: absolute;
  top: 63px;
  left: 12px;
  width: 67px;
  height: 83px;
}
@media (min-width: 769px) {
  .block070809 .block08 .list-circle .deco {
    top: 58px;
    right: -2px;
    left: auto;
    width: 56px;
    height: 70px;
  }
}
@media (min-width: 769px) {
  .block070809 .block08 .list-circle li:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.block070809 .block08 .slider {
  border-radius: 13px;
  margin-left: 10px;
  border: 1px solid #FF6680;
  padding: 14px 23px 17px 40px;
  position: relative;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider {
    padding: 14px 23px 22px 40px;
  }
}
.block070809 .block08 .slider .item:not(:nth-child(1)) {
  display: none;
}
.block070809 .block08 .slider .slick-slider .item:not(:nth-child(1)) {
  display: block;
}
.block070809 .block08 .slider:after {
  content: "";
  width: 26px;
  height: 308px;
  position: absolute;
  top: 42px;
  left: -10px;
  background: url(../img/top/sec08_deco.png) no-repeat center center;
  background-size: 100%;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider:after {
    left: -15px;
    height: 318px;
    background-image: url(../img/top/sec08_deco_pc.png);
    background-position: center top;
  }
}
.block070809 .block08 .slider h3 {
  font-family: A P-OTF A1Gothic StdN;
  margin-bottom: 14px;
  line-height: 22px;
  font-size: 15px;
  color: #FF6680;
}
.block070809 .block08 .slider h3 span {
  display: block;
  font-size: 18px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider h3 span {
    font-size: 22px;
  }
}
.block070809 .block08 .slider .photo {
  border-radius: 5px;
  overflow: hidden;
}
.block070809 .block08 .slider .photo img {
  width: 100%;
}
.block070809 .block08 .slider dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
  font-weight: 500;
  margin: 12px 0 12px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider dl {
    margin: 14px 0 5px;
  }
}
.block070809 .block08 .slider dl dt {
  margin-right: 10px;
  font-size: 26px;
  color: #FF6680;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider dl dt {
    font-size: 24px;
  }
}
.block070809 .block08 .slider dl dd {
  margin: 0;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider dl dd {
    letter-spacing: 0.1em;
  }
}
.block070809 .block08 .slider .txt {
  line-height: 1.4;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .txt {
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 1.5;
    min-height: 70px;
  }
}
.block070809 .block08 .slider .js-slider {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .js-slider {
    margin-bottom: 32px;
  }
}
.block070809 .block08 .slider .slick-dots {
  bottom: -30px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .slick-dots {
    bottom: -29px;
  }
}
.block070809 .block08 .slider .slick-dots li {
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #FF6680;
  border-radius: 50%;
}
.block070809 .block08 .slider .slick-dots li button {
  font-size: 14px;
  display: none;
}
.block070809 .block08 .slider .slick-dots li.slick-active {
  background-color: #FF6680;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .slick-dots li {
    margin: 0 3px 0 4px;
  }
}
.block070809 .block08 .slider .slick-arrow {
  width: 7px;
  height: 12px;
  bottom: -32px;
  top: auto;
  -webkit-transform: none;
          transform: none;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: none;
  z-index: 2;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .slick-arrow {
    bottom: -33px;
    width: 9px;
    height: 16px;
  }
}
.block070809 .block08 .slider .slick-arrow:before {
  display: none;
}
.block070809 .block08 .slider .slick-arrow.slick-prev {
  background-image: url(../img/top/sec08_prev.png);
  left: 50%;
  margin-left: -59px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .slick-arrow.slick-prev {
    margin-left: -64px;
  }
}
.block070809 .block08 .slider .slick-arrow.slick-next {
  background-image: url(../img/top/sec08_next.png);
  right: 50%;
  margin-right: -59px;
}
@media (min-width: 769px) {
  .block070809 .block08 .slider .slick-arrow.slick-next {
    margin-right: -64px;
  }
}
.block070809 .block09 {
  padding: 55px 0 0;
}
@media (min-width: 769px) {
  .block070809 .block09 {
    padding: 0 0 0 40px;
    width: 350px;
  }
}
.block070809 .block09 .list-circle {
  background-image: url(../img/top/sec09_bg.png);
}
@media (min-width: 769px) {
  .block070809 .block09 .list-circle {
    background-image: url(../img/top/sec09_bg_pc.png);
    background-position: center top 6px;
  }
}
.block070809 .block09 .list-circle .deco {
  position: absolute;
  top: 77px;
  right: 4px;
  width: 90px;
  height: 82px;
}
@media (min-width: 769px) {
  .block070809 .block09 .list-circle .deco {
    top: 47px;
    right: 102px;
  }
}
.block070809 .block09 .block-video {
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .block070809 .block09 .block-video {
    margin-top: 56px;
  }
}
@media (min-width: 769px) {
  .block070809 .block09 .block-video .videoText {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .btnWrap_070809 {
    max-width: 310px;
  }
}
.btnWrap_070809 .btn {
  margin-top: 38px;
  max-width: 374px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .btnWrap_070809 .btn {
    max-width: inherit;
    margin-top: 40px;
  }
}
.btnWrap_070809 .deco {
  position: absolute;
  left: 32px;
  bottom: -90px;
  width: 40px;
}
@media (min-width: 769px) {
  .btnWrap_070809 .deco {
    left: 8px;
    bottom: -22px;
  }
}

.section10 {
  background: url(../img/top/sec02_bg.png) no-repeat center top;
  padding: 53px 0 120px;
  text-align: center;
}
@media (min-width: 769px) {
  .section10 {
    background-image: url(../img/top/sec02_bg_w_pc.png);
    background-color: #FEE8EB;
    background-size: 970px;
    background-position: center top 80px;
    padding: 186px 0 181px;
  }
}
.section10 .txt {
  margin: 4px 0;
}
@media (min-width: 769px) {
  .section10 .txt {
    margin: 13px 14px 66px 0;
  }
}
@media (min-width: 769px) {
  .section10 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section10 .row .ttl_pink {
  margin-top: 38px;
  font-size: 13px;
}
@media (min-width: 769px) {
  .section10 .row .ttl_pink {
    font-size: 24px;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 14px;
  }
}
.section10 .row .price {
  max-width: 198px;
  margin: 12px auto 2px;
}
@media (min-width: 769px) {
  .section10 .row .price {
    max-width: inherit;
    margin-bottom: 7px;
    width: 245px;
  }
}
.section10 .row .price img {
  width: 100%;
}
.section10 .row .price p {
  font-family: A P-OTF A1Gothic StdN;
  background-color: #FEE8EB;
  display: inline-block;
  line-height: 48px;
  font-size: 25px;
  border-radius: 24px;
  width: 174px;
  font-weight: 400;
}
.section10 .row .price span {
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.section10 .note {
  color: #6F7780;
}
.section10 .block-video {
  margin-top: 41px;
}
@media (min-width: 769px) {
  .section10 .block-video {
    position: relative;
    width: 682px;
    height: 220px;
    margin-inline: auto;
    margin-top: 40px;
  }
  .section10 .block-video .video {
    position: absolute;
    top: 0;
    right: 0;
    width: 392px;
    height: 220px;
    padding-bottom: 0;
  }
  .section10 .block-video .ttl_red {
    max-width: 252px;
    margin-bottom: 10px;
    padding-top: 26px;
    margin-left: -6px;
  }
  .section10 .block-video .videoText {
    width: 224px;
    height: 96px;
    margin-left: 6px;
    margin-top: 14px;
    border-radius: 48px;
  }
  .section10 .block-video .videoText:after {
    background-image: url(../img/top/video_arrow_pc.png);
    width: 17px;
    height: 24px;
    left: 100%;
    margin-left: -1px;
    margin-top: -12px;
    top: 50%;
  }
}
.section10 .btn {
  margin-top: 39px;
  max-width: 374px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .section10 .btn {
    max-width: 310px;
    margin-top: 77px;
  }
}
.section10 .deco {
  position: absolute;
  bottom: -80px;
  right: 30px;
  width: 46px;
}
@media (min-width: 769px) {
  .section10 .deco {
    bottom: -17px;
    right: 22px;
  }
}

.section11 {
  background-color: #F0F0F0;
  padding: 38px 0 47px;
}
@media (min-width: 769px) {
  .section11 {
    padding: 148px 0 164px;
  }
}
.section11 .txt {
  margin-top: 5px;
}
.section11 .bubble {
  background: url(../img/top/sec11_bubble.png) no-repeat center center;
  background-size: 100%;
  width: 228px;
  height: 84px;
  margin: 0 auto;
  padding-top: 31px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.section11 .photo {
  max-width: 310px;
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  .section11 .photo {
    max-width: 938px;
    margin: 40px 0 0 114px;
  }
}
.section11 .note {
  color: #6F7780;
}
@media (min-width: 769px) {
  .section11 .note {
    margin-top: 4px;
  }
}

.section12 {
  padding: 110px 0 54px;
}
@media (min-width: 769px) {
  .section12 {
    padding: 148px 0 100px;
  }
}
.section12 .text {
  margin: 6px 0 22px;
  text-align: center;
}
@media (min-width: 769px) {
  .section12 .text {
    margin: 6px 0 78px;
  }
}
.section12 .photo {
  padding: 26px 10px 54px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .section12 .photo {
    padding: 38px 2px 129px 0;
  }
}
.section12 .photo img {
  width: 72px;
}
.section12 .btnWrap {
  max-width: 310px;
  margin-inline: auto;
}
.section12 .list li {
  margin-top: 21px;
}
@media (min-width: 769px) {
  .section12 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section12 .list li {
    margin: 0 12px;
    width: 310px;
  }
}