﻿@charset "UTF-8";
#contents {
    margin: 25px auto 45px;
}

input.button, button, textarea, input[type="date"], .select {
    font-family: Meiryo, "メイリオ", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", sans-serif;
    color: #333;
}

input[type=text].is-error, input[type=password].is-error,
input[type=date].is-error, textarea.is-error, select.is-error {
    border-color: #fc3601 !important;
    background-color: #fdeae5 !important;
}

fieldset.fieldset-skeleton {
    padding: 0;
    border: 0;
    margin: 0;
}

.select-container::after {
    pointer-events: none;
}

.icon-area, .icon-money {
    background-size: contain;
}

.icon-attention-white {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../../images/woman/icon_attention-white.png) no-repeat;
    background-size: contain;
}

.icon-information-white {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../../images/woman/icon_information-white.png) no-repeat;
    background-size: contain;
}

.entry-help-head {
    position: relative;
    vertical-align: middle;
    top: -1px;
    display: inline-block;
    margin-left: 0;
}

.entry-help-icon {
    box-sizing: border-box;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 3px 0;
    line-height: 1.0;
    vertical-align: top;
    font-size: 1.0rem;
    background: #fff url(../../images/woman/icon_hatena_secondary.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
}
.entry-help-icon:hover + .entry-help-text {
    display: block;
}

.entry-help-text {
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 27px;
    left: -130px;
    right: -130px;
    width: 260px;
    padding: 7px 10px;
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
}
.entry-help-text::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
}

.button-white {
    box-sizing: border-box;
    min-width: 136px;
    height: 40px;
    padding: 13px 10px;
    border: 1px solid #909998;
    font-size: 1.4rem;
    color: #909998;
}
.button-white:link, .button-white:visited {
    color: #909998;
}
.button-white::after {
    content: none;
}
.button-white:hover {
    border-width: 1px;
}

.button-forbidden {
    border-color: transparent;
    color: #fff;
    background-color: #909998;
    box-shadow: none;
    pointer-events: none;
}
.button-forbidden:link, .button-forbidden:visited {
    color: #fff;
}
.button-forbidden::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.button-forbidden:hover {
    top: 0;
    border-color: transparent;
    color: #fff;
}

.icon-radio {
    display: block;
    padding-left: 30px !important;
    background: url(../../images/form/icon_radio_off.png) no-repeat left 16px/20px auto;
    cursor: pointer;
}

input[type="radio"]:checked + .icon-radio {
    background-image: url(../../images/form/icon_radio_on.png);
}

/* =============================================================================
 woman - common
============================================================================= */
.icon-guide-inverse {
    background-size: 24px auto;
    background-image: url(../../images/woman/icon_guide_inverse.png);
}

.text-red {
    color: #e83416;
}

.button-plus {
    overflow: hidden;
    border-color: #ff6d00;
    padding-right: 30px;
    text-align: left;
    line-height: 16px;
    font-size: 1.6rem;
    color: #383838;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-plus:link, .button-plus:visited {
    color: #383838;
}
.button-plus::before, .button-plus::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    border: 0;
    margin: auto 0;
    background-color: #ff6d00;
    -webkit-transform: none;
    transform: none;
}
.button-plus::before {
    width: 15px;
    height: 3px;
}
.button-plus::after {
    margin-right: 6px;
    width: 3px;
    height: 15px;
}
.button-plus:hover::before, .button-plus:hover::after {
    background-color: #bbc1c0;
}
.button-plus.is-selected {
    font-size: 1.4rem;
}
.button-plus span {
    color: #ff6d00;
}
.button-plus span::after {
    content: "：";
}

/* =============================================================================
 woman - Main Visual
============================================================================= */
.hero-woman {
    position: relative;
    display: block;
    height: 390px;
    margin: 20px 0;
    background: url(../../images/woman/woman_hero.jpg) no-repeat center center/cover;
}

.hero-container {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    width: calc(50% - 20px);
    padding: 20px;
    border-top: 4px solid #0f5a84;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.72);
}

.howto-work-title {
    box-sizing: border-box;
    position: relative;
    height: 50px;
    padding: calc( ( 50px - 22px ) / 2 ) 10px;
    margin: 0 0 18px;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    background-color: #ff6d00;
}
.howto-work-title::after {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #ff6d00 transparent transparent transparent;
}

