@media (max-width: 767px) {

    /*

    共通

    */

    .backBtn {
        width: 280px;
        margin: 15% auto;
    }

    .backBtn a {
        display: block;
        padding: 5% 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: #323232;
        text-align: center;
        border: 3px solid #323232;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
    }

    .letterBtn a {
        display: block;
        padding: 5% 0;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: #e60039;
        text-align: center;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
    }

    .backBtn.long a {
        padding: 3% 0;
    }


    /*  BEYOND AWARDトップ  */

    #movieCont {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #movieCont h2 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

    #movieCont h2 span {
        display: inline-block;
        padding: 0 0 2% 0;
        margin: 0 0 30px 0;
        border-bottom: 3px solid #1eaa42;
    }

    .movieContBox:nth-child(1) {
        padding: 0 0 30px 0;
        margin: 0 0 50px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .movieContBox.app,
    .movieContBox.confirm,
    .movieContBox.faq,
    .movieContBox.news,
    .movieContBox.award2017 {
        margin: 0 0 50px 0;
        padding: 0 0 60px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    #movieCont h3 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 30px 0;
    }

    .movieContBox.app li:first-child,
    .movieContBox.confirm li:first-child {
        margin-bottom: 16px;
    }

    .movieContBox .newsList {
        width: 100%;
        margin: 0 0 45px 0;
    }

    .movieContBox .newsList ul li:last-child {
        position: relative;
        z-index: 100;
        margin: -15px 0 0 0;
    }

    .movieContBox .newsList ul li:last-child dl dt {
        background: #f0f1f3;
        padding: 5px 0;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        width: 150px;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(2) {
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(3) {
        font-size: 14px;
        background: url(../images/award/movie_top/ico01.png) no-repeat 100% center;
        background-size: 8px 12px;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(3) span {
        background: url(../images/topics/ico_time.png) no-repeat 0 center;
        padding: 0 0 0 20px;
    }

    .topicsBtn {
        padding: 0 0 30px;
        text-align: center;
    }
    .topicsBtn a {
        display: block;
        padding: 0 10px;
        margin: 15px 60px;
        background: #323232;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        vertical-align: top;
        border-radius: 56px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
    }

    .loading {
        display: none;
        text-align: center;
    }
    .loading img {
        width: auto;
        max-width: 100%;
    }

    #awardDescription {
        margin: 30px 0 0 0;
    }

    #awardDescription dl dt {
        text-align: center;
        margin: 0 0 20px 0;
    }

    #awardDescription dl dd {
        font-size: 120%;
        line-height: 2;
        margin: 0 0 15px 0;
    }

    .awardCont03 h2 {
        margin: 0 0 20px 0;
    }

    .awardCont03 .awardContact dl {
        margin: 0 0 5px 0;
    }

    .awardCont03 .awardContact dt {
        font-weight: bold;
        font-size: 120%;
        line-height: 2;
    }

    .awardCont03 .awardContact dd {
        font-size: 120%;
        line-height: 2;
    }

    .movieContBox .mv {
        margin-bottom: 12%;
    }

    .aboutAward dl dt {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 30px 0;
    }

    .aboutAward dl dd {
        font-size: 110%;
        line-height: 2;
        margin: 0 0 15px 0;
    }

    .aboutAward dl dd br {
        display: none;
    }

    .letterAwardMap h4 {
        font-size: 130%;
        text-align: center;
        margin: 40px 0 20px 0;
        font-weight: bold;
    }
    .letterAwardMap ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .letterAwardMap ul li {
        width: 46%;
        text-align: center;
        margin: 0 2% 4% 2%;
    }
    .letterAwardMap ul li a {
        display: block;
        padding: 5% 0;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 110%;
    }
    .resultCont {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .resultPhoto {
        margin: 0 0 40px 0;
    }
    .resultPhoto li:first-child {
        margin-bottom: 10px;
    }
    .resultList {
        margin: 0 0 30px 0;
    }
    .resultList li {
        margin-bottom: 30px;
    }
    .resultList li img {
        margin-bottom: 10px;
    }
    .resultTochiji li:first-child {
        width: 70%;
        margin: 0 auto 20px auto;
    }


    /*

    エントリー確認画面 音楽パフォーマンス部門

    */

    #performanceCont {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #performanceCont h2 {
        font-size: 160%;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #performanceCont h2 span {
        display: inline-block;
        padding: 0 0 3% 0;
        margin: 0 0 25px 0;
        border-bottom: 5px solid #007bc7;
    }

    #performanceBox table {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    #performanceBox table thead {
        display:none;
    }

    #performanceBox table tbody td {
        padding: 5%;
        border: 1px solid #e5e5e5;
        font-size: 100%;
        display: block;
        border-bottom: none;
    }

    #performanceBox table tbody td:first-child {
        background: #eceff1;
    }

    #performanceBox table tbody td::before {
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }

    #performanceBox table tbody td p {
        padding-left: 9em;
    }

    #performanceBox table tbody td:last-child p {
        padding-left: 0;
    }

    #performanceBox table tbody td p a {
        width: 50%;
        display: block;
        text-align: center;
        padding: 5px 10px;
        margin: 0 auto;
        color: #fff;
        background: #333;
        font-size: 120%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #performanceBox table tbody td p a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #performanceCont h2 + p {
        font-size: 110%;
        font-weight: bold;
        text-align: center;
        background: #eceff1;
        padding: 8% 0;
        margin: 0 0 10% 0;
    }

    #performanceCont h2 + p + h3,
    #performanceDetail table + p + h3 {
        font-size: 140%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 5% 0;
    }

    #performanceDetail table {
        width: 100%;
        margin: 0 0 10% 0;
        border-bottom: 1px solid #e5e5e5;
    }

    #performanceDetail table, #performanceDetail tbody, #performanceDetail tr {
        display: block;
        width: 100%;
    }

    #performanceDetail table th {
        background: #eceff1;
        text-align: left;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;
        font-weight: bold;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        vertical-align: middle;
        display: block;
        float: left;
        width: 100%;
    }

    #performanceDetail table td {
        text-align: left;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        vertical-align: middle;
        display: block;
        float: left;
        width: 100%;
    }

    #performanceDetail table + p {
        border: 5px solid #ebebeb;
        padding: 7%;
        margin: 0 0 10% 0;
    }

    #performanceDetail table + p br {
        display: none;
    }

    #performanceDetail dl {
        margin: 0 0 3% 0;
        line-height: 1.6;
    }

    #performanceDetail dl dt {
        font-size: 110%;
        font-weight: bold;
        margin: 0 0 1% 0;
    }

    #performanceDetail dl dd {
        font-size: 110%;
    }

    #performanceDetail dl dd a {
        font-size: 110%;
    }


    /*

    エントリー確認画面 絵てがみパフォーマンス部門

    */

    #letterCont {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #letterCont h2 {
        font-size: 160%;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #letterCont h2 span {
        display: inline-block;
        padding: 0 0 3% 0;
        margin: 0 0 25px 0;
        border-bottom: 5px solid #e60039;
    }

    #letterBox table {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    #letterBox table thead {
        display:none;
    }

    #letterBox table tbody td {
        padding: 5%;
        border: 1px solid #e5e5e5;
        font-size: 100%;
        display: block;
        border-bottom: none;
    }

    #letterBox table tbody td:first-child {
        background: #eceff1;
    }

    #letterBox table tbody td::before {
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }

    #letterBox table tbody td p {
        padding-left: 9em;
    }

    #letterBox table tbody td:last-child p {
        padding-left: 0;
    }

    #letterBox table tbody td p a {
        width: 50%;
        display: block;
        text-align: center;
        padding: 5px 10px;
        margin: 0 auto;
        color: #fff;
        background: #333;
        font-size: 120%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #letterBox table tbody td p a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #letterCont h2 + p {
        font-size: 110%;
        font-weight: bold;
        text-align: center;
        background: #eceff1;
        padding: 8% 0;
        margin: 0 0 10% 0;
    }

    #letterCont h2 + p br {
        display: none;
    }

    #letterCont h2 + p + h3,
    #letterDetail table + #entryPrint + p + h3 {
        font-size: 140%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 5% 0;
    }

    #letterDetail table {
        width: 100%;
        margin: 0 0 10% 0;
        border-bottom: 1px solid #e5e5e5;
    }

    #letterDetail table, #letterDetail tbody, #letterDetail tr {
        display: block;
        width: 100%;
    }

    #letterDetail table th {
        background: #eceff1;
        text-align: left;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;
        font-weight: bold;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        vertical-align: middle;
        display: block;
        float: left;
        width: 100%;
    }

    #letterDetail table td {
        text-align: left;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        vertical-align: middle;
        display: block;
        float: left;
        width: 100%;
    }

    #letterDetail table + #entryPrint + p {
        border: 5px solid #ebebeb;
        padding: 7%;
        margin: 0 0 10% 0;
    }

    #letterDetail > dl {
        margin: 0 0 3% 0;
        line-height: 1.6;
    }

    #letterDetail > dl dt {
        font-size: 110%;
        font-weight: bold;
        margin: 0 0 1% 0;
    }

    #letterDetail > dl dd {
        font-size: 110%;
    }

    #letterDetail > dl dd a {
        font-size: 110%;
    }

    #entryPrint p.printBtn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #entryPrint p.printBtn a {
        display: block;
        padding: 5px 0;
        background: #e60039;
        color: #fff;
        font-size: 140%;
        font-weight: bold;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #entryPrint p.printBtn a span {
        background: url(/assets/images/award/2018/common/ico_print.png) no-repeat 0 center;
        background-size: 30px;
        display: inline-block;
        padding: 10px 0 10px 50px;
    }

    #entryPrint p.printBtn a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #entryPrint p.printBtn + p {
        margin: 5% 0 8% 0;
        color: #e60039;
        font-size: 120%;
    }

    #entryPrint dl {
        border: 5px solid #ebebeb;
        padding: 7%;
        margin: 0 0 10% 0;
    }

    #entryPrint dl dt {
        font-size: 140%;
        font-weight: bold;
        margin: 0 0 3% 0;
    }


    #entryPrint dl dd {
        font-size: 110%;
    }



    /*

    FAQ

    */

    #faqCont {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #faqCont h2 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }

    #faqCont h2 span {
        display: inline-block;
        padding: 0 0 3% 0;
        margin: 0 0 25px 0;
        border-bottom: 5px solid #1eaa42;
    }

    #faqCont h2 + p {
        font-size: 120%;
        margin: 0 0 25px 0;
    }

    #faqBox h3 {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 0 0 10px 0;
        margin: 0 0 5px 0;
    }

    .faqNav {
        margin: 0 0 50px 0;
    }

    .faqNav li {
        float: left;
        width: 49%;
        margin-bottom: 2%;
    }

    .faqNav li:nth-child(even) {
        margin-left: 2%;
    }

    .faqNav li a span {
        display: block;
        line-height: 1;
    }

    .faqNav li a {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        padding: 15px 0;
        background-color: #000;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 105%;
        font-weight: bold;
    }

    .faqNav li a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 6px;
        box-sizing: border-box;
        width: 7px;
        height: 10px;
        border: 5px solid transparent;
        border-left: 6px solid #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #faqBox > div {
        padding-top: 80px;
        margin-top: -80px;
        margin-bottom: 50px;
    }

    #faqBox > div ul li {
        width: 100%;
        position: relative;
        display: table;
        padding: 25px 0;
        font-size: 120%;
    }

    #faqBox > div ul li:nth-child(odd) {
        border-bottom: 1px solid #e0e0e0;
    }

    #faqBox > div ul li:nth-child(even) {
        border-bottom: 1px solid #666666;
    }

    #faqBox > div ul li p.icon {
        display: table-cell;
        width: 48px;
    }

    #faqBox > div ul li p.icon span {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 180%;
        font-weight: bold;
        color: #fff;
    }

    #faqBox > div ul li p.icon.question span {
        background-color: #fe0000;
    }

    #faqBox > div ul li p.txt {
        display: table-cell;
        vertical-align: middle;
        padding-left: 23px;
    }

    #faqBox > div ul li p.txt span {
        font-size: 90%;
    }

    #faqBox > div ul li p.icon {
        display: table-cell;
        width: 48px;
    }

    #faqBox > div ul li p.icon.ans span {
        background-color: #0078c8;
    }

    #faqBox > div ul li p.icon span {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    /*

    絵てがみ部門　選手紹介

    */

    #letterAthletesCont {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #letterAthletesCont h2 {
        margin: 0 0 10% 0;
    }

    #letterAthletesCont h2 + p {
        font-size: 120%;
        text-align: center;
        line-height: 2;
        margin: 0 0 15% 0;
    }

    #letterAthletesCont h2 + p rt {
        font-size: 60%;
    }

    #letterAthletesCont h3 {
        font-size: 160%;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        margin: 0 0 8% 0;
        letter-spacing: 0.05em;
    }

    #letterAthletesCont h3 rt {
        font-size: 40%;
        font-weight: normal;
    }

    #letterAthletesCont ul {
        margin: 0 0 40px 0;
    }

    #letterAthletesCont ul li {
        margin: 0 0 5% 0;
    }


    /*  TOPweb投票追加分  */

    .letterAward {
        padding: 0 0 50px 0;
        margin: 0 0 50px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .webVote {
        border: 3px solid #e60039;
        padding: 0 5% 5% 5%;
        margin: 0 0 50px 0;
        position: relative;
    }
    .webVote h4 {
        width: 300px;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        padding: 12px 0;
        border-radius: 50px;
        position: absolute;
        top: -30px;
        left: calc(50% - 150px);
    }
    .webVote h4 + p {
        text-align: center;
        font-size: 100%;
        padding: 40px 0 0 0;
        margin: 0 0 20px 0;
    }
    .webVote h4 + p + p {
        text-align: center;
        font-size: 100%;
        margin: 0 0 20px 0;
    }
    .webVote h4 + p + p + p {
        text-align: center;
        font-size: 130%;
        font-weight: bold;
    }

    .letterAwardLink {
        margin: 0 0 40px 0;
    }
    .performanceAwardLink {
        margin: 40px 0 0 0;
    }
    .letterAwardLink dl dt {
        width: 80%;
        margin: 0 auto 30px auto;
    }
    .performanceAwardLink dl dt {
        width: 95%;
        margin: 0 auto 30px auto;
    }
    .letterAwardLink dl dt img,
    .performanceAwardLink dl dt img {
        width: 100%;
    }
    .letterAwardLink dl dd,
    .performanceAwardLink dl dd {
        text-align: center;
    }
    .letterAwardMap dl:first-child {
        margin: 0 0 30px 0;
    }
    .letterAwardMap dl:first-child dt {
        font-size: 130%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .letterAwardMap dl:first-child dd {
        font-size: 110%;
        text-align: center;
    }
    .letterAwardMap dl:first-child dd span {
        font-size: 130%;
        font-weight: bold;
    }
    .letterAwardMap dl:nth-child(2) dt {
        font-size: 130%;
        text-align: center;
        margin: 0 0 10px 0;
        font-weight: bold;
    }

    /*  投票画面  */

    .letterTitle {
        margin: 0 0 30px 0;
    }
    .letterTitle span {
        display: inline-block;
        border-bottom: 5px solid #e6053a;
        padding: 0 0 5px 0;
    }
    .letterTitle.blue span {
        border-bottom: 5px solid #0079ca;
    }

    .letterTitle + h4,
    .letterTitle + div + h4,
    .letterTitle + p + h4 {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 50px 0;
    }
    .tab li {
        background: #fcd8da;
        padding: 15px 0;
        margin: 0 0 4% 2%;
        width: 32%;
        text-align: center;
        cursor: pointer;
        font-size: 85%;
    }
    .tab li:nth-child(3n+1) {
        margin-left: 0;
    }
    .tab li.active {
        background: #e6053a;
        color: #fff;
    }

    .area > div {
        display: none;
    }
    .area > div.show {
        display: block;
    }

    .heartIcon {
        display: flex;
        justify-content: left;
        margin: 0 0 6% 0 !important;
    }
    .heartIcon p {
        width: 130
        px !important;
        margin: 0 !important;
        font-size: 14px !important;
    }
    .heartIcon .icon {
        position: relative;
        top: -5px;
    }

    #heart01 {position:relative;}
    #heart01:before, #heart01:after {position:absolute;content:"";left:13px; top:0;width:13px;height:22px;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;}
    #heart01:after {left:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin :100% 100%;}

    .red #heart01:before, .red #heart01:after {
        background-color: #f5001d;
    }
    .yellow #heart01:before, .yellow #heart01:after {
        background-color: #f8c219;
    }
    .green #heart01:before, .green #heart01:after {
        background-color: #2eb34f;
    }
    .blue #heart01:before, .blue #heart01:after {
        background-color: #42aeef;
    }

    .performanceList dl dt span {
        font-size: 90%;
        display: block;
    }

    .performanceText {
        margin: 0 0 50px 0;
    }
    .performanceText dl dt {
        font-weight: bold;
        font-size: 110%;
        margin: 0 0 5px 0;
    }
    .performanceText dl dd {
        font-size: 100%;
        line-height: 1.8;
        margin: 0 0 15px 0;
    }

    #movieListCont h3 span {
        line-height: 1.4;
    }
    #movieListCont h3 em {
        font-size: 70%;
        display: block;
    }
