@charset "UTF-8";
body {
  min-width: 375px;
  line-height: 1.6;
  /*animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;*/
}
body.single {
  background-color: #0b2250;
}

header {
  position: fixed;
  transition: all 0.4s linear;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  align-items: center;
}
header .logo_box {
  margin-left: 20px;
  z-index: 9;
}
header .logo_box img {
  height: 30px;
  width: auto;
}
header:not(.scroll) {
  position: absolute;
  height: 82px;
}
header:not(.scroll) .logo_box img {
  height: 42px;
}
header:not(.scroll) #gnavi .toggle {
  right: 30px;
  top: 30px;
}

header:not(.scroll) .sns_btn2 {
  opacity: 0;
  transition: all 0.4s linear;
  visibility: hidden;
}
header .sns_btn2 {
  visibility: visible;
  opacity: 1;
  margin-right: 86px;
  gap: 14px;
}
header .sns_btn2 a {
  display: inline-flex;
}
header .sns_btn2 a svg {
  overflow: visible;
  fill: #1f4da7;
  width: 24px;
}
header .sns_btn2 a.twitter svg {
  width: 21px;
}

#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
}
#gnavi .toggle {
  position: absolute;
  text-align: center;
  width: 36px;
  height: 25px;
  right: 30px;
  top: 15px;
  cursor: pointer;
  z-index: 999999;
}
#gnavi .toggle span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 3px;
  background: #1f4da7;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 0px;
}
#gnavi .toggle span:nth-of-type(2) {
  top: 11px;
}
#gnavi .toggle span:nth-of-type(3) {
  top: 22px;
}
#gnavi .toggle.active {
  top: 29px;
}
#gnavi .toggle.active span {
  background: #fff;
}
#gnavi .toggle.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-320deg);
}
#gnavi .toggle.active span:nth-of-type(2) {
  display: none;
}
#gnavi .toggle.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(320deg);
}
#gnavi .menu_open {
  padding-top: 20px;
  background: #0b2250;
  display: none;
  max-height: 100vh;
  overflow-y: scroll;
}
#gnavi .menu_open .logo_box2 {
  background: #0b2250;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 80px;
  margin: auto;
}
#gnavi .menu_open .logo_box2 img {
  margin: 20px auto auto 20px;
  height: 42px;
  width: auto;
}
#gnavi .menu_open #spNav {
  position: relative;
  z-index: 2;
}
#gnavi .menu_open ul.flex-end {
  pointer-events: all;
  padding: 62px 30px 70px;
  margin: 0 auto;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) {
  border-bottom: 1px solid #284f86;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child):has(.acc) {
  border-bottom: none;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child).nav07 {
  border-bottom: none;
  text-align: center;
  padding-top: 30px;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child).nav07 a {
  display: inline-block;
  background-color: #fff;
  width: 246px;
  height: 54px;
  line-height: 54px;
  color: #0b2250;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) a {
  line-height: 64px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  display: block;
  padding: 0 20px;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc {
  display: block;
  border-bottom: 1px solid #284f86;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc a {
  margin-right: 50px;
  position: relative;
  z-index: 99;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc:before {
  z-index: 3;
  display: block;
  content: "＋";
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 16px;
  right: 0;
  margin: auto;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 16px;
  right: 0;
  margin: auto;
  position: absolute;
  background: #1f4da7;
  border-radius: 20px;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc.active a {
  color: #50b2e2 !important;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc.active:before {
  content: "ー";
  font-size: 16px;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .acc.active:after {
  background: #50b2e2;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) li {
  border-bottom: 1px solid #0c3167;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) li a {
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: block;
  padding: 0 20px;
  position: relative;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) li a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 13px;
  height: 13px;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .child .link_clm3 li {
  text-align: left;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .child .link_clm3 li .img,
#gnavi .menu_open ul.flex-end > li:not(:last-child) .child .link_clm3 li .font-r {
  display: none;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .child .link_clm3 li .cc {
  display: inline;
}
#gnavi .menu_open ul.flex-end > li:not(:last-child) .child .link_clm3 li .txt26.fb {
  font-size: 16px;
  font-weight: normal;
}
#gnavi .menu_open ul.flex-end .txt_link {
  padding: 30px 0 20px;
  border-bottom: none;
}
#gnavi .menu_open ul.flex-end .txt_link a {
  color: #fff;
  padding: 0;
}
#gnavi .menu_open ul.flex-end .txt_link .sns_btn {
  width: 134px;
}
#gnavi .menu_open ul.flex-end .txt_link .sns_btn a {
  pointer-events: all;
}
#gnavi .menu_open ul.flex-end .txt_link .sns_btn a svg {
  overflow: visible;
  fill: #fff;
}

