/**********************************/
/* タイトル部分 */
/**********************************/
/* 文字の部分は各ページごとにサイズが異なるので */
.ttl_bg{
	background-image: url("../images/news/main_bg.jpg");
}
.ttl_mojipos{
	width:30.47%;
	margin: 0 0 0 12.7%;
	
}

a.text_link {
    color: rgb( 0, 112, 192 );
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {

	.ttl_mojipos{
		width: 28.27%;
		margin: 0 0 0 12.69%;
	}

}

.newslist.ttl_mojipos{
	width:48.2142857%;
	margin: 0 0 0 12.7%;
	
}

@media only screen and (min-width: 769px) {

	.newslist.ttl_mojipos{
		width: 51.31086%;
		margin: 0 0 0 12.69%;
	}

}

/**********************************/
/**********************************/

/* オーバーライド */
.contents_area{
	margin-top: 35px;
}


.news_article{
	width: 100%;
	border-top: 6px solid #F1C096;
	background-color: #fff;
	padding: 1em 1.2em 3em;
	font-size: 16px;
}

.news_date{
	font-weight: bold;
	color: #2E3B51;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 21px;
}

.news_ttl{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #2E3B51;
	padding: 0 0 10px;
	margin: 10px 0 0;
	border-bottom: 1px solid #E9E9E9;
}

.news_con{
	font-size: 16px;
	line-height: 25px;
	margin: 15px 0 0;
}

.news_btn_box_pos{
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 45px 0 0;
}

.news_btn_box{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.news_home_btn a{
	margin-left: 0;
	border-color: #93ABAB !important;
	background-color: #93ABAB !important;
}

.news_home_btn a:hover{
	border-color: #93ABAB !important;
	background-color: transparent !important;
	background-image: url(../images/news_bcak_on.svg);
	color: #93ABAB !important;
}

@media only screen and (min-width: 769px) {
	.news_article{
		width: 100%;
		border-top: 6px solid #F1C096;
		background-color: #fff;
		padding: 1em 1.2em 3em;
		font-size: 16px;
	}

	.news_date{
		font-weight: bold;
		color: #2E3B51;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		line-height: 21px;
	}

	.news_ttl{
		font-size: 18px;
		line-height: 21px;
		font-weight: bold;
		color: #2E3B51;
		padding: 0 0 10px;
		margin: 10px 0 0;
		border-bottom: 1px solid #E9E9E9;
	}

	.news_con{
		font-size: 16px;
		line-height: 25px;
		margin: 15px 0 0;
	}

	.news_btn_box_pos{
		display: flex;
		flex-flow: row;
		justify-content: center;
		margin: 45px 0 0;
	}

	.news_btn_box{
		display: flex;
		flex-flow: row;
		justify-content: flex-start;
	}
	/* top_news_more_btn をオーバーライドする形なので margin-left */
	.news_home_btn a{
		margin-left: 15px;
	}

}

.news_figbox01{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_figbox01 figure{
	width: 100%;
	margin-top: 1em;
}

.news_figbox02{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_figbox02 figure{
	width: 48%;
	margin-top: 1em;
}

.news_figbox03{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -1em;
}

.news_figbox03 figure{
	margin-top: 1em;
	margin-left: 1em;
}



@media only screen and (min-width:769px) {

	.news_figbox01 figure{
		width: 48%;
	}

	.news_figbox02 figure{
		width: 24%;
	}

}

.top_news_more_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 182px;
	height: 40px;
	margin: auto;
	border: solid #F1C096 1px;
	border-radius: 40px;
	background: #F1C096 url(../images/top_news_more_btn.svg) no-repeat 93% center;
	font-size: 13px;
	color: #fff;
	transition: all 0.5s ease-out;
}
.top_news_more_btn a:hover {
	background: url(../images/top_news_more_btn_on.svg) no-repeat 93% center;
	color: #F1C096;
	transition: all 0.5s ease-out;
}


.news_y_ttl {
	font-size: 24px;
	font-family: Montserrat;
	padding-left: 0.3em;
	margin: 1em 0 0.5em;
}

.news_y_ttl {
	border-bottom: solid 3px #cce4ff;
	position: relative;
}

.news_y_ttl:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #2E3B51;
	bottom: -3px;
	left:0;
	width: 20%;
}

.top_news_list{
	padding-left: 1em;
	margin: 0;
}



/****************************************/
/* ページプルダウン機能CSSなので長い */
/****************************************/
.newstg li {
	position: relative;
	display: block;
	animation: flipdown 0.5s ease both;
}
.newstg {
	list-style: none;
	perspective: 900;
}
.newstg li i {
	position: absolute;
	transform: translate(-28px, 0);
	margin-top: -4px;
	right: 0;
}
.newstg li i:before, .newstg li i:after {
	content: "";
	position: absolute;
	background-color: #2E3B51;
	width: 2px;
	height: 10px;
	transition: all 0.25s ease-in-out;
}
.newstg li i:before {
	transform: translate(-3.5px, 9px) rotate(45deg);
}
.newstg li i:after {
	transform: translate(2.5px, 9px) rotate(-45deg);
}
.newstg li input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height: 98%;/* 100%にするとedgeでバグるのでギリギリライン */
	z-index: 1;
	opacity: 0;
}
.newstg li div.en_box {
	margin: 33px 0 0;
	max-height: 3500px;
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	opacity: 1;
	transform: translate(0, 0);
	z-index: 2;
	transition: all .5s ease-in-out;
	border-bottom: solid #2E3B51 1px;
	display: flex;
	flex-flow: column;
}
.newstg li div.en_box {
	border-bottom: none;
}
.newstg li input[type=checkbox]:checked ~ div.en_box {
	margin: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
.newstg li input[type=checkbox]:checked ~ i:before {
	transform: translate(2.5px, 9px) rotate(45deg);
}
.newstg li input[type=checkbox]:checked ~ i:after {
	transform: translate(-3.5px, 9px) rotate(-45deg);
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}
@media only screen and (min-width: 769px) {
	.newstg li div.en_box {
	}
	.newstg li i:before, .newstg li i:after {
		width: 3px;
		height: 13px;
	}
	.newstg li i:before {
		transform: translate(-4.5px, 9px) rotate(45deg);
	}
	.newstg li i:after {
		transform: translate(3.5px, 9px) rotate(-45deg);
	}
	.newstg li input[type=checkbox]:checked ~ i:before {
		transform: translate(3.5px, 9px) rotate(45deg);
	}
	.newstg li input[type=checkbox]:checked ~ i:after {
		transform: translate(-4.5px, 9px) rotate(-45deg);
	}
}
/* 画像並び */
.news_content_img {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin: 20px 0 0;
}
.news_content_img figure {
	width: calc(50% - 10px);
	padding: 20px;
}
.news_content_img figure figcaption {
	text-align: center;
}

.news_pubmed {
	display: inline-block;
	margin: 3px 0 0;
	padding: 5px;
	background: #d5d5d5;
}

.news_pubmed img {
	width: 70px;
	height: 25px;
}