/*--------------------------------------------------------------
	Original style
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    counter-increment: resister 0 reset-pass 0;
}

.copyright{
    display: flex;
}

.bg-ss-black {
    background-color: #232323;
    color: white;
}

.navbar-custom{
    background-color: #232323;
}

.navbar-header{
    /* margin: 2% auto 0px 2%; */
    margin-left: 15px;
    width: 100%;
}

.navbar-brand {
    background: url("../images/registration/logo.png") no-repeat left center;
    background-size: 100%;
    width: 20%;
    max-width: 180px;
}

.first-section{
    margin-top: 100px;
}

.module-small{
    display: grid;
}

.container-size{
    margin: 0px auto 0px auto;
    width: 880px !important;
}

.container-title{
    margin: 0px auto 50px auto;
}

.module-title {
    margin: 0px auto 10px auto;
    color: white;
    font-size: 44px;
    font-weight: bold;
}

.attention{
    font-size: 1.6rem;
}

.post-header{
margin-bottom: 0 !important;

}
.post-columns{
    background-color: rgba(255, 255, 255, 0.4);
    padding-top: 3VH;
    padding-bottom: 6VH;
}

.post{
    margin-bottom: 0px !important;
}

.contents-title{
    letter-spacing: 0px;
    width: fit-content;
    padding-left: 0;
}


.post-thumbnail{
    margin-bottom: 10px !important;
}

.titan-title-size-1 a{
    color: white;
}

.blue-arrow{
    color: blue;
    font-size: 20px;
}

.link-buttons{
    margin-top: 50px !important;
}

.btn-blue{
    background-color: blue !important;
    color: white !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height:23px !important;
    height: 50px;
    vertical-align: middle;
    border: none !important;
    padding: 37px !important;
}
/*
.register-counter {
    counter-increment: resister reset-pass;
  }

.register-counter li {
    list-style: none;
  }

  .register-counter li::marker {
    content: counter(resister);
  } */

  ol  {
    margin: 0 !important;
    padding-left: 1.5rem !important;
    display: flex;
    justify-content: center;
  }
  ol li  {
    list-style: none;
    text-indent: -1em;
    width: fit-content;
    margin: auto;
  }

  .br-sp{
    display: none;
}

@media (min-width: 900px) {
    .col_ajust {
        width: calc(25% - 32px) !important;
        margin-top: 3VH !important;
    }

    .contents-title{
        font-size: 14px;
        font-weight: bold;
    }

    .ba-sp{
        width: 32px !important;
        display: flex;
    }

    .br{
        display: none;
    }
}

@media only screen and (min-width:730px) and (max-width:900px) {
    .col_ajust {
        width: calc(20VW - 32px) !important;
        margin-top: 3VH !important;
    }

    .container-size{
        /* margin: 0px auto 0px auto; */
        width: 80VW !important;
    }

    .module-title {
        font-size: 5vw;
        font-weight: bold !important;
    }

    .contents-title{
        font-size: 1.7VW !important;
        font-weight: bold !important;
    }

    .blue-arrow{
        width: 32px;
    }

    .ba-sp{
        width: 32px !important;
        display: flex;
    }

    .br{
        display: block  ;
    }
    
}

@media only screen and (min-width:479px) and (max-width:730px) {
    .col_ajust {
        width: 45% !important;
        margin-top: 3VH !important;
    }

    .container-size{
        /* margin: 0px auto 0px auto; */
        width: 80VW !important;
    }

    .module-title {
        font-size: 7vw;
        font-weight: bold !important;
    }

    .contents-title{
        font-size: 2.2VW !important;
        font-weight: bold !important;
    }

    .indent{
        display: none;
    }

    .ba-sp{
        display: none !important;
    }

    .br{
        display: none;
    }

    .br-sp{
        display: block;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        width: 30%;
    }

    /* .navbar-header{
        margin: 3% auto 0px 3%;
    } */

.col_ajust {
    width: 47% !important;
    margin-top: 3VH !important;
}

.container-size{
    /* margin: 0px auto 0px auto; */
    width: 80VW !important;
}

.module-title {
    font-size: 8vw;
}

.contents-title{
    font-size: 3.8VW !important;
    font-weight: bold !important;
}

.indent{
    display: none;
}

.ba-sp{
    display: none !important;
}

.br{
    display: none;
}

.br-sp{
    display: block;
}

ol  {
    padding-left: 12% !important;
}

}