﻿@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;
    word-break: break-all;
}
#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.note{
    font-size: 80%;
}
#content p.center{
    text-align: center;
}
#content p .marker{
	background-color: #fff260;
}
#content p ul{
	margin-top: 0;
}

#content .section .attText {
    font-size: 14px;
    text-align: center;
}

#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-radius: 12px;
	letter-spacing: 0;
    line-height: 1.4;
}
#content #about .btn01 li a{
	background-color: #ae0379;
    box-shadow: 6px 6px #dfdfdf;
    color: #fff;
}
#content #about p.btntop{
    text-align: center;
}
#content #about .mrt0{
    margin-top: 0 !important;
}
#content #about ul.linkList li{
    list-style: decimal inside;
    margin-bottom: 10px;
}
#content #about ul.linkList li a{
    color: #555;
}
#content #about ul.linkList li ul{
    margin-top: 5px;
}
#content #about ul.linkList li ul li{
    list-style: none;
    margin-left: 2em;
    margin-bottom: 0;
}

#content #about .abArea p.contA{
    font-weight: bold;
    margin-bottom: .5rem;
    background: #efefef;
    padding: 1rem 2rem;    
}
#content #about .voice{
    border: 2px solid #c6f182;
    margin-top: 4rem;
}
#content #about .voiceTitle{
    display: flex;
    background: #c6f182;
    padding: 1rem;
}
#content #about .voiceNo{
    background: #fff;
    padding: 0 1em;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 1rem;
    border-radius: 3rem;
}
#content #about .voiceNo span{
    font-size: .8em;
    border: 2px solid #555;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: .75em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0.15em;
}
#content #about .voice h4{
    font-weight: bold;
    font-size: 2rem;
    border-bottom: 2px solid #c6f182;
}
#content #about .voiceText{
    padding: 2rem;
}
#content #about .voiceText p:last-child{
    margin-bottom: 0;
}


#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 auto 80px;
    /*width: 700px;*/
}

.cpnArea .section {
    margin: auto;
    width: 700px;
}
/*
.cpnArea h3{
    border-left: none !important;
    padding-left: 0 !important;
    
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;    
}
.cpnArea h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.cpnArea h3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.cpnArea .btn01 a {
    display: block;
    background-color: #ae0379;
    box-shadow: 6px 6px #dfdfdf;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 100%;
    text-decoration: none !important;
    border-radius: 10px;
    letter-spacing: 0;
    text-align: center;
}
*/
.cpnArea p.cpnTitle{text-align: center;font-size: 140%;margin-bottom: 20px !important;line-height: 1.4;font-weight: bold;}


#content #about ul li.firstbtn a{
    width: 100%;
    margin: 50px auto;
    padding: 30px 0;
    height: auto;
    font-size: 120%;
    display: block;
    font-weight: bold;
}
#content #about ul li.firstbtn a span{
   background-color: yellow;
   color: black;}

/* -----------------------------
/* -----------------------------
  ~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 .section .attText {
        font-size: 12px;
        text-align: center;
    }
	#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;        
    }
    #content #about .voiceTitle{
        flex-flow: column;    
    }
    #content #about .voiceTitle h4{
        font-size: 1.8rem;
        line-height: 1.4;
        text-align: center;
    }
    #content #about .voiceNo {
        width: 11em;
        height: 3rem;
        margin-bottom: 1rem;
    }
    
	#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 ***/
	.cpnArea {
	width:auto;
	}
    
    .cpnArea .section {
        width: auto;
    }
	/*
        .cpnArea li{font-size: 1.4rem;}
	#content #about .btn01 li#firstbtn{height: auto !important;}
	#content #about .btn01 li#firstbtn a{font-size: 120%; display: block;}
    
}