@charset "utf-8";
@media all and (-ms-high-contrast: none){
	.slideTxt-logo-img{
		height: 100%;
	}
	
	html .slideTxt-tabPcCatch-firstBrackets{
		margin-left: 0;
	}	
	
	html .slideTxt-tabPcCatch-endBrackets{
		letter-spacing: normal;
	}
}


body{
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

html body .blue{
	color: #005baa;
}

#wrapper{
	width: 100%;
}

.mobileAppear{
	display: inline-block;	
}

.inner{
    width:90%;
	margin: 0 auto;
}


.kosugi{
    font-family: 'Kosugi Maru', sans-serif;
}

.spCatch{
	font-size: 28px;
	color: #005BAB;
	font-weight: bold;
	text-align: center;
    margin: 0 0 30px;
	width: 100%;
}

.spCatch-img{
	width: 262px;
    margin-bottom: 12px;
}

.spLinks{
	background-color: #003775;
    padding: 26px 0 16px;
        width: 100%;
    }

.spLinks-detail{
    max-width: 100%;
	background-color: #a8dc28;
	width: 340px;
	height: 96px;
	font-size: 20px;
	font-weight: bold;
	color: #285898;
	position: relative;
	transition: .3s;
    margin: 12px auto;
}

.spLinks-detail.spLInks-detail-movie{
	background-color: #FFCD00;
}

.spLinks-detail.spLInks-detail-question{
	background-color: #FF5F8F;
}

.spLinks-detail:hover{
	color: #fff;
}

.spLinks-detail-anchor{
	width: 100%;
	height: 100%;
	display: block;
    color: #285898;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.spLinks-detail-anchor:hover{
	color: #fff;	
}

.spLinks-detail-anchor:hover > .spLinks-img{
	opacity: .4;
}
	
.spLinks-img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 126px;
	opacity: 1;
	transition: .3s;
}

.spLinks-txt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
	left: 5%;
    line-height: 27px;
}

.spLinksFooter{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.spLinksFooter-cp{
	font-size: 12px;
	color: #86A0C5;
}

.mobileHide{
	display: none;
}

.underTitle{
	background-color: #005BAB;
	border-radius: 12px;
	height: 58px;
	width: 100%;
	position: relative;
	position: absolute;
    top: -32px;
    z-index: 2;
}

.underTitle-shadow{
	background-color: #003C72;
	border-radius: 12px;
	height: 58px;
	width: 98%;
	position: absolute;
    top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); 
}


.underTitle-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
	left: 26px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.underTitle-wrapInner{
	position: relative;
}

.nTitle{
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    color: #005BAB;
    margin-bottom: 6px;
}

.spCatch-txt{
    font-size: 26px;
    letter-spacing: -.05em;
}

.spCatch-eigo{
	letter-spacing: .05em;
}

.spCatch-brackets1{
    margin-left: -11px;
    margin-right: 2px;
}

.spCatch-brackets2{
    margin-left: 3px;
    margin-right: -11px;
}

.trans{
	opacity: 1;
	transition: .3s;
}

.trans:hover{
	opacity: .6;
}

.slideTxtTopicsMobile-img{
	width: 340px;
	max-width: 91%;
    margin-top: 26px;
}	

.pcHide{
	display: block;
}

.pcAppear{
	display: none;
}



