@charset "utf-8";
#yumenta article h1 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px 0;
}
#yumenta article h1:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../distribution/img/ttl_left.png") no-repeat left top;
    width: 32%;
    height: 100%;
    top: 0;
    left: 0;
}
#yumenta article h1:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../distribution/img/ttl_right.png") no-repeat right top;
    width: 32%;
    height: 100%;
    top: 0;
    right: 0;
}
#yumenta article h1 img {
    width: 30%;
    margin: 0 auto;
}
#yumenta article section {
    width: 900px;
    margin: 0 auto;
}
#yumenta article section dl {
    margin-bottom: 20px;
}
#yumenta article section dl dt {
    padding: 10px 0 10px 45px;
    border-radius: 5px 5px 0 0;
    background: url("../../distribution/img/icon.png") no-repeat left center;
    background-size: 25px;
    background-color: #ffb93e;
    background-position-x: 10px;
    font-size: 110%;
}
#yumenta article section dl dd {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    background-color: #ffebc9;
    line-height: 150%;
}

@media (max-width: 812px) {
#yumenta article {
    padding-left: 10px;
    padding-right: 10px;
}
#yumenta article h1 {
    width: 45%;    
    padding: 0 0 30px 0;
}
#yumenta article h1:before {
    content: none;
    display: none;
    position: static;
    background: none;
}
#yumenta article h1:after {
    content: none;
    display: none;
    position: static;
    background: none;
}
#yumenta article h1 img {
    width: 100%;
}
#yumenta article section {
    width: 100%;
}
#yumenta article > img {
    width: 100%;
    margin: 0 auto 30px auto;
}
}

@media (max-width: 480px) {
#yumenta article h1 {
    width: 65%;
    padding: 0 0 20px 0;
}
#yumenta article section dl dt {
    font-size: 100%;
}
#yumenta article section dl dd {
    font-size: 90%;
}
}
