@charset "UTF-8";

/*------------------------------------
- COLOR primary
------------------------------------*/

.alert-primary {
    color: #0e3452;
    background-color: #b5d7f2;
    border-color: #a4ceef;
}

.alert-primary hr {
    border-top-color: #8ec2eb;
}

.alert-primary .alert-link {
    color: #061927;
}

.badge-primary {
    color: #fff;
    background-color: #2177BB;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    background-color: #195b8f;
}

.bg-primary {
    background-color: #2177BB !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #195b8f !important;
}

.border-primary {
    border-color: #2177BB !important;
}

.btn-primary {
    color: #fff;
    background-color: #2177BB;
    border-color: #2177BB;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1b639c;
    border-color: #195b8f;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #2177BB;
    border-color: #2177BB;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #195b8f;
    border-color: #175382;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
}

.btn-outline-primary {
    color: #2177BB;
    background-color: transparent;
    border-color: #2177BB;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2177BB;
    border-color: #2177BB;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #2177BB;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2177BB;
    border-color: #2177BB;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 119, 187, 0.5);
}

.list-group-item-primary {
    color: #0e3452;
    background-color: #a4ceef;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0e3452;
    background-color: #8ec2eb;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e3452;
    border-color: #0e3452;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #a4ceef;
}

.table-hover .table-primary:hover {
    background-color: #8ec2eb;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #8ec2eb;
}

.text-primary {
    color: #2177BB !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #195b8f !important;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/

.alert-secondary {
    color: #65b9ff;
    background-color: #1ac14dff;
    border-color: #197143ff;
}

.alert-secondary hr {
    border-top-color: #17e138ff;
}

.alert-secondary .alert-link {
    color: #32a2ff;
}

.badge-secondary {
    color: #212529;
    background-color: #E0F1FF;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #212529;
    background-color: #add9ff;
}

.bg-secondary {
    background-color: #E0F1FF !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #add9ff !important;
}

.border-secondary {
    border-color: #E0F1FF !important;
}

.btn-secondary {
    color: #212529;
    background-color: #E0F1FF;
    border-color: #E0F1FF;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #bce0ff;
    border-color: #add9ff;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #E0F1FF;
    border-color: #E0F1FF;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #add9ff;
    border-color: #9dd3ff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
}

.btn-outline-secondary {
    color: #E0F1FF;
    background-color: transparent;
    border-color: #E0F1FF;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #E0F1FF;
    border-color: #E0F1FF;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #E0F1FF;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #E0F1FF;
    border-color: #E0F1FF;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(224, 241, 255, 0.5);
}

.list-group-item-secondary {
    color: #65b9ff;
    background-color: #197143ff;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #65b9ff;
    background-color: #17e138ff;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #212529;
    background-color: #65b9ff;
    border-color: #65b9ff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #197143ff;
}

.table-hover .table-secondary:hover {
    background-color: #17e138ff;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #17e138ff;
}

.text-secondary {
    color: #E0F1FF !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #add9ff !important;
}


/*------------------------------------
- COLOR accent
------------------------------------*/

.alert-accent {
    color: #af2001;
    background-color: #fefaf9;
    border-color: #fee9e4;
}

.alert-accent hr {
    border-top-color: #fed4cb;
}

.alert-accent .alert-link {
    color: #7d1701;
}

.badge-accent {
    color: #212529;
    background-color: #FD542F;
}

.badge-accent[href]:hover,
.badge-accent[href]:focus {
    color: #212529;
    background-color: #f62e02;
}

.bg-accent {
    background-color: #FD542F !important;
}

a.bg-accent:hover,
a.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
    background-color: #f62e02 !important;
}

.border-accent {
    border-color: #FD542F !important;
}

.btn-accent {
    color: #212529;
    background-color: #FD542F;
    border-color: #FD542F;
}

.btn-accent:hover {
    color: #212529;
    background-color: #fc360b;
    border-color: #f62e02;
}

.btn-accent:focus,
.btn-accent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
}

.btn-accent.disabled,
.btn-accent:disabled {
    color: #212529;
    background-color: #FD542F;
    border-color: #FD542F;
}

