body{
	font-family: 'Noto Sans JP', sans-serif;
}

.preview{
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 10px;
    background: red;
    color: white;
    text-align: center;
    padding: 2px 4px;
}


/**
 * Responsive Container Style
 * Brake Point
 * 1366px, 1024px, 768px, 640px
 */
.box{
	overflow: hidden;
}
.box920{
	width: 920px;
	margin: auto;
	overflow: hidden;
}
.box1200{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

@media screen and (max-width: 1366px){

}
@media screen and (max-width: 1280px){
	.box1200{
		width: 1000px;
	}
}
@media screen and (max-width: 1024px){
	.box1200{
		width: 100%;
		max-width: 980px;
	}
}
@media screen and (max-width: 768px){
	.box920{
		width: 100%;
		padding: 0 2%;
	}
	.box1200{
		width: 100%;
		padding: 0 2%;
	}
}
@media screen and (max-width: 640px){
	.box{
		width: 100% !important;
		padding: 0 3%;
	}
	img{
		width: 100%;
		height: auto;
	}
}



#gHeader{
    padding: 15px;
    text-align: center;
}

#gHeader h1{
    display: inline-block;
    text-align: center;
}

.top_cover{
    padding: 8% 0;
    background: url(../img/top/top_bg.jpg) no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.sec{
    width: 90%;
    margin: auto;
    max-width: 1024px;
}

.set_title{
    color: #143290;
    text-align: center;
    padding: 60px 15px;
    font-size: 33px;
    letter-spacing: 0.06rem
}

.select_vote{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.select_vote li{
    width: 33.33%;
}
.select_vote li a,
.select_vote li span{
    padding: 15px;
    display: block;
    color: #fff;
    text-align: center;
}
.select_vote li:nth-child(1) a,
.select_vote li:nth-child(1) span{
    background: #e4007f;
}
.select_vote li:nth-child(2) a,
.select_vote li:nth-child(2) span{
    background: #009944;
}
.select_vote li:nth-child(3) a,
.select_vote li:nth-child(3) span{
    background: #e60012;
}

.select_vote li a i,
.select_vote li span i{
    margin-left: 7px;
}



#footer{
    background: #000;
    padding: 30px;
    text-align: center;
}

.copyright{
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06rem;
}

.totop{
    position: fixed;
    right: 3%;
    bottom: 15px;
    display: none;
    z-index: 5000;
}
.totop a{
    background: #143290;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    position: relative;
}

.totop a:after{
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #ffffff transparent;
}

@media screen and (max-width: 1366px){
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    .sec{
        width: 95%;
    }
    .select_vote li a{
        padding: 15px 5px;
    }
}
@media screen and (max-width: 640px){

    .top_cover {
        padding: 50px 10px;
    }

    .set_title {
        text-align: center;
        padding: 40px 10px;
    }

    .select_vote {
        display: block;
        margin-bottom: 40px;
    }

    .select_vote li{
        width: 100%;
    }

    .totop {
        right: 1.5%;
        bottom: 2.5%;
    }
}
