@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.7;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

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

.inner {
  max-width: 1080px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexdry {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.isBetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .inner {
    max-width: 560px;
    width: 90%;
    margin: auto;
  }
}

/*_______________________________________

header
_______________________________________*/
.header {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  padding: 50px 25px 50px;
  border-right: 1px solid #7CBCDD;
}
@media screen and (max-width: 1024px){
  .header{
    overflow-y: unset;
  }
}
@media print {
  .header {
    display: none !important;
  }
}
.header .headerLogo {
  width: 200px;
  margin-bottom: 60px;
}

.header .header_spnavbtn {
  display: none;
}

/*.header .headerMenu {
  height: 90%;
  overflow: scroll;
  -ms-overflow-style: none;
}*/

.header .headerMenu::-webkit-scrollbar {
  display: none;
}

.header .headerMenu .headerMenuList {
  margin-bottom: 20px;
}

.header .headerMenu .headerMenuList .headerListTitle {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 0;
  padding-left: 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .headerMenu .headerMenuList .headerListTitle:hover {
  opacity: 0.6;
}

.header .headerMenu .headerMenuList .headerListTitle:not(:nth-child(1)) {
  border-top: none;
}

.header .headerMenu .headerMenuList .headerListTitle a {
  text-decoration: none;
  color: #000;
  display: block;
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus {
  position: relative;
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/arrow_plus.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus.open::after {
  background: url(/dcms_media/image/arrow_minus.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 3px;
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitleLink {
  padding: 0;
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitleLink a {
  padding: 21px 0;
  padding-left: 10px;
  position: relative;
}

.header .headerMenu .headerMenuList .headerListTitle.headerListTitleLink a::after {
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0058A6;
  border-right: 3px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .headerMenu .headerMenuList .subList {
  display: none;
  margin-top: 2px;
}

.header .headerMenu .headerMenuList .subList li {
  margin-bottom: 2px;
}

.header .headerMenu .headerMenuList .subList li a {
  text-decoration: none;
  color: #000;
  display: block;
  background-color: #ECF2F8;
  border-radius: 5px;
  font-size: 14px;
  padding: 13px 20px;
}

.header .headerMenu .headerMenuList .subList li a:hover {
  background-color: #B3D5F7;
}

.header .headerMenu .headerMenuList .subList li:nth-child(1) a {
  background-color: #D9E8F7;
  padding: 20px;
}

.header .headerMenu .headerMenuList .subList li:nth-child(1) a:hover {
  background-color: #B3D5F7;
}

.header .headerMenu .headerContactBtn a {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #0058A6;
  border-radius: 5px;
  text-decoration: none;
  color: #0058A6;
}

.header .headerMenu .headerContactBtn a span {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 23px;
}

.header .headerMenu .headerContactBtn a span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/mail_icon.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  left: 0;
  top: 4.5px;
}

_:lang(x)::-moz-placeholder, .headerMenu {
  scrollbar-width: none;
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    height: 80px;
    width: 100%;
    padding: 0;
    border-right: none;
    z-index: 1000;
    background-color: #fff;
  }
  .header .headerLogoInner {
    padding: 22px 20px;
    background-color: #fff;
    border-top: 8px solid #0058A6;
    position: relative;
    z-index: 2000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header .headerLogo {
    width: 165px;
    margin-bottom: 0px;
  }
  .header .header_spnavbtn {
    display: block;
    position: absolute;
    margin-left: auto;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9999;
  }
  .header .header_spnavbtn span {
    display: block;
    width: 27px;
    background-color: #0058A6;
    height: 5px;
    top: 52%;
    left: 25%;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header .header_spnavbtn span:nth-child(2) {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .header .header_spnavbtn span:nth-child(3) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .header .open.header_spnavbtn .one {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .header .open.header_spnavbtn .two {
    -webkit-transform: translateX(20px) translateY(10px);
            transform: translateX(20px) translateY(10px);
    opacity: 0;
  }
  .header .open.header_spnavbtn .three {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .header .headerMenu {
    padding: 100px 20px 40px;
    overflow: scroll;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .header .headerMenu.open {
    opacity: 1;
    height: 100vh;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    overflow: scroll;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

/*_______________________________________

検索まわり
_______________________________________*/
html:lang(ja) .page_history .header .searchBox .search_txt { 
  margin-left: 0 !important;
}
/* html:lang(en) .header .searchBox .lunSelect select, */
html:lang(zh-cmn-Hans) .header .searchBox .lunSelect select  { 
  margin: 27px 0 0 0;
}
/* html:lang(en) .header .searchBox .submit_btn, */
html:lang(zh-cmn-Hans) .header .searchBox .submit_btn{
  top: 14px;
}

.header .searchBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.header .searchBox .searchBtn {
  position: relative;
  width: 170px;
}

.header .searchBox .search_txt {
  border-radius: 5px;
  padding: 3px;
  padding-right: 35px;
  border: 1px solid #333;
  width: 170px;
  /*margin-left: -16px;*/
  position: relative;
}

.header .searchBox .submit_btn {
  position: absolute;
  right: 4px;
  top: 2px;
  border: none;
  width: 33px;
  height: 90%;
  background: url(/dcms_media/image/search-icon.png) no-repeat;
  background-size: 17px 17px;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .header .searchBox .submit_btn {
    right: 16px
  }
}

.header .searchBox .lunSelect {
  position: relative;
}

.header .searchBox .lunSelect select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-bottom: 2px solid #0058A6;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.header .searchBox .lunSelect::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 17px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 1024px) {
  .header .searchBox {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
  }
  .header .searchBox .searchBtn {
    width: 95%;
  }
  .header .searchBox .search_txt {
    width: 100%;
  }
}

/*_______________________________________

footer
_______________________________________*/
.footer .footerTop {
  padding: 30px 0;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

.footer .footerTop .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footerTop .footerLogo {
  width: 210px;
}
.footer .footerTop .footerLogo_en_ch {
    width: 370px;
}
.footer .footerTop ul li {
  padding: 0 20px;
  position: relative;
}

.footer .footerTop ul li::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #3E3E3E;
  width: 1px;
  height: 15px;
  right: 0;
  top: 8px;
}

.footer .footerTop ul li a {
  text-decoration: none;
  color: #3E3E3E;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.footer .footerTop ul li:last-child {
  border-right: none;
}

.footer .footerTop ul li:last-child::after {
  display: none;
}

.footer .footerMid {
  padding: 40px 0;
  margin: auto;
  padding: 40px 0;
  max-width: 1080px;
}

.footer .footerMid .midLine {
  padding: 0 10px 0 30px;
  margin-right: 3.9%;
}

.footer .footerMid .midLine:nth-child(4n) {
  margin-right: 0;
}

.footer .footerMid .midLine:nth-child(6) {
  margin-right: 12%;
}

.footer .footerMid .midLine:nth-child(6) .midTitle {
  padding-left: 15px;
}

.footer .footerMid .midLine:nth-child(6) .midTitle::before {
  left: -7px;
}

.footer .footerMid .midLine .midTitle {
  margin-bottom: 10px;
  position: relative;
}

.footer .footerMid .midLine .midTitle::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/footer_icon.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: -20px;
  top: 6px;
}

.footer .footerMid .midLine .midTitle a {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.625;
  color: #0058A6;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .footerMid .midLine .midTitle a:hover {
  color: #003462;
}

.footer .footerMid .midLine ul {
  margin-bottom: 40px;
}

.footer .footerMid .midLine ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  line-height: 1.857;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer .footerMid .midLine ul li a:hover {
  color: #555;
}

.footer .footerBtm {
  background-color: #0058A6;
  padding: 36px;
  padding-left: 100px;
}

.footer .footerBtm small {
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1230px) {
  .footer .footerMid {
    max-width: 750px;
  }
  .footer .footerMid .midLine {
    padding: 0 10px;
    margin-right: 0;
    width: calc(100% /3);
  }
  .footer .footerMid .midLine:nth-child(6) {
    margin-right: 0%;
  }
  .footer .footerMid .midLine:nth-child(6) .midTitle {
    padding-left: 20px;
  }
  .footer .footerMid .midLine:nth-child(6) .midTitle::before {
    left: 0px;
  }
  .footer .footerMid .midLine .midTitle {
    padding-left: 20px;
  }
  .footer .footerMid .midLine .midTitle a {
    font-size: 13px;
  }
  .footer .footerMid .midLine .midTitle::before {
    left: 0;
  }
  .footer .footerMid .midLine ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footerMid {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer .footerTop {
    padding: 0;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
  }
  .footer .footerTop .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  } 
  .footer .footerTop .footerLogo {
    width: 210px;
    padding: 30px 0;
    margin: auto;
  }
  .footer .footerTop .footerLogo_en_ch {
    width: 210px;
    padding: 30px 0;
    margin: auto;
  }
  .footer .footerTop ul {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #B7B7B7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footerTop ul li {
    padding: 0 20px;
  }
  .footer .footerBtm {
    padding: 21px;
    text-align: center;
  }
  .footer .footerBtm small {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/*Enここから*/
.footer.en .footerTop {
  padding: 30px 0;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

.footer.en .footerTop .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer.en .footerTop .footerLogo {
  width: 210px;
}

.footer.en .footerTop ul li {
  padding: 0 20px;
  position: relative;
}

.footer.en .footerTop ul li::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #3E3E3E;
  width: 1px;
  height: 15px;
  right: 0;
  top: 8px;
}

.footer.en .footerTop ul li a {
  text-decoration: none;
  color: #3E3E3E;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.footer.en .footerTop ul li:last-child {
  border-right: none;
}

.footer.en .footerTop ul li:last-child::after {
  display: none;
}

.footer.en .footerMid {
  padding: 40px 0;
  margin: auto;
  padding: 40px 0;
  max-width: 1080px;
}

.footer.en .footerMid .midLine {
  padding: 0 10px;
  margin-right: 7.9%;
}

.footer.en .footerMid .midLine:nth-child(4n) {
  margin-right: 0;
}

.footer.en .footerMid .midLine:nth-child(6) {
  margin-right: 12%;
}

.footer.en .footerMid .midLine:nth-child(6) .midTitle {
  padding-left: 15px;
}

.footer.en .footerMid .midLine:nth-child(6) .midTitle::before {
  left: -7px;
}

.footer.en .footerMid .midLine:last-child {
  margin-right: 0;
}

.footer.en .footerMid .midLine .midTitle {
  margin-bottom: 10px;
  position: relative;
}

.footer.en .footerMid .midLine .midTitle::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/footer_icon.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: -20px;
  top: 6px;
}

.footer.en .footerMid .midLine .midTitle a {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.625;
  color: #0058A6;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer.en .footerMid .midLine .midTitle a:hover {
  color: #003462;
}

.footer.en .footerMid .midLine ul {
  margin-bottom: 40px;
}

.footer.en .footerMid .midLine ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  line-height: 1.857;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer.en .footerMid .midLine ul li a:hover {
  color: #555;
}

.footer.en .footerBtm {
  background-color: #0058A6;
  padding: 36px;
  padding-left: 100px;
}

.footer.en .footerBtm small {
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1230px) {
  .footer.en .footerMid {
    max-width: 750px;
    padding: 40px 1%;
  }
  .footer .footerMid .midLine {
    padding: 0 10px;
    margin-right: 0;
    width: calc(100% /3);
  }
  .footer .footerMid .midLine:nth-child(6) {
    margin-right: 0%;
  }
  .footer .footerMid .midLine:nth-child(6) .midTitle {
    padding-left: 20px;
  }
  .footer .footerMid .midLine:nth-child(6) .midTitle::before {
    left: 0px;
  }
  .footer .footerMid .midLine:last-child {
    width: 100%;
  }
  .footer .footerMid .midLine .midTitle {
    padding-left: 20px;
  }
  .footer .footerMid .midLine .midTitle a {
    font-size: 13px;
  }
  .footer .footerMid .midLine .midTitle::before {
    left: 0;
  }
  .footer.en .footerMid .midLine ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .footer.en .footerMid {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer.en .footerTop {
    padding: 0;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
  }
  .footer.en .footerTop .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .footer.en .footerTop .footerLogo {
    width: 210px;
    padding: 30px 0;
    margin: auto;
  }
  .footer.en .footerTop ul {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #B7B7B7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.en .footerTop ul li {
    padding: 0 20px;
  }
  .footer.en .footerBtm {
    padding: 21px;
    text-align: center;
  }
  .footer.en .footerBtm small {
    font-size: 12px;
    letter-spacing: 0;
  }
}

/*Enここまで/









/*_______________________________________

大枠
_______________________________________*/
.page_english #container,
.page_chinese #container {
  padding-top: 0;
}

.contentInner {
  width: calc(100% - 280px);
  margin-left: auto;
}

@media print {
  .contentInner {
    width: 100%;
  }
}

.contentInner .h2Ttl {
  font-size: 50px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0058A6;
  text-align: center;
  margin-bottom: 60px;
}

.contentInner .h2Ttl span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #000;
}

.contentInner .h2Ttl.colorW {
  color: #fff;
}

.contentInner .h2Ttl.colorW span {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .contentInner {
    width: 100%;
    margin-left: inherit;
  }
}

@media screen and (max-width: 768px) {
  .page_english #container,
  .page_chinese #container {
    padding-top: 30px;
  }
  .contentInner .h2Ttl {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .contentInner .h2Ttl span {
    font-size: 16px;
    letter-spacing: 0.3em;
  }
}

/*_______________________________________

commonLinkBtn
_______________________________________*/
.commonLinkBtn {
  border: 1px solid #0058A6;
  max-width: 1050px;
  width: 92%;
  margin: auto;
  background-color: #fff;
}

.commonLinkBtn a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  color: #0058A6;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4545;
  padding: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonLinkBtn a:hover {
  opacity: 0.8;
}

.commonLinkBtn.layer01 a {
  background-color: #F8F7F7;
}

.commonLinkBtn.letterIcon a .span {
  padding-left: 40px;
  position: relative;
}

.commonLinkBtn.letterIcon a .span::before {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/ico-contact.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .commonLinkBtn {
    max-width: 300px;
    width: 300px;
  }
  .commonLinkBtn a {
    font-size: 16px;
    padding: 18px;
  }
  .commonLinkBtn.letterIcon a .span {
    padding-left: 30px;
    position: relative;
  }
  .commonLinkBtn.letterIcon a .span::before {
    width: 24px;
    height: 18px;
    left: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*_______________________________________

commonContactbox
_______________________________________*/
.commonContactbox {
  margin-bottom: 100px;
}

.commonContactbox .item {
  width: calc(100% / 3);
}

.commonContactbox .item.layerBlue {
  background-color: #0058A6;
}

.commonContactbox .item.layerBlue a {
  color: #fff;
}

.commonContactbox .item a {
  padding: 40px 0 50px;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonContactbox .item a:hover {
  opacity: 0.8;
}

.commonContactbox .item a .img {
  display: block;
  width: 72px;
  height: 45px;
  margin: auto;
  margin-bottom: 30px;
}

.commonContactbox .item a .img img {
  width: 100%;
}

.commonContactbox .item a .ContactTxtbox {
  display: block;
}

.commonContactbox .item a .subTtl {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.commonContactbox .item a .Title {
  display: block;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .commonContactbox .item a .Title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .commonContactbox {
    max-width: 350px;
    margin: auto;
    margin-bottom: 70px;
    border: 1px solid #0058A6;
  }
  .commonContactbox .item {
    width: 100%;
    border-bottom: 1px solid #0058A6;
  }
  .commonContactbox .item.layerBlue {
    background-color: #fff;
    border-bottom: none;
  }
  .commonContactbox .item.layerBlue a {
    color: #000;
  }
  .commonContactbox .item a {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .commonContactbox .item a .img {
    margin: inherit;
    margin-bottom: 0px;
  }
  .commonContactbox .item a .img img {
    width: 100%;
  }
  .commonContactbox .item a .ContactTxtbox {
    width: 80%;
  }
  .commonContactbox .item a .subTtl {
    font-size: 14px;
  }
  .commonContactbox .item a .Title {
    font-size: 18px;
  }
}

/*-------------------------------

各パーツ集

-------------------------------*/
/*_______________________________________

commonH2ttl01
_______________________________________*/
.commonH2ttl01 {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: 'Outfit', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.commonH2ttl01 .sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .commonH2ttl01 {
    font-size: 30px;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .commonH2ttl01 .sub {
    width: 100%;
    font-size: 16px;
    margin-left: 0px;
  }
}

/*_______________________________________

commonH2ttl02
_______________________________________*/
.commonH2ttl02 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  position: relative;
  margin-bottom: 70px;
}

.commonH2ttl02::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  height: 1px;
  width: 40px;
  top: -25px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .commonH2ttl02 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/*_______________________________________

commonH3ttl
_______________________________________*/
.commonH3ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 4px solid #E4E6EC;
  margin-bottom: 40px;
  position: relative;
}
.commonH3ttl::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #0058A6;
  width: 80px;
  height: 4px;
  bottom: -4px;
  left: 0;
}
.commonH3ttl .back-lastyear{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.commonH3ttl .back-lastyear:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-left: 2px solid #0058A6;
  border-top: 2px solid #0058A6;
  transform: rotate(45deg);
}
.tab_content_c .commonH3ttl:first-of-type a{
  display: none;
}
@media screen and (max-width: 768px) {
  .commonH3ttl {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/*_______________________________________

commonH4ttl
_______________________________________*/
.commonH4ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
  border-left: 4px solid #0058A6;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .commonH4ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/*_______________________________________

commonH5ttl
_______________________________________*/
.commonH5ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E6EC;
}

@media screen and (max-width: 768px) {
  .commonH5ttl {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

/*_______________________________________

commonH6ttl
_______________________________________*/
.commonH6ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
  color: #0058A6;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .commonH6ttl {
    font-size: 15px;
  }
}

/*_______________________________________

commonBtn01
_______________________________________*/
.commonBtn01 {
  display: inline-block;
  border: 1px solid #0058A6;
  margin-bottom: 40px;
}

.commonBtn01 a {
  display: block;
  text-decoration: none;
  background-color: #0058A6;
  padding: 4px 15px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn01 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn01 a .txt {
  color: #fff;
  line-height: 1.6875;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn01:hover a {
  background-color: #fff;
}

.commonBtn01:hover a::after {
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
}

.commonBtn01:hover a .txt {
  color: #0058A6;
}

@media screen and (max-width: 768px) {
  .commonBtn01 {
    margin-bottom: 20px;
  }
  .commonBtn01 a {
    padding-right: 30px;
  }
  .commonBtn01 a::after {
    top: 53%;
  }
  .commonBtn01 a .txt {
    font-size: 15px;
  }
}

/*_______________________________________

commonBtn02
_______________________________________*/
.commonBtn02 {
  width: 47.223%;
  margin-right: 5.556%;
  border: 1px solid #B7B7B7;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn02.w-100 {
  width: 100%;
  margin-right: 0;
}

.commonBtn02:nth-child(2n) {
  margin-right: 0;
}

.commonBtn02 a {
  display: block;
  text-decoration: none;
  padding: 23.5px;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}

.commonBtn02 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0058A6;
  border-right: 2px solid #0058A6;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonBtn02 a .ttl {
  color: #0058A6;
  display: revert;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  padding-right: 50px;
  font-weight: 500;
  position: relative;
}

.commonBtn02 a .ttl::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/ico-pdf.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  right: 20px;
  bottom: -2px;
}

.commonBtn02:hover {
  opacity: 0.8;
}

.commonBtn02:hover a::after {
  right: 15px;
}

_:lang(x)::-moz-placeholder, .commonBtn02 a .ttl {
  display: inline-block;
}

_:lang(x)::-moz-placeholder, .commonBtn02 a .ttl::after {
  display: inline-block;
  right: inherit;
}

@media screen and (max-width: 768px) {
  .commonBtn02 {
    width: 100%;
    margin-right: 0;
  }
}

/*_______________________________________

commonBtn03
_______________________________________*/
.commonBtn03 {
  width: 47.223%;
  margin-right: 5.556%;
  border: 1px solid #eee;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.commonBtn03.w-100 {
  width: 100%;
  margin-right: 0;
}

.commonBtn03:nth-child(2n) {
  margin-right: 0;
}

.commonBtn03:hover {
  opacity: 0.8;
}

.commonBtn03 a {
  text-decoration: none;
  padding: 27.5px;
  padding-left: 20px;
  padding-right: 70px;
  position: relative;
  width: 100%;
  align-items: center;
}

.commonBtn03 a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/dcms_media/image/btnlinkarrow.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.commonBtn03 a .sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
  color: #0058A6;
}

.commonBtn03 a .ttl {
  font-size: 24px;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.33;
  color: #3E3E3E;
}

@media screen and (max-width: 768px) {
  .commonBtn03 {
    width: 100%;
    margin-right: 0;
  }
  .commonBtn03 a {
    padding: 15px;
  }
  .commonBtn03 a::after {
    width: 25px;
    height: 25px;
  }
  .commonBtn03 a .sub {
    font-size: 12px;
  }
  .commonBtn03 a .ttl {
    font-size: 18px;
  }
}

/*_______________________________________

commonLayout01
_______________________________________*/
.commonLayout01 {
  width: 31.7757%;
  margin-right: 2.3365%;
  margin-bottom: 40px;
}

.commonLayout01.col2 {
  width: 47.2223%;
  margin-right: 5.5557%;
}

.commonLayout01.col2:nth-child(2n) {
  margin-right: 0;
}

.commonLayout01.col2 a .img {
  height: 315px;
}

.commonLayout01.col3 {
  width: 31.7757%;
  margin-right: 2.3365%;
}

.commonLayout01.col3:nth-child(3n) {
  margin-right: 0;
}

.commonLayout01.col3 a .img {
  height: 210px;
}

.commonLayout01 a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonLayout01 a:hover {
  opacity: 0.8;
}

.commonLayout01 a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.commonLayout01 a:hover .img::after {
  right: 10px;
}

.commonLayout01 a .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.commonLayout01 a .img img {
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commonLayout01 a .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #0058A6;
  z-index: 1;
}

.commonLayout01 a .img::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.commonLayout01 a .txtbox {
  display: block;
  padding: 0 15px;
}

.commonLayout01 a .txtbox .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #3E3E3E;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .commonLayout01 {
    width: 47.15%;
    margin-right: 5.7%;
    margin-bottom: 40px;
  }
  .commonLayout01.col2 {
    width: 100%;
    margin-right: 0;
  }
  .commonLayout01.col2:nth-child(2n) {
    margin-right: 0;
  }
  .commonLayout01.col2 a .img {
    height: auto;
  }
  .commonLayout01.col3 {
    width: 47.15%;
    margin-right: 5.7%;
  }
  .commonLayout01.col3:nth-child(3n) {
    margin-right: 5.7%;
  }
  .commonLayout01.col3:nth-child(2n) {
    margin-right: 0;
  }
  .commonLayout01.col3 a .img {
    height: 180px;
  }
  .commonLayout01 a .img {
    margin-bottom: 0;
  }
  .commonLayout01 a .img::before {
    width: 25px;
    height: 25px;
  }
  .commonLayout01 a .img::after {
    right: 11px;
    bottom: 8px;
    width: 6px;
    height: 6px;
  }
  .commonLayout01 a .txtbox {
    padding: 0;
  }
  .commonLayout01 a .txtbox .title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .commonLayout01 a .txtbox .txt {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .commonLayout01.col3 {
    width: 100%;
    margin-right: 0;
  }
  .commonLayout01.col3:nth-child(3n) {
    margin-right: 0;
  }
  .commonLayout01.col3 a .img {
    height: auto;
  }
}

/*_______________________________________

commonLayout02
_______________________________________*/
.commonLayout02 {
  width: 48.149%;
  border: 1px solid #eee;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.commonLayout02:hover {
  opacity: 0.8;
}

.commonLayout02:hover::after {
  right: 10px;
}

.commonLayout02::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #0058A6;
  z-index: 1;
}

.commonLayout02::after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.commonLayout02 a {
  display: block;
  text-decoration: none;
}

.commonLayout02 a .lo2Contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
}

.commonLayout02 a .lo2Contents .left {
  display: block;
  width: 200px;
  height: 100%;
}

.commonLayout02 a .lo2Contents .left .img {
  height: 100%;
  display: block;
}

.commonLayout02 a .lo2Contents .left .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.commonLayout02 a .lo2Contents .right {
  display: block;
  padding-left: 25px;
  width: calc(100% - 200px);
}

.commonLayout02 a .lo2Contents .right .sub {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #0058A6;
  font-weight: 400;
  display: block;
  line-height: 1;
}

.commonLayout02 a .lo2Contents .right .ttl {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3E3E3E;
}

@media screen and (max-width: 1280px) {
  .commonLayout02 a .lo2Contents {
    height: 140px;
  }
  .commonLayout02 a .lo2Contents .right .ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .commonLayout02 {
    margin-bottom: 20px;
    width: 100%;
  }
  .commonLayout02 a .lo2Contents {
    height: 85px;
  }
  .commonLayout02 a .lo2Contents .left {
    width: 100px;
    height: 100%;
  }
  .commonLayout02 a .lo2Contents .left .img {
    height: 100%;
    display: block;
  }
  .commonLayout02 a .lo2Contents .left .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .commonLayout02 a .lo2Contents .right {
    width: calc(100% - 100px);
  }
  .commonLayout02 a .lo2Contents .right .sub {
    font-size: 12px;
  }
  .commonLayout02 a .lo2Contents .right .ttl {
    font-size: 18px;
  }
}

/*_______________________________________

commonnoticeOther
_______________________________________*/
.commonnoticeOther {
  margin-bottom: 20px;
}

.commonnoticeOther ul {
  padding-left: 20px;
}

.commonnoticeOther ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}

.commonnoticeOther ul li::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .commonnoticeOther li {
    font-size: 12px;
  }
}

/*_______________________________________

commonNumlist
_______________________________________*/
.commonNumlist {
  margin-bottom: 40px;
}

.commonNumlist ul {
  padding-left: 20px;
}

.commonNumlist ul li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .commonNumlist ul li {
    font-size: 15px;
  }
}

/*_______________________________________

commonSquarelist
_______________________________________*/
.commonSquarelist {
  margin-bottom: 40px;
}

.commonSquarelist ul {
  padding-left: 20px;
}

.commonSquarelist ul li {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}

.commonSquarelist ul li::before {
  content: '□';
  color: #0058A6;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .commonSquarelist ul li {
    font-size: 15px;
  }
}

/*_______________________________________

commonAnker
_______________________________________*/
.commonAnker {
  padding-top: 80px;
  margin-top: -80px;
}

/*_______________________________________

new Header
_______________________________________*/
.page_index_hoshiden #container{
  padding-top: 0;
}
.new_header.header .searchBox .search_txt{
  margin-left: -16px;
}
.new_header .select-language ul li a{
  padding: 0 10px;
}
@media screen and (min-width: 1025px){
  .new_header{
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
  }
 /* .new_header .headerMenu{
    overflow: unset;
  }*/
  .new_header .headerLogoInner{
    padding-left: 25px;
    padding-right: 25px;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle{
    padding: 0 25px !important;
    position: unset !important;
    border: none;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle p{
    padding: 21px 0 21px 10px;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:first-child p{
    border-top: 2px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:last-child p{
    border-top: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle > a{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:hover{
    opacity: 1;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:hover p{
    opacity: 0.6;
  }
  .new_header .headerMenu .headerMenuList .subList{
    position: fixed;
    height: 100vh;
    width: 220px;
    top: 0;
    left: 280px;
    padding-top: 100px;
    /*background: rgba(49,49,49,1);*/
    background-color: #fff;
    margin: 0;
    z-index: 2;
    display: none;
  }
  .new_header .headerMenu .headerMenuList .subList li{
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .subList li:first-child{
    border-top: 1px solid #000;
  }
  .new_header .headerMenu .headerMenuList .subList li a{
    background: none;
    border-radius: 0;
    padding: 12px 10px 12px 25px;
    position: relative;
    color: #000;
  }
  .new_header .headerMenu .headerMenuList .subList li a:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-top: 5px solid transparent;
  }
  .new_header .headerMenu .headerMenuList .subList li a:hover{
    background: none;
    opacity: .65;
  }
  .new_header .headerMenu .headerMenuList .subList li.close{
    position: absolute;
    border:  none;
    right: 5px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .new_header .headerMenu .headerMenuList .subList li.close:before{
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .new_header .headerMenu .headerMenuList .subList li.close:after{
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .headerMenu .headerMenuList .headerListTitle a:hover{
    opacity: .65;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus:after{
    display: none;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus p:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    border-top: 3px solid #0058A6;
    border-right: 3px solid #0058A6;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle.headerListTitleLink a::after{
    display: none;
  }
  .new_header .searchBox,
  .new_header .headerContactBtn{
    padding: 0 25px;
  }
}
@media screen and (max-width: 1024px){
  .new_header{
    padding-top: 0 !important;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle{
    padding: 0;
    border-top: 1px solid #ebebeb !important;
    border-bottom: none;
  }
  .header .headerMenu .headerMenuList .subList{
    border-top: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle p{
    padding: 21px 0 21px 10px;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus:after{
    top: 26px;
    transform: translateY(0);
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:hover{
    opacity: 1;
  }
  .new_header .headerMenu .headerMenuList .bg_sp a{
    background: #D9E8F7 !important;
    padding: 20px !important;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle:last-child{
    border-bottom: 1px solid #ebebeb;
  }
  .new_header .headerMenu .headerMenuList .headerListTitle.headerListTitlePlus.open:after{
    top: 33px;
  }
}
/*.page_copy_copy_news .header .searchBox .search_txt{
  margin-left: 0;
}*/
.tab-wrapper .tabs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-left: 1px solid #0058A6;
}
.tab-wrapper .tabs li{
  /*width: 20%;*/
  flex: 1 0 auto;
  border-right: 1px solid #0058A6;
}
.tab-wrapper .tabs li button{
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: transparent;
  text-align: center;
}
.tab-wrapper .tabs li button.active{
  color: #fff;
  background-color: #0058A6 !important;
}
.tab-wrapper .tabs li button:hover{
  opacity: .65;
  color: #fff;  
  background-color: #0058A6 !important;
}
@media screen and (max-width: 690px){
  .page_copy_copy_news .topNewsbox .dlb_rss .rss_new{
    margin-top: -4px
  }
  .tab-wrapper .tabs{
    margin-bottom: 40px;
    border-left: none;
  }
  .tab-wrapper .tabs li{
    width: 50%;
    margin-bottom: 0;
    border-bottom: 1px solid #0058A6;
    flex: unset;
  }
  .tab-wrapper .tabs li:nth-child(2n+1){
    border-left: 1px solid #0058A6;
  } 
  .tab-wrapper .tabs li:nth-child(1){
    border-top: 1px solid #0058A6;
  }
  .tab-wrapper .tabs li:nth-child(2){
    border-top: 1px solid #0058A6;
  }
  .tab-wrapper .tabs li button{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}

/* news tab
=========================================*/
.lst-years{

}
.lst-years li{
  display: inline-block;
  margin: 0 5px 10px;
}
.lst-years li:last-child{
  display: none;
}
.lst-years li a{
  display: block;
  padding: 2px 15px;
}

/*hide 1970 */
.dlb_rss #year1970{
  display: none !important;
}
.js-anchor.active{
  color: #fff;
  background: #0058A6;
}

