@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

.def_cntSize {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 980px) {
  .def_cntSize {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .def_cntSize {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .pg_kv_page::after, #IR_top::after, #IR_page_library::after, #IR_page_stock::after, #IR_page_highlight::after, #IR_page_common::after {
    width: 54.16667%;
    padding-top: 20.83333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* Information for Investors
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* IR COMMON
/* -------------------------------------------------------------------------*/
table.ir_tbl_1 {
  border-top: 1px solid #ebebeb;
  width: 100%;
}

table.ir_tbl_1 > tbody > tr > th, table.ir_tbl_1 > tbody > tr > td {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}

table.ir_tbl_1 > tbody > tr > th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  background-color: #f4f9ff;
  border-left: 2px solid #9abeea;
  vertical-align: top;
  color: #2d65a0;
}

@media only screen and (max-width: 980px) {
  table.ir_tbl_1 > tbody > tr > th, table.ir_tbl_1 > tbody > tr > td {
    padding: 8px;
  }
}

@media only screen and (max-width: 640px) {
  table.ir_tbl_1 {
    display: block;
  }
  table.ir_tbl_1 > tbody, table.ir_tbl_1 > tbody > tr, table.ir_tbl_1 > tbody > tr > th, table.ir_tbl_1 > tbody > tr > td {
    display: block;
  }
  table.ir_tbl_1 > tbody > tr > th {
    padding: 5px !important;
  }
  table.ir_tbl_1 > tbody > tr > td {
    padding: 8px 5px 15px !important;
  }
}

.ir_tbl_2 {
  border-collapse: collapse;
}

.ir_tbl_2 th, .ir_tbl_2 td {
  padding: 10px;
  border: 1px solid #cadbed;
}

.ir_box_info {
  padding: 20px;
  margin-top: 50px;
  background-color: #f1f7ff;
}

.ir_box_info li {
  margin-bottom: 10px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* NEWS
/* -------------------------------------------------------------------------*/
#IR_news_list > .block {
  padding-bottom: 1px;
}

#IR_news_list > .block h4 {
  cursor: pointer;
  transition: background 0.2s ease;
}

#IR_news_list > .block h4:hover {
  background-color: #d6f0ff;
}

#IR_news_list > .block h4::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #004ea2 transparent transparent transparent;
  transition: all 0.3s ease;
}

#IR_news_list > .block .wrp {
  display: none;
}

#IR_news_list > .block:first-child .wrp {
  display: block;
}

#IR_news_list > .block.opened h4::before {
  transform: rotate(0);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#IR_top {
  background-image: url(../../ir/img/pg_kv.png);
  background-color: #edeff5;
}

#IR_top h2, #IR_top p {
  color: #004ea2;
}

.news_link {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: right;
  margin: 30px 15px 0 0;
  font-weight: bold;
}

.news_link a {
  display: inline-block;
  color: #507ec9;
}

.news_link a::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background: url(../img/link_icon_1.png) 0 0 no-repeat;
  background-size: 17px 17px;
  vertical-align: middle;
  margin-top: -3px;
}

.ir_mnList_block {
  display: flex;
}

.ir_mnList_block .box {
  flex: 1px;
  width: 49%;
  padding: 8px 8px 18px;
  background-color: #fffff2;
  border: 1px solid #ededdb;
}

.ir_mnList_block .box:nth-child(1) {
  margin: 0 1% 0 0;
}

.ir_mnList_block .box:nth-child(2) {
  margin: 0 0.5%;
}

.ir_mnList_block .box:nth-child(3) {
  margin: 0 0 0 1%;
}

.ir_mnList_block figure {
  margin: 0;
  padding: 0;
}

.ir_mnList_block figure a {
  transition: opacity 0.2s ease;
}

.ir_mnList_block figure a:hover {
  opacity: 0.7;
}

.ir_mnList_block figure img {
  width: 100%;
  height: auto;
}

.ir_mnList_block .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.ir_mnList_block ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.ir_mnList_block li {
  margin: 2px 0;
}

.ir_mnList_block li a {
  position: relative;
}

.ir_mnList_block li a::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #1596e1;
}

@media only screen and (max-width: 980px) {
  .ir_mnList_block ul {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_mnList_block {
    display: block;
  }
  .ir_mnList_block .box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 5px 0 !important;
    padding: 5px 5px 5px 115px;
    min-height: 110px;
  }
  .ir_mnList_block .box figure {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
  }
  .ir_mnList_block .box figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .ir_mnList_block .title {
    text-align: left;
    margin: 5px 0;
  }
  .ir_mnList_block .title a::before {
    display: none;
  }
  .ir_mnList_block li a {
    display: block;
    padding: 2px 0;
  }
  .ir_mnList_block li a::before {
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #1596e1;
  }
}

