@charset "UTF-8";

.sp_img{
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.main_visual{
    width: 100%;
    position: relative;
    background-color: #298e9f;
}

.main_visual img {
	width: 100%;
	height: auto;
}
.background {
    background-color: #298e9f;
    padding-top: 0px;
}

.present_text {
    color: #FFFFFF;
    text-align: center;
    font-size: 20pt;
    margin-bottom: 48px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-top: 0px;
}

.content_inner{
    width: 1000px;
    margin: auto;
}
.apista_tokuten_item {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
}

.content_inner img{
	width: 100%;
	height: auto;
}



/*Mobile*/
@media screen and (max-width: 736px) {
.main_visual {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
    background-color: #298e9f;
}
.background {
    background-color: #298e9f;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -89px;
    margin-top: -21px;
    margin-left: auto;
    margin-right: auto;
}
.apista_tokuten_item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11%;
    padding-bottom: 0px;
}
	.sp_img{
    display: block;
	}

	.pc_img{
		display: none;
	}

	.content_inner{
		width: 90%;
	}
}