@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}


hr {
    overflow: visible;
}

article,
footer,
header,
main,
 {
    display: block;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}


body {
	font-family: "メイリオ", Meiryo, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna"; 
}

a {
    color: #0072d8;
}

a:hover {
	color: #0072d8;
	text-decoration: none;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

main.inner {
    max-width: 1040px;
}

.container {
    width: 100%;
}

.top_lead {
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}
.lead_text {
	font-size: 1em;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 768px) {
.top_lead {
	font-size: 1.1em;
}
}

.notice_list .button_next {
    margin-bottom: 20px;
}

.button_area {
	overflow: hidden;
	position: relative;
}

.button_next a {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 40px;
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #FF8000;
	width: 40%;
	font-size: 1.8em;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

.button_area .next_t {
	padding-top: 20px;
	padding-left: 20px;
	position: absolute;
	margin-left: 40%;
}

@media (max-width: 768px) {
.button_next a {
	width: 90%;
	font-size: 1.6em;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.button_area .next_t {
	float: none;
	position: static;
	margin-left: 20px;
}
}

.button_next a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


header h1 {
	background-color: #0072d8;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 1.4em;
	padding: 30px;
	text-align: center;
}

.container.article .box {
    margin: 0 30px 0 0;
}

/****/
@media (max-width: 768px) {
.container {
	width: 100%;
}
}

.container.article .box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.container.article h2 {
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	color: #0072d8;
}

.container.article h3 {
	margin: 0;
	padding: 8px 20px;
	margin-top: 25px;
	font-size: 1.2em;
	color: #fff;
	border-left: 5px solid #0056a3;
	background: #0072d8;
}

.container.article h4 {
    margin: 0 0 15px 0;
    padding: 8px 20px;
    color: #0072d8;
    border-left: 5px solid #0072d8;
    border-bottom: 1px solid #0072d8;
}

.container.article h5 {
    margin: 15px 0 5px 0;
    font-size: 18px;
    color: #0072d8;
}

.container.article p {
	font-size: 1em;
	line-height: 1.7;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}

.container.article p b {
    color: #333333;
}

.container.article p img {
    max-width: 100%;
}

.container.article p span {
    color: #FF0000;
}

.pankuzu {
    margin: 0 0 30px 0;
    color: #333333;
}

.pankuzu li {
    display: inline-block;
    font-size: 13px;
    list-style: none;
}

.pankuzu li:not(:last-child):after {
    content: '>';
    padding: 0 5px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    margin: 20px 0 0 0;
    background-color: #0072d8;
}

footer > p {
    display: block;
    font-size: 0;
}

@media (max-width: 480px) {
    footer > p {
        display: block;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
}

footer > p small {
    font-size: 14px;
    color: #FFFFFF;
}

.notice_list ul {
	list-style-image: none;
	list-style-type: none;
}

.notice_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px 0;
	line-height: 1.8;
	border-bottom: 1px dotted #666;
	list-style-type: none;
}

.notice_list li:before {
    content: '・';
    padding: 0 15px 0 0;
}

@media (max-width: 480px) {
    .notice_list li:before {
        display: none;
    }
}

.notice_list li p {
    padding: 0 !important;
}

.notice_list li b {
    font-size: 17px;
}

.notice_list + .small {
    font-size: 14px;
    color: #333333;
}

/*  */
.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}
