@charset "utf-8";
/* 代替のメインmain_textエリア */
.feature_maintext {
    width: 740px;
    height: auto;
    margin: 40px auto 0;
}

.feature_maintext p {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.feature_for_beginner .content_product_list h2.feature_category_title {
    display: none;
}

/* ページ内h2 */
.feature_for_beginner .content_free_space h2 {
    padding: 17px 0 16px 170px;
    border-bottom: 4px solid #00479d;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 150px 56px;
    color: #323232;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.feature_for_beginner .step01 h2 {
    background-image: url("../images/step01_title_pc.jpg");
}
.feature_for_beginner .step02 h2 {
    background-image: url("../images/step02_title_pc.jpg");
}
.feature_for_beginner .step03 h2 {
    background-image: url("../images/step03_title_pc.jpg");
}

.feature_for_beginner .feature_nav_title h2 {
    margin-top: 30px;
    padding: 0;
    border-bottom: none;
    color: #010101;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

#feature_nav {
    margin: 10px auto 0;
}

section.content_section_archive h2.feature_category_title {
    border-bottom: none;
}

/* ページ内共通h3 */
.feature_for_beginner h3.cat_title {
    position: relative;
    width: 770px;
    height: 44px;
    margin: 40px auto 0;
    background-color: #fff9d8;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.feature_for_beginner h3.cat_title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 18px;
    height: 44px;
    border: 2px solid #ffe033;
    border-right: none;
}
.feature_for_beginner h3.cat_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 18px;
    height: 44px;
    border: 2px solid #ffe033;
    border-left: none;
}
/* ページ内返礼品一覧のリストのリセット */
.feature_for_beginner div.feature_item_wrap ul li.product_frame {
    margin-top: 20px;
}

/* step01 */
.feature_for_beginner .step01 {
    width: 1080px;
    margin: 60px auto 0;
}
.feature_for_beginner .step01 #simulator {
    width: 970px;
    margin: 0 auto;
    padding: 30px 0;
    border: 4px;
    background: #f5f4f1;
}
.feature_for_beginner .step01 #simulator_title {
    margin: 30px auto 20px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}
.feature_for_beginner .step01 #simulator .simulator_block {
    width: 745px;
    margin: 0 auto;
}
.feature_for_beginner .step01 #simulator .simulator_block table {
    width: 100%;
}
.feature_for_beginner .step01 #simulator .simulator_block table th {
    position: relative;
    width: calc(40% + 60px);
    padding: 10px 60px 10px 5px;
    background-image: linear-gradient(to right, #bebebe, #bebebe 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 3px 1px;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
.feature_for_beginner .step01 #simulator .simulator_block table th.required_cell:after {
    content: "必須";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 20px;
    margin: 20px 10px;
    border-radius: 2px;
    background-color: #c80000;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
.feature_for_beginner .step01 #simulator .simulator_block table td {
    background-image: linear-gradient(to right, #bebebe, #bebebe 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 3px 1px;
    vertical-align: top;
}

.feature_for_beginner .step01 #simulator .simulator_block table tr:nth-of-type(2) th,
.feature_for_beginner .step01 #simulator .simulator_block table tr:nth-of-type(2) td {
    background-image: none;
}

.feature_for_beginner .step01 #simulator .simulator_block table td.long_cell {
    width: 55%;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #bbb;
    background-color: #fefefe;
    line-height: 40px;
    text-align: right;
}
.feature_for_beginner .step01 #simulator .simulator_block table td.long_cell input {
    width: 190px;
}
.feature_for_beginner .step01 #simulator .simulator_block table td span {
    padding: 0 5px;
    font-size: 13px;
}
.feature_for_beginner .step01 #simulator .simulator_block table td .form-text-comma-output {
    width: 190px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #bbb;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    text-align: right;
    vertical-align: middle;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input[type="radio"] {
    display: block;
    opacity: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input[type="radio"]:checked + label {
    background: #e7e2d0;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input[type="radio"] + label {
    display: block;
    float: left;
    width: auto;
    margin: 3px;
    padding: 0 16px 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input[type="radio"]:checked + label:before {
    background-position: -36px 0;
}
.feature_for_beginner .step01 #simulator .simulator_block table td input[type="radio"] + label:before {
    content: "";
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 5px 8px 0 10px;
    background-image: url("/images/icon_radiobtn.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #986;
    background-color: #fff;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result p.result_title {
    display: block;
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #986;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result .result_display_block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result .result_display_block strong.deduction_display {
    color: #c80000;
    font-size: 34px;
    font-weight: bold;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result .result_display_block strong.deduction_display span {
    color: #c80000;
}

.feature_for_beginner .step01 #simulator .simulator_block .simulation_result p.result_caution_text {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result p.result_caution_text span {
    position: relative;
    color: #000;
    font-weight: bold;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result p.result_caution_text span a {
    text-decoration: underline;
}
.feature_for_beginner .step01 #simulator .simulator_block .simulation_result p.result_caution_text span a:hover {
    text-decoration: none;
}
.feature_for_beginner .step01 #simulator .simulator_block .notes_list {
    margin-top: 10px;
}
.feature_for_beginner .step01 #simulator .simulator_block .notes_list li {
    list-style-type: none;
    margin-left: 1em;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-indent: -1em;
}
.feature_for_beginner .step01 #simulator .simulator_block .notes_list li span {
    color: #b00000;
    font-weight: bold;
}

