
div.top-mainimage {
	height: auto;
    background-size: cover;
    padding: 30px 0px;
}

div.top-mainimage h2 {
	font-size: 80%;
	line-height: 1.5em;
	padding-top: 0px;
}

div.top-mainimage h1.mainlogo {
    width: 50%;
    margin: auto;
    padding-top: 15px;
}

div.top-mainimage h1.mainlogo img {
    width: 100%;
    height: auto;
}

ul.top-contents-list li {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 25px;
 }

ul.top-contents-list li.c {
    border-left: 0px;
    border-right: 0px;
}

ul.top-contents-list li div.img {
    width: auto;
    margin: auto;
 }

ul.top-contents-list li div.img img {
    width: 100%;
    height: auto;
 }

div.top-voice-list ul li {
    width: 45%;
    padding: 5px;
}

div.top-voice-list ul li div.img img {
    width: 100%;
    height: auto;
}

div.top-voice-list ul li a {
    text-decoration: none;
    color: white;
}

div.top-voice-list ul li div.text {
    display: none;
}

div.movie,
div.sns {
    float: none;
    width: 100%;
    height: auto;
}

div.movie iframe {
    width: 100%;
    height: 250px;
}

div.sns img {
    width: 100%;
    height: auto;
}





