@charset "UTF-8";
body {
  position: relative;
  font-family: "Jiao-Std-W4", sans-serif;
  font-size: 0.26rem;
  color: #333;
}

html {
  overflow-x: hidden;
}

.only-pc {
  display: none !important;
}

.w1440 {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

.w1280 {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

.indexPage, .subPage {
  position: relative;
  font-family: "NOTOSERIFJP-REGULAR";
  color: #333;
  overflow-x: hidden;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: url(../images/top/navBg.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: 9;
}
.indexNavMain .logo {
  display: block;
  padding-top: 0.25rem;
  width: 3rem;
  margin-left: 0.3rem;
}
.indexNavMain .logo img {
  display: block;
  height: 0.5rem;
}
.indexNavMain .logo .indexLogo {
  display: block;
}
.indexNavMain .logo .subLogo {
  display: none;
}

#g-nav.panelactive {
  top: 0;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0.2rem;
  height: 0.02rem;
  background-color: #fff;
  width: 0.6rem;
}
.openbtn span:nth-of-type(1) {
  top: 0.4rem;
}
.openbtn span:nth-of-type(2) {
  top: 0.6rem;
}

.openbtn.active span:nth-of-type(1) {
  top: 0.4rem;
  left: 0.22rem;
  transform: translateY(0.15rem) rotate(-45deg);
  width: 0.5rem;
}

.openbtn.active span:nth-of-type(2) {
  top: 0.7rem;
  left: 0.22rem;
  transform: translateY(-0.15rem) rotate(45deg);
  width: 0.5rem;
}

.topNav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  padding: 0 0.3rem;
  height: 100vh;
  background-image: linear-gradient(-60deg, #4e4e4e, #333);
  transition: all 0.6s;
  box-sizing: border-box;
}
.topNav li {
  margin-bottom: 0.3rem;
  background: url(../images/top/arr03.png) no-repeat;
  background-position: right 0.14rem;
  background-size: 0.32rem 0.32rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.6rem;
  font-family: "NOTOSERIFJP-REGULAR";
}
.topNav li a, .topNav li span {
  display: block;
  color: #fff;
}
.topNav li:first-child {
  margin-top: 3rem;
}
.topNav li .itemList {
  padding: 0.3rem 0.5rem 0.2rem;
  font-weight: 400;
}
.topNav img {
  display: block;
  width: 3rem;
  opacity: 0.6;
  margin: 1rem auto 0;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.indexBannerMain .txt {
  position: absolute;
  top: 1.52rem;
  left: 0.8rem;
  z-index: 3;
}
.indexBannerMain .txt .img1 {
  position: absolute;
  left: 0.8rem;
  top: -0.5rem;
  width: 0.8rem;
  height: auto;
  animation: breathe 3s infinite ease-in-out reverse;
  z-index: 3;
}
.indexBannerMain .txt .img2 {
  width: 4.4rem;
}
.indexBannerMain .img3 {
  position: absolute;
  right: 0.4rem;
  bottom: 1.6rem;
  width: 6rem;
}
.indexBannerMain .img4 {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 4rem;
}
.indexBannerMain .img-m {
  display: block;
  width: 100%;
}
.indexBannerMain .img-pc {
  display: none;
}

.indexSection01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.indexSection01 a {
  width: 100%;
  padding: 0.3rem;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}
.indexSection01 a > img {
  display: block;
  width: 100%;
}
.indexSection01 a h3 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  padding-left: 0.6rem;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #fff;
  box-sizing: border-box;
}
.indexSection01 a h3 span {
  display: inline-block;
  margin-left: 1.4rem;
  margin-right: 0.2rem;
  font-size: 0.32rem;
  font-family: "lineseedjp_otf";
  vertical-align: middle;
}
.indexSection01 a h3 img {
  display: inline-block;
  height: 0.8rem;
  vertical-align: middle;
}
.indexSection01 a p {
  position: absolute;
  left: 1.4rem;
  bottom: 0.46rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}
.indexSection01 a:nth-child(2) h3 span {
  margin-left: 1.3rem;
}

.indexSection02 {
  position: relative;
  width: 100%;
  padding: 0.3rem;
  overflow: hidden;
  box-sizing: border-box;
}
.indexSection02 .swiper-container {
  width: 100%;
  padding-bottom: 0.6rem;
}
.indexSection02 .swiper-container .swiper-slide {
  position: relative;
}
.indexSection02 .swiper-container .swiper-slide > img {
  display: block;
  width: 100%;
}
.indexSection02 .swiper-container .swiper-slide .tag {
  position: absolute;
  left: 0.1rem;
  top: 0.2rem;
  padding: 0 0.1rem;
  background: rgba(76, 74, 68, 0.5);
  border-radius: 3px;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
}
.indexSection02 .swiper-container .swiper-slide .tag img {
  vertical-align: middle;
  width: 0.24rem;
  margin-right: 0.1rem;
}
.indexSection02 .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0.5rem 0.1rem 0.2rem;
  box-sizing: border-box;
  font: normal 0.28rem/0.48rem "MPLUS1P-LIGHT";
  color: #e8e3da;
}
.indexSection02 .swiper-container .swiper-button-prev, .indexSection02 .swiper-container .swiper-button-next {
  bottom: 0;
  top: initial;
  margin-top: 0;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #e6ebfc;
  background-repeat: no-repeat;
  background-size: 0.96rem 0.96rem;
  background-image: url(../images/top/arr02.png);
}
.indexSection02 .swiper-container .swiper-button-prev::after, .indexSection02 .swiper-container .swiper-button-next::after {
  content: none;
}
.indexSection02 .swiper-container .swiper-button-next {
  right: 0.1rem;
  background-position: bottom right;
}
.indexSection02 .swiper-container .swiper-button-prev {
  left: initial;
  right: 1rem;
  background-position: left bottom;
}
.indexSection02 .swiper-container .swiper-button-next:hover {
  background-color: #0082e7;
  background-position: top right;
}
.indexSection02 .swiper-container .swiper-button-prev:hover {
  background-color: #0082e7;
  background-position: top left;
}
.indexSection02 .swiper-container .line {
  margin-top: 0.2rem;
  width: 100%;
  height: 1px;
  background-color: #e9e5df;
}

.indexNews {
  padding-top: 0.3rem;
  margin-top: 0.4rem;
  background-color: #e1e4e9;
}
.indexNews h2 {
  padding: 0 0.3rem;
  font: normal 0.48rem/0.8rem "MPLUS1P-LIGHT";
  text-transform: uppercase;
}
.indexNews h2 a {
  display: block;
  color: #000;
}
.indexNews h2 span {
  display: block;
  width: 1.5rem;
  background-color: #e6ebfc;
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: center;
}
.indexNews .main {
  display: flex;
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.indexNews .img01 {
  display: none;
}
.indexNews .newsList {
  width: 100%;
}
.indexNews .newsList li {
  position: relative;
  padding: 0.2rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.indexNews .newsList li .arr {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  height: 0.1rem;
}
.indexNews .newsList li .time {
  width: 1.5rem;
  margin-bottom: 0.15rem;
  background-color: #2f2f2f;
  border-radius: 0.4rem;
  font: normal 0.24rem/0.4rem "Arial";
  text-align: center;
  color: #fff;
}
.indexNews .newsList li a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexNews .newsList li:last-child {
  margin-bottom: 0;
}
.indexNews .img02 {
  display: block;
  width: 100%;
}

.footerBox {
  position: relative;
  padding: 0.4rem 0 0;
  background: #343434;
}
.footerBox .bottomLogo {
  width: 4.56rem;
  height: 2.09rem;
  padding-top: 1rem;
  margin: 0 auto 1rem;
  background: url(../images/top/logobg.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.footerBox .bottomLogo img {
  display: block;
  width: auto;
  height: 0.5rem;
  margin: 0 auto;
}
.footerBox .footerNav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.3rem 0.8rem;
  width: 100%;
  box-sizing: border-box;
}
.footerBox .footerNav li {
  width: 30%;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.footerBox .footerNav li > a {
  display: block;
  color: #fff;
}
.footerBox .footerNav li .itemList {
  position: absolute;
  left: -0.1rem;
  bottom: 0.52rem;
  width: 100%;
  padding: 0.1rem;
  background: #5a5a5a;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: none;
}
.footerBox .footerNav li .itemList a {
  display: block;
  padding: 0.1rem 0;
  line-height: 0.48rem;
  color: #fff;
  text-align: left;
}
.footerBox .footerNav li:hover .itemList {
  display: block;
}
.footerBox .copyRight {
  border-top: 1px solid #494949;
  font-size: 0.24rem;
  line-height: 0.8rem;
  color: #c1bfbf;
  text-align: center;
}
.footerBox .copyRight a {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #f7f1e8;
  vertical-align: middle;
}
.footerBox .copyRight a img {
  display: block;
  width: 100%;
}

.gotops {
  position: absolute;
  right: 0.1rem;
  bottom: 1.8rem;
  width: 0.6rem;
}
.gotops img {
  display: block;
  width: 100%;
  position: relative;
  animation: arrowmove 1s ease-in-out infinite;
  cursor: pointer;
}

.pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.pop-up .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding-top: 150px;
  border: 1px solid #000;
  background: #fff url(../images/top/up-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.pop-up .cont h3 {
  padding-left: 20px;
  font-size: 20px;
  line-height: 48px;
}
.pop-up .cont p {
  padding-left: 20px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.pop-up .cont p span {
  display: inline-block;
  padding: 0 12px;
  margin-right: 5px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.pop-up .cont p i {
  font-size: 10px;
  font-style: normal;
}
.pop-up .cont p:nth-of-type(2) span {
  background-color: #fff;
  color: #000;
}
.pop-up .cont div {
  display: flex;
  border-top: 1px solid #c0c0c0;
  margin-top: 15px;
}
.pop-up .cont div a {
  width: 50%;
  padding: 30px 0;
}
.pop-up .cont div a:nth-child(1) {
  border-right: 1px solid #c0c0c0;
  box-sizing: border-box;
}
.pop-up .cont div a img {
  display: block;
  height: 20px;
  margin: 0 auto;
}
.pop-up .cont div a span {
  display: block;
  width: 100px;
  height: 26px;
  margin: 15px auto 0;
  background-color: #1469b9;
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.pop-up .cont .close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.subPage .indexNavMain .openbtn span {
  background-color: #000;
}
.subPage .indexNavMain .logo .subLogo {
  display: block;
}
.subPage .indexNavMain .logo .indexLogo {
  display: none;
}

.subBannerMain {
  width: 100%;
  padding: 1.6rem 0 0.6rem;
  background-color: #7faedb;
  box-sizing: border-box;
}
.subBannerMain h2 {
  font: bold 0.36rem/0.6rem "NOTOSERIFJP-REGULAR";
  text-align: center;
}
.subBannerMain p {
  font: bold 0.26rem/0.6rem "NOTOSERIFJP-REGULAR";
  text-align: center;
}

.stroePage {
  color: #000;
}

.subStroe01 {
  padding: 0 0.3rem 0.6rem;
  text-align: center;
}
.subStroe01 h3 {
  font: bold 0.32rem/0.8rem "NOTOSERIFJP-REGULAR";
}
.subStroe01 .formList > li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #7faedb;
  line-height: 0.6rem;
}
.subStroe01 .formList > li > span {
  display: block;
  font: bold 0.28rem/0.6rem "NOTOSERIFJP-REGULAR";
}
.subStroe01 .formList > li input {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  cursor: pointer;
}
.subStroe01 .formList > li label {
  display: inline-block;
  padding-left: 0.14rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  vertical-align: middle;
  cursor: pointer;
}
.subStroe01 .formList > li:last-child {
  border-bottom: none;
}
.subStroe01 .formList .li01 {
  padding-top: 0;
}
.subStroe01 .formList .li01 img {
  display: block;
  width: 1.35rem;
  margin: 0.3rem auto 0;
}
.subStroe01 .formList .li01 .item01 {
  display: inline-block;
  width: 2.9rem;
  margin: 0 0.1rem;
}
.subStroe01 .formList .li02 .item02 {
  display: inline-block;
  padding: 2vw 1vw 1.3vw;
}
.subStroe01 .formList .li02 .item02 img {
  display: inline-block;
  width: 0.4rem;
  margin-right: 0.14rem;
  vertical-align: middle;
}
.subStroe01 .formList .li03 {
  margin-top: 0.3rem;
}
.subStroe01 .formList .li03 > span {
  display: inline-block;
  vertical-align: top;
}
.subStroe01 .formList .li03 .itemWrap {
  position: relative;
  display: inline-block;
  width: 3rem;
  margin-left: 0.2rem;
}
.subStroe01 .formList .li03 .itemWrap span {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding-left: 0.2rem;
  color: #fff;
  text-align: left;
  background: #000 url(../images/top/arr04.png) no-repeat right center;
  background-size: 0.3rem auto;
  border-radius: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  border: none;
  box-sizing: border-box;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: 2;
  text-align: left;
  display: none;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li {
  padding-left: 1em;
  font-size: 0.26rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li:hover {
  background-color: #ddd;
}
.subStroe01 .Btnbox {
  padding-top: 0.3rem;
}
.subStroe01 .Btnbox .searchBtn {
  display: inline-block;
  width: 2.9rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  margin: 0 0.1rem;
  background-color: #000;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
  cursor: pointer;
}

.subStroe02 {
  padding: 0.3rem 0.4rem;
  background-color: #7faedb;
}
.subStroe02 h3 {
  font: bold 0.32rem/0.8rem "NOTOSERIFJP-REGULAR";
  text-align: center;
}
.subStroe02 .type {
  margin-bottom: 0.2rem;
  text-align: center;
}
.subStroe02 .type div {
  display: inline-block;
  padding: 0 0.1rem 0.2rem;
}
.subStroe02 .type span {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.subStroe02 .type img {
  display: inline-block;
  width: 0.4rem;
  vertical-align: middle;
}
.subStroe02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.subStroe02 .list li {
  width: 100%;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.subStroe02 .list li .stroeName {
  border-bottom: 1px solid #000;
  line-height: 1.2rem;
  text-align: center;
}
.subStroe02 .list li .stroeName a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #000;
}
.subStroe02 .list li .stroeInfo {
  padding: 0.2rem 0.1rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
}
.subStroe02 .list li .show {
  width: 90%;
  margin: 0 auto 0.2rem;
  padding: 0.1rem 0.2rem;
  background-color: #e7ecef;
  border-radius: 0.6rem;
  cursor: pointer;
}
.subStroe02 .list li .show span {
  float: left;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.subStroe02 .list li .show img {
  float: right;
  width: 0.4rem;
  transition: all 0.5s;
}

.subNewsWrap {
  padding: 0 0.3rem;
  color: #000;
}
.subNewsWrap .subTitle {
  font-size: 0.32rem;
  line-height: 1.6rem;
  text-align: center;
}
.subNewsWrap .subNewsList {
  display: flex;
  flex-wrap: wrap;
}
.subNewsWrap .subNewsList li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.subNewsWrap .subNewsList li .img {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.subNewsWrap .subNewsList li .img img {
  display: block;
  width: 100%;
}
.subNewsWrap .subNewsList li p {
  padding: 0.2rem 0;
  font-size: 0.26rem;
  line-height: 0.48rem;
  text-align: center;
}
.subNewsWrap .subNewsList li p a {
  display: block;
  color: #000;
}
.subNewsWrap .more {
  display: block;
  width: 3.2rem;
  margin: 0.2rem auto 0.5rem;
  border: 1px solid #000;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}

#bolgList li:nth-child(3), #bolgList li:nth-child(4), #newsList li:nth-child(3), #newsList li:nth-child(4) {
  display: none;
}

.articlePage {
  padding-top: 1rem;
}
.articlePage .w1280 {
  position: relative;
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.articleTitle {
  padding: 0.3rem 0 0.1rem;
  border-bottom: 1px solid #000;
  text-align: center;
}
.articleTitle h1 {
  padding: 0.2rem 0;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.articleTitle .time {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #999;
}

.articleMain {
  min-height: 80vh;
}
.articleMain .txt {
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.articleMain .txt h3 {
  font-size: 0.28rem;
  line-height: 0.52rem;
  margin: 0.3rem 0 0.2rem;
}
.articleMain .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  margin-bottom: 0.3rem;
}
.articleMain .txt img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}

.comingsoon {
  display: block;
  width: 100%;
}

@media (min-width: 751px) and (max-width: 999px) {
  .indexSection01 a {
    width: 50%;
    padding: 0.3rem 0.15rem;
  }
  .indexSection01 a h3 {
    top: 0.5rem;
    width: 100%;
    padding-left: 0.3rem;
    font-size: 3vw;
    line-height: 6vw;
  }
  .indexSection01 a h3 span {
    display: inline-block;
    margin-left: 7.5vw;
    margin-right: 1.5vw;
    font-size: 2.4vw;
  }
  .indexSection01 a h3 img {
    height: 5vw;
  }
  .indexSection01 a p {
    left: 0.8rem;
    bottom: 0.4rem;
    font-size: 2vw;
    line-height: 3.4vw;
  }
  .indexSection01 a:nth-child(2) h3 span {
    margin-left: 4vw;
  }
}
.section01 {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section01 .swiper-slide {
  position: relative;
  width: 100%;
}
.section01 .img {
  display: block;
  width: 100%;
}
.section01 .txt {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  padding: 0 0.3rem;
  color: #fff;
  box-sizing: border-box;
}
.section01 .txt .logo {
  display: none;
}
.section01 .txt span {
  display: none;
}
.section01 .txt h1 {
  margin-top: 0.6rem;
  font: bold 0.48rem/0.8rem "Jiao-Std-W4";
}
.section01 .txt p {
  margin-top: 1.88rem;
  font: normal 0.26rem/0.52rem "Jiao-Std-W4";
}
.section01 .tag {
  position: absolute;
  right: 0.3rem;
  bottom: 1.54rem;
  width: 1.64rem;
}
.section01 .tips {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.3rem;
  font: normal 0.24rem/0.4rem "Jiao-Std-W4";
  color: #aea89c;
  box-sizing: border-box;
}
.section01 .newpart h1 {
  margin-top: 0.3rem;
}
.section01 .newpart .img02 {
  position: absolute;
  left: 50%;
  bottom: 0.86rem;
  width: 3.8rem;
  margin-left: -1.9rem;
}
.section01 .newpart p {
  font: normal 0.32rem/0.44rem "Jiao-Std-W4";
  color: #fff;
  text-align: left;
}
.section01 .newpart p img {
  height: 0.44rem;
  margin-right: 0.2rem;
  vertical-align: top;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes fall {
  0% {
    top: -1rem;
    transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    transform: translateX(0.2rem);
  }
  50% {
    transform: translateX(-0.2rem);
  }
  75% {
    transform: translateX(0.2rem);
  }
  100% {
    top: 0;
    transform: translateX(0);
    opacity: 0.2;
  }
}
.titleBox {
  padding: 1rem 0 0.6rem;
  margin: 0.3rem 0 0.1rem;
  background: url(../images/bg01.png) no-repeat center top;
  background-size: 5.2rem auto;
  text-align: center;
}
.titleBox img {
  display: block;
  width: 2.69rem;
  margin: 0 auto;
}
.titleBox h2 {
  font-size: 0.48rem;
  line-height: 0.8rem;
  font-family: "Jiao-Std-W4";
}
.titleBox h2 span {
  font-size: 0.36rem;
}
.titleBox h2 strong {
  color: #0082e7;
  font-weight: bold;
}

.video {
  width: 100%;
}
.video img {
  display: block;
  width: 100%;
}
.video video {
  display: block;
  width: 100%;
  height: auto;
}

.section04 {
  width: 100%;
  height: 9.38rem;
  padding: 0.8rem 0 0;
  background: url(../images/sec-4-bg-m.jpg) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
}
.section04 h2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
}
.section04 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.section04 ul li {
  width: 48%;
  height: 2.2rem;
  padding-top: 0.3rem;
  margin: 0 1% 0.3rem;
  background-color: rgba(0, 36, 69, 0.8);
  border-radius: 0.1rem;
}
.section04 ul li img {
  display: block;
  width: 0.8rem;
  margin: 0 auto 0.2rem;
}
.section04 ul li p {
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #fff;
}

.section05 a {
  display: block;
  width: 4rem;
  margin: 0.6rem auto;
  background-color: #3184ff;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
}
.section05 ul {
  position: relative;
}
.section05 li {
  position: relative;
  padding: 0.6rem 0.6rem 0;
  margin-bottom: -0.2rem;
  overflow: hidden;
  z-index: 1;
}
.section05 li .txt {
  margin-bottom: 0.3rem;
}
.section05 li .txt h3 {
  font-size: 0.48rem;
  line-height: 1rem;
  font-family: "NOTOSANSJP-BOLD";
}
.section05 li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.section05 li .txt p:nth-child(3) {
  color: #ab9273;
}
.section05 li .img {
  width: 5rem;
  margin: 0 auto;
}
.section05 li .img img {
  display: block;
  width: 100%;
}
.section05 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f0f7;
  z-index: -1;
}
.section05 li:nth-child(2n) .txt {
  text-align: right;
}
.section05 li:nth-child(2)::before {
  background: #f4ede3;
}
.section05 li:nth-child(3)::before {
  background: #f0f6fb;
}
.section05 li:nth-child(4)::before {
  background: #edeee9;
}
.section05 li:nth-child(5) {
  height: 0.2rem;
  padding: 0;
  background-color: #fff;
}
.section05 li:nth-child(5)::before {
  content: none;
}

.section06 {
  position: relative;
}
.section06 .titleBox h2 {
  font-size: 0.4rem;
}
.section06 li {
  position: relative;
  margin-bottom: 0.3rem;
}
.section06 li .img {
  width: 100%;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.section06 li .img img {
  display: block;
  width: 100%;
}
.section06 li .txt h3 {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-family: "Jiao-Std-W4";
}
.section06 li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}
.section06 li .txt .tip {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #999;
}

.section07 {
  padding: 0.4rem 0;
  background: linear-gradient(#fff, #d4e4f3);
}
.section07 h2 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: normal;
}
.section07 h2 strong {
  position: relative;
  display: inline-block;
  font-size: 0.48rem;
  z-index: 1;
  font-family: "Jiao-Std-W4";
}
.section07 h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #bdd5ec;
  z-index: -1;
}
.section07 .imgbox {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem;
  align-items: flex-end;
}
.section07 .imgbox div {
  width: 30%;
  margin-right: 3%;
}
.section07 .imgbox div:nth-child(4) {
  width: 57%;
}
.section07 .imgbox div:nth-child(5) {
  width: 37%;
}
.section07 .imgbox img {
  display: block;
  width: 100%;
  margin-bottom: 1.87vw;
  border-radius: 0.5vw;
}

.section08 {
  position: relative;
}
.section08 img {
  display: block;
  width: 100%;
}
.section08 ol {
  position: absolute;
  left: 58.6%;
  top: 2.2rem;
}
.section08 ol li {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  color: #494749;
  line-height: 0.52rem;
}
.section08 ol li strong {
  display: block;
  margin-left: 0.1rem;
  font-size: 0.48rem;
}
.section08 ol li strong i {
  font-style: normal;
  font-weight: normal;
  font-size: 0.28rem;
}

.section09 {
  background: url(../images/sec-9-bg-m.jpg) no-repeat center bottom;
  background-size: 100% 101%;
}
.section09 > div {
  height: 8.6rem;
}
.section09 p {
  padding-top: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.section09 p strong {
  font-size: 0.36rem;
  color: #0082e7;
}
.section09 p span {
  display: block;
  font-size: 0.36rem;
}
.section09 .p02 {
  text-align: right;
  padding-left: 21%;
  margin-top: 0.6rem;
}
.section09 .p03 {
  margin-top: 1.2rem;
  font-size: 0.6rem;
  line-height: 1.5rem;
}
.section09 .p03 strong {
  display: inline-block;
  font-size: 1rem;
  margin-left: 2.8rem;
  margin-right: 0.2rem;
  font-family: "Jiao-Std-W4";
  letter-spacing: -0.1rem;
}
.section09 .p04 {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  font-size: 0.26rem;
  color: #fff;
}
.section09 img {
  position: absolute;
  left: 1.8rem;
  bottom: 0.4rem;
  width: 2.4rem;
}

.section10 {
  position: relative;
  padding-top: 1.6rem;
  background-color: #8f99a1;
}
.section10 img {
  display: block;
  width: 100%;
}
.section10 .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.4rem 0.3rem;
  text-align: center;
  box-sizing: border-box;
}
.section10 h2 {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #fff;
}
.section10 h2 span {
  display: block;
  font-size: 0.36rem;
  font-family: "Jiao-Std-W4";
}
.section10 p {
  font-size: 0.26rem;
  line-height: 0.48rem;
}

.section11 {
  position: relative;
  padding: 0.3rem;
  background: url(../images/sec-11-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section11 .img {
  display: block;
  width: 100%;
}
.section11 .txt {
  margin-top: 0.3rem;
}
.section11 .txt h2 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #0082e7;
}
.section11 .txt h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-family: "Jiao-Std-W4";
}
.section11 .txt p {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}

.section12 {
  background: url(../images/sec-12-bg.png) no-repeat;
  background-position: center 4.58vw;
  background-size: 100% auto;
}
.section12 .titleBox {
  padding-bottom: 0.2rem;
}
.section12 .w1440 {
  width: 100%;
}
.section12 .newImg {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
.section12 .sales {
  text-align: center;
}
.section12 .sales .p01 {
  font-size: 0.28rem;
  line-height: 0.6rem;
}
.section12 .sales .p01 img {
  display: inline-block;
  width: 2rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.section12 .sales .p01 strong {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #ab9273;
  font-family: "Jiao-Std-W4";
}
.section12 .sales .p01 strong i {
  font-size: 0.4rem;
  font-style: normal;
  font-family: "Jiao-Std-W4";
}
.section12 .sales .p01 strong::after, .section12 .sales .p01 strong::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.8rem;
  width: 0.8rem;
  height: 1.7rem;
  background: url(../images/sec-12-img01.png) no-repeat center top;
  background-size: 100% auto;
}
.section12 .sales .p01 strong::before {
  left: initial;
  right: -0.8rem;
  background-image: url(../images/sec-12-img02.png);
}
.section12 .sales .p01 span {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #ab9273;
}
.section12 .sales .p02 {
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #ab9273;
}
.section12 h3 {
  height: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cbe1f5;
  font-size: 0.36rem;
  line-height: 2rem;
  color: #3474ba;
  text-align: center;
}
.section12 h3 span {
  display: inline-block;
  padding: 0 0.1rem;
  background-color: #fff;
  font-family: "Jiao-Std-W4";
}
.section12 table {
  width: 100%;
  font-size: 0.22rem;
  line-height: 0.48rem;
}
.section12 table tr th {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.section12 table tr th:nth-child(2) {
  color: #fff;
  background-color: #b3c3c9;
}
.section12 table tr td {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.section12 table tr td:nth-child(1) {
  width: 2.3rem;
  font-weight: bold;
  box-sizing: border-box;
}
.section12 table tr td:nth-child(2) {
  color: #666;
}
.section12 table tr strong {
  margin-right: 0.1rem;
  color: #3474ba;
}
.section12 .table {
  padding: 0.8rem 0.2rem 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: #f6f6f6;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.section12 .table .img01 {
  position: absolute;
  left: 50%;
  top: -0.8rem;
  width: 3.5rem;
  margin-left: -1.75rem;
}
.section12 .table h4 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
}
.section12 .table h4 img {
  display: inline-block;
  width: 2.4rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.section12 .table02 {
  padding-top: 2vw;
  margin-top: 6vw;
  margin-bottom: 3vw;
}
.section12 .table02 h4 {
  border-bottom: none;
}
.section12 .table02 .img02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
}
.section12 .table03 {
  padding-top: 0.4rem;
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.section12 .table03 h4 {
  margin-bottom: 0.5rem;
  line-height: 0.6rem;
  border-bottom: none;
}
.section12 .table03 h4 strong {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  z-index: 1;
  font-family: "Jiao-Std-W4";
}
.section12 .table03 h4 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #bdd5ec;
  z-index: -1;
}
.section12 .table03 table {
  background-color: #fff;
  text-align: center;
  border-collapse: separate; /* 确保边框分开 */
  border-spacing: 0; /* 去除单元格之间的间隙 */
  border: 1px solid #dcdcdc; /* 表格边框 */
  border-radius: 10px; /* 圆角 */
  overflow: hidden; /* 隐藏超出圆角的部分 */
}
.section12 .table03 table td {
  width: 25%;
  box-sizing: border-box;
}
.section12 .table03 table td:nth-child(1) {
  width: 25%;
  padding-left: 0;
}
.section12 .table03 table td:nth-child(2) {
  color: #fff;
  background-color: #b3c3c9;
}
.section12 .table03 table tr:last-child td {
  border-bottom: none;
}
.section12 .table03 table img {
  width: 1rem;
}
.section12 .table03 table .circle {
  width: 0.4rem;
  vertical-align: middle;
}
.section12 .text-r {
  text-align: right;
}

.section13 {
  display: flex;
  flex-wrap: wrap;
}
.section13 > div {
  position: relative;
  width: 100%;
}
.section13 > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section13 .bg {
  display: block;
  width: 100%;
}
.section13 .txt {
  position: absolute;
  left: 50%;
  top: 0.6rem;
  margin-left: -1.8rem;
}
.section13 .txt h2 {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #fff;
}
.section13 .txt p {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
}
.section13 .txt p span {
  display: block;
  border-bottom: 1px solid #fff;
}
.section13 .txt .btn {
  display: block;
  width: 3rem;
  margin-left: 0.3rem;
  margin-top: 0.5rem;
  border-radius: 0.6rem;
  background-color: #3184ff;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
}
.section13 .img {
  position: absolute;
  left: 50%;
  top: 0.8rem;
  width: 3.2rem;
  margin-left: -1.6rem;
}

.gotop {
  position: fixed;
  right: 0.1rem;
  bottom: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #dbd3d3;
  line-height: 0.6rem;
  text-align: center;
  z-index: 9;
}
.gotop img {
  width: 0.24rem;
  vertical-align: middle;
}

.buy {
  position: fixed;
  right: 0.1rem;
  bottom: 1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #3184ff;
  border-radius: 50%;
  box-shadow: 0 0 3px #dbd3d3;
  line-height: 0.6rem;
  text-align: center;
  z-index: 9;
}
.buy a {
  display: block;
}
.buy img {
  width: 0.32rem;
  vertical-align: middle;
}
.buy span {
  display: none;
}

.QA {
  bottom: 2.4rem;
  background-color: #4d72be;
}

.section14 {
  padding: 0.4rem 0;
}
.section14 h2 {
  margin-bottom: 0.5rem;
  line-height: 0.6rem;
  border-bottom: none;
  text-align: center;
}
.section14 h2 strong {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  z-index: 1;
  font-family: "Jiao-Std-W4";
}
.section14 h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #bdd5ec;
  z-index: -1;
}
.section14 .faq {
  font-size: 0.26rem;
  line-height: 0.52rem;
  box-sizing: border-box;
}
.section14 .faq li {
  position: relative;
  padding: 0 0.2rem;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.section14 .faq li::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/r-img15.png) no-repeat;
  background-size: 100% auto;
}
.section14 .faq .current {
  border: 1px solid #0082e7;
}
.section14 .faq h4, .section14 .faq div {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.5rem;
}
.section14 .faq span {
  position: absolute;
  padding-right: 0.1rem;
  border-right: 1px solid #0082e7;
  left: 0;
  top: 0.2rem;
  font-size: 0.32ren;
}
.section14 .faq h4 span {
  color: #0082e7;
}
.section14 .faq div {
  border-top: 1px solid #dcdcdc;
  display: none;
}

.order-title {
  position: relative;
  padding: 0.4rem 0.3rem 0;
  text-align: center;
}
.order-title h1 {
  position: relative;
  font-size: 0.36rem;
  line-height: 2rem;
  z-index: 1;
}
.order-title span {
  display: block;
  margin-top: -2rem;
  font-size: 0.9rem;
  line-height: 2rem;
  font-family: "NOTOSANSJP-BOLD";
  font-weight: bold;
  color: #ede5d5;
  text-transform: uppercase;
  font-style: italic;
}
.order-title .logo {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  width: 2rem;
}
.order-title .logo img {
  display: block;
  width: 100%;
}

.order-container {
  padding: 0.6rem 0.3rem;
}
.order-container h2 {
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.order-container .order-list {
  width: 100%;
  margin: 0 auto;
}
.order-container .order-list > li {
  position: relative;
  padding-top: 0.3rem;
}
.order-container .order-list > li p, .order-container .order-list > li label {
  margin-bottom: 0.3rem;
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #000;
}
.order-container .order-list > li p strong, .order-container .order-list > li label strong {
  display: inline-block;
  padding: 0 0.15rem;
  border: 1px solid #3184ff;
  border-radius: 5px;
  font: normal 0.26rem/0.4rem "NOTOSANSJP-REGULAR";
  color: #3184ff;
  vertical-align: middle;
}
.order-container .order-list > li .form-group {
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  font: normal 0.26rem/0.8rem "NOTOSANSJP-REGULAR";
  color: #222;
  border-bottom: 1px solid #e9e8e8;
}
.order-container .order-list > li .form-group .dropdown-toggle, .order-container .order-list > li .form-group .form-input, .order-container .order-list > li .form-group textarea {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.2rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.order-container .order-list > li .form-group textarea {
  height: 3rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.order-container .order-list > li .form-group .dropdown-menu {
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: 2;
  display: none;
}
.order-container .order-list > li .form-group .dropdown-menu li {
  padding-left: 1em;
  font-size: 0.26rem;
  line-height: 0.8rem;
  cursor: pointer;
}
.order-container .order-list > li .form-group .dropdown-toggle {
  background: #f2f2f2 url(../images/icon-arr.png) no-repeat right center;
  background-size: 0.5rem auto;
}
.order-container .order-list > li .orderdate {
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.order-container .order-list > li .orderdate::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.9rem;
  width: 0.32rem;
  height: 0.8rem;
  background-color: #f2f2f2;
  border-radius: 0 5px 5px 0;
}
.order-container .order-list > li #orderDate {
  border-radius: 5px 0 0 5px;
}
.order-container .checkbox-list li {
  position: relative;
  padding-left: 0.6rem;
  margin-bottom: 0.2rem;
}
.order-container .checkbox-list li input {
  position: absolute;
  left: 0.1rem;
  top: 0.16rem;
}
.order-container .submit {
  display: block;
  margin: 0.54rem auto 0.4rem;
  width: 4rem;
  height: 0.6rem;
  background-color: #3184ff;
  border: none;
  border-radius: 0.3rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.order-container .tips {
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.form-actions {
  text-align: center;
}
.form-actions button, .form-actions a {
  display: inline-block;
  margin: 0.3rem 0.1rem;
  padding: 0 0.3rem;
  background-color: #3184ff;
  border: none;
  border-radius: 0.6rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.form-actions .btn-edit {
  background-color: #969696;
  display: none;
}
.form-actions .btn-submit {
  display: none;
}

.display-text {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* 隐藏按钮 */
.hidden {
  display: none;
}

/* 显示按钮 */
.visible {
  display: inline-block;
}

.thank-you-message {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
}

.thank-you-message h1 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #333;
}

.thank-you-message p {
  font-size: 0.28rem;
  color: #555;
  line-height: 0.52rem;
}

.privacyPage .article {
  padding-bottom: 0.6rem;
}

.privacyPage .article h2 {
  font-size: 0.36rem;
  line-height: 4em;
  text-align: center;
  margin-top: 0.3rem;
}

.privacyPage .article h3 {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}

.privacyPage .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #25b7aa;
}

.privacyPage .article p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #363636;
}

.contactPage {
  /* チェックボックス */
  /* 送信ボタン */
  /* 確認画面 */
}

.contactPage .btn {
  display: block;
  width: 5.6rem;
  height: 0.92rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.92rem;
  font-size: 0.28rem;
  line-height: 0.92rem;
  color: #666;
  text-align: center;
  font-weight: 500;
}

.contactPage .linkBtn {
  display: flex;
  justify-content: center;
}

.contactPage .linkBtn a {
  width: 3.2rem;
  height: 0.8rem;
  margin: 0.5rem 0.1rem;
  background: #25b7aa;
  border-radius: 0.8rem;
  font-size: 0.24rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
}

.contactPage .linkBtn a:nth-child(2) {
  background: #005bac;
}

.contactPage .subContact {
  padding-bottom: 0.6rem;
}

.contactPage .subContact .section-heading {
  position: relative;
}

.contactPage .subContact .section-heading h3 {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #005bac;
}

.contactPage .subContact .section-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 0.6rem;
  height: 0.03rem;
  background-color: #005bac;
}

.contactPage .subContact .section-heading .required-note {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.24rem;
  line-height: 0.6rem;
}

.contactPage .form-row {
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.contactPage .form-label, .contactPage .toPrivacy {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.6rem;
}

.contactPage .form-label.required:after {
  content: " *";
  color: #e32;
}

.contactPage .form-label.requiredafter:after {
  content: "";
  color: #fff;
}

.contactPage .form-input {
  width: 100%;
}

.contactPage .form-input input,
.contactPage .form-input select,
.contactPage .form-input textarea {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.26rem;
  line-height: 0.8rem;
  box-sizing: border-box;
}

.contactPage .select {
  position: relative;
}

.contactPage .select::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0.2vw;
  width: 2vw;
  height: 2vw;
  background: #fff url(../images/icon-arr04.png) no-repeat center;
  background-size: 0.88vw auto;
}

.contactPage .form-input textarea {
  padding: 0.2rem;
  min-height: 2rem;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}

.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 0.24rem;
  line-height: 0.48rem;
  display: none;
}

.contactPage input:invalid:not(:focus):not(:placeholder-shown),
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}

.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}

.contactPage .checkbox-container {
  margin: 0.3rem 0;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.contactPage .checkbox-container a {
  color: #25b7aa;
  text-decoration: underline;
}

.contactPage .checkbox-container > div {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.2rem;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-top: 0.5rem;
}

.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contactPage .btn-edit {
  background-color: #888;
  color: white;
}

.contactPage .btn-edit:hover {
  background-color: #666;
}

.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}

.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}

.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}

.contactPage .btn-submit:hover {
  background-color: #081579;
}

.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 0.2rem;
  border-radius: 4px;
  margin-bottom: 0.3rem;
}

.contactPage .confirmation-item {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}

.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}/*# sourceMappingURL=index-phone.css.map */