.btn-accent:not(:disabled):not(.disabled):active,
.btn-accent:not(:disabled):not(.disabled).active,
.show>.btn-accent.dropdown-toggle {
    color: #212529;
    background-color: #f62e02;
    border-color: #e72b02;
}

.btn-accent:not(:disabled):not(.disabled):active:focus,
.btn-accent:not(:disabled):not(.disabled).active:focus,
.show>.btn-accent.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
}

.btn-outline-accent {
    color: #FD542F;
    background-color: transparent;
    border-color: #FD542F;
}

.btn-outline-accent:hover {
    color: #212529;
    background-color: #FD542F;
    border-color: #FD542F;
}

.btn-outline-accent:focus,
.btn-outline-accent.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
}

.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
    color: #FD542F;
    background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show>.btn-outline-accent.dropdown-toggle {
    color: #212529;
    background-color: #FD542F;
    border-color: #FD542F;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-accent.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 84, 47, 0.5);
}

.list-group-item-accent {
    color: #af2001;
    background-color: #fee9e4;
}

.list-group-item-accent.list-group-item-action:hover,
.list-group-item-accent.list-group-item-action:focus {
    color: #af2001;
    background-color: #fed4cb;
}

.list-group-item-accent.list-group-item-action.active {
    color: #212529;
    background-color: #af2001;
    border-color: #af2001;
}

.table-accent,
.table-accent>th,
.table-accent>td {
    background-color: #fee9e4;
}

.table-hover .table-accent:hover {
    background-color: #fed4cb;
}

.table-hover .table-accent:hover>td,
.table-hover .table-accent:hover>th {
    background-color: #fed4cb;
}

.text-accent {
    color: #FD542F !important;
}

a.text-accent:hover,
a.text-accent:focus {
    color: #f62e02 !important;
}


/*------------------------------------
- Whole wrapper
------------------------------------*/

.wrapper {
    width: 100%;
    overflow-x: hidden !important;
    background-color: #F8F9FA;
}

.error-message {
    color: red;
}

/*------------------------------------
- Font
------------------------------------*/
.ff-auto {
    font-family: auto;
}
/*------------------------------------
- post-button
------------------------------------*/

#post-button {
    position: fixed;
    z-index: 1100;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 5rem;
    height: 5rem;
}

#post-button button {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#post-button button:hover {
    opacity: 1;
}

@media screen and (max-width: 576px) {
    #post-button {
        right: 0.5rem;
        bottom: 0.5rem;
    }
}


/*------------------------------------
- billboard background color
------------------------------------*/

.billboardbg {
    background: linear-gradient(-60deg, #E0F1FF 0%, #E0F1FF 50%, #2177BB 50%, #2177BB 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 313px;
    overflow: hidden;
}

.billboardbg h2 {
    color: #fff;
    font-size: 32px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.billboardbg p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 45%;
}

@media screen and (max-width: 576px) {
    .billboardbg {
        background: linear-gradient(-60deg, #E0F1FF 0%, #E0F1FF 45%, #2177BB 45%, #2177BB 100%);
        height: 207px;
    }
    .billboardbg h2 {
        font-size: 24px;
        margin-bottom: 0.5rem;
    }
    .billboardbg p {
        font-size: 0.85rem;
        width: 50%;
    }
}


/*------------------------------------
- billboard
------------------------------------*/

#billboard .container-fluid {
    position: relative;
}

#billboard .container-fluid img {
    position: absolute;
    left: 55%;
    top: 0;
    /* bottom: 0; */
    height: 360px;
}

@media screen and (max-width: 1000px) {

    #billboard .container-fluid img {
        position: absolute;
        /* left: inherit; */
        bottom: 0;
        top: inherit;
        /* right: 0; */
        height: 250px;
    }
}
@media screen and (max-width: 576px) {

    #billboard .container-fluid img {
        position: absolute;
        left: inherit;
        bottom: 0;
        top: inherit;
        height: 150px;
        right: 0;
    }
}


/*------------------------------------
- horizontal scroll list for sp
------------------------------------*/

