@charset "UTF-8";
.main{
    padding: 0 20px 60px;
}
.guide_cat_main{
    padding: 20px 0;
    background-color: transparent;
}
.guide_container{
    padding: 35px 45px;
    background-color: #fff;
}
.guide_cat_main h2{
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 0;
}
.guide_cat_main section{
    padding: 0;
    border-bottom: 0;
}
.guide_cat_main .guide_flow_item {
    margin-bottom: 23px;
}
.guide_cat_main .guide_flow_item:last-of-type{
    margin-bottom: 30px; 
}
h3.guide_container_head {
    padding: 10px 45px 10px 16px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
} 
h3.guide_container_head_b{
    background-color: #3d3d3d;
}
h3.guide_container_head_s {
    background-color: #3d3d3d;
}

.guide_step{
    margin-right: 10px;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide_container_head_b .guide_step{
    color: #003264;
}
.guide_container_head_s .guide_step{
    color: #000;
}
.guide_arrow {
    margin: 0px auto 34px;
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
}
.guide_arrow:before {
    content: '';
    width: 19px;
    height: 19px;
    border: 0;
    border-bottom: solid 4px #808080;
    border-right: solid 4px #808080;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.guide_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.guide_flex_l{
    flex: 0 1 auto;
    width: 45%;
}
.guide_flex_r{
    flex: 0 1 auto;
    width: 50%;
}
.guide_flex_ll,
.guide_flex_lr{
    flex: 0 1 auto;
    width: 48%;
}
.guide_cat_main p{
    text-align: start;
}
.guide_cat_main img{
    border: 0;
    padding: 0;
}
.guide_cat_main .guide_img_border{
    border: 1px solid #ccc;
}
.guide_img_cut_top,
.guide_img_cut_bottom,
.guide_img_cut_center{
    object-fit: cover;
    overflow: hidden;
}
.guide_img_cut_top{
    object-position: top;
}
.guide_img_cut_bottom{
    object-position: bottom;
}
.guide_img_cut_center{
    object-position: center;
}
.guide_img_cut8{
    aspect-ratio: 8 / 10;
}
.guide_img_cut9{
    aspect-ratio: 9 / 10;
}
.guide_img_cut10{
    aspect-ratio: 10 / 10;
}
.guide_img_cut11{
    aspect-ratio: 11 / 10;
}
.guide_img_cut12{
    aspect-ratio: 12 / 10;
}
.guide_img_cut13{
    aspect-ratio: 13 / 10;
}
.guide_img_cut14{
    aspect-ratio: 14 / 10;
}
ul.ul_disc{
    list-style: disc;
}
.guide_container>ul{
    margin-top: 20px;
    padding-left: 20px;
}
.guide_container li{
    margin-bottom: 10px;
}
.ul_line{
    list-style: none;
}
.ul_line li{
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.ul_line li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
}
.guide_square{
    padding-right: 20px;
    position: relative;
}
.guide_square::before{
    margin-right: 10px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #003264;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.guide_fee_list_wrap{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #afafaf;
}
ul.guide_fee_list{
    margin-top: 20px;
}
.guide_payment_wrap{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #afafaf;
}
.guide_supplement{
    margin-top: 10px;
    display: inline-block;
    text-indent: -15px;
    margin-left: 20px;
}
.guide_flow_next{
    margin: 40px auto;        
    padding: 20px 10px;
    font-size: 18px;
    display: block;
    width: 300px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.guide_flow_next_s{
    background-color: #003264;
}
.guide_flow_next_b{
    background-color: #ed1c24;
}


#guide_member .nav-content-app{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto 0;
    padding: 0 24px;
}
#guide_member .nav-content-app .nav-content-apple {
    width: 47%;
    background: #FFF;
    padding: 25px;
    margin: 0;
    border-radius: 16px;
}
#guide_member .nav-content-app .nav-content-apple img {
    width: 100%;
}
#guide_member .nav-content-app .nav-content-google {
    width: 47%;
    background: #FFF;
    padding: 25px;
    margin: 0;
    border-radius: 16px;
}
#guide_member .nav-content-app .nav-content-google img {
    width: 100%;
}
#guide_member .sp-application__fixed{
    display: none;
}
.guide_img_wrap{
    position: relative;
}
.guide_pointer{
    position: absolute;
    width: 20%;
}

@media screen and (max-width: 600px){
    .guide_container {
        padding: 20px 24px;
        text-align: justify;
    }
    .guide_flex{
       flex-direction: column;
    }
    .guide_flex_l{
        margin-bottom: 20px;
        width: 100%;
    }
    .guide_flex_r{
        width: 100%;
    }
    #guide_member .sp-application__fixed{
        opacity: 1!important;
        position: static;
        background:transparent;
        display: block!important;
    transition: none;
    }
    #guide_member .sp-fixed-google {
        width: 123px;
        max-width: 100%;
    }
    #guide_member .nav-content-app{
        display: none;
    }
    h3.guide_container_head{
        padding: 15px;
        line-height: 1.5;
    }
}