.awardLetterList,
.awardPerformanceList {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #eee;
}
.awardLetterList h5,
.awardPerformanceList h5 {
	margin: 0 auto 20px auto;
	width: 60%;
}
.awardLetterList h5 img,
.awardPerformanceList h5 img {
	width: 100%;
}
.awardLetterList.gold h5 + p,
.awardPerformanceList.gold h5 + p {
	margin: 0 auto 30px auto;
}
.awardLetterList.other h5 + p,
.awardLetterList.other02 .line02 > div p,
.awardPerformanceList.other h5 + p,
.awardPerformanceList.other02 .line02 > div p {
	margin: 0 auto 30px auto;
}
.awardLetterList h5 + p img,
.awardLetterList.other02 .line02 > div img {
	width: 100%;
	border: 3px solid #dd0021;
}
.awardPerformanceList h5 + p img,
.awardPerformanceList.other02 .line02 > div img {
	width: 100%;
	border: 3px solid #0079ca;
}
.awardLetterList dl,
.awardPerformanceList dl {
	text-align: center;
}
.awardLetterList dl dt span {
	background: #dd0021;
	display: inline-block;
    margin: 0 auto 10px auto;
    padding: 3px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.awardPerformanceList dl dt span {
	background: #0079ca;
	display: inline-block;
    margin: 0 auto 10px auto;
    padding: 3px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
    .awardLetterList dl dd + dt,
    .awardPerformanceList dl dd + dt {
        font-size: 110%;
        margin: 0 0 10px 0;
    }
    .awardLetterList dl dd,
    .awardPerformanceList dl dd {
        font-size: 140%;
        margin: 0 0 20px 0;
    }
    .awardLetterList .backBtn,
    .awardPerformanceList .backBtn {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    .awardLetterList .backBtn a,
    .awardPerformanceList .backBtn a {
        padding: 4% 0 !important;
    }
    .awardLetterList .line02 > div:first-child,
    .awardPerformanceList .line02 > div:first-child {
        margin: 0 0 40px 0;
}

    .bronze {
        margin-top: 40px !important;
    }


    /*  作品詳細  */

    #letterAwardDetail {
        width: 90%;
        margin: 0 auto 65px auto;
    }

    #letterAwardDetail h2 {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin: 0 0 30px 0;
    }

    #letterAwardDetail h2 span {
        display: block;
        width: 135px;
        margin: 0 auto 10px auto;
        padding: 3px 0;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 80%;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
    }
    #letterAwardDetail h2 span.blue {
        background: #0079ca;
    }

    #letterAwardDetail h2 small.entryNo{
        font-size: 60%;
        display: block;
        margin-bottom: 5px;
    }

    .work {
        width: 100%;
        height: auto;
        border: 5px solid #e60039;
        box-sizing: border-box;
    }
    .work.blue {
        border: 5px solid #0079ca;
    }
    .work img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .snsList {
        margin: 20px 0 30px 0;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .snsList .snsListItem {
        margin-right: 10px;
    }

    .snsList .snsListItem span{
        vertical-align: top !important;
    }

    #letterAwardDetail dl {
        margin: 0 0 30px 0;
        text-align: center;
        font-weight: bold;
    }
    #letterAwardDetail dl dt {
        font-size: 120%;
        color: #777;
        margin: 0 0 5px 0;
    }
    #letterAwardDetail dl dd {
        font-size: 150%;
    }
    #letterAwardDetail dl dd.text {
        font-size: 110%;
    }

    .heartAbout {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto 40px auto;
        border: 3px solid #e1e4e5;
        text-align: center;
    }
    .heartAbout dl {
        margin: 0 0 30px 0;
    }
    .heartAbout dl dt {
        font-size: 130%;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .heartAbout dl dd {
        font-size: 100%;
    }
    .heartAbout dl + ul {
        display: flex;
        justify-content: center;
        height: 60px;
    }
    .heartAbout dl + ul li {
        margin: 0 12px;
        width: 40px;
    }

    .heartAbout dl + ul li #heart01 {position:relative;}
    .heartAbout dl + ul li #heart01:before, .heartAbout dl + ul li #heart01:after {position:absolute;content:"";left:21px; top:0;width:21px;height:34px;-moz-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;}
    .heartAbout dl + ul li #heart01:after {left:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin :100% 100%;}

    .heartAbout dl + ul + ul {
        display: flex;
        justify-content: center;
        font-size: 120%;
    }
    .heartAbout dl + ul + ul li {
        margin: 0 9px;
    }
    .awardBadge {
        width: 65%;
        margin: 0 auto 30px auto;
    }

}

