@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp768 {
    display: none !important;
  }
}

@media screen and (min-width: 420px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #ddd;
}

.main {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.inner2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.promise-main .header {
  padding: 10px 0;
}

.promise-main .header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.promise-main .header .flex .headerLogo {
  max-width: 58px;
}

.promise-main .header .flex .pr {
  max-width: 15px;
  position: relative;
  top: -1px;
}

.promise-main .pro-attention {
  font-size: 6.02px;
  color: #767676;
  padding: 5px 2px 10px;
}

.pro-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.pro-main-title .man {
  width: 51px;
}

.pro-main-title .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 390px) {
  .pro-main-title .text {
    font-size: 4.6vw;
  }
}

.pro-main-title .text span {
  color: #FF2C33;
  font-size: 110%;
}

.pro1 {
  margin-bottom: 40px;
}

.pro1 .title-wrap {
  text-align: center;
}

.pro1 .title {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 390px) {
  .pro1 .title {
    font-size: 3.2vw;
  }
}

.pro1 .title span {
  font-weight: bold;
  background: #FFEB02;
}

.pro1 .pro1-map {
  padding: 0 15px;
}

.pro2 {
  margin-bottom: 40px;
}

.pro2 .title {
  margin-bottom: 30px;
}

.pro2 .title .flex {
  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;
}

.pro2 .title .flex .icon {
  width: 48px;
}

.pro2 .title .flex .text {
  font-size: 21px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEB02));
  background: linear-gradient(transparent 60%, #FFEB02 60%);
}

.pro2 .map {
  padding: 0 20px;
}

.pro3 .title {
  text-align: center;
  margin-bottom: 10px;
}

.pro3 .title .wrap {
  display: inline-block;
  position: relative;
  font-size: 18.5px;
  font-weight: bold;
}

.pro3 .title .wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -28px;
  -webkit-transform: rotate(57deg) translateY(-50%);
  transform: rotate(57deg) translateY(-50%);
  width: 25px;
  height: 2px;
  background: #000;
}

.pro3 .title .wrap::after {
  position: absolute;
  content: "";
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(-57deg) translateY(-50%);
  transform: rotate(-57deg) translateY(-50%);
  width: 25px;
  height: 2px;
  background: #000;
}

.pro3 .blue-title {
  background: #00459E;
  padding: 7px 15px;
  margin-bottom: 20px;
}

