body{
    font-family: 'Noto Sans JP', sans-serif!important;
}
h1,
h2,
h3,
h4,
h5,
p {
    color: #333;
}

.alert-error {
    background-color: #c1c1c1;
    color: #ff0000;
}


.btn-primary {
    background-color: #235BC8;
}

.btn-outline-primary {
    /* テキストの色を指定 */
    color: #235BC8;
    /* ボーダーの色を指定 */
    border-color: #235BC8;
}

.badge-primary {
    background-color: #235BC8;
}
.text-primary {
    color: #235BC8 !important;
  }
.justify-center {
    justify-content: center;
}

.align-center {
    text-align: center;
}

.account-box {
    background-color: #fff;
    color: #333;
    padding: 1rem;
}

#id_login,
#id_password,
#id_password1,
#id_password2,
#id_email {
    width: 100%;
}

.page-title {
    color: #333;
}

#div_id_remember {
    display: none;
}

a:hover {
    color: #3e78cf;
}

.messages {
    position: absolute;
    top: 95px;
    left: 50%;
    z-index: 9999;
    width: 50%;
    transform: translateX(-40%);
}

.table tbody tr td {
    position: relative;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border-top: 1px solid #edeff1;
}

input[type=checkbox],
input[type=radio] {
    width: fit-content;
}

.navbar-custom{
    background-color:#ffffff;
}
.logo-box{
    background-color:#ffffff;
    max-width: 240px;
}
.navbar-custom .topnav-menu .nav-link{
    color: #333;
}
.navbar-custom .button-menu-mobile{
    color: #333;
}
.navbar-custom .app-search .form-control,.navbar-custom .app-search .btn{
    color: #333;
    border: solid .5px #ccc;
}
.navbar-custom .app-search input.form-control::placeholder{
    color: #c0c0c0;
}


.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #235BC8;
}
#sidebar-menu .menuitem-active .active{
    color: #235BC8;
}

.content-page{
    margin-left: 0;
}
.col-md-10{
    padding-left: 0;
}
.navbar-custom{
    box-shadow: none;
}
.google-login{
    width: 50%;
}
@media (max-width: 767px) {
    .google-login{
        width: 100%;
    }
}

/* coach_detail.html */


.industry-tag {
    display: inline-block;
    padding: 2px 8px; /* 余白調整 */
    background-color: #c8e1ff; /* 背景色 */
    border-radius: 12px; /* 角を丸くする */
    color: #333; /* 文字色 */
}

.position-tag {
    display: inline-block;
    padding: 2px 8px; /* 余白調整 */
    background-color: #ffecc8; /* 背景色 */
    border-radius: 12px; /* 角を丸くする */
    color: #333; /* 文字色 */
}

.name-column {
    width: 30%;
}

.experience-column {
    width: 60%;
    min-width: 330px!important;
}

.rating-column {
    width: 20%;
    min-width: 170px!important;
}

.table-scrollable {
    overflow-x: auto; /* 横スクロールを可能にする */
}

/* styles.css */

.table-container {
    overflow-x: auto;
}
.table-container {
    width: 100%;  /* 画面幅の95%を使用 */
    max-width: 100%;  /* 最大幅は100% */
    margin: auto;  /* 両側のマージンを自動で調整 */
}


.name-column {
    width: 20%;
    min-width: 140px;  /* 例として150pxを設定 */
}

.experience-column {
    width: 80%;
    min-width: 300px;  /* 例として250pxを設定 */
}

.rating-column {
    width: 10%;
    min-width: 150px;  /* 例として100pxを設定 */
}

.review-column {
    min-width: 380px;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card-link:hover {
    text-decoration: none;
}

.custom-col {
    min-width: 380px;  /* 例として300pxを設定。適切な値に変更してください */
}

.google-login{
    width: 50%;
    max-width: 400px;
}

.logo-no-padding {
    margin: 0;     /* 余白をゼロに設定 */
    padding: 0;    /* パディングをゼロに設定 */
    /* 他の必要なスタイル */
  }


.profile-text {
    margin-bottom: 15px;
}

.profile-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.profile-content {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    white-space: pre-line; /* 改行を反映 */
}

.user-profile {
    display: flex;
    align-items: center; /* 画像とテキストを中央揃えにする */
}

.user-profile img {
    margin-right: 10px; /* 画像とテキストの間に余白を追加 */
}



.text-muted {
    color: #323a46!important;
}

.table {
    color: #444444!important;
}


.avatar-xl {
    height: 4rem!important;
    width: 4rem!important;
}

.avatar-xs {
    height: 1.5rem!important;
    width: 1.5rem!important;
}

.img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #fcfcfc!important;
    }

.form-control {
    color: #101214!important;
    }

.dropdown-item:active {
    background-color: #fff!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff!important;
}

