@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/title_pc.webp");}

#title {
    background-image: url("../img/title_pc.webp");
}

.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.img1_box img {
    width: 100%;
}
.img1_box ul li:first-child {
    width: 56%;
}
.img1_box ul li:last-child {
    width: 40%;
}

.img2_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.img2_box img {
    width: 100%;
}
.img2_box section:first-child {
    width: 56%;
}
.img2_box section:last-child {
    width: 40%;
}
.img2_box section:last-child p {
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
#page_header{background-image: url("../img/title_sp.webp");}
#title {
    background-image: url("../img/title_sp.webp");
}

.img1_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img1_box ul li:last-child {
    width: 100%;
}

.img2_box section:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img2_box section:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img2_box section:last-child p {
    margin-bottom: 0;
    width: 49%;
}
.spadj {
    width: 49% !important;
}

}
