@charset "UTF-8";
.html,
.body {
  min-width: 320px;
  margin: 0 auto;
}

.w1200, .w1000 {
  margin: 0 0.15rem;
}

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

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  padding: 0 1.15rem 0 0.15rem;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  z-index: 9999;
}
.indexNavMain .indexNavBox {
  height: 1rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 1rem;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  max-height: 1rem;
}
.indexNavMain .indexNavBox ul {
  display: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #004aad url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}
.indexNavMain .indexNavBox .language {
  float: right;
  background: url(../images/globe-icon.png) no-repeat left center;
  background-size: 0.2rem auto;
  padding-left: 0.3rem;
  position: relative;
}
.indexNavMain .indexNavBox .language > a {
  display: block;
  padding-right: 0.2rem;
  background: url(../images/arrImg01.png) no-repeat right center;
  background-size: 0.1rem auto;
  font: bold 0.26rem/1rem "Arial";
  color: #ccebff;
}
.indexNavMain .indexNavBox .language .list {
  position: absolute;
  right: 0;
  top: 0.7rem;
  border: 1px solid #ccebff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.indexNavMain .indexNavBox .language .list a {
  display: block;
  width: 1rem;
  border-bottom: 1px solid #ccebff;
  font: bold 0.26rem/0.5rem "Arial";
  color: #ccebff;
}
.indexNavMain .indexNavBox .language .list a:last-child {
  border-bottom: none;
}
.indexNavMain .indexNavBox .language:hover .list {
  display: block;
}

.indexBannerBox {
  height: 6rem;
  position: relative;
}
.indexBannerBox li {
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  background-position: center top;
  background-size: auto 100%;
  box-sizing: border-box;
}
.indexBannerBox li h2 {
  font-size: 0.48rem;
  line-height: 1rem;
          padding-left: 0.5rem;
  color: #fff;text-shadow: 4px 4px 8px #004aad;
  font-weight: normal;
}
.indexBannerBox li p {
  font-size: 0.28rem;
        line-height: 0.28rem;
        padding-left: 0.5rem;text-shadow: 2px 2px 4px #004aad;
  color: #e2f3ff;
  font-family: "Arial";
}
.indexBannerBox li span {
  display: block;
  font: bold 0.3rem/1rem "Arial";
  color: #ccebff;
}
.indexBannerBox li span em {
  font-size: 0.36rem;
  color: #008449;
}

.indexTxtMain {
  background-color: #e5f2ff;
  padding: 0.2rem 0;
}
.indexTxtMain p {
  font: normal 0.28rem/0.6rem "ＭＳ 明朝";
  color: #222;
  text-align: center;
}

.indexCompanyProfileMain .title {
  padding: 0.3rem 0 0.15rem;
  text-align: center;
}
.indexCompanyProfileMain .title h2 {
  font: normal 0.4rem/0.9rem "Alata";
  color: #343434;
}
.indexCompanyProfileMain .title span {
  font: normal 0.3rem/0.6rem "NotoSansJP";
  color: #333;
  display: block;
}
.indexCompanyProfileMain .indexCompanyProfileTxt {
  background: url(../images/indexCompanyProfileBg.png) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 0.5rem;
}
.indexCompanyProfileMain .indexCompanyProfileTxt h3 {
  font-size: 0.36rem;
  line-height: 1rem;
  color: #004aad;
  text-align: center;
}
.indexCompanyProfileMain .indexCompanyProfileTxt h3 span {
  font-size: 0.46rem;
  font-weight: normal;
}
.indexCompanyProfileMain .indexCompanyProfileTxt p {
  padding: 0.3rem 0.15rem 0.4rem;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #222;
  text-align: justify;
}
.indexCompanyProfileMain .indexCompanyProfileTxt .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #004aad;
  text-align: center;
  margin: 0 auto;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}

.indexManagementMain {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../images/indexManagementBg.png) no-repeat center top;
  background-size: auto 100%;
  box-sizing: border-box;
}
.indexManagementMain .title {
  padding: 0.1rem 0.6rem 0.2rem;
  background-color: #fff;
  box-sizing: border-box;
}
.indexManagementMain .title h2 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #004aad;
}
.indexManagementMain .title p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #333;
  text-align: justify;
}