#index header:not(.scroll) {
  height: 62px;
  padding: 20px 0 0;
  box-sizing: border-box;
  align-items: flex-start;
  position: absolute;
  align-items: center;
  position: absolute;
  background: transparent;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
#index header:not(.scroll) .logo_box {
  margin-top: 0px;
}
#index header:not(.scroll) .toggle span {
  background: #fff;
}
#index header:not(.scroll) .toggle.active {
  top: 29px;
}

header + #main .title {
  margin-top: 82px;
}
header + #main .title.scroll + #main .title {
  margin-top: 52px;
}

.scroll_box:not(.sns_w) {
  display: none;
}

#index .scroll_box {
  z-index: 99;
  position: absolute;
  bottom: 85px;
  right: 15px;
  margin: auto;
}
#index .scroll_box a {
  display: none;
}
#index .scroll_box p {
  display: block;
}

.title:not(.none) {
  height: 180px;
  background-size: cover !important;
  color: #fff;
  display: grid;
  place-items: center start;
}
.title:not(.none).txt_navy {
  color: #0b2250;
}
.title:not(.none) .h1_txt {
  padding: 0 10%;
  text-transform: uppercase;
}
.title:not(.none) .h1_txt h1 span {
  display: block;
}
.title:not(.none) .h1_txt .txt18 {
  padding-top: 8px;
  letter-spacing: 2px;
}

#policy .title .h1_txt {
  padding: 0 7%;
}

/*下層タイトルなしのページ用*/
.title.none {
  height: 1px;
}

#csr .title {
  background: url(/img/csr/tit_img_sp.jpg) no-repeat;
}

#business .title {
  background: url(/img/business/tit_img_sp.jpg) no-repeat;
}

#news:not(.single) .title {
  background: url(/img/news/tit_img_sp.jpg) no-repeat;
}

#company .title {
  background: url(/img/company/tit_img_sp.jpg) no-repeat;
}

#products .title {
  background: url(/img/products/tit_img_sp.jpg) no-repeat;
}

#history .title {
  background: url(/img/history/tit_img.jpg) no-repeat;
}

.page-template-page-ir .title,
#ir .title {
  background: url(/img/ir/tit_img_sp.jpg) no-repeat;
}

#main_img {
  background-color: #0b2250;
}
#main_img:before {
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  top: 100vh;
  left: 30px;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(/img/top/bg01_sp.png) right top no-repeat;
  background-size: 100% auto;
}
#main_img .fv {
  height: calc(100vh + 230px);
  margin: 0 auto 0;
}
#main_img .main_img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
#main_img .main_img video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
}
#main_img .lead_box {
  position: -webkit-sticky;
  position: sticky;
  padding: 0 30px;
  top: 50%;
}
#main_img .lead_box .lead img {
  max-width: 400px;
  transform: translateY(-50%);
  width: 100%;
}
#main_img .txt_img .txt_w {
  padding: 0 30px;
  margin-bottom: 85px;
}
#main_img .txt_img .txt_w .txt19 {
  font-size: 16px;
}
#main_img .txt_img .txt_w .txt19 + .txt19 {
  margin-top: 32px;
}
#main_img .txt_img .img {
  display: block;
  padding-left: 30px;
}
#main_img .txt_img .img .img01 {
  display: block;
  width: calc(100% - 30px);
  text-align: right;
}
#main_img .txt_img .img .img01 img {
  margin-left: 30px;
}
#main_img .txt_img .img .img02 {
  display: block;
}
#main_img .txt_img .img .img02 img {
  width: 70%;
  transform: translateY(30%);
}

