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




#contents .wrapper{font-size: 20px;padding-top: 160px;}






.contentsTitle{
	width: 85%;
	margin: 0 auto;
	font-size: 1.2em;
	max-width: 1335px;
}
#schedule .contentsTitle{margin-bottom: 2em;}
#column .contentsTitle{margin-bottom: 3em;}
#column.columnTop .contentsTitle{margin-bottom: 3em;}
#report .contentsTitle{margin-bottom: 3em;}
#report.reportTop .contentsTitle{margin-bottom: 3em;}





.contentsTitle .shoulder{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family:'DINPro-Medium';
	font-size: 0.85em;
}
#schedule .contentsTitle .shoulder{margin-bottom: 1em;}
#schedule .contentsTitle .shoulder h4{
	background: #F3C500;
	padding: 0.6em 1.0em;
	border-radius: 2em;
	letter-spacing: 0em
}

#column .contentsTitle .shoulder{margin-bottom: 2em;}
#report .contentsTitle .shoulder{margin-bottom: 2em;}

.contentsTitle .shoulder .date{
	padding-left: 2.7em;
	position: relative;
}
.contentsTitle .shoulder .date::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 2em;
	height: 1px;
	background: #142547;
}

.contentsTitle h2{
	font-size: 2.33em;
	line-height: 1.1;
	letter-spacing: 0;
	font-family:'DINPro-Medium';
}
.contentsTitle h2 em{font-family: 'FP-KoburinaGoStdN-W6';}
.contentsTitle h3{
	line-height: 1.4;
	margin-top: 1em;
	letter-spacing: 0.05em;
}
.contentsTitle h4{
	margin-top: 0.6em;
	font-size: 0.95em;
	letter-spacing: 0.05em;
}
.contentsTitle h2 br{display: none;}
.contentsTitle h2 br.fix{display: block;}
.columnTop .contentsTitle{text-align: center;}
.reportTop .contentsTitle{text-align: center;}



/*--------------*/


.contentsHeader{
	width: 100%;
	position: relative;
}
.contentsHeader .mainImage{
	width: 75%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	max-width: 1180px;
}
.contentsHeader .waveTop{
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: -6vw;
}
.contentsHeader .waveTop::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #142547;
	z-index: 2;
}


.contentsHeader .headerBottom{
	width: 100%;
	background: #142547;
	color: #FFF;
	padding: 70px 0 90px;
}
#column .contentsHeader .headerBottom{padding-bottom: 150px;}
#report .contentsHeader .headerBottom{padding-bottom: 150px;}





