@charset "UTF-8";

.main-img-wrap {
    margin-bottom: 20px;
}


.link-wrap {
    margin-bottom: 40px;
}


.link-wrap a {
    display: block;
    width: 100%;
    padding: 5px 5px 5px;
    border-bottom: solid 2px #D6024F;
}

.main-msg {
    background: #E9E5E1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.link-bt {
    background: #fff;
    border-radius: 6px;
    padding: 12px 15px;
    color: #D6024F;
    display: inline-block;
}

a.link-bt:link {
    color: #D6024F;
}

a.link-bt:visited {
    color: #D6024F;
}

a.link-bt:hover {
    color: #D6024F;
}

a.link-bt:active {
    color: #D6024F;
}

.produce-img {
    margin-bottom: 10px;
}

.policy-card-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.policy-card-wrap img {
    width: 48%;
    margin-bottom: 15px;
}

.contents {
    margin-bottom: 30px;
}

.contents h2 {
    text-align: center;
    font-weight: 900;
    font-size: 1.25rem;
    color: #D6024F;
    border-bottom: solid 3px #E9E5E1;
    padding-bottom: 8px;
    margin-bottom:16px;
}

.contents p {
    margin-bottom: 20px;
    line-height:1.7;
}

.food-policy-wrap {
    background: #D6024F;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.food-policy {
    font-size: 1rem;
}

.system-img{
    margin:15px 0;
}

.warranty-img{
    margin:5px 0 25px;
}

#warranty h3{
    display:block;
    background: #E9E5E1;
    border-radius:10px;
    padding:0 20px 0 0;
    font-size:1rem;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#warranty h3 img{
    width:50px;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}

.process-title{
    display:block;
    position:absolute;
    top:50%;
    left:65px;
    margin-top:-8px;
}

#warranty h4{
    font-size: 0.875rem;
    border-bottom: solid 3px #E9E5E1;
    padding-bottom:6px;
}

#warranty p.detail-tx{
    font-size: 0.813rem;
}

.note{
    font-size:0.750rem;
    margin-top:-10px;
}

.note a:link {
    color: #1A7ADB;
    text-decoration:underline;
}

.note a:visited {
    color: #1A7ADB;
    text-decoration:underline;
}

.note a:hover {
    color: #1A7ADB;
    text-decoration:underline;
}

.note a:active {
    color: #1A7ADB;
    text-decoration:underline;
}

.data-img{
    margin-bottom:20px;
}

.detail-wrap{
    margin-bottom:10px;
}

@media (min-width: 768px) {
    .link-wrap {
        display: flex;
        margin: 0 auto 50px;
    }

    .link-wrap a {
        width: 31%;
        justify-content: space-between;
        margin: 1%;
        text-align: center;
        font-size: 1rem;
    }

    .link-bt {
        font-size: 0.875rem;
        border-radius: 8px;
    }

    .main-msg {
        border-radius: 15px;
        margin-bottom: 80px;
    }

    .main-tx p {
        line-height: 1.9;
    }

    .policy-card-wrap {
        display: flex;
        justify-content: space-between;
    }

    .policy-card-wrap img {
        width: 32%;
        margin-bottom: 15px;
    }

    .contents {
        margin-bottom: 50px;
    }

    .contents h2 {
        font-size: 1.625rem;
        color: #D6024F;
        border-bottom: solid 4px #E9E5E1;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .contents p {
        margin-bottom: 20px;
    }

    #warranty h3{
        border-radius:10px;
        padding:0 20px 0 0;
        font-size:1.25rem;
        margin-top:40px;
    }
    
    #warranty h3 img{
        width:60px;
        border-top-left-radius:8px;
        border-bottom-left-radius:8px;
    }
    
    .process-title{
        display:block;
        position:absolute;
        top:50%;
        left:78px;
        margin-top:-12px;
    }
}


@media (min-width: 992px) {
    .main-img-wrap {
        margin-bottom: 24px;
    }

    .link-wrap a {
        width: 31%;
        justify-content: space-between;
        margin: 1%;
        text-align: center;
        font-size: 1.125rem;
    }

    .main-tx p {
        font-size: 1.125rem;
        margin-bottom: 35px;
    }

    .main-msg {
        padding: 38px 30px 20px;
        margin-bottom: 126px;
    }

    .produce-img {
        margin-bottom: 0;
        margin-top: -15px;
    }

    .link-wrap {
        margin: 0 auto 88px;
    }

    .link-bt {
        font-size: 1.125rem;
        padding: 18px;
    }

    .policy-card-wrap img {
        width: 31.5%;
        margin-bottom: 24px;
    }

    .contents {
        margin-bottom: 138px;
    }

    #food-safety.contents {
        margin-bottom: 115px;
    }

    .contents h2 {
        font-size: 2.25rem;
        padding-bottom: 15px;
        margin-bottom:18px;
    }

    .contents p {
        font-size: 1.313rem;
        margin-bottom: 30px;
    }

    .food-policy-wrap {
        font-size: 1.875rem;
        padding: 16px 18px;
    }

    .food-policy {
        font-size: 1.5rem;
    }

    .system-img{
        margin:10px 0 0;
    }

    .warranty-img{
        margin:10px 0 40px;
    }

    #warranty h3{
        border-radius:10px;
        padding:0 20px 0 0;
        font-size:2rem;
        margin-top:50px;
        margin-bottom:25px;
    }
    
    #warranty h3 img{
        width:120px;
        border-top-left-radius:16px;
        border-bottom-left-radius:16px;
    }
    
    .process-title{
        display:block;
        position:absolute;
        top:50%;
        left:145px;
        margin-top:-20px;
    }

    #warranty p{
    font-size:1.125rem;
    }

    #warranty h4{
        font-size:1.313rem;
    }

    #warranty p.warranty-large{
        font-size:1.25rem;
    }
    #warranty p.detail-tx {
        font-size: 1rem;
    }
    .note {
        font-size: 0.875rem;
        margin-top:-18px;
    }

    .detail-wrap .data-img{
        margin-bottom:40px;
    }
}

@media (min-width: 1200px) {
    .link-wrap a {
        width: 31%;
        justify-content: space-between;
        margin: 1%;
        text-align: center;
        font-size: 1.5rem;
    }

    .main-tx {

        width: 634px;
    }

    .policy-card-wrap img {
        width: 370px;
        margin-bottom: 24px;
    }

    .food-policy-wrap {
        font-size: 2.250rem;
    }
}