@media screen and (max-width: 576px) {
    .sp-scroll-horizontal {
        overflow-x: auto;
        white-space: nowrap;
    }
    .sp-scroll-horizontal li {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 0 !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}


/*------------------------------------
- Card
------------------------------------*/

.card {
    border-radius: 1rem;
    border: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px #EDEDED;
    box-shadow: 0px 4px 10px #EDEDED;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card:hover {
    -webkit-box-shadow: 0px 4px 10px #DEDEDE;
    box-shadow: 0px 4px 10px #DEDEDE;
}

.card-link {
    text-decoration: none !important;
    display: block;
    color: #2177BB;
}

.post-card .card-link {
    color: #061927;
}

.post-card h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5em;
}

.post-card p.info-self {
    font-size: 0.85em;
}

.date::before {
    content: url(/assets/img/icon-date.svg);
    width: 1em;
    margin-right: 0.25em;
    vertical-align: middle;
}

.count-date::before {
    content: url(/assets/img/icon-count-date.svg);
    width: 1em;
    margin-right: 0.25em;
    vertical-align: middle;
}

.author::before {
    content: url(/assets/img/icon-author.svg);
    width: 1em;
    margin-right: 0.25em;
    vertical-align: middle;
}

.count-member::before {
    content: url(/assets/img/icon-count-member.svg);
    width: 1em;
    margin-right: 0.25em;
    vertical-align: middle;
}

.tags {
    text-decoration: none;
    background-color: #f3f3f3;
    color: gray;
    font-size: 0.75em;
    padding: 0.25em 0.5em;
    border-radius: 4px;
}

.tags::before {
    content: "#";
}

.infos {
    position: relative;
}

.info-event {
    clear: both;
}

.info-event h5 {
    font-size: 1em;
    font-weight: bold;
}

.info-author {
    width: 64px;
    float: left;
    margin-right: 8px;
}

.user-img-s {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-img-xs {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author-name {
    font-size: 0.65em;
    text-align: center;
    width: 64px;
}

.info-data {
    font-size: 0.85em;
    width: calc( 100% - 72px);
    float: left;
}

.label-grouptalk {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: orange;
    color: white;
    margin-bottom: 0.5em;
    margin-right: 0.2rem;
}

.bg-grouptalk {
    background-color: orange;
    color: white;
}

.label-oneonone {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: #a0c8e8;
    color: white;
    margin-bottom: 0.5em;
    margin-right: 0.2rem;
}

.bg-oneonone {
    background-color: #a0c8e8;
    color: white;
}

.label-event {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: green;
    color: white;
    margin-bottom: 0.5em;
}

.bg-event {
    background-color: green;
    color: white;
}

.label-student {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: #2177BB;
    color: white;
    margin-bottom: 0.5em;
}

.bg-student {
    background-color: #2177BB;
    color: white;
}

.label-user {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: #195b8f;
    color: white;
    margin-bottom: 0.5em;
}

.bg-user {
    background-color: #195b8f;
    color: white;
}

.label-business {
    display: inline-block;
    font-size: 0.5em;
    font-weight: bold;
    padding: 0.125em 1em;
    border-radius: 1em;
    background-color: olive;
    color: white;
    margin-bottom: 0.5em;
}

.bg-business {
    background-color: olive;
    color: white;
}

.bg-twitter {
    background-color: #1DA1F2;
    color: white;
}

.bg-facebook {
    background-color: #1877f2;
    color: white;
}

.wt-loadmore a {
    text-decoration: none;
    color: gray;
    display: block;
    font-size: 0.85em;
}

.wt-loadmore {
    background-color: white;
}

.info-self {
    margin-bottom: 0;
    font-size: 1em;
}

.nickname {
    font-size: 1.2em;
    font-weight: bold;
}

.wt-beginer::after {
    content: url(/assets/img/icon-beginer.png);
    margin-left: 0.5em;
}

.card-height {
    max-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn:hover {
    color: #eeeeee !important;
}


/*------------------------------------
- Header
------------------------------------*/

.wt-logo-header {
    height: auto;
    /*width: 12.9rem;*/
    width:20.657rem;
}

.wt-nav-icon {
    width: 24px;
    height: 24px;
    margin: 0.5em;
}

.sp-menu-chat-list {
    position: relative;
    top: -48px;
    left: 44px;
    fill: red;
  }
  
.notification-badge::after {
    content: "●";
    font-family: 'Courier New', Courier, monospace;
    color: #f62e02;
    position: relative;
    top: -10px;
    left: -12px;
    font-size: 10px;
}

a.notification-badge {
    text-decoration: none;
}

.notification-badge-sp::after {
    content: "●";
    font-family: 'Courier New', Courier, monospace;
    color: #f62e02;
    position: relative;
    top: -50px;
    left: +12px;
    font-size: 10px;
}

a.notification-badge-sp {
    text-decoration: none;
}


.wt-icon-toggle {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.wt-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: 0 !important;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
}


/*------------------------------------
- Search form
------------------------------------*/

#form-search,
#form-date-search {
    position: relative;
    margin-bottom: 40px;
}

#form-search-input {
    height: 50px;
    padding: 0 10px 0 36px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    outline: 0;
    background: #F5F5F5;
}

#form-date-search-input {
    height: 50px;
    padding: 0 10px 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    outline: 0;
    background: #F5F5F5;
}

