@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-width: 320px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1C1C1C;
    text-align: justify;
    word-break: break-all;
    background-color: #EDEDED;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .pc-no-scroll {
        overflow: hidden;
    }
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dd {
    padding: 0;
    margin: 0;
}

a {
    color: #0000EE;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-user-drag: none;
}

.entry-another1,
.entry-another3 {
    background-color: #FFF8E3;
}

.l-wrapper {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.p-top-header {
    height: 48px;
    background-color: #fff;
}

.p-logo-dmkt__header--logo {
    max-width: 116px;
    max-height: 48px;
    line-height: 24px;
    margin-left: 16px;
    padding: 12px 0px 10px;
}

@media screen and (min-width: 768px) {
    .p-logo-dmkt__header--logo {
        margin-left: 32px;
    }
}

.l-main {
    flex: 1;
}

.p-top-content {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-top-content {
        width: 60vw;
    }
}

.p-top-content,
.p-entry-page__top--content {
    text-align: center;
}


.p-main-title {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 24px;
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .p-main-title {
        font-size: 30px;
        font-weight: 700;
        margin: 60px 0 40px;
    }
}

.p-main-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .p-main-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }
}


.p-middle-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 48px 40px;
    margin: 0 16px;
}

@media screen and (min-width: 768px) {
    .p-middle-content {
        margin: 0 120px;
    }
}

.p-middle-content,
.p-middle-content__survey--detail {
    padding: 24px 16px;
}

@media screen and (min-width: 768px) {

    .p-middle-content,
    .p-middle-content__survey--detail {
        padding: 48px 60px;
    }
}

.p-middle-content__title {
    font-size: 18px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .p-middle-content__title {
        font-size: 26px;
        margin-bottom: 48px;
    }
}

.p-survey-list>section {
    margin-bottom: 48px;
}

.p-survey-list>section:last-child {
    margin-bottom: 0;
}

.p-survey-text {
    display: flex;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-survey-text {
        margin-bottom: 16px;
        position: relative;
    }
}

.p-survey-question__icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #CF0E32;
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    .p-survey-question__icon {
        width: 64px;
        height: 64px;
        font-size: 20px;
        line-height: 64px;
        position: absolute;
        left: -20px;
    }
}

.p-survey-required__question,
.p-survey-optional__question {
    width: 80%;
    font-size: 16px;
    margin-left: 6px;
    text-align: left;
    word-break: break-all;
}

@media screen and (min-width: 768px) {

    .p-survey-required__question,
    .p-survey-optional__question {
        width: 90%;
        font-size: 18px;
        margin-left: 60px;
    }
}

.p-survey-required__question::after {
    content: "必須";
    background-color: #F03155;
    color: #fff;
    font-size: 14px;
    min-width: 10px;
    padding: 3px 16px;
    margin-right: 2px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10px;
    display: inline-block;
}

.p-survey-optional__question::after {
    content: "任意";
    background-color: #B2B2B2;
    color: #fff;
    font-size: 14px;
    min-width: 10px;
    padding: 3px 16px;
    margin-right: 2px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 10px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-survey-choices {
        margin-top: 30px;
    }
}

.p-dropdown {
    display: flex;
    flex-direction: unset;
    justify-content: center;
}

.dropdown {
    display: inline-block;
    width: 100%;
    padding: 16px 42px 16px 14px;
    background-color: #fff;
    border: 2px solid #B5B5B5;
    border-radius: 8px;
    color: #909090;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .dropdown {
        padding: 22px 73px 22px 20px;
        font-size: 16px;
    }
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #B5B5B5;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.dropdown-toggle.selected {
    color: #1C1C1C;
}

.dropdown-toggle.unselected {
    color: #909090;
}

.dropdown-toggle.selected::after {
    border-top: 12px solid #F03055;
}

.dropdown.open .dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 2px solid #B5B5B5;
    border-radius: 8px;
    z-index: 999;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-item {
    position: relative;
    padding: 20px 14px;
    color: #1C1C1C;
}