.img-thumbnail {
    padding: 0.0rem;
    background-color: #fff;
    border: 0.1px solid #dee2e6 !important;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    }

.login-button-top-margin {
        margin-bottom: 0px;
        margin-top: 15px;
    }

/* シェアセクション全体のスタイル アイコン間のマージンも指定*/
.share-section {
    text-align: center;
}

/* ソーシャルアイコンのスタイル */
.fas_sns_icontopcolor {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.fas_sns_icontopcolor li {
    width: calc(100% / 6);
    text-align: center;
    margin: 0 10px;
}

.fas_sns_icontopcolor a {
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4;
    color: #333;
}

.fas_sns_icontopcolor i {
    display: block;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 2px;
}

/* プロフィールURLセクションのスタイル */
.profile-url-section {
    justify-content: center;
    margin-top: 20px;
}

/* アイコンごとの色 */
.fas_sns_icontopcolor li:nth-child(1) a { color: #28aff3; }
.fas_sns_icontopcolor li:nth-child(2) a { color: #3366cc; }
.fas_sns_icontopcolor li:nth-child(3) a { color: #33cc33; }
.fas_sns_icontopcolor li:nth-child(4) a { color: #3399cc; }
.fas_sns_icontopcolor li:nth-child(5) a { color: #ff0000; }
.fas_sns_icontopcolor li:nth-child(6) a { color: #ff9900; }

/* 画像のスタイリング */
.half-width {
    width: 50%;
    height: auto;
  }



/* styles.css */
.card-content {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
}

.card-purchased {
    max-width:  480px!important; /* カード全体の最大幅を指定 */
    min-height: 340px!important; /* カード全体の高さを指定 */
    min-width: 250px!important; /* カード全体の最大幅を指定 */
}
.card-purchased .card-img-top {
height: 180px;  /* 高さを150pxに固定 */
display: flex;
align-items: flex-start;  /* 子要素を垂直方向にトップに揃える */
overflow: hidden;  /* 枠を超える部分を非表示 */
}

.card-purchased .card-img-top img {
    width: 100%;  /* 幅を100%に設定 */
    object-fit: cover;  /* 画像のアスペクト比を保ちつつ、要素の枠にフィットさせる */
}
.card-purchased .card-title-section {
    height: 15%; /* タイトルの高さを指定 */
}
.card-purchased .card-content-section {
    height: 15%; /* コンテンツの高さを指定 */
}
.card-purchased .card-likes-price-section {
    height: 10%; /* いいね、価格の高さを指定 */
}
.card-purchased .card-user-section {
    height: 20%; /* ユーザー画像、名前の高さを指定 */
}

.clamp-1-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.clamp-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.clamp-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.clamp-4-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.purchase-section {
    margin-top: 20px;
}

.purchase-button {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
}

.blurred-content {
    filter: blur(10px);
}


.query-container, .reply-card {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin: 15px 0;
}

.query-header, .reply-header {
    display: flex;
    align-items: center;
}

.card-query-list{
    min-width : 300px;
}

.row {
    background-color: #ffffff;
}

.reply-card{

    background-color: #ffffff;
}

.link-style {
cursor: pointer;
}

.link-style:hover {
text-decoration: underline;
}

.avatar-xxs {
    height: 1rem;
    width: 1rem; }

.custom-reply-border {
    border-width: 3px;
    border-color: #d0d4df;
}

.conversation-text .ctext-wrap {
    width: 100%;  /* 例として300pxを指定 */
    word-wrap: break-word;
}





/* 左下メニューのスタイル */
.circle-nav {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2); /* 透明度を設定 */
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.01);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(80, 80, 80);
    font-size: 20px;
    cursor: pointer;
    z-index: 1050; /* 他の要素より前面に表示 */
    backdrop-filter: blur(10px); /* 背景をぼかす */
    transition: all 0.5s ease-in-out; /* ここに追加 */

}

.close-nav {
    position: fixed;
    bottom: 7px;
    left: 7px;
    width: 80px; /* ボタンの幅を若干広げる */
    height: 50px; /* ボタンの高さを若干広げる */
    background-color: #ffffff; /* 白色背景 */
    border-radius: 30px; /* 丸みを帯びた形状 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* 影のスタイル */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(80, 80, 80);
    font-size: 16px; /* フォントサイズを調整 */
    cursor: pointer;
    z-index: 1050;
    transition: all 0.5s ease-in-out; /* ここに追加 */
}




/* メニューのスタイル */
.menu {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    width: 330px!important; /* 幅の設定 */
    height: auto; /* 高さの設定 */
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 0.5px solid #e0e0e0;
    padding: 20px; /* パディングを設定 */
    z-index: 1050; /* 他の要素より前面に表示 */
    bottom: -300px; /* 初期位置を画面外に設定 */
    transition: all 0.5s ease-in-out; /* スムーズな移動のためのトランジション */
}

/* メニュー項目のスタイル */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: all 0.5s; /* スムーズな表示変更のためのトランジション */
}

.menu ul li {
    padding: 10px;
    transition: all 0.5s; /* スムーズな表示変更のためのトランジション */
}

@media (min-width: 767px) {
    .circle-nav {
        bottom: 25px;
        left: 25px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
    .close-nav {
        bottom: 25px;
        left: 25px;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
    .menu {
        width: 400px!important; /* 幅の設定 */
        height: auto; /* 高さの設定 */
        background: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        border: 0.5px solid #e0e0e0;
        padding: 20px; /* パディングを設定 */
        z-index: 1050; /* 他の要素より前面に表示 */
        bottom: -300px; /* 初期位置を画面外に設定 */
        transition: all 0.5s ease-in-out; /* スムーズな移動のためのトランジション */
    }
}


.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Operaの場合 */
}

.no-scrollbar {
-ms-overflow-style: none; /* IE, Edgeの場合 */
scrollbar-width: none; /* Firefoxの場合 */
}



.card {
    box-shadow: none !important;
}

.sns-connect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.sns-title {
    font-weight: bold;
}

.sns-status {
    color: grey;
}

.sns-action a {
    text-decoration: none;
}

hr {
    margin: 10px 0;
}


.blurred-text {
    filter: blur(7px);
    display: inline; /* 明示的にインライン表示を保証する */
}


.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
