#totop {
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(20px);
  opacity: 0;
}
#totop.totop__show {
  display: block;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.dm2023_news_year {
  width: 100%;
  border: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  visibility: hidden;
}
.--show .dm2023_news_year {
  visibility: visible;
}
.dm2023_news_year--wapper {
  position: relative;
  border-top: 1px solid #DCDCDC;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .dm2023_news_year--wapper {
    width: 220px;
  }
  #rnav .dm2023_news_year--wapper {
    width: 100%;
  }
}
.news_tab01 .dm2023_news_year--wapper {
  margin: 1rem 0;
}
@media screen and (min-width: 769px) {
  .news_tab01 .dm2023_news_year--wapper {
    display: none;
  }
}
.dm2023_news_year__itemText, .dm2023_news_year__item {
  border: 1px solid #DCDCDC;
  border-top: none;
  padding: 11px 15px;
  display: block;
  cursor: pointer;
  min-height: 50px;
  box-sizing: border-box;
}
.dm2023_news_year__itemText.--selected, .dm2023_news_year__item.--selected {
  color: #aaa;
}
.dm2023_news_year__itemText:hover, .dm2023_news_year__item:hover {
  text-decoration: none;
}
.dm2023_news_year__itemText {
  position: relative;
}
.dm2023_news_year__itemText:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-image: url(../img/arrow_down.svg);
  background-size: 100%;
  right: 15px;
  top: calc(50% - 5px);
}
.--show .dm2023_news_year__itemText:after {
  background-image: url(../img/arrow_up.svg);
}

