@charset "UTF-8";
h5 {
    color: #222;
}

/* --- progress --- */
#progress {
    background: #F1F1F1;
    margin: 0 auto 14px;
}

#progress p {
    background-image: linear-gradient(-45deg, #1177BB 25%, #0767A7 25%, #0767A7 50%, #1177BB 50%, #1177BB 75%, #0767A7 75%, #0767A7);
    background-size: 20px 20px;
    color: #fff;
    text-align: right;
    font-size: 1rem;
    padding: 0 10px;
}

/*CVボタン*/
#accordion .fixed-area::before {
    content: none;
}

#accordion .fixed-area::after {
    content: none;
}

/*--------------------------------------------------
個別ページ
-------------------------------------------------- */
/*#lp & #error*/
#lp #title {
    background-image: url(../../img/bg_ttl.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 160px auto;
    margin: 29px -7px 0;
    min-height: 0;
    padding: 0;
}

#lp #title h1 {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

#lp #title h1 span {
    font-size: 1.6rem;
    display: block;
}

#lp #content-box {
    padding-top: 20px;
}

#lp #content-box h5 {
    margin-top: 10px;
}

#lp #content-box h5 a {
    text-decoration: underline;
    font-weight: bold;
}

#lp #content-box h5 em {
    font-weight: bold;
}

#lp #stepDetail p {
    font-size: 1.2rem;
}

#lp #stepDetail .ttl {
    background: #F56B6B;
    color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}

#lp #stepDetail .ttl span {
    display: inline-block;
    background: #fff;
    color: #F56B6B;
    padding: 0 10px;
    font-size: 1rem;
    border-radius: 15px;
    font-weight: bold;
}

#lp #stepDetail .step {
    margin-top: 30px;
    position: relative;
}

#lp #stepDetail .step:nth-child(1) {
    margin-top: 14px;
}

#lp #stepDetail .step .stepTtl {
    font-size: 1.3rem;
    color: #F56B6B;
    font-weight: bold;
    margin-bottom: -12px;
    position: relative;
    z-index: 2;
}

#lp #stepDetail .step .stepTtl span {
    display: inline-block;
    background: #F56B6B;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    font-weight: bold;
    margin-right: 5px;
}

#lp #stepDetail .step figure {
    border: 2px solid #FCE0E0;
    height: 96px;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#lp #stepDetail .step figure img {
    width: auto;
    height: 100%;
}

#lp #stepDetail .step figure + p {
    line-height: 1.5em;
    display: inline;
    background: linear-gradient(transparent 30%, #FCE0E0 0%);
}

#lp #stepDetail .step + .step::before {
    font-family: my-icon-font;
    content: "\e902";
    color: #F56B6B;
    position: absolute;
    left: 50%;
    margin-left: -0.75em;
    margin-top: -1.5em;
    font-size: 1.3rem;
}

#lp .notes {
    background: #F8F8F8;
    padding: 7px;
    margin-top: 20px;
}

#lp .notes li {
    font-size: 1rem;
    color: #888;
    text-indent: 0;
    padding-left: 0;
}

/* five-grade */
.select-wrap {
    background-color: #fff;
    padding: 0;
}

.survey-description{
    line-height: 1.5;
}

.survey-question {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    padding: 2rem 0.5rem 0rem 0.5rem;
}

.survey-answer {
    font-size: 1rem;
    position: relative;
    padding: 0.5rem;
}

.survey-question:nth-of-type(2n),
.survey-answer:nth-of-type(2n){
    background-color: #e6f3ff;
}

.survey-answer-block {
    margin: 0 0 4rem;
}

.survey-answer-heading {
    font-size: 2rem;
    margin: 0 0 1rem;
    color: #0099DD;
}

.survey-answer-sub-heading {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
    color: #333;
}

.survey-answer-lead {
    margin: 0 0 1rem;
    line-height: 1.4;
}

.survey-question:nth-of-type(2n),
.survey-answer:nth-of-type(2n) {
    background-color: #fafafa;
}

.survey-answer-confirm:nth-of-type(2n) {
    background-color: #fff;
}

.survey-answer-block {
    margin: 0 0 4rem;
}

.survey-answer-heading {
    font-size: 2rem;
    margin: 0 0 1rem;
}

.survey-answer-sub-heading {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
}

.survey-answer-lead {
    margin: 0 0 1rem;
    line-height: 1.4;
}

.grade-label {
    position: relative;
    display: inline-block;
    height: 70px;
}

.grade-label::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #C9C9C9;
    position: absolute;
    top: 23px;
    left: 50%;
    right: 0;
}

.grade-label:last-child::before {
    content: none;
}

.survey-answer .radio01-parts {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: inline-block;
}

.survey-answer .radio01-parts::before {
    margin: 0 0 0 -10px;
    left: 50%;
    border-color: #0099dd;
    top: 14px;
}

.survey-answer .radio01-input:checked + .radio01-parts::after {
    left: 50%;
    margin-left: -5px;
    top: 24px;
}

.five-grade .grade-label {
    width: 18%;
    color: #666;
}

.five-grade .grade-label:nth-child(1)::after,
.five-grade .grade-label:nth-child(3)::after,
.five-grade .grade-label:nth-child(5)::after {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 55%;
    margin-left: -2em;
    letter-spacing: -2px;
}

.five-grade .grade-label:nth-child(1)::after {
    content: 'そう思う';
}

.five-grade .grade-label:nth-child(3)::after {
    content: 'どちらでもない';
    margin-left: -3.5em;
    width: 200%;
}

