@charset "UTF-8";
/* CSS Document */

/*---------- リンク設定 ----------*/

a.bgsa_info_complete_link:link {color:#000;text-decoration:none;}
a.bgsa_info_complete_link:visited {color:#000;text-decoration:none;}
a.bgsa_info_complete_link:hover {color:#000;text-decoration:none;}
a.bgsa_info_complete_link{-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
a.bgsa_info_complete_link img {border-style:none;}
img.bgsa_info_complete_img {vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
a.bgsa_info_complete_link:hover img{opacity:0.6;filter:alpha(opacity=60);}
a.bgsa_info_complete_link img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}


/*---------- ベーステキストの指定 ----------*/

.bgsa_basetext {
font-size:100%;
line-height:180%;
}
/* ▼PCメディアクエリ */
@media screen and (min-width:1024px){
    .bgsa_basetext {
    font-size:18px;
    line-height:180%;
    letter-spacing:1px;
    }
} 


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px){.bgsa_spnone{display:none;}}
@media screen and (min-width:1024px){.bgsa_pcnone{display:none;}}


/*---------- 会員登録・SP ----------*/
.bgsa_info-contens{
margin: 10px 20px 20px;
padding: 20px;
font-family: "Noto Sans JP";
border-radius: 20px;
box-shadow:0 1px 5px rgba(0,0,0,0.3); 
}

.bgsa_info-box{
margin: 0;
padding: 0;
}

.bgsa_info_eng{
margin: 0 0 20px 0;
}

.bgsa_member_info_register{
font-family: "Noto Sans JP";
color: #003366;
letter-spacing: 1px;
font-size:24px;
text-align: center;
}

.bgsa_info_step_flow{
margin: 0;
padding: 0;
text-align: center;
}

.bgsa_step_flow {
margin: 0 0 10px;
padding: 0;
font-size: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.bgsa_step_flow > li {
margin: 0;
padding: 0;
position: relative;
display: block;
width: auto;
list-style: none;
text-overflow: ellipsis;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}

.bgsa_step_flow > li .bgsa_title {
margin-top: 20px;
margin-bottom: 0;
font-size:12px;
font-weight: bold;
}

.bgsa_step_flow > li .bgsa_text {
margin: 0;
display: block;
font-size:12px;
}

.bgsa_step_flow > li .bgsa_bubble {
margin: 0 auto;
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
}

.bgsa_step_flow > li .bgsa_bubble::after,
.bgsa_step_flow > li .bgsa_bubble::before {
position: absolute;
top: 4px;
display: block;
width: 100%;
height: 0.8px;
content: ""'';
}

.bgsa_step_flow > li.bgsa_active,
.bgsa_step_flow > li.bgsa_active .bgsa_bubble {
color: #006AB0;
}

.bgsa_step_flow > li.bgsa_active .bgsa_bubble,
.bgsa_step_flow > li.bgsa_active .bgsa_bubble::after,
.bgsa_step_flow > li.bgsa_active .bgsa_bubble::before{
background-color: #006AB0;
}

.bgsa_step_flow > li:last-child .bgsa_bubble::after,
.bgsa_step_flow > li:last-child .bgsa_bubble::before {
width: 0%;
margin-right: 50%;
}

.bgsa_step_flow > li.bgsa_active_yet,
.bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble {
color: #707070;
}

.bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble,
.bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble::after,
.bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble::before {
background-color: #006AB0;
}


/*---------- 会員登録・PC ----------*/
@media screen and (min-width:1024px){
    .bgsa_info-contens{
    margin: 80px auto;
    padding: 10px 40px 40px;
    width: 880px;
    font-family: "Noto Sans JP";
    border-radius: 20px;
    box-shadow:0 1px 5px rgba(0,0,0,0.3); 
    }

    .bgsa_info-box{
    margin: 0 auto;
    padding: 0;
    }

    .bgsa_info_eng{
    margin: 0 0 40px 0;
    }

    .bgsa_member_info_register{
    font-family: "Noto Sans JP";
    color: #003366;
    letter-spacing: 1px;
    font-size:32px;
    text-align: center;
    }

    .bgsa_info_step_flow{
    margin: 0;
    padding: 0;
    text-align: center;
    }

    .bgsa_step_flow {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

    .bgsa_step_flow > li {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: auto;
    list-style: none;
    text-overflow: ellipsis;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    }

    .bgsa_step_flow > li .bgsa_title {
    margin-bottom: 0;
    font-size:15px;
    font-weight: bold;
    }

    .bgsa_step_flow > li .bgsa_text {
    margin: 0;
    display: block;
    font-size:14px;
    }

    .bgsa_step_flow > li .bgsa_bubble {
    margin: 0 auto;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    }

    .bgsa_step_flow > li .bgsa_bubble::after,
    .bgsa_step_flow > li .bgsa_bubble::before {
    position: absolute;
    top: 4.8px;
    display: block;
    width: 100%;
    height: 1.8px;
    content: ""'';
    }

    .bgsa_step_flow > li.bgsa_active,
    .bgsa_step_flow > li.bgsa_active .bgsa_bubble {
    color: #006AB0;
    }

    .bgsa_step_flow > li.bgsa_active .bgsa_bubble,
    .bgsa_step_flow > li.bgsa_active .bgsa_bubble::after,
    .bgsa_step_flow > li.bgsa_active .bgsa_bubble::before{
    background-color: #006AB0;
    }

    .bgsa_step_flow > li:last-child .bgsa_bubble::after,
    .bgsa_step_flow > li:last-child .bgsa_bubble::before {
    width: 0%;
    margin-right: 50%;
    }

    .bgsa_step_flow > li.bgsa_active_yet,
    .bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble {
    color: #707070;
    }

    .bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble,
    .bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble::after,
    .bgsa_step_flow > li.bgsa_active_yet .bgsa_bubble::before {
    background-color: #006AB0;
    }
}


/*---------- ご登録ありがとうございました！・SP----------*/
.bgsa_thanks_contents{
margin: 30px 0;
padding: 0;
}

.bgsa_thanks_box{
margin: 0 auto;
padding: 30px 20px;
background: #F1F5F9;
border: 1px solid #ccc;
text-align: center;
font-family: "Noto Sans JP";
}


.bgsa_thanks_text  .bgsa_text_big{
margin: 0 0 20px 0;
padding: 0;
font-size: 16px;
font-weight: bold;
}

.bgsa_thanks_text p{
margin: 0;
padding: 0;
font-size: 15px;
line-height: 1.8;
letter-spacing: 1px;
}

.bgsa_blue{
color: blue;
}


/*---------- ご登録ありがとうございました！・PC----------*/
@media screen and (min-width:1024px){
    .bgsa_thanks_contents{
    margin: 80px 0;
    padding: 0;
    }

    .bgsa_thanks_box{
    margin: 0 auto;
    padding: 40px 0;
    background: #F1F5F9;
    border: 1px solid #ccc;
    text-align: center;
    font-family: "Noto Sans JP";
    }


    .bgsa_thanks_text  .bgsa_text_big{
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    }

    .bgsa_thanks_text p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    }

    .bgsa_blue{
    color: blue;
    }
}

/*---------- BTN・SP ----------*/
.bgsa_btn2{
margin: 30px 0;
padding: 0;
}

.bgsa_btn_blue{
margin: 0 auto;
padding: 12px 0;
width: 80%;
background: #fff;
border: 2px solid #006AB0;
border-radius: 40px ;
font-size: 14px;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
box-shadow:0 1px 5px rgba(0,0,0,0.3); 
}

.bgsa_btn_left, .bgsa_btn_right{
text-align: center;
}

.bgsa_btn_left a{
color: #006AB0;
}

.bgsa_btn_blue::before{
content: "\f104";
font-family: FontAwesome;
position: absolute;
left: 5%;
top: 33%;
color: #006AB0;
background-color: #fff;
}

.bgsa_btn_orange{
margin: 15px 0 0 0;
padding: 12px 0;
width: 80%;
background: #F28E00;
border: 2px solid #F28E00;
border-radius: 40px ;
font-size: 14px;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
box-shadow:0 1px 5px rgba(0,0,0,0.3); 
}

.bgsa_btn_right a{
color: #fff;
}

.bgsa_btn_orange::after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
right: 5%;
top: 33%;
color: #fff;
}

/*---------- BTN・PC ----------*/
@media screen and (min-width:1024px){
    .bgsa_btn2{
    margin: 30px 0;
    padding: 0;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 720px;
    }

    .bgsa_btn_blue{
    margin: 0;
    padding: 12px 50px;
    width: 100%;
    background: #fff;
    border: 2px solid #006AB0;
    border-radius: 40px ;
    font-size: 14px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow:0 1px 5px rgba(0,0,0,0.3); 
    }

    .bgsa_btn_left a{
    color: #006AB0;
    }

    .bgsa_btn_blue::before{
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 5%;
    top: 33%;
    color: #006AB0;
    background-color: #fff;
    }

    .bgsa_btn_orange{
    margin: 0;
    padding: 12px 60px;
    width: 100%;
    background: #F28E00;
    border-radius: 40px ;
    font-size: 14px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow:0 1px 5px rgba(0,0,0,0.3); 
    }

    .bgsa_btn_right a{
    color: #fff;
    }

    .bgsa_btn_orange::after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #fff;
    }
}