@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    border-top: 0;
    box-sizing: border-box;
    color: #555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    line-height: 1.5;
    opacity: 0;
}
body.anim{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* バナー */
.top-bn,.top-bn_ht,.sp-bn{
	opacity: 0;
	transition: all 0.3s;
}

.top-bn {
	position: fixed;
	top: auto;
	bottom: 3%;
	left: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn_ht {
	position: fixed;
	top: auto;
	bottom: 3%;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn img {
	width: 140px;
}
.top-bn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht img {
	width: 140px;
}
.sp-bn{
	display: none;
}
@media screen and (max-width: 768px){
	.top-bn a,
	.top-bn_ht a {
		display: none;
	}
	.sp-bn {
		width: 100%;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 99;
		/* display: flex;
		justify-content: center; */
		display: block;
	}
	.sp-bn a img {
		width: 100%;
	}
}

.wrapper {
    width: 800px;
    max-width: 90%;
    margin: 120px auto;
}

.page_title {
    margin: 60px 0;
}
h1 {
    text-align: center;
    font-family: "trajan-pro-3", serif;
    font-weight: 700;
    color: #66828d;
    font-size: 4.8em;
    letter-spacing: 0.15em;
    border-bottom: double;
    width: 60%;
    margin: 150px auto 60px;
    line-height: 1.5em;
}
h1.titleja{
    margin: -40px auto 30px;
    border: none;
    font-family: sans-serif;
    font-size: 28px;
    letter-spacing: 5px;
}
.pcOn {
    display: block;
}
.spOn {
    display: none;
}
table {
    width: 640px;
    max-width: 96%;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 13px;
}
table th, table td {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 15px;
}
table th {
    width: 25%;
    text-align: center;
}
.url{
    color: royalblue;
    text-decoration: underline;
}

	
@media screen and (max-width: 768px) {
	.pcOn {
        display: none;
    }
    .spOn {
        display: block;
    }
    h1 {
        font-size: 3.2em;
        width: 90%;
        margin: auto;
    }
    h1.titleja{
        margin-top: 10px;
        font-size: 24px;
    }
    table{
        width: 100%;
        max-width: 100%;
    }
    table th {
        width: 30%;
        text-align: center;
        font-weight: normal;
        vertical-align: middle;
    }
    

}

@media screen and (max-width: 640px){
	
}
