@charset "utf-8";
/* CSS Document */
.block-page-head-st {
	margin: 78px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-page-freespace--icon {
	margin: 0;
	display: flex;
	gap: 4px;
}
.block-page-head-st > p {
	color: #888888;
}
.block-page-freespace--icon span {
	display: block;
	padding: 4px 6px;
	font-size: 11px;
	line-height: 1;
	color: #00446a;
	background: #ffffff;
	border: solid 1px #00446a;
}
.block-page-block--contents-text {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.block-page-block--contents-text .block-page-block--contents-body-text-2column {
	width: calc((100% - 60px) / 2);
}
.block-page-block--frame--textarea {
	line-height: 1.7;
}
/* メインボックス */
#main-contents {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 30px;
	line-height: 1.5;
}
#main-contents .center {
	text-align: center;
}
#main-contents .left {
	text-align: left;
}
#main-contents p {
	font-size: 16px !important;
	line-height: 1.6;
}
/* タイトル */
h1.ttl { /*大見出し */
	margin: 0 0 38px;
	padding: 0;
	border: none;
	background: none;
	text-align: left;
	color: #00446a;
	font-size: 32px;
	font-weight: bold;
}
h2.ttl01 { /*中見出し*/
	color: #00446A;
	font-weight: bold;
	border-top: solid 0px #00446A;
	border-bottom: solid 2px #00446A;
	background: none;
	margin: 0 0 38px;
	padding: 0;
	font-size: 24px;
}
/* テーブル-SP時1列 */
.tsf_table02 {
	width: 80%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 16px;
	margin: 15px auto 30px;
}
.tsf_table02 td, .tsf_table02 th {
	border: 1px solid #cbced2;
	text-align: center;
	padding: 10px;
}
.tsf_table02 th {
	background: #DCEAF8;
	font-weight: bold;
}
.table-40 {
	width: 40%;
}
.block-page-block--frame {
	margin: 40px 0;
}
.item-list02 ul {
	margin-bottom: 30px;
}
.item-list02 ul li {
	margin-top: 20px;
	list-style: disc;
	margin-left: 20px;
	font-size: 16px;
}
.item-list02 ul li strong {
	font-weight: bold;
	display: block;
}
.mT80 {
	margin-top: 80px;
}
.pro_detail_table-wrap01 a:hover {
	color: #ff0000;
	font-weight: bold;
}
.maskhikaku {
	border: 2px solid #07C935;
	padding: 10px 20px;
	font-size: 18px;
	background: #ffffff;
	opacity: 1;
}
.maskhikaku a:hover {
	color: #ff0000;
	font-weight: bold;
	opacity: 1;
}
.mask-link button {
	padding: 5px 10px;
	background: #00446a;
	color: #ffffff;
	border-radius: 5px;
	transition: 0;
}
.mask-link button:hover {
	background-color: #ffffff;
	border: 1px solid red;
	color: #ff0000;
	opacity: 1;
}
.mask-link a {
	font-size: 15px;
}
.mask-link a:hover {
	opacity: 1;
	font-weight: normal;
}
.mask-link th {
	background: #ffffff;
	border: none;
}
.mask-link td {
	border: none;
	padding: 20px 5px;
}
.mask-link > .sticky {
	background: #ffffff;
}
@media screen and (max-width: 600px) {
	#main-contents p {
		font-size: 12px !important;
		line-height: 1.7;
	}
	.tsf_table02 {
		width: 90%;
		font-size: 1.3rem;
		text-align: center;
		height: 3em;
		vertical-align: middle;
	}
	.tsf_table02 th {
		text-align: center;
		vertical-align: middle;
	}
	.tsf_table02 td {
		text-align: center;
		vertical-align: middle;
		padding: 4px 12px;
		display: block;
		height: 3em;
	}
	.tsf_table02 thead th {
		display: none;
	}
	.tsf_table02 tbody th {
		padding: 4px 12px;
		display: block;
		height: auto;
	}
	.tsf_table02 td[data-title]::before {
		color: #666;
		content: attr(data-title) " :";
		font-weight: bold;
		padding: 0 10px 0 0;
		display: inline;
	}
	h1.ttl { /*大見出し */
		max-width: calc(100vw - 3.0rem);
		margin: 0 auto 2.8rem;
		padding: 0;
		border: none;
		background: none;
		font-size: 2.2rem;
		text-align: left;
		color: #00446a;
		font-weight: bold;
	}
	h2.ttl01 { /*中見出し*/
		background: none;
		margin: 0 0 2.4rem;
		padding: 0;
		color: #00446A;
		font-weight: bold;
		border-top: solid 0px #00446A;
		border-bottom: solid 2px #00446A;
		max-width: 100vw;
		font-size: 2.0rem;
		text-align: left;
		line-height: 1.5;
	}
	.block-page-head-st {
		margin: 78px 1.5rem 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.table-40 {
		width: 40%;
	}
	.block-page-block--contents-text {
		display: block;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	.block-page-block--contents-text .block-page-block--contents-body-text-2column {
		width: 100%;
	}
	.item-list02 ul li {
		margin-top: 10px;
		list-style: disc;
		margin-left: 10px;
		font-size: 12px;
	}
	.block-page-block--contents-text .block-page-block--contents-body-text-2column + .block-page-block--contents-body-text-2column {
		margin-top: 0px;
	}
	.block-page-block--contents-goodslist {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	img.is-sp {
		width: 95%;
	}
	.block-page-block--frame {
		margin: 40px 1.5rem;
	}
	.pro_detail_table-wrap01 {
		font-size: 12px;
	}
	.maskhikaku {
		font-size: 14px !important;
		padding: 10px;
	}
	.mask-link a {
		font-size: 13px;
	}
	.mask-link th::before {
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		background: #ffffff;
	}
}