
@charset "utf-8";
/* CSS Document */

#special_body img{
	max-width:max-content;
	height:auto;
}

.base {
	position: relative;
	padding: 0;
}

.base ul li img {
	width: auto !important;
}


ul.icon a:hover img{
	opacity: 0.5;

}

ul.anclink_01{
	display:flex;
	justify-content: center;
	position: absolute;
	top:52.4%;
	left: 20%;
}
ul.anclink_01 li{
	margin: 5px; 
}	
	
ul.anclink_02{
	display:flex;
	justify-content: center;
	position: absolute;
	top:63.3%;
	left: 20%;
}
ul.anclink_02 li{
	margin: 5px; 
}	

.line {
	position: absolute;
    bottom: 8.4%;
    left: 30%;
}

.u29 {
	position: absolute;
	top: 47.3%;
    left: 5%;
}
ul.u29 li {
    margin-bottom: 15%;
}

.other {
	position: absolute;
    top: 73.8%;
    left: 5%;
}

ul.other li {
    margin-bottom: 17%;

}

@media screen and (max-width: 640px) {
.base {
	position: relative;
	padding: 0;
	margin-bottom: -70px;
}

.base ul li img {
	width: 95% !important;
}


	
ul.anclink_01{
	display:flex;
	position: absolute;
	left: 18%;
	right: 18%;
	
}
ul.anclink_02{
	display:flex;
	position: absolute;
	left: 18%;
	right: 18%;
	
}
	
p {
	display: block;
	padding-top: 70px;
	margin-bottom: -70px;
}
	
.line {
    left: 32%;
	right: 32%;
}	

	
.top {
	padding-top:70px;
}

}






