@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

:root {
  --header-height: 5.2vw;
  --main-color: #1BA0E3;
  --bg-btn-color: #EDEDED;
  --black: #333;
  --white: #fff;
  --scale: 637.2494765004429;
}

html,
body {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: #fff;
  color: #333;
  width: 100%;
  line-height: 1;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}

body,
iframe,
div,
article,
section,
main,
nav,
p,
dl,
dt,
dd,
span,
strong,
header,
footer,
ul,
ol,
li,
a,
form,
button,
textarea,
select,
input,
table,
thead,
tbody,
tr,
td {
  box-sizing: border-box;
  box-sizing: -webkit-border-box;
  box-sizing: -moz-border-box;
  box-sizing: -o-border-box;
  box-sizing: border-box;
}

nav, section, header, footer, article, menu{
  display: block;
}

/* strong, span, a{
  display: inline-block;
} */

select,
input,
button,
textarea {
  display: block;
  border: 0;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}

ul,
ol,
li {
  list-style: none;
}

/* dl,
dt,
dd,
span,
b,
strong {
  display: inline-block;
} */

img {
/* 	width:360px;
	margin: 0 40px; */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  vertical-align: bottom;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

/* common reset end */

/* media */
.wrapperL, .wrapperM{
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .wrapperM {
    max-width: 1168px;
    margin: 0 auto;
  }
  .wrapperL {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .wrapperM {
    padding: 0 2%;
  }
  .wrapperL {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .wrapperM {
    padding: 0 12px;
  }
  .wrapperL {
    padding: 0 12px;
  }
	a.logo img.disSP{
		height: 70%;
    width: auto;
	padding:8px 0;
	}
}

.disPC {
  display: block;
}

.disSP {
  display: block;
}



@media screen and (max-width: 767px) {
  .disPC {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .disSP {
    display: none;
  }
}
/* ipad */
.disIpadPC {
  display: block;
}
.disIpadSP {
  display: block;
}
@media screen and (max-width: 1279px) {
  .disIpadPC {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .disIpadSP {
    display: none;
  }
}

/* header start */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
#header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(20px,2vw, 40px) ;
}
a.logo{
  width: auto;
  height: 5.2vw;
}
a.logo img{
	height: 80%;
    width: auto;
	padding:8px 0;
}

a.logo:hover{
  opacity: .8;
}
.headNav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headNav .navLists{
  display: flex;
  align-items: center;
}
.headNav .navLists>li{
  position: relative;
}
.headNav .navLists>li:first-child{
	font-size: 15px;
  	font-weight: 500;
	margin: 0 clamp(2px, 0.625vw, 12px);
 	padding: 10px 6px;
}

.headNav .navLists li ul{
  position: absolute;
  left: clamp(2px, 0.625vw, 12px);
  top: 100%;
  width: max-content;
  max-width: max-content;
  background-color: #fff;
  border-radius: 8px;
  padding: clamp(12px, 1.0417vw, 20px);
  box-shadow: 0 3px 6px #00000029;
  display: none;
}

.headNav .navLists>li>a,
.headNav .navLists>li>span{
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  text-align: center;
  margin: 0 clamp(2px, 0.625vw, 12px);
  padding: 10px 6px;
  cursor: pointer;
}
.headNav .navLists>li.active>a,
.headNav .navLists>li.active>span{
  color: #1B91DB;
}
.headNav ul>li>ul a{
    display: block;
    color: #454545;
    font-size: clamp(14px, 0.8333vw, 16px);
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: left;
    border-radius: 4px;
    padding: 6px 8px;
}
.headNav ul>li>ul a:hover{
    background-color: #E6F5FA;
}
.headNav ul>li>ul li:last-of-type a{
  margin: 0;
}
.connect{
  display: flex;
  align-items: center;
  justify-content: center;
	margin-left:16px;
}
.registrationBtn,.connectBtn{
  min-width: fit-content;
  height: 31px;
  line-height: 31px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.registrationBtn{
  background-color: #FFAD33;
  color: #fff;
  padding: 0 1.09375vw 0 2.52vw;
}
.registrationBtn:hover,
.registrationBtn.active,
.registrationBtn:focus{
  background: #8FCBF0;
}
.connectBtn{
  border: 1px solid #082D59;
  color: #082D59;
  padding: 0 0.854vw 0 2.96875vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registrationBtn::after,.connectBtn::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.registrationBtn::after{
  width: 14px;
  height: 12px;
  background: url(../images/icon_head-phone.svg) no-repeat;
  background-size: contain;
  left: 0.729vw;
}
.connectBtn::after{
  width: 18px;
  height: 18px;
  background: url(../images/img_header_email.svg) no-repeat;
  background-size: 18px 18px;
  left: 0.833vw;
}
.connectBtn:hover,.connectBtn:focus{
  color: #8FCBF0;
  border-color: #8FCBF0;
}
.connectBtn:hover::after,.connectBtn:focus::after{
  background: url(../images/img_header_email_hover.svg) no-repeat;
  background-size: 18px 18px;
}
.headNav .connectBtn{
    margin-left: 12px;
}
.language{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 clamp(1px,2.291vw,44px) 0 clamp(1px,1.78vw,34px);
}
.language a{
  color: #8588A1;
  line-height: 21px;
  position: relative;
}
.language a.active{
  color: #1B91DB;
}
.language a:not(.active){
  text-decoration: underline;
}
.language a span{
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  font-family: 'Work Sans';
  font-size: 16px;
}
.language a.first span{
  border-right: 1px solid #8588A1;
}
.menuOpen,
.menuClose{
  width: 35px;
  height: 36px;
  margin-left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menuOpen.active{
  display: none;
}
.menuClose{
  display: none;
}
.menuClose.active{
  display: flex;
}
.menuOpen span,
.menuClose span{
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333;
  position: relative;
}
.menuOpen span::after,
.menuOpen span::before,
.menuClose span::after{
  content: "";
  width: 25px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: transform 0.1s ease-in-out;
}
.menuOpen span::after {
  bottom: -10px;
}
.menuOpen span::before {
  top: -10px;
}
.menuClose span{
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuClose span::after{
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 0;
}
.menuOpen.active span::before{
  display: none;
}
@media screen and (max-width: 1700px) {
  .registrationBtn, .connectBtn{
    font-size: 15px;
  }
  .headNav .navLists>li>a,
  .headNav .navLists>li>span{
    font-size: 15px;
  }
  .language a span{
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .registrationBtn, .connectBtn{
    font-size: 14px;
  }
  .headNav .navLists>li>a,
  .headNav .navLists>li>span{
    font-size: 14px;
  }
  .language a span{
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .registrationBtn, .connectBtn{
    font-size: 13px;
  }
  .headNav .navLists>li>a,
  .headNav .navLists>li>span{
    font-size: 13px;
  }
  .language a span{
    font-size: 13px;
  }
}
@media (max-width: 1279px) {
  #header>div .connectMenu{
    display: flex;
    align-items: center;
  }
  .spRegistrationBtn{
    font-size: 8px;
    font-weight: 500;
    color: #FFAD33;
    height: 34px;
    position: relative;
    padding-top: 18px;
  }
	  .spRegistrationBtn2{
    font-size: 8px;
    font-weight: 500;
    color: #082D59;
    height: 34px;
    position: relative;
    padding-top: 18px;
  }
  .spRegistrationBtn span{
    line-height: 15px;
	  padding-right:8px;
  }
	  .spRegistrationBtn2 span{
    line-height: 15px;
  }
  .spRegistrationBtn::after{
    content: "";
    background: url(../images/icon_spRegistrationBtn.svg) no-repeat;
    background-size: 21px 18px;
    width: 21px;
    height: 18px;
    position: absolute;
    left: calc(50% - 10.5px);
    top: 0;
  }
	  .spRegistrationBtn2::after{
    content: "";
    background: url(../images/icon_button-email.svg) no-repeat;
    background-size: 21px 18px;
    width: 21px;
    height: 18px;
    position: absolute;
    left: calc(50% - 10.5px);
    top: 0;
  }

}
@media (max-width: 767px) {
  #header>div {
    padding: 6px 6px 6px 2px;
  }
  a.logo{
    height: 48px;
  }
  .language{
    margin: 0 4px 0 0;
  }
  .language a span{
    font-size: 14px;
  }
}

#menu{
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 998;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  overflow-y: auto;
  background-color: #fff;
  display: none;
}
#menu .menuCon{
  padding: 32px 20px 0;
}
#menu.active{
  display: block !important;
}
.bodyScroll{
  overflow: hidden;
  padding-right: 17px;
}
.spnavLists{
  padding: 0 49px 10px;
  border-bottom: 1px solid #8FCBF0;
}
.spnavLists>li{
    margin: 0 0 24px;
}
.spnavLists>li>span,
.spnavLists>li>span a,
.spnavLists>li>a,
.spnavLists>li ul.subMenu a{
    display: block;
    font-weight: 500;
    color: #082D59;
    line-height: 24px;
    width: 100%;
}
.spnavLists>li>a.share span{
  position: relative;
}
.spnavLists>li>a.share span::after{
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon_share-link-blue.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: 2px;
}
.spnavLists>li ul.subMenu{
    margin: 24px 0 0 16px;
}
.spnavLists>li ul.subMenu li{
    margin: 0 0 20px;
}
.spnavLists>li ul.subMenu li:last-of-type{
    margin: 0;
}
.spnavLists>li ul.subMenu a{
    line-height: 17px;
    font-size: 12px;
}
.spContact{
  padding: 32px 49px 34px;
}
.spContact strong{
  line-height: 24px;
  color: #082D59;
  margin: 0 0 8px;
}
.spContact .img{
  background-color: #E6F5FA;
  border-radius: 11px;
  padding: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
}
.spContact .img img{
  width: 91px;
}
.spContact .img img:first-of-type{
  margin-right: 12px;
}
.spContact dl dt,
.spContact dl dd{
  color: #082D59;
  font-size: 14px;
  width: 100%;
  display: flex;
  line-height: 20px;
}
.spContact dl dd.last span{
  width: auto;
}
.spContact dl dt span,
.spContact dl dd span{
  width: 66px;
  flex-shrink: 0;
}
.spContact dl dt a,
.spContact dl dd a{
  color: #082D59;
}
.spContact dl dd:last-of-type{
  margin: 4px 0 0;
}
.spCopy{
  text-align: center;
  padding: 12px;
  font-size: 10px;
  line-height: 15px;
  color: #082D59;
}
/* header end */

#mainContent {
  margin-top: var(--header-height);
}
#pageContent{
  margin-bottom: 100px;
}
.subTitle{
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: #082D59;
  position: relative;
  padding-left: 14px;
}
.subTitle::after,.subTitle::before{
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
}
.subTitle::after{
  background-color: #3376BC;
  top: 0;
}
.subTitle::before{
  background-color: #2CA5D0;
  top: 8px;
}
strong.status{
  width: 144px;
  background-color: #1B91DB;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
}
strong.status.reserved{
  background-color: #8588A1;
}
strong.status.online{
  background-color: #D3EFEF;
  color: #454545;
}
.text{
  font-size: 18px;
  line-height: 2;
  color: #082D59;
}
.text strong{
  display: inline;
}
.commonBg {
  position: relative;
}
.commonBg::after {
  content: "";
  width: calc(100% - 14px);
  height: 100%;
  background-color: #51B2D2;
  border-radius: 14px;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 22;
}
.commonBg > div{
  position: relative;
  z-index: 33;
  background-color: #FFF;
  border: 3px solid #082D59;
  border-radius: 14px;
  padding: 40px 65px;
  margin-right: 14px;
}
@media (max-width: 767px) {
  #mainContent {
    margin-top: 60px;
  }
  strong.status{
    width: 136px;
  }
  .text{
    font-size: 14px;
    line-height: 26px;
  }
  .commonBg::after {
    width: calc(100% - 6px);
    left: 6px;
    top: 6px;
  }
  .commonBg > div{
    padding: 27px 22px;
    margin-right: 6px;
  }
}
@media (max-width: 1279px) {
  .subTitle{
    font-size: 24px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .subTitle{
    font-size: 22px;
    line-height: 32px;
  }
}

/* news start */
#pageNews{
  margin: 120px 0;
}

.newsChild{
  margin-bottom: 20px;
}

.newsChild a{
  display: block;
  width: 100%;
}

.newsChild .newsLeft{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.newsDate{
  display: inline-block;
  color: #727272;
  font-weight: 500;
  font-size: 16px;
}

.newsCate{
  margin: 0 20px;
}

.newsCate strong{
  display: inline-block;
  min-width: 95px;
  width: 95px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--main-color);
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  color: var(--main-color);
}

.newsTitle{
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}

.noError{
  margin: 80px auto 60px; 
  width: 800px;
  font-size: 18px; 
  line-height: 1.5;
}
/* news end */

/* breadCrumbs start */
.pageBread{
  background-color: rgba(255, 255, 255, .6);
}
.breadCrumbs {
  font-size: 12px;
  padding: 10px 0 13px;
}
.breadCrumbs p {
  line-height: 17px;
}
.breadCrumbs .breadLink {
  margin-right: 30px;
  position: relative;
}
.breadCrumbs .breadLink::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/icon_bread-arrowright.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  right: -20px;
}
.breadCrumbs .breadLink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1279px) {
  .breadCrumbs {
    padding: 17px 0;
  }
}