.ir_mnList_block_2 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.ir_mnList_block_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.ir_mnList_block_2 li {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  width: 33.33333%;
}

.ir_mnList_block_2 li:nth-child(1n) {
  padding: 0 1% 0 0;
}

.ir_mnList_block_2 li:nth-child(3n-1) {
  padding: 0 0.5%;
}

.ir_mnList_block_2 li:nth-child(3n) {
  padding: 0 0 0 1%;
}

.ir_mnList_block_2 li a {
  display: table;
  width: 100%;
  padding: 10px;
  border: 1px solid #ededdb;
}

.ir_mnList_block_2 li a:hover {
  text-decoration: none;
  background-color: #d9f1ff;
  border-color: #c9e5f5;
  transition: all 0.2s ease;
}

.ir_mnList_block_2 li figure {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
}

.ir_mnList_block_2 li figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.ir_mnList_block_2 li p {
  display: table-cell;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
}

.ir_mnList_block_2 li p span {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 980px) {
  .ir_mnList_block_2 {
    margin-top: 30px;
  }
  .ir_mnList_block_2 li figure {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_mnList_block_2 {
    margin-top: 20px;
  }
  .ir_mnList_block_2 li {
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 0 !important;
  }
  .ir_mnList_block_2 li figure {
    width: 50px;
    height: 50px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CMS
/* -------------------------------------------------------------------------*/
.ir_TP_cms, #IR_TP_cms_2, #IR_TP_cms_3, #IR_TP_cms_4, #IR_TP_cms_5, #IR_TP_cms_6, #IR_TP_cms_7 {
  position: relative;
  margin-bottom: 50px;
  background-color: #f4f4f4;
}

.ir_TP_cms p, #IR_TP_cms_2 p, #IR_TP_cms_3 p, #IR_TP_cms_4 p, #IR_TP_cms_5 p, #IR_TP_cms_6 p, #IR_TP_cms_7 p {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  color: #acacac;
  transform: translateY(-50%);
}

#IR_TP_cms_1 {
  margin: 50px 0;
}

#IR_TP_cms_1 .cnt_title {
  margin-bottom: 0;
}

#IR_TP_cms_1 .wrp {
  padding-top: 20px;
}

#IR_TP_cms_1 .news_area {
  background-color: #fff;
  max-height: 280px;
  max-width: auto;
  max-width: initial;
  overflow-y: auto;
}

@media only screen and (max-width: 980px) {
  #IR_TP_cms_1 .news_area {
    max-height: 230px;
  }
}

@media only screen and (max-width: 640px) {
  #IR_TP_cms_1 .wrp {
    padding: 0;
    background: none;
  }
  #IR_TP_cms_1 .news_area {
    max-height: 390px;
    margin: 20px 10px 0;
    padding: 0 10px;
    border: 1px solid #d6d6d6;
  }
}

#IR_TP_cms_2, #IR_TP_cms_3, #IR_TP_cms_4, #IR_TP_cms_5, #IR_TP_cms_6, #IR_TP_cms_7 {
  height: 600px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
#IR_page_library {
  background-image: url(../../ir/library/img/pg_kv.jpg);
  background-color: #1384d6;
}

#IR_page_stock {
  background-image: url(../../ir/stocks/img/pg_kv.jpg);
  background-color: #2e94d6;
}

#IR_page_highlight {
  background-image: url(../../ir/highlight/img/pg_kv.jpg);
  background-color: #15c0be;
}

#IR_page_common {
  background-image: url(../../ir/img/pg_kv_2.png);
  background-color: #558fe3;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* LIBRARY
/* -------------------------------------------------------------------------*/
.btn_pdf, .btn_apndx, .btn_mv {
  display: inline-block;
  width: 80px;
  margin: 2px;
  padding: 7px 10px 5px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.07);
  transition: background 0.2s ease;
  text-align: center;
  border: 2px solid transparent;
}

.btn_pdf:hover, .btn_apndx:hover, .btn_mv:hover {
  text-decoration: none;
  box-shadow: none;
}

