@charset "utf-8";

.contents{
	max-width: 760px;
}

#mainBlock a{
	color: #000;
}

#contentsBlock{
	padding-bottom: 160px;
}

#under #mainBlock section#press_state{
	padding-bottom: 67px;
}

/*
section#press_state > .contents{
	position: relative;
}
section#press_state > .contents::after{
	white-space: pre;
	content: "COMMING\ASOON";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.9rem;
	font-weight: 500;
	color: #0f218b;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 0;
	left: 0;
}
*/

.ytBtn{
	max-width: 532px;
	margin: -20px auto 0;
}
.ytBtn a{
	display: block;
	margin-right: -35px;
}
#under section#press_detail h3{
	margin-bottom: 30px;
}
#press_detail .tableBox{
	justify-content: center;
	align-items: stretch;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
}
#press_detail .tableBox .leftBox{
	max-width: 190px;
	background: #9ED8F5;
	background: linear-gradient(90deg, rgba(158, 216, 245, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	width: 28.8%;
}
#press_detail .tableBox .rightBox{
	max-width: 510px;
	width: 71.2%;
}

#press_detail .tableBox p{
	padding: 26px 30px;
	border-bottom: solid 1px rgba(0,63,137,0.2);
}
#press_detail .tableBox p:first-child{
	border-top: solid 1px rgba(0,63,137,0.2);
}
#press_detail .tableBox .leftBox p{
	font-weight: 700;
	color: #0f218b;
}
#press_detail .tableBox .rightBox p{
	text-align: left;
	letter-spacing: 1px;
}

#press_detail .tableBox.spStyle dt{
	color: #0f218b;
	font-weight: 700;
	background: url("../../common/img/table_bg.webp") no-repeat center / cover;
	border-top: solid 1px rgba(0,63,137,0.2);
	border-bottom: solid 1px rgba(0,63,137,0.2);
}
#press_detail .tableBox.spStyle dt,
#press_detail .tableBox.spStyle dd{
	padding: 18px 0;
}
#press_detail .tableBox.spStyle dd:last-child{
	border-bottom: solid 1px rgba(0,63,137,0.2);
}

.presidentBox{
	max-width: 497px;
	margin: 100px auto 0;
	justify-content: center;
}
.presidentBox p{
	color: #0f218b;
	font-size: 2.4rem;
	width: 300px;
	text-align: right;
	margin-top: 33px;
	margin-right: 34px;
	letter-spacing: 2px;
}
.presidentBox p span{
	font-size: 2rem;
}
.presidentBox p img{
	margin-top: 24px;
	max-width: 198px;
}
.presidentBox figure{
	width: 240px;
	flex-shrink: 0;
}

@media screen and (max-width: 767px){
	#contentsBlock {
		padding-bottom: 90px;
	}
	#under #mainBlock section#press_state{
		padding-bottom: 30px;
	}
	.ytBtn {
		max-width: 292px;
		margin-top: auto;
	}
	.ytBtn a{
		margin-right: -20px;
	}
	#press_detail .tableBox{
		font-size: 1.4rem;
	}
	#press_detail .tableBox.spStyle dt,
	#press_detail .tableBox.spStyle dd {
		padding: 8px 0;
	}
	.presidentBox{
		margin-top: 60px;
	}
	.presidentBox figure{
		width: 120px;
	}
	.presidentBox p{
		font-size: 1.4rem;
		margin-right: 20px;
		width: inherit;
	}
	.presidentBox p span{
		font-size: 1rem;
	}
	.presidentBox p img{
		margin-top: 5px;
		max-width: 99px;
	}
}


