@charset "UTF-8";



.images {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
}
.images picture {
	flex: 0 0 calc(50% - .25em);
	display: block;
}

/* ===============================
   point
=============================== */
#point .headline small {
	font-size: .923em;
}
#point .card .headline {
	color: var(--black);
}
#point .card .headline .ttl {
	font-weight: 600;
}

/* ===============================
   plan
=============================== */
#plan .item {
	background: var(--white);
}
#plan .item > .row > .imgBox {
	align-self: flex-start;
}
#plan .item > .row > .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#plan .item > .row > .txtBox {
	padding: max(5%, 25px) max(5%, 20px);
}
#plan .item .txtBox .ttl {
	font-weight: 600;
}
#plan .item .txtBox .price {
	font-weight: 600;
	color: var(--color1);
}
#plan .item .acc_body {
	padding: max(5%, 25px) 0;
}
#plan .item .acc_body dt {
	font-size: 1.077em;
	font-weight: 600;
	margin-top: 1.75em;
}
#plan .item .acc_body dd {
	margin: .75em 0;
}
#plan .item .acc_body .row {
	line-height: 1.75;
}
#plan .item .acc_body .row .txtBox {
	padding-left: 5%;
}

/* ===============================
   planner
=============================== */
@media(min-width:992px){
	#planner {
		position: relative;
	}
	#planner::before {
		content: '';
		display: block;
		width: 100%;
		height: 8em;
		background: var(--l-gray);
		position: absolute;
		top: 0;
		left: 0;
	}
}