body {
    font-family: "Amiko", "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #0a0e1f;
    background-color: #f2f2f2;
}
html,
body,
h1,
h2,
h3,
div,
p,
img,
section {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #4f4f4f;
}
ul {
    padding: 0;
    list-style-type: none;
}
img {
    vertical-align: bottom;
}
strong {
    font-weight: bold;
}
strong.line {
    border-bottom: solid 2px #ffcf07;
}

/** START Added by Michele */

.tab {
    width: 100%;
    overflow: hidden;
}
.tab-label {
    display: inline-block;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
}
.tab-label::after {
    content: "＋";
    width: 1em;
    height: 1em;
    font-size:1.4em;
    text-align: center;
    transition: all 0.35s;
}
.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #f9f9f9;
    /* transition: all 0.35s; */
    /* display: flex; */
    justify-content: left;
    /* padding-left: 30px !important; */
    border-bottom: 1px solid #eaeaea;
}

input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
input:checked + .tab-label::after {
    /* transform: rotate(90deg); */
    content: "－";
    width: 1em;
    height: 1em;
    font-size:1.4em;
    text-align: center;
}
input:checked ~ .tab-content {
    max-height: 100vh;
    /* padding: 1em; */
    border-top: 5px solid #d8d8d8;
}


/** END Added by Michele */

.wrapper {
    width: 680px;
    margin: 50px auto;
    padding-bottom: 50px;
}

