@charset "UTF-8";
.html,
.body {
  min-width: 280px;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.indexSectionMain {
  background-color: #fff;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.indexNavMain .indexNavBox {
  height: 1rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 1rem;
  margin-left: 0.1rem;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  height: 0.5rem;
}

.Wrap {
  width: 100%;
  position: relative;
}

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

.indexSectionMain {
  background-color: #fff;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.indexNavMain .indexNavBox {
  height: 1rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 1rem;
  margin-left: 0.1rem;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  height: 0.8rem;
}
.indexNavMain .indexNavBox ul {
  display: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #000b5f url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.indexBannerMain {
  padding-top: 1.4rem;
}

.indexBannerBox {
  position: relative;
}
.indexBannerBox > img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerBox .wrap {
  position: absolute;
  left: 50%;
  top: 20%;
  text-align: right;
  transform: translateX(-50%);
}
.indexBannerBox .wrap h1 img {
  display: inline-block;
  width: 50%;
}
.indexBannerBox .wrap p {
  margin-top: 4%;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #000;
}
.indexBannerBox .wrap p span {
  display: inline-block;
  padding: 0 0.15rem;
  background-color: #fdf0a8;
  line-height: 0.4rem;
}

.indexNewsMain {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.indexNewsMain .btn {
  display: block;
  width: 2rem;
  margin: 0 auto 0.4rem;
  border-radius: 0.04rem;
  background: #fb1743;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.5rem;
  text-align: center;
}
.indexNewsMain .indexNewsList {
  width: 100%;
  padding: 0.15rem 0;
  background: #f5f3f0;
  border-radius: 0.16rem;
}
.indexNewsMain .indexNewsList a {
  display: block;
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.5rem;
}
.indexNewsMain .indexNewsList a .time {
  display: inline-block;
  color: #54b4ed;
  vertical-align: middle;
  font-weight: bold;
}
.indexNewsMain .indexNewsList a p {
  display: inline-block;
  color: #333;
  vertical-align: middle;
}

.indexAboutMain {
  background: url(../images/indexBg01.png) no-repeat left top;
  background-size: 100% auto;
}
.indexAboutMain .title {
  width: 100%;
  margin-top: 0.3rem;
}
.indexAboutMain .title h2 {
  width: 5.8rem;
  padding: 0 0 0 0.9rem;
  margin: 0 auto;
  background: #ffea72;
  font-family: "YMC";
  font-size: 0.3rem;
  line-height: 0.8rem;
  color: #222;
  font-weight: normal;
  box-sizing: border-box;
  position: relative;
}
.indexAboutMain .title h2:before {
  content: " ";
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 1px;
  background: #222;
}
.indexAboutMain .txt {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.2rem 0.2rem 0.5rem;
  margin-top: 1.5rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
}
.indexAboutMain .txt span {
  color: #fb1743;
  font-weight: bold;
}
.indexAboutMain .txt .btn {
  text-align: center;
  margin-top: 0.4rem;
}
.indexAboutMain .txt .btn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-image: linear-gradient(90deg, #ff8a9e, #b3e0f2, #54b4ed);
  border-radius: 0.5rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
}
.indexAboutMain .txt .btn a img {
  display: inline-block;
  margin-left: 10px;
}

.titleBox {
  padding: 0.6rem 0;
  text-align: center;
}
.titleBox span {
  display: inline-block;
  font: bold 0.26rem/0.52rem "Arial";
  text-transform: uppercase;
  border-bottom: 0.03rem solid #000;
}
.titleBox h2 {
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-family: "YMC";
  font-weight: 400;
}

.indexIntroduceMain {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.indexIntroduceMain .mySwiper img {
  display: block;
  width: 100%;
}

.indexUseMain {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-top: 1rem;
  background: url(../images/indexBg02.png) no-repeat center center;
  background-size: auto 110%;
}
.indexUseMain ul li {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}
.indexUseMain ul li div img {
  display: block;
  width: 100%;
}
.indexUseMain ul li h2 {
  height: 0.76rem;
  border-left: 0.06rem solid #fb1743;
  padding-left: 0.22rem;
  margin-top: 0.3rem;
  font-size: 0.3rem;
  line-height: 0.76rem;
  color: #222;
}
.indexUseMain ul li h2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.4rem;
}
.indexUseMain ul li:nth-child(2) h2 {
  border-color: #000b5f;
}
.indexUseMain ul li:nth-child(2) h2 img {
  bottom: 0.3rem;
}

.indexActiveMain {
  background: url(../images/indexBg04.png) no-repeat center 2rem;
}
.indexActiveMain ul {
  width: 90%;
  margin: 0.4rem auto 0;
}
.indexActiveMain ul li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.indexActiveMain ul li .img img {
  display: block;
  width: 100%;
}
.indexActiveMain ul li h3 {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #222;
}
.indexActiveMain ul li h3 a {
  display: block;
  color: #222;
}
.indexActiveMain ul li p {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
}
.indexActiveMain .txt {
  width: 90%;
  margin: 0.4rem auto 0.6rem;
  box-sizing: border-box;
}
.indexActiveMain .txt h3 {
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  text-align: center;
}
.indexActiveMain .txt p {
  text-align: justify;
}

.footerBox {
  padding-top: 0.6rem;
  background: url(../images/indexBg05.png) no-repeat right bottom;
  background-size: auto 100%;
  position: relative;
}
.footerBox .footerLogo {
  margin-bottom: 0.4rem;
  display: block;
  text-align: center;
}
.footerBox .footerLogo img {
  display: inline-block;
  width: 3.66rem;
}
.footerBox .footerLeft p {
  padding-left: 0.5rem;
}
.footerBox .footerLeft span {
  display: block;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.footerBox .footerNav {
  padding: 0.2rem 0;
  font-size: 0.26rem;
  line-height: 0.5rem;
  text-align: center;
}
.footerBox .footerNav a {
  display: inline-block;
  color: #222;
  margin: 0 0.15rem;
}
.footerBox .socialBox {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.footerBox .socialBox a {
  display: inline-block;
  margin-right: 0.3rem;
}
.footerBox .socialBox a img {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
}
.footerBox .copyRight {
  border-top: 1px solid #fff;
}
.footerBox .copyRight p {
  font-size: 0.2rem;
  line-height: 1rem;
  color: #222;
  text-align: center;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu > a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
}

#leftMenu > a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

#leftMenu .tel {
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.4rem;
}

#leftMenu .tel a {
  display: block;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.6rem;
}

.w1200, .w1000 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
}

.subBannerMain {
  height: 1.6rem;
  margin-top: 1.4rem;
  background-image: linear-gradient(180deg, #ddedf1, #d9ecf0);
  text-align: center;
}
.subBannerMain h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
  color: #000b5f;
}

.subTitle {
  padding: 0.4rem 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 0.34rem;
  line-height: 0.6rem;
  color: #222;
  border-bottom: 3px solid #fb1743;
}

.subIntro {
  width: 90%;
  margin: 0.6rem auto;
  font-size: 0.28rem;
  line-height: 0.52rem;
  text-align: center;
}

.subTxt {
  width: 100%;
  padding: 0.4rem 0.2rem;
  margin: 0.6rem auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.subTxt div {
  display: flex;
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subTxt span {
  width: 1.3rem;
  margin-right: 0.2rem;
  text-align: right;
}
.subTxt a {
  display: block;
}
.subTxt strong {
  font-size: 0.32rem;
}

.subTable {
  margin-top: 0.5rem;
  overflow-x: scroll;
}
.subTable table {
  width: 1000px;
  border-collapse: collapse;
}
.subTable table td {
  border: 1px solid #afe5fd;
  background-color: #fff;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.subImgList {
  padding-top: 0.4rem;
}
.subImgList li {
  margin-bottom: 0.6rem;
  background-color: #fdf8ec;
  padding: 0.4rem;
}
.subImgList li .txt {
  width: 100%;
}
.subImgList li .txt h3 {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #000b5f;
}
.subImgList li .txt p {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
  text-align: justify;
}
.subImgList li .txt p strong {
  display: block;
}
.subImgList li .img {
  width: 100%;
  margin-bottom: 0.4rem;
}
.subImgList li .img img {
  display: block;
  width: 100%;
}

.subPart01 {
  width: 100%;
  padding: 0.4rem;
  margin: 0.6rem 0;
  background: #fdf8ec;
  box-sizing: border-box;
  text-align: center;
}

.flowBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.contactPage {
  background-color: #f8f8f8;
}

.subContact {
  font-size: 0.26rem;
  line-height: 0.52rem;
  /* タイトル */
  /* テキストコンテンツ */
  /* リンクボタン */
  /* フォーム */
  /* チェックボックス */
  /* 送信ボタン */
  /* 確認画面 */
}
.subContact .subTitleLine {
  text-align: center;
  margin: 0.4rem 0 0.3rem;
  position: relative;
  font-size: 0.36rem;
  color: #000b5f;
}
.subContact .subTitleLine span {
  background-color: #f8f8f8;
  padding: 0 0.2rem;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.subContact .txt {
  margin-bottom: 0.3rem;
  text-align: center;
}
.subContact .txt p {
  margin-bottom: 0.2rem;
}
.subContact .linkBtn {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0.3rem 0;
}
.subContact .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #000b5f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.subContact .linkBtn a:hover {
  background-color: #081579;
}
.subContact .formBox {
  background: white;
  padding: 0.3rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subContact .formBox .subTitleLine span {
  background-color: #fff;
}
.subContact .form-row {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.subContact .form-label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
}
.subContact .form-label.required:after {
  content: " *";
  color: #e32;
}
.subContact .form-input {
  width: 100%;
}
.subContact .form-input input,
.subContact .form-input textarea {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.26rem;
  box-sizing: border-box;
}
.subContact .form-input textarea {
  min-height: 150px;
  resize: vertical;
}
.subContact .error-message {
  color: #e32;
  font-size: 0.24rem;
  display: none;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown),
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.subContact .checkbox-container {
  margin: 0.3rem 0;
}
.subContact .checkbox-container .error-message {
  width: 100%;
}
.subContact .checkbox-container a {
  color: #000b5f;
  text-decoration: underline;
}
.subContact .checkbox-container > div {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.subContact .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.16rem;
}
.subContact .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  margin-top: 0.3rem;
}
.subContact .btn {
  padding: 0.12rem 0.3rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.28rem;
  transition: all 0.3s;
}
.subContact .btn-edit {
  background-color: #888;
  color: white;
}
.subContact .btn-edit:hover {
  background-color: #666;
}
.subContact .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.subContact .btn-confirm:hover {
  background-color: #1e3d73;
}
.subContact .btn-submit {
  background-color: #051277;
  color: white;
}
.subContact .btn-submit:hover {
  background-color: #081579;
}
.subContact .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 0.2rem;
  border-radius: 8px;
  margin-bottom: 0.2rem;
}
.subContact .confirmation-item {
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #eee;
}
.subContact .confirmation-label {
  font-weight: bold;
  margin-bottom: 0.05rem;
  color: #555;
}

.privacy-txt {
  padding: 0.6rem 0.3rem;
}
.privacy-txt p {
  margin-bottom: 0.2rem;
  text-align: justify;
}

.thank-you-message {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 4;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 1.6;
}
.thank-you-message .btn {
  display: inline-block;
  width: 2.4rem;
  line-height: 0.6rem;
  margin: 0.3rem auto;
  background-color: #000b5f;
  color: white;
  border: none;
  font-size: 0.26rem;
  font-weight: 600;
  border-radius: 0.6rem;
  letter-spacing: 0.02rem;
  box-shadow: 0.04rem 0.04rem 0 0.02rem rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}

.faq {
  margin: 0 auto 0.4rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.faq li {
  position: relative;
  padding: 0 0.22rem;
  border: 1px solid #bfbfbf;
  margin-bottom: 0.4rem;
}
.faq h4, .faq div {
  position: relative;
  padding: 0.2rem 0 0.2rem 0.6rem;
}
.faq span {
  position: absolute;
  padding-right: 0.1rem;
  left: 0;
  top: 0.2rem;
  font-size: 0.3rem;
}
.faq div {
  border-top: 1px solid #dcdcdc;
  text-align: justify;
}/*# sourceMappingURL=style-phone.css.map */