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

.tx1 img {
    width: 100%;
}
.tx1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tx1 ul li {
    width: 40%;
}
.tx1 ul li:last-child {
    width: 15%;
}
.tx1 .table_def td {
    text-align: center;
}
.tx1 .table_def td:first-child {
    width: 11em;
}

.img2_box img {
    width: 100%;
}
.img2_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img2_box ul li {
    width: 25%;
    line-height: 1;
    margin-right: 1em;
}
.img2_box ul li p {
    margin-top: 0.5em;
}

.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: 48%;
}
.img3_box ul li h5 {
    background-color: #2ea5de;
    color: #fff;
    display: inline-block;
    font-size: 1.16em;
    line-height: 1;
    padding: 0.4em 1em;
    margin-bottom: 0.5em;
}
.img3_box ul li p {
    line-height: 1.7;
    padding-top: 0.5em;
}
.img3_box ul li p strong {
    font-size: 1.16em;
}

.tx2 th {
    text-align: center;
}

@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;
}
.img1_box img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
}

.tx1 img {
    width: 30%;
}
.tx1 ul li {
    width: 48%;
}
.tx1 ul li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
}
.tx1 .table_def td {
    font-size: 2vw
}
.tx1 .table_def td:first-child {
    width: auto;
}

.img2_box ul {
    justify-content: space-between;
}
.img2_box ul li {
    width: 48%;
    margin-right: 0;
}
.img2_box ul li p {
    font-size: 0.92em;
}

.img3_box ul {
    margin-bottom: -1.5em;
}
.img3_box ul li {
    width: 100%;
    margin-bottom: 1.5em;
}
.img3_box ul li h5 {
    font-size: 4.2vw;
}
.img3_box ul li p strong {
    font-size: 4vw;
}

.tx2 {
    font-size: 2vw;
}
.tx2 th {
    text-align: center;
}

}