.indexBussinessMain .title {
  padding: 0.6rem 0;
}
.indexBussinessMain .title h2 {
  font-size: 0.4rem;
  line-height: 0.7rem;
  color: #333;
}
.indexBussinessMain .title span {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #666;
  font-family: "Arial";
}
.subTable .map {
  width: 100%;
  height: 5rem;
  margin: 0rem auto 1rem;
}
.subTable .map iframe {
  width: 100% !important;
  height: 100% !important;
}
.indexBussinessMain .indexBussinessList li {
  width: 80%;
  margin: 0 auto 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.indexBussinessMain .indexBussinessList li a{
	position:absolute;width:100%;height:100%;display:block;top:0;left:0;z-index:2;
}
.indexBussinessMain .indexBussinessList li img {
  display: block;
  width: 100%;
}
.indexBussinessMain .indexBussinessList li h3 {
  position: absolute;
  left: 0.4rem;
  top: 1rem;
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #004aad;
  font-weight: bold;
}
.indexBussinessMain .indexBussinessList li p {
  position: absolute;
  left: 0.4rem;
  top: 1.8rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #353e45;
  font-family: "Arial";
}

.indexImportMain {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: -1rem;
  background: url(../images/importBg.png) no-repeat center top;
  background-size: auto 100%;
}
.indexImportMain .title h2 {
  font: normal 0.42rem/1.2rem "Alata";
  color: #fff;
}
.indexImportMain .title p {
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #fff;
}
.indexImportMain .list {
  padding: 0.7rem 0 0.4rem;
}
.indexImportMain .list li {
  width: 80%;
  margin: 0 auto 0.2rem;
}
.indexImportMain .list li h3 {
  font-size: 0.3rem;
  line-height: 0.8rem;
  color: #e1bc00;
}
.indexImportMain .list li p {
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.indexImportMain .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #004aad;
}

.indexIntroductionMain {
  background: #f5f5f5;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.indexIntroductionMain .title {
  padding: 0.5rem 0;
  text-align: center;
}
.indexIntroductionMain .title h2 {
  font-size: 0.42rem;
  line-height: 0.8rem;
  font-weight: normal;
  color: #333;
}
.indexIntroductionMain .title span {
  display: inline-block;
  font: normal 0.5rem/0.8rem "Alata";
  color: #343434;
}
.indexIntroductionMain .swiper-container {
  width: 100%;
  height: 6rem;
  overflow: initial;
}
.indexIntroductionMain .swiper-slide {
  position: relative;
}
.indexIntroductionMain .swiper-slide img {
  display: block;
  max-width: 100%;
}
.indexIntroductionMain .swiper-slide .txt {
  position: absolute;
  left: 10%;
  top: 1rem;
  width: 80%;
  background-color: #fff;
  padding: 0.2rem 0.2rem 0.2rem 0.3rem;
  color: #333;
  box-sizing: border-box;
}
.indexIntroductionMain .swiper-slide .txt h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
}
.indexIntroductionMain .swiper-slide .txt p {
  height: 1.6rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  overflow: hidden;
}
.indexIntroductionMain .swiper-slide .txt a {
  display: block;
  margin: 0.3rem 0;
  font: bold 0.3rem/0.5rem "Arial";
  color: #004aad;
}
.indexIntroductionMain .swiper-slide .txt span {
  display: block;
  font: normal 0.3rem/0.6rem "Arial";
  color: #333;
  text-align: center;
}
.indexIntroductionMain .swiper-slide .txt span em {
  font-size: 0.32rem;
  color: #222;
  font-weight: bold;
}
.indexIntroductionMain .swiper-button-next, .indexIntroductionMain .swiper-button-prev {
  position: absolute;
  top: 2rem;
  width: 0.81rem;
  height: 0.51rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 0.81rem 0.51rem;
  background-position: center;
  background-repeat: no-repeat;
}
.indexIntroductionMain .swiper-button-prev {
  background-image: url(../images/leftArrImg.png);
  left: 0;
  right: auto;
}
.indexIntroductionMain .swiper-button-next {
  background-image: url(../images/rightArrImg.png);
  left: auto;
  right: 0;
}
.indexIntroductionMain .swiper-container-horizontal > .swiper-pagination-bullets, .indexIntroductionMain .swiper-pagination-custom, .indexIntroductionMain .swiper-pagination-fraction {
  display: none;
}

