@charset "utf-8";

/* ------------------------------------ */
/* 株式基本情報ページ
/* ------------------------------------ */

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

.stockBl .stock_dl_dl_dd {
  margin-top: .6em;
}

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

.stock_select_cate:hover {
  opacity: 0.4;
}

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

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

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

.stock_tab {
  margin: 0 auto 0;
}

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

.stock_tab_ul+.stock_tab_list {
  margin-top: 80px;
}

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

.stock_tab_list_inr {
}

.stock_tab_list_inr.active {
}

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

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

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

.stock_tab_ul_li_a,
.stock_tab_ul_li_a:link,
.stock_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;
}

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

.stock_tab_ul_li.active .stock_tab_ul_li_a {
  color: #000;
  background: #fff;
}

.stock_tab_ul_li.active .stock_tab_ul_li_a:hover {
  opacity: 0.7;
}

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

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

.stock_tab_ul_li a.window {
  position: relative;
  padding-right: 22px;
}

.stock_tab_ul_li a.window::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(/ir/common/img/common/icn_window_white.png) no-repeat center / contain;
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}

.stock_tab_ul_li a.window:hover::after {
  background: url(/ir/common/img/common/icn_window_black.png) no-repeat center / contain;
}

.stock_dl {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  padding: 1.7em 1.5em 1.8em;
}

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

.stock_dl_dt {
  display: flex;
}

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5em;
}

table th {
  background: #f2f2f2;
  width: 20%;
}

table th {
  border: solid 1px #cccccc;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
}

table th[scope='col'] {
  background: #73ba9d;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
}

table td {
  border: solid 1px #cccccc;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
}



@media screen and (max-width: 1200px) {
  .stock_dl {
    display: block;
  }

  .stock_dl_dl_dd {
    margin-left: 0;
    margin-top: 15px;
  }
  
  .stock_tab_ul_li a.window::after {
    width: 14px;
    height: 12px;
    right: 25%;
  }

}



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

  .stock_tab_ul_li_a,
  .stock_tab_ul_li_a:link,
  .stock_tab_ul_li_a:visited {
    font-size: 1.6rem;
  }
  
  .stock_tab_ul_li a.window::after {
    width: 14px;
    height: 12px;
    right: 25%;
  }
}



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

  .stockBl .stock_dl {
    padding: .8em 10px 0.6em;
  }

  .stockBl .stock_dl_dl_dd {
    margin-top: 13px;
  }
  
  .stock_select_cate {
    margin: 15px 0 30px;
  }

  .stock_select_cate:hover {
    opacity: 1;
  }

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

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

  .stock_tab {
    margin: 17px auto 0;
  }

  .stock_tab_ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 12px;
  }

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

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

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

  .stock_tab_ul+.stock_tab_list {
    margin-top: 20px;
  }

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

  .stock_tab_ul_li_a:hover {
    color: #fff;
    background: #c5d147;
  }
  
  .stock_tab_ul_li a.window::after {
    width: 14px;
    height: 12px;
    right: 25%;
  }

  .stock_tab_list h1 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .stock_tab_ul_li.active .stock_tab_ul_li_a:hover {
    opacity: 1;
  }
  
  .stock_dl {
    padding: 1.0em 10px 0.7em;
  }

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

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

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

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

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

  .stock_dl_dt_label {
    font-size: .9rem;
    padding: .7em 1em;
    width: 72px;
    min-width: 86px;
  }
  
  table {
    margin-bottom: 2em;
  }

  table th {
    width: 30%;
  }

  table th {
    padding: 8px;
    font-size: 1.3rem;
  }

  table th[scope='col'] {
    font-size: 1.6rem;
  }

  table td {
    padding: 8px;
    font-size: 1.3rem;
  }
}