.dropdown-item::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: #B5B5B5;
}

.dropdown-item:last-child::after {
    content: none;
}

.dropdown-menu,
.dropdown-item {
    cursor: pointer;
}

.dropdown-item:nth-child(2).selected,
.dropdown-item:nth-child(3).selected,
.dropdown-item:nth-child(4).selected {
    background-color: #FFD1D9;
    border: 2px solid #F03055;
}

.dropdown-item:last-child.selected {
    background-color: #FFD1D9;
    border: 2px solid #F03055;
    border-radius: 0 0 8px 8px;
}

.dropdown.selected {
    background-color: #FFD1D9;
    border: 2px solid #F03055;
}

.dropdown.unselected {
    background-color: #fff;
    border: 2px solid #B5B5B5;
}

input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.p-checkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-checkbox-label,
.p-radio-label {
    position: relative;
    cursor: pointer;
}

.p-checkbox-label {
    margin-bottom: 20px;
}

.p-checkbox-label:last-child {
    margin: 0;
}

.p-checkbox-label::after {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 2px solid #B5B5B5;
    border-radius: 6px;
    cursor: pointer;
}

.p-checkbox-label::after,
.p-checkbox-label::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.p-checkbox-label::after {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 2px solid #B5B5B5;
    border-radius: 6px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .p-checkbox-label::after {
        width: 44px;
        height: 44px;
        line-height: 44px;
        left: 0;
    }
}

.p-checkbox-label::before {
    width: 6px;
    height: 14px;
    top: -3px;
    left: 13px;
    border-right: 5px solid #f03055;
    border-bottom: 5px solid #f03055;
    transform: rotate(45deg);
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .p-checkbox-label::before {
        top: -5px;
        left: 17px;
        width: 8px;
        height: 18px;
        border-right: 6px solid #f03055;
        border-bottom: 6px solid #f03055;
    }
}

.p-survey-checkbox__text {
    font-size: 14px;
    display: inline-flex;
    margin-left: 56px;
}

@media screen and (min-width: 768px) {
    .p-survey-checkbox__text {
        margin-left: 78px;
        font-size: 16px;
        height: 44px;
        align-items: center;
    }
}

input[type="checkbox"]:checked+.p-checkbox-label::before {
    opacity: 1;
    z-index: 1;
}

input[type="checkbox"]:checked+.p-checkbox-label::after {
    border: 2px solid #f03055;
    background-color: #FFD1D9;
}

input[type="checkbox"]:checked+.p-checkbox-label span {
    color: #f03055;
}

input[type="radio"] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.p-radio-container {
    display: flex;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .p-radio-container {
        margin-bottom: 16px;
    }
}

.p-radio-label {
    width: 100%;
    border: 2px solid #B5B5B5;
    border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .p-radio-label {
        border-radius: 34px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
}

.p-radio-label::after,
.p-radio-label::before {
    position: absolute;
    content: "";
    display: block;
}

.p-radio-label::after {
    width: 23px;
    height: 23px;
    border: 2px solid #B5B5B5;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
}

@media screen and (min-width: 768px) {
    .p-radio-label::after {
        width: 28px;
        height: 28px;
        right: 20px;
    }
}

.p-radio-label::before {
    right: 16px;
    margin-top: 8px;
    width: 14px;
    height: 14px;
    color: #f03055;
    background: #f03055;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-radio-label::before {
        width: 16px;
        height: 16px;
        right: 27.5px;
    }
}

input[type="radio"]:checked+.p-radio-label::before {
    opacity: 1;
}

input[type="radio"]:checked+.p-radio-label::after {
    border: 2px solid #f03055;
}

input[type="radio"]:checked {
    outline: none;
}

input[type="radio"]:checked+.p-radio-label {
    border: 2px solid #f03055;
    background-color: #FFD1D9;
}

