@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*中央寄せ $direction x：横方向 y：縦方向 xy：縦横方向*/
/*////////////////////////////////////////////////////
　2023/03 IR 改修
////////////////////////////////////////////////////*/
.ir_box {
  font-family: Meiryo UI;
}

a {
  transition: all 0.5s 0s ease-out;
}
a:hover {
  color: #39c1ff;
}

#event_spot {
  font-size: 12px;
  background-color: #EEF2F6;
  font-weight: bold;
  position: relative;
  display: flex;
}
#event_spot .headline {
  background-color: #1B7FC4;
  color: #fff;
  padding: 12px 15px;
  position: relative;
  display: block;
  white-space: nowrap;
}
#event_spot .headline::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1B7FC4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}
#event_spot a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #000;
  width: 100%;
}
#event_spot a:hover {
  color: #1B7FC4;
}
#event_spot a::after {
  content: "";
  display: block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#event_spot a p.date {
  padding-right: 10px;
  border-right: 1px dotted #A8A8A8;
}
#event_spot a p.title {
  padding-left: 10px;
}

.ir_top_bnr {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  margin-bottom: 15px;
}

.tab_box {
  background-color: #E7EDF2;
  padding: 30px 25px 23px;
  margin-bottom: 23px;
}
.tab_box .btn_area {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.tab_box .btn_area .tab_btn {
  width: 336px;
  padding: 10px 0 19px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background-color: #E3E3E3;
  color: #666;
  border-top: 2px solid #D1D1D1;
}
.tab_box .btn_area .tab_btn::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.tab_box .btn_area .tab_btn:nth-child(1)::before {
  width: 20px;
  height: 20px;
  background-image: url("/img/ir/new/news_off.svg");
  background-size: contain;
}
.tab_box .btn_area .tab_btn:nth-child(2)::before {
  width: 23px;
  height: 20px;
  background-image: url("/img/ir/new/calendar_off.svg");
  background-size: cover;
}
.tab_box .btn_area .tab_btn.active {
  background-color: #fff;
  border-top: 2px solid #1B7FC4;
  color: #333;
}
.tab_box .btn_area .tab_btn.active:nth-child(1)::before {
  background-image: url("/img/ir/new/news.svg");
  background-size: contain;
}
.tab_box .btn_area .tab_btn.active:nth-child(2)::before {
  background-image: url("/img/ir/new/calendar.svg");
  background-size: cover;
}
.tab_box .panel_area .tab_panel {
  display: none;
}
.tab_box .panel_area .tab_panel.active {
  display: block;
}
.tab_box .panel_area .tab_panel.active ul {
  background-color: #fff;
  padding: 22px 17px;
  margin-bottom: 20px;
}
.tab_box .panel_area .tab_panel.active ul li {
  position: relative;
}
.tab_box .panel_area .tab_panel.active ul li:nth-child(even) {
  background-color: #F6F9FB;
}
.tab_box .panel_area .tab_panel.active ul li a {
  display: flex;
  align-items: center;
  padding: 13px 30px 13px 10px;
  text-decoration: none;
  color: #333;
  width: calc(100% - 40px);
}
.tab_box .panel_area .tab_panel.active ul li a::after {
  content: "";
  display: block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.tab_box .panel_area .tab_panel.active ul li a:hover {
  color: #005EA1;
}
.tab_box .panel_area .tab_panel.active ul li a.link-none::after {
  display: none;
}
.tab_box .panel_area .tab_panel.active ul li a.link-none:hover {
  color: #333;
}
.tab_box .panel_area .tab_panel.active ul li a .icon {
  color: #D77B7B;
  background-color: #F9E8E8;
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  white-space: nowrap;
  margin-right: 5px;
}
.tab_box .panel_area .tab_panel.active ul li a .date {
  padding-right: 10px;
  border-right: 1px dotted #CAD3E6;
  white-space: nowrap;
}
.tab_box .panel_area .tab_panel.active ul li a .title {
  padding-left: 10px;
}
.tab_box .panel_area .tab_panel.active ul.event li a .icon {
  color: #1B7FC4;
  background-color: #E7EDF2;
}
.tab_box .panel_area .tab_panel.active .news_link,
.tab_box .panel_area .tab_panel.active .event_link {
  display: flex;
  justify-content: flex-end;
}
.tab_box .panel_area .tab_panel.active .news_link p:nth-child(1) {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px dotted #8F8F8F;
}
.tab_box .panel_area .tab_panel.active .news_link p:nth-child(n+2) {
  position: relative;
  margin-right: 16px;
}
.tab_box .panel_area .tab_panel.active .news_link p:nth-child(n+2) a {
  color: #666;
  text-decoration: none;
}
.tab_box .panel_area .tab_panel.active .news_link p:nth-child(n+2) a:hover {
  color: #005EA1;
}
.tab_box .panel_area .tab_panel.active .news_link p:nth-child(n+2) a::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  transform: rotate(45deg);
}
.tab_box .panel_area .tab_panel.active .news_link p:last-child {
  margin-right: 0;
}
.tab_box .panel_area .tab_panel.active .event_link p {
  position: relative;
}
.tab_box .panel_area .tab_panel.active .event_link p a {
  color: #666;
  text-decoration: none;
}
.tab_box .panel_area .tab_panel.active .event_link p a:hover {
  color: #005EA1;
}
.tab_box .panel_area .tab_panel.active .event_link p a::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  transform: rotate(45deg);
}