@media screen and (min-width:600px) and ( max-width:1179px) {
	
	.mobileAppear{
		display: none;	
	}

	.mobileHide{
		display: inline-block;
	}


	#wrapper{
		font-size: 0;	
	}
	
	html .slide-wrapper{
	    width: calc(100% - 220px);
	    display: inline-block;
        vertical-align: top;
        position: relative;
	}
	
	html,body,#wrapper{
		height: 100%;
	}
	
	.side{
		width: 220px;
		background-color: #003775;
		position: relative;	
	    display: inline-block;
	    height: 100%;	
	}
	
	.sideButton{
		width: 220px;
		height: 147px;
		position: relative;
		background-color:#a8dc28;
	    margin: 18px 0;
    }
	
	.sideButton:first-child{
		margin-top: 0;
	}

	.sideButton-anchor{
		width: 100%;
		height: 100%;
		display: block;
	    color: #285898;
	    transition: .3s;
	    cursor: pointer;
	    text-decoration: none;
	}

	.sideButton-anchor:hover{
		color: #fff;	
	}
	
	.sideButton-anchor:hover > .sideButton-img{
		width: 234px;
	}

	.sideButton.movie{
		background-color: #FFCD00;
	}
	
	.sideButton.question{
		background-color: #FF5F8F;
	}

	
	.sideButton-img{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 220px;
		opacity: 1;
		transition: .3s;
	}
	
	.sideButton-txt{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%); 
	    font-weight: bold;
	    bottom: 4px;
	    line-height: 27px;
	    font-size: 16px;
        width: 100%;
	    text-align: center;
	    font-size: 15px;
	}
	
	.sideButtons-wrapper{
		position: relative;
		top:40px;
		right:26px;
	}
	
	.arrow-triple{
	    position: absolute;
        bottom: 12px;
	    left: 7px;
	    width: 18px;
	}

	.slideTxt-tabPcCatch{
	    font-size: 36px;
	    font-weight: bold;
	    margin-top: 26px;
	    line-height: 50px;
	    color: #005BAB;
	}
	
	.slideTxt{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); 
		left: 5%;
	}
	
	.slideTxt-logo-img{
		width: 294px;
	}
	
	.slideTxt-tabPcCatch-firstBrackets{
	    margin-left: -16px;
	}
	
	.slideTxt-tabPcCatch-endBrackets{
		letter-spacing: -.5em;
	}
	
	.spLinksFooter{
	    text-align: left;
	    position: absolute;
	    margin: 0;
	    bottom: 46px;
	    left: 16px;
	    width: auto;
	}


	.underTitle-title{
		font-size: 21px;
		font-weight: 400;
		left: 30px;
	}

	.underTitle{
		height: 66px;
	}
	
	.underTitle-wrapInner{
		margin-top: 24px;
	}

	.underTitle-shadow{
	    top: -14px;
	}

	.slideTxtTopics-img{
		width: 294px;
	    margin-top: 30px;
    }
    
    .pcHide{
		display: block;
	}

    .pcAppear{
		display: none;
	}
}



@media screen and (min-width: 1180px) {
	.mobileAppear{
		display: none;	
	}
	
	.inner{
		width: 1180px;
	}

	.mobileHide{
		display: inline-block;
	}
	
	#wrapper{
		font-size: 0;	
	}
	
	html .slide-wrapper{
	    width: calc(100% - 220px);
	    display: inline-block;
        vertical-align: top;
        position: relative;
	}
	
	html,body,#wrapper{
		height: 100%;
	}
	
	.side{
		width: 220px;
		background-color: #003775;
		position: relative;	
	    display: inline-block;
	    height: 100%;	
	}
	
	.sideButton{
		width: 220px;
		height: 147px;
		position: relative;
		background-color:#a8dc28;
	    margin: 18px 0;
    }
	
	.sideButton:first-child{
		margin-top: 0;
	}

	.sideButton-anchor{
		width: 100%;
		height: 100%;
		display: block;
	    color: #285898;
	    transition: .3s;
	    cursor: pointer;
	    text-decoration: none;
	}

	.sideButton-anchor:hover{
		color: #fff;	
	}
	
	.sideButton-anchor:hover > .sideButton-img{
		width: 234px;
	}

	.sideButton.movie{
		background-color: #FFCD00;
	}
	
	.sideButton.question{
		background-color: #FF5F8F;
	}

	
	.sideButton-img{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 220px;
		opacity: 1;
		transition: .3s;
	}
	
	.sideButton-txt{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%); 
	    font-weight: bold;
	    bottom: 4px;
	    line-height: 27px;
	    font-size: 16px;
	        width: 100%;
    text-align: center;
    font-size: 15px;
	}
	
	.sideButtons-wrapper{
		position: relative;
		top:40px;
		right:26px;
	}
	
	.arrow-triple{
	    position: absolute;
        bottom: 12px;
	    left: 7px;
	    width: 18px;
	}

	.slideTxt-tabPcCatch{
	    font-size: 36px;
	    font-weight: bold;
	    margin-top: 26px;
	    line-height: 50px;
	    color: #005BAB;
    	}
	
	.slideTxt{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); 
		left: 5%;
	}
	
	.slideTxt-logo-img{
		width: 294px;
	}
	
	.slideTxt-tabPcCatch-firstBrackets{
	    margin-left: -16px;
	}
	
	.slideTxt-tabPcCatch-endBrackets{
		letter-spacing: -.5em;
	}
	
	.spLinksFooter{
	    text-align: left;
	    position: absolute;
	    margin: 0;
	    bottom: 46px;
	    left: 16px;
	    width: auto;
	}

	.underTitle-title{
		font-size: 24px;
		left: 40px;
	}
	
	.underTitle{
		height: 66px;
	}

	.underTitle-wrapInner{
		margin-top: 24px;
	}

	.underTitle-shadow{
	    top: -14px;
	}
	
	.slideTxtTopics-img{
		width: 294px;
	    margin-top: 30px;
    }
    
    .pcHide{
		display: none;
	}

    .pcAppear{
		display: block;
	}

}

