body {
    background-color: #006769;
    background-image: url(image.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 4vh;
}

h3 {
    position: relative;
    padding-left: 25px;
    font-size:30px;
  }

  h3:before {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 0px transparent;
    border-bottom: solid 0px #ffca2c;
  }
  h3:after {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 10px;
    width: 100%;
    height: 5px; /* グラデーションを適用するための高さ */
    background: linear-gradient(to right, #74512D, rgba(255, 202, 80, 0)); /* 左から右へ透明になるグラデーション */
  }

  h5 {
    position: relative;
    padding-left: 25px;
    font-size:20px;
  }

  h6 {
    position: relative;
    padding-left: 20px;
    font-size:30px;
  }

  h6:before {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 25px; /* ボーダーがもっと右から始まるように調整 */
    width: 0;
    height: 0;
    border: none;
    border-left: solid 20px transparent;
    border-bottom: solid 20px #ffca2c;
  }
  h6:after {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 30px; /* ボーダーがもっと右から始まるように調整 */
    width: 100%;
    height: 5px; /* グラデーションを適用するための高さ */
    background: linear-gradient(to right, #ffca2c, rgba(255, 202, 80, 0)); /* 左から右へ透明になるグラデーション */
  } 

h1 {
position: relative;
padding-left: 25px;
}

h1:before {
position: absolute;
content: '';
bottom: -6px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 25px transparent;
border-bottom: solid 25px #ffca2c;
}
h1:after {
position: absolute;
content: '';
bottom: -6px;
left: 10px;
width: 100%;
height: 5px; /* グラデーションを適用するための高さ */
background: linear-gradient(to right, #ffca2c, rgba(255, 202, 44, 0)); /* 左から右へ透明になるグラデーション */
}

h4 {
    margin-top: 10px;
    margin-top: 21px;
}



input[type="search"] {
    background-color: #f5f5f5;
}

input[type="range"] {
    width: 90%;
    height: 40px;
}

input[type="number"] {
    height: 40px;
}

.center {
    width: fit-content;
    margin: auto;
}

.dt-auth-main {
    width: 800px;
    margin-top: 45px;
}

.dt-auth-main .card {
    box-shadow: 0 12px 18px 2px rgba(34, 0, 51, 0.04), 0 6px 22px 4px rgba(7, 48, 114, 0.12),
        0 6px 10px -4px rgba(14, 13, 26, 0.12) !important;
    border-radius: 16px;
    width: 1000px;
}

.dt-kbai {
    box-shadow: 0 12px 9px 1px rgba(34, 0, 51, 0.04), 0 6px 22px 4px rgba(7, 48, 114, 0.12),
        0 3px 5px -2px rgba(14, 13, 26, 0.12) !important;
    border-radius: 16px;
    width: 700px;
    margin: 0 auto;
}

.dt-kousin section {

    height: 600px !important;
}

.dt-auth-login {
    height: 300px !important;
}

.dt-auth-main {
    height: 300px !important;
}

.dt-auth-main .dt-auth-signup {
    height: 1000px !important;
}


.dt-tanni-main {
    width: 600px;
    margin-top: 45px;
}

.dt-tanni-main .dt-tanni {
    height: 500px !important;
}

.dt-cmq-main {
    width: 700px;
    margin-top: 45px;
}

.dt-cmq-main .dt-cmq {
    height: 500px !important;
}

.dt-teichak-main {
    width: 800px;
    margin-top: 45px;
}

.dt-teichak-main .dt-teichak {
    height: 800px !important;
}

.dt-auth-main header {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 24px;
}

.dt-auth-main section1 {
    width: 850px;
    margin: 10px auto;
}

.dt-auth-main section {
    width: 300px;
    margin: 10px auto;
}

.dt-auth-flash {
    font-size: 14px;
    color: #9c1a1c;
}

.dt-auth-input {
    margin-top: 10px;
}

.dt-auth-btn {
    margin: 30px 0 0 0;
}

.dt-search {
    height: 28px !important;
}

.dt-image-content {
    margin: 20px auto;
    padding: 0;
}

.dt-image-username {
    padding-top: 15px;
}

.dt-image-register-btn {
    padding: 10px 47px 0 0;
}

.dt-image-content header {
    padding: 10px 10px 0 10px;
}

.dt-image-content section {
    padding: 10px 0;
    margin: auto;
}

.dt-image-content footer {
    padding: 10px;
}

.dt-image-content section img {
    width: 100%;
}

.dt-image-file {
    display: none;
}

.dt-image-submit {
    margin-left: 10px;
}


.design04 {
/*width: 100%;*/
width: 700px;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
}
.design04 tr:nth-child(2n+1) {
background: #e9faf9;
}
.design04 th {
padding: 10px;
background: #778ca3;
border-right: solid 1px #778ca3;
color: #ffffff;
}
.design04 th:last-child {
border-right: none;
}
.design04 td {
padding: 10px;
border-right: solid 1px #778ca3; 
}
.design04 td:last-child {
border-right: none;
}


.card{
width: 93%;
height: auto;
padding: 35px;
margin: 0 auto; /* 左右中央揃え */
display: block;
border-radius: 30px; /* 角に丸みを持たせる */
box-shadow: 8px 14px 20px rgba(0, 0.1, 0.4, 0.9); /* 影を追加 */
}

.card-skin{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px #7aafa4;
    width: 100%;
    margin: 5px;
}

.card2{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #faebd7;
    border-color: #B19470; /* 枠線の色 */
    border-width: 2px;      /* 枠線の太さ */
    border-style: dotted;    /* 枠線のスタイル */
    }

.card2{
    width: 100%;
    height: auto;
    padding: 15px;
    border-color: #ffffff; /* 枠線の色 */
    border-width: 2px;      /* 枠線の太さ */
    border-style: dotted;    /* 枠線のスタイル */
    }

/*テーブル全体*/
table {
margin: 15px auto 0;       /* テーブル全体を中央寄せ */
width: 100%;              /* テーブルの幅を指定 */
text-align: center;        /* セルを中央寄せ */
border-collapse: collapse; /* セルの境界線を空けない */
border: 2px solid black;   /* テーブル全体を囲う線 */
vertical-align: middle;      /* 垂直方向の中央寄せ */

}
 
/*テーブル全体*/
table2 {
    margin: 15px auto 0;       /* テーブル全体を中央寄せ */
    width: 100%;              /* テーブルの幅を指定 */
    text-align: center;        /* セルを中央寄せ */
    border-collapse: collapse; /* セルの境界線を空けない */
    border: none;   /* テーブル全体を囲う線 */
    vertical-align: middle;      /* 垂直方向の中央寄せ */
    
    }
    
td {
background: #ffffff; /*背景色*/
}

th {
    background: #ffffff; /*背景色*/
    color: #ffffff;
    }

.table-date {
    border-bottom: 1px dashed #7d7d7d; /*線のスタイル*/
}

.table-left {
    border-left: 1px solid black; /*線のスタイル*/
    vertical-align: middle;      /* 垂直方向の中央寄せ */
}

.table-left2 {background: #ffffff; /*背景色*/}

.table-left3 {
    border-left: 1px solid white; /*線のスタイル*/
    font-size: 1em;           /* 文字サイズを小さくする */
    color: white;                /* 文字色を白に設定 */
    background: #74512D; /*背景色*/
    height: 3cqb !important;
    vertical-align: middle;      /* 垂直方向の中央寄せ */

}

.table-top {
    border-top: 1px solid black; /*線のスタイル*/
    vertical-align: middle;      /* 垂直方向の中央寄せ */
}

.table-top-left {
    border-top: 1px solid black; /*線のスタイル*/
    border-left: 1px solid black; /*線のスタイル*/
    vertical-align: middle;      /* 垂直方向の中央寄せ */
}

.table-top-left2 {
    border-top: 1px solid black; /*線のスタイル*/
    font-size: 1em;           /* 文字サイズを小さくする */
    vertical-align: middle;      /* 垂直方向の中央寄せ */

}
.table-top-left3 {
    border-top: 1px solid white; /*線のスタイル*/
    border-left: 1px solid white; /*線のスタイル*/
    font-size: 1em;           /* 文字サイズを小さくする */
    color: white;                /* 文字色を白に設定 */
    background: #74512D; /*背景色*/
    height: 40px !important;
    vertical-align: middle;      /* 垂直方向の中央寄せ */
}

.table-top-left4 {
    border: none;               /* 枠線をすべて消去 */
    vertical-align: middle;      /* 垂直方向の中央寄せ */
}

.table-bottom-left {
    border-bottom: 1px solid black; /*線のスタイル*/
    border-left: 1px solid black; /*線のスタイル*/
}

.table-bottom-left2 {
    border-bottom: 1px solid black; /*線のスタイル*/
    border-left: 1px solid black; /*線のスタイル*/
    font-size: 1em;           /* 文字サイズを小さくする */

}

.table-bottom {
    border-bottom: 1px solid black; /*線のスタイル*/
}

.table-head {
    border-bottom: 1px solid white; /*下線のスタイル*/
    background: #74512D; /*背景色*/
    height: 50px !important;
}

.table-head-left {
    border-bottom: 1px solid white; /*下線のスタイル*/
    border-left: 1px solid white; /*線のスタイル*/
    background: #74512D;/*背景色*/
    height: 50px !important;
}


.hoge_button {
    text-align: center;
 }


 .dt-auth-login {
    height: 500px !important;
}

.dt-auth-main {
    height: 300px !important;
}

.dt-auth-main .dt-auth-signup {
    height: 1000px !important;
}

.dt-auth-main header {
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 24px;
}

.dt-auth-main section1 {
    width: 850px;
    margin: 10px auto;
}

.dt-auth-main section {
    width: 300px;
    margin: 10px auto;
}


.loader {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1000;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.loader .card {
padding: 20px;
border: 2px solid #333;
background-color: #FCFAEE;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}

.loader .spinner {
font-size: 4rem;
color: #B19470;
margin-bottom: 1rem;
}

.loader .message {
font-size: 2rem;
color: #2c3e50;
}

.container2 {
    background-color: #fbfbfb;
    padding: 8px;
    border: 3px dashed #4a4f5856;
  }

.list {
    display: grid;
    row-gap: 20px;
    padding: 20px;
  }


.details {
background-color: rgb(255, 255, 255);
}

.summary {
font-size: 20px;    
cursor: pointer;
font-weight: bold;
padding: 10px;
}

.answer {
overflow: hidden;
}

.answerInner {
padding: 0 20px 20px;
}


.details2 {
    background-color: rgb(255, 255, 255);
    }

.summary2 { 
display: block; /*デフォルトの三角形を削除*/
cursor: pointer;
padding: 8px;
}

.answer2 {
    overflow: hidden;
    }
    
.answerInner2 {
    padding: 0 20px 20px;
    }

.custom-brown-bg {
    background-image: url("https://xs445105.xsrv.jp/apps/static/wood.PNG"); /* 画像URLを指定 */
    background-size: cover; /* 画像をバー全体にフィットさせる */
    background-position: center; /* 画像の位置を中央に設定 */
    }

.custom-brown-bg .navbar-nav .nav-link {
    color: black !important; /* ナビゲーションリンクの文字色を黒に設定 */
    }
    
.custom-brown-bg .navbar-brand {
color: black !important; /* ナビゲーションバーのブランド名（ロゴ）の文字色を黒に設定 */
}

.fade-in-image {
    opacity: 0; /* 初期状態: 透明に設定 */
    transform: translateY(20px); /* 下から上にフェードイン */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }
  
  /* ページ読み込み後に画像がゆっくり表示される */
  .fade-in-image-loaded {
    opacity: 1;
    transform: translateY(0); /* 元の位置に */
  }

  .fade-in-table {
    opacity: 0; /* 初期状態で透明 */
    transform: translateY(20px); /* 下から上にフェードイン */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }
  
  .fade-in-table-loaded {
    opacity: 1;
    transform: translateY(0); /* 元の位置に */
  }

  .col-md-12 h5_r {
    text-align: right; /* テキストを右端揃え */
  }

  .custom-large-button {
    padding: 18px 35px; /* ボタンの縦横の余白を拡大 */
    font-size: 1.5rem; /* フォントサイズを拡大 */
    border-radius: 30px; /* ボタンの角の丸みを調整（必要に応じて変更） */
  }

  .white-text {
    color: #ffffff; /* 白抜きの文字色 */
  }