@charset "shift_jis";



/* PC */
.page-ttl{
	font-size: 2.4rem;
	font-weight: 600
}
h2{margin-bottom: 100px}
.contents-wrap{border-top:#237BD0 5px solid}
.contents-wrap .contents{
	min-height: calc(100vh - 45px);
	width:80%;
	max-width: 860px;
	margin: 80px auto 40px;
}
.contents-wrap .contents .ttl{
	margin-top: 20px;
	font-weight: bold
}

.contents-wrap .contents .txt+.txt{
	margin-top: 20px
}

.contents-wrap .contents .txt p{
	padding-left:1em;
	text-indent:-1em;
}
.contents-wrap .contents .txt span{
	display: inline-block;
		padding-left:1em;
	text-indent:-1em;

}
/* SP */
@media screen and (max-width:768px) {
	.page-ttl{
	font-size: 4.8vw;
	font-weight: 600
}

}


/*footer-----------------------------------------------------*/
footer{
	background:#4D4D4D ;
	color:#fff;
	text-align: center;
	font-size:1.2rem;
	padding:10px;
}
@media (max-width: 768px) {
    footer{
        background:#4D4D4D ;
        color:#fff;
        text-align: center;
        font-size:2.8vw;
		line-height: 1.2;
        padding:0.5em;
        width:100%;
        bottom:0;
        left:0;
        z-index: 100;
    }
}

