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

.tx1 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 1.5em 0;
}

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

.tx2 {
    line-height: 1.7;
}
.tx2 h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.tx2 dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #222;
}
.tx2 dl:last-child {
    border-bottom: 1px solid #222;
}
.tx2 dl dt {
    color: #2ea5de;
    width: 4em;
    padding: 1em;
    flex-shrink: 0;
}
.tx2 dl dd {
    padding: 1em;
}

.form_title {
    text-align: center;
    line-height: 1;
    font-size: 2em;
}

.mfp input.years{
width:5em!important;
}

@media screen and (min-width: 561px) {
.choice {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.choice label {
    margin-right: 1em !important;
}
.pr {
    margin-left: 45px;
}
}

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

.tx1 {
    font-size: 4.5vw;
    padding: 1.5em 0;
}

.img1_box ul {
    margin-bottom: -0.5em;
}
.img1_box ul li {
    width: calc((100% / 3) - (1em / 3));
    margin-bottom: 0.5em;
}

.tx2 {
    line-height: 1.7;
}
.tx2 h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 1em;
}

.form_title {
    font-size: 5vw;
}

}
