@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}

/* ------------------------------------------------------------------------ */

/* 共通

/* ------------------------------------------------------------------------ */
#contentsBlock > section{
    margin-top: 100px;
}

.contents,
.contents > section {
    text-align: left;
}

.contents > section {
    margin: 0 0 100px;
}

.contents > section > div{
    margin-bottom: 60px;
}

.contents > section > div > p,
.contents > section > p{
    font-size: 1.6rem;
    line-height: 2.0;
}

.contents > section > div > p > span{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#lead{
    font-size: 1.8rem;
    line-height: 2.0;
    text-align: left;
    margin: 60px 0;
}

.ulStyle01 {
	margin	: 0 15px 10px;
    font-size: 1.6rem;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}

@media screen and (max-width: 767px) {
    #contentsBlock > section{
        margin-top: 40px;
    }
    
    .contents > section{
        margin: 0 0 40px;
    }
    
    .contents > section > div{
        margin-bottom: 20px;
    }
    
    #lead{
        margin: 20px 0 40px;
    }
    
    .hd01{
        margin: 0 auto 20px;
    }
    
    .hd02{
        font-size: clamp(2rem,5vw,2.5rem);
    }
    
    .hd02::before{
        top: 100%;
    }
}

@media screen and (max-width: 468px) {
    .contents > section > div > p,
    .contents > section > p{
        font-size: 1.4rem;
    }
    
}
