@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("../../reply/img/ttl_left.png") no-repeat left top;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
}
#yumenta article h1:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../reply/img/ttl_right.png") no-repeat right top;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
}
#yumenta article h1 img {
    width: 20%;
    margin: 0 auto;
}
#yumenta article section {
    width: 1000px;
    margin: 0 auto 50px;
}
#yumenta article section .nurie_reply {
    width: calc(100% - 10px);
    position: relative;
    z-index: 0;
}
#yumenta article section .nurie_reply:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../reply/img/stripe.jpg") repeat left top;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    z-index: -1;
}
#yumenta article section .nurie_reply h2 {
    background: #ed1c24;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 25px;
    line-height: 150%;
    font-size: 140%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#yumenta article section .nurie_reply ul {
    padding: 15px 0 0 15px;
    background: #fff;
    border: solid 2px #ed1c24;
    border-radius: 0 0 20px 20px;
}
#yumenta article section .nurie_reply ul li {
    width: calc(969px / 3);
    float: left;
    margin: 0 0 5px 0;
    padding-right: 15px;
}
#yumenta article section .nurie_reply ul li a {
    display: block;
}
#yumenta article section .nurie_reply ul li a:focus { 
    outline:0;
}
#yumenta article section .nurie_reply ul li img {
    margin-bottom: 10px;
}
#yumenta article section .nurie_letter h3 {
    background: #FFFB00;
    width: 15%;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
#yumenta article section .nurie_letter p {
    font-size: 110%;
    line-height: 150%;
    padding-right: 15px;
}
#yumenta article section .nurie_letter {
    padding: 15px 0 15px 15px;
    background: #fff;
    border: solid 2px #ed1c24;
    border-radius: 0 0 20px 20px;
}
#yumenta article section .nurie_letter ul {
    padding: 0;
    border: none;
    margin-bottom: 10px;
}

/* リンク追加 */
#yumenta .notice {
    width: 900px;
    margin: 0 auto 70px auto;
    border: 15px #7bd0ff solid;
    border-radius: 30px;
    padding: 20px 40px 0px 40px;
}
#yumenta .notice dl {
    margin: 0 0 20px 0;
}
#yumenta .notice dl dt {
    width: 120px;
    float: left;
    margin-right: 20px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 2px 0;
    letter-spacing: 0.1em;
    line-height: 150%;
}
#yumenta .notice dl dd {
    width: 640px;
    float: left;
    padding: 2px 0;
    line-height: 150%;
}
#yumenta .notice dl dd a:hover {
    color: #ed1c24;
}

@media (max-width: 812px) {
#yumenta article {
    padding-left: 10px;
    padding-right: 10px;
}
#yumenta article h1 {
    width: 30%;
    padding: 0 0 20px 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 section .nurie_reply h2 {
    line-height: 140%;
    font-size: 120%;
}
#yumenta article > img {
    width: 100%;
    margin: 0 auto 30px auto;
}
#yumenta article section .nurie_reply {
    width: calc(100% - 10px);
    position: relative;
}
#yumenta article section .nurie_reply ul li {
    width: calc(100% / 2);
}
#yumenta article section .nurie_letter h3 {
    width: 25%;
    font-size: 100%;
}
#yumenta article section .nurie_letter p {
    font-size: 90%;
}

/* リンク追加 */
#yumenta .notice {
    width: 95%;
    margin: 0 auto 50px auto;
    padding: 10px 20px 0px 20px;
}
#yumenta .notice dl {
    margin: 0 0 10px 0;
}
#yumenta .notice dl dt {
    width: 30%;
    float: none;
    margin: 0 0;
    padding: 2px 0;
    line-height: 130%;
    font-size: 90%;
}
#yumenta .notice dl dd {
    width: 100%;
    float: none;
    padding: 2px 0;
    line-height: 130%;
    font-size: 90%;
}

}

@media (max-width: 480px) {
#yumenta article h1 {
    width: 50%;
    padding: 0 0 10px 0;
}
#yumenta article section .nurie_reply h2 {
    line-height: 140%;
    font-size: 90%;
    padding: 10px 10px;
}
#yumenta article section .nurie_reply ul li p {
    padding: 5px 5px;
    font-size: 60%;
    line-height: 110%;
}
#yumenta article section .nurie_letter h3 {
    width: 100%;
    font-size: 90%;
}
#yumenta article section .nurie_letter h3 {
    width: 95%;
}

/* リンク追加 */
#yumenta .notice {
    width: 95%;
    margin: 0 auto 35px auto;
    padding: 10px 10px 0px 10px;
    border: 10px #7bd0ff solid;
    border-radius: 15px;
}
#yumenta .notice dl dt {
    width: 45%;
    line-height: 120%;
    font-size: 85%;
}
#yumenta .notice dl dd {
    width: 100%;
    line-height: 120%;
    font-size: 85%;
}

}
