figure.wp-block-image {
  margin: 0;
  padding: 0;
}

.mainCont .blogCont p em {
  font-style: normal;
  text-decoration: underline;
}

.homeInformationList li a {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.homeInformationListImg {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 52%;
  overflow: hidden;
  position: relative;
}
.homeInformationListImg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .profileArea .closeBtn {
  z-index: 9999;
}
body.home .infoTextArea {
  padding: 20px;
  line-height: 1.6em;
  font-size: 0.9em;
}
body.home .cvBtnArea1 {
  background: #f5f5f5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.home .btnStyle2 {
  width: 90%;
  max-width: 400px;
  display: block;
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1502b+0,fc7a25+100 */
  background: #f1502b !important;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1502b", endColorstr="#fc7a25", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 4px 8px 10px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
body.home .followNav {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  z-index: 9999;
}
body.home .followNav ul {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  z-index: 9999;
  margin-left: 10px;
}
body.home .followNav ul {
  display: flex;
  align-items: center;
}
body.home .followNav ul li {
  margin-right: 15px;
  font-size: 0.9em;
}
body.home .followNav ul li:last-child {
  margin-right: 0px;
}
body.home .followNav a {
  text-decoration: none;
  color: #000;
}
body.home .faqArea dl {
  border: 1px solid #1d1d1d;
  padding: 40px;
  box-sizing: border-box;
  line-height: 1.6em;
  max-width: 1024px;
  width: 90%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
body.home .faqArea dl dt {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.6em;
  padding-top: 0px !important;
}
body.home .faqArea dl dd {
  padding-top: 20px;
}
body.home .mgt60px {
  margin-top: 60px;
}
body.home .btnStyleMore {
  max-width: 300px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}
body.home .mgt20px {
  margin-top: 20px;
}
body.home .sectionType10 .innerCont {
  padding-top: 60px;
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.home .sectionType10 .innerCont img {
  width: 100%;
}
body.home .sectionType10 .innerCont ul {
  display: flex;
  align-content: space-between;
}
body.home .sectionType10 .innerCont ul li {
  margin-right: 30px;
  width: calc(33.3333333333% - 20px);
}
body.home .sectionType10 .innerCont ul li:nth-child(3n) {
  margin-right: 0px;
}
body.home .sectionType10 .innerCont dl {
  padding-top: 20px;
  padding-bottom: 60px;
}
body.home .sectionType10 .innerCont dl dt {
  padding-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
body.home .sectionType10 .innerCont dl dd {
  font-size: 0.8em;
}
@media screen and (max-width: 780px) {
  body.home .followNav {
    padding: 10px;
    right: 5px;
  }
}
@media screen and (max-width: 490px) {
  body.home .followNav {
    position: absolute;
  }
  body.home .followNav ul:nth-child(2) {
    display: none;
  }
  body.home .faqArea dl {
    padding: 20px;
    margin-bottom: 10px;
  }
  body.home .faqArea dl dt {
    line-height: 1.4em;
    font-size: 4.2vw;
  }
  body.home .faqArea dl dd {
    font-size: 2.4vw;
    line-height: 1.9em;
    padding-top: 10px;
  }
  body.home .faqArea {
    padding-top: 10px;
  }
  body.home .mgt60px {
    margin-top: 60px;
  }
  body.home .sectionType10 .innerCont ul {
    display: block;
  }
  body.home .sectionType10 .innerCont ul li {
    width: 100%;
    margin-right: 0px;
  }
  body.home .sectionType10 .innerCont dl {
    padding-bottom: 30px;
  }
}
body.home .zu2_img {
  margin-left: auto;
  margin-right: auto;
}
body.home .zu2_img img {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

body.is-page-chinese {
  /*.ofa_1 ul li{
    width:24%!important;
    margin-right:1.3%!important;
  }
  .ofa_1 ul li:nth-child(4n){
      margin-right:0px!important;
  }*/
}
body.is-page-chinese .profileArea .closeBtn {
  z-index: 9999;
}
body.is-page-chinese .infoTextArea {
  padding: 20px;
  line-height: 1.6em;
  font-size: 0.9em;
}
body.is-page-chinese .cvBtnArea1 {
  background: #f5f5f5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.is-page-chinese .sectionType5 .innerCont .logoList1 .logoList1Inner ul li figure a {
  display: block;
}
body.is-page-chinese .btnStyle2 {
  width: 90%;
  max-width: 400px;
  display: block;
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1502b+0,fc7a25+100 */
  background: #f1502b !important;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1502b 0%, #fc7a25 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1502b", endColorstr="#fc7a25", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 4px 8px 10px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
body.is-page-chinese .followNav {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  z-index: 9999;
}
body.is-page-chinese .followNav ul {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  z-index: 9999;
  margin-left: 10px;
}
body.is-page-chinese .followNav ul {
  display: flex;
  align-items: center;
}
body.is-page-chinese .followNav ul li {
  margin-right: 15px;
  font-size: 0.9em;
}
body.is-page-chinese .followNav ul li:last-child {
  margin-right: 0px;
}
body.is-page-chinese .followNav a {
  text-decoration: none;
  color: #000;
}
body.is-page-chinese .logoList1 {
  padding-top: 100px;
}
body.is-page-chinese .introBox1 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  display: flex;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
body.is-page-chinese .introBox1 dt {
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
}
body.is-page-chinese .introBox1 dd {
  padding: 15px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: calc(100% - 97px);
  line-height: 1.4em;
}
body.is-page-chinese .introBox2 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1024px;
  color: #fff;
  margin-top: 40px;
}
body.is-page-chinese .introBox3 {
  display: flex;
  margin-bottom: 30px;
}
body.is-page-chinese .introBox3 .left {
  padding-right: 20px;
  width: 215px;
  box-sizing: border-box;
}
body.is-page-chinese .introBox3 .left dl {
  margin-bottom: 20px;
  line-height: 1.4em;
  font-size: 0.9em;
}
body.is-page-chinese .introBox3 .right {
  width: calc(100% - 215px);
  box-sizing: border-box;
}
body.is-page-chinese .introBox3 .right img {
  width: 100%;
}
body.is-page-chinese .introBoxRightOver {
  padding-left: 20px;
  box-sizing: border-box;
  width: calc(100% - 428px);
}
body.is-page-chinese .titleSmallCircle1 {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  max-width: 150px;
  margin-bottom: 20px;
  width: 100%;
}
body.is-page-chinese .headLvArea p {
  line-height: 1.4em;
}
body.is-page-chinese .leftGraphBox {
  width: 428px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
body.is-page-chinese .titleGraph1 {
  padding-bottom: 30px;
}
body.is-page-chinese .headLvArea {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
body.is-page-chinese .headLvArea h3 {
  margin-right: 15px;
}
body.is-page-chinese .textBoxStyle1 {
  line-height: 1.4em;
  padding-bottom: 20px;
}
body.is-page-chinese .introBox4 {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
}
body.is-page-chinese .boxListArea1 .boxListArea1Inner ul li {
  margin-bottom: 20px;
}
body.is-page-chinese .boxListArea1 figure {
  line-height: 0px;
}
body.is-page-chinese .overFlowArticles {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.is-page-chinese .overFlowArticles ul {
  flex-wrap: nowrap !important;
}
body.is-page-chinese .ofa_1 ul {
  width: 200%;
}
body.is-page-chinese .ofa_1 ul li {
  width: 14.285%;
  margin-right: 1% !important;
}
body.is-page-chinese .ofa_2 ul {
  width: 160%;
}
body.is-page-chinese .ofa_2 ul li {
  width: 19%;
  margin-right: 1% !important;
}
body.is-page-chinese .mgt60px {
  margin-top: 60px !important;
}
body.is-page-chinese .pdb60px {
  padding-bottom: 60px !important;
}
body.is-page-chinese .pdt50px {
  padding-top: 50px;
}
body.is-page-chinese .sectionType7 .innerCont .innerContMain {
  background-size: cover;
  background-position: center center;
}
body.is-page-chinese .tableDataArea h4 {
  background: #dcdcdc;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 1.5%;
}
body.is-page-chinese .tableDataArea ul {
  display: flex;
  align-items: center;
}
body.is-page-chinese .tableDataArea li {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 32%;
  margin-right: 1.5%;
  text-align: center;
  line-height: 1.4em;
  font-weight: bold;
}
body.is-page-chinese .tableDataArea li:last-child {
  margin-right: 0px;
}
body.is-page-chinese .textCenterBox {
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.8em;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.is-page-chinese .tableListArea {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
body.is-page-chinese .tableListArea dl {
  display: table;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
}
body.is-page-chinese .tableListArea dl dt {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 4%;
  text-align: center;
  box-sizing: border-box;
}
body.is-page-chinese .tableListArea dl dd {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 48%;
  box-sizing: border-box;
}
body.is-page-chinese .tableListArea dl dd:nth-child(2) {
  width: 30%;
}
body.is-page-chinese .tableListArea dl dd:nth-child(3) {
  width: 70%;
}
body.is-page-chinese .sixBoxs {
  flex-wrap: wrap;
  margin-top: 30px;
}
body.is-page-chinese .sixBoxs li {
  width: 32.3333333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  color: #fff;
}
body.is-page-chinese .sixBoxs li:nth-child(3n) {
  margin-right: 0px;
}
body.is-page-chinese .mainHeader img {
  width: 100%;
  max-width: 1062px;
}
body.is-page-chinese .mainHeader {
  height: auto;
  padding-top: 100px;
  padding-bottom: 20px;
}
body.is-page-chinese .boxListArea1_cp {
  background: url("../img/common/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-page-chinese .mgt20px {
  margin-top: 20px;
}
body.is-page-chinese .pdt60px {
  padding-top: 60px;
}
body.is-page-chinese .sectionType5 .innerCont .logoList1 .logoList1Inner ul li figure span {
  overflow: hidden;
}
body.is-page-chinese .btnStyleMore {
  max-width: 300px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  body.is-page-chinese .leftGraphBox {
    width: 40%;
  }
  body.is-page-chinese .introBoxRightOver {
    width: 60%;
  }
}
@media screen and (max-width: 780px) {
  body.is-page-chinese .introBox2 {
    display: block;
  }
  body.is-page-chinese .followNav {
    padding: 10px;
    right: 5px;
  }
  body.is-page-chinese .logoList1 {
    padding-top: 50px;
  }
  body.is-page-chinese .leftGraphBox {
    width: 100%;
    margin-bottom: 40px;
  }
  body.is-page-chinese .introBoxRightOver {
    width: 100%;
    padding-left: 0px;
  }
  body.is-page-chinese .overFlowArticles ul {
    flex-wrap: nowrap !important;
  }
  body.is-page-chinese .overFlowArticles ul li {
    margin-right: 1% !important;
  }
  body.is-page-chinese .mgt60px {
    margin-top: 30px !important;
  }
  body.is-page-chinese .pdb60px {
    padding-bottom: 30px !important;
  }
  body.is-page-chinese .pdt50px {
    padding-top: 30px;
  }
  body.is-page-chinese .introBox1 {
    align-content: inherit !important;
    align-items: inherit !important;
  }
  body.is-page-chinese .overFlowArticles ul li {
    margin-bottom: 0px !important;
  }
  body.is-page-chinese .overFlowArea2 {
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.is-page-chinese .overFlowArea2 img {
    width: 800px !important;
    -webkit-overflow-scrolling: touch;
  }
  body.is-page-chinese .ofa_1 ul {
    width: 500%;
  }
  body.is-page-chinese .ofa_1 ul li {
    width: 14.285%;
  }
  body.is-page-chinese .ofa_1 ul li:nth-child(4n) {
    margin-right: 1% !important;
  }
  body.is-page-chinese .ofa_2 ul {
    width: 360%;
  }
  body.is-page-chinese .ofa_2 ul li {
    width: 19%;
  }
  body.is-page-chinese .sectionType3 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 490px) {
  body.is-page-chinese .introBox3 {
    display: block;
  }
  body.is-page-chinese .pdt60px {
    padding-top: 30px;
  }
  body.is-page-chinese .boxListArea1_cp .boxListArea1.pdb60px {
    padding-bottom: 60px !important;
  }
  body.is-page-chinese .introBox3 .left {
    width: 100%;
    padding-right: 0px;
  }
  body.is-page-chinese .introBox3 .right {
    width: 100%;
  }
  body.is-page-chinese .followNav {
    position: absolute;
  }
  body.is-page-chinese .followNav ul:nth-child(2) {
    display: none;
  }
  body.is-page-chinese .mainHeader {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.is-page-chinese .mainHeader img {
    width: 88%;
  }
}
body.is-page-chinese .zu2_img {
  margin-left: auto;
  margin-right: auto;
}
body.is-page-chinese .zu2_img img {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
body.is-page-chinese .map4_c {
  background: #fff;
}
body.is-page-chinese figure.serviceszh__item001-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.3461538462%;
  overflow: hidden;
  position: relative;
}
body.is-page-chinese figure.serviceszh__item001-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.archive .profileArea .closeBtn {
  z-index: 9999;
}
body.archive figure {
  padding-bottom: 30px;
}
body.archive .blogCont article {
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
}
body.archive .blogCont article:first-child {
  padding-top: 0px;
}
body.archive .mainVisual .innerCont {
  padding-top: 60px;
  padding-bottom: 60px;
}
body.archive .blogCont article img {
  width: 100%;
  height: auto;
}
body.archive .mainVisual .innerCont h1:after {
  display: none;
}
body.archive .article_header ul li {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4em;
}
body.archive .article_header ul {
  padding-bottom: 10px;
}
body.archive .article_header h1 {
  font-size: 1.6em;
  padding-bottom: 30px;
  line-height: 1.4em;
}
body.archive .article_header a {
  color: #000;
  text-decoration: none;
}
body.archive .mainCont .blogCont p a {
  color: #000;
}
body.archive .blogHeadArea .innerCont a:before {
  display: none;
}
@media screen and (max-width: 680px) {
  body.archive .article_header h1 {
    font-size: 1.4em;
    padding-bottom: 30px;
  }
}

body.single .profileArea .closeBtn {
  z-index: 9999;
}
body.single figure {
  padding-bottom: 30px;
}
body.single .blogCont article {
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
}
body.single .blogCont article:first-child {
  padding-top: 0px;
}
body.single .mainVisual a {
  color: #fff;
  text-decoration: none;
}
body.single .mainCont .blogCont p a {
  color: #000;
}
body.single .blogCont article img {
  width: 100%;
  height: auto;
}
body.single .blogHeadArea .innerCont a:before {
  display: none;
}