@media screen and (max-width: 374px) {
  /*-----------*/
  header {
    width: 375px;
  }
  #main_img .main_img {
    width: 375px;
    height: 100vh;
  }
  #main_img .main_img video {
    width: 375px;
  }
} /*--min-width: 375px--*/
.stit01 {
  letter-spacing: 0.2em;
  color: #0b2250;
  font-size: 14px;
  margin-bottom: 36px;
  font-weight: bold;
}
.stit01 .font-r {
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
  font-size: 40px;
  color: #1f4da7;
  line-height: 1;
  margin-bottom: 10px;
}
.stit01 .font-r.sp_ls {
  letter-spacing: 0px;
  font-size: 36px;
}
.stit01.txt_w {
  color: #fff;
}
.stit01.txt_w .font-r {
  color: #fff;
}

.stit_navy {
  background-color: #0b2250;
  line-height: 38px;
  height: 38px;
  border-left: 8px solid #1f4da7;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 25px;
}
.stit_navy .sp12 {
  font-size: 12px;
}

.txt64 .txt18 {
  display: block;
  letter-spacing: 0.16em;
}

.btn01 {
  text-align: center;
}
.btn01 a,
.btn01 span.nolink {
  transition: all 0.4s linear;
  text-align: left;
  margin: 0;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 0.5px;
  background: #1f4da7;
  width: 246px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
}
.btn01 a:after,
.btn01 span.nolink:after {
  transition: all 0.4s linear;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  position: absolute;
  background: url(/img/common/ar02.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.btn01 a.blank:after,
.btn01 span.nolink.blank:after {
  display: none;
}
.btn01 a.blank svg,
.btn01 span.nolink.blank svg {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  z-index: 3;
}
.btn01 a.blank svg line,
.btn01 a.blank svg path,
.btn01 span.nolink.blank svg line,
.btn01 span.nolink.blank svg path {
  transition: all 0.4s linear;
}
.btn01 a:hover,
.btn01 span.nolink:hover {
  background-color: #2495da;
}
.btn01 a:hover:not(.blank):after,
.btn01 span.nolink:hover:not(.blank):after {
  right: 20px;
}
.btn01 a:hover.blank,
.btn01 span.nolink:hover.blank {
  background-color: #fff;
  color: #1f4da7;
}
.btn01 a:hover.blank svg line,
.btn01 a:hover.blank svg path,
.btn01 span.nolink:hover.blank svg line,
.btn01 span.nolink:hover.blank svg path {
  stroke: #1f4da7;
}

#company .l_nav {
  padding: 20px;
}
#company .l_nav li {
  width: 105px;
  max-width: 31%;
}
#company .l_nav li a {
  box-sizing: border-box;
  display: block;
  height: 62px;
  padding-top: 10px;
  transition: all 0.4s linear;
  background-color: #0b2250;
  color: #fff;
}
#company .l_nav li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #5a7ba8;
  border-right: 3px solid #5a7ba8;
  transform: rotate(135deg);
}
#company .l_nav li a:hover {
  background-color: #1f4da7;
}

