@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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.img1_box img {
    width: 100%;
}
.img1_box section:first-child {
    width: 50%;
}
.img1_box section:last-child {
    width: 46%;
}
.img1_box section:last-child p {
    margin-bottom: 1em;
}
.img1_box ul li {
    margin-bottom: 0.5em;
}
.img1_box ul li:last-child {
    margin-bottom: 0;
}

.img2_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img2_box img {
    width: 100%;
}
.img2_box ul li:first-child {
    width: 50%;
}
.img2_box ul li:last-child {
    width: 46%;
}

@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 section:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img1_box section:last-child {
    width: 100%;
}

.img2_box img {
    width: 100%;
}
.img2_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.img2_box ul li:last-child {
    width: 100%;
}

}
