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

div.robots2526{
	width: 100%;
	height: auto;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8rem;
}

div.robots2526 h1{
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	margin-bottom: 5px;
	color: #013893;
	letter-spacing: 0.15rem;
	text-align: center;
	padding: 20px 20px 25px;
	line-height: 2.7rem;
}

div.robots2526 .main_head{
	margin-bottom:30px;
}

div.robots2526 h2{
	font-weight: 700;
	font-style: normal;
	font-size:26px;
	margin-top:60px;
	margin-bottom:40px;
	color: #EE8900;
	letter-spacing: 0.15rem;
	padding: 5px 10px 5px 10px;
	position:relative;
	text-align:center;
}

div.robots2526 h2:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:240px;
	height:5.5px;
	background:#013893;
	right:0;
	left:0;
	bottom:-18px;
	margin:0 auto;
}

div.robots2526 p{
	font-size:18px;
	color: #000;
}

div.robots2526 > p{
	padding-left:20px;
	padding-right:20px;
	line-height: 1.95rem;
	letter-spacing: 0.09rem;
}

div.robots2526 p.center{
	text-align:center;
}

div.robots2526 img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	display: block;
}

div.robots2526 img.goal{
	max-width:720px;
	margin:35px auto 45px;
}


div.robots2526 div.goal{
	border:solid 4px #013893;
	padding:30px 20px 20px;
	margin-bottom: 105px;
}

div.robots2526 div.goal p.head{
	
}

div.robots2526 div.goal ul{
	max-width:730px;
	margin:10px auto;

}

div.robots2526 div.goal ul li{
	color:#EE8900;
	font-weight:900;
	padding:1px 0;
	font-size:18px;
}

div.robots2526 div.goal ul li:before{
	content:"●";
	margin-right:3px;
}

div.robots2526 .area{
	display:flex;
	background:#E3E3E3;
	margin-top:70px;
	margin-bottom:70px;
	padding:35px 25px;
}

div.robots2526 .area > div{
}

div.robots2526 .area > div:nth-child(1){
	width:50%;
	padding-right:25px;
}

div.robots2526 .area > div:nth-child(2){
	width:50%;
	padding-right:20px;
}

div.robots2526 .area p{
	line-height:2.0rem;
}


div.robots2526 .area p span{
	font-size:22px;
	display:block;
	color:#013893;
	padding-bottom:10px;
	font-weight:700;
	border-bottom:solid 4px #013893;
	margin-bottom:20px;
}

div.robots2526 .area a{
	color:#EE8900;
	font-weight:700;
}

div.robots2526 .area .link a{
	background:#EE8900;
	color:#fff;
	display:block;
	border-radius:30px;
	font-size:23px;
	font-weight:700;
	text-align:center;
	padding:10px 20px;
	margin-top:20px;
}

div.robots2526 .area .link a:hover{
	opacity:0.5;
}

div.robots2526 .area .link a:after{
	content:"";
	display:inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.375em 0.64952em;
	border-left-color: currentColor;
	border-right: 0;
	margin-left:10px;
}