@media only screen and (max-width: 980px) {
  .btn_pdf, .btn_apndx, .btn_mv {
    width: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .btn_pdf, .btn_apndx, .btn_mv {
    width: 38px;
    padding: 12px 0;
  }
}

.btn_pdf {
  background-color: #de2c2c;
}

.btn_pdf:hover {
  background-color: #ff0031;
}

.btn_apndx {
  color: #de2c2c;
  border-color: #de2c2c;
  background-color: #fff;
  white-space: nowrap;
}

.btn_apndx:hover {
  background-color: #ffd8e0;
}

@media only screen and (max-width: 980px) {
  .btn_apndx {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .btn_apndx {
    width: auto;
    padding: 12px 5px;
  }
}

.btn_mv {
  text-indent: -9999px;
  background-color: #465873;
  background-image: url(../img/icon_mv.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.btn_mv:hover {
  background-color: #658bc5;
}

.btn_mv + .btn_mv {
  margin-top: 7px;
}

.ir_lb_box .scale, .ir_lb_box_2 .scale {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin: 0 0 2px;
}

.ir_lb_box .info, .ir_lb_box_2 .info {
  font-size: 14px;
  font-size: 0.875rem;
}

.ir_lb_box table.tbl_1, .ir_lb_box_2 table.tbl_1 {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
}

.ir_lb_box table.tbl_1 th, .ir_lb_box table.tbl_1 td, .ir_lb_box_2 table.tbl_1 th, .ir_lb_box_2 table.tbl_1 td {
  padding: 10px 4px;
  border: 1px solid #ebebeb;
  line-height: 1.3;
}

.ir_lb_box table.tbl_1 tr td:first-child, .ir_lb_box_2 table.tbl_1 tr td:first-child {
  text-align: center;
  white-space: nowrap;
}

.ir_lb_box table.tbl_1 td, .ir_lb_box_2 table.tbl_1 td {
  text-align: center;
}

.ir_lb_box table.tbl_1 th, .ir_lb_box_2 table.tbl_1 th {
  text-align: center;
  background-color: #eaf7ff;
}

@media only screen and (max-width: 640px) {
  .ir_lb_box table.tbl_1, .ir_lb_box_2 table.tbl_1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .ir_lb_box table.tbl_1 td, .ir_lb_box table.tbl_1 th, .ir_lb_box_2 table.tbl_1 td, .ir_lb_box_2 table.tbl_1 th {
    padding: 5px 2px;
  }
  .ir_lb_box table.tbl_1 .th_1 th span, .ir_lb_box_2 table.tbl_1 .th_1 th span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.ir_lb_box {
  margin-top: -40px;
}

@media only screen and (max-width: 980px) {
  .ir_lb_box {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_lb_box {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_lb_tbl_common, .ir_lb_tbl_2, .ir_lb_tbl_3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .ir_lb_tbl_common td, .ir_lb_tbl_2 td, .ir_lb_tbl_3 td, .ir_lb_tbl_common th, .ir_lb_tbl_2 th, .ir_lb_tbl_3 th {
    padding: 5px;
  }
}

.ir_lb_tbl_2 {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
}

.ir_lb_tbl_2 th, .ir_lb_tbl_2 td {
  padding: 10px 4px;
  border: 1px solid #ebebeb;
  line-height: 1.3;
}

.ir_lb_tbl_2 th {
  text-align: center;
  background-color: #eaf7ff;
}

.ir_lb_tbl_2 td + td {
  width: 110px;
}

@media only screen and (max-width: 980px) {
  .ir_lb_tbl_2 td + td {
    width: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_lb_tbl_2 td + td {
    width: 55px;
  }
}

.ir_lb_tbl_3 {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
}

.ir_lb_tbl_3 td {
  padding: 10px 4px;
  border: 1px solid #ebebeb;
  line-height: 1.3;
}

.ir_lb_tbl_3 td + td {
  width: 110px;
}

@media only screen and (max-width: 980px) {
  .ir_lb_tbl_3 td + td {
    width: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .ir_lb_tbl_3 td + td {
    width: 55px;
  }
}

#IR_lb_pastTitle {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 40px;
  margin-bottom: 2px;
  padding: 20px 10px;
  line-height: 1;
  text-align: center;
  border: 2px solid #004ea2;
  color: #004ea2;
  cursor: pointer;
  transition: background 0.2s ease, border 0.3s ease;
}

#IR_lb_pastTitle:hover {
  background-color: #e6f6ff;
}

#IR_lb_pastTitle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #004ea2;
  transition: all 0.5s ease;
}

#IR_lb_pastTitle.opened {
  border-color: #fff;
  background-color: #f2f2f2;
}

#IR_lb_pastTitle.opened::before {
  transform: rotate(90deg);
}

#IR_lb_pastTitle.opened:hover {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 640px) {
  #IR_lb_pastTitle {
    padding: 12px 10px;
  }
}

#IR_lb_pastArea {
  display: none;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HIGHLIGHT
/* -------------------------------------------------------------------------*/
.ir_hl_box {
  margin-top: -40px;
}

.ir_hl_box .scale {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  margin: 0 0 2px;
}

.ir_hl_box .info {
  font-size: 14px;
  font-size: 0.875rem;
}

.ir_hl_box table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  width: 100%;
}

.ir_hl_box table th, .ir_hl_box table td {
  padding: 10px 4px;
  border: 1px solid #ebebeb;
  text-align: left;
  line-height: 1.3;
}

.ir_hl_box table td {
  text-align: right;
}

.ir_hl_box table .th_1 th {
  text-align: center;
  background-color: #eaf7ff;
}

.ir_hl_box table .th_1 th span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.ir_hl_box table tr {
  transition: background 0.2s ease;
}

.ir_hl_box table tr:hover {
  background-color: #f0f5f7;
}

@media only screen and (max-width: 640px) {
  .ir_hl_box table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ir_hl_box table td, .ir_hl_box table th {
    padding: 3px;
  }
  .ir_hl_box table .th_1 th span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.ir_graph {
  position: relative;
}

.ir_graph .tool {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.ir_graph .tool li {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #919191;
  margin: 5px 10px;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

.ir_graph .tool li span {
  display: inline-block;
  width: 30px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
}

.ir_graph .tool li span.tool_0 {
  background: url(../img/bar_red.png) 0 0 no-repeat;
}

.ir_graph .tool li span.tool_1 {
  background-color: #69d093;
}

.ir_graph .tool li span.tool_2 {
  background-color: #5769e1;
}

.ir_graph .tool li span.tool_3 {
  background-color: #A156E1;
}

.ir_graph .tool li span.tool_4 {
  background-color: #E1BD56;
}

.ir_graph p.scale {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 0 3px 20px;
  padding: 0;
  color: #737373;
}

.ir_graph ul.scale {
  font-size: 11px;
  font-size: 0.6875rem;
  list-style: none;
  margin: 0 0 3px 20px;
  padding: 0;
  color: #737373;
  display: table;
  width: 100%;
}

.ir_graph ul.scale li {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 50%;
}

.ir_graph ul.scale li:nth-child(2) {
  text-align: right;
  padding-right: 4%;
}

.ir_graph > canvas {
  max-width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .ir_graph > canvas {
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ELECTORIC NOTICE
/* -------------------------------------------------------------------------*/
.ir_entc_box {
  margin-top: -10px;
}

.ir_entc_box table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ebebeb;
}

.ir_entc_box th {
  text-align: left;
  font-weight: normal;
  width: 180px;
}

.ir_entc_box th, .ir_entc_box td {
  padding: 8px;
  border-bottom: 1px solid #ebebeb;
}

.ir_entc_box p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .ir_entc_box table, .ir_entc_box tbody, .ir_entc_box tr, .ir_entc_box td, .ir_entc_box th {
    display: block;
    border: none;
    padding: 3px 0;
  }
  .ir_entc_box tr {
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CALENDER
/* -------------------------------------------------------------------------*/
.ir_clndr_box_1 {
  padding-bottom: 60px;
  border-bottom: 1px dotted #000;
}

.ir_clndr_box_1 figure {
  margin: 20px 0;
  text-align: center;
}

.ir_clndr_box_1 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.ir_clndr_box_1 > table {
  border-collapse: collapse;
  width: 100%;
}

.ir_clndr_box_1 > table th, .ir_clndr_box_1 > table td {
  padding: 8px;
  border: 1px solid #ebebeb;
}

.ir_clndr_box_1 > table th {
  color: #fff;
  font-weight: normal;
  background-color: #75a7ee;
}

@media only screen and (max-width: 640px) {
  .ir_clndr_box_1 > table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ir_clndr_box_1 > table th, .ir_clndr_box_1 > table td {
    padding: 3px;
  }
}

.ir_clndr_box_2 {
  margin-top: 60px;
}

.ir_clndr_box_2 table {
  width: 100%;
  border-collapse: collapse;
}

.ir_clndr_box_2 table th, .ir_clndr_box_2 table td {
  padding: 13px 15px;
  border: 1px solid #ebebeb;
}

.ir_clndr_box_2 table th {
  background-color: #e7f6ff;
}

.ir_clndr_box_2 table tr td:first-child {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .ir_clndr_box_2 > table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ir_clndr_box_2 > table th, .ir_clndr_box_2 > table td {
    padding: 3px;
  }
}

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