@charset "UTF-8";
.yrm {}
.yrm_title {}
.yrm_headline {}
.yrm_cols {
    display: flex;
    justify-content: space-between;
}
.yrm_col {}
.yrm_col-no1 {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 37.7%;
}
.yrm_image01 {
    margin-bottom: 21px;
}
.yrm_image01 > img {}
.yrm_image02 {}
.yrm_image02 > img {}
.yrm_col-no2 {
    width: 55.5%;
}
.yrm_mess {
    font-size: 24px;
    margin-bottom: 10px;
}
.intro {
    border-top: 1px #C8D7E2 solid;
    padding: 20px 0;
}
.intro:last-child {
    padding-bottom: 0;
}
.intro_title {
    font-size: 20px;
    margin-bottom: 5px;
}
.intro_text {
    margin-bottom: 22px;
}
.intro_text:last-child {
    margin-bottom: 0px;
}
.intro_imgList {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.intro_imgList > li {
    width: 49%;
    margin-left: 2%;
}
.intro_imgList > li:first-child {
    margin-left: 0;
}
.intro_imgList > li:last-child {}
.intro_imgList > li:nth-child(2n+1) {}
.intro_imgList > li:nth-child(n+3) {}
.intro_imgList > li > img {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
    .yrm {}
    .yrm_title {}
    .yrm_headline {}
    .yrm_cols {}
    .yrm_col {}
    .yrm_col-no1 {
        width: 34%;
    }
    .yrm_image01 {}
    .yrm_image01 > img {}
    .yrm_image02 {}
    .yrm_image02 > img {}
    .yrm_col-no2 {
        width: 60%;
    }
    .yrm_mess {
        font-size: 20px;
        line-height: 1.6;
    }
    .intro {}
    .intro_title {
        font-size: 18px;
    }
    .intro_text {}
    .intro_text:last-child {}
    .intro_imgList {
        margin-top: 25px;
    }
    .intro_imgList > li {}
    .intro_imgList > li:first-child {}
    .intro_imgList > li:last-child {}
    .intro_imgList > li:nth-child(2n+1) {}
    .intro_imgList > li:nth-child(n+3) {}
    .intro_imgList > li > img {}
}
@media screen and (max-width:767px) {
    .yrm {}
    .yrm_title {}
    .yrm_headline {}
    .yrm_cols {
        display: block;
    }
    .yrm_col {
        width: 100%;
    }
    .yrm_col-no1 {
        padding-top: 0;
        max-width: 230px;
        margin: 0 auto 30px;
    }
    .yrm_image01 {}
    .yrm_image01 > img {}
    .yrm_image02 {}
    .yrm_image02 > img {}
    .yrm_col-no2 {}
    .yrm_mess {}
    .intro {}
    .intro_title {}
    .intro_text {
        margin-bottom: 14px;
    }
    .intro_text:last-child {}
    .intro_imgList {
        margin-top: 0px;
    }
    .intro_imgList > li {}
    .intro_imgList > li:first-child {}
    .intro_imgList > li:last-child {}
    .intro_imgList > li:nth-child(2n+1) {}
    .intro_imgList > li:nth-child(n+3) {}
    .intro_imgList > li > img {}
}