@charset "UTF-8";
/* コンテンツ */

.omt_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.omt_box1 ul li {
    box-sizing: border-box;
    width: 31%;
}
.omt_box1 ul li img {
    width: 100%;
}
.omt_box1 ul li h4 {
    box-sizing: border-box;
    width: 100%;
    background-color: #5dbae1;
    color: #fff;
    font-size: 1.24em;
    line-height: 1.4;
    padding: 0.5em 0.8em;
}
.omt_box1 ul li p {
    margin-top: 0.5em;
    line-height: 1.7;
}

.omt_box2 {
    background-color: #fff2ec;
    border-radius: 1em;
    padding: 2em;
}
.omt_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.omt_box2 ul li {
    box-sizing: border-box;
    font-size: 1.24em;
    line-height: 1.4;
    width: 50%;
    margin-bottom: 1em;
}
.omt_tx2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.4;
    color: #ff8040;
}

.omt_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.omt_box3 ul li {
    box-sizing: border-box;
    width: 48.5%;
    border: 2px solid #5dbae1;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 2em;
}
.omt_box3 ul li h4 {
    box-sizing: border-box;
    background-color: #e5f4fa;
    font-size: 1.24em;
    line-height: 1.4;
    padding: 0.5em 0.8em;
}
.omt_box3 ul li p {
    line-height: 1.7;
    padding: 1.5em;
}



@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 520px) {
.omt_box1 ul {
    margin-bottom: -2em;
}
.omt_box1 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.omt_box1 ul li img {
    width: 100%;
}
.omt_box1 ul li h4 {
    font-size: 1.16em;
}

.omt_box2 {
    padding: 1.5em;
}
.omt_box2 ul {
    margin-bottom: -1em;
}
.omt_box2 ul li {
    font-size: 1.16em;
    width: 100%;
}
.omt_tx2 {
    font-size: 1.6em;
}

.omt_box3 ul {
    margin-bottom: -2em;
}
.omt_box3 ul li {
    width: 100%;
}
.omt_box3 ul li h4 {
    font-size: 1.16em;
}
.omt_box3 ul li p {
    padding: 1em;
}
}




