@charset "utf-8";
/* CSS Document */
/*記事共通*/
.wrap_main{
  padding-top:1em!important;
}
/*タイトル*/
.title {
  background: var(--sub) ;
}
.title h2 {
  font-size: 1.9rem !important;
  color:var(--primary);
  padding: 2rem 0;
}
section:first-child {
  padding: 0;
}

.subpage p{
  padding-bottom:1em;
}

/*デザイン適用欄*/
.theme-decoration-layer {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background-image: url(./bg01_3.svg), url(./bg01_2.svg);
	background-repeat: no-repeat;
	background-position: right 5% top 2%, left 5% top 30px;
	background-size: clamp(100px, 12vw, 300px) auto, clamp(60px, 7vw, 160px) auto;
}

@media (max-width: 960px) {
.theme-decoration-layer {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background-image: url(./bg01_3.svg), url(./bg01_2.svg);
	background-repeat: no-repeat;
	background-position: right 0% top 10px, left 0% top 30px;
	background-size: clamp(110px, 12vw, 300px) auto, clamp(100px, 10vw, 160px) auto;
}
}
/*デザイン適用欄ここまで*/

/*==========　大会概要　=========*/
#outline_area {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#outline_area figure {
  width: 30%;
  margin: 3px;
}
.outline_box {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}
.mds p {
  margin-bottom: 5px;
  color: #333;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
  margin: 0 auto 1rem;
}
#outline_area p:before, #outline_area p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #333;
  content: "";
}
#outline_area p:before {
  left: -30px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
#outline_area p:after {
  right: -30px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

/*応募要項テーブル周り*/
#outline_area{
	margin-bottom:0!important;
}
.entry {
  width: 100%;
  margin: 2rem auto 4rem;
}
.entry div {
  width: calc(50% - 3rem);
  margin: 0 auto;
}
.entry .note {
  border: 1px solid var(--primary-light);
  padding: 1.5rem 1rem;
}
.info-tbl {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 95%;
}
.info-tbl th, .info-tbl td {
  padding: 1em 1em 1.3em;
  border: 3px solid #FFF;
}
.info-tbl th {
  border-radius:7px;
  background-color: var(--accent-light);
  color:var(--primary);
  text-align: center;
  font-weight: 500;
  font-size:0.85em;
  white-space: nowrap;
  vertical-align:top;
  padding-top:1.4em;
}
.info-tbl td ul {
  margin-left: 1em;
  padding: 0 0;
}
.info-tbl td ol{
  
  margin-left: 1.8em;
}
.info-tbl td ul li {
  list-style: disc;
  margin-bottom: 0.3em;
}
.info-tbl ol {
  list-style: decimal !important;
}
.info-tbl ol li {
  margin-bottom: 0.5rem;
}
.info-tbl .kome {
  margin-left: 0;
}
.info-tbl .kome li {
  list-style: none !important;
  margin-bottom: 3px !important;
}
.info-tbl small{
  font-size:0.7em;
  line-height: 1.6;
  margin: 2px 0;
  display: inline-block;
}
.knb_btn-wrap {
  text-align: center;
}
a.btn-dl {
  background: var(--accent);
  padding-right: 70px;
}
a.knb_btn_like {
  background-color: var(--accent);
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 20px;
  padding-right: 20px;
  font-size: 120%;
  margin: 0 3px 3px;
}
@media screen and (max-width:960px) {
  .info-tbl {
    font-size: 14px;
  }
  .info-tbl th, .info-tbl td {
    padding: 15px;
  }
  .info-tbl small{
  font-size:0.8em;
  line-height: 1.6;
  margin: 3px 0;
  display: inline-block;
}
}
@media screen and (max-width:620px) {
  .info-tbl {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width:600px) {
    
.info-tbl th {
  border-radius:4px;}
.info-tbl th, .info-tbl td {
	padding: 0.5em;
	width: 100%;
	display: inline-block;
	text-align: left;
}
.date{
  display: inline-block;
  margin:0 0 0.5em 0;
  font-size:1.2em;
}.place{
  display: inline-block;
  margin:0 0 0.2em 0;
  font-size:1.1em;
}
}
@media screen and (max-width:415px) {
  .info-tbl ol li {
    margin-bottom: 0.4rem;
  }
  .info-tbl td ul li {
    margin-bottom: 0.4rem;
  }
}

/*賞金*/
.prize {
  margin: 0 auto 1rem;
  width: calc(100% - 1rem);
}
.prize li {
  font-size: 1.05rem;
  padding: 0.5rem;
  font-weight: 500;
}
.prize li span {
  display: inline-block;
  color: var(--primary);
  width: 100%;
  max-width: 130px;
}
.prize li strong {
  font-size: 1.5rem;
  display: inline-block;
  width: 1.7em;
  text-align: center;
}
.prize li small {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}
.prize li:nth-child(3) {
  margin-bottom: 2rem;
}
.prize li:not(:last-child) {
  border-bottom: 1px solid var(--mdgray);
}

/*======MAP======*/
#map{
	margin: 0;
	padding: 0;
}
/*youtube*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1440px) {
  .subpage .in_box {
  width: 95%;
}
}
@media screen and (max-width:960px) {
 .subpage {
	margin-top: 56px;
}

	#map figure img{
		width:100%;
	}
	
	#map .in_box{
		padding:1rem;
	}
	.course_area{
		padding:1rem;
	}
	.course_area b{
		display: block;
		text-align: center;
		margin-bottom:1em;
	}
}
/*部門*/
.bumon_box {
  margin:1em auto;}
@media screen and (max-width:960px) {
.bumon_box{
		padding:1rem 0;
	}}

  /*会場マップ ブース*/
  
/*ブース*/

#booth  ol.tent {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
#booth ol.tent li {
  margin-bottom: 10px;
  padding-left: 37px;
  position: relative;
	font-size:0.8em;
	padding-right:5px;
}

#booth ol.tent li b{
	display: inline-block;
	margin-right:1em;
	font-size:1.2em!important;
} 
#booth ol.tent li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0060B8;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-weight: bold;
}
#booth ol.tent li:nth-child(odd) {
  background-color: #ddeeff;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
}

#booth  ol.car {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
#booth ol.car li {
  margin-bottom: 10px;
  padding-left: 37px;
  position: relative;
	font-size:0.8em;
	padding-right:5px;
}

#booth ol.car li b{
	display: inline-block;
	margin-right:1em;
	font-size:1.2em!important;
}

#booth ol.car li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FF6F00;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-weight: bold;
}
#booth ol.car li:nth-child(odd) {
  background-color: #FBFBE4;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
}
@media screen and (max-width:700px) {
	
#booth ol.car li b,
	#booth ol.tent li b{
		display: block;
	}
}