/* CSS Document */

#enroll {
	background: linear-gradient(180deg, #F2F9FE, rgba(255, 255, 255, 0));
	position: relative;
    z-index: 3;
}

#enroll .main-title-box {
	background: url("../img/title-bk/enroll.png") center no-repeat;
    background-size: contain;
}

#enroll .main-title-box::before {
    top: 50px;
	right: -50px;
}

.wave-bl-dark {
    background: url("../img/wave-bl-dark.png");
    background-size: 100% 100%;
}

.main-title h3 p {
	color: #4B8EB2;
}

.steps{
	display: flex;
	flex-direction: column;
}

.step-item-box{
	margin-top: 10px;
	padding: 20px 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 5px 5px 15px rgba(123,163,183,0.3);
}



@media(max-width: 1200px){

	.step-item-box {
		padding: 10px 15px;
		border-radius: 10px;
	}
}

@media(max-width: 800px){

	.step-item-box {
		padding: 15px 10px;
		border-radius: 10px;
	}
	
	.step-item-box{
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	
	.step-item-box p {
        line-height: 1.4;
    }
	

}



@media(max-width: 500px){
	#enroll .main-title-box::before {
		right: -20px;
	}
}


/*　ご利用方法　///*/



/* 情報公開　*/

#information{
	background: linear-gradient(180deg, #FEFEF2, rgba(255, 255, 255, 0));
}

#information .main-title-box::before {
    top: 50px;
}

#information .main-title-box {
    background: url("../img/title-bk/information.png") center no-repeat;
    background-size: contain;
}

#information .main-title h3 p {
	color: #ACBC6E;
}

.information-box .pdf-item:first-of-type{
	border-top: 1px dashed #b9b9b9;
}

.pdf-item{
	padding: 20px 20px 30px;
	border-bottom: 1px dashed #b9b9b9;
}

.download {
	display: inline-block;
}

.download a{
	margin-top: 10px;
    display: flex;
    align-items: center;
    height: 50px;
    background: #ACBC6E;
    padding: 5px 25px;
	border-radius: 20px;
	gap:20px;
	justify-content: space-between;
}

.download a p{
    color: #fff;
    line-height: 1;
    font-size: 1.25rem;
    font-family: "Kaisei HarunoUmi", serif;
    letter-spacing: 2px;
	font-weight: 600;
}

.download a:hover {
	opacity: 0.75;
}


@media(max-width: 800px){
	
	.download {
		margin-top: 5px;
	    display: flex;
	    flex-wrap: wrap;
	    gap: 5px;
	}
	
	.download a p {
    	font-size: 1rem;
		letter-spacing: 1px;
	}
	
	.pdf-item {
		padding: 20px 0 30px;
	}
	
    .download a {
		min-width: 250px;
		gap: 20px;
        margin-top: 5px;
        height: 50px;
        padding: 5px 10px;
        border-radius: 5px;
        justify-content: space-between;
    }
	
}


/* 情報公開　///*/





/* 一日の流れ　*/

#flow {
    background: linear-gradient(180deg, #FEF7F9, rgba(255, 255, 255, 0));
}

#flow .main-title-box {
    background: url(../img/title-bk/flow.png) center no-repeat;
    background-size: contain;
}

#flow .main-title h3 p {
    color: #D18FBE;
}

#flow .main-area{
	display: flex;
	align-items: center;
	flex-direction: column;
}

/* 一日の流れ　///*/