@media (min-width: 768px) {

    /*

    共通

    */

    .backBtn {
        margin: 95px 0 0 0;
    }

    .backBtn a {
        text-align: center;
        width: 400px;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        background: #323232;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        padding: 15px 0;
        margin: 0 auto;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .letterBtn a {
        text-align: center;
        width: 400px;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        background: #e60039;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        padding: 15px 0;
        margin: 0 auto;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .backBtn.long a {
        width: 500px !important;
    }

    .backBtn.long a br,
    .letterBtn a br {
        display: none;
    }

    .backBtn a:hover,
    .letterBtn a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }


    /*  BEYOND AWARDトップ  */

    #movieCont {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #movieCont h2 {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

    #movieCont h2 span {
        display: inline-block;
        padding: 0 0 15px 0;
        margin: 0 0 40px 0;
        border-bottom: 5px solid #1eaa42;
    }

    .movieContBox:nth-child(1) {
        margin: 0 0 60px 0;
    }

    .movieContBox.app,
    .movieContBox.confirm,
    .movieContBox.faq,
    .movieContBox.news,
    .movieContBox.award2017 {
        margin: 0 0 80px 0;
        padding: 0 0 100px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .movieContBox.app img,
    .movieContBox.confirm img,
    .movieContBox.faq img,
    .movieContBox.award2017 img {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .movieContBox.app img:hover,
    .movieContBox.confirm img:hover,
    .movieContBox.faq img:hover,
    .movieContBox.award2017 img:hover {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.5;
    }

    .movieContBox.confirm ul li:last-child {
        margin-left: 10px;
    }

    .movieContBox.faq p {
        text-align: center;
    }

    #movieCont h3 {
        margin: 0 0 40px 0;
        font-size: 200%;
        font-weight: bold;
        text-align: center;
    }

    .movieContBox ul li {
        float: left;
    }

    .movieContBox:nth-child(2) ul li img {
        width: 472px;
    }

    .movieContBox .newsList {
        width: 470px;
        background: #f0f2f4;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        float: left;
        margin: 0 0 20px 20px;
    }

    .movieContBox .newsList:nth-child(odd) {
        margin-left: 0;
    }

    .movieContBox .newsList ul li:first-child {
        float: left;
    }

    .movieContBox .newsList ul li:first-child img {
        width: 180px;
    }

    .newsList > a {
        display: table;
        width: 100%;
        border: 1px solid #e8ebec;
        background-color: #fff;
    }

    .newsList > a:hover {
        -webkit-transform: translate(-5px,-5px);
        -moz-transform: translate(-5px,-5px);
        -ms-transform: translate(-5px,-5px);
        -o-transform: translate(-5px,-5px);
        transform: translate(-5px,-5px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .movieContBox .newsList ul li:last-child {
        float: right;
        width: 265px;
        margin: 0 10px 0 0;
        padding: 10px;
    }

    .movieContBox .newsList ul li:last-child dl dt {
        background: #f0f1f3;
        padding: 5px 0;
        margin: 0 0 10px 0;
        font-size: 100%;
        font-weight: bold;
        text-align: center;
        width: 150px;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(2) {
        font-weight: bold;
        font-size: 120%;
        margin: 0 0 5px 0;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(3) {
        font-size: 90%;
        background: url(../images/award/movie_top/ico01.png) no-repeat 100% center;
        background-size: 8px 12px;
    }

    .movieContBox .newsList ul li:last-child dl dd:nth-child(3) span {
        background: url(../images/topics/ico_time.png) no-repeat 0 center;
        padding: 0 0 0 20px;
    }

    .topicsBtn {
        padding: 0 0 0 0;
        text-align: center;
    }
    .topicsBtn a {
        display: inline-block;
        padding: 0 10px;
        min-width: 360px;
        background: #323232;
        line-height: 56px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 120%;
        font-weight: bold;
        vertical-align: top;
        -webkit-transition: 200ms all;
        transition: 200ms all;
        opacity: 1;
        border-radius: 56px;
        -webkit-border-radius: 56px;
        -moz-border-radius: 56px;
        margin: 15px 0;
    }
    .topicsBtn a:hover {
        opacity: 0.6;
    }

    .loading {
        text-align: center;
        margin: 20px 0;
        display: none;
    }

    .awardCont03 h2 {
        margin: 0 0 40px 0;
    }

    .awardCont03 .awardContact dl {
        margin: 0 0 5px 0;
    }

    .awardCont03 .awardContact dt {
        float: left;
        width: 140px;
        font-weight: bold;
        font-size: 120%;
        line-height: 2;
    }

    .awardCont03 .awardContact dd {
        float: left;
        font-size: 120%;
        line-height: 2;
    }

    .movieContBox .mv {
        margin-bottom: 100px;
    }

    .awardTopMv {
        width: 800px;
        margin: 0 auto 30px auto !important;
    }

    .awardTopMv img {
        width: 100%;
    }
    .aboutAward dl dt {
        margin: 0 0 20px 0;
        font-size: 200%;
        font-weight: bold;
        text-align: center;
    }

    .aboutAward dl dd {
        font-size: 120%;
        line-height: 2;
        margin: 0 0 15px 0;
    }

    .letterAwardMap h4 {
        margin: 50px 0 30px 0;
        font-size: 150%;
        text-align: center;
        font-weight: bold;
    }
    .letterAwardMap ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .letterAwardMap ul li {
        width: 250px;
        text-align: center;
        margin: 0 10px 20px 10px;
    }
    .letterAwardMap ul li a {
        display: block;
        padding: 20px 0;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        transition: all 0.5s;
    }
    .letterAwardMap ul li a:hover {
        text-decoration: none;
        transition: all 0.5s;
        opacity: 0.5;
    }
    .performanceAwardLink {
        margin: 80px 0 0 0 !important;
    }
    .resultCont {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .resultPhoto {
        display: flex;
        justify-content: space-between;
        margin: 0 0 50px 0;
    }
    .resultPhoto li {
        width: 465px;
    }
    .resultPhoto li:last-child {
        margin-right: 5px;
    } 
    .resultPhoto li img {
        width: 100%;
    }
    .resultList {
        display: flex;
        justify-content: space-between;
    }
    .resultList li {
        width: 470px;
    }
    .resultList li img {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .resultList li a,
    .resultTochiji a {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .resultList li a:hover,
    .resultTochiji a:hover {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0.5;
    }
    .resultTochiji {
        width: 476px;
        margin: 50px auto 0 auto;
    }
    .resultTochiji li:first-child {
        text-align: center;
        margin: 0 0 20px 0;
    }

    /*

    エントリー確認画面 音楽パフォーマンス部門

    */

    #performanceCont {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #performanceCont h2 {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

    #performanceCont h2 span {
        display: inline-block;
        padding: 0 0 12px 0;
        margin: 0 0 50px 0;
        border-bottom: 5px solid #007bc7;
    }

    #performanceCont h2 br {
        display: none;
    }

    #performanceBox table {
        width: 100%;
    }

    #performanceBox table thead th {
        background: #eceff1;
        padding: 25px 0;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-weight: bold;
        font-size: 120%;
    }

    #performanceBox table tbody td {
        padding: 25px 20px;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-size: 120%;
    }

    #performanceBox table tbody td:last-child {
        width: 150px;
        box-sizing: border-box;
    }

    #performanceBox table tbody td p a {
        width: 100%;
        display: block;
        padding: 5px 10px;
        color: #fff;
        background: #333;
        font-size: 110%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #performanceBox table tbody td p a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #performanceCont h2 + p {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background: #eceff1;
        padding: 60px 0;
        margin: 0 0 50px 0;
    }

    #performanceCont h2 + p br {
        display: none;
    }

    #performanceCont h2 + p + h3,
    #performanceDetail table + p + h3 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 50px 0;
    }

    #performanceDetail table {
        width: 100%;
        margin: 0 0 100px 0;
    }

    #performanceDetail table th {
        width: 290px;
        background: #eceff1;
        text-align: left;
        padding: 25px 20px;
        box-sizing: border-box;
        font-size: 110%;
        font-weight: bold;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
    }

    #performanceDetail table td {
        text-align: left;
        padding: 25px 20px;
        box-sizing: border-box;
        font-size: 110%;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
    }

    #performanceDetail table + p {
        border: 5px solid #ebebeb;
        padding: 50px 0;
        margin: 0 0 50px 0;
        text-align: center;
        font-size: 120%;
    }

    #performanceDetail dl {
        margin: 0 0 10px 0;
    }

    #performanceDetail dl dt {
        width: 150px;
        font-size: 110%;
        font-weight: bold;
        float: left;
    }

    #performanceDetail dl dd {
        width: 810px;
        font-size: 110%;
        float: right;
    }

    #performanceDetail dl dd a {
        font-size: 110%;
    }



    /*

    エントリー確認画面 絵てがみパフォーマンス部門

    */

    #letterCont {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #letterCont h2 {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

    #letterCont h2 span {
        display: inline-block;
        padding: 0 0 12px 0;
        margin: 0 0 50px 0;
        border-bottom: 5px solid #e60039;
    }

    #letterCont h2 br {
        display: none;
    }

    #letterBox table {
        width: 100%;
    }

    #letterBox table thead th {
        background: #eceff1;
        padding: 25px 0;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-weight: bold;
        font-size: 120%;
    }

    #letterBox table tbody td {
        padding: 25px 20px;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-size: 120%;
    }

    #letterBox table tbody td:nth-child(3) {
        width: 400px;
        box-sizing: border-box;
    }

    #letterBox table tbody td:last-child {
        width: 150px;
        box-sizing: border-box;
    }

    #letterBox table tbody td p a {
        width: 100%;
        display: block;
        padding: 5px 10px;
        color: #fff;
        background: #333;
        font-size: 110%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #letterBox table tbody td p a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #letterCont h2 + p {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background: #eceff1;
        padding: 60px 0;
        margin: 0 0 50px 0;
    }

    #letterCont h2 + p br {
        display: none;
    }

    #letterCont h2 + p + h3,
    #letterDetail table + #entryPrint + p + h3 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 50px 0;
    }

    #letterDetail table {
        width: 100%;
        margin: 0 0 100px 0;
    }

    #letterDetail table th {
        width: 290px;
        background: #eceff1;
        text-align: left;
        padding: 25px 20px;
        box-sizing: border-box;
        font-size: 110%;
        font-weight: bold;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
    }

    #letterDetail table td {
        text-align: left;
        padding: 25px 20px;
        box-sizing: border-box;
        font-size: 110%;
        border: 1px solid #e5e5e5;
        vertical-align: middle;
    }

    #letterDetail table + #entryPrint + p {
        border: 5px solid #ebebeb;
        padding: 50px 0;
        margin: 0 0 50px 0;
        text-align: center;
        font-size: 120%;
    }

    #letterDetail > dl {
        margin: 0 0 10px 0;
    }

    #letterDetail > dl dt {
        width: 150px;
        font-size: 110%;
        font-weight: bold;
        float: left;
    }

    #letterDetail > dl dd {
        width: 810px;
        font-size: 110%;
        float: right;
    }

    #letterDetail > dl dd a {
        font-size: 110%;
    }

    #entryPrint p.printBtn {
        width: 550px;
        margin: 0 auto;
        text-align: center;
    }

    #entryPrint p.printBtn a {
        display: block;
        padding: 15px 0;
        background: #e60039;
        color: #fff;
        font-size: 180%;
        font-weight: bold;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #entryPrint p.printBtn a span {
        background: url(/assets/images/award/2018/common/ico_print.png) no-repeat 0 center;
        background-size: 40px;
        display: inline-block;
        padding: 10px 0 10px 60px;
    }

    #entryPrint p.printBtn a br {
        display: none;
    }

    #entryPrint p.printBtn a:hover {
        text-decoration: none;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        -ms-filter: "alpha(opacity=50)";
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    #entryPrint p.printBtn + p {
        text-align: center;
        margin: 30px 0 50px 0;
        color: #e60039;
        font-size: 120%;
    }

    #entryPrint dl {
        border: 5px solid #ebebeb;
        padding: 40px 0;
        margin: 0 0 50px 0;
        text-align: center;
    }

    #entryPrint dl dt {
        font-size: 180%;
        font-weight: bold;
        margin: 0 0 10px 0;
    }


    #entryPrint dl dd {
        font-size: 140%;
    }




    /*

    FAQ

    */

    #faqCont {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #faqCont h2 {
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }

    #faqCont h2 span {
        display: inline-block;
        padding: 0 0 12px 0;
        margin: 0 0 50px 0;
        border-bottom: 5px solid #1eaa42;
    }

    #faqCont h2 br {
        display: none;
    }

    #faqCont h2 + p {
        font-size: 120%;
        text-align: center;
        margin: 0 0 50px 0;
    }

    #faqBox h3 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 0 0 10px 0;
        margin: 0 0 30px 0;
    }

    .faqNav {
        margin: 0 0 80px 0;
    }

    .faqNav li {
        float: left;
        margin: 0 0 20px 0;
    }

    .faqNav li:nth-child(even) {
        margin-left: 30px;
    }

    .faqNav li a {
        position: relative;
        display: block;
        float: left;
        width: 465px;
        height: 50px;
        background-color: #000;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
    }

    .faqNav li a:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 21px;
        box-sizing: border-box;
        width: 4px;
        height: 8px;
        border: 4px solid transparent;
        border-left: 6px solid #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #faqBox > div {
        padding-top: 120px;
        margin-top: -120px;
        margin-bottom: 80px;
    }

    #faqBox > div ul li {
        width: 100%;
        position: relative;
        display: table;
        padding: 30px 0;
        font-size: 120%;
    }

    #faqBox > div ul li:nth-child(odd) {
        border-bottom: 1px solid #e0e0e0;
    }

    #faqBox > div ul li:nth-child(even) {
        border-bottom: 1px solid #666666;
    }

    #faqBox > div ul li p.icon {
        display: table-cell;
        width: 48px;
    }

    #faqBox > div ul li p.icon span {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 180%;
        font-weight: bold;
        color: #fff;
    }

    #faqBox > div ul li p.icon.question span {
        background-color: #fe0000;
    }

    #faqBox > div ul li p.txt {
        display: table-cell;
        vertical-align: middle;
        padding-left: 23px;
    }

    #faqBox > div ul li p.txt span {
        font-size: 90%;
    }

    #faqBox > div ul li p.icon {
        display: table-cell;
        width: 48px;
    }

    #faqBox > div ul li p.icon.ans span {
        background-color: #0078c8;
    }

    #faqBox > div ul li p.icon span {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }


    /*

    絵てがみ部門　選手紹介

    */

    #letterAthletesCont {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #letterAthletesCont h2 {
        margin: 0 0 70px 0;
    }

    #letterAthletesCont h2 + p {
        font-size: 120%;
        text-align: center;
        line-height: 2;
        margin: 0 0 90px 0;
    }

    #letterAthletesCont h2 + p rt {
        font-size: 60%;
    }

    #letterAthletesCont h3 {
        font-size: 200%;
        font-weight: bold;
        line-height: 1;
        border-bottom: 1px solid #000;
        padding: 0 0 15px 0;
        margin: 0 0 40px 0;
        letter-spacing: 0.05em;
    }

    #letterAthletesCont h3 rt {
        font-size: 40%;
        font-weight: normal;
    }

    #letterAthletesCont ul {
        margin: 0 0 40px 0;
    }

    #letterAthletesCont ul li {
        width: 460px;
        float: left;
        margin: 0 0 40px 40px;
    }

    #letterAthletesCont ul li:nth-child(odd) {
        margin-left: 0;
    }

    #letterAthletesCont ul li img {
        width: 100%;
    }


    /*  TOPweb投票追加分  */

    .letterAward {
        padding: 0 0 100px 0;
        margin: 0 0 100px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .webVote {
        border: 3px solid #e60039;
        padding: 0 30px 30px 30px;
        margin: 0 0 80px 0;
        position: relative;
    }
    .webVote h4 {
        width: 500px;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        padding: 12px 0;
        border-radius: 50px;
        position: absolute;
        top: -30px;
        left: calc(50% - 250px);
    }
    .webVote h4 + p {
        text-align: center;
        font-size: 120%;
        padding: 60px 0 0 0;
        margin: 0 0 20px 0;
    }
    .webVote h4 + p + p {
        text-align: center;
        font-size: 120%;
        margin: 0 0 30px 0;
    }
    .webVote h4 + p + p + p {
        text-align: center;
        font-size: 150%;
        font-weight: bold;
    }
    .webVote h4 + p + p + p br {
        display: none;
    }

    .letterAwardLink {
        margin: 0 0 50px 0;
    }
    .letterAwardLink dl dt {
        width: 350px;
        margin: 0 auto 30px auto;
    }
    .performanceAwardLink dl dt {
        width: 500px;
        margin: 0 auto 30px auto;
    }
    .letterAwardLink dl dt img,
    .performanceAwardLink dl dt img {
        width: 100%;
    }
    .letterAwardLink dl dd,
    .performanceAwardLink dl dd {
        text-align: center;
    }
    .letterAwardLink dl dd a,
    .performanceAwardLink dl dd a {
        transition: all 0.5s;
    }
    .letterAwardLink dl dd a:hover,
    .performanceAwardLink dl dd a:hover {
        transition: all 0.5s;
        opacity: 0.5;
    }
    .letterAwardMap dl:first-child {
        margin: 0 0 50px 0;
    }
    .letterAwardMap dl:first-child dt {
        font-size: 150%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .letterAwardMap dl:first-child dd {
        font-size: 120%;
        text-align: center;
    }
    .letterAwardMap dl:first-child dd span br {
        display: none;
    }
    .letterAwardMap dl:first-child dd span {
        font-size: 140%;
        font-weight: bold;
    }
    .letterAwardMap dl:nth-child(2) dt {
        font-size: 150%;
        text-align: center;
        margin: 0 0 20px 0;
        font-weight: bold;
    }

    /*  投票画面  */

    .letterTitle {
        margin: 0 0 50px 0;
    }
    .letterTitle span {
        display: inline-block;
        border-bottom: 5px solid #e6053a;
        padding: 0 0 10px 0;
    }
    .letterTitle.blue span {
        border-bottom: 5px solid #0079ca;
    }
    .letterTitle + h4,
    .letterTitle + div + h4,
    .letterTitle + p + h4 {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 50px 0;
    }
    .tab li {
        background: #fcd8da;
        padding: 15px 0;
        margin: 0 8px;
        width: 160px;
        text-align: center;
        cursor: pointer;
    }
    .tab li.active {
        background: #e6053a;
        color: #fff;
    }
    .tab li:hover {
        background: #e6053a;
        color: #fff;
        transition: all 0.5s;
    }

    .area > div {
        display: none;
    }
    .area > div.show {
        display: block;
    }

    .movieList ul li dl dt {
        margin: 10px 0;
    }

    #movieListFinalCont .movieList .voteArea {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .heartIcon {
        display: flex;
        justify-content: left;
        margin: 0 0 15px 0;
    }
    .heartIcon p {
        width: auto !important;
        margin: 0 16px 0 0 !important;
        padding-left: 36px;
        font-size: 90% !important;
    }
    .heartIcon .icon {
        position: relative;
        top: -2px;
    }

    #heart01 {position:relative;}
    #heart01:before, #heart01:after {position:absolute;content:"";left:13px; top:0;width:13px;height:22px;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;}
    #heart01:after {left:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin :100% 100%;}

    .red #heart01:before, .red #heart01:after {
        background-color: #f5001d;
    }
    .yellow #heart01:before, .yellow #heart01:after {
        background-color: #f8c219;
    }
    .green #heart01:before, .green #heart01:after {
        background-color: #2eb34f;
    }
    .blue #heart01:before, .blue #heart01:after {
        background-color: #42aeef;
    }

    .performanceList dl {
        height: 148px;
        padding-top: 20px !important;
        position: relative;
    }
    .performanceList dl dt span {
        font-size: 90%;
        display: block;
    }
    .performanceList dl dd {
        position: absolute;
        bottom: 10px;
        width: 180px;
    }

    .performanceText {
        margin: 0 0 80px 0;
    }
    .performanceText dl dt {
        font-weight: bold;
        font-size: 120%;
        margin: 0 0 5px 0;
    }
    .performanceText dl dd {
        font-size: 110%;
        line-height: 1.8;
        margin: 0 0 20px 0;
    }

    #movieListCont h3 em {
        font-size: 80%;
    }
    .awardLetterList,
    .awardPerformanceList {
        margin: 0 0 80px 0;
        padding: 0 0 80px 0;
        border-bottom: 1px solid #eee;
    }
    .awardLetterList h5,
    .awardPerformanceList h5 {
        margin: 0 auto 30px auto;
        width: 25%;
    }
    .awardLetterList h5 img,
    .awardPerformanceList h5 img {
        width: 100%;
    }
    .awardLetterList .audience {
        margin: 0 0 30px 120px !important;
    }
    .awardLetterList.gold h5 + p,
    .awardPerformanceList.gold h5 + p {
        margin: 0 auto 30px auto;
        width: 660px;
        height: 447px;
    }
    .awardLetterList.gold h5 + p,
    .awardLetterList.other h5 + p,
    .awardLetterList.other02 .line02 > div > p {
        border: 3px solid #dd0021;

    }
    .awardLetterList.other h5 + p,
    .awardLetterList.other02 .line02 > div > p,
    .awardPerformanceList.other h5 + p,
    .awardPerformanceList.other02 .line02 > div > p {
        margin: 0 auto 30px auto;
        width: 470px;
        height: 319px;
    }
    .awardLetterList h5 + p img,
    .awardLetterList.other02 .line02 > div img {
        width: 100%;
        height: 100%;
        object-fit: contain;

    }
    .awardPerformanceList h5 + p img,
    .awardPerformanceList.other02 .line02 > div img {
        width: 100%;
        border: 3px solid #0079ca;
    }
    .awardLetterList dl,
    .awardPerformanceList dl {
        text-align: center;
    }
    .awardLetterList dl dt span {
        background: #dd0021;
        display: inline-block;
        margin: 0 auto 10px auto;
        padding: 5px 30px;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        border-radius: 30px;
        -webkit-border-radius: 30px;
    }
    .awardPerformanceList dl dt span {
        background: #0079ca;
        display: inline-block;
        margin: 0 auto 10px auto;
        padding: 5px 30px;
        color: #fff;
        font-weight: bold;
        font-size: 120%;
        border-radius: 30px;
        -webkit-border-radius: 30px;
    }
    .awardLetterList dl dd + dt,
    .awardPerformanceList dl dd + dt {
        font-size: 110%;
        margin: 0 0 10px 0;
    }
    .awardLetterList dl dd,
    .awardPerformanceList dl dd {
        font-size: 140%;
        margin: 0 0 20px 0;
    }
    .awardLetterList .backBtn,
    .awardPerformanceList .backBtn {
        margin-top: 40px !important;
    }
    .awardLetterList .line02,
    .awardPerformanceList .line02 {
        display: flex;
        justify-content: space-between;
    }
    .awardLetterList .line02 > div,
    .awardPerformanceList .line02 > div {
        width: 470px;
    }
    .bronze {
        margin-top: 50px !important;
    }


    /*  作品詳細  */

    #letterAwardDetail {
        width: 960px;
        margin: 0 auto 60px auto;
    }

    #letterAwardDetail h2 {
        font-size: 180%;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 50px 0;
    }

    #letterAwardDetail h2 span {
        display: block;
        width: 135px;
        margin: 0 auto 20px auto;
        padding: 6px 0;
        background: #e60039;
        color: #fff;
        font-weight: bold;
        font-size: 70%;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        line-height: 1;
    }
    #letterAwardDetail h2 span.blue {
        background: #0079ca;
    }

    #letterAwardDetail h2 small.entryNo{
        display: block;
        font-size: 57%;
        margin-bottom: 10px;
    }

    .work {
        width: 960px;
        height: 540px;
        border: 10px solid #e60039;
        margin: 0 0 20px 0;
        box-sizing: border-box;
    }
    .work.blue {
        border: 10px solid #0079ca;
    }
    .snsList {
        margin: 20px 0;
        display: -webkit-inline-flex;
        display: inline-flex;
    }
    .snsList .snsListItem {
        margin: 0 10px 0 0;
    }
    .snsList .snsListItem span{
        vertical-align: top !important;
    }
    .snsList .spOnly {
        display: none;
    }

    #letterAwardDetail dl {
        margin: 0 0 50px 0;
        text-align: center;
        font-weight: bold;
    }
    #letterAwardDetail dl dt {
        font-size: 120%;
        color: #777;
        margin: 0 0 5px 0;
    }
    #letterAwardDetail dl dd {
        font-size: 180%;
    }
    #letterAwardDetail dl dd.text {
        font-size: 110%;
    }

    .work img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    _:-ms-lang(x)::-ms-backdrop, .work {
        display: flex;
        justify-content: center;
    }
    _:-ms-lang(x)::-ms-backdrop, .work img {
        max-height: 520px;
        width: auto;
    }
    _:-ms-lang(x)::-ms-backdrop, .awardLetterList h5 + p,
    _:-ms-lang(x)::-ms-backdrop, .awardLetterList.other02 .line02 > div > p {
    display: flex;
    justify-content: center;
    }
    _:-ms-lang(x)::-ms-backdrop, .awardLetterList h5 + p img,
    _:-ms-lang(x)::-ms-backdrop, .awardLetterList.other02 .line02 > div img {
    max-height: 447px;
    width: auto;
    }
    .heartAbout {
        width: 500px;
        padding: 30px 0;
        margin: 0 auto 40px auto;
        border: 3px solid #e1e4e5;
        text-align: center;
    }
    .heartAbout dl {
        margin: 0 0 30px 0;
    }
    .heartAbout dl dt {
        font-size: 130%;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .heartAbout dl dd {
        font-size: 100%;
    }
    .heartAbout dl + ul {
        display: flex;
        justify-content: center;
        height: 60px;
    }
    .heartAbout dl + ul li {
        margin: 0 15px;
        width: 40px;
    }

    .heartAbout dl + ul li #heart01 {position:relative;}
    .heartAbout dl + ul li #heart01:before, .heartAbout dl + ul li #heart01:after {position:absolute;content:"";left:21px; top:0;width:21px;height:34px;-moz-border-radius:12px 12px 0 0;border-radius:12px 12px 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%;}
    .heartAbout dl + ul li #heart01:after {left:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin :100% 100%;}

    .heartAbout dl + ul + ul {
        display: flex;
        justify-content: center;
        font-size: 120%;
    }
    .heartAbout dl + ul + ul li {
        margin: 0 11px;
    }
    .awardBadge {
        width: 290px;
        margin: 0 auto 50px auto;
    }
    .awardBadge img {
        width: 100%;
    }


}

@media all and (-ms-high-contrast:none) {
    #letterAwardDetail h2 span {
        padding: 10px 0 4px 0;
        font-size: 60%;
        line-height: 1;
    }
}

.object-fit-img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
