@charset "utf-8";

/*----------------------------------------------------------
404
----------------------------------------------------------*/
.section01{
padding: 40px 0 80px;
}
.section01 .title01{
font-size: 2.2rem;
font-weight: bold;
text-align: center;
margin: 0 0 60px;
}
.section01 .title01 span{
font-size: 1.8rem;
margin: 0 0 20px;
padding: 0 0 10px;
display: block;
position: relative;
}
.section01 .title01 span::before{
content: "";
width: 60px;
height: 4px;
background: var(--color_green01);
border-radius: 100px;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
@media (max-width: 768px){
.section01{
padding: 3.0rem 2.0rem 6.0rem;
}
.section01 .title01{
font-size: 2.0rem;
margin: 0 0 3.0rem;
}
.section01 .title01 span{
font-size: 1.6rem;
margin: 0 0 1.5rem;
padding: 0 0 1.0rem;
}
.section01 .title01 span::before{
width: 4.0rem;
height: 0.4rem;
}
}