.howto-work-list {
    margin: 18px 0 17px;
}
.howto-work-list li {
    float: left;
    width: calc( ( 100% - 18px ) / 4 );
    margin-left: 6px;
}
.howto-work-list li:nth-child(4n+1) {
    margin-left: 0;
}

.link-woman{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.23);
}

[type=radio][name=howto_work] + label {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.23);
}
[type=radio][name=howto_work] + label:hover {
    top: 2px;
    left: 1px;
    box-shadow: none;
}
[type=radio][name=howto_work]:checked + label {
    top: 2px;
    left: 1px;
    box-shadow: none;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-iki {
    border-color: #b84320;
    background-color: #fceacf;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-iki::before {
    border-top-color: #b84320;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-nobi {
    border-color: #2d4523;
    background-color: #e1ecb1;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-nobi::before {
    border-top-color: #2d4523;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-kotsu {
    border-color: #22435f;
    background-color: #d5e8f0;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-kotsu::before {
    border-top-color: #22435f;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-teki {
    border-color: #454620;
    background-color: #f5f4b7;
}
[type=radio][name=howto_work]:checked + label .howto-work.howto-work-teki::before {
    border-top-color: #454620;
}

.howto-work {
    box-sizing: border-box;
    position: relative;
    height: 110px;
    padding: 65px 10px 12px;
    border: 3px solid #909998;
    background: #fff no-repeat center 12px / auto 38px;
}
.howto-work::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: transparent;
    border-top-color: #909998;
}
.howto-work.howto-work-iki {
    border-color: #c84118;
    color: #b84320;
    background-image: url(../../images/woman/icon_employee.png);
}
.howto-work.howto-work-iki::before {
    border-top-color: #c84118;
}
.howto-work.howto-work-nobi {
    border-color: #397222;
    color: #2d4523;
    background-image: url(../../images/woman/icon_listing.png);
}
.howto-work.howto-work-nobi::before {
    border-top-color: #397222;
}
.howto-work.howto-work-kotsu {
    border-color: #19588d;
    color: #22435f;
    background-image: url(../../images/woman/icon_non-paper-screening.png);
}
.howto-work.howto-work-kotsu::before {
    border-top-color: #19588d;
}
.howto-work.howto-work-teki {
    border-color: #a57e05;
    color: #454620;
    background-image: url(../../images/woman/icon_holiday.png);
}
.howto-work.howto-work-teki::before {
    border-top-color: #a57e05;
}

.howto-work_no{
    pointer-events:none!important;
}

.howto-work-text {
    margin: 0;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}
.howto-work-text small {
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.howto-work-text.emp,.listing {
    margin-top: 5px;
}

.howto-work-text.nen {
    font-size: 1.7rem;
}

.howto-work-button {
    margin: 17px 0;
}
.howto-work-button > li {
    float: left;
    width: calc(50% - 10px/2);
    margin-left: 10px;
}
.howto-work-button > li:nth-child(2n+1) {
    margin-left: 0;
}

.howto-work-submit {
    margin: 17px auto 0;
    width: 290px;
}
.howto-work-submit .button {
    line-height: 26px;
    font-size: 2.0rem;
}

/* =============================================================================
 woman - sub
============================================================================= */
.section-aside .text-left {
    margin: 0;
    line-height: 1.7;
    text-align: left;
}
.section-aside .text-left ~ .text-left {
    margin-top: 1em;
}

.media-simplicity {
    width: 100%;
}
.media-simplicity:last-child {
    margin-bottom: 0;
}

.media-simplicity-image {
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    border: 1px solid #909998;
    background: no-repeat center center / cover;
}

.aside-footer-button {
    padding: 20px;
    margin: -15px 0 15px;
    background-color: #fed88e;
}
.aside-footer-button .button {
    line-height: 36px;
}

/* =============================================================================
 woman - Main
============================================================================= */
.woman-entry-container > li {
    float: left;
    width: 48.5%;
    padding-top: 20px;
    border-top: 1px solid #909998;
    margin-top: 15px;
    margin-left: 20px;
}
.woman-entry-container > li:nth-child(1), .woman-entry-container > li:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.woman-entry-container > li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}