.column02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column02 > div {
  width: 353px;
  margin-bottom: 20px;
}
.column02 > div .img_column {
  aspect-ratio: 560/315;
  margin-bottom: 20px;
}
.column02 > div .img_column img {
  margin-bottom: 10px;
}

.tit02 {
  border-top: 2px solid #1B7FC4;
  background-color: #F3F3F3;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  padding: 11px 16px 11px 26px;
  margin-bottom: 27px;
}
.tit02 span {
  display: inline-flex;
  align-items: center;
}
.tit02 .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-right: 7px;
}
.tit02 .icon-movie {
  width: 1.2em;
}
.tit02 .icon-word {
  width: 0.9150390625em;
}
.tit02 .link {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  text-decoration: none;
}
.tit02 .link:hover {
  color: #005EA1;
}
.tit02 .link::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  transform: rotate(45deg);
}

.btn {
  position: relative;
  width: 223px;
  height: 40px;
  border: 2px solid #E7EDF2;
  border-radius: 20px;
  line-height: 1;
  font-weight: bold;
}
.btn:hover {
  background-color: #1B7FC4;
}
.btn:hover a {
  color: #fff;
}
.btn:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.btn.double {
  border-radius: 25px;
  height: 50px;
  line-height: 1.3;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  white-space: nowrap;
}
.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn.newwin .icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  stroke-width: 0;
  stroke: #1b7fc4;
  fill: #1b7fc4;
  vertical-align: middle;
  margin-right: 6px;
}
.btn.newwin:hover .icon {
  stroke: #fff;
  fill: #fff;
}
.btn::after {
  content: "";
  display: block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.alignC .btn {
  margin: 0 auto 30px;
}

.ico_pdf,
.ico_newwin {
  margin-bottom: 10px;
}
.ico_pdf::before,
.ico_newwin::before {
  display: inline-block;
  content: "";
  background-size: cover;
  margin-right: 7px;
  vertical-align: middle;
}

.ico_pdf::before {
  width: 1em;
  height: 1.2em;
  background: url("/img/ir/pdf.png");
}

.ico_newwin::before {
  width: 1.2em;
  height: 1em;
  background: url("/img/ir/web.png");
}

.document_link {
  display: flex;
  flex-wrap: wrap;
}
.document_link .btn {
  width: 164px;
  margin-right: 10px;
  margin-bottom: 12px;
  font-weight: normal;
}
.document_link .btn.double {
  border-radius: 25px;
  height: 50px;
  line-height: 1.3;
}
.document_link .btn:nth-child(even) {
  margin-right: 0;
}
.document_link .btn a {
  text-align: left;
  color: #666;
}
.document_link .btn a span {
  left: 20px;
  transform: translate(0, -50%);
}
.document_link .btn a:hover {
  color: #fff;
}

.dl {
  text-align: right;
}
.dl .icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-left: 8px;
  vertical-align: middle;
}

