/* ================================
  業績・財務情報 ページ
================================ */

/* 業績ハイライト
-------------------------------- */
.l-highlight {
    grid-area: main;
}

.l-highlight .l-sec-inner {
    padding: 0;
}

.highlight_tab {
    margin: 0 auto 38px;
}

.highlight_tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5em;
}

.highlight_tab_ul+.highlight_tab_list {
    margin-top: 98px;
    border-top: 1px solid #999;
}

.highlight_tab_list_inr {
    display: none;
}

.highlight_tab_list_inr.active {
    display: none;
}

.highlight_tab_ul_li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 3%;
    width: 35%;
}

.highlight_tab_ul_li:last-child {
    margin-right: 0;
}

.highlight_tab_ul_li:last-child:after {
    display: none;
}

.highlight_tab_ul_li_a,
.highlight_tab_ul_li_a:link,
.highlight_tab_ul_li_a:visited {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    padding: .25em 0 .35em 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 3px;
    color: #000;
    background: #fff;
    display: block;
    border: 1px solid #005bac;
}

.highlight_tab_ul_li_a:hover,
.highlight_tab_ul_li.active .highlight_tab_ul_li_a {
    color: #fff;
    background: #005bac;
}

.highlight_tab_ul_li_a:hover::before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.highlight_tab_ul_li_a.current::before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.highlight_main {
  width: 97%;
}

.highlight_main h1 {
  font-size: calc(48 / 16 * 1rem);
  font-weight: 400;
  margin: 120px auto 50px;
  text-align: center;
}

.finance_box01 {
  float: left;
  width: 45%;
  margin: 3em 0;
}

.finance_box02 {
  float: right;
  width: 45%;
  margin: 3em 0;
}

.finance_box01 h2,
.finance_box02 h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
}

.finance_box01 h2::before,
.finance_box02 h2::before {
  content: "■";
  color: #005bac;
  font-size: 18px;
  padding-right: .5em;
}

.finance_box01 h2 span,
.finance_box02 h2 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.finance_box01 .finance_graph,
.finance_box02 .finance_graph {
  width: 100%;
  text-align: center;
}

.finance_box01 .finance_graph img,
.finance_box02 .finance_graph img {
  width: 95%;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.5em;
}

table th {
  background: #eeefef;
}

table th {
  border: solid 1px #a9adad;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

table td {
  border: solid 1px #a9adad;
  padding: 10px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
 
.clear {
  clear: both;
 }
 
.finance_gov p {
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0;
 }

 .finance_gov .image {
  width: 100%;
  text-align: center;
 }
 
.finance_dl {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  padding: 1.7em 1.5em 1.8em;
}

.finance_dl:last-child {
  border-bottom: 1px solid #ccc;
}

.finance_dl_dt {
  display: flex;
}

.finance_dl_dt_time {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-right: 2.6em;
  position: relative;
}

.finance_dl_dt_time::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + .4em);
  background-color: #ccc;
  position: absolute;
  right: -1.2em;
  top: -.15em;
}

.finance_dl_dt_time_year {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: .5em;
}

.finance_dl_dt_label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  display: inline-block;
  background-color: #e0ede8;
  border-radius: 80px;
  padding: 1.23em 1em;
  width: 144px;
  min-width: 144px;
  box-sizing: border-box;
}

.finance_dl_dl_dd {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0;
  margin-left: 1.2em;
}

.finance_dl_dd_a,
.finance_dl_dd_a:active,
.finance_dl_dd_a:link,
.finance_dl_dd_a:visited {
  display: table;
}

.finance_dl_dd_a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 1280px) {
    .highlight_tab_ul {
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .highlight_tab_ul_li {
        margin-right: 4%;
        width: 48%;
    }

    .highlight_tab_ul_li:nth-child(even) {
        margin-right: 0;
    }

    .highlight_tab_ul_li:nth-child(n + 3) {
        padding-top: 20px;
    }
}


@media only screen and (max-width: 1199px) {
    .finance_dl {
        display: block;
    }

    .finance_dl_dl_dd {
        margin-left: 0;
        margin-top: 15px;
    }
}


@media (max-width: 999px) {
    .highlight_tab_ul_li_a,
    .highlight_tab_ul_li_a:link,
    .highlight_tab_ul_li_a:visited {
        font-size: 1.6rem;
    }
}


@media (max-width: 769px) {
    .l-highlight {
        padding: 10px 0 0;
    }
    
    .highlight_tab {
        margin-top: 17px;
    }
    
    .highlight_main {
		width: 100%;
		margin: 0;
		padding: 0;
    }
    
    .highlight_main h1 {
		font-size: 1.5rem;
		margin: 40px auto 0;
    }

    .highlight_tab_ul {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 22px;
    }

    .highlight_tab_ul_li {
        margin-right: 4%;
        width: 48%;
    }

    .highlight_tab_ul_li:nth-child(even) {
        margin-right: 0;
    }

    .highlight_tab_ul_li:nth-child(n + 3) {
        margin-top: 12.5px;
        padding-top: 0;
    }

    .highlight_tab_ul+.highlight_tab_list {
        margin-top: 23px;
    }

    .highlight_tab_ul_li_a,
    .highlight_tab_ul_li_a:link,
    .highlight_tab_ul_li_a:visited {
        font-size: 12.5px;
        padding: .3em 0;
        border: 1px solid #005bac;
        background: #fff;
        color: #000;
        border-radius: 2.5px;
    }

    .highlight_tab_ul_li_a:hover {
        background: #fff;
        color: #000;
    }

    .highlight_tab_ul_li.active .highlight_tab_ul_li_a {
        color: #fff;
        background: #005bac;
    }
    
    .finance_box01,
    .finance_box02 {
        float: none;
        width: 100%;
        margin: 2.5em 0 0;
    }

    .finance_box01 h2,
    .finance_box02 h2 {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 1.5em;
    }

    .finance_box01 h2::before,
    .finance_box02 h2::before {
        font-size: .8rem;
        padding-right: .5em;
    }

    .finance_box01 h2 span,
    .finance_box02 h2 span {
        font-size: .6rem;
    }

    table {
        margin-top: 1.5em;
    }

    table th, table td {
        padding: 8px;
		font-size: .8rem;
    }

    .finance_gov {
        margin: 1.5em 0 3em;
    }
 
    .finance_gov p {
        font-size: 1.5rem;
        line-height: 1.4;
    }
   
    .gov_link {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .finance_dl {
        padding: 1.0em 10px 0.7em;
    }

    .finance_dl_dl_dd {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-top: 13px;
    }

    .finance_dl_dd_a+.finance_dl_dd_a {
        margin-top: 3px;
    }

    .finance_dl_dd_a:hover {
        text-decoration: none;
    }

    .finance_dl_dt_time_year {
        font-size: .9rem;
        margin-bottom: .5em;
    }

    .finance_dl_dt_time {
        font-size: 1.4rem;
        letter-spacing: 0;
        margin-right: 2.6em;
    }

    .finance_dl_dt_label {
        font-size: .9rem;
        padding: .7em 1em;
        width: 72px;
        min-width: 86px;
    }
}