@charset "utf-8";
/* CSS Document */
.header.change-color {
	background-color: rgba(0,0,0,0.9);
}
#mainvisual {
	width: 100%;
	height: 30vh;
	position: relative;
	background: url(../img/policy/policy_header.jpg)no-repeat center;
	z-index: 0;
	background-size: cover;
}
#mainvisual::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	z-index: -1;
}
#mainvisual h1 {
	height: fit-content;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#mainvisual h1 span {
	font-size: 0.9rem;
}
img {
	vertical-align: middle;
}
.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents {
	margin: 10px 0 80px;
}
#reason01{
	position:relative;
	bottom:80px;
}
#reason02,#reason03,#reason04{
	position:relative;
	bottom:50px;
}
.inline {
	display: inline-block;
}

.policy_top {
	background: url(../img/policy/text_back.jpg) center/cover no-repeat;
	padding: 50px 0;
	position: relative;
}
.policy_top::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.2;
}
.policy_top p {
	color: #fff;
	line-height: 2.0;
	font-size: 0.9rem;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	position: relative;
	z-index: 10;
}
.policy_top p a {
	color: #fff;
}
.policy_summary {
	width: 95%;
	margin: 50px auto 0;
}
.policy_summary h2 {
	font-weight: bold;
	letter-spacing: 2px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	font-size: 24px;
	text-align: center;
	color: #333;
}
.memo {
	position: relative;
	padding: 20px;
	width: 48%;
	min-height: 170px;
	margin-top: 20px;
	color: #fff;
}
.memo::after {
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: '';
	border-style: solid;
	border-width: 35px 35px 0 0;
	border-color: #9f9f9f #fff;
}
.memo .summary-num {
	display: block;
	font-size: 150%;
	text-align: center;
	border-bottom: solid;
	width: 80%;
	margin: 0 auto;
	color: #fff;
}
.memo p {
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	color: #fff;
}
.summary_01 {
	background: #b2b0b0de;
}
.summary_01::before {
	content: '';
	width: 64px;
	height: 64px;
	background: url(../img/policy/ttl01.png) center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.summary_02 {
	background: #1f7087d6;
}
.summary_02::before {
	content: '';
	width: 64px;
	height: 64px;
	background: url(../img/policy/ttl02.png) center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.summary_03 {
	background: #3e8320c4;
}
.summary_03::before {
	content: '';
	width: 64px;
	height: 64px;
	background: url(../img/policy/ttl03.png) center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.summary_04 {
	background: #9b2e33cf;
}
.summary_04::before {
	content: '';
	width: 64px;
	height: 64px;
	background: url(../img/policy/ttl04.png) center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.policy {
	margin-bottom: 60px;
}
.policy_ttl {
	width: 90%;
	margin: 40px auto 50px;
}
.policy_ttl h2 {
	border-bottom: solid #B7282E 5px;
	font-size: 1.2rem;
	padding: 0 12px;
}
.policy_ttl h2 img {
	width: 55px;
	height: auto;
	margin: 0 15px 1px 0;
	border-radius: 0;
}
.policy_01 {
	width: 94%;
	margin: 0 auto;
	padding: 20px 15px;
	text-align: center;
	background: var(--item-color);
}
.policy_02 {
	width: 95%;
	margin: 0 auto 0 0;
	padding: 20px 15px;
	text-align: center;
	box-shadow: 7px 0px 17px -4px rgba(86,86,86,0.6);
	background: var(--item-color);
}
.policy .row {
	width: 1000px;
}
.policy_02 .row {
	margin: 0 0 0 auto;
}
.policy img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.fukidashi {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px 12px;
	min-width: 120px;
	max-width: 100%;
	font-size: 0.9rem;
	background: #fff;
	text-align: left;
	line-height: 2.0;
}
.fukidashi:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
.policy_01 .fukidashi:first-of-type, .policy_02 .fukidashi:first-of-type {
	margin-bottom: 60px;
}
.fukidashi a {
	color: var(--main);
}
.bold {
	font-weight: bold;
}
.policy-add-section {
	margin: 50px auto 0;
}
.policy-sub-title {
	width: fit-content;
	padding: 20px 15px;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
}
.policy-sub-title::before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0%;
	z-index: -1;
}
.policy-sub-title span {
	font-size: 2.5rem;
}
.policy-detail-box {
	width: 95%;
	margin: 0 auto;
}
.policy-text-lead {
	margin-bottom: 15px;
}
.feature-item {
	margin-bottom: 30px;
}
.feature-item h4 {
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	background: var(--item-color);
}
.feature-item a {
	color: var(--main);
}
.numbers-section {
	padding: 40px 0;
	text-align: center;
}
.numbers-section .container {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.numbers-section h2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.numbers-section .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.numbers-section .list div {
	width: 150px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 2px 5px #cdcdcd;
	border-radius: 10px;
}
.numbers-section .list span {
	display: block;
	font-size: 0.9rem;
	color: #666;
}
.numbers-section .list strong {
	display: block;
	font-size: 2rem;
	color: var(--main);
}
.numbers-section .list strong span {
	display: inline;
	font-size: 1rem;
}
.comparison-section {
	padding: 60px 0;
}
.comparison-section h2 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
	color: var(--main);
}
.comparison-section .table-scroll-wrapper {
	overflow-x: auto;
}
.comparison-section table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
}
.comparison-section table thead tr {
	background: var(--main);
	color: #fff;
}
.comparison-section table thead th {
	padding: 15px;
	border: 1px solid #ddd;
}
.comparison-section table tbody th {
	padding: 15px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	text-align: left;
}
.comparison-section table tbody td {
	padding: 15px;
	border: 1px solid #ddd;
}
.comparison-section table tbody td:last-of-type {
	background: #fbf2f3;
}