.guide_contents {
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #eaeaea;
    margin-top: 10px;
    padding: 40px;
    background-color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.no_space {
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab_under {
    margin-top: 0px;
    border-top: none;
}
input[type="radio"] {
    display: none;
}
.guide_title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}
.guide_sub_title {
    margin: 50px 0 20px 0;
    font-size: 13px;
    font-weight: bold;
    color: #818692;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.guide_contents_sub_title {
    margin-top: 20px;
    padding: 13px 10px 13px 16px;
    background-color: #818692;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.05em;
}
h3.guide_text {
    margin: 36px 0 16px;
}
.guide_cashlater .guide_contents_sub_title {
    font-weight: normal;
    margin: 40px -16px 32px;
    text-align: center;
}
.guide_text_lead {
    margin-bottom: 20px;
    line-height: 1.7;
}
.guide_text_lead .guide_note {
    padding: 0;
}
.guide_text.space {
    margin-bottom: 15px;
}
.guide_text.w_space {
    margin-bottom: 30px;
}
.guide_text strong {
    line-height: 2;
}
.guide_title + .guide_text {
    margin-top: 24px;
    padding: 0 24px;
    line-height: 1.5;
}
.guide_text + .guide_note {
    padding: 0;
}
.guide_note {
    margin-top: 5px;
    padding: 0 24px;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.guide_note.space {
    margin-bottom: 20px;
}
.guide_license {
    color: rgba(10, 14, 31, 0.4);
    font-size: 11px;
    margin: 4px 0 0;
}
.guide_note_container {
    color: rgba(10, 14, 31, 0.6);
    background: #ededed;
    padding: 20px;
}
.guide_note_container .guide_note {
    margin: 0 0 12px;
}
.guide_note_container .guide_note:last-child {
    margin: 0;
}
.guide_button_link {
    text-align: center;
    margin: 20px auto 40px auto;
}
.guide_button_link a {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 45px;
    text-decoration: none;
    color: #387afe;
    border: solid 1px #387afe;
    border-radius: 22px;
}
.guide_list,
.guide_list_border {
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff;
}
.guide_list li,
.guide_list_border li {
    /* text-align:left */
}
.guide_list a,
.guide_list_border a {
    position: relative;
    display: block;
    color: #0a0e1f;
    height: 50px;
    border-bottom: solid 1px #eaeaea;
    text-decoration: none;
    line-height: 55px;
    padding-left: 60px;
}
.guide_list a:before,
.guide_list_border a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
}
.guide_list a:after,
.guide_list_border a:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 16px;
    display: block;
    width: 7px;
    height: 12px;
    background: url("../images/guide/arrow.svg") no-repeat center;
    background-size: contain;
}
.guide_list.index a,
.guide_list_border.index a {
    padding-left: 0px;
}
.guide_list.index a:before,
.guide_list_border.index a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
}
.guide_list_border {
    box-sizing: border-box;
    border: 10px solid #ededed;
    border-radius: 10px;
    margin: 8px auto 40px;
}
.guide_list_index_cash a:before {
    background: url("../images/guide/icon_cash.svg") no-repeat center;
}
.guide_list_index_rule a:before {
    background: url("../images/guide/icon_rule.svg") no-repeat center;
}
.guide_list_index_flow a:before {
    background: url("../images/guide/icon_flow.svg") no-repeat center;
}
.guide_list_index_assessment a:before {
    background: url("../images/guide/icon_assessment.svg") no-repeat center;
}
.guide_list_index_transfer a:before {
    background: url("../images/guide/icon_transfer.svg") no-repeat center;
}
.guide_list_index_repayment a:before {
    background: url("../images/guide/icon_repayment.svg") no-repeat center;
}
.guide_list_index_item a:before {
    background: url("../images/guide/icon_item.svg") no-repeat center;
}
.guide_list_index_help a:before {
    background: url("../images/guide/icon_help.svg") no-repeat center;
}
.guide_list_lawson a:before {
    background: url("../images/guide/convenience_icon_lawson.png") no-repeat center;
    background-size: contain;
}
.guide_list_familymart a:before {
    background: url("../images/guide/convenience_icon_familymart.png") no-repeat center;
    background-size: contain;
}
.guide_list_circlek a:before {
    background: url("../images/guide/convenience_icon_circlek.png") no-repeat center;
    background-size: contain;
}
.guide_list_sunkus a:before {
    background: url("../images/guide/convenience_icon_sunkus.png") no-repeat center;
    background-size: contain;
}
.guide_list_seicomart a:before {
    background: url("../images/guide/convenience_icon_seicomart.png") no-repeat center;
    background-size: contain;
}
.guide_list_dailyyamazaki a:before {
    background: url("../images/guide/convenience_icon_dailyyamazaki.png") no-repeat center;
    background-size: contain;
}
.guide_list_docomo a:before {
    background: url("../images/guide/guide_sim_menu_docomo.png") no-repeat center;
    background-size: contain;
}
.guide_list_au a:before {
    background: url("../images/guide/guide_sim_menu_au.png") no-repeat center;
    background-size: contain;
}
.guide_list_softbank a:before {
    background: url("../images/guide/guide_sim_menu_softbank.png") no-repeat center;
    background-size: contain;
}
.guide_list_iphone a:before {
    background: url("../images/guide/device_icon_iphone.png") no-repeat center;
    background-size: contain;
}
.guide_list_ipad a:before {
    background: url("../images/guide/device_icon_ipad.png") no-repeat center;
    background-size: contain;
}
.guide_list_android a:before {
    background: url("../images/guide/device_icon_android.png") no-repeat center;
    background-size: contain;
}
.guide_list_applewatch a:before {
    background: url("../images/guide/device_icon_applewatch.png") no-repeat center;
    background-size: contain;
}
.guide_list_clothes a:before {
    background: url("../images/guide/condition_icon_clothes.png") no-repeat center;
    background-size: contain;
}
.guide_list_items a:before {
    background: url("../images/guide/condition_icon_items.png") no-repeat center;
    background-size: contain;
}
.guide_list_device a:before {
    background: url("../images/guide/condition_icon_device.png") no-repeat center;
    background-size: contain;
}
.guide_list_money a:before {
    background: url("../images/guide/condition_icon_money.png") no-repeat center;
    background-size: contain;
}
.guide_list_postage_stamp a:before {
    background: url("../images/guide/condition_icon_postage_stamp.png") no-repeat center;
    background-size: contain;
}
.guide_list_liquor a:before {
    background: url("../images/guide/condition_icon_liquor.png") no-repeat center;
    background-size: contain;
}
.guide_contents_card {
    box-sizing: border-box;
    width: 100%;
    border: solid 5px #eaeaea;
    margin-top: 10px;
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-size: 0;
    overflow: hidden;
}
.guide_contents_card.first {
    margin-top: 30px;
}
.guide_contents_card.tab_under {
    margin-top: 0px;
    border-top: none;
}
.guide_contents_card_title {
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.guide_contents_card_title:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 10px -1px 0;
    background-color: #ffcf07;
}
.guide_contents_card_list {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.guide_image {
    width: 228px;
    height: auto;
    margin: 25px auto 30px auto;
}
.guide_image img {
    width: 100%;
    height: 100%;
    border: solid 1px #eaeaea;
}
.guide_image.noborder img {
    border: none;
}
.guide_image_full {
    width: 70%;
    height: auto;
    margin: 30px auto;
}
.guide_image_full img {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
}
.guide_image_full.noborder img {
    border: none;
}
.tab_area a {
    margin: auto;
    border: solid 1px #eaeaea;
    border-bottom: none;
    padding: 15px 0;
    color: #999;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width: 49.708%;
    float: left;
    display: block;
}
.tab_panel {
    display: none;
}
#tab1:checked ~ .tab_area .tab1_label {
    background: #fff;
    color: #000;
}
#tab1:checked ~ #panel1 {
    display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    color: #000;
}
#tab2:checked ~ #panel2 {
    display: block;
}
@media screen and (max-width: 767px) {
    .tab_area a {
        border: none;
        width: 50%;
    }
}
.guide_column {
    margin-bottom: 40px;
    padding: 25px 20px 22px 20px;
    background-color: #ededed;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.guide_column.list {
    border-radius: 10px;
}
.guide_column.multiple {
    margin: 0 0 16px;
}
.guide_column .guide_column_title {
    border-bottom: 1px solid #bababa;
    margin: -10px 0 15px;
    padding: 0 0 8px;
}
.guide_column .guide_button_link {
    margin-bottom: 0;
}
.guide_column_icon {
    display: inline-block;
    margin: 0 16px 0 0;
    vertical-align: middle;
}
.guide_column_icon_text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.guide_cashlater .guide_contents_sub_title + .guide_column.multiple {
    margin-top: -16px;
}
.guide_column_title {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}
.guide_column_sub_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.guide_column_sub_title:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: -5px 8px 0 0;
    background-color: #ffcf07;
}
.guide_column_note {
    margin: 20px 0;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.guide_column_list {
    margin: 0;
}
.guide_column_list li {
    margin-bottom: 8px;
    padding: 0 0 0 24px;
}
.guide_column_list li:last-child {
    margin-bottom: 0;
}
.guide_column_list li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin: -3px 10px 0 -24px;
    background: url("../images/guide/icon_check_02.svg") no-repeat;
}
.guide_column_contents {
    margin-bottom: 20px;
    padding: 15px 20px 12px 20px;
    background-color: #ededed;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.guide_convenience {
    border-top: solid 1px #eaeaea;
}
.guide_step {
    text-align: left;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 30px;
    padding: 20px 0;
    margin: 0 0 20px;
}
.guide_step.last {
    border-bottom: none;
}
.guide_step .guide_note {
    padding: 0;
}
.guide_step_container {
    position: relative;
}
.guide_step_num {
    display: inline-block;
    height: 24px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    background-color: #ffcf07;
}
.guide_step_title {
    font-weight: bold;
    margin: 0 0 16px;
}
.guide_step_sub {
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 12px;
}
.guide_step_sub .flow_about_link {
    font-size: 12px;
}
.btn_back {
    margin: 30px 0 50px;
}
.btn_back a {
    display: block;
    width: 200px;
    height: 42px;
    border-radius: 22px;
    margin: 0 auto;
    background-color: #fff;
    color: #888;
    line-height: 46px;
    font-size: 11px;
    text-decoration: none;
}
.copyright {
    font-size: 11px;
    color: #818692;
    letter-spacing: 0.05em;
    margin: 50px 0 0;
}
.logo_footer {
    margin: 0 auto 25px auto;
}
.logo_footer a {
    display: inline-block;
    width: 58px;
    height: 30px;
    background: url("../images/logo_footer.svg");
    color: transparent;
}
.guide_index {
    width: 100%;
    padding: 60px 0;
    background-color: #ffcf07;
}
.guide_index_title,
.guide_pro_index_title {
    width: 400px;
    height: 125px;
    margin: 0 auto;
    background: url("../images/guide/main.svg") no-repeat center;
    background-size: contain;
    color: transparent;
}
.guide_pro_index_title {
    background-image: url("../images/pro/guide/main.svg");
}
.guide_cash .copy {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.2;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}
.guide_cash .copy span {
    border-bottom: solid 3px #ffcf07;
}
.guide_cash .about_text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.guide_cash .column {
    border: solid 1px #eaeaea;
    margin: 20px 0;
    padding: 25px 20px;
}
.guide_cash .column:first-child {
    margin-top: 30px;
}
.guide_cash .column_img {
    width: 66px;
    height: 66px;
    margin: 0 auto;
}
.guide_cash .column_img img {
    width: 100%;
    height: 100%;
}
.guide_cash .column_title {
    margin: 20px 0 10px 0;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
}
.guide_cash .column_title strong {
    border-bottom: solid 3px #ffcf07;
}
.guide_cash .column_title span {
    font-size: 10px;
}
.guide_cash .column_text {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
.guide_cash .column_note {
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: 0.03em;
}
.rule_contents {
    box-sizing: border-box;
    width: 100%;
    border-bottom: solid 1px #eaeaea;
    padding: 20px 16px 5px 16px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-size: 13px;
}
.rule_contents p {
    margin-bottom: 15px;
}
.rule_contents .guide_image_full:first-child {
    margin: 0 auto 20px;
}
.rule_contents a {
    color: #387afe;
    text-decoration: underline;
}
.rule_list {
    list-style-type: disc;
    margin: 0 0 15px 20px;
}
.flow_about {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 2%;
    text-align: justify;
    text-justify: inter-ideograph;
}
.flow_image {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 20%;
}
.flow_image img {
    width: 100%;
    height: 100%;
}
.flow_about_title {
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.flow_about_text {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.flow_about_note {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.flow_about_link {
    margin-top: 10px;
    font-size: 14px;
}
.flow_about_link a {
    text-decoration: underline;
    color: #387afe;
}
.convenience_contents {
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #eaeaea;
    margin-top: 10px;
    padding: 40px;
    background-color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-align: left;
}
.guide_packing_contents_sub_title {
    margin-top: 80px;
}
.packing_img {
    text-align: center;
}
.packing_img li {
    display: inline-block;
    width: 100%;
    max-width: 296px;
    margin: 0 0 10px;
}
.packing_img img {
    width: 100%;
}
.cashlater_overview {
    font-weight: 600;
    text-align: center;
    margin: 0 0 24px;
}
.condition_star {
    margin: -2px -16px 20px;
    padding: 0 16px 11px;
    border-bottom: 1px solid #eaeaea;
}
.condition_star img {
    vertical-align: top;
    margin: 0 20px 0 0;
}
.condition_star_label {
    font-weight: bold;
    vertical-align: middle;
    line-height: 35px;
}
.condition_list {
    font-size: 0;
    margin: 20px auto -20px;
    overflow: hidden;
    max-width: 375px;
}
.condition_list li {
    font-size: 12px;
    display: inline-block;
    margin: 0 14px 0 0;
}
.condition_list p {
    margin: 10px 0 20px;
    text-align: left;
}
.faq_contents {
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #eaeaea;
    margin-top: 10px;
    padding: 20px 16px;
    background-color: #fff;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-size: 13px;
}
.faq_q,
.faq_a {
    position: relative;
    display: block;
    padding-left: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.faq_q .faq_icon,
.faq_a .faq_icon {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin: -3px 0 0 0;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}
.faq_q {
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.faq_q .faq_icon {
    color: #0a0e1f;
    background-color: #ffcf07;
}
.faq_a .faq_icon {
    font-weight: bold;
    color: #fff;
    background-color: #818692;
}
.faq_a li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.faq_text a {
    text-decoration: underline;
    color: #387afe;
}
.faq_note {
    font-size: 11px;
    margin-top: 5px;
}
.pay-easy_list {
    text-align: left;
    font-size: 0;
    padding: 10px 0;
}
.pay-easy_list li {
    font-size: 12px;
    display: inline-block;
    width: 33%;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 4px 15px;
    vertical-align: middle;
}
.pay-easy .guide_note {
    margin: 2em 0 0;
}
.cash_limit .guide_text {
    margin: 0 0 1.5em;
}
.cash_limit .guide_note {
    color: rgba(10, 14, 31, 0.4);
}
.cash_limit_top {
    border: 4px solid #eaeaea;
    border-radius: 6px;
    text-align: center;
    margin: 0 0 24px;
    padding: 32px 16px 30px;
}
.cash_limit_top_title {
    font-size: 16px;
    margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
    .wrapper {
        width: 100%;
        margin: 40px auto 0;
    }
    .guide_title {
        font-size: 18px;
        padding: 0 10px;
    }
    .copyright,
    .logo_footer,
    .btn_back {
        display: none;
    }
    .guide_text br {
        display: none;
    }
    .guide_text.w_space {
        margin-bottom: 20px;
    }
    .guide_notice br {
        display: none;
    }
    .guide_sub_title {
        margin: 30px auto 15px auto;
        padding: 0 16px;
    }
    .guide_text_lead {
        text-align: left;
        margin: 30px 16px 20px 16px;
        line-height: 1.5;
    }
    .guide_image_full {
        width: 100%;
        height: auto;
        margin: 25px auto 30px auto;
    }
    .guide_image_full img {
        width: 100%;
        height: auto;
    }
    .guide_contents_card {
        padding: 20px 16px 18px 16px;
    }
    .guide_contents {
        padding: 20px 16px;
        text-align: left;
    }
    .guide_column {
        margin-bottom: 20px;
        padding: 20px 15px 17px 15px;
        font-size: 13px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .guide_column br {
        display: none;
    }
    .guide_column_title {
        font-size: 14px;
    }
    .guide_column_icon_text {
        width: 64%;
    }
    .guide_index {
        padding: 36px 0;
    }
    .guide_index_title {
        width: 300px;
        height: 94px;
    }
    .guide_cash .copy {
        font-size: 16px;
        text-align: center;
    }
    .guide_cash .about_text {
        text-align: center;
        font-size: 13px;
        line-height: 1.7;
    }
    .guide_cash .column {
        text-align: center;
        margin-top: 10px;
        padding: 25px 10px 20px 10px;
    }
    .guide_cash .column:first-child {
        margin-top: 20px;
    }
    .guide_cash .column_img {
        width: 50px;
        height: 50px;
    }
    .guide_cash .column_title {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .guide_cash .column_text {
        font-size: 12px;
    }
    .guide_cash .column_note {
        text-align: center;
    }
    .document_note {
        text-align: left;
    }
    .guide_title_note {
        margin: 25px 0 20px 0;
        text-align: left;
    }
    .flow_contents {
        padding: 20px 16px 20px 0;
    }
    .flow_about {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        padding-left: 1%;
    }
    .flow_image {
        width: 28%;
        height: 28%;
    }
    .flow_about_title {
        font-size: 14px;
    }
    .convenience_contents {
        padding: 20px 16px;
    }
    .pay-easy_list li {
        width: 49.9%;
    }
    .condition_list {
        margin: 16px -16px -16px 0;
    }
    .condition_list .tight {
        letter-spacing: -0.05em;
    }
    .packing_img li {
        max-width: 375px;
    }
}
@media screen and (max-width: 320px) {
    .guide_button_link a {
        font-size: 12px;
    }
    .pay-easy_list li {
        font-size: 12px;
    }
    .condition_list img {
        width: 136px;
    }
    .condition_list p {
        font-size: 10px;
    }
}
.guide_list_index_acd-list {
    display: none;
}
.guide_list_index_acd-list.onanimation {
    display: block;
}
.guide_list_index_acd-item {
    background-color: #fafafa;
    padding-left: 20px;
}
.guide_list_index_acd-item:first-child a:before {
    background: url(../images/guide/icon_sugusatei.svg) no-repeat center;
}
.guide_list_index_acd-item:last-child a:before {
    background: url(../images/guide/icon_matomesatei.svg) no-repeat center;
}
.guide_list_index_acd-btn.active {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.guide_list_index_acd-btn:after {
    width: 12px !important;
    background: url(../images/guide/arrow_plus.svg) no-repeat center !important;
}
.guide_list_index_acd-btn.active:after {
    width: 12px !important;
    background: url(../images/guide/arrow_minus.svg) no-repeat center !important;
}
.guide_list_index_comparison a:before {
    background: url(../images/guide/icon_comparison.svg) no-repeat center;
}
.guide_comparison_h2 {
    text-align: center;
}
.guide_comparison_table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 10px auto 20px;
}
.guide_comparison_title {
    text-align: center;
    vertical-align: middle;
}
.guide_comparison_icon {
    width: 30px;
    margin-left: 10px;
}
.guide_comparison_item {
    width: 40%;
    padding: 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.guide_comparison_item:first-child {
    width: 20%;
    background-color: #f1f1f1;
}
.guide_comparison_title {
    background-color: #818692;
    color: #fff;
    padding: 10px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*# sourceMappingURL=guide.css.map */

ul.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
}
li.item {
    display: inline-block;
    /*width: 60%; */
    height: 400px;
    margin: 10px;
    font-size: 12px;
    color: #000;

}

.btn{
    width:300px;
    height:60px;
    line-height:60px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#000000;
    text-align:center;
    border:5px solid #FFFFFF;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    transition: all 0.6s ease;
}
.btn a:hover{
    background:#000000;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:5px solid #FFFFFF;
    box-shadow:none;
}