.youtube {
  width: 100%;
  aspect-ratio: 560/315;
  margin-bottom: 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.btn_youtube {
  width: 311px;
  height: 58px;
  padding-left: 21px;
  border: 2px solid #E7EDF2;
  border-radius: 29px;
  position: relative;
  margin: 0 auto;
}
.btn_youtube::after {
  content: "";
  display: block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.btn_youtube:hover {
  background-color: #1B7FC4;
}
.btn_youtube:hover a {
  color: #fff;
}
.btn_youtube:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.btn_youtube:hover .icon {
  stroke: #fff;
  fill: #fff;
}
.btn_youtube a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.btn_youtube .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  stroke-width: 0;
  stroke: #D12A21;
  fill: #D12A21;
  margin-right: 14px;
}
.btn_youtube p {
  font-size: 12px;
  line-height: 1.5;
}
.btn_youtube p span {
  font-weight: bold;
}

#sitemap_box {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgb(2, 0, 36) 0%, rgb(221, 238, 251) 0%, rgb(241, 248, 241) 100%);
}
#sitemap_box .sitemap_wrap {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
#sitemap_box .sitemap_wrap h3 {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#sitemap_box .sitemap_wrap h3 .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 11px;
}
#sitemap_box .sitemap_wrap .sitemap {
  display: flex;
}
#sitemap_box .sitemap_wrap .sitemap .link_category {
  width: calc(25% - 30px);
  position: relative;
  padding: 0 10px 0 20px;
}
#sitemap_box .sitemap_wrap .sitemap .link_category a {
  text-decoration: none;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dt {
  font-size: 15px;
  font-weight: bold;
  color: #005EA1;
  margin-bottom: 10px;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dt::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #1B7FC4;
  margin-right: 7px;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dd {
  font-size: 13px;
  margin-bottom: 10px;
  text-indent: -10px;
  margin-left: 10px;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dd a {
  color: #333;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dd a:hover {
  color: #1B7FC4;
}
#sitemap_box .sitemap_wrap .sitemap .link_category dd::before {
  content: "";
  display: inline-block;
  border-top: solid 1px #005EA1;
  border-right: solid 1px #005EA1;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  transform: rotate(45deg);
}
#sitemap_box .sitemap_wrap .sitemap .link_category::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D8E1E8;
  position: absolute;
  top: 0;
  right: 0;
}
#sitemap_box .sitemap_wrap .sitemap .link_category:last-child::after {
  display: none;
}

#evaluation_box h3 {
  width: 950px;
  margin: 0 auto;
  border: none;
  background: none;
  padding: 0;
  color: #666;
}
#evaluation_box h3 .icon {
  display: inline-block;
  width: 19px;
  height: 26px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  margin-right: 8px;
}
#evaluation_box .evaluation {
  width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 35px 0 60px;
}

#main .hero {
  position: relative;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 930px;
  height: 188px;
  margin-bottom: 30px;
  background: url("/img/ir/new/bg_investors_hero.png") no-repeat 355px bottom;
  font-family: Meiryo UI;
}
#main .hero h1 {
  background-color: #1B7FC4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  width: 251px;
  height: 53px;
  position: absolute;
  top: 24px;
  left: -9px;
  padding: 0;
  margin: 0;
}
#main .hero h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#main .hero h1 span .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-right: 10px;
  vertical-align: middle;
}
#main .hero h1 span .icon-human {
  width: 0.84765625em;
}
#main .hero h1::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 9px transparent;
  border-right: solid 9px #005EA1;
}
#main .hero .text {
  width: 474px;
  line-height: 2;
  font-size: 15px;
  color: #666;
  position: absolute;
  top: 100px;
  left: 37px;
}
#main .hero .img {
  position: absolute;
  top: 0;
  right: 0;
}

