@charset "utf-8";

html {
	overflow-y: scroll;
    overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	min-width: 320px;
    /* border-top: 10px solid #ee9309; */
    font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
}
#header_bar .board {
    border-top: 10px solid #FFC928
}
a:link {
	text-decoration: none;
}
/* ===== main ================================================== */
main {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 110px;
    width: 50%;
    min-height: calc(100vh - 110px - calc(160 / 1920* 98vw + 2px) - 66px);
}

h2, div, p {
	text-align: center !important;
}
@media(max-width: 1280px) {
    main {
        width: 70%;
    }
    }
@media(max-width: 910px) {
    main {
        width: 80%;
    }
    }
@media(max-width: 780px) {
    main {
        width: 90%;
    }
    }
h2 {
    font-weight: normal;
    margin: 50px auto ;
    padding: 0;
    font-size: 20px;
}
@media(max-width: 480px) {
    h2 {
        margin: 80px auto ;
    }
}
.notice p {
    font-size: 1.4em;
    line-height: 2.0;
}
@media(max-width: 480px) {
	.notice p {
		font-size: 1.2em;
	}
}
.notice a {
	color: #FFC928;
}
.notice2 {
    text-align: left !important;
}
.notice2-1 {
    text-align: right !important;
	padding-right: 20px;
}
/* ===== footer ================================================== */

footer .copyright {
	background-color: #000;
}

footer .copyright p {
	padding: 50px 10px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.0em;
	color: #ffffff;
	font-size: 16px;
}
footer .copyright a p {
	padding: 10px 30px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.0em;
	color: #ffffff;
}
.footer-link {
	display: flex;
	padding-top: 24px;
	align-items: center;
	justify-content:center;
	width: 100%;
}
.footer-link a:hover{
	text-decoration: none;
}
.footer-link a p:hover{
	color: #F0522F;
}
@media(max-width:768px) {
footer .copyright p {
	font-size: 10px;
}
.footer-link {
	padding-top: 24px;
}
footer .copyright a p {
	font-size: 14px;
	padding: 10px 10px;
}
footer .copyright a {
	width: 100%;
}
}
@media(max-width:480px) {
footer .copyright .footer-link a p {
		font-size: 12px;
	}
}
footer .copyright p span {
	display: inline-block;
	padding: 2px 0.3em 0;
}
