@charset "UTF-8";
*{
	box-sizing: border-box;
}
html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body{
	line-height: 2.2;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo,"メイリオ", sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	color: #555555;
	letter-spacing: 0.08em;
}
img{
	/*min-width: 100%;*/
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
.bnImg a{
	display: block;
}
a:link,
a:visited{
	color: #187ced;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
[class*="column"]{
	display: -webkit-flex;
	display: flex;
}
.columnTwo{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.dsp{
	display: none;
}
.inner{
	width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
}
#header{
	padding: 8px 10px 15px;
}
#header .inner{
	background-color: #ffffff;
	text-align: center;
}
#header .inner .logo a{
	display: inline-block;
}
#header .inner .logo img{
	width: 150px;
	height: 18px;
	min-width: inherit;
}
#content{
	padding-bottom: 100px;
}
#content .inner a:link,
#content .inner a:visited{
	text-decoration: underline;
}
#content .inner a:hover{
	opacity: 0.7;
}
#content .topicPass{
	margin-bottom: 30px;
	font-size: 1.3rem;
	background-color: #f7f7f7;
}
#content .topicPass ol{
	padding-top: 8px;
	padding-bottom: 5px;
}
#content .topicPass ol li a{
	position: relative;
	margin-right: 8px;
}
#content .topicPass ol li a:after{
	content: "";
	display: inline-block;
	margin-left: 15px;
	width: 8px;
	height: 9px;
	background: url("../img/index_ic01.png") no-repeat;
	background-size: 8px 9px;
	vertical-align: middle;
	margin-top: -2px;
}
#content .topicPass ol li a:link,
#content .topicPass ol li a:visited{
	color: #187ced;
	text-decoration: none;
}
#content .topicPass ol li a:hover{
	text-decoration: underline;
	opacity: 1;
}
#content .mainVisual{
	margin-bottom: 38px;
    padding: 0 50px;
/*	width: 1000px;
	height: 350px;*/
}
#content .mainVisual h1{
	padding-bottom: 20px;
	position: relative;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.6;
    
}
#content #about{
	padding: 0 50px;
}
#content .leadText{
	margin: 0 0 38px;
}
#content h2{
	margin-bottom: 32px;
	padding-bottom: 10px;
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
}
#content h2:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 900px;
	height: 5px;
	background-color: #c6f182;
}
#content h3{
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
    border-left: 5px solid #c6f182;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
#content p{
	margin-bottom: 24px;
}
#content p span{
    font-weight: bold;
}
#content p.note{
    font-size: 90%;
}
#content p .marker{
	background-color: #fff260;
}
#content p ul{
	margin-top: 0;
}
#content .photoBox{
	margin: 0 0 36px;
    text-align: center;
}
#content .photoBox img{
	width: 700px;
}
/*#content .columnTwo .photoBox img{
	width: 440px;
	height: 360px;
}*/
#content .section{
	margin-bottom: 70px;
}

#content .frameBox{
	padding: 32px;
	margin-bottom: 38px;
	border: 3px dotted #dadada;
	background-color: #ffffff;
}
#content .frameBox p{
    margin-bottom: 10px;
}
#content .frameBox ul li{
    list-style: decimal inside;
}
#content .frameBox ul li a{
    color: #555;
}
/*
#content .columnTwo{
	-webkit-align-items: center;
	align-items: center;
}
#content .columnTwo .imgBox{
	margin-right: 24px;
}
#content .columnTwo .textBox{
	margin-bottom: 0;
}
*/

#content .bnBox01,
#content .bnBox02{
	margin: 80px 0;
}
#content .bnImg{
	margin-bottom: 0;
}
#content .bnBox02 .bnImg img{
	width: 1000px;
	height: auto;
}
#content #about .btn01 li{
	height: 82px;
	margin: 36px 0 48px;
    text-align: center;
}
#content #about .btn01 li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	padding: 10px;
	margin:  0 135px;
	color: #fff;
	font-size: 2rem;
	text-decoration: none;
	/*border: 1px solid #444444;*/
	border-radius: 12px;
	letter-spacing: 0;
    line-height: 1.4;
}
#content #about .btn01.color00 li a{
	background-color: #ae0379;
	/*box-shadow: 3px 3px #ae0379,3px 3px #fff inset;*/
    color: #fff;
}
/*#content #about .btn01.color01 li a{
	background-color: #fff260;
	box-shadow: 3px 3px #fff260,3px 3px #fff inset;
}
#content #about .btn01.color02 li a{
	background-color: #c6f182;
	box-shadow: 3px 3px #c6f182,3px 3px #fff inset;
}
*/
#content #about p.btntop{
    text-align: center;
}
#content #about .mrt0{
    margin-top: 0 !important;
}
#content #about ul.linkList li{
    list-style: decimal inside;
}
#content #about ul.linkList li a{
    color: #555;
}

#footer{
	padding-bottom: 60px;
	background-color: #f7f7f7;
	position: relative;
}
#footer .pageTop a{
		position: absolute;
	top: -40px;
	left: 50%;
	margin-left: 350px;
	background: url(../img/index_ic04_off.png) no-repeat;
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
}
#footer .pageTop a:hover{
	background: url(../img/index_ic04_on.png) no-repeat;
	background-size: 80px 80px;
}
#footer .inner{
	padding: 0 15px;
}
#footer .footCorpLink{
	padding: 80px 0 50px;
	font-size: 1.3rem;
}
#footer .footCorpLink .column{
	-webkit-justify-content: center;
	justify-content: center;
}
#footer .footCorpLink ul li{
	margin-right: 28px;
}
#footer .footCorpLink ul li:last-of-type{
	margin-right: 0;
}
#footer .footCorpLink ul li a{
	color: #444444;
}
#footer .footCorpLink ul li a:before {
	content: "";
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #666666;
}
#footer .copyRight{
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0;
}