.investor_menu {
  background-color: #E7EDF2;
  display: flex;
  flex-wrap: wrap;
  padding: 27px 20px;
  margin-bottom: 30px;
}
.investor_menu .menu_bnr {
  width: 336px;
  height: 221px;
  margin-bottom: 18px;
  position: relative;
  background: #fff url("/img/ir/new/bg_investors.png") no-repeat;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.investor_menu .menu_bnr::after {
  content: "";
  display: block;
  border-top: solid 2px #005EA1;
  border-right: solid 2px #005EA1;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 16px;
}
.investor_menu .menu_bnr a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.investor_menu .menu_bnr a:hover h2 {
  opacity: 0.8;
}
.investor_menu .menu_bnr .num {
  position: absolute;
  top: 10px;
  left: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
.investor_menu .menu_bnr:nth-child(odd) {
  margin-right: 13px;
}
.investor_menu .menu_bnr:nth-child(n+5) {
  margin-bottom: 0;
}
.investor_menu .menu_bnr .inner {
  padding: 21px 0 16px;
  text-align: center;
}
.investor_menu .menu_bnr .inner h2 {
  font-size: 16px;
  font-weight: bold;
  color: #005EA1;
  margin-bottom: 8px;
}
.investor_menu .menu_bnr .inner img {
  margin-bottom: 10px;
}
.investor_menu .menu_bnr .inner .text {
  font-size: 12px;
  line-height: 1.7;
  color: #666;
}

.schedule_tbl {
  margin-bottom: 30px;
}
.schedule_tbl table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-family: Meiryo UI;
}
.schedule_tbl tr.line {
  border-bottom: 1px solid #fff;
}
.schedule_tbl th {
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.schedule_tbl td {
  border-right: 1px solid #fff;
  background-color: #EEE;
  vertical-align: middle;
}
.schedule_tbl td p {
  padding-left: 23px;
  margin-left: 16px;
  text-indent: -16px;
  line-height: 1.3;
}
.schedule_tbl td p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.schedule_tbl th.seg {
  background-color: #004577;
  width: 37px;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
.schedule_tbl th.month {
  background-color: #666;
  width: 55px;
  height: 42px;
}
.schedule_tbl th.col1 {
  background-color: #1B7FC4;
  width: 157px;
  height: 42px;
}
.schedule_tbl td.col1 p::before {
  background-color: #1B7FC4;
}
.schedule_tbl th.col2 {
  background-color: #3EB134;
  width: 157px;
}
.schedule_tbl td.col2 p::before {
  background-color: #3EB134;
}
.schedule_tbl th.col3 {
  background-color: #FFA200;
  width: 157px;
}
.schedule_tbl td.col3 p::before {
  background-color: #FFA200;
}
.schedule_tbl th.col4 {
  background-color: #2C4C63;
  width: 157px;
}
.schedule_tbl td.col4 p::before {
  background-color: #2C4C63;
}

.btn_irmail {
  width: 134px;
  height: 43px;
  border-radius: 22px;
  font-size: 15px;
  position: relative;
  margin: 0 auto;
}
.btn_irmail a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
.btn_irmail a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_irmail::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.btn_irmail.entry {
  background-color: #005EA1;
  border: 2px solid #005EA1;
}
.btn_irmail.entry a {
  color: #fff;
}
.btn_irmail.entry::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.btn_irmail.entry:hover {
  background-color: #fff;
}
.btn_irmail.entry:hover a {
  color: #333;
}
.btn_irmail.entry:hover::after {
  border-top: solid 2px #666;
  border-right: solid 2px #666;
}
.btn_irmail.leave {
  background-color: #fff;
  border: 2px solid #D5DADE;
}
.btn_irmail.leave a {
  color: #333;
}
.btn_irmail.leave::after {
  border-top: solid 2px #666;
  border-right: solid 2px #666;
}
.btn_irmail.leave:hover {
  background-color: #005EA1;
  border: 2px solid #005EA1;
}
.btn_irmail.leave:hover a {
  color: #fff;
}
.btn_irmail.leave:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.btn_irmail.disabled.entry, .btn_irmail.disabled.leave {
  background-color: #c0c0c0;
  border: 2px solid #c0c0c0;
}
.btn_irmail.disabled.entry a, .btn_irmail.disabled.leave a {
  color: #666;
  pointer-events: none;
}
.btn_irmail.disabled.entry::after, .btn_irmail.disabled.leave::after {
  border-top: solid 2px #666;
  border-right: solid 2px #666;
}
.btn_irmail.disabled.entry:hover, .btn_irmail.disabled.leave:hover {
  background-color: #c0c0c0;
  border: 2px solid #c0c0c0;
}
.btn_irmail.disabled.entry:hover a, .btn_irmail.disabled.leave:hover a {
  color: #666;
}
.btn_irmail.disabled.entry:hover::after, .btn_irmail.disabled.leave:hover::after {
  border-top: solid 2px #666;
  border-right: solid 2px #666;
}

.agreement_txt {
  text-align: center;
}

.agreement_chk {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.agreement_chk input {
  vertical-align: middle;
  margin-right: 10px;
}

.userdguide_mark {
  display: flex;
  flex-wrap: wrap;
}
.userdguide_mark dt {
  width: 30px;
  margin-bottom: 20px;
}
.userdguide_mark dd {
  width: calc(100% - 30px);
  margin-bottom: 20px;
}

.references {
  text-align: right;
}
.references img {
  margin-right: 5px;
  vertical-align: middle;
}

.link_pdf img {
  margin-right: 5px;
  vertical-align: middle;
}

.column_box {
  padding: 27px 20px;
  background-color: #EDF5ED;
  display: flex;
  justify-content: space-between;
  font-family: Meiryo UI;
}
.column_box > div {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  width: 336px;
}
.column_box > div .column_text {
  padding: 24px 16px 21px;
  background: url("/img/ir/new/bg_column.svg") no-repeat right bottom;
}
.column_box > div .column_text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0A8100;
  text-align: center;
  background: none;
  border: none;
  margin: 0 0 18px;
  padding: 0;
}
.column_box > div .column_text .text {
  height: 65px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.column_box > div .column_text .column_btn {
  width: 115px;
  height: 37px;
  position: relative;
  background-color: #fff;
  border: 2px solid #D0E8DB;
  border-radius: 20px;
  margin: 0 auto;
}
.column_box > div .column_text .column_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.column_box > div .column_text .column_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.column_box > div .column_text .column_btn::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #3EB134;
  border-right: solid 2px #3EB134;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}
.column_box > div .column_text .column_btn:hover {
  background-color: #3EB134;
  color: #fff;
}
.column_box > div .column_text .column_btn:hover span {
  color: #fff;
}
.column_box > div .column_text .column_btn:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#main.adjust {
  padding-bottom: 0;
}

#box_l.adjust {
  padding-bottom: 0;
}

.numbers_box {
  background: url(/img/ir/new/bg_number.png) no-repeat;
  border-top: 2px solid #1B7FC4;
  padding: 40px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.numbers_box h2 {
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.numbers_box h2 span {
  font-size: 32px;
  display: block;
  color: #015fa1;
  font-weight: 400;
}
.numbers_box .numbers_column_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  text-align: center;
}
.numbers_box .numbers_column_box .numbers_content {
  width: 206px;
  height: 122px;
  background-color: #fff;
  padding: 38px 0 30px;
  border: 1px solid #EDEDED;
}
.numbers_box .numbers_column_box .numbers_content .icon {
  margin-bottom: 10px;
}
.numbers_box .numbers_column_box .numbers_content .text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.numbers_box .numbers_column_box .numbers_content .number {
  font-size: 15px;
  font-weight: bold;
  color: #1B7FC4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.numbers_box .numbers_column_box .numbers_content .number span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  padding: 0 5px;
  margin-top: 6px;
}
.numbers_box .numbers_column_box .numbers_content .notes {
  font-size: 8px;
  font-weight: bold;
}
.numbers_box .date {
  text-align: right;
  margin-top: 8px;
}
.numbers_box .number_annotation {
  font-size: 10px;
  line-height: 1.5;
}