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

#sec01 {
	max-width: 600px;
	padding: 5% 0;
	container-type: inline-size;
}

#sec01 h3 {
	text-align: center;
	font-size: 90px;
	font-size: 18cqw;
	font-weight: 800;
	line-height: 1;
	padding-top: 50px;
	color: var(--red);
	text-shadow: 0px 2px 20px rgba(200,50,50,0.3);
}
#sec01 h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
#sec01 .pBox {
	padding-top: 50px;
}
#sec01 .pBox p,#sec02 p {
	font-size: 16px;
	padding: 1em 0;
	line-height: 2.8;
}

.sec .h3Box {
	text-align: center;
}
.sec .h3Box::before,.sec .h3Box::after {
	content: "";
	display: block;
	margin: 1em auto;
	width: 1px;
	height: 4em;
	background-color: var(--gold);
}
.sec .h3Box h3 {
	font-size: 14px;
	line-height: 1.0;
}
.sec .h3Box h3 span {
	display: block;
	font-size: 240%;
	font-weight: 800;
}

#sec02 .box02 {
	background-color: var(--red);
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 10% 5% 5%;
	box-shadow: 0px 2px 20px rgba(200,50,50,0.5);
}
#sec02 p {
	padding-top: 3em;
}
#sec03,
#sec04,
#sec05,
#sec06 {
	padding:  6% 0;
}
#sec03 .uniBox {
	max-width: 900px;
	gap:30px 30px
}
#sec03 .uniBox .imgBox {
	width: calc((100% / 2) - 15px);
	
}

#sec04 {
	background-color: #f7f7f7;
	text-align: center;
}
#sec04 .tableBox {
	display: inline-block;
	width: auto;
}
.tableBox table {
	margin: 0 auto;
	font-size: 16px;
	border-collapse:  collapse;
}
#sec04 .tableBox th,#sec04 .tableBox td {
	padding: 1em 0;
	border-bottom: var(--gold) solid 1px;
	letter-spacing: 0.1em;
}
#sec04 .tableBox th {
	font-weight: 400;
	border-bottom: var(--gold) solid 3px;
	padding-left: 1em;
}
#sec04 .tableBox th::after {
	content: ":";
	margin-left: 0.5em;
}
#sec04 .tableBox td {
padding: 0 0.5em;
	
}

#sec05 {
	text-align: center;
}
#sec05 .tableBox {
	display: inline-block;
	width: auto;
}
#sec05 h4 {
	text-align: center;
	font-size: 21px;
	border: #999 solid 1px;
	padding: 0.3em;
	background-color: #f7f7f7;
}
#sec05 p.date {
	text-align: right;
	padding: 1em 0 0.5em;
}
#sec05 .tableBox th,#sec05 .tableBox td {
	padding: 1em;
	border-bottom: var(--gold) solid 1px;
	text-align: center;
}
#sec05 .tableBox th {
	
}
#sec05 table .miyajima {
	background-color: rgba(255,219,219,0.6);
}
#sec05 table .miyajima .team {
	font-weight: 500;
	font-size: 120%;
}
#sec05 p.csl {
	text-align: center;
	padding-top: 1em;
}


#sec06 {
	text-align: center;
}
#sec06 .txtBox {
	display: inline-block;
	padding: 40px 70px;
	box-shadow: 0px 2px 20px rgba(200,50,50,0.5);
	position: relative;
}
#sec06 .txtBox::after {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	pointer-events: none;
	border: var(--red) solid 1px;
}
#sec06 .txtBox h4 {
	font-size: 18px;
	padding-bottom: 0.3em;
}
#sec06 .txtBox .add {
	text-align: center;
}
#sec06 .txtBox a {
	display: inline-block;
	padding: 0.5em 2em;
	margin-top: 20px;
	background-color: #fff;
	border: #ccc solid 1px;
	border-radius: 6px;
	/*box-shadow: 0px 1px 4px rgba(200,50,50,0.5);*/
	color: #000;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 599px) {
	.boxWidth {
		width: 90%;
	}
	#sec02 .box02 .logo {
		width: 66%;
		margin: 30px auto;
	}
	#sec04 .tableBox {
		width: 90%;
	}
	#sec04 .tableBox th, #sec04 .tableBox td {
    padding: 1.0em 0;
	}

	#sec05 h4 {
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sec05 .tableBox {
		width: 90%;
		overflow-x: scroll;
		border: #ccc solid 1px;
		
	}
	#sec05 .tableBox th,#sec05 .tableBox td {
		white-space: nowrap;
	}
	#sec01 .pBox p, #sec02 p {
    font-size: clamp(14px, 4vw, 16px);
    padding: 1em 0;
    line-height: 2.0;
	}
	#sec06 .txtBox {
    padding: 30px;
	}
	#sec06 .txtBox {
		padding: 20px;
	}
	#sec06 .txtBox h4 {
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sec06 .txtBox p {
		font-size: clamp(11px, 3.2vw, 14px);
	}
	#sec06 .txtBox a {
		font-size: clamp(11px, 3.5vw, 14px);
    display: inline-block;
    padding: 0.5em 1em;
	}
}


