@charset "UTF-8";
.head-bnr{
	padding-top: 60px;
}

.link-nashi{
	padding: 5px;
}

/*211209追加*/
.pickup-waku{
	border-top: solid 2px #fff;
    -webkit-border-image: -webkit-linear-gradient(left, #2525ff 0%, #73effe 33%, #f93dfd 67%, #f9e56e 100%) 1/2px 2px 2px 2px;
    border-image: linear-gradient(to right, #2525ff 0%, #73effe 33%, #f93dfd 67%, #f9e56e 100%) 1/2px 2px 2px 2px;
	padding: 10px 10px 5px  10px;
	margin-bottom: 10px;
}

.bnr_m-sta{
	width: 50%;
	margin: 0 auto;
}
.policy {
    margin: 20px auto;
    text-align: center;
    width: 500px;
    border: solid 2px #ff8800;
    padding: 30px 0;
    background-color: #170446;
}
  .policy .indent-1 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
.policy .indent-1 span {
	color: #ff8800;
}
.chkarea {
    width: 320px;
    margin: auto;
    background-color: #eee;
    border-radius: 7px;
	padding: 5px 0;
}
  .submit_btnarea {
    margin: 0 auto;
    min-width: 600px;
	position: relative;
}
  .form_btn{
	border: none;
    background-color: none;
    background: none;
    width: 100%;
}
  
  .form_btn:hover{
	-webkit-animation: backToOpac1 0.7s linear 0s;
    animation: backToOpac1 0.7s linear 0s;
  }
	
	button[type="submit"][disabled]:hover{
		-webkit-animation: none;
		animation: none;
	}

	label.chkbox-txt {
		color: #000;
		font-weight: 600;
	}

	.submit_btnarea.display_close button {
		display: none;
	}

	.submit_btnarea.display_open .soon-btn {
		display: none;
	}

	#wrapper .owl-carousel {
		width: 1000px;
	}

	.api-bnr-d.api-bnr {
		width: 700px;
		margin: 20px auto;
	}

	#wrapper .api-bnr-d div {
		margin: -5px;
		margin-bottom: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	#wrapper .api-bnr-d div a {
		box-sizing: border-box;
		width: calc(100% / 2);
		padding: 7px;
	}

	#wrapper .api-bnr-d div a img {
		width: 100%;
		height: auto;
	}

	#wrapper .btn-box .event-txt {
		text-align: left;
	}

/* ナビ過去イベント追加　*/
    #nav-wrap .api-nav-main div a.nav-event {
      background: url(../common-img/nav/nav-pc-event.png) no-repeat left top;
      background-size: 180px;
      width: 180px;
      height: 92px; 
}
	 #nav-wrap .api-nav-main div a.nav-event.active, #nav-wrap .api-nav-main div a.nav-event:hover {
      background: url(../common-img/nav/nav-pc-event-on.png) no-repeat left top;
      background-size: 180px;
      width: 180px;
      height: 92px; }


.project_ttl {
	font-size: 28px;
    color: #f6ff00;
	line-height: 1.3;
}

.a_color {
	color: #52c3fd;
}

.contest_ttl {
	font-weight: bold;
	text-decoration: underline;
}

.projext-box {
	word-break: break-all;
}

.project-img-box {
	margin: 50px;
}

.text_purple {
	color: #fc65ff;
    font-size: 24px;
    font-weight: bold;
}

.text_yellow {
	color: #f6ff00;
    font-size: 24px;
    font-weight: bold;
}

.text_blue {
	color: #6dd5ff;
    font-size: 24px;
    font-weight: bold;
}

.img-flx {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: 30px;
}

.img-flx-inner_2 {
	padding: 0 0 0 5px;
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}