@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size: 16px;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #0053ff;
}

h2 {
    position: relative;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 25px;
    margin-top: 40px;
    border-bottom: 4px double #333;
    font-size: 26px;
    font-weight: bold;
}
h3 {
    color: #482473;
    margin-bottom: 5px;
    font-size: 20px;
}
p {
    margin: 0 0 10px;
    line-height: 160%;
}
.font-18 {
	font-size: 18px;
}

.container {
	max-width: 980px;
	margin: 0 auto;
}

#header {
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 10000;
    background: #fff;
}
.logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.logo img {
	max-width: 120px;
}
.logo h1 {
    font-size: 28px;
    line-height: 120%;
    font-weight: bold;
    margin: 0;
}
.logo h1 span {
    font-size: 14px;
    line-height: 130%;
    display: block;
}

#content-header {
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 10px #373737;
    font-size: 110%;
    background: #4a5da9;
}
.content-header-text {
	font-size:210%;
}

ul {
	margin: 0 0 25px;
    padding-left: 20px;
}
li {
	margin-bottom: 10px;
}

.table01 {
	    width: 100%;
    border-collapse: separate;
}
.table01 tr {}
.table01 th {
	width: 130px;
    background-color: #e6eff9;
    padding: 10px;
    border-bottom: #fff solid 1px;

}
.table01 td {
    padding: 10px;
}








.copyright {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    margin-top: 70px;
    background: #08708a;
    color: #fff;
}
.copyright a {
    color: #fff;
    display: table;
    margin: 0 auto 15px;
}

.sp_br {
	display: none;
}


@media (max-width: 991px) {
.content-header-text {
    font-size: 190%;
}
}

@media (max-width: 767px) {
	.content-header-text {
    font-size: 160%;
}
	.logo img {
    max-width: 100px;
}
    .logo h1 {
        font-size: 3.5vw;
    }
}

@media (max-width: 640px) {
	.table01 th {
    width: 100%;
    display: block;
}
	.table01 td {
    width: 100%;
    display: block;
}
	
	.h2-pdf-link {
    display: block;
    margin: 5px 0;
}
	
}

@media (max-width: 540px) {

    .content-header-text {
        font-size: 120%;
    }
	.sp_br {
		display: block;
	}
}