.woman-link-area {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

.woman-entry:hover {
    text-decoration: none;
}
.woman-entry:hover .woman-entry-title {
    text-decoration: underline;
}

.woman-entry-image {
    box-sizing: border-box;
    float: left;
    width: 110px;
    height: 110px;
    border: 1px solid #909998;
    background: no-repeat center center / cover;
}

.woman-entry-body {
    margin-left: 130px;
}

.woman-entry-title {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    padding-right: 10px;
}
.woman-entry-title::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #0f5a84;
    border-left: 2px solid #0f5a84;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.woman-entry-text {
    margin: 10px 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #383838;
}

@media only screen and (max-width: 599px) {
    .asides {
        padding: 0;
        background-color: transparent;
    }

    .l-responsive .badge-new::before {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 1.0rem;
    }
    .l-responsive .section-aside {
        padding-bottom: 20px;
    }
    .l-responsive .section-aside-header::before {
        background-color: #ff6d00;
    }
    .l-responsive .section-aside-title {
        text-align: left;
    }
    .l-responsive .entry-help-head {
        display: none;
    }
    .l-responsive .button-white {
        display: table;
        min-width: 110px;
        height: 30px;
        padding: 8px 5px;
        margin: 0 auto;
        font-size: 1.2rem;
    }
    .l-responsive .button-white::after {
        content: none;
    }
    .l-responsive .button-forbidden {
        box-shadow: none;
        pointer-events: none;
    }
    .l-responsive .icon-radio {
        padding-left: 33px !important;
        background-image: url(../../images/woman/icon_radio_off.png);
        background-position: left 11px;
        background-size: 25px auto;
    }
    .l-responsive input[type="radio"]:checked + .icon-radio {
        background-image: url(../../images/woman/icon_radio_on.png);
    }

    .l-responsive .section {
        margin-bottom: 0;
    }
    .l-responsive .section-footer {
        margin: 15px 0 10px;
    }
    .l-responsive .section-more a {
        position: relative;
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        border: 3px solid #ff6d00;
        text-align: center;
        font-size: 1.5rem;
        color: #ff6d00;
        border-radius: 4px;
        box-shadow: 1px 2px 0 #6e6f6f;
    }
    .l-responsive .section-more a:hover {
        text-decoration: none;
    }
    .l-responsive .section-more a:link, .l-responsive .section-more a:visited {
        color: #ff6d00;
    }
    .l-responsive .section-more a::after {
        position: absolute;
        top: 50%;
        right: 9px;
        margin-top: -4px;
        width: 5px;
        height: 5px;
        border: 0;
        border-top: 3px solid #ff6d00;
        border-right: 3px solid #ff6d00;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .l-responsive .section-more a span {
        display: none;
    }
    .l-responsive .button-plus {
        padding-left: 6px;
        border-color: #ff6d00;
        line-height: 1.0;
        font-size: 1.4rem;
        box-shadow: inset 0 2px 0 #d8dad9;
    }
    .l-responsive .button-plus::before, .l-responsive .button-plus::after {
        content: "";
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        border: 0;
        margin: auto 0;
        background-color: #ff6d00;
        -webkit-transform: none;
        transform: none;
    }
    .l-responsive .button-plus::before {
        width: 15px;
        height: 3px;
    }
    .l-responsive .button-plus::after {
        margin-right: 6px;
        width: 3px;
        height: 15px;
    }
    .l-responsive .button-plus:hover {
        top: 0;
        box-shadow: inset 0 2px 0 #d8dad9;
    }
    .l-responsive .button-plus span {
        color: #ff6d00;
    }
    .l-responsive .hero-woman {
        position: relative;
        height: auto;
        margin: -15px 0 0;
        padding-top: 15px;
        /*background-color: #fff;*/
        background-image: url(../../images/woman/woman_hero_sp.jpg);
        background-position: center 15px;
        background-size: contain;
    }
    .l-responsive .hero-woman::before {
        content: "";
        display: block;
        padding-top: 40%;
    }
    .l-responsive .hero-container {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        width: auto;
        padding: 10px 10px 23px;
        background-color: #fff;
    }
    .l-responsive .howto-work-title {
        height: 35px;
        padding: calc( ( 35px - 15px ) / 2 ) 10px;
        margin: 0 0 13px;
        font-size: 1.5rem;
    }
    .l-responsive .howto-work-list {
        margin: 13px 1px 16px;
    }
    .l-responsive [type=radio][name=howto_work] + label:hover {
        top: 0;
        left: 0;
        box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.23);
    }
    .l-responsive [type=radio][name=howto_work]:checked + label {
        top: 2px;
        left: 1px;
        box-shadow: none;
    }
    .l-responsive .howto-work {
        height: 70px;
        padding: 34px 5px 5px;
        background-position: center 4px;
        background-size: auto 25px;
    }
    .l-responsive .howto-work-text {
        font-size: 1.4rem;
    }
    .l-responsive .howto-work-text small {
        margin-bottom: 2px;
        font-size: 1.0rem;
    }
    .l-responsive .howto-work-text.nen {
        font-size: 1.2rem;
    }
    .l-responsive .howto-work-button {
        margin: 15px 0;
    }
    .l-responsive .howto-work-button > li {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .l-responsive .howto-work-button > li:first-child {
        margin-top: 0;
    }
    .l-responsive .howto-work-submit {
        margin: 15px auto 0;
        width: auto;
    }
    .l-responsive .howto-work-submit .button {
        line-height: 21px;
        font-size: 1.9rem;
    }
    .l-responsive .section-aside .text-left {
        font-size: 1.2rem;
    }
    .l-responsive .media-simplicity {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .l-responsive .aside-footer-button {
        padding: 15px 10px;
        margin: 0;
    }
    .l-responsive .aside-footer-button .button {
        line-height: 16px;
    }
    .l-responsive .media-simplicity {
        position: relative;
        box-sizing: border-box;
        padding: 0;
        border: 1px solid #adaeae;
        margin-bottom: 12px;
        box-shadow: 1px 2px 0 #6e6f6f;
    }
    .l-responsive .media-simplicity > a {
        display: table;
        width: 100%;
    }
    .l-responsive .media-simplicity::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #196996;
        border-right: 2px solid #196996;
        margin: auto 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .l-responsive .media-simplicity:last-child {
        margin-bottom: 0;
    }
    .l-responsive .media-simplicity-image {
        width: 64px;
        height: 64px;
        border: none;
    }
    .l-responsive .media-simplicity-image img {
        border: none;
    }
    .l-responsive .media-simplicity-body {
        padding: 8px 22px 8px 12px;
        font-size: 1.0rem;
        background-color: #f6f6f6;
    }
    .l-responsive .media-simplicity-body time {
        font-size: 1.0rem;
    }
    .l-responsive .media-simplicity-body .hover-underline {
        font-weight: bold;
    }
    .l-responsive .media-simplicity-body .icon {
        display: none;
    }
    .l-responsive .button-twitter,
    .l-responsive .button-facebook {
        height: 45px;
        line-height: 45px;
    }
    .l-responsive .app-links {
        font-size: 0;
    }
    .l-responsive .app-links > li {
        display: inline-block;
        box-sizing: border-box;
        width: 49%;
        padding: 0 5px;
    }
    .l-responsive .app-links img {
        width: 100%;
    }
    .l-responsive .banner {
        margin-top: 20px;
    }
    .l-responsive .banner img {
        display: block;
        margin: 0 auto;
    }
    .l-responsive .banner ~ .banner {
        margin-top: 10px;
    }
    .l-responsive .woman-entry-container > li {
        box-sizing: border-box;
        position: relative;
        display: block;
        overflow: hidden;
        clear: none;
        float: none;
        width: 100%;
        padding: 0;
        border: 1px solid #adaeae;
        margin-top: 10px;
        margin-left: 0;
        background-color: #f6f6f6;
        box-shadow: 1px 2px 0 #6e6f6f;
    }
    .l-responsive .woman-entry-container > li:first-child {
        margin-top: 0;
    }
    .l-responsive .woman-entry::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -7px;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-top: 2px solid #0f5a84;
        border-left: 2px solid #0f5a84;
        margin: auto 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform-origin: -50% 0;
        transform-origin: -50% 0;
    }
    .l-responsive .woman-entry-image {
        width: 100px;
        height: 100px;
        border: none;
    }
    .l-responsive .woman-entry-body {
        margin-left: 100px;
        padding: 20px 15px;
    }
    .l-responsive .woman-entry-title {
        display: block;
        margin: 0 0 5px;
        line-height: 1.5;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .l-responsive .woman-entry-title::after {
        content: none;
    }
    .l-responsive .woman-entry-text {
        margin: 5px 0 0;
        line-height: 1.6;
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 360px) {
    .l-responsive .howto-work-text.nen {
        font-size: 1.0rem;
    }
    .l-responsive .howto-work-text.emp,.howto-work-text.listing,.howto-work-text.screening {
        font-size: 1.2rem;
    }
}

/* 【追加】モーダル用
------------------------------------------ */
dt.trigger {
	padding-left:45px !important;
}

.regist-accordion .accordion_list label.checked {
	background: url(../../images/form/icon_check_on.png) no-repeat 0px center;
}

/* 【追加】モーダルSP用
------------------------------------------ */
@media only screen and (max-width: 599px) {
    .l-responsive .regist-accordion .accordion_list dl dt {
        padding: 5px;
        font-size: 1.5rem;
    }

    .l-responsive .regist-accordion .accordion_list dl dt.trigger {
        box-sizing: border-box;
        min-height: 60px;
        margin-top: -60px;
    }

    .l-responsive .regist-accordion .accordion_list dl dt.input {
        position: relative;
        top:auto;
        display: inline-block;
        box-sizing: border-box;
        min-height: 60px;
        z-index: 10;
        padding-left:5px;
		background-color: transparent;
    }

    .l-responsive .regist-accordion .accordion_list dl dt label {
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        box-sizing: border-box;
        max-width: 70vw;
        height: 50px;
        vertical-align: middle;
    }

    .l-responsive .regist-accordion .accordion_list dl dt .icon-arrow-square {
        position: absolute;
        top: 33%;
        right: 2%;
    }

    .l-responsive .regist-accordion .accordion_list dl dt .icon-arrow-square::after {
        border-top: 0;
        border-bottom: 2px solid #fff;
    }

    .l-responsive .regist-accordion .accordion_list dl dd ul li {
        padding: 3% 0;
        font-size: 1.5rem;
    }
}

/* 【追加】アイコン画像
------------------------------------------ */
.icon-search {
  background-image: url("../../images/search/icon_search.png");
  background-size: 26px auto;
}

/* 【追加】注目の求人SP用
------------------------------------------ */
@media only screen and (max-width: 599px) {

    .companies-primary > li {
        box-sizing: border-box;
        position: relative;
        width: 50%;
        height: 50px;
        margin: 0px;
        padding: 0;
        text-align: center;
    }
    .smp_box1 {
        position: relative;
        padding: 0;
        background-color: #f6f6f6;
        box-shadow: 1px 3px 0#6e6f6f;
    }
    .smp_box1 > a {
        display: block;
        position: relative;
        padding: 10px;
            padding-right: 10px;
        padding-right: 25px;
        border: 1px solid 
        #909998;
        font-size: 1.2rem;
    }
    .smp_box1 > a::before {
        right: 0;
        width: 30px;
        /*    background-color: #e8eae9;*/
    }
    .smp_box1 > a::before, .smp_box1 > a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        pointer-events: none;
    }
    .smp_box1 > a::after {
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #0f5a84;
        border-right: 2px solid #0f5a84;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .pc_view {
        display:none;
    }
}

/* 検索用css追記 */
.sp {display: none;}
.woman-2020 {
  background: url(../images/woman_hero.jpg) no-repeat center center/cover;
  height: 454px;
}
.woman-2020 .hero-container {
  border-top: none;
  padding: 0;
  width: 635px;
  background-color: #fff;
}
.woman-2020 .howto-work-jouken {
  background: #e03723;
  padding: 15px 10px 10px;
  margin-bottom: 10px;
}
.woman-2020 .howto-work-subtitle {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
.woman-2020 .howto-work-list {
  margin: 12px 0 0;
}
.woman-2020 .howto-work {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 0px 0px rgba(198, 86, 68, 1);
  height: 54px;
  border: none;
  padding: 0 11px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.woman-2020 .link-alpha:hover, .woman-2020 .link-alpha:active {
  opacity: 1;
}
.woman-2020 .howto-work:hover {
  top: 3px;
  box-shadow: none;
}
.woman-2020 .howto-work-kanri {
  padding: 0 8px 0 8px;
}
.woman-2020 .howto-work-textKanri {
  margin-left: 5px;
}
.woman-2020 .howto-work-text {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woman-2020 .howto-work::before {
  display: none;
}
.woman-2020 .howto-work-jitan img,
.woman-2020 .howto-work-zangyou img,
.woman-2020 .howto-work-mama img {
  margin-right: 8px;
}

.woman-2020 .howto-work-title {
  background: #e03723;
  font-size: 2rem;
  padding: 10px;
  height: inherit;
}
.woman-2020 .howto-work-title::after {
  border-color: #e03723 transparent transparent transparent;
}
.woman-2020 .howto-work-hope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #555555;
}
.woman-2020 .howto-work-hopeList:first-of-type {
  width: 185px;
  border-right: 1px dashed #e03723;
}
.woman-2020 .howto-work-hopeList:nth-of-type(2) {
  width: 205px;
  border-right: 1px dashed #e03723;
  padding: 0 8px;
}
.woman-2020 .howto-work-hopeList:nth-of-type(3) {
  width: 185px;
  padding: 0 0 0 8px;
}
.woman-2020 .howto-work-hopeList dt {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.woman-2020 .howto-work-hopeList dd {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 2;
}

.woman-2020 .checkbox-input{
  display: none;
}
.woman-2020 .checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 0;
}
.woman-2020 .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e03723;
  border-radius: 4px;
}
.woman-2020 input[type=checkbox]:disabled + .checkbox-parts::before{
  border: 1px solid lightgray;
}
.woman-2020 .checkbox-input:checked + .checkbox-parts{
  /*color: #d01137;*/
}
.woman-2020 .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 7px;
  transform: rotate(40deg);
  border-bottom: 2px solid #e03723;
  border-right: 2px solid #e03723;
}

input[type=checkbox]:disabled + .checkbox-parts{
  color:lightgray;
}
.color_disa{
  color:lightgray;
}

.woman-2020 .howto-work-hopeMore {
  text-align: right;

}

.woman-2020 .howto-work-hopeMore a {
  color: #e03723;
  text-decoration: underline;
}

.woman-2020 .howto-work-hopeList dd.howto-work-hopeMore {
  letter-spacing: 0;
}

.woman-2020 .howto-work-hopeList:first-of-type .howto-work-hopeMore,
.woman-2020 .howto-work-hopeList:nth-of-type(2) .howto-work-hopeMore {
  margin-right: 10px;
}
.woman-2020 .op_plus {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
.woman-2020 .op_plus:before, .woman-2020 .op_plus:after {
  display: block;
  content: '';
  background-color: #e03723;
  position: absolute;
  width: 13px;
  height: 3px;
  top: 7px;
  left: 0;
}
.woman-2020 .op_plus:before {
  width: 3px;
  height: 13px;
  top: 2px;
  left: 5px;
}
.woman-2020 .howto-work-submit {
  width: 452px;
}
.woman-2020 .button-primary {
  background-color: #e03723;
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 0 #942013;
}
.woman-2020 .button-primary:hover,
.woman-2020 .button-primary:active,
.woman-2020 .button-primary-entry:hover,
.woman-2020 .button-primary-entry:active,
.woman-2020 .button-primary-entry-lg:active {
  top: 3px;
  box-shadow: none;
}

.modal-2020 .modal-header {
  border-top: 4px solid #e03723;
}
.modal-2020 .modal-title {
  color: #555555;
}
.modal-2020 .regist-accordion .accordion_list dl dt {
  background: #fff2f2;
  color: #555555;
  border: 1px solid #eb7a6d;
  border-bottom: none;
}
.modal-2020 .regist-accordion .accordion_list dl:last-of-type dt {
  border-bottom: 1px solid #eb7a6d;
}
.modal-2020 .regist-accordion .accordion_list dl dt.input {
  border: none;
}
.modal-2020 .regist-accordion .accordion_list dl {
  border-bottom: none;
}
.modal-2020 .regist-accordion .accordion_list dl dd {
  border: 1px solid #eb7a6d;
  border-top: none;
  border-bottom: none;
}
.modal-2020 .modal-close {
  background: url(../images/icon_close.png)
}
.modal-2020 .regist-accordion .accordion_list label {
  background: url(../images/icon_check_off.png) no-repeat 0 center;
}
.modal-2020 .regist-accordion .accordion_list label.chk_disabled {
  background: url(../images/icon_disabled_check_off.png) no-repeat 0 center;
}
.modal-2020 .regist-accordion .accordion_list label.checked {
  background: url(../images/icon_check_on.png) no-repeat 0px center;
}
.modal-2020 .regist-accordion .accordion_list .itemList label {
  background: url(../../images/form/icon_check_off.png) no-repeat 0 center;
}
.modal-2020 .regist-accordion .accordion_list input:checked + label {
    background: url(../images/icon_check_on.png) no-repeat 0 center;
}
.woman-2020 .button {
  font-size: 2rem;
  padding: 16px 14px 12px;
}
.modal-2020 .button-secondary {
  background-color: #e03723;
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 0 #942013;

}
.modal-2020 .button-secondary:link, .modal-2020 .button-secondary:visited {
  color: #fff;
}
.modal-2020 .button:hover, .modal-2020 .button:active {
  border: none;
}
.modal-2020 .button-secondary::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.modal-2020 .button-secondary:hover,
.modal-2020 .button-secondary:active,
.modal-2020 .button-secondary-entry:hover,
.modal-2020 .button-secondary-entry:active,
.modal-2020 .button-secondary-entry-lg:active {
  top: 3px;
  box-shadow: none;
}

@media only screen and (max-width: 599px) {
  .pc {display: none;}
  .sp {display: block;}
  .l-responsive .woman-2020 {
    background-image: url(../images/woman_hero_sp.jpg);
  }
  .l-responsive .woman-2020::before {
    padding-top: 54%;
  }
  .l-responsive .woman-2020 .hero-container {
    width: inherit;
    padding: 0 0 23px;
  }
  .l-responsive .woman-2020 .howto-work {
    padding: 8px 2px 0;
    height: 75px;
  }
  .woman-2020 .howto-work-kanri {
    padding: 8px 5px 0;
  }
  .woman-2020 .howto-work-textKanri {
    margin-left: 0;
  }
  .woman-2020 .howto-work-subtitle {
    font-size: 1.5rem;
  }
  .l-responsive .woman-2020 .howto-work-text {
    font-size: 1.0rem;
  }
  .woman-2020 .howto-work,
  .woman-2020 .howto-work-text {
    display: block;
  }
  .woman-2020 .howto-work-text img {
    width: 31px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
  .woman-2020 .howto-work-middle {
    margin-top: 16px;
    display: block;
  }
  .l-responsive .woman-2020 .howto-work-list {
      margin: 13px 0 0;
  }
  .woman-2020 .howto-work-hope {
    display: block;
  }
  .woman-2020 .howto-work-hopeList:first-of-type {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #e03723;
  }
  .woman-2020 .howto-work-hopeList:nth-of-type(2) {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #e03723;
    padding: 0;
  }
  .woman-2020 .howto-work-hopeList:nth-of-type(3) {
    width: 100%;
    padding: 0;
  }
  .woman-2020 .howto-work-hopeList {
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .woman-2020 .howto-work-hopeList dt {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .woman-2020 .howto-work-hopeList dd {
    font-size: 1.6rem;
  }
  .woman-2020 .howto-work-hopeList:first-of-type,
  .woman-2020 .howto-work-hopeList:nth-of-type(2) {
    padding-bottom: 15px;
  }
  .woman-2020 .howto-work-hopeList:first-of-type .howto-work-hopeMore,
  .woman-2020 .howto-work-hopeList:nth-of-type(2) .howto-work-hopeMore {
    margin-right: 0;
  }
  .woman-2020 .howto-work-hopeMore {
    width: calc(100% - 120px);
    text-align: center;
    position: relative;
  }
  .woman-2020 .op_plus {
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
  }
  .woman-2020 .howto-work-hopeMore a {
    color: #555555;
    background: #fff2f2;
    border: 2px solid #e03723;
    text-decoration: none;
    display: block;
  }
  .woman-2020 .howto-work-hopeMore a.selected {
    color: #e03723;
  }
  .woman-2020 .howto-work-submit {
    width: inherit;
  }
  .l-responsive .woman-2020 .button {
    box-shadow: 0 3px 0 #942013;
    margin: 0 15px;
  }
  .l-responsive .woman-2020 .howto-work-submit .button {
    font-size: 1.5rem;
  }
  .l-responsive .modal-2020 .modal-header {
    border-top: 2px solid #e03723;
  }
  .l-responsive .modal-2020 .modal-close::before, .l-responsive .modal-2020 .modal-close::after {
    background: #e03723;
  }
}
@media only screen and (max-width: 360px) {
  .l-responsive .howto-work {
    padding: 8px 2px 0;
  }
  .l-responsive .howto-work-text {
    font-size: 1rem;
  }
}