.ir_box .w800 {
  padding: 20px 20px 0;
}
.ir_box .w800 .img_box.mb120 {
  margin-bottom: 40px;
}
.ir_box .img {
  text-align: center;
}
.ir_box .img + .img {
  margin-top: 30px;
}
.ir_box .img img + img {
  margin-top: 30px;
}
.ir_box .img.justify img {
  width: 400px;
}
.ir_box .img_box.w50 {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.ir_box .img_box.w50 a.pdf_link .bb {
  text-decoration: underline;
}
.ir_box .img_box.w50 a.pdf_link .bb:hover .bb {
  text-decoration: none;
  transition: all 0.4s linear;
}
.ir_box .dl_list {
  display: inline-block;
}
.ir_box .dl_list li {
  padding-left: 24px;
}
.ir_box .dl_list li.pdf {
  background: url(/img/ir/i_pdf.png) 0 2px no-repeat;
  background-size: 19px auto;
}
.ir_box .dl_list li.blank2 {
  background: url(/img/ir/i_blank02.png) 0 4px no-repeat;
  padding-left: 20px;
}
.ir_box .dl_list li + li {
  margin-top: 10px;
}
.ir_box .simple_box .img {
  margin-bottom: 15px;
}
.ir_box .simple_box .btn01 a {
  border: 1px solid #1f4da7;
}

#products .img_box2 {
  margin-bottom: -20px;
}
#products .img_box2 li.w220 {
  width: 48%;
  padding-bottom: 20px;
}
#products .img_box2 li.w220 p {
  font-size: 14px;
  margin-top: 14px;
}
#products .img_box ul.q_a li {
  border-bottom: 2px solid #1f4da7;
  padding: 0px 4px 14px;
  margin-bottom: 14px;
}
#products .img_box ul.q_a li a {
  width: 275px;
  box-sizing: border-box;
  text-decoration: none;
  color: #0b2250;
  background: url(/img/common/i_blank_n.svg) right 50% no-repeat;
  background-size: 15px auto;
  padding-right: 26px;
}
#products .img_box a:not(.img) {
  color: #1f4da7;
  text-decoration: underline;
}
#products .img_box a:not(.img):hover {
  text-decoration: none;
  transition: all 0.4s linear;
}
#products .img_box .dl_table {
  width: 100%;
  margin: 0px auto 0;
  border-collapse: collapse;
  border: 1px double #1f4da7;
}
#products .img_box .dl_table th {
  width: 80px;
  border: 1px solid #a7c3de;
  box-sizing: border-box;
  padding: 11px 7px 11px 10px;
  vertical-align: middle;
  text-align: left;
  background-color: #1f4da7;
  color: #fff;
}
#products .img_box .dl_table td {
  border: 1px solid #a7c3de;
  box-sizing: border-box;
  padding: 11px 10px;
  position: relative;
  text-align: center;
}
#products .img_box .dl_table td.tL {
  padding-left: 10px;
  text-align: left;
}
#products .img_box .dl_table.dl_01 {
  width: 400px;
}
#products .img_box .dl_table.dl_01 th {
  width: 140px;
}
#products .img_box .dl_table.dl_01 td {
  width: 60px;
}
#products .table-scroll {
  overflow-x: scroll;
}
#products .dl_table02 {
  width: 100%;
  display: block;
  margin: 0px auto 0;
}
#products .dl_table02 .wrap,
#products .dl_table02 > tr,
#products .dl_table02 > tbody {
  display: block;
  width: 100%;
}
#products .dl_table02 .pc_only,
#products .dl_table02 .bg01 {
  display: none !important;
}
#products .dl_table02 h4.sp_only {
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  padding: 1px 10px;
  text-align: center;
  background-color: #284f86;
  color: #fff;
}
#products .dl_table02 .wrap > td {
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
#products .dl_table02 .wrap > td.bg_blue {
  padding: 10px 4px;
  margin: 10px auto 10px;
  background-color: #1f4da7;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#products .dl_table02 .wrap > td.bg_aqua {
  padding-top: 0px;
  background-color: #fff;
}
#products .dl_table03 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px double #1f4da7;
  text-align: left;
  font-size: 13px;
}
#products .dl_table03 caption {
  line-height: 1.4;
  padding: 4px 0;
}
#products .dl_table03 th {
  font-weight: normal;
  border-bottom: 1px solid #a7c3de;
  box-sizing: border-box;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
  background-color: #5a7ba8;
  color: #fff;
  line-height: 1.3;
}
#products .dl_table03 td {
  border-bottom: 1px solid #a7c3de;
  box-sizing: border-box;
  padding: 8px 5px 8px 10px;
  position: relative;
  text-align: left;
}
#products .dl_table03 td.tL {
  padding-left: 50px;
  text-align: left;
}
#products .dl_table03 tr:nth-of-type(even) th {
  background-color: #476a9b;
}
#products .dl_table03 tr:nth-of-type(even) td {
  background-color: #eff6fc;
}
#products .dl_table03.spec01 {
  margin-bottom: 10px;
}
#products .dl_table03.spec01 th {
  width: 110px;
}
#products .dl_table03.spec02 {
  width: 360px;
}
#products .dl_table03.spec02 th {
  text-align: center;
  padding: 5px 5px;
  border-left: 1px solid #406395;
}
#products .dl_table03.spec03 {
  margin-bottom: 25px;
}
#products .dl_table03.spec04 th {
  width: 100px;
}

#co01 .img01 {
  margin: 35px auto 0;
}
#co01 .img01 img {
  margin-bottom: 20px;
}

