#guide {
    --site-color : #008742;
}
#guide * {
    line-height: 145%;
}

#lp_article #menu {
    box-sizing: border-box !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10000;
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#lp_article #menu li {
    border: 1px solid #333;
    text-align: center;
    width: calc((100% - 20px) / 3);
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

#lp_article #menu li img {
    margin: auto;
    display: block;
}
#lp_article .area_soryo {
    width: 100%;
}

@media screen and (max-width: 639px) {
    #lp_article #menu li img {
        width: 40%;
    }
}
.color_red {
    color: #F00;
}
#lp_article #menu li::after {
    content: "";
    display: block;
    height: 5px;
    width: 0px;
    background-color: #ccc;
    bottom: 0;
    left: 0;
}
#lp_article #menu li:hover::after {
    width: 100%;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
#lp_article #menu.fixed-menu {
    position: fixed;
    top: 93px;
    padding: 10px 0px;
}
@media screen and (max-width: 1219px) {
    #lp_article #menu.fixed-menu {
        margin-right: 10px;
        left: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
    #lp_article #menu.fixed-menu li {
        width: calc((100vw - 100px) / 6);
    }
}
#lp_article #menu.fixed-menu li {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#lp_article #menu.fixed-menu li img {
    display: none;
}

#guide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#guide > div[class^="content"]{
    display: none;
}

#guide.active_1 > div.content-1{
    display: block;
}
#guide.active_2 > div.content-2{
    display: block;
}
#guide.active_3 > div.content-3{
    display: block;
}
#guide.active_4 > div.content-4{
    display: block;
}
#guide.active_5 > div.content-5{
    display: block;
}
#guide.active_6 > div.content-6{
    display: block;
}
#guide img {
    max-width: 100%;
}
@media screen and (max-width: 639px) {
    #guide {
        padding: 0px 15px;
    }
}

div.content-box {
    display: block !important;
}

div[class^="content-"] {
    border: 1px solid #888;
    margin: 32px 0px;
    padding: 50px 30px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] {
        display: none;
        margin-top: 0px;
        padding: 10px 0px 20px 0px;
        border: none;
    }
}
div[class^="content-"] h3 {
    padding-bottom: 6px;
    margin-bottom: 36px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 150% !important;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] h3 {
        margin-bottom: 24px;
        font-size: 24px;
    }
}

div[class^="content-"] h3::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 5px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--site-color)),
        color-stop(25%, var(--site-color)),
        color-stop(25%, #707070),
        to(#707070)
    );
    background: linear-gradient(90deg, var(--site-color) 0%, var(--site-color) 25%, #707070 25%, #707070 100%);
}
div[class^="content-"] h4 {
    margin-bottom: 36px;
    line-height: 35px !important;
    height: auto;
    font-size: 20px;
    padding-left: 15px;
    position: relative;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] h4 {
        line-height: 24px;
        height: auto;
        font-size: 16px;
        margin-bottom: 24px;
    }
}
div[class^="content-"] h4::before {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    background-color: #6a6969;
}
div[class^="content-"] h4 ~ p {
    padding-left: 20px;
}
div[class^="content-"] .b-line {
    border-bottom: 1px dashed #707070;
    margin-bottom: 36px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] .b-line {
        margin-bottom: 20px;
    }
}
div[class^="content-"] .content {
    padding-bottom: 36px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] .content img {
        max-width: 100%;
    }
}
div[class^="content-"] p {
    font-size: 16px;
    line-height: 145% !important;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] p {
        font-size: 14px;
    }
}
div[class^="content-"] p.bluebox {
    color: var(--site-color);
    border: 1px solid var(--site-color);
    padding: 20px;
}
div[class^="content-"] p.check {
    position: relative;
    padding-top: 12px;
    padding-left: 60px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] p.check {
        padding-left: 0px;
    }
}
div[class^="content-"] p.check::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    float: left;
    width: 40px;
    height: 40px;
    background: url("../guide/help_qa/new_img/check_ico.png") no-repeat;
    background-size: 80%;
    background-position: center center;
}
div[class^="content-"] p.check .thumb {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] p.check .thumb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
div[class^="content-"] p.check .thumb a {
    display: block;
    margin-right: 20px;
    max-width: 140px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] p.check .thumb a {
        max-width: 45%;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}
div[class^="content-"] p.check .thumb a img {
    width: 100%;
}
div[class^="content-"] ul {
    margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] ul {
        margin-bottom: 30px;
    }
}
div[class^="content-"] ul li {
    font-size: 16px;
    position: relative;
    margin-bottom: 16px;
    line-height: 145%!important;
    padding: 14px 28px 14px 75px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 14px 28px 14px 50px;
    }
}
div[class^="content-"] ul li::before {
    text-align: center;
    display: block;
    height: 25px;
    width: 40px;
    position: absolute;
    font-size: 25px;
    font-family: "Noto Sans JP";
    top: 11px;
    left: 20px;
}
@media screen and (max-width: 639px) {
    div[class^="content-"] ul li::before {
        font-size: 20px;
        width: 30px;
        left: 10px;
    }
}
div[class^="content-"] ul li.qes {
    cursor: pointer;
    background-color: #e6e6e6;
}
div[class^="content-"] ul li.qes::before {
    content: "Q";
}
div[class^="content-"] ul li.qes.active + .ans {
    display: block;
}
div[class^="content-"] ul li.ans {
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
}
div[class^="content-"] ul li.ans::before {
    content: "A";
}

.separate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (min-width: 640px) {
    .separate {
        font-size: 16px;
    }
}
.separate > div:first-child {
    width: 50%;
}
.separate > div:last-child {
    width: auto;
}
.separate.pay_type > div:first-child {
    width: 25%;
    min-width: 220px;
}
.separate.pay_type > div:first-child span {
    padding: 10px 0px;
    display: block;
    width: 200px;
    font-size: 16px;
    border: 1px solid #707070;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .separate.pay_type > div:first-child span {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
    }
}
.separate.pay_type > div:last-child {
    width: auto;
}
@media screen and (max-width: 639px) {
    .separate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .separate > div {
        width: 100% !important;
    }
}

@media screen and (max-width: 639px) {
    .pcOnly {
        display: none !important;
    }
}

@media screen and (min-width: 640px) {
    .spOnly {
        display: none !important;
    }
}

.guide {
    text-align: center;
}
.guide h1 {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px !important;
}
.guide h1 img{
    max-width: 100%;
}
.guide + p {
    line-height: 170%!important;
}
.mb_50 {
    margin-bottom: 50px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