#form-search-btn,
#form-date-search-btn {
    height: 50px;
    position: absolute;
    left: 10px;
    /*アイコン左右の位置調整*/
    top: 0;
    background: none;
    border: none;
}

#form-search-btn:hover,
#form-date-search-btn:hover {
    color: #7fbfff;
}


/*------------------------------------
- Post form
------------------------------------*/

.form-post {
    width: 100%;
    max-width: 720px;
    padding: 15px;
    margin: auto;
}

.form-post .checkbox {
    font-weight: 400;
}

.form-post .form-control {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
}

.form-post .form-control:focus {
    z-index: 2;
}

.form-post input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-post input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wt-required {
    display: inline-block;
    background-color: #F7F7F7;
    font-weight: 400 !important;
    font-family: Noto Sans JP;
    color: #252525;
    padding: 6px 8px;
    font-size: 0.6em;
    border-radius: 4px;
    margin-left: 0.5em;
}

.form-label {
    font-size: 18px !important;
    color: #000000;
    font-weight: bold;
    font-size: 0.85em;
    
}


.wt-radio,
.wt-checkbox,
.wt-checkbox-sm {
    display: none;
}

.wt-radio+label:hover,
.wt-checkbox+label:hover,
.wt-checkbox-sm+label:hover {
    opacity: 0.8;
}

.wt-radio+label {
    background-color: white;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 2em;
    border: 1px solid;
    border-color: #2177BB;
}

.wt-radio:checked+label {
    background-color: #2177BB;
    color: white;
}

.wt-radio:checked+label::before {
    content: "✅";
    padding-right: 0.5em;
}

.wt-checkbox+label {
    background-color: white;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 2em;
    border: 1px solid;
    border-color: #2177BB;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.wt-checkbox:checked+label {
    background-color: #2177BB;
    color: white;
}

