@charset "utf-8";
/* CSS Document */

/**================================================================================
session
================================================================================**/
/**-------------------------------------
sec1
-------------------------------------**/
#sec1 .bln_fill {
	--bln-fc: var(--mc01-03);
	width: 100%;
	margin: 20px auto 50px;
}
#sec1 .bln_fill::before {
	border-width: 15px;
}
#sec1 h2 {
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
@media (min-width: 521px) {
	#sec1 .bln_fill {
		display: block;
		width: 90%;
		max-width: 700px;
		margin-top: 50px;
		padding: 50px 0;
	}
	#sec1 .bln_fill::before {
		border-width: 25px;
	}
	#sec1 h2.fs24 {
		font-size: 4rem;
	}
	#sec1 h2 span.fs16 {
		font-size: 2.4rem;
	}
}
#sec1 ol{
	list-style-type: decimal;
}

.date {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px 5px;
	font-size: 3rem;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	background-color: #fff;
	border: 1px solid var(--fc03);
}
.date span {
	margin-left: 10px;
	padding: 5px 10px 2px;
	font-size: 1.2rem;
	border-radius: 500px;
}
.date span.sat {
	color: var(--mc02-01);
	background-color: var(--mc02-03);
}
.date span.sun {
	color: var(--sc01);
	background-color: var(--sc02);
}
@media (min-width: 521px) {
	.date {
		font-size: 5rem;
		padding: 20px 25px 10px;
	}
	.date span {
		font-size: 2rem;
	}
}

@media (min-width: 521px) {
	#sec1 p.fs14 {
		font-size: 1.6rem;
	}
}
/* head-list */
.head-list li{
	display: flex;
	margin-bottom: 20px;
}
.head-list li p {
	flex: 1;
	font-size: 1.3rem;
}
.head-list li p strong{
	display: block;
	font-size: 1.6rem;
	color: var(--mc01-01);
	font-weight: bold;
}
.head-list li figure{
	width: 54%;
	margin-left: 5vw;
}

@media (min-width: 521px) {
	.head-list{
		display: flex;
		gap: 14px;
	}
	.head-list li{
		width: calc(33.3% - 7px);
		flex-flow: column;
		text-align: center;
	}
	.head-list li p {
		font-size: 1.6rem;
	}
	.head-list li p strong{
		margin-bottom: 4px;
		font-size: 2.8rem;
	}
	.head-list li figure{
		width: 100%;
		margin: 20px 0 0;
	}
}

/**-------------------------------------
benefits
-------------------------------------**/
[class^="benefits"] {
	position: relative;
	display: flex;
	align-items: center;
	margin: 70px auto 30px;
	padding: 15px;
}
[class^="benefits"]::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	width: 100%;
	height: 40px;
}

.benefits01 {
	border: 2px solid var(--mc01-01);
}
.benefits01::before {
	background: url("../images/benefits01.svg") center center / contain no-repeat;
}
.benefits02 {
	border: 2px solid var(--mc01-03);
}
.benefits02::before {
	background: url("../images/benefits02.svg") center center / contain no-repeat;
}

[class^="benefits"] img {
	width: 30%;
}
[class^="benefits"] p {
	padding-left: 20px;
	font-size: 1.2rem;
}
[class^="benefits"] p span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}

@media (min-width: 521px) {
	[class^="benefits"]::before {
		height: 30px;
	}
	[class^="benefits"] p {
		font-size: 1.4rem;
	}
}

/**-------------------------------------
sec2
-------------------------------------**/
/* table */
.table {
	--icon: 20px;
	--p_width: 10px;
}
.table dl dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px var(--p_width);
	font-size: 1.6rem;
	font-weight: bold;
	background-color: var(--mc01-02);
}
.table dl dt img {
	width: var(--icon);
	height: var(--icon);
	margin-right: var(--p_width);
	object-fit: cover;
}
.table dl dd {
	position: relative;
	padding: var(--p_width);
	padding-left: calc(var(--p_width) + var(--icon) + var(--p_width));
	font-size: 1.8rem;
	font-weight: bold;
}
.table dl dd+dd {
	padding-top: 0;
}
.table dl:not(:last-child) dd::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(var(--p_width) + (var(--icon) / 2));
	width: 1px;
	height: 100%;
	background-color: var(--mc01-02);
}
.table dl dd span {
	display: block;
	margin: 10px 0;
	font-size: 1.4rem;
	font-weight: normal;
}
.table dl dd span.red {
	color: var(--sc01);
}
.table dl dd em {
	display: inline-block;
	font-size: 0.7em;
}

@media (min-width: 521px) {
	.table {
		--icon: 30px;
		--p_width: 20px;
	}
	.table dl dt {
		padding: 10px var(--p_width);
		font-size: 2rem;
	}
	.table dl dd {
		font-size: 2.5rem;
	}
	.table dl dd span,
	.table dl dd em {
		font-size: 1.8rem;
	}
}

/**-------------------------------------
sec3
-------------------------------------**/
#sec3 h2 {
	margin-bottom: 10px;
	padding: 0.4em 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid var(--mc01-01);
	background-color: var(--mc01-04);
}
#sec3 h2+p {
	font-size: 1.3rem;
	text-align: center;
}

/* zoomer_wrapper */
.zoomer_wrapper {
	height: 42vh;
	margin: 10px 0 30px;
	overflow: hidden;
	width: 100%;
}
.zoomer_wrapper .zoomer{
	background: #fff;
	border: 1px solid #ddd;
}
.zoomer_wrapper .zoomer .zoomer-holder{
	background: #fff;
	box-shadow: none;
	margin-top: -30px;
}

@media (min-width: 521px) {
	/* zoomer_wrapper */
	.zoomer_wrapper {
		height: 760px;
		margin-bottom: 40px;
	}
	.zoomer_wrapper .zoomer .zoomer-holder{
		margin-top: -30px;
	}
}


/**-------------------------------------
sec4
-------------------------------------**/
#sec4 {
	background-color: var(--mc01-04);
}
#sec4 ul li {
	margin: 5px 0;
	padding-left: 1em;
	text-indent: -1em;
}


/**-------------------------------------
covid
-------------------------------------**/
#covid.m_t50 {
	margin-top: 0;
}


