@charset "utf-8";
/*////////////// IndexCSS Document //////////////*/

/* ===============================================
 headerArea　
=============================================== */
#disney_top #headerArea .swiper-slide .cntsPtn01 p {
    height: 4rem;
    white-space: nowrap;
}
#disney_top .navArea {
    margin: 0 3.1% 1.5rem;
    text-align:  center;
}
#disney_top .navArea > li {
    display: inline-block;
    width: 30%;
    border: solid 1px #333;
    background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/bg_04.png") repeat 0 0 / 20px 20px;
    margin: 2% 1% 0;
}
#disney_top .navArea > li a {
    display:  block;
    padding: 10px 12px 10px 3px;
    text-align:  left;
    font-size: 90%;
    background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/arrow_right_001.png") no-repeat 95% 50% / 10px auto;
    color: #333;
}
/* ===============================================
 worldArea　
=============================================== */
#worldArea > .frameBox > li+li {
    margin-top: 60px;
}
#worldArea > .frameBox .linkArea.btn {
    margin: 6%;
}
/*-------    area      ------*/
#area {
	width: 88.26666666666667%;
	margin: 20px auto 0 !important;
	padding: 0 !important;
}
#area dl {
	border: 1px solid #d8f0ef;
	border-bottom: none;
}
#area dl dt {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.8em;
	background-color: #d8f0ef;
	border-bottom: 1px solid #d8f0ef;
	text-align: center;
}
#area dl dd {
	text-indent: 1.8em;
	border-bottom: 1px solid #d8f0ef;
}
#area dl dd a {
	background-color: #fff;
	padding: 12px 20px 12px 0;
	color: inherit;
	line-height: 1.8em;
	display: block;
	position: relative;
}
#area dl dd a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #85cbc7;
	border-right: solid 2px #85cbc7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}