@charset "UTF-8";
/* CSS Document */

#contents {
	padding-bottom: 110px;
}
.mimg {
	background-image: url(../img/message_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.mimg h1 {
	font-size: 50px;
	line-height: 422px;
	color: #333;
	letter-spacing: 0.06em;
}

.pan_list {
	padding-bottom: 90px;
}

.message_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 80px;
}
.message_items .item {
	display: block;
	font-size: 0;
	text-decoration: none;
	color: #666;
	width: 193px;
	position: relative;
}
.message_items .item img {
	width: 100%;
	height: auto;
}
.message_items .item .shtxt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #eee;
	color: #6b87ce;
	padding: 0 25px;
	font-size: 16px;
	line-height: 35px;
}
.message_items .item_s .shtxt {
	color: #7bb8c2;
}
.message_items .item .date {
	background-color: #d4d4d4;
	color: #666;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}
.message_items .item strong {
	display: block;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	padding: 15px 0 0;
}
.message_items .item p {
	font-size: 15px;
	line-height: 1.56;
	padding-top: 12px;
	text-align: justify;
}

.message_detail {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 65px 20px 80px;
	color: #666;
}
.message_container {
	max-width: 786px;
	margin: 0 auto;
}
.message_container > .fblk {
	display: flex;
	flex-wrap: nowrap;
	font-size: 0;
	padding-bottom: 40px;
}
.message_container .fblk .img {
	width: 192px;
	padding-right: 44px;
}
.message_container .fblk .img img {
	width: 100%;
	height: auto;
}
.message_container .date {
	font-size: 14px;
	line-height: 1.78;
	padding-bottom: 10px;
}
.message_container .info .fblk {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
}
.message_container .info .fblk .shtxt {
	font-size: 18px;
	line-height: 30px;
	padding: 0 15px;
	color: #666;
	background-color: #b0c1fc;
}
.message_container .info_s .fblk .shtxt {
	background-color: #8edae6;
}
.message_container .info .fblk p {
	font-size: 16px;
	line-height: 2;
}
.message_container .info h1 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	padding: 25px 0 0;
}
.message_container .info > p {
	font-size: 16px;
	line-height: 1.8;
	padding-top: 10px;
}
.message_container .body {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.message_container .imgset .img {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.message_container .imgset .img img {
	width: 100%;
	height: auto;
}
.message_container .imgset .imgv img {
	width: 80%;
	height: auto;
}
.message_container .imgset .img p {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	color: #070526;
	text-align: justify;
}
.message_container .imgset .imgv p {
	width: 80%;
	margin: 0 auto;
}
.message_container .btns {
	margin-top: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
}
.message_container .btns a {
	display: inline-block;
	background-color: #666;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	min-width: 176px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 790px) {
	#contents {
		padding-bottom: 0;
		background-color: #fff;
	}
	.mimg {
		background-image: url(../img/message_mimg_sp.jpg);
		height: 620px;
	}
	.mimg.detail {
		background-image: url(../img/message_mimg.jpg);
		background-size: 1000px auto;
		background-position: left top;
		height: auto;
	}
	.mimg h1 {
		font-size: 25px;
		line-height: 1.4;
		padding-top: 280px;
	}
	.mimg.detail h1 {
		padding: 20px 0;
		color: #666;
	}
	.pan_list {
		padding-bottom: 35px;
	}
	.message_items {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.message_items .item strong {
		font-size: 24px;
	}
	.message_detail {
		padding: 10px 0 70px;
		border-radius: 0;
	}
	.message_container > .fblk {
		width: 192px;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		padding-bottom: 45px;
	}
	.message_container .fblk .img {
		padding-right: 0;
	}
	.message_container .date {
		padding: 5px 0;
	}
	.message_container .info .fblk {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.message_container .info .fblk .shtxt {
		font-size: 16px;
		line-height: 28px;
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}
	.message_container .info h1 {
		padding: 0;
	}
	.message_container .info > p {
		font-size: 14px;
		padding-top: 5px;
	}
	.message_container .body {
		font-size: 12px;
		line-height: 1.75;
	}
	.message_container .imgset .img {
		margin-top: 20px;
	}
	.message_container .imgset .imgv img {
		width: 100%;
		height: auto;
	}
	.message_container .imgset .img p {
		font-size: 11px;
		line-height: 1.8;
		margin-top: 5px;
	}
	.message_container .imgset .imgv p {
		width: 100%;
	}
	.message_container .btns {
		margin-top: 30px;
		flex-direction: column;
		gap: 20px;
	}
	.message_container .btns a {
		padding: 7px 10px;
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
	}
}