#co02 .box01 {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  margin: 40px auto;
}
#co02 .box01 .img {
  text-align: center;
}
#co02 .box01 .img img {
  width: 100%;
  max-width: 400px;
}
#co02 .itec_txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: #091b43;
}

#co03 .bg_w {
  padding: 10px 4% 30px;
}
#co03 .bg_w dl {
  margin: 0 auto;
}
#co03 .bg_w dl dt {
  box-sizing: border-box;
  text-align: left;
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #a7c3de;
}
#co03 .bg_w dl dd {
  box-sizing: border-box;
  padding: 10px 10px;
  border-bottom: 1px solid #a7c3de;
}
#co03 .bg_w dl dd .posi {
  width: 10.6em;
}
#co03 .bg_w dl dd li {
  line-height: 1.6;
  margin-bottom: 5px;
}
#co03 .bg_w dl dd:last-of-type {
  border-bottom: none;
}

.img100 {
  position: relative;
}
.img100 img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_box {
  padding: 60px 0 0px;
}

.news_list {
  margin-bottom: 60px;
}
.news_list li a {
  transition: all 0.4s linear;
  background-color: #eff6fc;
  padding: 30px 0px 30px;
  border-bottom: 1px solid #a7c3de;
}
.news_list li a:after {
  transition: 0.7s;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  position: absolute;
  background: url(/img/common/ar01_sp.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.news_list li a:hover {
  background-color: #fff;
}
.news_list li a:hover:after {
  right: 5px;
}
.news_list li a .date {
  font-family: "Roboto", sans-serif;
  color: #1f4da7;
  font-weight: bold;
  line-height: 20px;
  margin-right: 15px;
}
.news_list li a .cat {
  font-size: 10px;
  margin-right: 40px;
  background: #5a7ba8;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 5px;
  line-height: 17px;
  height: 18px;
  min-width: 100px;
  box-sizing: border-box;
}
.news_list li a .news_tit {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-right: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list li:first-child a {
  border-top: 1px solid #a7c3de;
}

.lh22,
.main section p.txt16 {
  line-height: 1.75 !important;
}

#business01 .box1200 .txt_box .txt40 {
  font-size: 23px;
  line-height: 45px;
}
#business01 .box1200 .txt_box .txt40 em {
  padding: 0 6px;
  line-height: 45px;
}
#business01 .box1200 .img {
  max-width: 305px;
  margin-bottom: 35px;
}
#business01 .link_clm3 li {
  width: 300px;
  margin: 0 auto 0;
  background-color: #2495da;
}
#business01 .link_clm3 li + li {
  margin: 20px auto 0;
}
#business01 .link_clm3 li.link02 {
  background-color: #1f4da7;
}
#business01 .link_clm3 li.link03 {
  background-color: #0b2250;
}
#business01 .link_clm3 li .img {
  width: 50%;
}
#business01 .link_clm3 li .txt_box {
  width: 50%;
  padding-bottom: 20px;
}
#business01 .link_clm3 li .txt_box .txt10 {
  letter-spacing: 1.5px;
}
#business01 .link_clm3 li .txt_box::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}

#news_feed {
  padding: 60px 0 0px;
}
#news_feed .cate_box {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
  padding-top: 14px;
}
#news_feed .cate_box .cate_list {
  padding-top: 20px;
  gap: 20px;
}
#news_feed .cate_box .cate_list li a {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 3px;
  position: relative;
}
#news_feed .cate_box .cate_list li a:after {
  z-index: 99;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #1f4da7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#news_feed .cate_box .cate_list li a:hover:after {
  transform: scale(1, 1);
}
#news_feed .cate_box .archive_box {
  margin-left: auto;
  width: 150px;
}
#news_feed .cate_box .archive_box:before {
  display: block;
  content: "ARCHIVE";
  top: -1.7em;
  right: 0;
  margin: auto;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #1f4da7;
}
#news_feed .cate_box .archive_box .sele {
  color: #1f4da7;
  font-size: 15px;
  margin-left: auto;
  background-color: #fff;
  font-weight: bold;
  width: 150px;
  height: 40px;
  background: transparent;
  border: 2px solid rgba(31, 77, 157, 0.7);
  position: relative;
  line-height: 36px;
  text-align: left;
  padding: 0 30px 0 15px;
}
#news_feed .cate_box .archive_box .sele::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #5a7ba8;
  border-right: 3px solid #5a7ba8;
  transform: rotate(135deg);
}
#news_feed .cate_box .archive_box .sele.active + .dropdown_list {
  visibility: visible;
  opacity: 1;
}
#news_feed .cate_box .archive_box .dropdown_list {
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s;
  width: 150px;
  position: absolute;
  top: 40px;
  right: 0;
  border-left: 2px solid rgb(31, 77, 157);
  border-right: 2px solid rgb(31, 77, 157);
  box-sizing: border-box;
}
#news_feed .cate_box .archive_box .dropdown_list li {
  border-bottom: 2px solid rgb(31, 77, 157);
  background-color: #fff;
  transition: all 0.4s linear;
  position: relative;
  color: #191919;
}
#news_feed .cate_box .archive_box .dropdown_list li a {
  transition: all 0.4s linear;
  line-height: 36px;
  display: inline-block;
  color: #191919;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