.contentsHeader .headerBottom .leadText{
	width: 75%;
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contentsHeader .headerBottom .leadText .leadTitle{
	width: 35%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.contentsHeader .headerBottom .leadText .leadTitle::before{
	content: '';
	position: absolute;
	top: 0.4em;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
}
.contentsHeader .headerBottom .leadText .leadTitle::after{
	content: '';
	position: absolute;
	bottom: 0.4em;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
}

#schedule .contentsHeader .headerBottom .leadText .leadTitle h3{font-size: 1.2em;line-height: 1.7;letter-spacing: 0.05em;}
#column .contentsHeader .headerBottom .leadText .leadTitle h3,
#report .contentsHeader .headerBottom .leadText .leadTitle h3{font-size: 0.8em;line-height: 1.5;letter-spacing: 0.05em;}
#column .contentsHeader .headerBottom .leadText .leadTitle h3 em,
#report .contentsHeader .headerBottom .leadText .leadTitle h3 em{font-family:'DINPro-Medium';font-size: 2em;display: block;letter-spacing: 0;}


.contentsHeader .headerBottom .leadText .leadBody{
	width: 60%;
	font-size: 0.85em;
	letter-spacing: 0.05em;
	line-height: 2.15;
}


.contentsHeader .headerBottom .leadText.noTitle{display: block;}
.contentsHeader .headerBottom .leadText.noTitle .leadBody{width: 75%;margin: 0 auto;}
.contentsHeader .headerBottom .leadText .leadBody p.mt{margin-top: 1.8em;}




#schedule.s01 .contentsHeader .headerBottom .leadText .leadBody,
#schedule.s02 .contentsHeader .headerBottom .leadText .leadBody,
#schedule.s03 .contentsHeader .headerBottom .leadText .leadBody{padding: 3em 0;}
#schedule.s06 .contentsHeader .headerBottom .leadText .leadBody{padding: 2em 0;}







/*===================================================================
                                                             SCHEDULE
===================================================================*/



.scheduleBody{
	width: 78%;
	max-width: 1225px;
	margin: 120px auto 180px;
}
.scheduleBody h2{
	font-family:'DINPro-Medium';
	font-size: 2.25em;
}

.scheduleBody .detail{
	width: 100%;
	margin-top: 60px;
}
.scheduleBody .detail table{
	width: 100%;
	font-size: 0.9em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.scheduleBody .detail table th{
	width: 8em;
	text-align: center;
	font-weight: normal;
	/*vertical-align: middle;*/
}
.scheduleBody .detail table th span{
	display: block;
	color: #FFF;
	background: #142547;
	border-radius: 2em;
	letter-spacing: 0.05em;
	padding: 0.45em 0;
}
.scheduleBody .detail table td{
	padding: 1.1em 0 1.1em 3em;
}

.scheduleBody .detail table .weight3w{font-family:'FP-KoburinaGoStdN-W3';}
.scheduleBody .detail table .date{
	font-family:'DINPro-Medium';
	font-size: 1.33em;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
.scheduleBody .detail table .date em{
	font-size: 2.0em;
	display: inline-block;
	line-height: 0.5;
	vertical-align: top;
}

.s06 .scheduleBody .detail table .date span{padding-left: 0.5em;display: inline-block;}



.scheduleBody .detail table .note{
	font-size: 0.82em;
	letter-spacing: 0.02em;
}
.scheduleBody .detail table .light{color:#DC5032;font-family:'FP-KoburinaGoStdN-W3';}
.scheduleBody .detail table .red{color:#DC5032;}

.scheduleBody .detail a{color: #142547;text-decoration: underline;}
.scheduleBody .detail br{display: none;}
.scheduleBody .detail br.fix{display: block;}

@media (min-width: 769px) {
.scheduleBody .detail a:hover{color: #DC5032;}
}




.scheduleBody .timeLine{
	width: 100%;
	margin: 90px auto 0;
	font-size: 0.9em;
}
.scheduleBody .timeLine h3{
	font-size: 1.33em;
	padding-bottom: 2.5em;
}

.scheduleBody .timeLine .time{
	width: 100%;
	position: relative;
	border-top: 1px solid #142547;
	padding: 1.8em 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
}
.scheduleBody .timeLine .time::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 3px;
	background: #142547;
}
.scheduleBody .timeLine .time .num{
	width: 150px;
	font-family:'DINPro-Medium';
	font-size: 1.8em;
	text-align: center;
	line-height: 1;
}


.scheduleBody .timeLine .time .flow{
	width: calc(100% - 150px);
	padding-left: 2em;
}
.scheduleBody .timeLine .time .flow h4{
	padding-top: 0.1em;
}
.scheduleBody .timeLine .time .flow span{
	font-family:'DINPro-Medium';
	font-size: 1.33em;
	line-height: 1.2;
	letter-spacing: 0;
	padding-left: 0.4em;
}
.scheduleBody .timeLine .time .flow p{
	font-style: normal;
	font-size: 0.88em;
	margin-top: 0.5em;
	line-height: 1.6;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}
.scheduleBody .timeLine .time .flow i{
	font-style: normal;
	font-size: 0.88em;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}

.scheduleBody .timeLine .note{
	margin-top: 1em;
	line-height: 1.5;
	font-size: 0.85em;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}
.scheduleBody .timeLine .time br{display: none;}
.scheduleBody .timeLine .time br.fix{display: block;}









/*
.scheduleBody .timeLine .time::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 150px;
	background: #142547;
}
.scheduleBody .timeLine .time .when{
	font-family:'DINPro-Medium';
	font-size: 1.7em;
	text-align: center;
	padding: 0.9em;
	width: 150px;
}
.scheduleBody .timeLine .time .action{
	font-size: 0.9em;
	padding: 1em 0 1em 2.5em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	width: calc(100% - 150px);
}
*/



.scheduleBody .entryButton{margin: 100px auto 0;}
.scheduleBody .entryButton a{
	width: 60%;
	max-width: 520px;
/*	background: #DC5032;*/
	background: #A8A8A8;
	display: block;
	margin: 0 auto;
	color: #FFF;
	letter-spacing: 0.04em;
	position: relative;
	border-radius: 3em;
	text-align: center;
	padding: 1.4em 0;
	font-size: 0.9em;
	pointer-events: none;
	opacity: 0.4;
}
.scheduleBody .entryButton a span.arrow{right: 1.3em;}





.scheduleBody .infomation{
	width: 100%;
	margin: 100px auto 0;
	letter-spacing: 0.05em;
}
.scheduleBody .infomation h3.infoTitle{
	width: 100%;
	font-size: 0.9em;
	background: #142547;
	border-radius: 2em;
	color: #FFF;
	padding: 1.2em 1.8em;
	margin-bottom: 40px;
}


.scheduleBody .infomation .column2{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.scheduleBody .infomation .column2.teacher{flex-direction: row-reverse;}
.scheduleBody .infomation .column2.teacher .leftBox{width: 47.5%;padding-left: 2%;}
.scheduleBody .infomation .column2.teacher .rightBox{width: 47.5%;}

.scheduleBody .infomation .teacher h4{
	font-size: 1.05em;
	line-height: 1.4;
}
.scheduleBody .infomation .teacher h4 em{
	font-family:'DINPro-Medium';
	font-size: 0.714em;
	letter-spacing: 0;
	display: block;
}
.scheduleBody .infomation .teacher .copy{
	font-size: 0.8em;
	font-family:'FP-KoburinaGoStdN-W3';
	line-height: 2.0;
	margin-top: 1.5em;
	letter-spacing: 0.02em;
}


.scheduleBody .infomation .recommend{
	background: #FFF;
	display: flex;
	justify-content: space-between;
	padding: 2vw;
}
.scheduleBody .infomation .recommend .image{width: 35%;}
.scheduleBody .infomation .recommend .text{width: 60%;}

.scheduleBody .infomation .recommend .text h4{
	font-size: 0.9em;
	margin-top: 1em;
	line-height: 1.6;
}
.scheduleBody .infomation .recommend .text .copy{
	font-size: 0.8em;
	font-family:'FP-KoburinaGoStdN-W3';
	line-height: 2.0;
	margin-top: 1.5em;
	color: #333;
	letter-spacing: 0.02em;
}

.scheduleBody .infomation .link{
	margin-top: 1.3em;
}
.scheduleBody .infomation .link a{
	color: #142547;
	position: relative;
	font-size: 0.75em;
	padding-bottom: 0.4em;
}
.scheduleBody .infomation .link.en a{
	font-family:'DINPro-Medium';
	font-size: 0.65em;
	letter-spacing: 0;
}
.scheduleBody .infomation .link a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #142547;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
@media (min-width: 769px) {
.scheduleBody .infomation .link a:hover{color: #DC5032;}
.scheduleBody .infomation .link a:hover::after{background: #DC5032;}
.scheduleBody .entryButton a{-webkit-transition: background 0.4s;transition: background 0.4s;}
.scheduleBody .entryButton a:hover{background: #F3C500;}
}





/*===================================================================
                                                             COLUMN
===================================================================*/



/*---------------- List Page ------------------*/

.columnTopList{
	width: 78%;
	max-width: 1225px;
	margin: 0 auto 150px;
}
.columnTopList ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.columnTopList ul li{
	width: 48%;
	position: relative;
	margin-bottom: 6%;
}
.columnTopList .image{
	position: relative;
	z-index: 1;
}
.columnTopList .entryTitle{
	position: relative;
	z-index: 5;
	background: #FFF;
	width: 88%;
	margin: -1.7vw auto 0;
}

.columnTopList .entryTitle a{
	display: block;
	color: #142547;
	padding: 1.2em;
}
.columnTopList .entryTitle a h3{
	font-family:'DINPro-Medium';
	font-size: 1.6em;
}
.columnTopList .entryTitle a h4{
	font-size: 0.8em;
	line-height: 1.5;
	margin-top: 1em;
	padding-right: 2em;
}
.columnTopList .entryTitle a h4 br{display: none;}
.columnTopList .entryTitle a h4 br.fix{display: block;}

.columnTopList .entryTitle a span.arrow{right: 1.3em;}

.columnTopList .entryTitle .comingSoon{
	display: block;
	color: #142547;
	padding: 2.25em;
	font-family:'DINPro-Medium';
	font-size: 1.3em;
	text-align: center;
	opacity: 0.6;
}



/*---------------- Entry Page ------------------*/

.intervalImage{
	width: 100%;
	position: relative;
	margin-top: -1px;
}
.intervalImage .wave{width: 100%;}

.intervalImage .illust{
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.column01 .intervalImage .illust{width: 40%;max-width: 630px;margin-top: -5vw;}
.column03 .intervalImage .illust{width: 30%;max-width: 350px;margin-top: -8vw;}




.columnBody{
	width: 70%;
	max-width: 1100px;
	margin: 90px auto 100px;
}

.columnBody .Interview{
	width: 100%;
	line-height: 2.0;
	letter-spacing: 0.05em;
}
.columnBody .Interview h2{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.3;
}
.columnBody .Interview h2 em{
	font-family:'DINPro-Medium';
	font-size: 2.33em;
	letter-spacing: 0;
	display: block;
}
.columnBody .Interview .lead{
	position: relative;
	padding-left: 80px;
	margin-top: 4em;
}
.columnBody .Interview .lead::after{
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	width: 60px;
	height: 1px;
	background: #142547;
}

.columnBody .Interview .question{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 3.0em;
}
.columnBody .Interview .question .text{
	width: calc(100% - 80px);
}

.columnBody .Interview .answer{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.columnBody .Interview .answer .text{
	width: calc(100% - 80px);
	font-size: 0.9em;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}
.columnBody .Interview .answer .text p{margin-top: 1.8em;}
.columnBody .Interview .answer .text p:first-child{margin-top: 0;}


.columnBody .Interview .icon{
	font-family:'DINPro-Medium';
	width: 2.2em;
	height: 2.2em;
	font-size: 0.85em;
	line-height: 2.2em;
	text-align: center;
	border-radius: 50%;
}
.columnBody .Interview .question .icon{background: #F3C500;color: #142547;}
.columnBody .Interview .answer .icon{background: #142547;color: #FFF;}



.columnBody .Interview .speaker{
	width: 100%;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.05em;
}
.columnBody .Interview .speaker .name{
	position: relative;
	width: 9.5em;
	height: 9.5em;
	background: #142547;
	border-radius: 50%;
	color: #FFF;
}
.columnBody .Interview .speaker .name h4{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.9em;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.columnBody .Interview .speaker .name h4 em{
	font-family:'DINPro-Medium';
	font-size: 0.79em;
	display: block;
}

.columnBody .Interview .speaker .profile{width: calc(100% - 12em);}
.columnBody .Interview .speaker .profile p{
	font-size: 0.75em;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}

.columnBody .pointTips{
	width: 100%;
	position: relative;
	background: #FFF;
	margin: 80px auto 0;
	padding: 0 2.5em 2.5em;
	border: 4px solid #142547;
	letter-spacing: 0.05em;
}
.columnBody .pointTips h3{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.4;
	padding: 1em 0 1.2em;
	border-bottom: 1px solid #142547;
}
.columnBody .pointTips h3 em{
	font-family:'DINPro-Medium';
	font-size: 2.33em;
	display: block;
	letter-spacing: 0;
}
.columnBody .pointTips .pointList{}
.columnBody .pointTips .pointList ul{
	margin-top: 2em;
	width: 100%;
}

.columnBody .pointTips .pointList ul li{
	width:calc(100% - 240px);
	line-height: 1.6;
	margin-top: 1.2em;
	position: relative;
	padding-left: 1.7em;
}
.columnBody .pointTips .pointList ul li.large{width: 100%;}

.columnBody .pointTips .pointList ul li.note{
	margin-top: 0.5em;
	font-size: 0.83em;
	padding-left: 2em;
}

.columnBody .pointTips .pointList ul li::before{
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #FFD747;
}
.columnBody .pointTips .pointList ul li.note::before{display: none;}

.columnBody .pointTips .img01,
.columnBody .pointTips .img02{
	position: absolute;
	z-index: 5;
}

.column01 .columnBody .pointTips .img01,
.column02 .columnBody .pointTips .img01{width: 145px;top:calc(37% - 100px);right: 6%;}
.column01 .columnBody .pointTips .img02,
.column02 .columnBody .pointTips .img02{width: 175px;top:calc(37% + 100px);right: 11%;}

.column03 .columnBody .pointTips .img01{width: 155px;top:70px;right: 55px;}
.column03 .columnBody .pointTips .img02{width: 133px;top:200px;right: 16%;}



.columnBody .spectating{margin-top: 100px;padding-bottom: 30px;}
.columnBody .spectating h3{text-align: center;line-height: 1.8;}
.columnBody .entryButton{margin: 30px auto 0;line-height: 1;}
.columnBody .entryButton a{
	width: 60%;
	max-width: 520px;
	background: #DC5032;
	display: block;
	margin: 0 auto;
	color: #FFF;
	letter-spacing: 0.04em;
	position: relative;
	border-radius: 3em;
	text-align: center;
	padding: 1.4em 0;
	font-size: 0.9em;
}
.columnBody .entryButton a span.arrow{right: 1.3em;}
@media (min-width: 769px) {
.columnBody .entryButton a{-webkit-transition: background 0.4s;transition: background 0.4s;}
.columnBody .entryButton a:hover{background: #F3C500;}
}


/*--------------------*/


.columnBody .normalColumn{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 2.0;
	letter-spacing: 0.05em;
	padding-bottom: 4em;
}
.columnBody .normalColumn h2{
	font-family: "FP-KoburinaGoStdN-W6";
	font-size: 1.4em;
	padding: 0.8em;
	margin-top: 4em;
	position: relative;
	border-top: 2px solid #142547;
	border-bottom: 2px solid #142547;
}
.columnBody .normalColumn h2 span{display: none;}
.columnBody .normalColumn .textBox{
	font-size: 0.9em;
	font-family:'FP-KoburinaGoStdN-W3';
	letter-spacing: 0.02em;
}
.columnBody .normalColumn .textBox p{margin-top: 2em;}

.columnBody .normalColumn figure.small{
	width: 80%;
	max-width: 640px;
	margin: 4em auto;
}
.columnBody .normalColumn figure.full{
	width: 100%;
	margin: 4em auto;
}



.column04 .headerBottom .leadText .illust01{
	position: absolute;
	top: 0%;
	right: -8%;
	width: 18.5%;
	z-index: 5;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.column04 .headerBottom .leadText .illust02{
	position: absolute;
	bottom: -15%;
	left: -8%;
	width: 18%;
	z-index: 5;
}



.columnBody .normalColumn a{
	color:#142547;
	text-decoration: underline;
	font-family:'DINPro-Regular',"FP-KoburinaGoStdN-W6";
}
@media (min-width: 769px) {
.columnBody .normalColumn a:hover{color: #DC5032;}
}



/*--------------------*/


.pagination{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 80px auto 0;
}

.pagination a{
	color: #142547;
	letter-spacing: 0.03em;
	font-size: 0.9em;
	position: relative;
	padding: 0.4em 0;
	white-space: nowrap;
	display: inline-block;
}
.pagination .all a::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #142547;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}
.pagination .next,
.pagination .prev{width: 8.5em;}

.pagination .next{text-align: right;}

.pagination .next a{padding-right: 27px;}
.pagination .prev a{padding-left: 27px;}
.pagination .prev a span.arrow{right: auto;left: 0;}
.pagination .prev a span.arrow::after{left: 6px;clip-path: polygon(0 50%, 100% 0, 100% 100%);}




@media (min-width: 769px) {
.pagination a:hover{color: #DC5032;}
.pagination a:hover span.arrow{border-color: #DC5032;}
.pagination a:hover span.arrow::after{background: #DC5032;}
.pagination .all a:hover::after{background: #DC5032;}
}








/*===================================================================
                                                                   REPORT
===================================================================*/



/*---------------- List Page ------------------*/

.reportTopList{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 150px;
	min-height: 50vh;
}
.reportTopList ul{
	width: 100%;
}
.reportTopList ul li{
	width: 100%;
	position: relative;
	margin-bottom: 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reportTopList ul li::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 47.5%;
	height: 4px;
	background: #142547;
}
.reportTopList .image{
	width: 50%;
}
.reportTopList .detail{
	width: 47.5%;
	position: relative;
	padding: 1em 0;
}
.reportTopList .detail .inner{
	width: 83.5%;
	margin-left: 7%;
}
.reportTopList .detail h4{
	width: 6em;
	font-family:'DINPro-Medium';
	font-size: 13px;
	padding: 1.1em 0;
	text-align: center;
	background: #F3C500;
	border-radius: 2em;
}
.reportTopList .detail h2{
	font-size: 1.75em;
	font-family:'DINPro-Medium';
	margin-top: 0.7em;
}
.reportTopList .detail h2 br{display: none;}
.reportTopList .detail h3{
	font-size: 0.9em;
	margin-top: 0.8em;
	line-height: 1.6;
}
.reportTopList .detail p{
	font-size: 0.8em;
	margin-top: 1.6em;
	line-height: 1.9;
	letter-spacing: 0.06em;
	font-family:'FP-KoburinaGoStdN-W3';
}
.reportTopList .detail p .sp{display: none;}

.reportTopList .detail a{
	position: absolute;
	display: block;
	right: -5px;
	top: 50%;
	padding: 10px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.reportTopList .detail a span.arrow{display: block;}




/*---------------- Entry Page ------------------*/


.reportBody{
	width: 100%;
	margin: 90px auto 100px;
}

.reportBody .widthFull{width: 100%;}

.reportBody .column2{display: flex;justify-content: space-between;}
.reportBody .column2 div{width:calc(50% - 1px);}

.reportBody .widthLimit{width: 70%;max-width: 1100px;margin: 0 auto;}



.reportBody .mt_normal{margin-top: 3.6em;}
.reportBody .mt_narrow{margin-top: 1.8em;}
.reportBody .mt_wide{margin-top: 6em;}



.reportBody .comment{
	width: 100%;
	position: relative;
	z-index: 50;
}
.reportBody .comment .box{
	display: inline-block;
	position: relative;
	z-index: 10;
	background: #FFF;
	width: 70%;
	max-width: 660px;
	text-align: center;
	line-height: 1.6;
	padding: 1.5em 1em;
	border: 2px solid #142547;
	border-radius: 0.9em;
	overflow: visible;
}
.reportBody .comment .box .illust{
	position: absolute;
	z-index: 10;
}



.reportBody .comment .box br.res{display: none;}


.report01 .reportBody .comment.com01{text-align: right;}
.report01 .reportBody .comment.com01 .box{right: -3%;bottom: -2em;}
.report01 .reportBody .comment.com02 .box{left: -3%;}
.report01 .reportBody .comment.com02 .box .illust{width: 230px;right: -160px;top: 50%;}
.report01 .reportBody .comment.com03{text-align: right;}
.report01 .reportBody .comment.com03 .box{right: -3%;bottom: 3em;}
.report01 .reportBody .comment.com03 .box .illust{width: 140px;right: -30px;top: 15%;}

.report02 .reportBody .comment.com01{text-align: right;}
.report02 .reportBody .comment.com01 .box{right: -3%;bottom: -2em;padding: 2.3em 1em;}
.report02 .reportBody .comment.com02 .box{left: -3%;padding: 2.3em 1em;}
.report02 .reportBody .comment.com02 .box .illust{width: 110px;right: -40px;top: 20%;}
.report02 .reportBody .comment.com03{text-align: right;}
.report02 .reportBody .comment.com03 .box{right: -3%;bottom: 3em;}
.report02 .reportBody .comment.com03 .box .illust{width: 150px;right: -65px;top: 25%;}

.report03 .reportBody .comment.com01{text-align: right;}
.report03 .reportBody .comment.com01 .box{right: -3%;top: -3.5em;}
.report03 .reportBody .comment.com01 .box .illust{width: 125px;right: -45px;top: -50px;}
.report03 .reportBody .comment.com02 .box{left: -3%;padding: 2.3em 1em;}
.report03 .reportBody .comment.com03{text-align: right;}
.report03 .reportBody .comment.com03 .box{right: -3%;bottom: 3em;}
.report03 .reportBody .comment.com03 .box .illust{width: 150px;right: -20px;top: 40%;}

.report05 .reportBody .comment.com01{text-align: right;}
.report05 .reportBody .comment.com01 .box{right: -3%;top: -3.5em;}
.report05 .reportBody .comment.com01 .box .illust{width: 120px;right: -65px;top: 0px;}
.report05 .reportBody .comment.com02 .box{left: -3%;top: -3.5em;}
.report05 .reportBody .comment.com03{text-align: right;}
.report05 .reportBody .comment.com03 .box{right: -3%;bottom: 3em;}
.report05 .reportBody .comment.com03 .box .illust{width: 150px;left: -70px;top: -25px;}

.report06 .reportBody .comment.com01{text-align: right;}
.report06 .reportBody .comment.com01 .box{right: -3%;top: -3.5em;padding: 2.3em 1em;}
.report06 .reportBody .comment.com01 .box .illust{width: 150px;left: -60px;top: -30px;}
.report06 .reportBody .comment.com02 .box{left: -3%;top: -2.5em;}
.report06 .reportBody .comment.com03{text-align: right;}
.report06 .reportBody .comment.com03 .box{right: -3%;bottom: 1.5em;}
.report06 .reportBody .comment.com03 .box .illust{width: 150px;right: -60px;top: 22%;}
.report06 .reportBody .comment.com04 .box{left: -3%;bottom: 1.5em;}
.report06 .reportBody .comment.com04 .box .illust{width: 130px;left: -55px;top: -60px;
-webkit-transform: rotate(20deg);transform: rotate(20deg);}


/*----------*/


.reportBody .parents{
	width: 100%;
	position: relative;
	background: #FFF;
	margin: 100px auto 0;
	padding: 0 2.5em 2.5em;
	border: 4px solid #142547;
	letter-spacing: 0.05em;
	overflow: visible;
}
.reportBody .parents h3{
	font-size: 1.4em;
	text-align: center;
	padding: 1.5em 0 1.4em;
	border-bottom: 1px solid #142547;
}
.reportBody .parents .pointList{}
.reportBody .parents .pointList ul{
	margin-top: 2em;
	width:100%;
}
.reportBody .parents .pointList ul li{
	line-height: 1.6;
	margin-top: 1.2em;
	position: relative;
	padding-left: 1.7em;
}
.reportBody .parents .pointList ul li::before{
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #FFD747;
}
.reportBody .parents .img01{
	position: absolute;
	z-index: 5;
}
.report01 .reportBody .parents .img01{width: 135px;top:-25px;right: 6%;}
.report02 .reportBody .parents .img01{width: 170px;top:-45px;right: 2%;}
.report03 .reportBody .parents .img01{width: 180px;top:-20px;right: 5%;}
.report05 .reportBody .parents .img01{width: 160px;top:-75px;right: -2%;}
.report06 .reportBody .parents .img01{width: 125px;top:-50px;right: -1%;
-webkit-transform: rotate(-35deg);transform: rotate(-35deg);}




.reportBody .entryButton{margin: 100px auto 0;}
.reportBody .entryButton a{
	width: 60%;
	max-width: 520px;
	background: #DC5032;
	display: block;
	margin: 0 auto;
	color: #FFF;
	letter-spacing: 0.04em;
	position: relative;
	border-radius: 3em;
	text-align: center;
	padding: 1.4em 0;
	font-size: 0.9em;
}
.reportBody .entryButton a span.arrow{right: 1.3em;}

@media (min-width: 769px) {
.reportBody .entryButton a{-webkit-transition: background 0.4s;transition: background 0.4s;}
.reportBody .entryButton a:hover{background: #F3C500;}
}


