.p-survey-radio__text {
    font-size: 14px;
    display: block;
    padding: 10px 45px 10px 10px;
}

@media screen and (min-width: 768px) {
    .p-survey-radio__text {
        font-size: 16px;
        padding: 0 74px 0 32px;
    }
}


.p-photo-radio__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 52px;
}

@media screen and (min-width: 768px) {
    .p-photo-radio__form {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

.p-photo-radio__container {
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .p-photo-radio__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 0 20px;
    }

    .p-photo-radio__container:nth-last-child(1),
    .p-photo-radio__container:nth-last-child(2) {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-photo-radio__container {
        padding: 0 0 36px;
    }

    .p-photo-radio__container:nth-last-child(1),
    .p-photo-radio__container:nth-last-child(2),
    .p-photo-radio__container:nth-last-child(3),
    .p-photo-radio__container:nth-last-child(4) {
        padding: 0;
    }
}

.p-photo-radio__label::after,
.p-photo-radio__label::before {
    position: absolute;
    content: "";
    display: block;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {

    .p-photo-radio__label::after,
    .p-photo-radio__label::before {
        top: -36px;
    }
}

.p-photo-radio__label::after {
    width: 23px;
    height: 23px;
    border: 2px solid #B5B5B5;
    border-radius: 50%;
}

.p-photo-radio__label::before {
    left: 50%;
    margin-top: 6px;
    width: 14px;
    height: 14px;
    color: #f03055;
    background: #f03055;
    border-radius: 50%;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .p-photo-radio__label::before {
        margin-top: 7px;
        width: 12px;
        height: 12px;
    }
}

input[type="radio"]:checked+.p-photo-radio__label::before {
    opacity: 1;
}

input[type="radio"]:checked+.p-photo-radio__label::after {
    border: 2px solid #f03055;
}

.p-photo-radio__img {
    border-radius: 6px;
}

.p-survey-photo__radio--text {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    .p-survey-photo__radio--text {
        font-size: 16px;
        margin-top: 14px;
    }
}

.p-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-bottom-content__box {
    margin: 40px 0 20px;
}

.p-bottom-content__box a {
    text-decoration: none;
}

.p-return-btn {
    width: 168px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    color: #1C1C1C;
    border: 2px solid #B5B5B5;
    border-radius: 30px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .p-return-btn {
        width: 360px;
        height: 60px;
        font-size: 20px;
    }
}

.p-request-btn {
    width: 168px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
    text-align: center;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

#submit-button,
#submit-button-another2,
#submit-button-another3 {
    background-color: #CECECE;
    color: #818181;
    cursor: not-allowed;
}

#submit-button.active {
    color: #FFFFFF;
    background-color: #CF0E32;
    cursor: pointer;
}

#submit-button-another2.active {
    color: #FFFFFF;
    background-color: #11CBB5;
    cursor: pointer;
}

#submit-button-another3.active {
    color: #FFFFFF;
    background-color: #F59C42;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .p-request-btn {
        width: 360px;
        height: 60px;
        font-size: 20px;
        margin-left: 24px;
    }
}

.p-alert-text {
    color: #CF0E32;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .p-alert-text {
        font-size: 16px;
        margin-bottom: 36px;
    }
}

.p-main-title__entry--result {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-main-title__entry--result {
        font-size: 30px;
        margin-top: 60px;
    }
}


