@charset "UTF-8";
/*特定商取引法でも使用*/
/* ▽ SP共通 layout ========== */
.about01 {
	display: block;
	padding: 0px 0 35px 0;
}
.about01 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.point {
	display: block;
	margin-bottom: 5px;
}
.point span {
	display: block;
	padding: 12px 15px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	background: var(--accent-color);
	color: #FFF;
	line-height: 1;
}
.point b {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 20px;
}
.about-flex {
	display: block;
	margin-bottom: 30px;
}
.about-flex .txt {
	display: block;
	margin-bottom: 15px;
}
.about-flex .txt p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.about-flex figure {
	display: block;
}
.about-flex figure img {
	width: 100%;
}
.comp-tab {
	display: block;
	margin-bottom: 30px;
}
.comp-tab table {
	width: 100%;
	border-collapse: collapse;
	border-top: #ccc solid 1px;
}
.comp-tab table th {
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 14px 2%;
	background: #FFF4E3;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #333;
	border-bottom: #ccc solid 1px;
}
.comp-tab table td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 14px 2%;
	background: #FFF;
	font-size: 1.5rem;
	line-height: 1.9;
	border-bottom: #ccc solid 1px;
	color: #333;
}
.about01 .list {
	display: block;
	margin-bottom: 30px;
}
.about01 .list ul {
	display: block;
}
.about01 .list li {
	display: block;
	padding: 5px 15px;
	font-size: 1.4rem;
	line-height: 1;
	border: #EFEFEF solid 1px;
	margin-bottom: 8px;
}
.about01 .bnrs {
	display: block;
	margin: 15px 0;
	text-align: center;
}
.about01 .bnrs li {
	display: inline-block;
	margin-bottom: 8px;
}
.about01 .btn {
	display: block;
	margin-top: 25px;
	text-align:center;
}
.about01 .btn li {
	display: inline-block;
	width: 230px;
	margin: 7px 0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.about01 {
		padding: 0px 0 80px 0;
	}
	.point {
		display: flex;
		margin-bottom: 25px;
		justify-content: space-between;
		align-items: center;
		background: #f0f0f0;

	}
	.point span {
		padding: 15px 20px;
		flex-basis: 12%;
		font-size: 1.8rem;
	}
	.point b {
		font-size: 1.8rem;
		padding: 0;
		flex-basis: 80%;
	}
	.about-flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	.about-flex.ri {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.about-flex .txt {
		flex-basis: 47%;
		margin-bottom: 0;
	}
	.about-flex .txt p {
		line-height: 2;
	}
	.about-flex figure {
		flex-basis: 50%;
	}
	.comp-tab {
		margin-bottom: 40px;
	}
	.comp-tab table th {
		display: table-cell;
		padding: 17px 2%;
		width: 22%;
	}
	.comp-tab table td {
		padding: 17px 2%;
	}
	.about01 .list {
		margin-bottom: 40px;
	}
	.about01 .list ul {
		display: flex;
		flex-wrap: wrap;
	}
	.about01 .list li {
		padding: 10px 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 12px;
		margin-right: 1%;
		width: 45%;
	}
	.about01 .bnrs {
		display: block;
		margin: 25px 0;
	}
	.about01 .bnrs li {
		margin-right: 20px;
	}
	.about01 .btn {
		text-align: right;
	}
	.about01 .btn li {
		margin-left: 15px;
	}
}
