.edit-header__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
}

.edit-header__box p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 33px 0;
}

@media only screen and (max-width: 767px) {
    .edit-header__box p {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        padding: 13px 0;
        line-height: 1.4;
    }
}

aside.edit>div:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: calc(100% + 40px);
    z-index: 1000;
}

.result-area__new--labels__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.result-area__new--labels__row:first-child {
    margin-top: 22px;
}

.result-area__new--labels__row>div:nth-child(1) {
    background: #593b8b;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 6px 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .1em;
    width: 140px;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row>div:nth-child(1) {
        width: 100%;
    }
}

.result-area__new--labels__row>div:nth-child(2) {
    width: calc(100% - 140px);
    padding: 0 20px 0;
    line-height: 1.7;
    letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row>div:nth-child(2) {
        width: 100%;
        padding: 14px 0;
    }
}

.result-area__new--labels__row2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.result-area__new--labels__row2>div:nth-child(1) {
    background: #593b8b;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 20px 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .1em;
    width: 90px;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row2>div:nth-child(1) {
        width: 100%;
        padding: 6px 0;
    }
}

.result-area__new--labels__row2>div:nth-child(2) {
    width: calc(100% - 90px);
    padding: 0 20px 0;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row2>div:nth-child(2) {
        width: 100%;
    }
}

.result-area__new--labels__row2>div:nth-child(2) ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row2>div:nth-child(2) ul {
        margin-top: 20px;
    }
}

.result-area__new--labels__row2>div:nth-child(2) ul:before {
    content: "";
    display: block;
    width: 33.3333%;
    order: 1;
}

.result-area__new--labels__row2>div:nth-child(2) ul li {
    width: 33.333333%;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    margin: 4px 0;
}

@media only screen and (max-width: 767px) {
    .result-area__new--labels__row2>div:nth-child(2) ul li {
        width: 100%;
    }
}

.result-area__new--labels__row2>div:nth-child(2) ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #593b8b;
    position: absolute;
    left: 0;
    top: 0;
}

.result-area__new-detail>h4 {
    background: #593b8b;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .075em;
    margin-top: 40px;
}

.result-area__new-detail__news {
    background: #f8f8fa;
    padding: 10px;
    width: calc(100% - 28px);
    margin: auto;
    margin-top: 18px;
}

.result-area__new-detail__news table {
    width: 100%;
}

.result-area__new-detail__news table tr td,
.result-area__new-detail__news table tr th {
    vertical-align: top;
    line-height: 1.6;
    padding: 8px 0;
}

.result-area__new-detail__news table tr th {
    font-size: 13px;
    font-weight: bold;
    padding-right: 6px;
}

.result-area__new-detail__news table tr td {
    font-size: 13px;
    padding-left: 12px;
    position: relative;
}

.result-area__new-detail__news table tr td:before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #121212;
}

@media only screen and (max-width: 767px) {
    .result-area__new-detail__news table tr td:before {
        height: 72%;
        bottom: auto;
        top: 10px;
    }
}

.result-area__new-detail__news table tr td a {
    color: #e74587;
    text-decoration: underline;
}

.result-area__new-detail__voices figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 40px);
    margin: 20px auto;
    padding-top: 20px;
    border-top: 1px solid #593b8b;
}

@media only screen and (max-width: 767px) {
    .result-area__new-detail__voices figure {
        width: 100%;
    }
}

.result-area__new-detail__voices figure:first-child {
    padding-top: 0;
    border-top: none;
}

.result-area__new-detail__voices figure>div {
    width: 140px;
    padding-top: 20.2898551%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .result-area__new-detail__voices figure>div {
        width: 80%;
        padding-top: 80%;
        display: block;
        margin: auto;
    }
}

.result-area__new-detail__voices figure figcaption {
    width: calc(100% - 140px);
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .result-area__new-detail__voices figure figcaption {
        width: 100%;
        margin-top: 20px;
    }
}

.result-area__new-detail__voices figure figcaption h3 {
    color: #593b8b;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .result-area__new-detail__voices figure figcaption h3 {
        font-size: 17px;
    }
}

.result-area__new-detail__voices figure figcaption p {
    font-size: 12px;
    line-height: 1.8;
}

.result-area__new-detail__voices figure figcaption p span,
.result-area__new-detail__voices figure figcaption p em {
    display: block;
}

.result-area__new-detail__voices figure figcaption p span {
    margin-top: 10px;
}

.result-area__new-detail__voices figure figcaption p em {
    margin-top: 18px;
}

.clickable-area {
    position: relative;
    cursor: pointer;
}

.clickable-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.6);
    opacity: 0;
}

.clickable-area:hover:before {
    opacity: 1;
}

.catch-copy>h2 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.6;
    padding: 12px 0;
    position: relative;
    font-weight: 700;
    margin-top: 25px;
}

.catch-copy>h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(../images/dots.svg);
    background-size: auto 2px;
    background-position: center;
    left: 0;
    top: 0;
}

.catch-copy>h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(../images/dots.svg);
    background-size: auto 2px;
    background-position: center;
    left: 0;
    bottom: 0;
}

.mainvisual__search__row>div:nth-child(5) {
    width: 100%;
    margin-top: 10px;
}

aside>div form h3 small {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-top: 6px;
}

.mainvisual__search__row>div>p[disabled],
aside>div form h3[disabled] {
    opacity: .6;
}

.mainvisual__search .button button {
    cursor: pointer;
}

.result-area>div {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .result-area>div {
        padding-top: 78px;
    }
}

.result-area>div>b {
    position: absolute;
    right: 50px;
    top: 50px;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #e64687;
    border: 2px solid #e64687;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .result-area>div>b {
        right: auto;
        left: 20px;
        top: 20px;
    }
}

.greeting__inner p {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.greeting__inner p span {
    display: block;
    width: calc(100% - 230px);
    padding-right: 28px;
}

.greeting__inner p b {
    width: 230px;
}

@media only screen and (max-width: 767px) {
    .greeting__inner p span {
        width: 100%;
        padding-right: 0;
    }

    .greeting__inner p img {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 24px;
    }
}

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