@charset "UTF-8";

/* defaultSetting
------------------------------*/
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
}

/* a:link { color: #ff0000; }

a:hover { color: #ff0000; }

a:active { color: #ff0000; }

a:visited { color: #ff0000; } */

body {
    background: url(../img/body_bg.png);
}

.wrapper {
    padding-bottom: 50px;
}

.headline {
    font-size: 1.4rem;
    background: #f84473;
    padding: 5px 0;
    color: #FFF;
}

.headline__center {
    margin: 0px auto;
}

.container {
    padding: 1.5%;
}

.content__title {
    background: url(../img/title_content.png);
    background-size: cover;
    padding-top: 25.4%;
    text-indent: -9999px;
    margin-bottom: 2.5%;
    height: 0;
}

.reviewOutline {
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 3%;
    padding: 2% 1.2% 1.2% 1.2%;
}

.reviewPrize ul li {
    background: linear-gradient(#7086ff 0%, #3553ff 40%, #7086ff 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #304be8;
    color: #FFF;
    border-radius: 8px;
    padding: 2.3% 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
    float: left;
    margin-bottom: 1.3%;
}

.reviewPrize ul li:nth-child(2n+2) {
    margin-right: 0;
}

.reviewPrize ul li a {
    color: #FFF;
    text-decoration: none;
}

.reviewPrize.whiteDay2017 ul li.prize--1st {
    background: linear-gradient(#ffe949 0%, #ffd84a 40%, #ffcf23 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #ffcb0c;
    border-radius: 8px;
    padding: 2.3% 0;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-bottom: 1.3%;
}

.reviewPrize.whiteDay2017 ul li.prize--2nd {
    background: linear-gradient(#f0f7ff 0%, #cccccc 40%, #c3c3c3 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding: 2.3% 0;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-bottom: 1.3%;
}

.reviewPrize.whiteDay2017 ul li.prize--3rd {
    background: linear-gradient(#ffce99 0%, #ff8c2a 40%, #ff7d0d 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #cf6910;
    border-radius: 8px;
    padding: 2.3% 0;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-bottom: 1.3%;
}

.search_cross_box {
    width: 1392px;
    margin: 20px auto 10px;
    font-size: 12px;
}

#search_cross_form {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}



.reviewPrize.whiteDay2017 ul li span {
    background: linear-gradient(#FFF 0%, #f3faff 40%, #e0dece 100%);
    display: block;
    color: #45a8ff;
    font-size: 2.6rem;
    margin: 0 10px;
    padding: 1.62rem 0;
    border-radius: 8px;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 2px 0px white, 0px 3px 0px #ceb3ff;
}


.reviewDetails {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
}

.reviewDetails__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffe8;
    padding: 1.5% 0px 1.5% 2.5%;
    background: linear-gradient(to right, #000, #888888);
}

.reviewDetails__body {
    padding: 2.5% 2.5% 5% 2.5%;
}

.reviewDetails__body__come {
    color: red;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}

.reviewRule ol {
    list-style: decimal;
    list-style-position: inside;
}

.reviewRule ol li {
    color: #f84473;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.3%;
    line-height: 1.4;
    list-style: auto;
    margin-left: 21px;
}

.reviewRule ol li:last-child {
    margin-bottom: 0;
}

.reviewForm table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 1.3%;
    margin-bottom: 2.6%;
}

.reviewForm table tbody th,
.reviewForm table tbody td {
    padding: 1.9%;
    font-size: 1.4rem;
    vertical-align: middle;
}

.reviewForm table tbody th {
    color: #ffffe8;
    text-align: left;
    background: #333333;
    border-bottom: 1px dotted #666666;
}

.reviewForm table tbody td {
    border-bottom: 1px solid #d5d5d5;
    background: #eeeeee;
    color: #747474;
    position: relative;
}

.reviewForm table select {
    font-size: 1.6rem;
    padding: 1%;
}

.reviewForm table input[type="text"] {
    font-size: 1.6rem;
    padding: 1%;
}

.reviewForm .button {
    display: inline;
}

.reviewAttention ul {
    padding-left: 2.5%;
    list-style: disc;
    list-style-position: outside;
}

.reviewAttention ul li {
    line-height: 1.4;
    font-size: 1.5rem;
    margin-bottom: 1.8%;
}

.reviewResult p {
    font-size: 2.8rem;
    line-height: 1.4;
    color: #ff4545;
}


.reviewAnnounce {
    margin-bottom: 3%;
    background: #ff6088;
    padding: 2%;
    border: 2px solid #ffc03a;
    border-radius: 8px;
}

.reviewAnnounce__title {
    margin-bottom: 2%;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: hsla(64, 100%, 60%, 1);
    letter-spacing: 0.1em;
    text-shadow: 0 0 3px #ff0040, 0 0 3px #ff0040, 0 0 3px #ff0040, 0 0 3px #ff0040;
}

.reviewAnnounce__title span {
    display: inline-block;
}

.reviewAnnounce__button a {
    background: #fff;
    display: block;
    padding: 3%;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}


.button {
    border: none;
}

.button\--require {
    color: #FFF;
    background: linear-gradient(#ff84b3 15%, #ef4c8d 40%, #ef4c8d 60%, #ff84b3 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset, 1px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 1.8rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.1em;
}

.button\--require\--back {
    background: linear-gradient(#8F8F8F 15%, #707070 40%, #707070 60%, #A3A3A3 100%);
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.textCenter {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 10px;
    }

    .headline__center {
        width: 830px;
    }

    .container {
        width: 820px;
        margin: 0px auto;
    }

    .reviewOutline__text {
        background: url(../img/text_outline.png);
        width: 810px;
        height: 77px;
        margin-left: -6px;
        margin-bottom: 1.5%;
        text-indent: -9999px;
    }

    .reviewOutline__text.aniversary {
        background: url(../img/13th_aniv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 1250px;
        margin-left: 3px;
        margin-bottom: 0;
        text-indent: -9999px;
    }

    .reviewPrize ul li {
        width: 49.1%;
        margin-right: 1.3%;
    }

    .reviewForm table tbody th {
        width: 277px;
    }

    .reviewForm select {
        width: 250px;
    }

    .reviewForm input[type="text"] {
        width: 240px;
    }
}

.reviewOutline__text.whiteDay2017 {
    background: none;
    height: auto;
    line-height: 1.2;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5%;
    color: #f84473;
    text-shadow: 2px 2px 0 #FFF, 3px 3px 0 #d8d8d3;
}

.reviewOutline__text.whiteDay2017.postsScript {
    font-size: 1.8rem;
    line-height: 3rem;
}

.reviewPrize.whiteDay2017 ul li {
    width: 100%;
    margin-right: 1.3%;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 8px;
    }

    @media only screen and (min-width: 769px) {
        html#review_form_list {
            font-size: unset;
        }

        #review_form_list .container {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    .reviewAnnounce__title {
        font-size: 19px;
    }

    .reviewAnnounce__button a {
        font-size: 15px;
    }

    .headline__center {
        text-align: center;
    }

    .reviewOutline__text {
        line-height: 1.2;
        font-size: 2.8rem;
        font-weight: bold;
        margin-bottom: 1.5%;
        color: #f84473;
        text-shadow: 2px 2px 0 #FFF, 3px 3px 0 #d8d8d3;
    }

    .reviewOutline__text.aniversary {
        background: url(../img/13th_aniv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 145vw;
        margin-left: 0.2%;
        margin-bottom: 1.5%;
        text-indent: -9999px;
    }

    .reviewOutline__text span {
        display: block;
    }

    .reviewPrize ul li {
        width: 100%;
        margin-right: 1.3%;
    }

    .reviewForm select {
        width: 100%;
    }

    .reviewForm input[type="text"] {
        box-sizing: border-box;
        width: 100%;
    }

    .reviewAttention ul {
        padding-left: 6%;
        padding-right: 6%;
    }
}

.reviewOutline__text--whiteDay2017 {
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1.5%;
    color: #f84473;
    text-shadow: 2px 2px 0 #FFF, 3px 3px 0 #d8d8d3;
}

.reviewOutline__text.whiteDay2017.postsScript {
    font-size: 1.8rem;
    line-height: 3rem;
}

.column_name {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    text-align: center;
}

.column_name th {
    width: 100%;
}

.column_data {
    display: flex;
    text-align: center;
}

.column_data td {
    width: 5.18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.column_name {
    display: flex;
    /* background: #c4c4c4; */
    flex-wrap: wrap;
    text-align: center;

}

.column_name th {
    width: 220px;
    background: antiquewhite;
    text-align: left;
    padding: 7px 9px;
}

.column_name td {
    width: 570px;
    text-align: left;
    padding: 7px;
}

.request_datas_text {
    background: #fff;
    padding: 20px;
    font-size: 15px;
    width: 1000px;
    page-break-after: avoid;
}

.request_datas_text.keiri_view .column_name td {
    width: 737.1px;
    text-align: left;
    padding: 7px;
    /* font-size: 19px; */
}

.keiri_discount_list_table .column_name th,
.keiri_discount_list_table .column_data td {
    width: 280px !important;
    font-size: 19px !important;
    padding: 10px 0;
}

.keiri_discount_list_table .column_data {
    background: #fff !important;
}

.keiri_discount_list_table select {
    word-wrap: normal;
    width: 160px;
    /* text-align: center; */
}

.request_datas_text.keiri_view {
    background: #fff;
    padding: 20px;
    font-size: 19px;
    width: 1000px;
    page-break-after: avoid;
}

.discount_list_table .column_name th {
    width: 5.18vw;
    text-align: center;
    font-size: 12px;
}

.discount_list_table .mail_send_flag {
    font-size: 12px;
    font-weight: bold;
}

input.point_output {
    width: 30px;
}

input.price_output {
    width: 60px;
}

.form_list_all {
    margin: 0 auto;
    width: 820px;
}

.request_datas .id,
.request_datas .created_at,
.request_datas .name_media,
.request_datas .url,
.request_datas .user_name_pen,
.request_datas .name_shop,
.request_datas .play_ymd,
.request_datas .name_cast,
.request_datas .user_name_shop,
.request_datas .user_tel,
.request_datas .user_mail,
.request_datas .request_ymd,
.request_datas .discount_price,
.request_datas .pub_ymd,
.request_datas .word_count,
.request_datas .writing_ability,
.request_datas .ad_power,
.request_datas .total_score,
.request_datas .word_count_score,
.request_datas .total_score_low,
.request_datas .total_score_middle,
.request_datas .total_score_high,
.request_datas .sign_ymd,
.request_datas .sign_name,
.request_datas .Judg_abc {
    position: absolute;
    font-size: 36px;
}

.request_datas .name_media {
    top: 458px;
    right: 214px;
    width: 390px;
    text-align: center;
}

.request_datas .request_ymd {
    top: 123px;
    right: 195px;
}

.request_datas .user_name_pen {}

.request_datas .name_shop {
    top: 457px;
    left: 217px;
    font-size: 31px;
    width: 387px;
    text-align: center;
    line-height: 31px;
}

.request_datas .name_cast {
    top: 587px;
    left: 237px;
    width: 320px;
    text-align: center;
}

.request_datas .user_name_shop {
    /*
      top: 196px;
      left: 507px;

      top: 340px;
      left: 377px;
      */
    top: 328px;
    left: 207px;
    width: 360px;
    text-align: center;
}

.request_datas .word_count {
    top: 457px;
    left: 1040px;
    font-size: 42px;
}

.request_datas .writing_ability {
    top: 781px;
    right: 870px;
    font-size: 40px;
}

.request_datas .ad_power {
    top: 857px;
    right: 870px;
    font-size: 40px;
}

.request_datas .pub_ymd {
    /*
    top: 856px;
    right: 870px;
    */
    top: 330px;
    right: 270px;
}

.request_datas .total_score {
    top: 725px;
    left: 488px;
    font-size: 40px;
}

.request_datas .word_count_score {
    top: 702px;
    left: 346px;
    font-size: 40px;
}

.request_datas .total_score_low {
    /*
        top: 483px;
        left: 759px;
        */
    top: 807px;
    left: 618px;
    font-size: 100px;
}

.request_datas .total_score_middle {
    /*
        top: 436px;
        left: 759px;
        font-size: 46px;
        */
    top: 732px;
    left: 618px;
    font-size: 100px;
}

.request_datas .total_score_high {
    /*
        top: 388px;
        left: 759px;
        */
    top: 656px;
    left: 618px;
    font-size: 100px;
}

#popup_url_button {
    cursor: pointer;
    text-decoration: underline;
}

#popup_url_button:hover {
    color: #ababab;
}

#popup_url_image {
    padding: 20px;
    position: fixed;
    width: 30%;
    height: 500px;
    top: 17%;
    background: #c3c3c3;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.request_datas_text {
    background: #fff;
    padding: 20px;
    font-size: 19px;
    width: 1000px;
    page-break-after: avoid;
}

.word_count_button {
    width: 180px;
    background-color: #efefef;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}

.word_count_button:hover {
    /* border: 2px solid #000; */
    background-color: #d8d8d8;
}

#waiting_count {
    margin-left: 10px;
    opacity: 0
}

.review_form_confirm_twice_content {
    background: #fff;
    padding: 60px;
    font-size: 13px;
    width: calc(50% - 160px);
}

.review_form_confirm_twice {
    display: flex;
    justify-content: space-evenly;
}

a.review_form_confirm_twice_content_send {
    text-align: center;
    text-decoration: none;
}

a.review_form_confirm_twice_content_send div {
    background: #000;
    width: 470px;
    margin: 0 auto;
    padding: 18px;
    margin-top: 40px;
    font-size: 33px;
    color: #fff;
    text-decoration: none;
}

p.sign_ymd {
    top: 1200px;
    right: 270px;
}

p.sign_name {
    top: 1200px;
    right: 750px;
}

p.Judg_abc {
    top: 1160px;
    right: 140px;
}

p.other_comment {
    position: absolute;
    top: 960px;
    right: 110px;
    font-size: 22px;
    width: 910px;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
}

.reviewForm table input::placeholder {
    color: #dbdada;
}

#search_area {
    width: 1392px;
    margin: 20px auto 10px;
    font-size: 12px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.search_box {
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 340px;
}

.search_box span {
    width: 100%;
}

.search_box input {
    margin-right: 10px;
    padding: 2px
}

.search_box select {
    margin-right: 10px;
    width: 150px;
    padding: 4px 0px;
}

.return_list {
    width: 1392px;
    margin: 20px auto;
    font-size: 16px;
}

td.send_input {
    cursor: pointer;
}

td.send_input:hover {
    color: #3490dc;
}

.py-4 {

    width: 1392px;
    margin: 0 auto;

}

.corre {
    width: 1392px;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 2px;
}

.corre span {
    font-size: 35px;
    color: red;
    font-weight: bold;
}

.search_area_text {
    width: 100%;
    margin-top: 7px;
}

.search_box button {
    border: 1px solid #000;
    padding: 3px 14.5px;
    border-radius: 3px;
}

.column_data .remarks {
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

textarea.other_comment {
    width: 100%;
    height: 110px;
}

.request_datas_pdf {
    page-break-after: avoid;
}

/***************印刷設定****************/
@media print {
    nav {
        display: none;
    }
}

/************************13周年用css*************************************/
.reviewPrize.aniversary ul li {
    width: 32%;
    font-size: 14px;
    margin-right: 0;
}

.reviewPrize.aniversary {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.media_disp_box ul {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px solid #f84473;
    border-radius: 8px;
    margin-bottom: 3%;
    padding: 5px 5px 0px;
}

.media_disp_box ul.flex_start {
    justify-content: flex-start;
}

.media_disp_box ul.flex_start li {
    margin-right: 6px;
}

.media_disp_box ul.disp {
    display: flex;
}

.media_select_box {
    width: 37%;
}

.media_select_box select {
    width: 100%;
    padding: 5px 0;
    font-size: 19px;
}

.media_disp_box {
    width: 60%;
    display: flex;
    justify-content: center;
}

.media_disp_box ul li.shop_name {
    width: 100%;
    background: linear-gradient(#fff470 0%, #e9fd40 40%, #fff470 100%);
    box-shadow: 1px 1px 0 rgb(255 255 255 / 20%) inset, 1px 1px 2px rgb(0 0 0 / 40%);
    border: 1px solid #fff470;
    margin-right: 0;
}

.media_disp_box ul li a {
    width: 100%;
    display: block;
}

.media_disp_box ul li.shop_name a {
    color: #000;
}

.media_text_box {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

.media_text_box.flex {
    display: flex;
    font-weight: bold;
}

.media_text_box p {
    line-height: 1.2em;
}

.submit_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.submit_button {
    width: 60%;
}

.submit_text {
    width: 40%;
}

.submit_text .caution {
    text-align: left;
    display: block;
    margin-left: 20px;
    font-size: 12px;
    color: #959595;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2em;
}

.reviewForm .submit_area .button {
    display: block;
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    .reviewPrize.aniversary ul li {
        margin-right: 0;
        font-size: 1.5rem;
        width: 100%;
    }

    .media_select_box {
        width: 100%;
    }

    .media_disp_box {
        width: 100%;
        margin-top: 10px;
    }

    .media_text_box {
        font-size: 1.6rem;
    }

    .media_text_box.flex {
        justify-content: center;
        font-size: 1.6rem;
    }

    .submit_button {
        width: 100%;
    }

    .reviewForm .submit_area .button {
        margin: auto;
    }

    .submit_text {
        width: 100%;
        margin-top: 10px;
    }

    .submit_text .caution {
        margin-left: 0;
        font-size: 11px;
        text-indent: 0;
        padding-left: 0;
    }

}

/***********************************************************************/

/*# sourceMappingURL=main.css.map */