.pro3 .blue-title .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pro3 .blue-title .flex .text a {
  font-size: 20px;
  color: #fff;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

@media screen and (max-width: 350px) {
  .pro3 .blue-title .flex .text a {
    font-size: 15px;
  }
}

.pro3 .pro-countdown {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  padding: 5px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.pro3 .pro-countdown .cd-text {
  font-size: 9px;
  color: #FFE102;
  font-weight: 700;
  background: #00459E;
  padding: 5px 7px;
  line-height: 1.2;
  margin-right: 7px;
  border-radius: 3px;
}

.pro3 .pro-countdown .cd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14.39px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.pro3 .pro-countdown .cd-flex .zan {
  font-size: 12px;
  color: #000;
}

.pro3 .pro-countdown .cd-flex .hour,
.pro3 .pro-countdown .cd-flex .minute,
.pro3 .pro-countdown .cd-flex .second {
  color: #F89218;
}

.pro3 .c-common-flex .left {
  width: 30%;
}

.pro3 .c-common-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro3 .c-common-flex .right {
  width: 68%;
}

.pro3 .c-common-flex .right .right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pro3 .c-common-flex .right .right-flex .row {
  width: 49.4%;
  font-size: 9px;
  font-weight: 700;
}

@media screen and (max-width: 350px) {
  .pro3 .c-common-flex .right .right-flex .row {
    font-size: 6px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .dt {
  height: 25px;
  background: #00459E;
  width: 45%;
}

.pro3 .c-common-flex .right .right-flex .row .dt .small-wrap {
  font-size: 7px;
}

@media screen and (max-width: 360px) {
  .pro3 .c-common-flex .right .right-flex .row .dt {
    font-size: 6px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .small-dt {
  font-size: 6px;
}

@media screen and (max-width: 390px) {
  .pro3 .c-common-flex .right .right-flex .row .small-dt {
    font-size: 5px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .dd {
  border: 1px solid #00459E;
  height: 25px;
  text-align: center;
  padding-top: 6px;
  width: 54%;
}

.pro3 .c-common-flex .right .row .dd .wrap {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  text-align: center;
  width: 100% !important;
}

.pro3 .right-title {
  color: #F89218;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  text-align: center;
}

.pro3 .contents2 {
  margin-bottom: 40px;
}

.pro3 .contents2 .text1 {
  font-size: 10px;
  line-height: 19px;
}

.pro3 .contents2 .text1 span {
  font-weight: 700;
  color: #FF2C33;
}

.pro3 .contents2 .text2 {
  color: #767676;
  font-size: 6px;
  line-height: 10.71px;
  margin-top: 10px;
}

.orange-color {
  color: #F89218;
}

.pro4 .slider {
  max-width: 290px;
  margin: 0 auto 30px;
}

.pro4 .message2 .m-heading {
  color: #fff;
  background: #00459E;
  font-size: 14px;
  font-weight: bold;
  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;
  padding: 10px 0;
}

.pro4 .message2 .m-heading span {
  width: 22px;
  margin-right: 3px;
}

.pro4 .message2 .m-contents {
  background: #E4F0FF;
  padding: 20px 26px;
}

.pro4 .message2 .heading1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 500;
}

.pro4 .message2 .heading1 .left1 {
  width: 32px;
  min-width: 32px;
  margin-right: 5px;
}

.pro4 .message2 .heading1 .text1 {
  margin-bottom: 5px;
  font-weight: bold;
}

.pro4 .message2 .heading1 .te2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro4 .message2 .heading1 .star-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro4 .message2 .heading1 .star-lists .star-item {
  width: 12.42px;
  margin-right: 2px;
}

.pro4 .message2 .info1 {
  margin-left: 10px;
}

.pro4 .message2 .bottom1 {
  margin-top: 10px;
  font-size: 10px;
  line-height: 15px;
}

.slick-initialized .slick-slide {
  background: #E4F0FF;
}

.slick-prev::before {
  top: 89%;
}

.pro4 .message2 .heading1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promise-body .footer ul li a {
  background: #00459E;
}

@media screen and (max-width: 767px) {
  .promise-body .footer ul li:nth-child(3) a {
    color: #00459E !important;
  }
}

@media screen and (min-width: 768px) {
  .promise-body .footer ul li:nth-child(4) a {
    color: #00459E !important;
  }
}

.promise-count-down {
  background: transparent;
  max-width: 270px;
}

.promise-count-down .cd-text {
  color: #00459E;
  font-size: 17px;
  text-align: center;
}

.promise-count-down .cd-text .wrap {
  display: inline-block;
  position: relative;
}

.promise-count-down .cd-text .wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -28px;
  -webkit-transform: rotate(57deg) translateY(-50%);
  transform: rotate(57deg) translateY(-50%);
  width: 25px;
  height: 2px;
  background: #00459E;
}

.promise-count-down .cd-text .wrap::after {
  position: absolute;
  content: "";
  right: -28px;
  top: 50%;
  -webkit-transform: rotate(-57deg) translateY(-50%);
  transform: rotate(-57deg) translateY(-50%);
  width: 25px;
  height: 2px;
  background: #00459E;
}

.promise-count-down .cd-flex {
  border: 2px solid #00459E;
  border-radius: 3px;
  font-size: 24px;
  white-space: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.promise-count-down .cd-flex .zan {
  font-size: 18px;
}

.countdown .hour,
.countdown .minute,
.countdown .second {
  color: #F89218;
}

.c-section-btn a .bottom .arrow {
  width: 37px;
  margin-left: 0;
}

@media screen and (max-width: 350px) {
  .c-section-btn a .bottom .arrow {
    width: 30px;
  }
}

.c-section-btn-text {
  margin: 0 7px;
}

.c-section-btn a .heading {
  background: #00459E;
  color: #FFEB02;
}

.c-section-btn a .heading::after {
  border-top: 7px solid #00459E;
}

.c-section-btn a .heading {
  max-width: 160px;
  font-size: 15px;
  white-space: nowrap;
}

.fixed .bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 25px 0 10px !important;
}

.fixed {
  background: transparent;
}

.fixed .c-btn {
  margin: 0;
  margin-bottom: 10px;
}

.pro4 {
  margin-bottom: 40px;
}

.point-section {
  margin-bottom: 40px;
}

.point-section .title {
  margin-bottom: 20px;
}

.point-section .main-img {
  margin-bottom: 20px;
  padding: 0 30px;
}

.point-section .text {
  font-size: 10px;
  line-height: 20px;
  padding: 0 30px;
}

.point-section .text .yellow {
  background: #FFEB02;
  font-weight: bold;
}

.point-section .text .red {
  color: #FF2C33;
  font-weight: bold;
}

.point-section .text .big {
  font-size: 120%;
}

.point-section .middle-img {
  margin: 25px 0;
  padding: 0 60px;
}

.point-section .sub-title {
  font-size: 15px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.point-section .sub-title span {
  background: #FFEB02;
  color: #FF2C33;
}

.point-section2 .main-img {
  margin-bottom: 20px;
  padding: 0 30px;
}

.point-section2 .middle-img {
  margin: 25px 0;
  padding: 0 30px;
}

.small-text {
  font-size: 6px;
  padding: 0 30px;
  margin-top: 5px;
  color: #767676;
}

.point-section3 .main-img {
  padding-right: 15px;
}

.top-main {
  padding-bottom: 120px;
}

.promise-count-down2 {
  margin-top: 30px;
}

.point-section4 .main-img {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 0px;
  max-width: 200px;
}

.pro6 {
  margin-bottom: 60px;
}

.pro6 .title-main {
  background: #00459E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 15.11px;
  padding: 20px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 350px) {
  .pro6 .title-main {
    font-size: 13.5px;
  }
}

.pro6 .box {
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #949494;
}

.pro6 .box:first-child {
  margin-bottom: 20px;
}

.pro6 .box .title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.pro6 .box .title .icon {
  width: 23px;
  min-width: 23px;
}

.pro6 .box .title .title-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.pro6 .box .flex {
  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;
}

.pro6 .box .flex .img {
  width: 33%;
}

.pro6 .box .contents {
  font-size: 10px;
  font-weight: 500;
  width: 65%;
  line-height: 15px;
}

.pro6 .small {
  font-size: 6px;
  color: #767676;
  margin-top: 5px;
}

.post-ul li .h1-title {
  background: #00459E;
}

.c-common-flex .right .row .dt {
  background: #00459E;
}

.point-box .point-text {
  background: #00459E;
}

.point-box .box {
  border: 1px solid #00459E;
}

.point-attention {
  font-size: 6px;
  color: #767676;
  line-height: 1.5;
}

.point-box .box .list .text {
  font-size: 11px;
}

.point-box .point-text {
  font-size: 12px;
  padding: 5px 10px;
}

.point-box .box .list {
  margin-bottom: 5px;
}

.pro6 .small {
  margin-left: 10px;
  margin-right: 10px;
}

.ac_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  background: #00459E;
  color: #fff;
  border: 2px solid #FFEB02;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 0 !important;
}

@media screen and (max-width: 390px) {
  .ac_header {
    font-size: 3.2vw;
  }
}

.ac_header .flex {
  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;
}

.ac_header .flex .icon {
  width: 17px;
  min-width: 17px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.ac_header.open .icon {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 3px;
}

.ac_header .text2 {
  white-space: nowrap;
}

.accordion {
  padding: 0 15px;
  margin: 40px 0 0;
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E4F0FF;
  border: none;
  padding: 10px;
}

.ac_inner .title1 {
  font-size: 13.5px;
  font-weight: bold;
  line-height: 26.8px;
  padding-left: 10px;
  border-left: 3px solid #000;
  margin-bottom: 20px;
}

.ac_inner .text1 {
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.3;
}

@media screen and (max-width: 390px) {
  .ac_inner .text1 {
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.ac_inner .title2 {
  font-size: 10px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #00459E;
  line-height: 1.7;
  margin-bottom: 15px;
}

.ac_inner .text2 {
  font-size: 10px;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 0 10px;
}

.ac_inner .text2.add {
  padding-left: 20px;
  padding-right: 10px;
}

.ac_inner .text2 .red {
  color: #FF2C33;
  font-size: 120%;
  font-weight: 700;
}

.ac_inner .bold {
  font-weight: bold;
}

.ac_inner .h3 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin: 0 10px;
  margin-bottom: 8px;
}

.ac_inner .text4 {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7;
}

.ac_inner .text5 {
  font-size: 10px;
  line-height: 1.7;
  padding: 0 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 10px;
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}

.promise-main .header .flex .headerLogo {
  max-width: 124px;
}

.ac_header .flex .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.ac_header .flex .icon::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00459E;
  border-right: solid 2px #00459E;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 45%;
  left: 50%;
}

.ac_header .flex .icon {
  color: #00459E;
}

.ac_header .flex .icon {
  position: relative;
  top: 0px;
}

.ac_header.open .icon::after {
  top: 40% !important;
}

@media screen and (max-width: 767px) {
  .pro2 .inner {
    padding: 0 10px !important;
  }
}

.fixed {
  background: rgba(0, 0, 0, 0.7);
}

.pro6 .box .contents {
  font-weight: 400;
}

.add0419 .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;
  position: relative;
}

.add0419 .row:first-child {
  margin-bottom: 30px;
}

.add0419 .row .icon {
  width: 55px;
  min-width: 55px;
}

.add0419 .row .contents {
  width: calc(100% - 75px);
  position: relative;
}

.add0419 .row .contents .wrap {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding: 12px;
  border: 1.5px solid #00459E;
  border-radius: 5px;
  z-index: 2;
}

.add0419 .row .contents span {
  font-weight: bold;
  color: #FF2C33;
}

.add0419 .row .fukidashi2 {
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 1.5px solid #00459E;
  border-top: 1.5px solid #00459E;
  background: #E4F0FF;
  z-index: 10;
}

.add0419 .row .fukidashi {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-left: 1.5px solid #00459E;
  border-bottom: 1.5px solid #00459E;
  background: #fff;
  z-index: 10;
}

.fixed {
  z-index: 100;
}

.promise-main .pro-attention {
  font-size: 8px;
}

.promise-main .header .flex .headerLogo {
  max-width: 150px;
}

.promise-main .header .flex .pr {
  max-width: 20px;
}

.promise-main .pro-attention {
  font-size: 2.6vw;
}

.pro1 .title {
  font-size: 3.6vw;
}

.pro1 .pro1-map {
  padding: 0;
}

.pro2 .map {
  padding: 0;
}

.pro2 .inner {
  padding: 0 5px;
}

.pro3 .contents2 .text1 {
  font-size: 14px;
}

.pro3 .contents2 .text2 {
  font-size: 3.2vw;
  line-height: 1.7;
}

.pro3 .contents2 .text1 {
  line-height: 1.7;
}

.pro3 .c-common-flex .left {
  width: 25%;
}

.pro3 .c-common-flex .right {
  width: 73%;
}

.pro3 .c-common-flex .right .right-flex .row .small-dt {
  font-size: 6px;
}

.pro4 .slider {
  max-width: 400px;
}

.pro4 .slider {
  font-size: 16px;
}

.pro4 .message2 .heading1 .left1 {
  width: 50px;
  min-width: 50px;
}

.pro4 .message2 .heading1 .text1 {
  font-size: 16px;
}

.pro4 .message2 .info1 {
  font-size: 14px;
}

.pro4 .message2 .heading1 .star-lists .star-item {
  width: 20px;
  margin-right: 5px;
}

.pro4 .message2 .bottom1 {
  font-size: 14px;
  line-height: 1.7;
}

.point-section .main-img {
  padding: 0;
}

.point-section .text {
  padding: 0;
  line-height: 1.7;
  font-size: 14px;
}

.point-section .middle-img {
  padding: 0;
}

.small-text {
  padding: 0;
  font-size: 3.2vw;
  line-height: 1.7;
}

.pro6 .box .title .title-text {
  font-size: 14px;
}

.pro6 .box .title .icon {
  width: 32px;
  min-width: 32px;
}

.pro6 .box .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro6 .box .contents {
  font-size: 12px;
  line-height: 1.7;
}

.pro6 .box .contents {
  width: 63%;
}

.point-box .point-text {
  font-size: 18px;
  padding: 8px 15px;
}

.point-box .box .list .text {
  font-size: 14px;
}

.point-box .box {
  padding: 20px 10px;
}

.pro6 .small {
  margin: 0;
  margin-top: 5px;
  font-size: 3.2vw;
  line-height: 1.7;
}

.pro6 .box {
  margin-left: 0;
  margin-right: 0;
}

.point-attention {
  font-size: 3.2vw;
  line-height: 1.7;
}

.accordion {
  padding: 0;
}

.ac_inner .title1 {
  font-size: 14px;
  padding: 0;
}

.ac_inner .text1 {
  font-size: 3.8vw;
  padding: 0;
}

.ac_inner .title1 {
  padding-left: 10px !important;
}

.ac_inner .text2 {
  font-size: 14px;
  padding: 0;
}

.ac_inner .text3 {
  font-size: 14px;
  padding: 0;
}

.ac_inner .text4 {
  font-size: 14px;
  padding: 0;
}

.ac_inner .text5 {
  padding: 0;
  font-size: 14px;
}

.ac_inner .h3 {
  font-size: 15px;
}

.ac_inner .text2.add {
  padding: 0;
}

.promise-main .pro-attention, .small-text, .pro6 .small, .point-attention {
  font-size: 8px;
}

@media screen and (min-width: 420px) {
  .pro1 .title {
    font-size: 15px;
    white-space: nowrap;
  }
  .pro3 .contents2 .text2 {
    font-size: 16px;
  }
  .ac_inner .text1 {
    font-size: 16px;
  }
  .ac_header .text2 {
    font-size: 14px;
  }
}

.pro3 .c-common-flex .left {
  width: 40%;
}

.pro3 .c-common-flex .right {
  width: 57%;
}

.pro3 .c-common-flex .right .right-flex {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 374px) {
  .pro3 .c-common-flex .right .right-flex {
    font-size: 11px;
  }
}

.pro3 .c-common-flex .right .right-flex .row {
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 374px) {
  .pro3 .c-common-flex .right .right-flex .row {
    font-size: 11px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .small-dt {
  font-size: 10px;
}

@media screen and (max-width: 374px) {
  .pro3 .c-common-flex .right .right-flex .row .small-dt {
    font-size: 9px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .dt .small-wrap {
  font-size: 10px;
}

@media screen and (max-width: 374px) {
  .pro3 .c-common-flex .right .right-flex .row .dt .small-wrap {
    font-size: 9px;
  }
}

.pro3 .c-common-flex .right .right-flex .row .dd {
  padding-top: 3px;
  font-weight: 500;
}

.pro6 .box .contents {
  font-size: 10px;
}

.pro6 .box .flex .img {
  width: 35%;
}

.ac_header .flex .icon {
  min-width: 20px;
  margin-left: 10px;
}

.title-new {
  padding: 20px 0 17px;
  background: #00459E;
  position: relative;
  margin-bottom: 20px;
  margin-top: 60px;
}

.title-new .reason {
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}

.title-new .point {
  background: #00459E;
  color: #fff;
  font-size: 12.5px;
  font-weight: bold;
  padding-top: 13px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

.title-new .title-new-text {
  color: #00459E;
  text-align: center;
  font-size: 24px;
  position: relative;
  line-height: 1.3;
  z-index: 2;
  font-weight: 600;
  text-shadow: 1.5px 1.5px 0 #FFEB02, -1.5px -1.5px 0 #FFEB02, -1.5px 1.5px 0 #FFEB02, 1.5px -1.5px 0 #FFEB02, 0px 1.5px 0 #FFEB02, 0px -1.5px 0 #FFEB02, -1.5px 0px 0 #FFEB02, 1.5px 0px 0 #FFEB02;
  /* 右 */
  font-style: italic;
}

.pro3 .contents2 .text2 {
  font-size: 12px;
}

.ac_inner .title2 {
  font-size: 14px;
}

.pro2 .inner {
  padding: 0 10px;
}

.pro4 .slider {
  width: 90%;
}

.right-title0422 {
  margin-bottom: 20px !important;
}

.pro3 .pro-countdown .cd-text {
  font-size: 10px;
}

.pro3 .pro-countdown .cd-flex .zan {
  font-size: 14px;
}

.pro3 .pro-countdown .cd-flex {
  font-size: 18px;
}

@media screen and (max-width: 374px) {
  .pro3 .pro-countdown .cd-flex {
    font-size: 10px;
  }
  .pro3 .pro-countdown .cd-flex .zan {
    font-size: 13px;
  }
  .pro3 .pro-countdown .cd-flex {
    font-size: 15px;
  }
}

.promise-count-down2 {
  max-width: 320px !important;
}

.promise-count-down2 .cd-flex .zan {
  font-size: 20px;
}

.promise-count-down2 .cd-flex {
  font-size: 26px;
}

.add-main-img0422 {
  width: 100%;
  padding-left: 10% !important;
}

.flex-add0422 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-add0422 .left {
  width: 47%;
}

.flex-add0422 .left img {
  margin-bottom: 7px;
}

.flex-add0422 .left img:last-child {
  margin-bottom: 0;
}

.flex-add0422 .right {
  width: 52%;
}

.blue-box {
  background: #E4F0FF;
  padding: 10px;
}

.pro3 .blue-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fosi18 {
  font-size: 8px !important;
}

.pro2 .title .flex {
  margin-top: 60px;
}

.flex-add0422 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.pro6 .box .contents span {
  color: #FF2C33;
  font-weight: 500;
}

.point-section .text {
  line-height: 2;
}
