@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;
}
.pcOn {
    display: block;
}
.spOn {
    display: none;
}
.guide {
    overflow: hidden;
}
.tokuteiBox {
    margin-bottom: 30px;
}
h2.t_title1 {
    background: url(../images/arrow.jpg) no-repeat center left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
}
.tokuteiBox p {
    line-height: 1.8;
    font-size: 13px;
}
.tokuteiBox p img {
    margin: 20px 0;
}
.tokuteiBox h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
h1.poricy{
    width: 80%;
}

.mt30{
    margin-top: 30px;
}

	
@media screen and (max-width: 768px) {
	.pcOn {
        display: none;
    }
    .spOn {
        display: block;
    }
    h1 {
        font-size: 3.2em;
        width: 90%;
        margin: auto;
    }
    h1.poricy {
        width: 100%;
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    

}

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