@charset "utf-8";
/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */

/*------------------------------------------------------------
[SP] message
------------------------------------------------------------ */
section.message {
	margin: 0 4vw 12vw;
}

.message h2 {
	margin-bottom: 9.333333333333333vw;
	padding-bottom: 2.666666666666667vw;
	font-size: 4.8vw;
	font-weight: bold;
	border-bottom: 0.266666666666667vw #5BC2DC solid;
	position: relative;
}

.message h2::after {
	content: '';
	width: 40vw;
	height: 0.533333333333333vw;
	background: #5BC2DC;
	position: absolute;
	bottom: -0.533333333333333vw;
	left: 0;
}

.message h3 {
	margin-bottom: 6.4vw;
	font-size: 4.8vw;
	line-height: 1.5;
	font-weight: bold;
}

.message p {
	font-size: 3.733333333333333vw;
	line-height: 1.7;
}

.message p+p {
	margin-top: 1em;
}

.message .img_container {
	margin: 0 0 5.333333333333333vw 5.333333333333333vw;
	width: 40vw;
	float: right;
}

.message .img_container picture {
	margin-bottom: 3.2vw;
}

.message .img_container picture img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.message .img_container .caption .caption_title {
	margin-bottom: 1.6vw;
	font-size: 4vw;
	font-weight: bold;
}

.message .img_container .caption .caption_text {
	font-size: 3.466666666666667vw;
	line-height: 1.5;
	margin-top: 0;
}

/*------------------------------------------------------------
[SP] overview
------------------------------------------------------------ */
.overview {
	margin: 0 4vw 16vw;
}

.overview table {
	width: 100%;
	margin: 0 0 4vw;
	border-spacing: 0;
	border-collapse: collapse;
}

.overview table th {
	margin: 0 0 2.4vw;
	display: block;
	font-size: 4vw;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.overview table td {
	margin: 0 0 4vw;
	padding: 0 0 4vw;
	display: block;
	font-size: 3.733333333333333vw;
	line-height: 1.7;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px #ccc solid;
}

.overview table td .link a {
	color: #0081C6;
}

.overview .pdf a {
	font-size: 3.733333333333333vw;
	font-weight: normal;
	color: #0081C6;
	display: inline-flex;
	align-items: center;
}

.overview .pdf a::after {
	content: '';
	display: inline-block;
	width: 3.733333333333333vw;
	height: 4.8vw;
	background: url(../img/svg/icon_pdf.svg) no-repeat 0 0;
	background-size: auto 4.8vw;
	margin-left: 2.666666666666667vw;
}

.overview .member_table {
	width: auto;
	margin: 0 0 5.6vw 3.2vw;
}

.overview .member_table tr {
	display: block;
	padding: 4vw 0 0;
}

.overview .member_table tr:first-child {
	padding: 0;
}

.overview .member_table tr:first-child th {
	margin-top: 2.4vw;
}

.overview .member_table th,
.overview .member_table td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border-bottom: none;
}

.overview .member_table th {
	margin-top: 1.6vw;
	font-size: 3.733333333333333vw;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	color: #1E798F;
}

.overview .member_table td.pc_item,
.overview .member_table th.pc_item {
	display: none;
}

.overview .member_table td.name {
	margin: 2.4vw 0 0;
	padding: 0 0 0 4.8vw;
	font-size: 4.266666667vw;
	line-height: 1;
}

.overview .member_table td.position {
	margin: 1.6vw 0 0;
	padding: 0 0 0 9.6vw;
	font-size: 3.2vw;
	line-height: 1.5;
}

.overview .member_table th.empty,
.overview .member_table td.position.empty {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.overview .member_table th.empty+td.name {
	margin: 0;
}

.overview .member_table td .nobreak {
	white-space: nowrap;
	margin-left: 2.4vw;
}

@media print,
screen and (min-width:768px) {

	/*------------------------------------------------------------
[PC] message
------------------------------------------------------------ */
	section.message {
		margin: 0 auto 120px;
		width: 1160px;
		min-height: 500px;
		position: relative;
		padding: 0 0 0 224px;
	}

	.message h2 {
		margin: 0;
		padding: 0;
		width: 183px;
		height: 183px;
		background: url(../img/svg/circle_label.svg) no-repeat 0 0;
		background-size: 183px 183px;
		font-size: 22px;
		font-weight: bold;
		color: #1E798F;
		border-bottom: none;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	}

	.message h2::after {
		display: none;
	}

	.message h3 {
		width: 590px;
		margin: 0 0 30px;
		font-size: 22px;
		line-height: 1.5;
		font-weight: bold;
	}

	.message>p {
		width: 590px;
		margin: 0;
		font-size: 16px;
		line-height: 1.7;
	}

	.message p+p {
		margin-top: 1em;
	}

	.message .img_container {
		margin: 0;
		width: 290px;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	.message .img_container picture {
		margin-bottom: 15px;
	}

	.message .img_container picture img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.message .img_container .caption p.caption_title {
		margin: 0 0 5px;
		font-size: 16px;
		font-weight: bold;
	}

	.message .img_container .caption p.caption_text {
		margin: 0;
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0;
	}


	/*------------------------------------------------------------
[PC] overview
------------------------------------------------------------ */
	.overview {
		margin: 0 auto 100px;
		width: 900px;
	}

	.overview table {
		margin: 0 0 50px;
		border-spacing: 0;
	}

	.overview table th {
		width: 25%;
		margin: 0;
		padding: 20px;
		display: table-cell;
		font-size: 16px;
		line-height: 1.7;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px #ccc solid;
	}

	.overview table td {
		width: 75%;
		margin: 0;
		padding: 20px 5px 20px 20px;
		display: table-cell;
		font-size: 16px;
		line-height: 1.7;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px #ccc solid;
	}

	.overview table td .link a {
		color: #0081C6;
	}

	.overview table td .link a:hover {
		color: #5BC2DC;
	}

	.overview .pdf {
		/*	margin-left: 20px;*/
	}

	.overview .pdf a {
		font-size: 16px;
		font-weight: normal;
		color: #0081C6;
		display: inline-flex;
		align-items: center;
	}

	.overview .pdf a:hover {
		color: #5BC2DC;
	}

	.overview .pdf a::after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 21px;
		background: url(../img/svg/icon_pdf.svg) no-repeat 0 0;
		background-size: 15px;
		margin-left: 12px;
	}

	.overview .member_table {
		width: 100%;
		margin: 0 0 30px;
		table-layout: fixed;
	}

	.overview .member_table tr {
		display: table-row;
		padding: 0;
	}

	.overview .member_table th.pc_item,
	.overview .member_table td.pc_item,
	.overview .member_table th,
	.overview .member_table td {
		display: table-cell;
		margin: 0;
		vertical-align: top;
	}

	.overview .member_table th {
		width: 25%;
		padding: 12px 0;
		font-size: 14px;
		line-height: 16px;
	}

	.overview .member_table th.sp_item {
		display: none;
	}

	.overview .member_table td.name {
		width: 25%;
		padding: 12px 0;
		font-size: 16px;
		line-height: 1;
	}

	.overview .member_table td.vam {
		vertical-align: middle;
	}

	.overview .member_table td.position {
		width: 50%;
		padding: 12px 0;
		font-size: 13px;
	}

	.overview .member_table th.empty,
	.overview .member_table td.position.empty {
		font-size: 13px;
		line-height: 1.5;
	}

	.overview .member_table td .nobreak {
		margin-left: 15px;
	}

}