@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;
}

.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 {
    line-height: 1.7;
}
.tx1 h4 {
    color: #2ea5de;
    font-size: 1.4em;
}
.tx1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tx1 ul li {
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 1em;
}

.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.img3_box img {
    width: 100%;
}
.img3_box ul li:first-child {
    width: 65%;
}
.img3_box ul li:last-child {
    width: 32%;
}
.img3_box h4 {
    font-size: 1.6em;
    border-bottom: 1px solid #111;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}
.img3_box h4 span {
    font-size: 0.7em;
}
.img3_box p {
    text-indent:-1em;
	padding-left:1em;
    margin-bottom: 1em;
}

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

.img5_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.img5_box ul li {
    width: 48%;
}
.img5_box ul li h5 {
    font-size: 1.24em;
}
.img5_box ul li p {
    padding-left: 1.24em;
}

.img6_box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img6_box dl:first-child {
    margin-bottom: 1.5em;
}
.img6_box dl dt {
    background-color: #2ea5de;
    color: #fff;
    font-size: 1.24em;
    width: 200px;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.img6_box dl dd {
    width: calc(100% - 230px);
    line-height: 1.7;
}

.tx2 {
    font-size: 1.4em;
    color: #2ea5de;
    line-height: 1.7;
    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;
}

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

.tx1 h4 {
    font-size: 4.3vw;
}
.tx1 ul li {
    font-size: 4vw;
}
.tx1 ul li:last-child {
    margin-right: 0;
}

.img3_box ul li:first-child {
    width: 100%;
}
.img3_box ul li:last-child {
    width: 100%;
    padding-top: 0.5em;
}
.img3_box h4 {
    font-size: 4.3vw;
    padding-bottom: 0.3em;
    margin-bottom: 1.2em;
}

.img4_box ul li {
    width: 100%;
}

.img5_box ul {
    margin-bottom: -1em;
}
.img5_box ul li {
    width: 100%;
    margin-bottom: 1em;
}
.img5_box ul li h5 {
    font-size: 4.2vw;
}
.img5_box ul li p {
    padding-left: 4.2vw;
}

.img6_box dl {
    align-items: flex-start;
    flex-direction: column;
}
.img6_box dl:first-child {
    margin-bottom: 1em;
}
.img6_box dl dt {
    font-size: 4.2vw;
    width: 10em;
    height: 2.5em;
    margin-bottom: 0.5em;
}
.img6_box dl dd {
    width: 100%;
}

.tx2 {
    font-size: 4.3vw;
    text-align: left;
}

}
