@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("../../character/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("../../character/img/ttl_right.png") no-repeat right top;
    width: 32%;
    height: 100%;
    top: 0;
    right: 0;
}
#yumenta article h1 img {
    width: 35%;
    margin: 0 auto;
}
#yumenta article section {
    width: 1000px;
    margin: 0 auto;
}
/* 概要 */
#yumenta .ov {
    width: 900px;
    margin: 0 auto 70px auto;
    background: url("../../character/img/ov_stripe.png") repeat left top;
    border-radius: 20px;
    padding: 25px;
}
#yumenta .ov div {
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    position: relative;
}
#yumenta .ov div h2 {
    width: 70%;
    margin-bottom: 30px;
}
#yumenta .ov div p {
    width: 100%;
}
#yumenta .ov div:before {
    position: absolute;
    content: '';
    background: url(../../character/img/ov_chuckl.png) no-repeat right top / 100%;
    width: 220px;
    height: 220px;
    top: -50px;
    right: -50px;
}
#yumenta .ov div:after {
    position: absolute;
    content: '';
    background: url("../../character/img/ov_chuck.png") no-repeat left bottom / 100%;
    width: 230px;
    height: 80px;
    bottom: -65px;
    left: -50px;
}

/* ゆめんたプロフィール */
#yumenta article .y_wrap {
    margin-bottom: 80px;
}
#yumenta article .y_wrap h2 {
    width: 60%;
    margin: 0 auto;
    background: url("../../character/img/subtit_yumenta.png") no-repeat center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 2% 0 5%;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#yumenta article .y_wrap .y_profile_wrap {
    border: dashed #e95222 2px;
    border-radius: 20px;
    padding: 40px 20px;
    background: #ffeae3;
}
#yumenta article .y_wrap .y_profile_wrap img {
    width: 50%;
    float: left;
}
#yumenta article .y_wrap .y_profile_wrap div {
    width: 50%;
    float: left;
}
#yumenta article .y_wrap .y_profile_wrap div dl {
    margin: 0 auto 30px auto;
    width: 90%;
}
#yumenta article .y_wrap .y_profile_wrap div dl dt {
    background: #e95222;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0 10px 15px;
    position: relative;
}
#yumenta article .y_wrap .y_profile_wrap div dl dt:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background: #f3b805;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#yumenta article .y_wrap .y_profile_wrap div dl dd {
    padding: 0 0 3px 25px;
    font-size: 90%;
    background: url(../../character/img/check.png) no-repeat left top;
    background-size: 20px 20px;
    margin: 10px 0;
    line-height: 130%;
}

/* チャックルプロフィール */
#yumenta article .c_wrap h2 {
    width: 60%;
    margin: 0 auto;
    background: url("../../character/img/subtit_chuckl.png") no-repeat top center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding: 2% 0 5%;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#yumenta article .c_wrap .c_profile_wrap {
    border: dashed #19adff 2px;
    border-radius: 20px;
    padding: 40px 20px;
    background: #ebf8ff;
}
#yumenta article .c_wrap .c_profile_wrap img {
    width: 50%;
    float: right;
}
#yumenta article .c_wrap .c_profile_wrap div {
    width: 50%;
    float: right;
}
#yumenta article .c_wrap .c_profile_wrap div dl {
    margin: 0 auto 30px auto;
    width: 90%;
}
#yumenta article .c_wrap .c_profile_wrap div dl dt {
    background: #19adff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 0 10px 15px;
    position: relative;
}
#yumenta article .c_wrap .c_profile_wrap div dl dt:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 100%;
    background: #f3b805;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#yumenta article .c_wrap .c_profile_wrap div dl dd {
    padding: 2px 0 3px 25px;
    font-size: 90%;
    background: url(../../character/img/check.png) no-repeat left 0px;
    background-size: 20px;
    line-height: 120%;
    margin: 10px 0;
}





@media (max-width: 812px) {
#yumenta article {
    padding-left: 10px;
    padding-right: 10px;
}
#yumenta article h1 {
    width: 60%;
    padding: 0 0 35px 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 .ov {
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 15px;
}
#yumenta .ov div {
    padding: 15px 10px;
}
#yumenta .ov div:before {
    width: 130px;
    height: 130px;
    top: -40px;
    right: -15px;
}
#yumenta .ov div:after {
    width: 150px;
    height: 55px;
    bottom: -45px;
    left: -15px;
}
#yumenta .ov div h2 {
    margin-bottom: 20px;
}
/* ゆめんたプロフィール */
#yumenta article .y_wrap {
    margin-bottom: 50px;
}
#yumenta article .y_wrap h2 {
    width: 80%;
    padding: 3% 0 7%;
    font-size: 140%;
}
#yumenta article .y_wrap .y_profile_wrap {
    padding: 20px 10px;
}
#yumenta article .y_wrap .y_profile_wrap img {
    width: 80%;
    margin: 0 auto 20px auto;
    float: none;
}
#yumenta article .y_wrap .y_profile_wrap div {
    width: 100%;
    float: none;
}
/* チャックルプロフィール */
#yumenta article .c_wrap h2 {
    width: 80%;
    padding: 2.8% 0 7.2%;
    font-size: 140%;
}
#yumenta article .c_wrap .c_profile_wrap {
    padding: 20px 10px;
}
#yumenta article .c_wrap .c_profile_wrap img {
    width: 80%;
    margin: 0 auto 20px auto;
    float: none;
}
#yumenta article .c_wrap .c_profile_wrap div {
    width: 100%;
    float: none;
}

}

@media (max-width: 480px) {
#yumenta article h1 {
    width: 80%;
    padding: 0 0 35px 0;
}
#yumenta article h1 img {
    width: 100%;
}
#yumenta .ov {
    margin: 0 auto 40px auto;
}
#yumenta .ov div:before {
    width: 90px;
    height: 90px;
}
#yumenta .ov div:after {
    width: 100px;
    height: 36px;
    bottom: -30px;
}
#yumenta .ov div h2 {
    margin-bottom: 10px;
}

/* ゆめんたプロフィール */
#yumenta article .y_wrap h2 {
    font-size: 100%;
}
#yumenta article .y_wrap .y_profile_wrap img {
    width: 90%;
}
#yumenta article .y_wrap .y_profile_wrap div dl {
    width: 100%;
}
/* チャックルプロフィール */
#yumenta article .c_wrap h2 {
    font-size: 100%;
}
#yumenta article .c_wrap .c_profile_wrap img {
    width: 90%;
}
#yumenta article .c_wrap .c_profile_wrap div dl {
    width: 100%;
}
}