.indexNewsMain {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.indexNewsMain .title h2 {
  font: normal 0.5rem/1.2rem "Alata";
  color: #333;
  position: relative;
}
.indexNewsMain .title h2 span {
  font: normal 0.28rem/1.2rem "NotoSansJP";
  color: #666;
}
.indexNewsMain .title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.06rem;
  background-color: #5bdde5;
}
.indexNewsMain .indexNewsList {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.indexNewsMain .indexNewsList li {
  border-bottom: 1px solid #d2d2d2;
}
.indexNewsMain .indexNewsList li a {
  display: block;
  position: relative;
}
.indexNewsMain .indexNewsList li a .time {
  position: absolute;
  font: normal 0.26rem/0.7rem "Arial";
  color: #666;
}
.indexNewsMain .indexNewsList li a p {
  height: 0.7rem;
  padding-left: 1.5rem;
  font-size: 0.26rem;
  line-height: 0.7rem;
  color: #3e3a39;
  overflow: hidden;
}
.indexNewsMain .indexNewsList li:last-child {
  margin-bottom: none;
}
.indexNewsMain .more {
  display: block;
  width: 3rem;
  border-bottom: 1px solid #898a8f;
  background: url(../images/arrImg03.png) no-repeat right center;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #356cb6;
}
.indexNewsMain .more:hover {
  font-weight: bold;
}
.thanksPage .btn, .contactPage .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin: 0 auto;
  background-color: #2b3339;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.thank-you-message {
  padding-top: 2rem;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.thank-you-message .btn {
  background: #005bac;
  margin: 0.6rem auto;
  color: #fff;
}
.contactPage{ background-image: linear-gradient(to top, #fff, #ecf5ff);}
.contactPage .subContactMain {
  padding-bottom: 1rem;
}
.contactPage .txtbox {
  margin: 0.3rem 0;
  padding: 0.2rem;
  background: url(../images/subContactImg01.jpg) no-repeat center top;
  font: bold 0.26rem/0.6rem "Helvetica Neue";
  color: #fff;
  text-align: center;
}

.formBox{ padding: .4rem 0;  border-top: 1px solid #0a5ab7; border-bottom: 1px solid #0a5ab7;}
.contactPage .form-row {
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-row .form-label {
  position: relative;
  width: 100%;
  font: bold 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .form-row .form-label.required:after {
  content: "※";
  color: #e32;
}
.contactPage .form-row .form-label.requiredafter:after {
  content: none;
}
.contactPage .form-row .form-input {
  width: 100%;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #222;
}
.contactPage .form-row .form-input input, .contactPage .form-row .form-input textarea, .contactPage .form-row .form-input select, .contactPage .form-row .form-input option {
  display: block;
  width: 100%;
  height: 0.6rem;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  padding-left: 0.2rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.contactPage .form-row .form-input textarea {
  width: 100%;
  height: 2.4rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #222;
  resize: none;
}
.contactPage .form-row input:focus, .contactPage .form-row textarea:focus, .contactPage .form-row select:focus {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}
.contactPage .toPrivacy {
  font: bold 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 0.24rem;
  line-height: 0.52rem;
  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.6rem 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.contactPage .checkbox-container a {
  color: #005bac;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  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: 0.1rem;
  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: 0.1rem;
  color: #555;
}
.footerBox {
  padding-top: 0.5rem;
  background: url(../images/footerBg.png) no-repeat center top;
  background-size: auto 100%;
  box-sizing: border-box;
}
.footerBox .footerLeft {
  margin-bottom: 0.2rem;
}
.footerBox .footerLeft .logo {
  
  line-height: 0.5rem;
}
.footerBox .footerLeft .logo img {
  display: block;
  width:1.2rem;margin:0 auto;
  vertical-align: middle;
}
.footerBox .footerLeft .language {
  float: right;
  width: 2.8rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #9a9b9c;
  background: url(../images/arrImg04.png) no-repeat;
  background-position: 2.5rem 0.2rem;
  position: relative;
}
.footerBox .footerLeft .language > a {
  display: inline-block;
  height: 0.5rem;
  padding-left: 0.3rem;
  font: normal 0.26rem/0.5rem "Arial";
  color: #fff;
}
.footerBox .footerLeft .language .list {
  position: absolute;
  left: -1px;
  top: 0.5rem;
  width: 2.8rem;
  border: 1px solid #9a9b9c;
  background-color: #222;
  border-radius: 0 0 0.25rem 0.25rem;
  display: none;
}
.footerBox .footerLeft .language .list a {
  display: block;
  padding-left: 0.3rem;
  border-bottom: 1px solid #9a9b9c;
  font: normal 0.26rem/0.5rem "Arial";
  color: #fff;
}
.footerBox .footerLeft .language .list a:last-child {
  border-bottom: none;
}
.footerBox .footerLeft .language:hover {
  border-radius: 0.25rem 0.25rem 0 0;
}
.footerBox .footerLeft .language:hover .list {
  display: block;
}
.footerBox .footerNav ul {
  padding: 0.15rem 0;
}
.footerBox .footerNav ul li {
  float: left;
  width: 33%;text-align:center;
}
.footerBox .footerNav ul li a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #999;
}
.footerBox .footerNav ul li a:nth-child(1) {
  margin-left: 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.footerBox .footerRight p {
  font-size: 0.26rem;
  line-height: 0.5rem;text-align:center;
  color: #999;
}
.footerBox .copyRight p {
  font-size: 0.22rem;
  line-height: 0.8rem;text-align:center;
  color: #666;
}

.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: 100%;
  background: #fff;
  overflow: auto;
}

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

#leftMenu a {
  display: block;
  line-height: 0.75rem;
  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;
}

.subPageNav {
  background-color: #222224;
}

.subPageMain {
  padding-top: 1.5rem;
}

.subBannerMain {
  height: 1.6rem;
  background-color: #e5f2ff;
  text-align: center;
}
.subBannerMain h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
  color: #222;
}

.subPart01 {
  width: 100%;
  padding: 0.1rem 0 0.6rem;
  margin: 0.4rem 0 0;
  background: url(../images/indexManagementBg.png) no-repeat center center;
  background-size: auto 100%;
}

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

.subTxt {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
.subTxt p {
  width: 90%;
  padding: 0.2rem 0;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #222;
}

.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom:0.4rem;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 30%;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 70%;
  padding: 0.14rem;
  font-size: 0.26rem;
  color: #222;
  line-height: 0.4rem;
  text-align: justify;
}
.subTable img {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.subList01 {
  padding-bottom: 0.4rem;
}
.subList01 li {
  margin-bottom: 0.2rem;
}
.subList01 li h3 {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #222;
}
.subList01 li h3 span {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 0.4rem;
  color: #004aad;
}
.subList01 li p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}

.subList02 {
  padding-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.subList02 li {
  margin-bottom: 0.2rem;
}
.subList02 li .img {
  width: 100%;
}
.subList02 li .img h3 {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #004aad;
}
.subList02 li .img h3 span {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 0.4rem;
  color: #004aad;
}
.subList02 li .img img {
  display: block;
  width: 100%;
}
.subList02 li .txt {
  width: 100%;
  padding-top: 0.4rem;
}
.subList02 li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}

.subCaseList {
  padding-bottom: 0.4rem;
}
.subCaseList li {
  list-style: none;
}
.subCaseList li h3 {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #222;
}
.subCaseList li h3 span {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 0.4rem;
  color: #004aad;
}
.subCaseList li .img {
  width: 100%;
}
.subCaseList li .img img {
  display: block;
  width: 100%;
}
.subCaseList li .txt {
  width: 100%;
  padding-top: 0.4rem;
}
.subCaseList li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}
.scooter09 ul {
  width: 100%;
  margin: 0 auto;
}
.scooter09 ul li {
  padding: 0.28rem 0 0.4rem;
  border-top: 1px solid #e9e8e8;
}
.scooter09 ul li p {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #000;
}
.scooter09 ul li p strong {
  display: inline-block;
  padding: 0 0.15rem;
  border: 1px solid #1a3ea1;
  border-radius: 5px;
  font: normal 0.26rem/0.4rem "NOTOSANSJP-REGULAR";
  color: #1a3ea1;
  vertical-align: middle;
}
.scooter09 ul li div {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.scooter09 ul li div span {
  display: block;
}
.scooter09 ul li div .text, .scooter09 ul li div textarea {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding-left: 0.2rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.scooter09 ul li div textarea {
  height: 3rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.scooter09 ul .li-short div {
  float: left;
  width: 48%;
}
.scooter09 ul .li-short div:last-child {
  margin-left: 3%;
}
.scooter09 ul .li-long div {
  width: 100%;
  margin-top: 0.2rem;
}
.scooter09 ul .li-max div {
  width: 100%;
}
.scooter09 ul .li-max div span {
  float: left;
  margin-right: 0.4rem;
}
.scooter09 ul .li-max div span label {
  margin-left: 0.1rem;
}
.scooter09 #submitBtn {
  display: block;
  margin: 0.54rem auto 0.4rem;
  width: 4rem;
  height: 0.6rem;
  background-color: #004aad;
  border: none;
  border-radius: 0.3rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.scooter09 .txt {
  width: 94%;
  margin: 0 auto;
}
.dkjtxt{width:100% !important;padding-bottom:2em;}
.scooter09 .txt p {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #333;
}

.scooter09 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.scooter09 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.scooter09 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #1a3ea1;
  z-index: 0;
}
.contactPage{
	background-image: linear-gradient(to bottom, #fff, #eee);
    
}
.subPart03 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.subPart03 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  /* background-color: #fff; */
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  /* background-color: #004aad; */
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #004aad;
}
.subPart03 .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 0.2rem auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #004aad;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}
.subPart03 .txt .linkBtn a:hover {
  background-color: #5bdde5;
}




.topmargin-lg {
    margin-top: 80px;
	margin-bottom:40px;
}
.business .heading-block {
    margin-bottom: 30px;
}

.business .center {
    text-align: center !important;
}

 .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}
.business .heading-block h2 {
    font-size: 26px;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 30px auto 0;
}



.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}
.business .container {
    position: relative;
}


.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.uppercase {
    text-transform: uppercase !important;
}
.heading-block h2 + span {
    font-size: 18px;
}
.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}
.topmargin-sm {
    margin-top: 30px !important;
}
.nobottommargin {
    margin-bottom: 0 !important;
}
.col_half, .postcontent.bothsidebar {
    width: 48%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 30px;
    float: left;
}
.center-block{width:100%;}


.nobottommargin {
    margin-bottom: 0 !important;
}

.col_half, .postcontent.bothsidebar {
    width: 48%;
}
.col_last {
    margin-right: 0 !important;
    clear: right;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 30px;
    float: left;
}
.heading-block {
    margin-bottom: 30px;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.business p {
    line-height: 1.8; margin-bottom: 30px;color:#555;
}

.heading-block ~ p:not(.lead) {
    font-size: 15px;
}
.button.button-border.button-large {
    line-height: 46px;
}

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    text-shadow: none;
}
.button.button-rounded {
    border-radius: 3px;
}
.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
  
   
  
    text-transform: uppercase;
    letter-spacing: 1px;
   
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}




.col_last {
    margin-right: 0 !important;
    clear: right;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}
.fl-r {
    float: right;
}

.postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth{
	width: 100%;
        margin-right: 0;
        float: none;
}





.subGoodsList li {
  float: left;
  width: 48%;
  margin-bottom: 0.3rem;
}
.subGoodsList li .img {
  width: 100%;
  height: auto;
  border: 1px solid #008449;
  overflow: hidden;
}
.subGoodsList li .img img {
  display: block;
  width: 100%;
}
.subGoodsList li .txt {
  height: 0.72rem;
  padding: 0.15rem 0;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #222;
  text-align: center;
  text-align: justify;
}
.subGoodsList li:nth-child(2n+1) {
  margin: 0 4% 0.3rem 0;
}/*# sourceMappingURL=style-phone.css.map */