/* ================================
  株式について ページ
================================ */

/* 株式について
-------------------------------- */
.news_tab {
  margin-top: 0;
}

.news_select_cate {
  margin-top: 55px;
}

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

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

.news_tab_ul_li a.window:hover::after,
.stock_tab_ul_li a.window:hover::after {
  background: url(../img/icn_window_white.png) no-repeat center / contain;
}

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

.l-library__dl {
	border-bottom: 1px solid #999;
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 1.35em 0;
}

.l-library__dl:first-child {
	border-top: 1px solid #999;
}

.l-library__dl__dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	min-width: 100px;
	box-sizing: border-box;
}

.l-library__dl__dt__time {
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1.4;
}

.l-library__dl__dd {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	margin-left: 2.0em;
}

.l-library__dl__dt__dd__a:hover .pdf-icon::before {
	background: url(../img/icn_pdf_blue.png) no-repeat center / contain;
}

.l-highlight {
    grid-area: main;
}

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

/* 株主情報
-------------------------------- */
.l-stock {
    grid-area: main;
}

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

.stock_tab {
    margin: 0 auto 38px;
}

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

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

.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: 22px;
    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;
}

.stock_tab_ul_li_a:hover,
.stock_tab_ul_li.active .stock_tab_ul_li_a {
    color: #fff;
    background: #005bac;
}

.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:hover::after {
  background: url(../img/icn_window_white.png) no-repeat center / contain;
}

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

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

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

table th {
  width: 20%;
  background: #508cc4;
  border: solid 1px #999999;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
}

table td {
  border: solid 1px #999999;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

table td a {
  color: #005bac;
}

table td a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 1199px) {
    .l-library__dl {
        display: block;
    }
    
    .l-library__dl__dd {
		margin: 10px 0 0 0;
	}
	
	.news_tab_ul_li a.window::after,
	.stock_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
	}
	
/* 株主情報
-------------------------------- */
	.stock_tab_ul {
        padding: 0;
        flex-wrap: wrap;
    }

    .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: 4%;
    }
}


@media (max-width: 999px) {
	.news_tab_ul_li a.window::after,
	.stock_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
  }
  
/* 株主情報
-------------------------------- */
    .stock_tab_ul_li_a,
    .stock_tab_ul_li_a:link,
    .stock_tab_ul_li_a:visited {
        font-size: 1.6rem;
    }
}


@media (max-width: 769px) {
    .news_tab,
    .stock_tab {
        margin-top: 17px;
    }
    
    .news_tab_list h1,
    .stock_tab_list h1 {
		font-size: 1.5rem;
		margin: 20px auto 30px;
    }
    
    .news_select_cate {
		margin: 20px 0 0;
    }
    
    .news_tab_ul_li a.window::after,
    .stock_tab_ul_li a.window::after {
		width: 14px;
		height: 12px;
		right: 25%;
    }
  
    .l-library__dl {
		padding: .6em 0;
    }
    
    .l-library__dl__dt {
		justify-content: flex-start;
		width: auto;
		min-width: auto;
	}
	
	.l-library__dl__dt__time {
		font-size: 12px;
		margin-right: 10px;
	}
	
	.l-library__dl__dd {
		font-size: 14px;
		line-height: 1.6;
		margin: 5px 0 0 0;
	}
	
	.pdf-icon {
		font-size: 14px;
	}

	.pdf-icon:before {
		width: 12.5px;
		height: 15.5px;
		margin: 0 4px 0 9px;
		top: 2px;
	}
	
	.l-library__dl__dt__dd__a:hover .pdf-icon::before {
		background: url(../img/icn_pdf_black.png) no-repeat center / contain;
	}

/* 株主情報
-------------------------------- */	
    .l-stock {
        padding: 10px 0 0;
    }
    
    .stock_tab_ul {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 22px;
    }

    .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+.news_tab_list {
        margin-top: 23px;
    }

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

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

    .stock_tab_ul_li.active .stock_tab_ul_li_a {
        color: #fff;
        background: #005bac;
    }
    
    .stock_tab_list {
        margin-top: 30px;
    }
    
	table {
		margin-bottom: 2em;
	}

	table th {
		width: 30%;
	}

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

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