/* step02 */
.feature_for_beginner .step02 {
    width: 1080px;
    margin: 78px auto 0;
}

.feature_for_beginner .step02 h3.cat_title span::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 31px;
    margin-right: 10px;
    background-image: url("../images/category_icon01.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: -6px;
}
.feature_for_beginner .step02.category02 h3.cat_title span::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 31px;
    margin-right: 10px;
    background-image: url("../images/category_icon02_pc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: -8px;
}
/* 5つ星返礼品へのリンクエリア */
.feature_for_beginner .step02.cateory03 {
    width: 1080px;
    margin: 40px auto 0;
}
.feature_for_beginner .step02.category03 h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    text-align: center;
}

/* 人気の返礼品リスト */

.feature_for_beginner .step02.category04 {
    margin: 60px auto 0;
}

.feature_for_beginner .step02.category04 h3.cat_title span::before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 23px;
    margin-right: 10px;
    background-image: url("../images/category_icon03.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: -3px;
}

.feature_for_beginner .step02.category04 ol.product_category {
    display: flex;
    width: 1045px;
    margin: 20px auto 0;
}
.feature_for_beginner .step02.category04 ol.product_category li {
    width: 193px;
    height: auto;
    margin-left: 20px;
}
.feature_for_beginner .step02.category04 ol.product_category li:first-child {
    margin-left: 0;
}

.feature_for_beginner .step02.category04 ol.product_category li > a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    transition: 0.2s;
}
.feature_for_beginner .step02.category04 ol.product_category li > a::after {
    content: none;
}
.feature_for_beginner .step02.category04 ol.product_category li > a:hover {
    opacity: 0.7;
}
.feature_for_beginner .step02.category04 ol.product_category li a img {
    width: 193px;
    height: 193px;
}
.feature_for_beginner .step02.category04 ol.product_category li p {
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
}
.feature_for_beginner .step02.category04 ol.product_category li p a {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #ffe033;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    transition: 0.2s;
}
.feature_for_beginner .step02.category04 ol.product_category li p a:hover {
    background-color: #f4d211;
    text-decoration: none;
}

/* step03 */
.feature_for_beginner .step03 {
    width: 1080px;
    margin: 80px auto 0;
}
.feature_for_beginner .step03 h3.cat_title span::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 37px;
    margin-right: 10px;
    background-image: url("../images/category_icon04.png");
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: -10px;
}
.feature_for_beginner .step03 p.deduction_explanation {
    width: 1060px;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.6;
}
.feature_for_beginner .step03 .type_explanation {
    display: flex;
    width: 1060px;
    margin: 20px auto 0;
}
.feature_for_beginner .step03 .type_explanation > div {
    width: 524px;
    height: 233px;
    border-radius: 8px;
    background-image: url("../images/explanation_bg.gif");
    background-repeat: repeat;
}
.feature_for_beginner .step03 .type_explanation div.column_right {
    margin-left: 12px;
}

.feature_for_beginner .step03 .type_explanation > div h3 {
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
}