@media screen and (max-width: 767px) {
    .p-main-subtitle__entry--result--pc {
        display: none;
    }

    .p-main-subtitle__entry--result--sp {
        font-size: 14px;
        margin: 24px 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .p-main-subtitle__entry--result--pc {
        font-size: 18px;
        margin: 40px 0;
        text-align: center;
    }

    .p-main-subtitle__entry--result--sp {
        display: none;
    }
}

.p-main-subtitle__entry--error {
    font-size: 14px;
    margin: 24px 22px 24px 32px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .p-main-subtitle__entry--error {
        font-size: 18px;
        margin: 40px 0;
    }
}

.p-middle-content__entry--result {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 0 26px;
    margin: 0 16px 24px;
}

@media screen and (min-width: 768px) {
    .p-middle-content__entry--result {
        width: 60vw;
        display: flex;
        justify-content: center;
        margin: 0 auto 40px;
        padding: 38px 0 40px;
    }
}

.p-middle-content__entry--result--inner {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-middle-content__entry--result--inner {
        text-align: center;
    }
}

.p-campaign-name__red--border,
.p-entry-account__red--border {
    color: #fff;
    font-size: 12px;
    background-color: #CF0E32;
    border-radius: 19px;
    padding: 5px 20px;
    margin-left: 16px;
}

@media screen and (min-width: 768px) {

    .p-campaign-name__red--border,
    .p-entry-account__red--border {
        font-size: 16px;
        padding: 4px 29px;
        margin-left: 0;
    }
}

.p-middle-content__text {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .p-middle-content__text {
        font-size: 22px;
    }
}

.p-campaign-name {
    margin: 10px 26px 18px;
}

@media screen and (min-width: 768px) {
    .p-campaign-name {
        margin: 10px 26px 30px;
    }
}

.p-entry-account {
    margin: 10px 26px 0;
}

.p-other-account__entry {
    font-size: 12px;
    margin: 24px 28px;
}

@media screen and (min-width: 768px) {
    .p-other-account__entry {
        font-size: 16px;
        margin: 0 0 40px 0;
    }
}

.p-advance-btn {
    position: relative;
    min-width: 270px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #CF0E32;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    padding: 0 25px 0 15px;
}

@media screen and (min-width: 768px) {
    .p-advance-btn {
        min-width: 380px;
        height: 60px;
        font-size: 22px;
        padding: 0 50px;
    }
}

.p-advance-btn__bottom--blank {
    margin-bottom: 255px;
}

@media screen and (min-width: 768px) {
    .p-advance-btn__bottom--blank {
        margin-bottom: 82px;
    }
}

.p-advance-btn>span {
    line-height: 38px;
}

@media screen and (min-width: 768px) {
    .p-advance-btn>span {
        line-height: 60px;
    }
}

.p-advance-btn__arrow {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
    .p-advance-btn__arrow {
        top: 40%;
        right: 30px;
        width: 13px;
        height: 13px;
    }
}

.l-footer-result {
    border-top: 1px solid #B5B5B5;
}

.p-bottom-market__top {
    height: 42px;
    display: flex;
    justify-content: right;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-bottom-market__top {
        height: 52px;
    }
}

.p-bottom-market__top a {
    text-decoration: none;
    color: #1C1C1C;
}

.p-bottom-market__top--icon {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

@media screen and (min-width: 768px) {
    .p-bottom-market__top--icon {
        width: 28px;
        height: 28px;
        margin-right: 6px;
        vertical-align: middle;
    }
}

.p-bottom-market__top--text {
    font-size: 14px;
    position: relative;
    margin-right: 30px;
}

@media screen and (min-width: 768px) {
    .p-bottom-market__top--text {
        font-size: 16px;
        margin-right: 54px;
    }
}

.p-bottom-market__top--text::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -12px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #1C1C1C;
    border-right: 3px solid #1C1C1C;
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
    .p-bottom-market__top--text::after {
        top: 27%;
        right: -16px;
    }
}

.l-footer-copyright {
    height: 40px;
    line-height: 39px;
    text-align: center;
    background-color: #333;
    font-size: 10px;
    color: #fff;
}

.requiredError {
    color: #CF0E32;
}

.p-requiredError-text {
color: #0f9351;
display: block;
margin-top: 10px;
margin-left: 52px;
margin-bottom: 12px;
font-size: 18px;
word-break: break-all;
letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
.p-requiredError-text {
    font-size: 22px;
    margin-left: 60px;
    margin-bottom: 6px;
}
}
