/*+++++++++++++++++
news
+++++++++++++++++*/

#information .tab{
	flex-wrap: wrap;
    gap:10px;
    grid-template-columns: repeat(3,1fr);
}

#information .tab li {
    border: none;
    padding: 0;
    margin: 0;
}
#information .tab a {
    padding: 5px 20px;
    font-size: var(--font-mc);
}

#information .tab li a[aria-current="page"] {
	background: var(--black);
	color: var(--white);
}

#information ol li{
	/* display: grid; */
	/* grid-template-columns: repeat(2,1fr); */
	gap: 20px;
	border-bottom: 1px dashed var(--opa-black02);
	padding: 0 0 20px;
	margin: 0 0 30px;
	align-items: center;
}
#information ol li a{
	display: block;
	grid-template-columns: 33% 65%;
	overflow: hidden;
	gap: 20px;
	/* border: 1px solid var(--black); */
	justify-content: space-between;
}
#information ol li figure{
	width: var(--flex-100);
	height: auto;
	overflow: hidden;
	background: var(--lightgray);
}
#information ol li img {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: var(--flex-100);
}

#information ol li a dl{
/*	
display: flex;
	
align-items: center;
	
gap: 20px;*/
}
#information ol li a dt{
	font-family: var(--engs);
	font-size: var(--font-mc);
	font-weight: var(--wght-600);
}
#information ol li a dd{
    font-weight: var(--wght-600);
    font-size: var(--font-em);
}

/*+++++++++++++++++
single
+++++++++++++++++*/
.info-single .content_innerbox {
	display: block;
}
.info-single .content_innerbox > div{
	padding: 0 5rem 7rem 0;
	width: 100%;
}
.info-single .content_innerbox > div table {
	max-width: 100%;
	width: 100%;
	table-layout: fixed;
}


.single .content_innerbox p a {
	color: var(--aqua);
	text-decoration: underline;
}
.single .content_innerbox p a:hover {
	text-decoration: none;
}
/*+++++++++++++++++
share
+++++++++++++++++*/
.sharebox{
	padding: 12px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: left;
	margin: 0 auto 50px;
	align-items: center;
	border-top: 1px solid #eee;
}
.sharebox b.center {
	font-size: 0.9em;
	width: 100%;
}
.sharebox ul{
	background: none;
	padding: 0;
	width: 100%;
	justify-content: left;
}
.sharebox ul li{
	padding: 0;
	border: none;
}
.sharebox li:before {
	content:"";
	display:none;
}

.sharebox li a img{
	width: 20px;
	display: block;
	margin: auto;
	height: 30px;
}
.sharebox li:nth-child(2) a img {
	width: 17px;
}
.sharebox li a small{
	font-size: 11px;
}


.ft_share {
	position: relative;
}
.ft_share figure{
	height: 200px;
	overflow: hidden;
	position: relative;
}
.ft_share figure:before{
	content:"";
	background: var(--opa-black02);
	position: absolute;
	width: var(--flex-100);
	height: var(--flex-100);
}
.ft_share figure img {
	width:var(--flex-100);
	aspect-ratio: 4/3;
	object-fit: cover;
}
.ft_share > div {
	position: absolute;
	top: 50%;
	z-index: 100;
	left: 50%;
	/* margin: auto; */
	transform: translate(-50%, -50%);
}
.ft_share > div  ul {
	justify-content:center;
}
.ft_share > div li a {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--white);
	border-radius: 100px;
	padding: 10px;
}
.ft_share > div li img {
	width: 30px;
	height: 30px;
}


@media screen and (min-width: 767px) {
/*+++++++++++++++++
news
+++++++++++++++++*/

}

@media screen and (min-width: 1024px) {
/*+++++++++++++++++
news
+++++++++++++++++*/
    
#information .tab {    
    grid-template-columns: repeat(5,1fr);    
}
    
#information .tab a {
    padding: 8px 30px;
    font-size: var(--font-em);
}    
    
#information .grid ol {
	display: grid !important;
	grid-template-columns: repeat(3,1fr);
}
#information ol li a{grid-template-columns: 1fr;}
#information ol li a figure{}

#information ol li a dl{
	display: flex;
	align-items: center;
	gap: 50px;
}
#information ol li a dt{
}
#information ol li a dd{
    font-weight: var(--wght-600);
    font-size: var(--font-em);
}	

#information.info-single ol li a dl {
	display:block;
}	
}

@media screen and (min-width: 1200px) {
/*+++++++++++++++++
news
+++++++++++++++++*/
#information ol li{
		display: block;
}
#information ol li{/* border: none; */}

#information ol li a dt{
}
#information ol li a dd{
    font-weight: var(--wght-600);
    font-size: var(--font-em);
}	

/*+++++++++++++++++
single
+++++++++++++++++*/
.info-single .content_innerbox {
	display: grid;
	grid-template-columns: 65% 30%;
	gap:5%;
	justify-content: space-between;
}
.info-single .content_innerbox > div{
	padding: 0 5rem 0 0;
	width: 100%;
}
.info-single .content_innerbox > div table {
	max-width: 100%;
	width: 100%;
	table-layout: fixed;
}


.single .content_innerbox p a {
	color: var(--aqua);
	text-decoration: underline;
}
.single .content_innerbox p a:hover {
	text-decoration: none;
}
/*+++++++++++++++++
share
+++++++++++++++++*/
.sharebox{
	padding: 12px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: left;
	margin: 0 auto 50px;
	align-items: center;
	border-top: 1px solid #eee;
}
.sharebox b.center {
	font-size: 0.9em;
	width: 100%;
}
.sharebox ul{
	background: none;
	padding: 0;
	width: 100%;
	justify-content: left;
}
.sharebox ul li{
	padding: 0;
	border: none;
}
.sharebox li:before {
	content:"";
	display:none;
}

.sharebox li a img{
	width: 20px;
	display: block;
	margin: auto;
	height: 30px;
}
.sharebox li:nth-child(2) a img {
	width: 17px;
}
.sharebox li a small{
	font-size: 11px;
}


.ft_share {
	position: relative;
}
.ft_share figure{
	height: 200px;
	overflow: hidden;
	position: relative;
}
.ft_share figure:before{
	content:"";
	background: var(--opa-black02);
	position: absolute;
	width: var(--flex-100);
	height: var(--flex-100);
}
.ft_share figure img {
	width:var(--flex-100);
	aspect-ratio: 4/3;
	object-fit: cover;
}
.ft_share > div {
	position: absolute;
	top: 50%;
	z-index: 100;
	left: 50%;
	/* margin: auto; */
	transform: translate(-50%, -50%);
}
.ft_share > div  ul {
	justify-content:center;
}
.ft_share > div li a {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--white);
	border-radius: 100px;
	padding: 10px;
}
.ft_share > div li img {
	width: 30px;
	height: 30px;
}
	
}