.wt-checkbox-sm+label {
    background-color: white;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 2em;
    border: 1px solid;
    border-color: #2177BB;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

.wt-checkbox-sm:checked+label {
    background-color: #2177BB;
    color: white;
}

.wt-hash+label::before {
    content: "# ";
}

.wt-float-item {
    display: block;
    float: left;
    margin-right: 0.8em;
    margin-bottom: 0.4em;
}

.wt-float-item a {
    text-decoration: none;
}

.wt-selected-item img {
    margin-bottom: 0.25em;
    margin-left: 0.25em;
}

.w-80 {
    width: 80%;
}

.no-radius-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-radius-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.no-radius-right+label {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-radius-left+label {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/*------------------------------------
- Group form
------------------------------------*/

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pointer {
    cursor: pointer;
}

.ex-small {
    font-size: 0.3rem;
}

.ex-small-85 {
    font-size: 0.85rem;
}


/*------------------------------------
- Fixed footer
------------------------------------*/

.wt-fixed-footer {
    padding: 1em 0 0 !important;
}


/*------------------------------------
- Underlined tab nav
------------------------------------*/

.wt-underlinedtab a {
    color: #2177BB;
}

.wt-underlinedtab a:hover {
    color: #2177BB;
    background-color: #f8f9fa;
}

.wt-underlinedtab a.active {
    border-bottom: #2177BB 2px solid;
    color: #061927;
}


/* sourceMappingURL=style.css.map */


/*------------------------------------
- company_flg ON
------------------------------------*/

.label-company {
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

/*------------------------------------
- user-review
------------------------------------*/
.user-review pre {
    white-space: pre-wrap;
}

/*------------------------------------
- detail search( plan / profile )
------------------------------------*/
#detail{
    height: 50px;
    padding: 0 10px 0 36px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    outline: 0;
    background: #F5F5F5;
}
.detail-search{
    display: none;
    position: fixed;
    top: 16rem;
    width: 72%;
    height: 52vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    z-index: 4200;
    box-shadow: 1px 4px 12px 2px rgb(0 0 0 / 20%);
}
.is-active{ display: block; }
.detail-search div span:hover{ cursor: pointer;}
.detail-search li{ justify-content: space-around;}
.detail-search li div{ border: 1px solid #eee;}
.detail-search-btn{
    display: block;
    margin: 0 auto;
    padding: 0.6rem;
    border-radius: 6px;
    width: 30%;
}

/* ページネーション */
.pagination__flex {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    width: fit-content;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .pagination__flex {
        margin: 4rem auto 0;
    }
}

.pagination__item {
    /* width: 3rem;
    height: 3rem; */
    margin-right: 6px;
    /* color: #FFFFFF; */
    /* text-align: center; */
    cursor: pointer;
}
.pagination__item a {
    border-radius: 50%;
    background-color: #E3E6EA;
    color: #FFFFFF;
    height: 3rem;
    width: 3rem;
    /* line-height: 3rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination__item.active a {
    background-color: #2077BA;

}
.pagination__item.-none a {
    background-color: transparent;
    width: 2rem;
    height: 2rem;
}
.pagination__item.-none {
    /* width: 2rem;
    height: 2rem; */
}

.fas {
    color: #2077BA;
}
.fa-ellipsis-h {
    color: #000000;
    background-color: transparent;
}



/*------------------------------------
- Terms & Policy
------------------------------------*/
.terms, .policy {
    padding: 4rem 0;
    width: 80%;
}

@media screen and (max-width: 1120px) {
    .terms, .policy {
        max-width: calc(700px + 8%);
    }
}
@media screen and (max-width: 768px) {
    .terms, .policy {
        max-width: calc(700px + 8%);
    }
}
@media screen and (max-width: 480px) {
    .term, .policy {
        max-width: calc(345px + 8%);
    }
}

/*------------------------------------
- org menu
------------------------------------*/

.org-menu-icon-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*各ページのスタイル*/

/*共通部分*/
.toppage-text {
    font-size: 12px;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #8BAECE;
    text-decoration: none;
}

/*LINEボタン*/
.btn-line{
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    background-color: #06C755;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-bottom: 1rem;
    height: 66px;
    position: relative;
    z-index: 1;
}

.btn-line:hover{
    color: #FFFFFF;
}

.btn-line:hover:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.1);
}

.btn-line:active:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
}

.btn-line__flex{
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;  
}

.btnline_image{
    display: inline-block;
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right:solid 1px rgba(0,0,0,0.08);;
}

.btnline_text{
    margin-left: 9rem;
}

@media screen and (max-width: 480px) {
    .btn-line{
        font-size: 14px;
        height: 48.5px;
        margin-bottom: 0.5rem;
    }
    

    .btnline_image{
        display: inline-block;
        height: 40px;
        padding-left: 1rem;
        padding-right: 1rem;
        border-right:solid 1px rgba(0,0,0,0.08);;
    }
    
    .btnline_text{
        margin-left: 6rem;
    }
    
}

/*プレースホルダー付きテキストボックス（メールとパスワード）*/
input[type="email"]::placeholder {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color:#000000;
    opacity: 20%;

    /*placeholderの位置調整*/
    position: absolute;
    left:0;
    top:1.3rem;
}

.linelinkemail input[type="email"] {
    position: relative;
    margin-bottom: 3rem;
    border-radius: 4px;
    border: 1px solid #8D8D8D;

    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color:#000000;
}

.form-email {
    position: relative !important;
    box-sizing: border-box;
    height: 56px;
    max-width: 400px;
    width: 100%;
    margin: auto;
     /*placeholderに合わせる*/
    padding-left:1.5rem;
}

.password-block input[type="password"] {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color:#000000;
}

.formpassword{
     /*placeholderに合わせる*/
    padding-left:1.5rem;
    position: relative;
}

input[type="password"]::placeholder {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color:#000000;
    opacity: 20%;

    /*placeholderの位置調整*/
    position: absolute;
    left:0;
    top:0.2rem;
}

.eyeicon{
    display: inline-block;
    width: 19.32px;
    margin-right: 17px;
}

/*------------------------------------
-loginのスタイル
------------------------------------*/
.sitelogin-title{
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 6rem !important;
    margin-top: 4rem !important;
    font-size: 28px;
    line-height: 1.42;
}

.sitelogin-subtitle{
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
}

.sitelogin-text{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
}

.sitelogin-text::before {
    display: inline-block;
    width: 128px;
    height: 1px;
    content: "";
    background: #707070;

    /*位置*/
    position: absolute;
    top: 10px;
    left: 0px;
}

.sitelogin-text::after {
    display: inline-block;
    width: 128px;
    height: 1px;
    content: "";
    background: #707070;

    /*位置*/
    position: absolute;
    top: 10px;
    right: 0px;
}

.btn-lg-sitelogin {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 5.5rem !important;
}

.noaccount-link{
    display: block;
    line-height: 1.25;
    font-size: 16px;
    font-weight: bold;
    color: #2077BA;
    text-decoration: none;
    margin-bottom: 5rem;
}

.btn-society-login {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
    color: #262A2E;
    background-color: #E2E6EA;
    font-size: 18px;
    font-weight: bold;
    border: none;
    padding-top: 20px;
    padding-bottom: 7px;
}

.btn-society-login:hover{
    background-color: #F4F4F4;
}

@media screen and (max-width: 480px) {
    .btn-lg-sitelogin {
        font-size: 14px;
        padding: 14px;
        margin-bottom: 4rem;
    }

    .btn-society-login {
        max-width: 307px;
        width: 100%;
    }
}

/*------------------------------------
- loginのスタイルここまで
------------------------------------*/

/*------------------------------------
- select_signupのスタイル
------------------------------------*/
.selectsignup-title{
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    margin-top: 4rem !important;
    font-size: 28px;
    line-height: 1.42;
}

.selectsignup-text{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 4rem;
}

.btn-lg-emailregister {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 1rem !important;
}

.btn-society {
    color: #262A2E;
    background-color: #E2E6EA;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: none;
    margin-bottom: 1.5rem;
}

.btn-society:hover{
    background-color: #F4F4F4;
    color: #262A2E;
}

@media screen and (max-width: 480px) {
    .btn-lg-emailregister,  .btn-society{
        padding: 11px;
        font-size: 14px;
    }

    .btn-society {
        margin-bottom: 1rem;
    }
}
/*------------------------------------
- select_signupのスタイルここまで
------------------------------------*/


/*------------------------------------
- line_signupのスタイル
------------------------------------*/
.linesignup-title{
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 2rem !important;
    margin-top: 4rem !important;
    font-size: 28px;
    line-height: 1.42;
}

.linesignup-text{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 4rem;
}

.inputLineSignupEmail-text {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.8rem;
}

.linesignupemail input[type="email"] {
    margin-bottom: 1rem;
    border-radius: 4px;
    border: 1px solid #8D8D8D;
}

.input-checkbox{
    text-align: left;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
}

.input-checkbox:last-of-type{
    margin-bottom: 4rem;
}

.input-checkbox input[type="checkbox"]{
    inline-size: 2rem;
    block-size: 2rem;
    margin-right:0.7rem;
}

.chaeckbox_label{
    font-size: 12px;
}

.labellink{
    text-decoration: none;
}

.btn-lg-signup {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 1rem !important;
}

.btn-signin {
    color: #2077BA;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #2077BA;
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {

    .linesignupemail input[type="email"] {
        margin-bottom: 2rem;
    }

    .btn-lg-signup,  .btn-signin{
        padding: 11px;
    }
}
/*------------------------------------
- line_signupのスタイルここまで
------------------------------------*/


/*------------------------------------
- line_link_remove_confirmのスタイル
------------------------------------*/
.lineLinkRemoveConfirm-title {
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
    font-size: 28px;
    line-height: 1.42;
}

.btn-lg-removeconfirm {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 1rem !important;
}

.btn-removeconfirm-cancel {
    color: #262A2E;
    background-color: #E2E6EA;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: none;
    margin-bottom: 2.5rem;
}

.btn-removeconfirm-cancel:hover{
    background-color: #F4F4F4;
}

@media screen and (max-width: 480px) {
    .pc-only{
        display: none;
    }

    .lineLinkRemoveConfirm-title {
        font-weight: normal !important;
        margin-top: 5rem !important;
        font-size: 16px;
        line-height: 1.42;
        text-align: left;
    }

    .btn-lg-removeconfirm,  .btn-removeconfirm-cancel{
        padding: 11px;
    }
}
/*------------------------------------
- lline_link_remove_confirmのスタイルここまで
------------------------------------*/

/*------------------------------------
- line_link_remove_completdのスタイル
------------------------------------*/
.linelinkremovecompletd-title{
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
    font-size: 28px;
    line-height: 1.42;
}

.linelinkremovecompletd-text{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 7rem;
}

.btn-lg-removecompletd {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 3rem !important;
}

@media screen and (max-width: 480px) {
    .linelinkremovecompletd-title{
        margin-bottom: 2.4rem !important;
        margin-top: 5rem !important;
        font-size: 20px;
    }

    .linelinkremovecompletd-text{
        margin-bottom: 4rem;
    }

    .btn-lg-removecompletd {
        padding: 11px;
    }
}
/*------------------------------------
- lline_link_remove_completdのスタイルここまで
------------------------------------*/

/*------------------------------------
- line_linkのスタイル
------------------------------------*/
.lineLink-title {
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 6.3rem !important;
    margin-top: 4.85rem !important;
    font-size: 20px;
    line-height: 1.45;
}

.btn-lg-signinLine {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2rem;
    margin-bottom: 5.7rem !important;/*72-15*/
}
/*------------------------------------
- line_linkのスタイルここまで
------------------------------------*/

/*------------------------------------
- line_link_intivationのスタイル
------------------------------------*/
.lineLinkInvitation-title {
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 5rem !important;
    margin-top: 4.85rem !important;
    font-size: 20px;
    line-height: 1.45;
}

.intivation{
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.intivation__flex{
    display: flex;
    align-items: center;
    row-gap: 10px;
}

.intivation__flex:last-of-type{
    margin-bottom: 4rem;
}

.intivation__flex__checkicon{
    display: inline-block;
    width: 40px;
    margin-right:13px;
}

.intivation__flex__noticeicon{
    display: inline-block;
    width: 45px;
    margin-right: 8px;
    
}

.intivation__flex__text{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.btn-register-line {
    color: #06C755;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #06C755;
    margin-bottom: 1rem;
}

.btn-register-line:hover{
    background-color: #06C755;
    color: #FFFFFF;
    border: 2px solid #06C755;
}

.skip-text {
    font-size: 12px;
    text-align: center !important;
    margin-bottom: 25px !important;
    color: #8BAECE;
    text-decoration: none;
}

@media screen and (max-width: 480px) {

    .lineLinkInvitation-title {
        margin-bottom: 4rem !important;
        margin-top: 4rem !important;
    }
    
    .btn-register-line {
        font-size: 14px;
        font-weight: bold;
        padding: 14px;
    }
}
/*------------------------------------
- line_link_intivationのスタイルここまで
------------------------------------*/

