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

main.next .content {
  display: block;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.flex_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.key{
	text-align: center;
}
#campmeeting_motegi_2018 {
	font-feature-settings: "palt" 0;
}
#campmeeting_motegi_2018 section{
	margin-bottom: 50px;
}
#campmeeting_motegi_2018 ul.pagelink{
	width: 46%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#campmeeting_motegi_2018 ul.pagelink li{
	width: 48%;
	text-align: center;
	border-right: 1px dotted #eee;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #000;
	position: relative;
}
#campmeeting_motegi_2018 ul.pagelink li a{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 10px 0 25px 0;
}
#campmeeting_motegi_2018 ul.pagelink li a::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 18px;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -3px;
}
#campmeeting_motegi_2018 ul.pagelink li a:hover::after{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
} 
#campmeeting_motegi_2018 ul.pagelink li a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#campmeeting_motegi_2018 .lp_btn_close{
	padding: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 29px;
	display: inline-block;
	background-color: #aaaaaa;
	box-sizing: border-box;
}
#campmeeting_motegi_2018 .lp_btn_close span{
	background: #fff;
	color: #aaa;
	line-height: 1.0;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 25px;
}
#campmeeting_motegi_2018 .lp_btn_entry{
	margin-bottom: 70px;
}
#campmeeting_motegi_2018 #schedule .lp_btn_entry{
	margin-bottom: 0;
}
#campmeeting_motegi_2018 .lp_btn_entry a{
	display: block;
	width: 90%;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	padding: 20px;
	margin: 0 auto;
	background-color:#d9000e;
	box-sizing: border-box;
}
#campmeeting_motegi_2018 #schedule .lp_btn_entry a{
	width:100%;
	margin-top: 10px;
	margin-bottom: 0;
}
#campmeeting_motegi_2018 .lp_btn_entry a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#campmeeting_motegi_2018 .lp_btn_entry a span{
	background: #fff;
	color: #d9000e;
	line-height: 1.0;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 25px;
}
#campmeeting_motegi_2018 .lead_box{
	width: 90%;
	margin: 40px auto 30px;
	font-size: 16px;
  line-height: 1.9;
	text-align: center;
}
#campmeeting_motegi_2018 .lead_box .catch{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
}
#campmeeting_motegi_2018 h2{
	width: 100%;
	font-size: 29px;
	font-weight: bold;
	padding-top:40px;
	margin-bottom:20px;
	text-align: center;
	line-height: 2.1;
}
#campmeeting_motegi_2018 #schedule{
	width: 100%;
	background:#fff;
	padding:50px 80px 60px;
	box-sizing: border-box;
}
#campmeeting_motegi_2018 #schedule h2{
	border-top: 1px solid black;
	margin:23px 0 20px;
	text-align:center;
	padding:0; height:24px;
	border-bottom: none;
	line-height: 1.0;
}
#campmeeting_motegi_2018 #schedule h2 span{
	font-size: 28px;
	position: relative;
	top: -18px;
	padding: 0 20px;
	line-height: 1.0;
	background:white;
}
#campmeeting_motegi_2018 #schedule ul li {
	margin-bottom: 30px;
}
#campmeeting_motegi_2018 #schedule ul li:last-child{
	margin-bottom: 0;
}
#campmeeting_motegi_2018 #schedule .date{
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
	border: 2px solid #c00;
	color: #c00;
	margin-bottom: 5px;
}
#campmeeting_motegi_2018 #schedule h4{
	font-size: 18px;
	margin-bottom: 5px;
}
#campmeeting_motegi_2018 #info h2.info{
	font-size: 36px;
}
#campmeeting_motegi_2018 #info .list{
	width: 90%;
	margin: 35px auto 30px;
}
#campmeeting_motegi_2018 #info .list dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 3px;
}
#campmeeting_motegi_2018 #info .list dt{
	background-color: #ef0000;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	width: 25%;
	padding: 8px 18px;
  box-sizing: border-box;
}
#campmeeting_motegi_2018 #info .list dd{
	background-color: #f9f9f9;
	font-size: 17px;
	width: 75%;
	padding: 8px 18px;
  box-sizing: border-box;
}
#campmeeting_motegi_2018 #info .list dd ul li{
	font-size: 13px;
}
#campmeeting_motegi_2018 #info .list dd.w{
	background-color: #fff;
}
#campmeeting_motegi_2018 .caution{
	width: 90%;
	margin: 20px auto 25px;
	padding: 30px 50px;
	border-radius: 10px;
	box-sizing: border-box;
}
#campmeeting_motegi_2018 .caution ul li{
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left:1.25em;
	text-indent:-1.25em;
}
#campmeeting_motegi_2018 .caution ul li::before{
	content: "●";
	color:#f45e00;
	padding-right:0.25em;
}
#campmeeting_motegi_2018 #info .add_info{
	width: 90%;
	margin: 60px auto 30px;
}
#campmeeting_motegi_2018 #info .add_info .inner{
	margin-bottom: 40px;
}
#campmeeting_motegi_2018 #info .add_info .inner h3{
	font-size: 26px;
	text-align: center;
}
#campmeeting_motegi_2018 #info .add_info .inner .center{
	text-align: center;
}
#campmeeting_motegi_2018 #info .add_info .inner .ph{
	width: 350px;
	margin: 0 auto;
}
/* cont2 */
#campmeeting_motegi_2018 .cont2{
	width: 90%;
	margin: 35px auto 75px;
}
#campmeeting_motegi_2018 .cont2.contents{
	margin: 0 auto 40px;
}
#campmeeting_motegi_2018 .cont2 .ph{
	width: 46%;
}
#campmeeting_motegi_2018 .cont2 .article{
	width: 46%;
	margin-left: 4%;
}
#campmeeting_motegi_2018 .cont2 .article .ttl{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height:1.4;
	margin-bottom:20px;
}
#campmeeting_motegi_2018 .flex_container{
	justify-content: space-between;
}
#campmeeting_motegi_2018 .cont2 .article .ttl.num01{
	background: url(../../images/special/2018_campmeeting_motegi/num01.png) no-repeat 0 center;
	background-size: 26px;
	padding-left: 60px;
	height: 60px;
}
#campmeeting_motegi_2018 .cont2 .article .ttl.num02{
	background: url(../../images/special/2018_campmeeting_motegi/num02.png) no-repeat 0 center;
	background-size: 40px;
	padding-left: 60px;
	height: 60px;
}