.five-grade .grade-label:nth-child(5)::after {
    content: 'そう思わない';
}

.ten-grade .grade-label {
    width: 7.5%;
}

.ten-grade .grade-label::after {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    color: #666;
    text-align: center;
}

.ten-grade .grade-label:nth-child(1)::after {
    content: '10';
}

.ten-grade .grade-label:nth-child(2)::after {
    content: '9';
}

.ten-grade .grade-label:nth-child(3)::after {
    content: '8';
}

.ten-grade .grade-label:nth-child(4)::after {
    content: '7';
}

.ten-grade .grade-label:nth-child(5)::after {
    content: '6';
}

.ten-grade .grade-label:nth-child(6)::after {
    content: '5';
}

.ten-grade .grade-label:nth-child(7)::after {
    content: '4';
}

.ten-grade .grade-label:nth-child(8)::after {
    content: '3';
}

.ten-grade .grade-label:nth-child(9)::after {
    content: '2';
}

.ten-grade .grade-label:nth-child(10)::after {
    content: '1';
}

.ten-grade .grade-label:nth-child(10)::after {
    content: '1';
}

.ten-grade .grade-label:nth-child(11)::after {
    content: '0';
}

.two-grades {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 -10px;
}

.two-grades p {
    font-size: 1.2rem;
    font-weight: normal;
}

.input-block-inner {
    display: flex;
    justify-content: space-between;
}

/*セレクトボックス*/

.select-box {
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 3px;
    border: 2px solid #0099dd;
}

.select-box-mid {
    width: 49%;
}
.select-box-sm {
    width: 32%;
}

.select-box select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 38px 15px 15px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1;
}

.select-box::before {
    position: absolute;
    top: 50%;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0099dd;
    pointer-events: none;
    transform: translateY(-50%);
}

/* 年収 */

.income-area {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.income-area input {
    margin: 0 10px;
    padding-right: 20px;
    width: 200px;
    text-align: right;
}

.income-label,
.income-unit {
    color: #666;
}

.answer-textarea-wrap {
    border: 2px solid #0099dd;
    border-radius: 3px;
    margin-bottom: 5px;
}

.answer-textarea {
    padding: 1rem;
    width: 100%;
    font-size: 1.4rem;
}

.answer-textarea-wrap p {
    padding: 1rem;
    line-height: 1.5;
    word-wrap: break-word;
}

/* ボタン */

.btns {
    margin: 5rem auto 0;
}

/*-------------------------------
回答項目のデザイン変更
--------------------------------*/
#accordion #content-box {
    padding: 19px 0 20px;
}

#accordion h2 {
    margin: 0 14px 7px;
}

#accordion .select-wrap {
    background: none;
    padding: 0;
}

#accordion .select-cat h3 {
    background: #09d;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 7px;
    display: flex;
    align-items: center;
}

#accordion .select-cat:nth-child(even) h3 {
    background: #059;
}

#accordion .select-cat h3::before {
    content: '';
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-position: center;
}

#accordion .select-cat h3.cat-money::before {
    background-image: url('/img/ico_money_white.svg');
}

#accordion .select-cat h3.cat-time::before {
    background-image: url('/img/ico_time_white.svg');
}

#accordion .select-cat h3.cat-walfar::before {
    background-image: url('/img/ico_walfar_white.svg');
}

#accordion .select-cat h3.cat-system::before {
    background-image: url('/img/ico_system_white.svg');
}

#accordion .select-cat h3.cat-strength::before {
    background-image: url('/img/ico_strength_white.svg');
}

#accordion .select-cat h3.cat-work::before {
    background-image: url('/img/ico_work_white.svg');
}

#accordion .select-cat h3.cat-business::before {
    background-image: url('/img/ico_business_white.svg');
}

#accordion .select-cat h3.cat-reason::before {
    background-image: url('/img/ico_reason_white.svg');
}

#accordion .select-cat h3.cat-culture::before {
    background-image: url('/img/ico_culture_white.svg');
}

#accordion .select-cat h3.cat-female::before {
    background-image: url('/img/ico_female_white.svg');
}

#accordion .select-cat h3.cat-chair::before {
    background-image: url('/img/ico_chair_white.svg');
}

#accordion .select-cat ul {
    margin: 14px 14px 20px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

#accordion .select-cat:last-child ul {
    margin-bottom: 0;
}

#accordion .select-wrap ul.next li a {
    color: #333;
    padding: 20px 10px;
    margin: 0;
    border: none;
    border-bottom: solid 1px #ccc;
    background: none;
}

#accordion .select-wrap ul.next li:last-child a {
    border-bottom: none;
}

#accordion .select-wrap ul.next li a::after {
    right: 10px;
}

/* 確認画面 */

.company {
    margin: 3rem 1rem;
    background: #e6f3ff;
    padding: 20px;
}

.company-name {
    font-size: 2rem;
    font-weight: bold;
    color: #0099dd;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.company-address {
    line-height: 1.4;
}

.confirm-table {

}

.confirm-table tr:nth-child(2n) {
    background-color: #fafafa;
}

.confirm-table th {
    margin: 0 0 2rem;
    padding: 1rem;
    width: 70%;
    line-height: 1.7;
    text-align: left;
    font-weight: normal;
    color: #666666;
}

.confirm-table td {
    margin: 0 0 2rem;
    padding: 1rem;
    width: 30%;
    text-align: center;
    color: #0099dd;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
}

.thanks-message {
    padding: 5rem;
    text-align: center;
}