@media screen and (max-width: 768px) {
  .page-template-page-english {
    max-width: 100%;
    padding: 0 1rem;
  }
  .page-template-page-english .header_nav01 li {
    border-bottom: 1px solid #e1e1e1;
  }
  .page-template-page-english .header_nav01 li:before {
    display: none;
  }
  .page-template-page-english .sec-title,
.page-template-page-english h3 {
    position: relative;
    width: calc(100% - 20px);
    margin: 0;
    max-width: 100%;
    background: #fcfcfc;
    height: auto;
    border-bottom: 2px solid #e5e5e5;
  }
  .page-template-page-english .sec-title::before,
.page-template-page-english h3::before {
    content: "";
    width: 2px;
    background-color: #014099;
    height: 70%;
    position: absolute;
    left: 5px;
    top: 15%;
  }
  .page-template-page-english #container,
.page-template-page-english .breadcrumbs,
.page-template-page-english .contents,
.page-template-page-english .w904 {
    max-width: 100%;
    min-width: 0;
  }
  .page-template-page-english .page-title {
    line-height: 40px;
  }
  .page-template-page-english .flows-1 .leftbox {
    max-width: 100%;
  }
  .page-template-page-english .caution01 {
    max-width: calc(100% - 1rem);
    background-color: #fffeec;
    background-image: none;
    height: auto;
    margin: 2rem 0;
    padding: 2rem 1rem 2rem 0;
    border-top: 3px solid #fcd702;
    border-bottom: 3px solid #fcd702;
    position: relative;
  }
  .page-template-page-english .caution01::before {
    content: "";
    background-image: url(../../../asset/english/top/caution01_bg.gif);
    background-position: -7px -7px;
    background-size: auto;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 3px;
    top: 38px;
  }
  .page-template-page-english .flows-1-container .ml52 {
    margin-left: 0 !important;
  }
  .page-template-page-english .flows-1-container .pl52 {
    padding-left: 0 !important;
  }
  .page-template-page-english .s02-flows {
    max-width: 100%;
  }
  .page-template-page-english .s02-flows .s02-flow {
    float: none;
    width: 100%;
    padding: 0;
  }
  .page-template-page-english .s02-flows .s02-flow:first-child {
    padding-bottom: 6rem;
  }
  .page-template-page-english .s02-flows .s02-flow:first-child::before {
    content: "";
    background-image: url(../../../asset/english/top/arrow_1.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(90deg);
    background-size: 100%;
  }
  .page-template-page-english .lr-container1 {
    max-width: 100%;
  }
  .page-template-page-english .lr-container1 .s02-img1 {
    text-align: center;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .page-template-page-english .lr-container1 .mr32 {
    margin: 0 !important;
  }
  .page-template-page-english .s02-list .s02-txt1 {
    max-width: 100%;
  }
  .page-template-page-english #call .red a {
    color: #da3127;
    font-size: 21px;
  }
}
.header2023 {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  top: 0;
  border-bottom: 1px solid #dcdcdc;
}
.header2023__top {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header2023__top__menu {
  display: flex;
}
@media screen and (max-width: 1060px) {
  .header2023__top__menu {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header2023__top__menu {
    display: none;
  }
}
.header2023__top__menu li {
  margin-right: 1px;
}
@media screen and (max-width: 1060px) {
  .header2023__top__menu li {
    width: 25%;
  }
}
.header2023__top__menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-top: 6px solid #013E89;
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F5EA8;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 1060px) {
  .header2023__top__menu li a {
    width: 100%;
  }
}
.header2023__top__menu li a span {
  font-size: 20px;
}
.header2023__top__menu li a:hover {
  text-decoration: none;
}
.header2023__top__menu li a path {
  fill: #fff;
}
.header2023__top__menu li.--active a {
  color: #013E89;
  background-color: #fff;
}
.header2023__top__menu li.--active a path {
  fill: #013E89;
}
.header2023__top__menuRight {
  display: flex;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 1061px) {
  .header2023__top__menuRight {
    position: absolute;
    right: 0;
    top: 5px;
    width: 250px;
  }
}
.header2023__top__menuRight li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .header2023__top__menuRight li {
    width: 50%;
  }
}
.header2023__top__menuRight li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  line-height: 17px;
}
@media screen and (max-width: 1060px) {
  .header2023__top__menuRight li a {
    width: 100%;
    justify-content: center;
    padding: 0 10px !important;
  }
  .header2023__top__menuRight li a br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header2023__top__menuRight li a {
    font-size: 12px;
  }
}
.header2023__top__menuRight li a.--contact {
  padding-right: 20px;
}
.header2023__top__menuRight li a.--contact::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 5%;
  right: 0;
  height: 90%;
  background-color: #E0E0E0;
}
.header2023__top__menuRight li a.--emergency {
  padding-left: 20px;
  color: #D70A17;
}
.header2023__top__menuRight li a svg {
  margin-right: 10px;
}
.header2023__content {
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header2023__content {
    padding: 15px;
    border-top: 1px solid #E0E0E0;
  }
}
.header2023__content__logo img {
  width: auto;
  max-width: 150px;
}
.header2023__content__right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header2023__content__right {
    right: 15px;
  }
}
.header2023__content__right a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 20px;
  position: relative;
}
.header2023__content__right a.--tagtag {
  border: 1px solid #1F5EA8;
  border-radius: 2px;
  padding: 5px;
  color: #1F5EA8;
  font-weight: bold;
}
.header2023__content__right a.--tagtag img {
  margin-right: 10px;
}
.header2023__content__right a.--faq::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .header2023__content__right a.--english, .header2023__content__right a.--faq, .header2023__content__right a.--tagtag {
    display: none;
  }
}
.header2023__content__right > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header2023__content__right .--search {
  margin-left: 16px;
}
.header2023__content__right .--menu-mobile {
  margin-left: 30px;
}
@media screen and (min-width: 769px) {
  .header2023__content__right .--menu-mobile {
    display: none;
  }
}
.header2023__content__right img {
  width: auto;
}
.header2023__content__search {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 10px);
  z-index: 998;
}
.header2023__content__search.--show {
  display: block;
}
.header2023__content__search input[type=text] {
  height: 53px;
  width: 313px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  box-sizing: border-box;
}
.header2023__content__search button[type=submit] {
  border: none;
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../img/top/search_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: transparent;
  background-size: 100%;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .header2023__content__search {
    left: 0;
    bottom: inherit;
    top: calc(100% + 1px);
  }
  .header2023__content__search form {
    padding: 10px;
    background-color: #F3F4F7;
  }
  .header2023__content__search input[type=text] {
    width: 100%;
  }
  .header2023__content__search button[type=submit] {
    right: 30px;
  }
}
.header2023__menuMobile {
  width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  height: 100vh;
  min-height: auto;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .--show-menu-mobile .header2023__menuMobile {
    visibility: visible;
    transform: translateX(0);
  }
}
.header2023__menuMobile--wapper {
  height: 100%;
  overflow-y: auto;
}
.header2023__menuMobile__close {
  padding: 20px;
  text-align: right;
}
.header2023__menuMobile__close img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.header2023__menuMobile__menu li a {
  font-size: 14px;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  border-left: 4px solid #fff;
  padding: 0 25px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.header2023__menuMobile__menu li a::after {
  content: url(../img/top/arrow_r_blue.svg);
  position: absolute;
  right: 20px;
}
.header2023__menuMobile__menu li a svg {
  margin-right: 5px;
}
.header2023__menuMobile__menu li.--page a {
  font-size: 16px;
  color: #fff;
  background-color: #1F5EA8;
  border-color: #013E89;
  font-weight: bold;
}
.header2023__menuMobile__menu li.--page a::after {
  content: url(../img/top/arrow_r_white.svg);
}
.header2023__menuMobile__menu li.--page a span {
  font-size: 20px;
}
.header2023__menuMobile__menu li.--emergency a {
  color: #D70A17;
}
.header2023__menuMobile__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.header2023__menuMobile__bottom a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 20px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  justify-content: center;
}
.header2023__menuMobile__bottom a.--tagtag {
  width: 100%;
  border: 1px solid #1F5EA8;
  border-radius: 2px;
  padding: 5px;
  color: #1F5EA8;
  font-weight: bold;
  margin: 20px;
  padding: 15px 20px;
}
.header2023__menuMobile__bottom a.--tagtag img {
  margin-right: 10px;
  width: auto;
}
.header2023__menuMobile__bottom a.--faq {
  border-right: 1px solid #E0E0E0;
}
.header2023__menuMobile a:hover {
  text-decoration: none;
}
.header2023 a {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .header2023 #login_nav .login_nav_tit01 {
    height: 65px;
    font-size: 14px;
  }
}