.slider img { width:100%; display:block; }
.slick-dots li button:before { font-size: 12px; color: #ccc; }
.slick-dots li.slick-active button:before { color: #333; }
.slick-dots li button:before {font-size:13px !important; margin-top:7px;}
.slick-dots li.slick-active button:before {opacity:1 !important; color:#013893 !important;}

div.robots2526 .button{
	margin-bottom:40px;
}

div.robots2526 div.member{
	margin:50px 0 70px;
}

div.robots2526 .button a{
	width: 100%;
	max-width:480px;
	border-radius: 25px;
	background: #ffa500;
	box-shadow: 5px 5px 0px #366ca8;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	color: #366ca8;
	display:block;
	margin:0 auto;
	padding:7.5px 20px;
}

div.robots2526 .button a:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	color: #366ca8;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 17px;
	border-left-color: currentColor;
	border-right: 0;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

div.robots2526 .button a:hover{
	opacity:0.75;
}

div.robots2526 p + div.button.end{
	margin-top:60px;
}

div.robots2526 div.button.end{
	margin-top:10px;
}

div.robots2526 div.button.end a{
	color: #fff;
	max-width: 540px;
	font-size: 22px;
	background: #013893;
	box-shadow: 5px 5px 0px #ffa500;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.robots2526 div.button.end a:after{
	color: #ffa500;
}

div.robots2526 div.button.end.back{
	margin-top:10px;
}

div.robots2526 div.button.end.back a{
	color: #fff;
	max-width: 540px;
	font-size: 26px;
	background: #A2A2A2;
	box-shadow: 5px 5px 0px #717171;
	padding: 15px 20px;
	font-weight: 700;
	border-radius: 50px;
}

div.robots2526 div.button.end.back a:after{
	color: #717171;
}

div.robots2526 div.button.end + p{
	margin-top:100px;
}

div.robots2526 div.gods{
	display:flex;
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin:0 0 30px;
}

div.robots2526 div.gods > div{
	width:50%;
	padding:40px 20px;
	border-bottom:solid 2px #EE8A01;
}

div.robots2526 div.gods > div:last-child{
	border-bottom:none;
}

div.robots2526 div.gods p.name{
	font-weight:700;
	font-size:22px;
	color:#013893;
}

div.robots2526 div.gods p.name:before{
	content:"●";
	margin-right:5px;
}

div.robots2526 div.gods p.fee{
	font-weight:700;
	font-size:22px;
	text-align:right;
	margin:10px 0;
}

div.robots2526 div.gods img{
	max-width:280px;
	margin:0 auto 25px;
}

div.robots2526 div.food{
	display:flex;
	margin:40px -15px 80px;
}

div.robots2526 div.food > div{
	width:33.333%;
	margin:0 15px;
	padding:20px;
	background:#EE8900;
	display: flex;
	flex-direction: column;
}

div.robots2526 div.food > div > div{
	background:#fff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

div.robots2526 div.food > div > div > div{
	flex-grow: 1;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

div.robots2526 div.food p.name{
	text-align:center;
	font-size:20px;
	font-weight:700;
	padding: 10px 20px;
}

div.robots2526 div.event{
	display:flex;
	margin:30px 0 40px;
}

div.robots2526 div.event > div{
	width:50%;
}

div.robots2526 div.event > div:nth-child(1){
	padding-right:20px;
}

div.robots2526 div.event > div:nth-child(2){
	padding-left:20px;
}

div.robots2526 div.to_event{
	margin-bottom:30px;
}

div.robots2526 div.to_event a{
	text-align:center;
	color:#EE8900;
	font-weight:700;
	font-size:20px;
	display:block;
	line-height:2.2rem;
}

div.robots2526 br.sp{
	display:none;
}


@media screen and (max-width:1000px) {
	div.robots2526 h1{
		font-size:24px;
		line-height: 2.0rem;
		padding: 0 0 20px;
	}

	div.robots2526 h2{
		font-size:22px;
	}
}

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

	div.robots2526 > p{
		padding-left:0;
		padding-right:0;
		font-size: 16px;
		line-height: 1.85rem;
	}

	div.robots2526 .main_head{
		margin-bottom:50px;
	}

	div.robots2526 h2{
		margin-top:40px;
	}

	div.robots2526 div.goal{
		margin-bottom:60px;
	}

	div.robots2526 .area{
		display:block;
		margin-top:40px;
		margin-bottom:70px;
		padding:30px 30px;
	}

	div.robots2526 .area > div:nth-child(1){
		width:100%;
		padding-right:0px;
	}

	div.robots2526 .area > div:nth-child(2){
		width:100%;
		padding: 30px 30px 10px;
	}

	div.robots2526 .area .link a{
		font-size:20px;
		margin-bottom:10px;
	}

	div.robots2526 div.food{
		display:block;
	}

	div.robots2526 div.food > div{
		width: 100%;
		margin:0 0 0;
	}

	div.robots2526 div.food > div > div{
		display: flex;
		flex-direction: initial;
	}

	div.robots2526 div.food > div:nth-child(even){
		padding:0 20px;
	}

	div.robots2526 div.food > div:nth-child(even) > div > div{
		order:1;
	}

	div.robots2526 div.food > div:nth-child(even) img{
		order:2;
	}

	div.robots2526 div.food img{
		width:20%;
	}

	div.robots2526 div.food > div > div > div{
		width:80%;
	}
}

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

	div.robots2526 .main_head{
		margin-bottom:10px;
	}

	div.robots2526{
		margin-bottom:60px;
	}

	div.robots2526 h1{
		font-size: 20px;
		margin: 0 0 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.8rem;
		letter-spacing: 0;
	}


	div.robots2526 div.button.end{
		margin-bottom:30px;
	}

	div.robots2526 div.button.end a{
		font-size:18px;
		
	}

	div.robots2526 div.button.end.back{
		margin-bottom:60px;
		margin-top: 30px;
	}

	div.robots2526 div.button.end.back a{
		font-size:20px;
		
	}

	div.robots2526 h2{
		font-size: 20px;
		line-height: 1.7rem;
		margin-bottom: 20px;
	}

	div.robots2526 p + div.button.end{
		margin-top:40px;
		margin-bottom:60px;
	}

	div.robots2526 h2:after{
		height: 3px;
		bottom: -6px;
	}

	div.robots2526 img.goal{
		margin: 35px auto 35px;
		width: 90%;
	}

	div.robots2526 p{
		font-size:16px;
	}


	div.robots2526 div.goal{
		margin-bottom:40px;
	}


	div.robots2526 .area{
		margin-bottom: 50px;
		padding:25px 20px 20px;
	}

	div.robots2526 .area p{
		line-height:1.8rem;
	}

	div.robots2526 .area p span{
		font-size:20px;
	}

	div.robots2526 div.member{
		margin: 40px 0 50px;
	}

	div.robots2526 div.food{
		margin: 20px 0px 50px;
	}

	div.robots2526 div.food img{
		width:30%;
	}

	div.robots2526 div.food > div > div > div{
		width:70%;
	}

	div.robots2526 div.gods{
		margin-bottom:0;
	}

	div.robots2526 div.gods > div{
		padding:30px 10px;
	}

	div.robots2526 div.gods p.name{
		font-size:18px;
	}

	div.robots2526 div.gods p.fee{
		font-size:16px;
		color: #606060;
	}

	div.robots2526 div.gods{
		line-height:1.6rem;
	}

	div.robots2526 div.button.end + p{
		margin-top:50px;
	}

	div.robots2526 div.event{
		display:block;
	}

	div.robots2526 div.event > div:nth-child(1){
		padding:0;
		margin-bottom:25px;
		width: 100%;
	}

	div.robots2526 div.event > div:nth-child(2){
		padding:0;
		width: 100%;
	}

	div.robots2526 div.event img{
		margin:0 auto;
		width:80%;
	}

	div.robots2526 div.to_event a{
		font-size:18px;
		line-height:1.8rem;
	}


	div.robots2526 div.food p.name{
		font-size:16px;
	}

	div.robots2526 div.gods img{
		margin-bottom:20px;
	}


	div.robots2526 br.sp{
		display:inline;
	}
}