.feature_for_beginner .step03 .type_explanation .column_left {
    border: 3px solid #e6f2fa;
}
.feature_for_beginner .step03 .type_explanation .column_right {
    border: 3px solid #dff4f0;
}
.feature_for_beginner .step03 .type_explanation > div.column_left h3 {
    background-color: #e6f2fa;
}
.feature_for_beginner .step03 .type_explanation > div.column_right h3 {
    background-color: #dff4f0;
}
.feature_for_beginner .step03 .type_explanation > div ol {
    display: block;
    box-sizing: border-box;
    width: 340px;
    margin: 20px auto 0;
    padding-left: 25px;
}
.feature_for_beginner .step03 .type_explanation > div ol li {
    height: 20px;
    padding-left: 30px;
    background-image: url("../images/checkbox_icon.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    font-size: 16px;
    line-height: 20px;
}
.feature_for_beginner .step03 .type_explanation > div ol li:first-child {
    margin-bottom: 8px;
}
.feature_for_beginner .step03 .type_explanation > div.column_left ol li span {
    color: #00479d;
}
.feature_for_beginner .step03 .type_explanation > div.column_right ol li span {
    color: #267360;
}
.feature_for_beginner .step03 .type_explanation > div p {
    display: block;
    width: 340px;
    height: 56px;
    margin: 20px auto 0;
}
.feature_for_beginner .step03 .type_explanation > div p a {
    display: block;
    position: relative;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    background-color: #ff8a00;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}
.feature_for_beginner .step03 .type_explanation > div p a:hover {
    background-color: #e57c00;
    text-decoration: none;
}

.feature_for_beginner .step03 .step03_complete {
    position: relative;
    width: 1060px;
    height: auto;
    margin: 10px auto 48px;
    padding: 30px 0;
    background-color: #f5f4f1;
    text-align: center;
}
.feature_for_beginner .step03 .step03_complete::before {
    content: " ";
    position: absolute;
    top: 0;
    left: calc(50% - 13px);
    border: 13px solid transparent;
    border-top: 13px solid #fff;
}

.feature_for_beginner .step03 .step03_complete h3 {
    display: inline-block;
    margin-top: 0;
    color: #a5001e;
    font-weight: bold;
}
.feature_for_beginner .step03 .step03_complete h3::before {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 15px;
    margin-right: 5px;
    background: url("../images/try_complete_icon_left.png") 0 0 no-repeat;
}
.feature_for_beginner .step03 .step03_complete h3::after {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 15px;
    margin-left: 5px;
    background: url("../images/try_complete_icon_right.png") 0 0 no-repeat;
}
.feature_for_beginner .step03 .step03_complete p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.85;
}
.feature_for_beginner .step03 .step03_complete span {
    font-size: 13px;
    letter-spacing: -0.015em;
}

/* キャンペーンリンクエリア */
.feature_for_beginner .campaign_induction {
    display: flex;
    box-sizing: border-box;
    width: 1080px;
    margin: 80px auto 30px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.feature_for_beginner .campaign_induction .column_left {
    width: 360px;
    height: auto;
}
.feature_for_beginner .campaign_induction .column_left a {
    transition: 0.2s;
}
.feature_for_beginner .campaign_induction .column_left a:hover {
    opacity: 0.7;
}

.feature_for_beginner .campaign_induction .column_left img {
    width: 100%;
    height: auto;
}
.feature_for_beginner .campaign_induction .column_right {
    width: calc(100% - 380px);
    margin-left: 20px;
    vertical-align: top;
}
.feature_for_beginner .campaign_induction .column_right h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.feature_for_beginner .campaign_induction .column_right p {
    font-size: 14px;
    line-height: 1.5;
}

/* ログイン・新規会員登録エリア */
.feature_for_beginner .block-induction-register {
    width: 892px;
    height: auto;
    margin: 0 auto 48px;
    padding: 32px 40px;
    border: 2px solid #ffe033;
}
.feature_for_beginner .block-induction-register .induction-register-title {
    margin: 0 auto 32px;
    color: #ee6001;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.feature_for_beginner .block-induction-register .induction-register-title::after {
    content: none;
}
.feature_for_beginner .block-induction-register .induction-register-merit {
    display: flex;
    justify-content: space-between;
    width: 812px;
    height: 213px;
}
.feature_for_beginner .block-induction-register .induction-register-merit li {
    width: 268px;
    padding: 0 33px 0 25px;
    text-align: center;
}
.feature_for_beginner .block-induction-register .induction-register-merit li:nth-child(2) {
    width: 276px;
    padding: 0 33px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
.feature_for_beginner .block-induction-register .induction-register-merit li:last-child {
    width: 268px;
    padding: 0 25px 0 33px;
}
.block-induction-register .induction-register-merit-image {
    width: 210px;
    margin: 0 auto 16px;
}
.block-induction-register .induction-register-merit-text {
    font-size: 14px;
    font-weight: bold;
}