/* movie */
#campmeeting_motegi_2018 .cont2.movie{
	width: 90%;
	margin: 35px auto 75px;
}
#campmeeting_motegi_2018 .cont2.movie .youtube{
	width:60%;
	height:auto;
	margin:0 auto 20px;
}

/* cont3 */
#campmeeting_motegi_2018 .cont3{
	width: 90%;
	padding: 4% 2.5%;
	margin: 35px auto 75px;
	background:#f36f20;
	box-sizing: border-box;
}
#campmeeting_motegi_2018 .cont3 .article{
	width: 46%;
	margin: 0 2%;
}
#campmeeting_motegi_2018 .cont3 .article .ph{
	margin:0 auto 10px;
}
#campmeeting_motegi_2018 .cont3 .article .ttl{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:15px;
}
#campmeeting_motegi_2018 .cont3 .article .txt{
	color:#fff;
}


#campmeeting_motegi_2018 .catch {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 20px;
}

/* special_guest */
#campmeeting_motegi_2018 #special_guest{
	width: 90%;
	margin: 0 auto 75px;
	padding: 30px 60px 30px;
	box-sizing: border-box;
	background: #fff;
}
#campmeeting_motegi_2018 #special_guest .ph{
	width: 26%;
}
#campmeeting_motegi_2018 #special_guest .txt{
	width: 60%;
}
#campmeeting_motegi_2018 #special_guest .flex_container{
	align-items: center;
}
#campmeeting_motegi_2018 #special_guest h2{
	border-top: 1px solid black;
	margin:23px 0 0;
	text-align:center;
	padding:0; height:24px;
	border-bottom: none;
	line-height: 1.0;
}
#campmeeting_motegi_2018 #special_guest h2 span{
	font-size: 28px;
	position: relative;
	top: -18px;
	padding: 0 20px;
	line-height: 1.0;
	background:white;
}