/*** .cpnArea ***/
.cpnArea {
    margin: 60px 0 80px;
}
.cpnArea a {
    display: block;
    background-color: #ae0379;
    /*box-shadow: 6px 6px #c6f182, 6px 6px #fff inset;*/
    box-shadow: 6px 6px #dfdfdf;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 100%;
    text-decoration: none !important;
    /*border: 1px solid #444;*/
    border-radius: 10px;
    letter-spacing: 0;
}
.cpnArea p.cpnTitle{text-align: center;font-size: 140%;margin-bottom: 20px !important;line-height: 1.4;font-weight: bold;}
.cpnArea li{margin-bottom: 10px;line-height: 1.6;position: relative;margin-left: 70px}
.cpnArea li:before{display: block;position: absolute;top:-2px;left: -70px;background: #fff260;color: #444;font-size: 90%; padding: 3px 10px;border-radius: 10px;margin-right: 5px;}
.cpnArea li.natsu1:before{content:'夏得1';}
.cpnArea li.natsu2:before{content:'夏得2';}
.cpnArea li.natsu3:before{content:'夏得3';}

.cpnArea p.cpnTitle span{background: #fff260;color: #444;padding: 2px 5px;margin: 0 5px;}

/* -----------------------------
/* -----------------------------
  ~640px forSP
------------------------------*/
@media screen and (max-width: 640px) {
	body{
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
	.dpc{
		display: none;
	}
	.dsp{
		display: block;
	}
	.inner{
		width: 100%;
		padding: 0;
	}
	a{
		text-decoration: none;
	}
	p{
		font-size: 1.4rem;
	}
	#content{
		padding-bottom: 60px;
	}
	#content #about{
		padding: 0 15px;
	}
	#content .inner a:hover{
	opacity: 1;
}
	#content .section{
		margin-bottom: 40px;
	}
	#content p{
		margin-bottom: 14px;
	}
	#content > .inner > p{
		margin-right: 10px;
	}
	#content .topicPass{
		margin-bottom: 15px;
		font-size: 1.2rem;
	}
	#content .topicPass .column{
		display: block;
	}
	#content .topicPass ol{
		padding: 8px 15px 5px;
	}
	#content .topicPass ol li a{
		margin-right: 0;
	}
	#content .topicPass ol li a:after{
		margin-left: 10px;
	}
	#content .mainVisual{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
        padding: 0;
	}
	#content .mainVisual img,
	#content .photoBox img,
	#content {
		width: 100%;
		height: auto;
	}
    #content .mainVisual h1 {
        margin-bottom: 12px;
        padding-bottom: 10px;
        line-height: 1.4;
        font-size: 2.5rem;
        padding: 0 15px;
    }
	#content .leadText{
		margin: 0 0 20px;
		text-align: left;
	}
	#content .frameBox{
		margin-bottom: 20px;
		padding: 20px 16px;
        font-size: 1.4rem;
	}
    #content ul li {
        margin-bottom: 10px;
        line-height: 1.4;    
    }
/*	#content .columnTwo{
		position: relative;
		flex-direction: column;
	}
	#content .columnTwo .imgBox{
		position: absolute;
		left: 50%;
		margin: 0 0 0 -25px;
	}
	#content .columnTwo .imgBox img{
		width: 50px;
		height: 63px;
		max-width: inherit;
	}
	#content .columnTwo .textBox{
		margin-top: 76px;
	}
*/	#content h2{
		margin-bottom: 12px;
		padding-bottom: 10px;
		line-height: 1.2;
		font-size: 2.4rem;
	}
	#content h2:after{
		width: 100%;
	}
    #content h3 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
	#content .photoBox {
		margin: 0 0 18px;
	}
	#content .bnBox01,
	#content .bnBox02{
		margin: 24px 0;
	}
	#content .bnImg img{
		width: 100%;
		height: auto;
	}
	#content .bnBox02 .bnImg img{
		width: 100%;
	}
	#content #about .btn01 li{
	height: 60px;
	margin-bottom: 18px;
	text-align: center;
}
    #content #about .btn01 li a{
        height: 100%;
        padding: 7px;
        margin: 0 ;
        font-size: 1.4rem;
    }
    #content #about ul.linkList li{
        font-size: 1.4rem;
        text-indent: -1em;
        margin-left: 1em;        
    }
	#footer .pageTop a{
		width: 60px;
		height: 60px;
		top: -30px;
		margin-left: -30px;
		background-size: 60px 60px
		
	}
	#footer .pageTop a:hover{
		background: url(../../event-report-20190903/img/index_ic04_off.png) no-repeat;
		margin-left: -30px;
		background-size: 60px 60px
	}
	#footer .footCorpLink{
		padding: 30px 0 20px;
	}
	#footer .footCorpLink .column{
		display: block;
	}
	#footer .copyRight{
		text-align: left;
	}
    
    .cpnArea li{font-size: 1.4rem;}
    
}