@charset "utf-8";
/* CSS Document */
.report-index-cont{padding:0 20em;}
.report-index-list{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.report-index-list li{width:30%;margin-right:5%;overflow:hidden;margin-bottom:5%;position:relative;}
.report-index-list li:nth-child(3n){margin-right:0;}
.report-index-list li p{position:absolute;bottom:0;right:0;background:rgba(255,255,255,0.70);padding:0.5em 1em;letter-spacing:1px;}
.report-index-list li:hover img{transform:scale(1.1);transition:.8s;}

.report-new{position:absolute;width:15%;top:0;left:0;}

.report-top{width:100%;display:flex;justify-content:center;align-items:center;padding:0 25em 0 15em;margin-top:100px;}
.report-title{width:50%;padding:0 5rem;}
.report-title > p{font-size:2em;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";margin-bottom:1rem;padding-bottom:1rem;position: relative;text-align:end;}
.report-title > p::before{content:"";position:absolute;right:0;bottom:0;border-bottom:solid 1px #DDD;width:20rem;}
.report-title h2{font-size:1.2em;text-align:end;}
.report-img{width:50%;}
.report-loca{background:#f4f4f4;width:65%;padding:2rem 4rem;margin-top:5rem;margin-left:35%;}
.report-loca h3{font-weight:bold;margin-bottom:15px;letter-spacing:1px;}
.report-loca p{display:flex;justify-content:center;align-items:flex-start;font-size:1.1rem;margin-bottom:10px;}
.report-loca-data{display:block; width:33%;font-size:1.1rem;}
.report-loca-cap{display:block;width:67%;font-size:1.1rem;}


.report-list{display:flex;justify-content:center;flex-wrap:wrap;padding:0 20em;}
.report-list li{width:45%;margin-right:5%;margin-bottom:5%;}
.report-list li:nth-child(2n){margin-right:0;}

.couple-nation{display:flex;justfiy-content:space-between;width:30%;margin:100px auto;align-items:center;}
.couple-nation li{position:relative;width:38%;}
.couple-nation li:nth-child(2){width:24%;border:none;text-align:center;}
.couple-nation li i{margin:0 5px;}
.couple-nation li p.n-next,.couple-nation li p.n-prev{position:absolute;bottom:0;left:0;width:100%;text-align:center;background:rgba(255,255,255,.8);}
.couple-nation li p.n-prev{left:auto;right:0;}
.couple-nation li p{text-align:center;transition:.5s ease;}
.couple-nation li a{text-align:center;transition:.5s ease;}
.couple-nation li img{transition:.5s ease;}
.couple-nation li a:hover img,.couple-nation li a:hover{opacity:.7;}

.report-list-link{width:30%;display:flex;justify-content:space-between;align-items:center;margin:3rem auto;text-align:center;}
.report-list-link li{border:solid 1px #333;width:33%;}
.report-list-link li.on-page{background:#333;}
.report-list-link li.on-page a{color:#FFF;}
.report-list-link li a{display:block;padding:5px 0;}
.report-list-link li a:hover{background:#DDD;opacity:.6;transition: .4s;}


@media screen and (max-width:1600px){
.report-title{padding:0 3rem;}
.report-loca{width:70%;margin-left:30%;}
	
}
@media screen and (max-width:1440px){
.report-top{padding:0 20em 0 10em;}
	
}
@media screen and (max-width:1366px){
.couple-nation{width:40%;}
}
@media screen and (max-width:1280px){
.report-top{padding:0 15em 0 5em;}
}
@media screen and (max-width:1024px){
.report-top{padding:0 5em 0 0;}
.report-list{padding:0 10em;}
.couple-nation{width:50%;}
}
@media screen and (max-width:768px){
.report-top{padding:0 3em 0 1em;}
.report-loca{width:100%;padding:1rem 2rem;margin-top:5rem;margin:2rem auto;}
	
.report-title p{width:90%;margin-left:10%;}
.report-list{padding:0 5em;}
.report-list-link{width:80%;}
	
}
@media screen and (max-width:640px){
.report-index-cont{padding:0 1em;}
.report-index-list{display:block;}	
.report-index-list li{width:100%;margin-right:0;}
	
.report-top{flex-direction:column-reverse;width:100%;padding:0;margin-top:0;}
.report-title{width:100%;text-align:center;padding:0;margin:25px 0;}
.report-title > p::before{right:50%;transform: translateX(50%);}
.report-title h2{font-size:1.2em;text-align:center;margin-top:10px;}
.report-title > p{width:90%;margin:0 auto;text-align:center;}
.report-loca-data,.report-loca-cap{text-align:left;}
.report-loca{width:90%;padding:2rem 3rem;margin:3rem auto;}

.report-img{width:100%;}
.report-list{display:block;padding:0;margin-top:25px;}
.report-list li{width:90%;margin:0 auto 5%;}
.report-list li:nth-child(2n){margin:0 auto 5%;}
	
.couple-nation{display:flex;justfiy-content:space-between;width:100%;margin:30px auto;align-items:center;}
.couple-nation li p.n-next,.couple-nation li p.n-prev{position:absolute;bottom:auto;top:50%;left:0;transform:translateY(-50%);}
.couple-nation li img{display:none;}
}
