/* ===================================================================
news_release
=================================================================== */
.column2-wrap{
	/* flex */
	display: flex;
	flex-direction: row;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;

	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media screen and (max-width: 750px){
	.column2-wrap{
		flex-direction: column;
		width: 100%;
		margin-top: 0;

		flex-wrap: wrap;
	}
}

.column2-wrap .contents-wrap >*{
	width: 100%;
}

.column2-wrap .contents-wrap >h1:first-of-type,
.column2-wrap .contents-wrap >h2:first-of-type,
.column2-wrap .contents-wrap >h3:first-of-type,
.column2-wrap .contents-wrap >h4:first-of-type,
.column2-wrap .contents-wrap >h5:first-of-type{
	margin-top: 0;
	padding-top: 0;
}

.column2-wrap .contents-wrap p +p{
	margin-top: 2em;
}

.white-wrap{
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

@media screen and (min-width: 751px){
	.white-wrap{
		width: 1100px;
		padding: 35px 30px 25px 30px;
	}
}

@media screen and (max-width: 750px){
	.white-wrap{
		width: 100%;
		padding: 30px 15px;
	}
}

.white-wrap .txtlink-list{
	margin-top: 0;

	flex-wrap: wrap;
}

@media screen and (min-width: 751px){
	.white-wrap .txtlink-list{
		width: 100%;
	}
}

@media screen and (max-width: 750px){
	.white-wrap .txtlink-list{
		/* flex */
		flex-direction: row;
		width: 100%;
		margin-left: -20px;
	}
}

@media screen and (min-width: 751px){
	.white-wrap .txtlink-list li{
		margin-right: 20px;
		margin-bottom: 10px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 750px){
	.white-wrap .txtlink-list li{
		margin-left: 20px;
	}
	.white-wrap .txtlink-list li:nth-child(n + 2){
		margin-top: 0;
	}
}

/* ===================================
contents-wrap
=================================== */
.contents-wrap{
	width: 850px;
	padding: 50px 40px;
	background-color: #ffffff;
}

@media screen and (max-width: 750px){
	.contents-wrap{
		width: 100%;
		padding: 30px 15px;
	}
}

.contents-wrap .txtlink-list{
	width: auto;
	margin-top: 0;

	flex-wrap: wrap;
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list{
		flex-direction: row;
		width: 80vw;
		margin-left: 0;
	}
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list li{
		margin-left: 5vw;
	}
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list li +li{
		margin-top: 0;
	}
}

.contents-wrap .txtlink-list li:nth-child(6n + 1){
	margin-left: 0;
}

.contents-wrap .txtlink-list li:nth-child(n + 7){
	margin-top: 10px;
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list li:nth-child(n + 7){
		margin-top: 0;
	}
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list li:nth-child(3n + 1){
		margin-left: 0;
	}
	.contents-wrap .txtlink-list li:nth-child(n + 4){
		margin-top: 10px;
	}
}

.contents-wrap .txtlink-list li a{
	letter-spacing: 0.04em;
}

@media screen and (max-width: 750px){
	.contents-wrap .txtlink-list li a{
		font-size: 30px;
		font-size: 4vw;
	}
}

.contents-wrap .acd-list-wrap{
	margin-top: 50px;
}

@media screen and (max-width: 750px){
	.contents-wrap .acd-list-wrap{
		margin-top: 40px;
	}
}

.contents-wrap .acd-list-wrap li +li{
	margin-top: 20px;
}

.contents-wrap .acd-list-wrap .year-item >dt{
	/* flex */
	display: flex;
	height: 60px;
	padding-left: 20px;
	background-color: #f2f2f2;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;

	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width: 750px){
	.contents-wrap .acd-list-wrap .year-item >dt{
		height: auto;
		padding: 15px;
		font-size: 32px;
		font-size: 4.26667vw;
	}
}

.contents-wrap .acd-list-wrap .year-item >dt.trig{
	position: relative;
	cursor: pointer;
}

.contents-wrap .acd-list-wrap .year-item >dt.trig::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	border-radius: 100%;
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_acd_plus.png) center center no-repeat #ffffff;
	background-size: 12px auto;
	content: '';
}

.contents-wrap .acd-list-wrap .year-item >dt.trig.active::after{
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_acd_minus.png) center center no-repeat #ffffff;
	background-size: 12px auto;
}

