@charset "UTF-8";

/* CSS Document */
.about-subttl {
	margin-bottom: 17px;
}

.u-section01 {
	margin-top: 30px;
}

.secTarget_text {
	padding: 0 10px;
	font-size: 15px;
}

.secIntro_table {
	margin: 18px 0 0 10px;
	text-align: left;
	line-height: 1.4;
}

.secIntro_table caption {
	text-align: left;
	font-size: 12px;
	margin: 0 0 10px;
}

.secIntro_table th,
.secIntro_table td {
	padding: 1px 0;
}

.secIntro_table th {
	font-weight: normal;
	padding-right: 20px;
}

.secIntro_table td {
	font-size: 16px;
	padding-right: 50px;
}

.secMascot {
	margin-bottom: 0px;
}

.areaMascot {
	display: flex;
	justify-content: center;
	margin: 25px 0 0;
	padding: 35px 35px;
	background: #FFFEE8;
}

.areaMascot_title {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	color: #FF8000;
	line-height: 1.4;
	border-bottom: #FF8000 2px dotted;
	margin: 0 0 10px;
	letter-spacing: 2px;
}

.areaMascot_text {
	font-size: 15px;
	margin: 0 0 25px;
}

.areaMascot_text-last {
	margin-bottom: 0;
}

.areaMascot_txtCol {
	width: 60%;
	margin-left: 60px;
}

.areaMascot_imgCol {
	width: 22%;
	text-align: center;
}

.areaMascot_caption {
	margin: 10px 0 0;
	font-weight: bold;
	color: #09913A;
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
	.secTarget_text {
		padding: 0;
		font-size: inherit;
	}

	.secIntro_table {
		margin: 15px 0;
	}

	.secIntro_table th,
	.secIntro_table td {
		padding: 0;
	}

	.secIntro_table th {
		padding-right: 10px;
	}

	.secIntro_table td {
		font-size: 15px;
		padding-right: 50px;
	}

	.areaMascot {
		margin: 15px 0 0;
	}

	.areaMascot_title {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.areaMascot_text {
		font-size: inherit;
		margin: 0 0 15px;
	}

	.areaMascot_caption {
		font-size: 12px;
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.about-subttl {
		margin-bottom: 15px;
	}

	.u-section01.secTarget {
		margin-top: 15px;
	}

	.secIntro_table th {
		white-space: nowrap;
		padding-right: 10px;
		font-size: 12px;
	}

	.secIntro_table td {
		white-space: nowrap;
		font-size: 14px;
		padding-right: 50px;
	}

	.areaMascot {
		padding: 10px;
		display: block;
	}

	.areaMascot_title {
		font-size: 14px;
	}

	.areaMascot_txtCol {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.areaMascot_imgCol {
		width: 100%;
		margin-top: 20px;
	}

}
