@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#event .system-contents {
	margin-inline: auto;
	width: min(95%, 1280px);
  padding-block: 0 100px;  
}

#event .system-list {
	display: grid;
	gap: 40px;
  gap: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 60px;
}

#event .system-list li {
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
}

#event .system-list li a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
}

#event .icon {
	color: #ffffff;
	font-size: 14px;
	font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
	font-weight: 500;
	left: 21px;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
	padding: 7px 18px;
	position: relative;
	text-align: center;
	top: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

#event .icon.single {
  position: static;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 24px;
}


#event .icon.icon01 {
	background: #889E14;
	border-top: 11px solid #505D0E;
}

#event .icon.icon02 {
	background: #333333;
	border-top: 11px solid #090909;
}

#event .system-bottom {
	background: #F5F5F5;
	padding: 10px 10px 23px 10px;
}

#event .system-pic {
	margin-bottom: 20px;
	text-align: center;
}

#event .system-pic img {
	height: 267px;
	max-width: 95%;
	width: auto;
}

#event .text-box {
	margin-inline: auto;
	width: 360px;
}

#event .system-ttl {
	border-bottom: 1px solid #D5D5D5;
	font-size: 16px;
	font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 16px;
	padding-bottom: 20px;
}

#event .system-table {
	color: #9C9C9C;
	font-size: 14px;
	font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}

#event .system-table th {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50px;
}

#event .system-table td {
	margin: 0;
	padding: 0;
	text-align: left;
	width: calc(100% - 50px);
}

#event .system-table02 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
  width: min(95%,1000px);
  margin-inline: auto;
  margin-bottom: 40px;
}

#event .system-table02 th {
  width: 83px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-weight: 600;
  text-align: center;
  border-bottom: 3px solid #828282;
  padding: 7px;
}

#event .system-table02 td {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.84px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 3px solid #E3E3E3;
}

#event .form-Box {
  padding-block: 100px 0;
}

#event .form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
  font-size: 14px;
  line-height: 1.6;
  padding: 2% 3% 2%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EFEDEE;
  font-family: inherit;
}

#event .form-Box .confirm_area input[type="text"] {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  margin-inline: 0;
  padding: 0;
}


}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1350px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1350px) {
#event .text-box {
	margin-inline: auto;
	width: 95%;
}

#event .system-pic img {
	height: 19.778vw;
	max-width: 95%;
	width: auto;
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#event .system-contents {
  padding-block: 0 19.324vw;  
}

#event .system-list {
	display: grid;
	gap: 5.797vw;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#event .icon {
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 500;
	left: 2.459vw;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
	padding: 1.691vw 4.348vw;
	position: relative;
	text-align: center;
	top: 2.415vw;
	width: -moz-fit-content;
	width: fit-content;
}

#event .icon.single {
  position: static;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 5vw;
}

#event .icon.icon01 {
	background: #889E14;
	border-top: 11px solid #505D0E;
}

/* #event .icon.icon02 {
	background: #482B0B;
	border-top: 11px solid #1D1104;
} */

#event .icon.icon02 {
	background: #333333;
	border-top: 11px solid #090909;
}

#event .system-bottom {
	background: #F5F5F5;
	margin-inline: auto;
	padding: 2.415vw 2.415vw 10.729vw 2.415vw;
}

#event .text-box table.system-table{}
#event .text-box table.system-table th{ width: 12%; text-align: left;}
#event .text-box table.system-table td{ width: 75%; text-align: left;}

#event .system-pic {
	margin-bottom: 3.831vw;
	text-align: center;
}

#event .system-pic img {
	height: 54.348vw;
  max-width: 95%;
	width: auto;
}

#event .text-box {
	margin-inline: auto;
}

#event .system-ttl {
	border-bottom: 1px solid #D5D5D5;
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	margin-bottom: 2.797vw;
	padding-bottom: 3.28vw;
}

#event .sytem-table {
	color: #9C9C9C;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#event .sytem-table th {
	width: 10.628vw;
	padding: 0;
	margin: 0;
	text-align: left;
}

#event .sytem-table td {
	width: calc(100% - 10.628vw);
	padding: 0;
	margin: 0;
	text-align: left;
}

#event .system-table02 {
  width: 90vw;
  margin-inline: auto;
  margin-bottom: 7vw;
}

#event .system-table02 th {
  font-size: 3.6vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 600;
  text-align: center;
  border-bottom: 0.4vw solid #828282;
  padding: 0.9vw;
  width: 100%;
  display: block;
  background: #f8f8f8;
}

#event .system-table02 td {
  font-size: 3.6vw;
  line-height: 1.6;
  letter-spacing: 0.3vw;
  font-weight: 500;
  padding: 3vw;
  width: 100%;
  display: block;    
}

#event .form-Box .confirm_area input[type="text"] {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  margin-inline: 0;
  padding: 0;
}

#event .sp-fix-list .icon {
  padding: 0;
  position: static;
}

}