.contents-wrap .acd-list-wrap .year-item >dd.acdConts{
	display: none;
}

.contents-wrap .acd-list-wrap .news-item{
	/* flex */
	display: flex;
	flex-direction: row;
	padding: 25px 0;

	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

@media screen and (max-width: 750px){
	.contents-wrap .acd-list-wrap .news-item{
		flex-direction: column;
		padding: 20px 0;

		flex-wrap: wrap;
	}
}

.contents-wrap .acd-list-wrap .news-item +dl{
	border-top: 1px solid #dcdcdc;
}

.contents-wrap .acd-list-wrap .news-item dt{
	width: 125px;
	color: #004898;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

@media screen and (max-width: 750px){
	.contents-wrap .acd-list-wrap .news-item dt{
		width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.contents-wrap .acd-list-wrap .news-item dd{
	width: calc(100% - 125px);
}

@media screen and (max-width: 750px){
	.contents-wrap .acd-list-wrap .news-item dd{
		width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
}

.contents-wrap .acd-list-wrap .news-item dd a{
	color: #333333;
}

.contents-wrap .acd-list-wrap .news-item dd a.pdf::after{
	display: inline-block;
	margin-left: 10px;
	padding: 2px 4px;
	border: 1px solid #c71818;
	background-color: #ffffff;
	color: #c71818;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	content: 'PDF';
}

/* ===================================
side nav
=================================== */
.side-nav{
	width: 220px;
	background-color: #ffffff;
}

@media screen and (max-width: 750px){
	.side-nav{
		width: 92%;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
}

.side-nav nav ul li +li{
	border-top: 1px solid #dcdcdc;
}

.side-nav nav ul li a{
	/* flex */
	display: flex;
	width: 100%;
	min-height: 60px;
	padding: 10px 15px;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;

	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width: 750px){
	.side-nav nav ul li a{
		height: auto;
		padding: 15px;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

@media screen and (min-width: 751px){
	.side-nav nav ul li a:hover{
		background-color: #dfedfc;
		opacity: 1;
		color: #004898;
	}
}

.side-nav nav ul li.current a{
	background-color: #dfedfc;
	color: #004898;
}

/* ===================================
share-list
=================================== */
.share-list.min{
	margin-bottom: 60px;
	padding: 0;
}

@media screen and (max-width: 750px){
	.share-list.min{
		margin-bottom: 40px;
	}
}

.share-list.min ul{
	justify-content: flex-end;
}

@media screen and (max-width: 750px){
	.share-list.min ul{
		/* flex */
		flex-direction: row;

		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.share-list.min ul li{
	width: 80px;
	height: 30px;
	margin: 0;
	margin-left: 10px;
}

@media screen and (max-width: 750px){
	.share-list.min ul li{
		width: 33.33%;
		height: 35px;
	}
}

.share-list.min ul li a{
	border-radius: 3px;
}

.share-list.min ul li a::before{
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 750px){
	.share-list.min ul li a::before{
		/* flex */
		display: flex;
		position: static;
		transform: none;

		align-items: center;
		justify-content: center;
	}
}

.share-list.min ul li a span{
	display: none;
}

.share-list.min ul li.twitter a::before{
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_share_twitter.png) center center no-repeat;
	background-size: 18px auto;
}

@media screen and (max-width: 750px){
	.share-list.min ul li.twitter a::before{
		background-size: 19px auto;
	}
}

.share-list.min ul li.facebook a::before{
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_share_facebook.png) center center no-repeat;
	background-size: 18px auto;
}

.share-list.min ul li.line a::before{
	background: url(/wp-content/themes/Twellv/assets/common/img/icon_share_line.png) center center no-repeat;
	background-size: 20px auto;
}

/* ===================================
figure
=================================== */
figure.box{
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width: 750px){
	figure.box{
		width: 92%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px){
	figure.box .box-wrap{
		overflow-x: auto;
		width: auto;
	}
}