/*sp*/
@media screen and (max-width: 700px) {
	.flex_container{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#campmeeting_motegi_2018 p{
		font-size: 14px;
	}
	#campmeeting_motegi_2018 ul.pagelink{
		width: 100%;
	}
	#campmeeting_motegi_2018 ul.pagelink li a{
		display: block;
		font-size: 14px;
		color: #000;
		font-weight: bold;
		padding: 5px 0 15px 0;
	}
	#campmeeting_motegi_2018 ul.pagelink li a::after{
		bottom: 10px;
	}
	#campmeeting_motegi_2018 .lp_btn_entry {
		margin-bottom: 40px;
	}
	#campmeeting_motegi_2018 .lp_btn_entry a {
		width: 100%;
		font-size: 16px;
		padding: 10px 10px;
		line-height: 1.4;
	}
	#campmeeting_motegi_2018 .lp_btn_close{
		width: 100%;
		padding: 15px 10px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
	}
	#campmeeting_motegi_2018 .lead_box{
		display: block;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
		margin: 20px 0 40px;
    font-size: 15px;
    line-height: 1.9;
	}
	#campmeeting_motegi_2018 .cat {
		position: relative;
		background: #000;
		display: table;
		font-weight: bold;
		padding: 2px 25px;
		margin: 0 auto 10px;
		letter-spacing: 0.1em;
		font-size: 14px;
		color: #fff;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 .lead_box .catch{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#campmeeting_motegi_2018 h2{
		width: 100%;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		padding-top:0;
	}
	#campmeeting_motegi_2018 h2 img{
		width:80%;
		max-width:400px;
		text-align:center;
		margin:0 auto;
	}
	#campmeeting_motegi_2018 section {
		margin-bottom: 30px;
	}
	#campmeeting_motegi_2018 #schedule{
		width: 100%;
		background:#fff;
		padding:30px 20px 30px;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 #schedule h2{
		border-top: 1px solid black;
		margin:23px 0 10px;
		text-align:center;
		padding:0; 
		height:20px;
		border-bottom: none;
		line-height: 1.0;
	}
	#campmeeting_motegi_2018 #schedule h2 span{
		font-size: 22px;
		position: relative;
		top: -18px;
		padding: 0 20px;
		line-height: 1.0;
		background:white;
	}
	#campmeeting_motegi_2018 #schedule .date{
		font-size: 14px;
		display: inline-block;
		font-weight: bold;
		padding: 0 10px;
		border: 2px solid #c00;
		color: #c00;
		margin-bottom: 5px;
	}
	#campmeeting_motegi_2018 #schedule h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#campmeeting_motegi_2018 #info h2.info{
		font-size: 24px;
		padding-top:0;
	}
	#campmeeting_motegi_2018 #info .list{
		width: 100%;
		margin: 30px auto 40px;
	}
	#campmeeting_motegi_2018 #info .list dl{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-bottom: 3px;
	}
	#campmeeting_motegi_2018 #info .list dt{
		background-color: #ef0000;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		width: 25%;
		padding: 7px 10px;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 #info .list dd{
		background-color: #fff;
		font-size: 14px;
		width: 75%;
		padding: 7px 10px;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 #info .list dd.w{
		background-color: #fff;
	}
	#campmeeting_motegi_2018 .caution{
		width: 96%;
		margin: 20px auto 25px;
		padding: 0 0 20px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 #info .add_info .inner h3{
		font-size: 20px;
		line-height:1.4;
		text-align: center;
		margin-bottom:15px;
	}
	#campmeeting_motegi_2018 .caution ul li{
		padding-bottom: 5px;
		border-bottom: 1px dotted #999;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#campmeeting_motegi_2018 .caution ul li:last-child{
		margin-bottom: 0;
	}
	#campmeeting_motegi_2018 #info .add_info{
		width: 100%;
		margin: 35px auto 30px;
	}
	#campmeeting_motegi_2018 #info .add_info .inner .ph{
		width:86%;
		margin: 0 auto;
	}

	#campmeeting_motegi_2018 ul.cont2.contents{
		margin: 20px auto 0;
	}
	
	/* cont2 */
	#campmeeting_motegi_2018 .cont2{
		width: 100%;
		margin: 30px auto 60px;
	}
	#campmeeting_motegi_2018 .cont2.contents{
		margin: 0 auto 40px;
	}
	#campmeeting_motegi_2018 .cont2 .ph{
		width: 100%;
		margin-bottom:10px;
	}
	#campmeeting_motegi_2018 .cont2 .article{
		width: 100%;
		margin-left: 0%;
	}
	#campmeeting_motegi_2018 .cont2 .article .ttl{
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		line-height:1.4;
		margin-bottom:20px;
	}
	#campmeeting_motegi_2018 .flex_container{
		justify-content: space-between;
	}
	#campmeeting_motegi_2018 .cont2 .article .ttl.num01{
		background: url(../../images/special/2018_campmeeting_motegi/num01.png) no-repeat 0 center;
		background-size: 20px;
		padding-left: 50px;
		height: 50px;
	}
	#campmeeting_motegi_2018 .cont2 .article .ttl.num02{
		background: url(../../images/special/2018_campmeeting_motegi/num02.png) no-repeat 0 center;
		background-size: 30px;
		padding-left: 50px;
		height: 50px;
	}

	/* movie */
	#campmeeting_motegi_2018 .cont2.movie{
		width: 100%;
		margin: 30px auto 40px;
	}
	#campmeeting_motegi_2018 .cont2.movie .youtube{
		width:100%;
		height:auto;
		margin:0 auto 20px;
	}

	/* cont3 */
	#campmeeting_motegi_2018 .cont3{
		width: 100%;
		padding: 4% 2.5%;
		margin: 35px auto 40px;
		background:#f36f20;
		box-sizing: border-box;
	}
	#campmeeting_motegi_2018 .cont3 .article{
		width: 100%;
		margin: 0 2% 15px;
	}
	#campmeeting_motegi_2018 .cont3 .article .ph{
		margin:0 auto 5px;
	}
	#campmeeting_motegi_2018 .cont3 .article .ttl{
		color:#fff;
		font-size:18px;
		font-weight:bold;
		line-height:1.4;
		margin-bottom:10px;
	}
	#campmeeting_motegi_2018 .cont3 .article .txt{
		color:#fff;
	}


	#campmeeting_motegi_2018 .catch {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		margin: 30px 0 20px;
	}

	/* special_guest */
	#campmeeting_motegi_2018 #special_guest{
		width: 100%;
		margin: 0 auto 30px;
		padding: 5%;
		box-sizing: border-box;
		background: #fff;
	}
	#campmeeting_motegi_2018 #special_guest .ph{
		width: 100%;
		text-align:center;
	}
	#campmeeting_motegi_2018 #special_guest .ph img{
		width: 60%;
		margin:0 atuo;
	}
	#campmeeting_motegi_2018 #special_guest .txt{
		width: 100%;
	}
	#campmeeting_motegi_2018 #special_guest .flex_container{
		align-items: top;
	}
	#campmeeting_motegi_2018 #special_guest h2{
		border-top: 1px solid black;
		margin:23px 0 0;
		text-align:center;
		padding:0; height:20px;
		border-bottom: none;
		line-height: 1.0;
	}
	#campmeeting_motegi_2018 #special_guest h2 span{
		font-size: 20px;
		position: relative;
		top: -18px;
		padding: 0 20px;
		line-height: 1.0;
		background:white;
	}
}
