@charset "utf-8";

/* ------------------------------------ */
/* 財務・業績ハイライトページ
/* ------------------------------------ */


.financeBl {
  padding: 36px 0 0 0;
}

.financeBl .finance_dl_dl_dd {
  margin-top: .6em;
}

.finance_select_cate {
  position: relative;
  width: fit-content;
  transition: all .5s;
  margin: 37px 0 50px;
}

.finance_select_cate:hover {
  opacity: 0.4;
}

.finance_select_cate::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 27px;
  top: 14px;
}

.finance_select_cate_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: .55em 3em .55em 1.5em;
  transition: all 0.5s;
  cursor: pointer;
  color: #000;
}

.finance_select_option {
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0;
}

.finance_tab {
  margin: 0 auto 0;
}

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

.finance_tab_ul+.finance_tab_list {
  margin-top: 80px;
}

.finance_tab_list_inr {
  margin: 0 auto 80px;
}

.finance_tab_list_inr.active {
}

.finance_tab_ul_li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 3.8666%;
  width: 22.1%;
}

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

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

.finance_tab_ul_li_a,
.finance_tab_ul_li_a:link,
.finance_tab_ul_li_a:visited {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0;
  padding: .56em 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 5px;
  color: #fff;
  background: #c5d147;
  display: block;
  border: 2px solid #c5d147;
}

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

.finance_tab_ul_li.active .finance_tab_ul_li_a {
  color: #000;
  background: #fff;
}

.finance_tab_ul_li.active .finance_tab_ul_li_a:hover {
  opacity: 0.7;
}

.finance_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);
}

.finance_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);
}

.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: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2em;
}

.finance_box01 h2::before,
.finance_box02 h2::before {
  content: "■";
  color: #c5d147;
  font-size: 1.6rem;
  padding-right: .5em;
}

.finance_box01 h2 span,
.finance_box02 h2 span {
  font-size: 1rem;
  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: 1.2rem;
  font-weight: 400;
}

table td {
  border: solid 1px #a9adad;
  padding: 10px;
  text-align: right;
  font-size: 1.2rem;
  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 screen and (max-width: 1200px) {
  .finance_dl {
    display: block;
  }

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

}



@media (max-width: 1000px) {
  .finance_tab_ul {
    padding: 0 1em;
  }

  .finance_tab_ul_li_a,
  .finance_tab_ul_li_a:link,
  .finance_tab_ul_li_a:visited {
    font-size: 1.6rem;
  }
}



@media (max-width: 767px) {
  .financeBl {
    padding: 0;
    margin-top: -5px;
  }

  .financeBl .finance_dl {
    padding: .8em 10px 0.6em;
  }

  .financeBl .finance_dl_dl_dd {
    margin-top: 13px;
  }
  
  .finance_select_cate {
    margin: 15px 0 30px;
  }

  .finance_select_cate:hover {
    opacity: 1;
  }

  .finance_select_cate::after {
    width: 4px;
    height: 4px;
    right: 10px;
    top: 11px;
  }

  .finance_select_cate_btn {
    font-size: 1.3rem;
    padding: .3em 1.9em .3em .7em;
  }

  .finance_tab {
    margin: 17px auto 0;
  }
  
    .finance_tab_ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 12px;
  }

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

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

  .finance_tab_ul_li:nth-child(n + 3) {
    margin-top: 12.5px
  }

  .finance_tab_ul+.finance_tab_list {
    margin-top: 20px;
  }

  .finance_tab_ul_li_a,
  .finance_tab_ul_li_a:link,
  .finance_tab_ul_li_a:visited {
    font-size: 1.4rem;
    padding: .3em 0;
    border: 1px solid #c5d147;
    border-radius: 2.5px;
  }

  .finance_tab_ul_li_a:hover {
    color: #fff;
    background: #c5d147;
  }
  
  .finance_tab_list_inr {
    margin-bottom: 50px;
  }
 
 .finance_box01,
 .finance_box02 {
  float: none;
  width: 100%;
  margin: 3em 0 0;
}

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

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

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

table {
  margin-top: 1.5em;
}

table th, table td {
  padding: 8px;
  font-size: 1rem;
}
 
  .finance_tab_list_inr h2 {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .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;
  }
}