/*
 * award
 **/
/* .aw__main {
    position: relative;
    background-image: url("/img/award/main_pc.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 241px;
    margin-bottom: 20px;
}
.aw__main_sp {
    display: none;
}
.aw__main_text {
    width: 100%;
    position: absolute;
    bottom: 35px;
    color: #f44336;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
} */
.aw__cover {
    width: 100%;
    /* height: 241px; */
    margin-bottom: 20px;
}


.aw__tab {
    margin-bottom: 30px;
    border-bottom: 4px solid #fe6454;
}
.aw__tab ul {
    display: flex;
    justify-content: space-between;
}
.aw__tab ul li {
    margin-right: 15px;
    position: relative;
}
.aw__tab ul li.is_up::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    background-image: url(/img/award/icn_up.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -42px;
    right: -16px;
    z-index: 2;
}
.aw__tab ul li:last-child {
    margin-right: 0px;
}
.aw__tab ul li a {
    display: block;
    width: 228px;
    background-color: #fe6454;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.05px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    border: 4px solid #fe6454;
    position: relative;
}
.aw__tab ul li a::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: -8px;
    height: 8px;
    opacity: 0;
    left: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.aw__tab ul li a.is_active,
.aw__tab ul li a:hover {
    background-color: #fff;
    color: #fe6454;
}
.aw__tab ul li a.is_active::after,
.aw__tab ul li a:hover::after {
    opacity: 1;
}
.aw__tab ul li.disable {
    display: block;
    width: 228px;
    background-color: #ccc;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.05px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    border: 4px solid #ccc;
    position: relative;
}
.aw__req {
    margin-bottom: 50px;
}
.aw__req_ttl,
.aw__debut_ttl {
    color: #643211;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 121px;
    background-image: url('/img/award/bg_ttl.png?2');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.aw__req_ttl_2 {
    color: #fe6454;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}
.aw__req_ttl_2::after,
.aw__req_ttl_2::before {
    content: "";
    flex-grow: 1;
    height: 110px;
    display: block;
    background-repeat: no-repeat;
}
.aw__req_ttl_2:before {
    margin-right: .4em;
    background-image: url("../../img/award/bg_ttl2_left.png");
    background-position: right center;
}
.aw__req_ttl_2:after {
    margin-left: .4em;
    background-image: url("../../img/award/bg_ttl2_right.png");
    background-position: left center;
}
.aw__req_ttl_3 {
    color: #444;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    text-align: center;
    margin-bottom: 40px;
}
.aw__req_text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}
.aw__req_text strong {
    color: #ff240d;
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #fffeb1 50%, #fffeb1 80%, transparent 80%);
}
.aw__sub_ttl {
    color: #643211;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.aw__sub_ttl_2 {
    color: #643211;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}
.aw__req_data {
    display: flex;
    flex-wrap: wrap;
}
.aw__req_data dt {
    width: 22%;
    text-align: right;
    padding-right: 30px;
    font-weight: bold;
    background-image: url("/img/award/icn_star_mini.png");
    background-position: top 2px right;
    background-repeat: no-repeat;
    font-size: 18px;
}
.aw__req_data dd {
    width: 78%;
    margin-bottom: 40px;
    padding-left: 10px;
    font-size: 18px;
}
.aw__req_data dd small {
    font-size: 12px;
}
.aw__form_btn {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.aw__form_btn_active a {
    width: 50%;
    margin: 40px auto;
    /* margin: 0 auto; */
    padding: 20px 10px;
    background-color: #fe6454;
    text-align: center;
    border-radius: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 3px solid #fe6454;
}
.aw__form_btn_active a:hover {
    background-color: #fff;
    color: #fe6454;
}
.aw__debut {
    margin-bottom: 50px;
}
.aw__debut_text {
    margin-top: 10px;
    text-align: center;
}
.aw__debut_box {
    position: relative;
    margin: 0 20px 50px 20px;
}
.aw__debut_box::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/img/award/bg_stripe1.png);
    transform: skew( calc((90deg - 90deg) / 2), calc((90deg - 85deg) / 2));
    /* calc((90deg - 欲しい角度) / 2) */
}
.aw__debut_box_2::after {
    background-image: url(/img/award/bg_stripe2.png);
}
.aw__debut_box_inn {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 20px 30px;
}
.aw__debut_box_2 .aw__debut_box_inn {
    flex-direction: row-reverse;
}
.aw__debut_book {
    width: 260px;
}
.aw__debut_book img {
    transform: rotate(-2deg);
    width: 90%;
    box-shadow: 0 0 5px 3px #fff;
    margin-top: 10px;
}
.aw__debut_box_2 .aw__debut_book img {
    transform: rotate(2deg);
}
.aw__debut_data {
    width: 600px;
    padding-left: 20px;
}
.aw__debut_box_2 .aw__debut_data {
    padding-left: 0;
    padding-right: 20px;
}
.aw__debut_series {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -0.8rem;
    margin-left: -0.8rem;
}
.aw__debut_name {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
}
.aw__debut_name small {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
}
.aw__debut_pic {
    display: inline-block;
    background-color: #ff6656;
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 0.2rem;
    border-radius: 5px;
    margin-bottom: 40px;
}
.aw__debut_interview dt {
    color: #ff6656;
    font-weight: bold;
    font-size: 16px;
    padding-left: 30px;
    background-image: url("/img/award/icn_star_mini.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
}
.aw__debut_interview dd {
    color: #333333;
    font-size: 16px;
    margin-bottom: 40px;
}
.aw__debut_interview dd:last-child {
    margin-bottom: 0px;
}
.aw__advice {
    margin-bottom: 50px;
}
.aw__advice_box {
    background-image: url(../../img/common/hr1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.aw__advice_box:last-child {
    background-image: none;
    margin-bottom: 0;
}
.aw__advice_ttl {
    margin-bottom: 20px;
}
.aw__advice_ttl_inn {
    display: flex;
    margin: 0 96px;
}
.aw__advice_ttl_icn {
    margin-right: 10px;
}
.aw__advice_ttl_text {
    background-image: url("/img/award/bg_fukidashi.png");
    background-repeat: no-repeat;
    width: 579px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Rounded Mplus 1c';
    color: #fe6454;
    padding-left: 10px;
}
.aw__advice_from {
    margin-right: 96px;
    text-align: right;
    font-weight: bold;
    color: #666;
}
.aw__advice_text {
    margin: 0 50px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 1.9;
}
.aw__advice_text strong {
    color: #ff240d;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #fffeb1 50%, #fffeb1 80%, transparent 80%);
}
.aw__method_tab {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 10px auto;
    position: relative;
    border-bottom: 4px solid #fe6454;
}
.aw__method_tab_item {
    width: 49%;
    background-color: #fe6454;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    border: 4px solid #fe6454;
    position: relative;
    cursor: pointer;
}
.aw__method_tab_item:hover,
.aw__method_tab_active {
    background-color: #fff;
    color: #fe6454;
    position: relative;
    border-bottom: none;
}
.aw__method_tab_item:hover::after,
.aw__method_tab_active::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: -8px;
    height: 8px;
    left: 0;
}
.aw_method_content {
    width: 80%;
    margin: 0 auto;
}
.aw_method_text {
    /* font-size: 14px; */
    margin-bottom: 20px;
}
.aw__method_content_list {
    padding: 0 20px 0 40px;
}
.aw__method_content_list > li {
    text-indent: -28px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.aw__method_content_list > li:first-letter {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.aw_oubo_koumoku {
    padding:10px 0 10px 30px;
    list-style-type: disc;
}
.aw_oubo_koumoku > li {
    margin-bottom: 5px;
    padding-left:30px;
}
.aw__method_content_memo {
    font-size: 13px;
}
.aw__method_content_period {
    margin: 10px 10px;
    border: 2px solid #ff0000;
    text-align: center;
    color: #ff0000;
    padding: 10px;
    font-weight: bold;
}
.aw__method_content_to {
    background-color: #fffeee;
    padding: 20px;
    margin: 0 10px;
}
.aw__caution_list {
    width: 80%;
    margin: 0 auto;
    padding-left: 16px;
}
.aw__caution_list li {
    text-indent: -16px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.aw__faq_list {
    width: 80%;
    margin: 0 auto;
    padding-left: 22px;
}
.aw__faq_list li {
    text-indent: -22px;
    line-height: 1.4;
}
.aw__faq_list li:first-letter {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.aw__faq_list_q {
    margin-bottom: 10px;
}
.aw__faq_list_q:first-letter {
    color: #DD3134;
}
.aw__faq_list_a {
    margin-bottom: 20px;
}
.aw__faq_list_a:first-letter {
    color: #2B24DB;
}
.main_v {
    margin-bottom: 20px;
}

/* h3 */
h3 {
    color: #643211;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    display: flex;
    align-items: center;
    height: 110px;
    margin-top: 10px;
}
h3:before,
h3:after {
    content: "";
    flex-grow: 1;
    height: 110px;
    display: block;
    background-repeat: no-repeat;
}
h3:before {
    margin-right: .4em;
    background-image: url("../../img/award/ttl_l.png?2");
    background-position: right center;
}
h3:after {
    margin-left: .4em;
    background-image: url("../../img/award/ttl_r.png?2");
    background-position: left center;
}
h4 {
    color: #ff3000;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    margin-bottom: 30px;
}
h4.criticism_ttl {
    margin-top: 40px;
    font-size: 30px;
    color: #478b39;
}
p.criticism_txt {
    margin-bottom: 40px;
}
.award_result,
.award_box {
    background-image: url(../../img/common/hr1.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
}
.result_item {
    background-image: url(../../img/common/hr2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.result_item .item_count {
    width: 155px;
    height: 113px;
    background-image: url(../../img/award/star.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    color: #fff;
    padding-top: 60px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
}
.result_item .item_btn {
    width: 380px;
    margin-right: 10px;
    position: relative;
}
.result_item .item_btn a:after {
    position: absolute;
    right: 20px;
    content: '\f0a9';
    font-family: "fontello";
    font-size: 22px;
    line-height: 22px;
}
.award_detail h3 {
    height: 113px;
    background-image: url(../../img/award/star.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    color: #fff;
    padding-top: 40px;
    font-size: 22px;
    text-align: center;
    background-position: center;
    margin-bottom: 20px;
}
.award_detail h3:before {
    margin-right: 4.5em;
}
.award_detail h3:after {
    margin-left: 4.5em;
}
.award_detail h5 {
    height: 113px;
    background-image: url(../../img/award/ribbon_nyan.png);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    color: #fff;
    padding-top: 30px;
    font-size: 30px;
    text-align: center;
    background-position: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.award_detail .read_wrap {
    width: 80%;
    margin-right:auto;
    margin-left:auto;
}
.award_detail .read {
    font-size: 16px;
    margin-bottom: 10px;
}
.award_detail .read_2 {
	font-size: 16px;
	margin-bottom: 1em;
}
.award_detail .award_article .award_article_title {
    height: 119px;
    background-image: url(../../img/award/medal.png);
    background-repeat: no-repeat;
    padding: 15px 0 0 120px;
    background-position: left top;
    margin-bottom: 20px;
}
.award_detail .award_article .award_article_title_1 {
    color: #ff4b21;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    font-size: 30px;
}
.award_detail .award_article .award_article_title_2 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.award_detail .award_article .award_article_title_2 span {
    font-size: 16px;
}
.award_detail .award_article .award_article_title_3 {
    color: #ff4b21;
    font-weight: bold;
    font-family: 'Rounded Mplus 1c';
    font-size: 30px;
    text-align: center;
}
.award_detail .award_article_body {
    display: flex;
    margin-bottom: 50px
}
.award_detail .award_article_body .award_article_image {
    min-width: 255px;
    margin-right: 20px;
}
.award_detail .award_article_body .award_article_image img {
    border-radius: 20px;
}
.award_detail .award_article_body .award_article_text_1 {
    color: #ff4b21;
    font-size: 18px;
    font-weight: bold;
    margin-left: -0.5em;
}
.award_detail .award_article_body .award_article_text_2 {
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 20px;
}
.award_detail .award_article_text_1-b {
    color: #478b39;
    font-size: 18px;
    font-weight: bold;
    margin-left: -0.5em;
    margin-top: -20px;
}
.award_detail .award_article_text_2-b {
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 60px;
}
.award_detail h6 {
    color: #643211;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.award_detail p {
    font-size: 14px;
    line-height: 1.8em;
}
.award_detail .img_tc {
    text-align: center;
    margin-bottom: 10px;
}
.award_detail .sensei_box {
    margin-top: 50px;
}
.award_detail .sensei_box dt {
    margin-top: 20px;
}
.award_detail .sensei_box_inn:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.award_detail .sensei_box_inn {
    display: flex;
    margin-bottom: 50px;
    padding: 0 50px;
}
.award_detail .sensei_box_inn .imgbox {
    min-width: 25%;
    margin-right: 20px
}
.award_detail .sensei_box_inn:nth-child(2n) .imgbox {
    margin-left: 20px;
    margin-right: 0;
}
.award_detail .sensei_box_inn .imgbox span {
    font-size: 12px;
    margin: 16px auto;
    display: block;
}
.award_detail .sensei_read {
    color: #48bd35;
    font-weight: bold;
    font-size: 24px;
}
.award_detail .from_editorial {
    border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
    border: 2px dashed #c3c3c3;
    padding: 20px;
    background-color: #f6f9f6;
    margin-bottom: 50px;
}
.award_detail .from_editorial h6:nth-of-type(2) {
    margin-top: 30px;
}
.award_detail .from_editorial .img_wrap {
    max-width: 650px;
    margin: 20px auto;
}
.award_detail .from_editorial .talk {
    border-bottom: 2px dashed #c3c3c3;
    margin-bottom: 60px;
}
.award_detail .from_editorial .talk:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.award_detail .from_editorial .talk h7 {
    font-size: 18px;
    font-weight: bold;
    color: #fe6454;
}
.award_detail .from_editorial .talk p {
    margin: 20px 0;
    color: #333;
    font-weight: bold;
}
.award_detail .from_editorial .talk p span {
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
.award_detail .from_editorial dl:after {
    content: "";
    display: block;
    clear: both;
}
.award_detail .from_editorial dl {
    line-height: 2.4rem;
    font-size: 14px;
}
.award_detail .from_editorial dt {
    float: left;
    width: 7%;
    margin-top: 25px;
    font-weight: bold;
    color: #643211;
}
.award_detail .from_editorial dd {
    float: left;
    width: 93%;
    margin-top: 25px;
    color: #333;
}
.award_detail .from_editorial.ratio_9-1 dd {
    width: 91%;
}
.award_detail .from_editorial.ratio_9-1 dt {
    width: 9%;
}
.award_detail .from_editorial dt:last-of-type,
.award_detail .from_editorial dd:last-of-type {
    margin-bottom: 60px;
}
.award_detail .from_editorial dt.col_1 {
    color: #fe1100;
}
.award_detail .from_editorial dt.col_2 {
    color: #67c3d7;
}
.award_detail .from_editorial dt.col_3 {
    color: #26b303;
}
.award_detail .from_editorial dt.col_4 {
    color: #ff6000;
}
.award_detail .from_editorial dt.col_5 {
    color: #0754fb;
}
.award_detail .from_editorial dt.col_6 {
    color: #c61af1;
}
.award_detail .from_editorial dt.col_7 {
    color: #dbde2f;
}
.award_detail .from_editorial dt.col_8 {
    color: #03c57b;
}
.award_detail .from_editorial dt.col_9 {
    color: #f855c2;
}
.award_detail .award_table_hl {
    color: #643211;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.award_detail p.award_table_h {
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 60px;
}
.award_detail .award_table_small {
    font-size: 10px;
    text-align: right;
}

.award_detail table {
    width: 100%;
    margin-bottom: 30px;
}
.award_detail table tr {
    border-bottom: 1px solid #ccc;
}
.award_detail table th {
    text-align: center;
    background-color: #ff9000;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.award_detail table td {
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 50%;
}
.results_table .title-td {
	text-align: left;
}


.award_detail .award_illust_1 {
    width: 400px;
    margin: 0 auto 40px auto;
}

.award_detail .award_illust_2 .award_illust_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    justify-content: space-between;
    margin: 0 auto;
}

.award_detail .award_illust_2 .award_illust_wrap .award_illust_body_2 {
    margin-bottom: 30px;
}

.award_detail .award_illust_1 img,
.award_detail .award_illust_2 img {
    box-shadow: 3px 3px 0 #efb534;
}

.award_detail .text_name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.award_detail .text01 {
    color: #ff4b21;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.award_detail .award_illust_body_2 {
    width: 310px;
}

.award_detail .award_illust_sub {
    margin: 50px 105px 20px 105px;
    text-align: center;
}

.mt70_pc {
    margin-top: 70px;
}

.txt_ctr {
    text-align: center;
}

.award_08 .award_rejected {
    margin-top: 110px;
}

.award_08 .award_rejected dt {
    margin-bottom: 45px;
    position: relative;
}

.award_08 .award_rejected dt::after {
    content: "【選評】";
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 15px;
    color: #266d17;
}

@media screen and (max-width: 767px) {
    .aw__main {
        position: static;
        background-image: none;
        height: auto;
        padding-top: 10px;
    }
    .aw__main_sp {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .aw__main_text {
        position: static;
        text-align: center;
        font-size: 18px;
        display: block;
    }
    .aw__tab {
        margin-bottom: 30px;
        border-width: 2px;
    }
    .aw__tab ul li {
        width: calc(25% - 2px);
        margin-right: 2px;
    }
    .aw__tab ul li.is_up::after {
        width: 30px;
        height: 30px;
        top: -23px;
        right: -20px;
    }
    .aw__tab ul li a {
        width: 100%;
        height: 40px;
        font-size: 12px;
        line-height: 1.1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-width: 2px;
        padding-top: 5px;
    }

    .aw__form_btn_active a {
        width: 90%;
        margin: 20px auto;
    }

    .aw__req_ttl,
    .aw__debut_ttl {
        font-size: 16px;
        height: 80px;
        background-size: cover;
    }
    .aw__req_ttl_2 {
        font-size: 20px;
        text-align: center;
        height: 0;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .aw__req_ttl_2::after,
    .aw__req_ttl_2::before {
        height: 50px;
    }
    .aw__req_ttl_3 {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .aw__req_text {
        text-align: left;
        font-size: 14px;
    }
    .aw__req_text strong {
        font-size: 16px;
    }
    .aw__sub_ttl {
        font-size: 20px;
    }
    .aw__req_data dt {
        font-size: 12px;
        width: 25%;
        padding-top: 3px;
    }
    .aw__req_data dd {
        font-size: 12px;
        width: 75%;
        padding-top: 3px;
        margin-bottom: 15px;
    }
    .aw__debut_box {
        margin: 0 0 30px 0;
    }
    .aw__debut_box_inn {
        display: block;
        padding: 0;
    }
    .aw__debut_book {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .aw__debut_book img {
        width: 190px;
    }
    .aw__debut_data {
        padding: 0 10px 20px 10px;
        width: 100%;
    }
    .aw__debut_series {
        font-size: 14px;
    }
    .aw__debut_name {
        font-size: 24px;
    }
    .aw__debut_pic {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .aw__debut_interview dd {
        margin-bottom: 20px;
    }
    .aw__debut_interview dt,
    .aw__debut_interview dd {
        font-size: 13px;
    }
    .aw__debut_box_2 .aw__debut_data {
        padding: 0 10px 20px 10px;
    }
    .aw__advice {
        margin-bottom: 20px;
    }
    .aw__advice_ttl {
        margin-bottom: 5px;
    }
    .aw__advice_ttl_inn {
        margin: 0;
        display: block;
    }
    .aw__advice_ttl_icn {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .aw__advice_ttl_icn img {
        width: 100px;
    }
    .aw__advice_ttl_text {
        background-image: none;
        background-color: #fffeee;
        border: 4px solid #ff6656;
        border-radius: 10px;
        width: 100%;
        height: auto;
        font-size: 18px;
        text-align: center;
        padding: 10px;
    }
    .aw__advice_text {
        margin: 0 10px;
        font-size: 14px;
    }
    .aw__advice_from {
        margin-right: 0;
    }
    .aw__method_tab {
        width: 100%;
    }
    .aw__method_tab_item {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .aw_method_content {
        width: 100%;
        font-size: 14px;
    }
    .aw__sub_ttl_2 {
        font-size: 16px;
    }
    .aw__method_content_list {
        font-size: 14px;
    }
    .aw__form_btn {
        width: 100%;
    }
    .aw__method_content_period {
        margin: 10px 0;
    }
    .aw__method_content_to {
        padding: 10px;
        margin: 10px 0;
    }
    .aw__caution_list {
        font-size: 14px;
        width: 100%;
    }
    .aw__faq_list {
        font-size: 14px;
        width: 100%;
    }
    h3 {
        display: block;
        height: auto;
        text-align: center;
        font-size: 18px;
    }
    h3:before,
    h3:after {
        display: none;
    }
    .award_result {
        padding-top: 10px;
    }
    .result_item {
        padding: 10px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .result_item .item_count {
        width: 100%;
        height: 60px;
        background-position: center;
        background-size: contain;
        text-align: center;
        padding-top: 32px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .result_item .item_btn {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .award_detail h3 {
        padding-top: 60px;
    }
    h4 {
        font-size: 24px;
    }
    h4.criticism_ttl {
        font-size: 20px;
    }
    .award_detail h5 {
        /* font-size: 20px; */
        font-size:19px;
        padding-top: 35px;
    }
    .award_detail .award_article .award_article_title {
        padding: 0 0 0 60px;
        background-size: 50px 60px;
        height: auto;
        min-height: 60px;
    }
    .award_detail .award_article .award_article_title_1 {
        font-size: 24px;
        line-height: 1.4em;
        margin-bottom: 0.5em;
    }
    .award_detail .award_article .award_article_title_2 {
        font-size: 20px;
        line-height: 1em;
    }
    .award_detail .award_article_body {
        display: block;
    }
    .award_detail .award_article_body .award_article_image {
        text-align: center;
        margin-bottom: 1em;
        margin-right: 0;
    }
    .award_detail .sensei_box_inn {
        display: block;
        padding: 0;
    }
    .award_detail .sensei_box_inn .imgbox {
        text-align: center;
    }
    .award_detail .sensei_read {
        line-height: 1.4em;
        font-size: 20px;
    }
    .award_detail .award_table_hl {
        line-height: 1.4em;
    }
    .award_detail table th,
    .award_detail table td {
        font-size: 14px;
    }
    .award_detail .award_illust_1 {
        width: 100%;
    }
    .award_detail .award_illust_body_1 .award_illust_image {
        text-align: center;
    }
    .award_detail .award_illust_body_2 {
        width: auto;
    }
    .award_detail .award_illust_body_2 .award_illust_image {
        text-align: center;
    }
    .award_detail .award_illust_2 .award_illust_wrap {
        display: block;
        width: 100%;
    }
    .award_detail .award_illust_sub {
        margin: 20px 0 20px 0;
    }
    .mt70_pc {
        margin-top: 0;
    }
    .award_detail .from_editorial dt {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .award_detail .from_editorial dd {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 10px;
    }
    .award_detail .from_editorial.ratio_9-1 dd,
    .award_detail .from_editorial.ratio_9-1 dt {
        width: 100%;
    }
    .award_detail .from_editorial dt:last-of-type {
        margin-bottom: 0;
    }
    .award_detail .read_wrap {
        width: 100%;
    }

}