@media screen and (max-width: 767px) {
  .breadCrumbs {
    padding: 7px 0;
  }
}

/* breadCrumbs end */

/* pagination start */
.pagination {
  margin: 52px auto 120px;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.pagination .page-numbers li .page-numbers {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 4px;
  color: #8588A1;
  background-color: #ECEDF5;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
}

.pagination .page-numbers li a.page-numbers:hover {
  background-color: #1B91DB;
  color: #fff;
} 

.pagination .page-numbers li a.page-numbers.next,
.pagination .page-numbers li a.page-numbers.prev {
  background-color: #ECEDF5;
  color: #8588A1;
}

.pagination .page-numbers li .current {
  background-color: #1B91DB;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 0 16px 64px;
  }

  .pagination .page-numbers li .page-numbers {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin: 0 3px 16px;
  }
}
/* pagination end */

/* form start */
input,
select, 
textarea {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 6px 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #8588A1;
  border-radius: 4px;
}
textarea {
  max-width: 100%;
  min-height: 137px;
  line-height: 1.5em;
  padding: 14px 20px;
}
input[type="submit"],button {
  background: #fff;
  border:2px solid #004298;
  padding: 14px 0;
  color: #004298;
  width: 217px;
  border-radius:25px;
  font-size: 18px;
  cursor:pointer;
  position: relative;
  z-index: 99;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
input[type="submit"]::before,button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #004298;
  border-radius: 36px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
input[type="submit"]:hover {
  color: #fff;
  background: #004298;
}
input[type="submit"]:hover::before {
  transform: scale(1);
  opacity: .9;
}
input[name="submitBack"] {
  margin-right: 48px;
}
input::placeholder,
input::-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder {
  color: #8588A1;
}
/* form end */

#rightLink{
  position: fixed;
  right: 0;
  top: calc(50% + 76px);
  transform: translateY(-50%);
  z-index: 99;
}
#rightLink>a{
  width: 64px;
  height: 242px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rightLink.ja>a{
  height: 270px;
}
#rightLink>a::after{
  content: "";
  position: absolute;
  width: 21px;
  left: calc(50% - 10.5px);
}
#rightLink>a>strong,
#rightLink>a>span{
  font-size: 20px;
  line-height: 32px;
  writing-mode: vertical-lr;
  padding-top: 23px;
  letter-spacing: 6px;
}
#rightLink>a.commonBtn{
  background-color: #FFAD33;
}
#rightLink>a.commonBtn:hover,
#rightLink>a.commonBtn:focus,
#rightLink>a.commonBtn.active{
  background-color: #8FCBF0;
}
#rightLink>a.commonBtn::after{
  height: 18px;
  background: url(../images/icon_right-ask.svg) no-repeat;
  background-size: contain;
  top: 28px;
}
#rightLink>a.linkBtn{
  background-color: #ffff;
  border: 1px solid #082D59;
  color: #082D59;
  margin-top: 40px;
  height: 278px;
}
#rightLink>a.linkBtn::after{
  height: 21px;
  background: url(../images/img_header_email.svg) no-repeat;
  background-size: 21px 21px;
  top: 28px;
}
#rightLink>a.linkBtn:hover,
#rightLink>a.linkBtn:focus,
#rightLink>a.linkBtn.active{
  border-color: #8FCBF0;
  color: #8FCBF0;
}
#rightLink>a.linkBtn:hover::after,
#rightLink>a.linkBtn:focus::after,
#rightLink>a.linkBtn.active::after{
    background: url(../images/img_header_email_hover.svg) no-repeat;
    background-size: 21px 21px;
}
#connectLink{
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  background: rgba(0, 0, 0, .7);
  display: none;
}
#connectLink>div{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#connectLink .mask{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
.detailContact {
  width: 800px;
  height: 245px;
  background-color: #E6F5FA;
  border-radius: 11px;
  padding: 29px 34px 32px;
  display: flex;
  color: #082D59;
  position: relative;
  z-index: 1001;
}
.detailContact.ja {
  width: 810px;
  height: auto;
}
.detailContact > dl {
  width: fit-content;
  flex-shrink: 0;
  margin-right: 2.9vw;
}
.detailContact > dl dd {
  margin: 17px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 42px;
}
.detailContact > dl dd img {
  width: 140px;
}
.detailContact dt {
  position: relative;
  padding-left: 14px;
  line-height: 24px;
}
.detailContact dt::after, .detailContact dt::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
}
.detailContact dt::before {
  background-color: #2CA5D0;
  top: 8px;
}
.detailContact dt::after {
  background-color: #3376BC;
  top: 0;
}
.detailContact .rg a {
  color: #082D59;
  line-height: 24px;
	font-size:16px;
}
.detailContact .rg >dl:first-of-type{
  margin: 0 0 14px;
}
.detailContact .rg >dl dd{
  padding-left: 14px;
}
.detailContact .rg >dl dd p{
  display: flex;
  align-items: center;
}
.detailContact .rg >dl dd p span{
  width: 72px;
  flex-shrink: 0;
}
.detailContact .rg >dl dd p,last span{
	width:auto;
	
}
.detailContact .rg >dl dd p.last span{
  width: auto;
}
.detailContact .rg >dl dd strong{
  font-size: 18px;
  line-height: 26px;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .detailContact {
    width: 100%;
    height: 449px;
    padding: 24px 19px;
    margin: 0 12px;
    flex-direction: column;
    max-width: fit-content;
  }
  .detailContact > dl {
    width: fit-content;
    margin: 0 0 32px;
  }
  .detailContact .rg >dl dt {
    gap: 0 32px;
  }
  .detailContact .rg >dl dd strong{
    font-size: 16px;
    line-height: 24px;
  }
  .detailContact .rg dl,
  .detailContact .rg dd,
  .detailContact .rg dt{
    display: block;
    width: 100%;
  }
    .detailContact{
		padding:0 12px 4px 12px;
	}
	.detailContact > dl dd{
		margin-top:17px;
        display: flex;
	justify-content: center;
	align-items: center;
		gap:0;
	}
	.detailContact > dl dd img{
		width:110px
	}
}