.footer2023__sns {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.footer2023__sns li {
  margin: 0 10px;
}

.header2023__menuMobile--overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .--show-menu-mobile {
    overflow: hidden;
  }
  .--show-menu-mobile .header2023__menuMobile--overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 999;
  }
}
.formSearchNews {
  position: relative;
}
.formSearchNews input[type=text] {
  background-color: #F3F4F7;
  border: 1px solid #DCDCDC;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
}
.formSearchNews input[type=text]:focus-visible {
  border-color: #043E89;
  border-radius: 0;
  outline: none;
  background-color: #fff;
}
.formSearchNews button {
  position: absolute;
  right: 20px;
  top: 17px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.formSearchNews button img {
  padding: 0;
}

.news__before__tab {
  display: flex;
  flex-wrap: wrap;
}
.news__before__tab .formSearchNews,
.news__before__tab .dm2023_news_year--wapper {
  width: calc(50% - 5px);
  margin-right: 10px;
}
@media screen and (max-width: 550px) {
  .news__before__tab .formSearchNews,
.news__before__tab .dm2023_news_year--wapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 551px) {
  .news__before__tab .dm2023_news_year--wapper {
    margin-right: 0;
  }
}

/* news add sup, sub
----------------------------------------*/
.single-news #main_content sup,
#breadcrumb span sup,
.news_tab01_contents01_txt01 sup {
  vertical-align: super;
  font-size: smaller;
}

.single-news #main_content sub,
#breadcrumb span sub,
.news_tab01_contents01_txt01 sub {
  vertical-align: sub;
  font-size: smaller;
}

/* ir new sidebar list pdf fix
----------------------------------------*/
.ir-template-ir-new-sidebar .list_pdf_wapper .--child,
.page-template-ir-new-sidebar .list_pdf_wapper .--child {
  padding: 2px 0 2px 1.5rem;
}

.--ssp {
  display: none;
}

@media screen and (max-width: 768px) {
  .--spc {
    display: none;
  }
  .--ssp {
    display: initial;
  }
}
.tabNewsCal__item__rss {
  max-width: 90px;
  display: inline-block;
}
.tabNewsCal__item__rss__wapper {
  margin: 15px 0;
  text-align: right;
}

.irinfo__DLzip a {
  position: absolute;
  right: 0;
  padding: 5px 20px;
  background-color: #013E89;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .irinfo__DLzip a {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.irinfo__DLzip a::before {
  content: url(../img/ir-download.svg);
  margin-right: 10px;
}
.irinfo__DLzip a:hover {
  opacity: 0.8;
  transition: 0.6s all;
}

.introductionExample__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 768px) {
  .introductionExample__list {
    flex-direction: column;
    gap: 25px;
  }
}
.introductionExample__item {
  position: relative;
  width: 31.9666666667%;
}
@media (max-width: 768px) {
  .introductionExample__item {
    width: 100%;
  }
}
.introductionExample__item__info {
  padding: 12px 0;
}
.introductionExample__item .--image {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.introductionExample__item .--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.introductionExample__item:hover .--image img {
  transform: scale(1.2);
}
.introductionExample__item .--category {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #898989;
  margin-bottom: 10px;
}
.introductionExample__item .--system {
  margin: 10px 0;
}
.introductionExample__item .--system span {
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  background-color: #3271B6;
  color: #fff;
}
.introductionExample__item .--title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.introductionExample__item .--text {
  font-size: 14px;
  line-height: 21px;
}
.introductionExample__item .--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.introductionExample__item .--new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #D70A17;
  z-index: 1;
  padding: 5px;
}

@media (min-width: 769px) {
  .post-type-archive-business_case .caseListItem,
.tax-business_case_category .caseListItem {
    display: flex;
    margin-bottom: 20px;
  }
  .post-type-archive-business_case .caseListItem li,
.tax-business_case_category .caseListItem li {
    margin-bottom: 10px;
    padding: 0 13px;
    flex: none;
    box-sizing: border-box;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-business_case .caseListItem li,
.tax-business_case_category .caseListItem li {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .post-type-archive-business_case .caseListItem li:nth-child(2n)::after,
.tax-business_case_category .caseListItem li:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .header2023 #login_nav li .--parent-only .login_nav_tit01:before {
    background: none !important;
    width: 5px;
    height: 5px;
    border-width: 2px;
    border-top: 3px solid #003e89;
    border-right: 3px solid #003e89;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header2023 #login_nav li .--parent-only .login_nav_tit01:after {
    display: none;
  }
}
