@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .red {
    color: #f00;
  }
  .att {
    color: #e60012;
  }
  .foot_bnr li.is_entry {
    display: none;
  }
  .btn {
    width: 100% !important;
    text-align: center;
    margin-top: 50px !important;
  }
  .btn a {
    width: 500px !important;
    margin: 0 20px;
  }
  .index_page #pagetitle {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding: 1.5em 1em;
    height: auto;
  }
  .index_page #pagetitle h1 {
    height: auto;
    line-height: 1.5;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    border: 0;
    color: #b49758;
  }
  .fes_list {
    margin-top: 45px;
  }
  .fes_list li {
    width: 322px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer {
    width: 168px;
    height: 168px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer .icon {
    width: 154px;
    height: 154px;
    left: 7px;
    top: 7px;
    padding-top: 41px;
  }
  .fes_list li .icon_outer:after {
    padding-top: 75px;
  }
  .fes_list li p {
    letter-spacing: .3em;
    font-size: 2rem;
  }
  .result_content .result_inner {
    padding: 0 50px;
  }
  .result_content .pagelink ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .result_content .pagelink li {
    margin-bottom: 30px;
  }
  .result_content .pagelink li a {
    color: #898989;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 523px;
    height: 70px;
    border: solid 1px #898989;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    position: relative;
  }
  .result_content .pagelink li a span {
    position: relative;
    left: -20px;
    line-height: 1.5;
  }
  .result_content .pagelink li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
     -ms-transform: translateY(-50%) rotate(45deg);
         transform: translateY(-50%) rotate(45deg);
  }
  .result_content .pagelink li a:hover {
    background-color: #898989;
    color: #fff;
  }
  .result_content .pagelink li a:hover::after {
    border-color: #fff;
  }
  .result_content #pagetitle h1 {
    text-align: center;
    overflow: hidden;
  }
  .result_content .section {
    font-size: 1.6rem;
    padding-bottom: 100px;
    line-height: 1.95;
  }
  .result_content .section h2 {
    padding: 10px 0;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 30px;
  }
  .result_content .section > p {
    letter-spacing: .2em;
  }
  .result_content .section .sub_title {
    margin-bottom: 8px;
  }
  .result_content .section .note {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .result_content .section .note.sizel {
    font-size: 1.6rem;
  }
  .result_content .section .note li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .result_content .section .note li:before {
    content: '※';
  }
  .result_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .result_content .section .btn_area .btn {
    display: block;
    width: 450px;
    margin: 0;
  }
  .result_content .section .btn_area .btn + .btn {
    margin-top: 24px;
  }
  .result_content .section .btn_area p {
    margin: 1em 0;
    padding: 10px;
  }
  .result_content .section .btn {
    color: #fff;
  }
  .result_content .section .btn span {
    background-image: url("../../../common/images/arrow_white_right.png");
  }
  .result_content .section .btn.soon {
    letter-spacing: .3em;
  }
  .result_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  .result_content .section .btn.soon a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(229, 0, 79, 0.5);
    background-image: url("../images/btn_soon.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .section .btn.soon a:hover {
    cursor: default;
  }
  .result_content .section .btn.soon a span {
    background-color: #fff;
  }
  .result_content .section p a.blank {
    color: #00f;
    text-decoration: underline;
  }
  .result_content .section p a.blank:hover {
    text-decoration: none;
  }
  .result_content .num_p li {
    position: relative;
    padding-left: 2em;
  }
  .result_content .num_p li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_p li:nth-child(1):before {
    content: "(1)";
  }
  .result_content .num_p li:nth-child(2):before {
    content: "(2)";
  }
  .result_content .num_p li:nth-child(3):before {
    content: "(3)";
  }
  .result_content .num_p li:nth-child(4):before {
    content: "(4)";
  }
  .result_content .num_p li:nth-child(5):before {
    content: "(5)";
  }
  .result_content .num_p li:nth-child(6):before {
    content: "(6)";
  }
  .result_content .num_p li:nth-child(7):before {
    content: "(7)";
  }
  .result_content .num_p li:nth-child(8):before {
    content: "(8)";
  }
  .result_content .num_p li:nth-child(9):before {
    content: "(9)";
  }
  .result_content .num_p li:nth-child(10):before {
    content: "(10)";
  }
  .result_content .num_d li {
    position: relative;
    padding-left: 1.3em;
  }
  .result_content .num_d li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_d li:nth-child(1):before {
    content: "1.";
  }
  .result_content .num_d li:nth-child(2):before {
    content: "2.";
  }
  .result_content .num_d li:nth-child(3):before {
    content: "3.";
  }
  .result_content .num_d li:nth-child(4):before {
    content: "4.";
  }
  .result_content .num_d li:nth-child(5):before {
    content: "5.";
  }
  .result_content .num_d li:nth-child(6):before {
    content: "6.";
  }
  .result_content .num_d li:nth-child(7):before {
    content: "7.";
  }
  .result_content .num_d li:nth-child(8):before {
    content: "8.";
  }
  .result_content .num_d li:nth-child(9):before {
    content: "9.";
  }
  .result_content .num_d li:nth-child(10):before {
    content: "10.";
  }
  .result_content .lede {
    padding: 45px 0;
    text-align: center;
  }
  .result_content .lede_text {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    margin-bottom: 50px;
  }
  .result_content .message {
    border: solid 1px #000;
    padding: 24px;
    display: table;
    width: 100%;
    margin-bottom: 100px;
  }
  .result_content .message > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .message_pix {
    width: 250px;
    vertical-align: top;
  }
  .result_content .message dl {
    padding-left: 40px;
  }
  .result_content .message dl dt {
    font-weight: bold;
    font-size: 3rem;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
  }
  .result_content .message dl dd {
    font-size: 1.4rem;
  }
  .result_content .message dl dd p {  margin-bottom: 1em;}
  .result_content .finalist {
    padding-bottom: 100px;
  }
  .result_content .finalist h2 {
    margin-bottom: 20px;
  }
  .result_content .finalist .pagelink {
    margin: 60px 0 40px;
  }
  .result_content .finalist .yellow, .result_content .finalist .blue {
    padding: 60px 0 150px;
  }
  .result_content .finalist .yellow {
    background-color: #fff100;
  }
  .result_content .finalist .blue {
    background-color: #97efff;
  }
  .result_content .finalist_ttl, .result_content .finalist .caution_txt {
    text-align: center;
  }
  .result_content .finalist_ttl {
    color: #ff0000;
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .result_content .finalist_ttl small {
    font-size: 2rem;
  }
  .result_content .finalist .caution_txt {
    font-size: 1.8rem;
  }
  .result_content .finalist_list {
    margin-top: 90px;
  }
  .result_content .finalist_list > li + li {
    margin-top: 85px;
  }
  .result_content .finalist_list > li p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .result_content .finalist_list > li .table_wrap {
    position: relative;
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .result_content .finalist_list > li .image {
    width: 248px;
  }
  .result_content .finalist #finalist_work .finalist_list > li .image { padding-top: 7px;}
  .result_content .finalist #acc_work .finalist_list > li .image { padding-top: 48px;}
  .result_content .finalist_list > li .table {
    width: 800px;
    margin-top: 13px;
  }
  .result_content .finalist_list > li .table th, .result_content .finalist_list > li .table td {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 6px 15px;
  }
  .result_content .finalist_list > li .table th {
    background-color: #e6e6e6;
  }
  .result_content .finalist_list > li .table td {
    background-color: #ffffff;
  }
  .result_content .finalist .sns_links {
    display: inline-block;
    vertical-align: middle;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .result_content .finalist .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .result_content .finalist .sns_links li {
    margin: 0 5px;
  }
  .result_content .examination {
    padding-bottom: 85px;
  }
  .result_content .examination h2 {
    padding: 14px 0;
    margin-bottom: 55px;
  }
  .result_content .examination .direction_txt {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
  .result_content .examination dl {
    margin-bottom: 40px;
  }
  .result_content .examination .link_area {
    margin-bottom: 40px;
  }
  .result_content .examination dl, .result_content .examination .link_txt, .result_content .examination .link_area a, .result_content .examination .time_table {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .result_content .examination .caution_txt {
    text-indent: -1em;
    margin-left: 1em;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .result_content .examination .table {
    margin-top: 20px;
  }
  .result_content .examination .table tbody tr:first-of-type td {
    font-weight: bold;
    background-color: #ececec;
  }
  .result_content .examination .table tbody tr td:first-of-type {
    text-align: center;
  }
  .result_content .examination .img_area {
    margin-top: 55px;
  }
  .result_content .notice .accordion {
    background-color: #0095db;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .result_content .notice .accordion::after, .result_content .notice .accordion::before {
    content: "";
    position: absolute;
    right: 50px;
    height: 30px;
    width: 3px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .result_content .notice .accordion::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .result_content .notice .accordion:hover {
    opacity: 0.8;
  }
  .result_content .notice .accordion span {
    position: relative;
    left: -20px;
  }
  .result_content .notice .accordion.active::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .result_content .notice .accordion.active::after {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .result_content .notice .accordion_wrapper {
    display: none;
    padding-bottom: 50px;
  }
  .result_content .block {
    position: relative;
  }
  .result_content .block .map {
    position: absolute;
    top: 30px;
    right: 0;
    width: 450px;
    height: 270px;
  }
  .result_content .block.about .btn {
    margin-top: 0 !important;
  }
  .result_content .prize {
    font-size: 1.6rem;
    padding-bottom: 50px;
  }
  .result_content .prize h2 {
    line-height: 1.5;
  }
  .result_content .prize h2 span {
    display: block;
  }
  .result_content .prize .block + .block {
    margin-top: 2em;
  }
  .result_content .prize .block > p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .block .underline {
    text-decoration: underline;
  }
  .result_content .prize .attention {
    border: solid 1px #ff0000;
  }
  .result_content .prize .attention h3 {
    text-align: center;
    line-height: 1;
    font-size: 2.6rem;
    color: #ff0000;
    padding: 20px;
    border-bottom: solid 1px #ff0000;
    letter-spacing: .2em;
  }
  .result_content .prize .attention_body {
    padding: 30px 40px;
  }
  .result_content .prize .attention_body p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention_body dl dt {
    font-weight: bold;
  }
  .result_content .prize .table th {
    text-align: left;
    font-weight: normal;
    width: 300px;
    padding: 15px 25px;
  }
  .result_content .prize .table td {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 15px 25px;
  }
  .result_content .prize .btn {
    margin-top: 1em;
    width: 300px;
  }
  .result_content .guide {
    font-size: 1.6rem;
  }
  .result_content .guide h2 {
    margin-bottom: 45px;
  }
  .result_content .guide dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
    font-size: 1.6rem;
  }
  .result_content .guide dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .guide dl + .note {
    margin-top: 0;
  }
  .result_content .guide dl dt, .result_content .guide dl dd {
    vertical-align: top;
  }
  .result_content .guide dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .result_content .guide dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .result_content .guide dl dd .note {
    margin-top: 0;
  }
  .result_content .guide dl:nth-of-type(1) {
    margin-top: 1em;
  }
  .result_content .guide .table_wrap {
    width: 730px;
  }
  .result_content .guide .table {
    margin: 1.7em 0 1.7em;
  }
  .result_content .guide .table tr td:nth-child(1) {
    width: 208px;
  }
  .result_content .guide .table tr td .note {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .result_content #pagetitle {
    background-image: url("../images/ci/head_bg.jpg");
  }
  .result_content h2 {
    background-color: #04bd00;
  }
  .result_content .btn span {
    background-color: #04bd00;
  }
  .result_content .btn .cs {  pointer-events: none;}
  .result_content .btn .cs span { background-color: #ccc;}
  .result_content .two_btn {
    display: flex;
    justify-content: center;
  }
  .result_content .two_btn .pcpt56 {  padding-top: 56px;}
  .result_content .finalist_list > li .table td {
    width: 70%;
  }
  .result_content .awards_list li a {
    color: #00b216;
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .result_content .awards_list li .inner::before {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .result_content .awards_list li .inner span::after {
    border-top: solid 2px #00b216;
    border-right: solid 2px #00b216;
  }
  .result_content .awards_list li.active a .inner {
    background: -webkit-gradient(linear, left top, right top, from(#009934), to(#16fa00));
    background: -ms-linear-gradient(left, #009934, #16fa00);
  }
  .result_content .element .lied {
    background: #009934;
  }
  .result_content .element .flt_wrap .no_mv {
    margin-right: 92px;
  }
  .place .photo_plance {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .place .photo_plance li {
    margin-bottom: 30px;
  }
  .place .photo_plance li:nth-of-type(-n+3) {
    width: 32%;
  }
  .place .photo_plance li:nth-of-type(n+4) {
    width: 49%;
  }
  .place .photo_plance li img {
    width: 100%;
  }
  /* peatix */
  .peatixBtn {
    margin: 0 20px;
    width: 450px;
  }
  .peatixBtn a {
    margin: 0;
    padding: 10px 10px 10px 20px;
    border: solid #aaa;
    border-width: 2px 2px 2px 20px;
    display: block;
    position: relative;
    width: 100% !important;
    line-height: 1.4;
    color: #000;
    background: url(../images/me/peatix_logo.jpg) 96% center no-repeat;
    background-size: 80px;
    font-size: 13px;
    text-align: left;
  }
  .peatixBtn a .csText {  display: none;}
  .peatixBtn a.cs .csText {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    line-height: 5.5;
    font-size: 18px;
    text-align: center;
  }
  .peatixBtn.report a {
    background: url(../images/me/report_logo.png) 96% center no-repeat;
    background-size: 80px;
  }
  .peatixBtn a::after {
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .peatixBtn a em {
    margin-bottom: .5em;
    display: block;
    font-weight: bold;
  }
  .peatixBtn a strong {
    padding-top: .5em;
    display: block;
    font-weight: bold;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }
  .red {
    color: #f00;
  }
  .foot_bnr li.is_entry {
    display: none;
  }
  .btn a {
    margin-top: 10px;
  }
  .point_list {
    text-indent: -1em;
    padding-left: 1em;
  }
  .lede_section.top {
    text-align: center;
    padding: 35px 0 35px;
    margin: 0 -15px;
  }
  .lede_section.top h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: .2em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    color: #3e3a39;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .lede_section.top .catch {
    font-size: 1.2rem;
    color: #221815;
    letter-spacing: .2em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    padding: 0 15px;
  }
  .fes_list {
    margin-top: 25px;
  }
  .result_content .pagelink {
    margin-bottom: 30px;
  }
  .result_content .pagelink a {
    border: 1px solid #898989;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .result_content .pagelink a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
     -ms-transform: translateY(-50%) rotate(45deg);
         transform: translateY(-50%) rotate(45deg);
  }
  .result_content .pagelink a:hover {
    background-color: #898989;
    color: #fff;
  }
  .result_content .pagelink a:hover::after {
    border-color: #fff;
  }
  .result_content .pagelink li {
    margin-bottom: 10px;
  }
  .result_content #pagetitle {
    background-image: url(../images/ci/head_bg.jpg);
  }
  .result_content #pagetitle h1 {
    text-align: center;
    height: auto;
    background-color: transparent;
    bottom: 0;
    margin: auto;
    height: 98px;
    padding: 0 25px;
  }
  .result_content #pagetitle h1 img {
    width: auto;
    height: 100%;
  }
  .result_content .section {
    font-size: 1.3rem;
    padding-bottom: 50px;
    line-height: 1.6;
  }
  .result_content .section h2 {
    padding: 8px 4px;
    line-height: 1.4;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .15em;
    margin-bottom: 20px;
    background-color: #04bd00;
  }
  .result_content .section > p {
    letter-spacing: .2em;
  }
  .result_content .section .sub_title {
    margin-bottom: 8px;
  }
  .result_content .section .note {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .result_content .section .note.sizel {
    font-size: 1.3rem;
  }
  .result_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .result_content .section .btn_area .btn {
    display: block;
    margin: 0;
  }
  .result_content .section .btn_area .btn + .btn {
    margin-top: 24px;
  }
  .result_content .section .btn_area p {
    margin: 1em 0;
  }
  .result_content .section .btn {
    color: #fff;
  }
  .result_content .examination_area .btn.is_arrow span { background-color: #25c400;}
  .result_content .prize .btn.is_arrow .cs {  pointer-events: none;}
  .result_content .prize .btn.is_arrow .cs span { background-color: #ccc;}
  .result_content .section .btn span:after {
    background-image: url("../../../common/images/arrow_white_right.png");
  }
  .result_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  .result_content .section .btn.soon a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(229, 0, 79, 0.5);
    background-image: url("../images/btn_soon.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .section .btn.soon a span {
    background-color: #fff;
  }
  .result_content .num_p li {
    position: relative;
    padding-left: 2em;
  }
  .result_content .num_p li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_p li:nth-child(1):before {
    content: "(1)";
  }
  .result_content .num_p li:nth-child(2):before {
    content: "(2)";
  }
  .result_content .num_p li:nth-child(3):before {
    content: "(3)";
  }
  .result_content .num_p li:nth-child(4):before {
    content: "(4)";
  }
  .result_content .num_p li:nth-child(5):before {
    content: "(5)";
  }
  .result_content .num_p li:nth-child(6):before {
    content: "(6)";
  }
  .result_content .num_p li:nth-child(7):before {
    content: "(7)";
  }
  .result_content .num_p li:nth-child(8):before {
    content: "(8)";
  }
  .result_content .num_p li:nth-child(9):before {
    content: "(9)";
  }
  .result_content .num_p li:nth-child(10):before {
    content: "(10)";
  }
  .result_content .num_d li {
    position: relative;
    padding-left: 1.3em;
  }
  .result_content .num_d li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .result_content .num_d li:nth-child(1):before {
    content: "1.";
  }
  .result_content .num_d li:nth-child(2):before {
    content: "2.";
  }
  .result_content .num_d li:nth-child(3):before {
    content: "3.";
  }
  .result_content .num_d li:nth-child(4):before {
    content: "4.";
  }
  .result_content .num_d li:nth-child(5):before {
    content: "5.";
  }
  .result_content .num_d li:nth-child(6):before {
    content: "6.";
  }
  .result_content .num_d li:nth-child(7):before {
    content: "7.";
  }
  .result_content .num_d li:nth-child(8):before {
    content: "8.";
  }
  .result_content .num_d li:nth-child(9):before {
    content: "9.";
  }
  .result_content .num_d li:nth-child(10):before {
    content: "10.";
  }
  .result_content .lede {
    padding: 20px 0 25px;
    text-align: center;
  }
  .result_content .lede_text {
    font-size: 1.8rem;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    margin-bottom: 30px;
  }
  .result_content .message {
    border: solid 1px #000;
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  .result_content .message_pix {
    width: 70%;
    text-align: center;
    margin: 0 auto 15px;
  }
  .result_content .message dl {
    padding-left: 10px;
  }
  .result_content .message dl dt {
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
  }
  .result_content .message dl dd {
    font-size: 1.3rem;
  }
  .result_content .message dl dd p + p {
    margin-top: .5em;
  }
  .result_content .message dl dd p {  margin-bottom: 1em;}
  .result_content .finalist {
    padding-bottom: 30px;
  }
  .result_content .finalist h2 {
    margin-bottom: 10px;
  }
  .result_content .finalist .pagelink a {
    height: 40px;
  }
  .result_content .finalist .finalist_ttl, .result_content .finalist .caution_txt {
    text-align: center;
  }
  .result_content .finalist .finalist_ttl {
    color: #ff0000;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .result_content .finalist .finalist_ttl small {
    display: inline-block;
  }
  .result_content .finalist .caution_txt {
    margin-bottom: 30px;
  }
  .result_content .finalist_list {
    margin-top: 20px;
  }
  .result_content .finalist_list > li {
    padding-top: 26px;
    position: relative;
  }
  .result_content .finalist_list > li + li {
    margin-top: 25px;
  }
  .result_content .finalist_list > li p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  .result_content .finalist_list > li .image {
    border: solid 1px #9fa0a0;
    border-bottom: none;
    text-align: center;
    padding: 15px;
    margin-top: 6px;
    background-color: #fff;
  }
  .result_content .finalist_list > li .table th {
    width: 90px;
    font-weight: normal;
  }
  .result_content .finalist_list > li .table td {
    background-color: #fff;
  }
  .result_content .finalist .number {
    position: absolute;
    top: 0;
  }
  .result_content .finalist .number .sns_links {
    display: inline-block;
    vertical-align: middle;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .result_content .finalist .number .sns_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .result_content .finalist .number .sns_links li {
    margin: 0 5px;
  }
  .result_content .finalist .yellow, .result_content .finalist .blue {
    padding: 30px 0;
  }
  .result_content .finalist .yellow {
    background-color: #fff100;
  }
  .result_content .finalist .blue {
    background-color: #97efff;
  }
  .result_content .examination .direction_txt {
    margin-bottom: 20px;
  }
  .result_content .examination dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .result_content .examination dl dt {
    width: 4.5em;
    white-space: nowrap;
  }
  .result_content .examination dl dd {
    width: -webkit-calc(100% - 4.5em);
    width: -moz-calc(100% - 4.5em);
    width: calc(100% - 4.5em);
  }
  .result_content .examination .caution_txt {
    text-indent: -1em;
    margin-left: 1em;
    position: relative;
    margin-bottom: 15px;
  }
  .result_content .examination table {
    margin: 20px 0 10px;
    border-collapse: collapse;
    width: 100%;
  }
  .result_content .examination table tr:first-of-type {
    text-align: center;
    background-color: #dcdcdc;
  }
  .result_content .examination table tr:first-of-type td {
    padding: 5px 0;
  }
  .result_content .examination table td {
    border: 1px solid #909090;
    font-size: 1.4rem;
    padding: 5px 10px;
    background-color: #fff;
  }
  .result_content .examination .link_txt {
    margin-top: 15px;
  }
  .result_content .examination .link_area {
    margin-bottom: 15px;
  }
  .result_content .examination .link_area a {
    display: block;
    margin-top: 5px;
  }
  .result_content .block .map {
    width: 100%;
    height: 250px;
  }
  .result_content .block.about .btn {
    margin: 0 0 20px !important;
  }
  .result_content .prize h2 span {
    display: inline-block;
  }
  .result_content .prize .notice .accordion {
    background-color: #0095db;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px 30px;
    position: relative;
    margin-bottom: 20px;
  }
  .result_content .prize .notice .accordion span {
    display: inline-block;
  }
  .result_content .prize .notice .accordion::after, .result_content .prize .notice .accordion::before {
    content: "";
    position: absolute;
    right: 20px;
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .result_content .prize .notice .accordion::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .result_content .prize .notice .accordion.active::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .result_content .prize .notice .accordion.active::after {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .result_content .prize .notice .accordion_wrapper {
    display: none;
    padding-bottom: 30px;
  }
  .result_content .prize .block + .block {
    margin-top: 2em;
  }
  .result_content .prize .block > p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention {
    border: solid 1px #ff0000;
  }
  .result_content .prize .attention h3 {
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    color: #ff0000;
    padding: 10px;
    border-bottom: solid 1px #ff0000;
    letter-spacing: .2em;
  }
  .result_content .prize .attention_body {
    padding: 10px 15px;
  }
  .result_content .prize .attention_body p {
    margin-bottom: 1.5em;
  }
  .result_content .prize .attention_body dl dt {
    font-weight: bold;
  }
  .result_content .prize .btn.is_arrow {
    margin-top: 10px;
  }
  .result_content .prize .btn.is_arrow span {
    background-color: #25c400;
    font-size: 1.4rem;
  }
  .result_content .guide dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
  }
  .result_content .guide dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .result_content .guide dl + .note {
    margin-top: 0;
  }
  .result_content .guide dl dt, .result_content .guide dl dd {
    vertical-align: top;
  }
  .result_content .guide dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .result_content .guide dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .result_content .guide dl dd .note {
    margin-top: 0;
  }
  .result_content .guide dl:nth-of-type(1) {
    margin-top: 1em;
  }
  .result_content .guide .table {
    margin: 1.7em 0 1.7em;
  }
  .result_content .guide .table tr td:nth-child(1) {
    width: 140px;
  }
  .result_content .guide .note li + li {
    margin-top: .5em;
  }
  .result_content .guide .pix {
    margin: 3em 0 0;
  }
  .result_content .end_text {
    margin-top: 15px;
    display: table;
    padding: 10px 0;
    color: #e60012;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
  }
  .result_content .line_through {
    position: relative;
    display: inline-block;
    margin-right: .5em;
  }
  .result_content .line_through:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .timeTable tr:first-of-type td {
    background-color: #ececec;
  }
  .timeTable tr td:first-of-type {
    width: 80px;
    text-align: center;
  }
  .place .photo_plance {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .place .photo_plance li {
    margin-top: 10px;
  }
  .place .photo_plance li:nth-of-type(-n+3) {
    width: 31%;
  }
  .place .photo_plance li:nth-of-type(n+4) {
    width: 48%;
  }
  .place .photo_plance li img {
    width: 100%;
  }

  /* peatix */
  .peatixBtn a {
    padding: 10px;
    border: solid #aaa;
    border-width: 2px 2px 2px 20px;
    display: block;
    position: relative;
    line-height: 1.4;
    color: #000;
    background: url(../images/me/peatix_logo.jpg) 95% center no-repeat;
    background-size: 60px;
    font-size: 12px;
    text-align: left;
  }
  .peatixBtn.report a {
    background: url(../images/me/report_logo.png) 96% center no-repeat;
    background-size: 60px;
  }
  .peatixBtn a::after {
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: -16px;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .peatixBtn a em {
    margin-bottom: .5em;
    display: block;
    font-weight: bold;
  }
  .peatixBtn a strong {
    padding-top: .5em;
    display: block;
    font-weight: bold;
    font-size: 13px;
  }
  .peatixBtn a .csText {  display: none;}
  .peatixBtn a.cs { pointer-events: none;}
  .peatixBtn a.cs .csText {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    line-height: 5;
    font-size: 18px;
    text-align: center;
  }

}
