@charset "utf-8";


html {
    font-size: 100%;
}

@media (max-width: 414px) {
    html {
        font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
    }
}

@media (min-width: 414px) and (max-width: 767.98px) {
    html {
        font-size: calc((100vw - 414px) / 352 * 8 + 16px);
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.oda {
    color: #575757;
}
.oda-header {
    padding: 10px calc((100% - min(84% , 1000px))/2);
    padding: 0.625rem calc((100% - min(84% , 1000px))/2);
    text-align: center;
    background-color: white;
}
.oda-header img {
    width: 150px;
    width: 9.375rem;
}
.oda-main {
    background-color: #FBF7F5;
    padding: 40px calc((100% - min(84% , 780px))/2) 20px;
    padding: 2.5rem calc((100% - min(84% , 780px))/2) 1.25rem;
}
.oda-ttl {
    font-size: min(4.2vw,20px);
    font-family: serif;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    line-height: 1.7;
}
.oda-list {}
.oda-item {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.9375rem rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 10px;
    border-radius: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background-color: white;
}
.oda-item__pic {}
.oda-item__pic img {
    width: 100%;
}
.oda-item__body {
    padding: 13px 20px 20px;
    padding: 0.8125rem 1.25rem 1.25rem;
}
.oda-item__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 500;
}
.oda-item__txt {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
}
.oda-item__body a {
    display: block;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
}
.oda-item__body a img {
    width: 100%;
}
.oda footer {
    padding: 20px calc((100% - min(84% , 1000px))/2);
    padding: 1.25rem calc((100% - min(84% , 1000px))/2);
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: white;
}
.oda footer small {}

@media only screen and (min-width: 768px) {

.oda {}
.oda-header {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
}
.oda-header img {
    width: 250px;
    width: 15.625rem;
}
.oda-main {
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
}
.oda-ttl {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}
.oda-list {
    display: flex;
    justify-content: space-between;
}
.oda-item {
    width: 48%;
}
.oda-item__pic {}
.oda-item__pic img {}
.oda-item__body {
    padding: 23px 26px 30px;
    padding: 1.4375rem 1.625rem 1.875rem;
}
.oda-item__ttl {
    font-size: 30px;
    font-size: 1.875rem;
}
.oda-item__txt {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
}
.oda-item__body a {}
.oda-item__body a img {}
.oda footer {}
.oda footer small {}


}