#news_feed .cate_box .archive_box .dropdown_list li:hover {
  color: #fff;
  background-color: #1f4da7;
  cursor: pointer;
}
#news_feed .cate_box .archive_box .dropdown_list li:hover a {
  color: #fff;
}
#news_feed .cate_box .archive_box:hover .sele {
  border: 2px solid rgb(31, 77, 157);
}
#news_feed .news_list li a {
  background-color: #fff;
}
#news_feed .news_list li a:hover {
  background-color: #eff6fc;
}

.term-pr #news_feed .cate_box .pr a,
.term-sdgs #news_feed .cate_box .sdgs a,
.term-other #news_feed .cate_box .ohter a,
.term-news #news_feed .cate_box .news a,
.post-type-archive #news_feed .cate_box .all a {
  color: #1f4da7;
}
.term-pr #news_feed .cate_box .pr a:after,
.term-sdgs #news_feed .cate_box .sdgs a:after,
.term-other #news_feed .cate_box .ohter a:after,
.term-news #news_feed .cate_box .news a:after,
.post-type-archive #news_feed .cate_box .all a:after {
  transform: scale(1, 1);
}

.single article .inbox.w800 {
  padding: 0px 7%;
  margin: 35px auto 50px;
}
.single article .tit_wrap {
  margin-bottom: 35px;
}
.single article .tit_wrap .date {
  font-family: "Roboto", sans-serif;
  color: #1f4da7;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 14px;
}
.single article .tit_wrap .cat {
  margin-right: 12px;
}
.single article .tit_wrap .cat a {
  background: #5a7ba8;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
  font-size: 12px;
  min-width: 106px;
  box-sizing: border-box;
}
.single article .post_content {
  text-align: start;
}
.single article .post_content h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 1.8em 0;
}
.single article .post_content h2 {
  font-size: 30px;
  line-height: 1.2;
  line-height: 1.2;
  margin: 1.8em 0;
}
.single article .post_content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 1.8em 0;
}
.single article .post_content h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 1.8em 0;
}
.single article .post_content h5 {
  font-size: 18px;
  line-height: 1.6;
  margin: 1.8em 0;
}
.single article .post_content img,
.single article .post_content p {
  line-height: 1.65;
  margin-bottom: 1em;
}
.single article .post_content a {
  text-decoration: underline;
}
.single article .post_content a:hover {
  text-decoration: none;
  transition: all 0.4s linear;
}
.single article .post_content li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
.single article .post_content li:before {
  display: block;
  content: "";
  top: 5px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #191919;
  border-radius: 100%;
}
.single article .post_content img {
  display: block;
}
.single article .post_content img.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.single article .post_content img.alignleft {
  text-align: left;
  float: left;
  margin: 0 30px 10px 0px;
}
.single article .post_content img.alignright {
  text-align: right;
  display: block;
  float: right;
  margin: 0 0 10px 30px;
}

.box404 .txt404 {
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 2px;
  color: #1f4da7;
}
.box404 .txt404 .c01 {
  color: #50b2e2;
}
.box404 .txt404 .c02 {
  color: #5a7ba8;
}
.box404 .txt404 .txt100 {
  font-size: 40px;
}
.box404 .txt16 {
  font-size: 14px;
}
/*# sourceMappingURL=sp.css.map */