/* homeBtn start */
#homeBtn {
  background-color: #F2F8FB;
}
.btnLists {
  padding: 32px 0;
  display: flex;
  justify-content: center;
}
.btnLists a.commonBtn, 
.btnLists a.linkBtn {
  width: 22.5vw;
  height: 4.427vw;
  line-height: 4.427vw;
  font-size: 1.4583vw;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.btnLists a.commonBtn {
  background-color: #FFAD33;
  color: #fff;
}
.btnLists a.linkBtn::after,
.btnLists a.commonBtn::after{
  content: "";
  width: 2.4479vw;
  height: 2.4479vw;
  position: absolute;
  left: 2.65265vw;
  top: calc(50% - 1.22395vw);
}
.btnLists a.commonBtn::after {
  background: url(../images/icon_button-ask.svg) no-repeat;
  background-size: contain;
}
.btnLists a.linkBtn {
  border: 1px solid #082D59;
  color: #082D59;
  margin-left: 60px;
  background-color: #fff;
}
.btnLists a.linkBtn::after {
  background: url(../images/icon_button-email.svg) no-repeat;
  background-size: contain;
}
.btnLists a.linkBtn:hover,
.btnLists a.linkBtn:focus{
  border: 1px solid #8FCBF0;
  color: #8FCBF0;
}
.btnLists a.linkBtn:hover::after,
.btnLists a.linkBtn:active::after,
.btnLists a.linkBtn:focus::after{
	background: url(../images/icon_button-email-blue.svg) no-repeat;
  background-size: contain;
}
.btnLists a.commonBtn strong, 
.btnLists a.linkBtn strong {
  padding-left: 2.65625vw;
}

.btnLists.btnListsZh a.commonBtn strong,
.btnLists.btnListsZh a.linkBtn strong{
  letter-spacing: 4px;
}

.btnLists a.commonBtn:hover,
.btnLists a.commonBtn:focus{
  background-color: #8FCBF0;
}
.btnLists a.commonBtn:hover::after,
.btnLists a.commonBtn:active::after,
.btnLists a.commonBtn:focus::after {
  background: url(../images/icon_button-ask-blue.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .btnLists {
    flex-direction: column;
    align-items: center;
  }
  .btnLists a.commonBtn, .btnLists a.linkBtn {
    width: 230px;
    height: 59px;
    line-height: 59px;
    font-size: 14px;
  }
  .btnLists a.commonBtn {
    margin: 0 0 16px;
  }
  .btnLists a.commonBtn::after, .btnLists a.linkBtn::after {
    width: 25px;
    height: 25px;
    left: 28px;
    top: 17px;
  }
  .btnLists a.linkBtn {
    margin-left: 0;
  }
  .btnLists a strong {
    padding-left: 25px;
  }
}
/* homeBtn end */