@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 {
    line-height: 1.7;
    margin-bottom: 3em;
}
.img1_box img {
    float: right;
    width: 450px;
    margin-left: 30px;
}

.img2_box img {
    width: 100%;
}
.img2_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.img2_box ul li {
    width: calc((100% / 3) - (2em / 3));
    margin-bottom: 1em;
}
.img2_box ul li:nth-child(1),.img2_box ul li:nth-child(2) {
    width: calc((100% / 2) - (1em / 2));
}

.tx1 {
    margin-left: 1.3em;
}
.tx1 h5 {
    background-color: #2ea5de;
    color: #fff;
    display: inline-block;
    font-size: 1.16em;
    line-height: 1;
    padding: 0.4em 1em;
    margin-bottom: 0.5em;
}
.tx1 p {
    line-height: 1.7;
}

.tx2 {
    margin-left: 1.3em;
    line-height: 1.7;
    font-size: 1.16em;
    font-weight: bold;
}
.tx2 p span {
    display: inline-block;
}
.tx2 p span:nth-child(1) {
    width: 8em;
}
.tx2 p span:nth-child(2) {
    width: 8em;
}

.img3_box {
    line-height: 1.7;
}
.img3_box img {
    width: 100%;
}
.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3_box ul li {
    width: calc((100% / 2) - (1em / 2));
}
.img3_box ul li:first-child p {
    margin-top: 0.5em;
}

.table1 {
    background-color: #fbd9b9;
}
.table1 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.table1 p:nth-child(3) {
    background-color: #dbdbdb;
}
.table1 p span {
    box-sizing: border-box;
    padding: 1em 1.5em;
    display: inline-block;
    width: 50%;
}
.table1 p span:nth-child(2) {
    border-left: 1px solid #fff;
}

.table2 {
    background-color: #a4ccd5;
}
.table2 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.table2 p:nth-child(4),.table2 p:nth-child(6),.table2 p:nth-child(8) {
    background-color: #dbdbdb;
}
.table2 p span {
    box-sizing: border-box;
    padding: 1em 1.5em;
    display: inline-block;
    width: 25%;
}
.table2 p span:nth-child(1) {
    width: 50%;
}
.table2 p span:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.img4_box img {
    width: 100%;
}
.img4_box p {
    line-height: 1.7;
    margin-bottom: 2em;
}
.img4_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img4_box ul li {
    width: calc((100% / 2) - (1em / 2));
}

@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 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.7em;
}
.img1_box img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
}

.img2_box ul {
    margin-bottom: -0.7em;
}
.img2_box ul li {
    width: calc((100% / 2) - (0.7em / 2)) !important;
    margin-bottom: 0.7em;
}

.tx1 {
    margin-left: 1em;
}
.tx1 h5 {
    font-size: 4vw;
}

.tx2 {
    font-size: 3.8vw;
}
.tx2 p span:nth-child(1) {
    width: 8em;
}
.tx2 p span:nth-child(2) {
    width: 7em;
}

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

.img4_box p {
    margin-bottom: 1.5em;
}
.img4_box ul {
    margin-bottom: -1em;
}
.img4_box ul li {
    width: 100%;
    margin-bottom: 1em;
}

.tx2 p span:nth-child(1) {
    width: 100%;
}
.tx2 p span:nth-child(2) {
    width: 9em;
	margin-left: 0.6em;
	margin-bottom: 1em;
}

}
