@charset "utf-8";

/* CSS Document */
.detail {
    margin-bottom: 50px;
}

.table-2col th {
    text-align: center;
    vertical-align: middle;
}


.table-2col thead th:first-child {
    background: #262626;
    color: #fff;
}

.table-block th {
    text-align: center;
}

@media (min-width: 768px) {

    .table-2col {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    .table-2col:nth-of-type(2n) {
        margin-right: 0;
    }
}

.links {
    margin-top: 30px;
    border: 1px solid #ddd;
}

.links dl {
    margin-bottom: 0;
}

.links dl dt {
    font-size: 1.4rem;
    padding: 16px;
}

.links dl dd {
    background-color: #f0f5fa;
    padding: 16px 16px 16px;
}

.year-link {
    list-style: none;
}

.year-list {
    margin-top: 0.2em;
    padding-right: 1.3em;
    display: inline-block;
}


.year-list:before {
    content:" ";
    left: -0.1em;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #010135;
    border-right: 2px solid #010135;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position:relative;
    display: inline-block;
}
/* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 12px 48px 12px 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

        /* fix_area
------------------------------------------- */
        #fix_area {
            position: fixed;
            background-color: rgba(31, 24, 55, 0.8);
            width: 100%;
            bottom: 0;
            padding: 8px 0;
            text-align: center;
            z-index: 98;
        }

        #fix_area .cv_btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #E5004C;
            color: #fff;
            font-weight: 600;
            padding: 18px 70px 18px 70px;
            font-size: 2.6rem;
            border-radius: 99em;
            border: none;
            line-height: 1;
        }

        #fix_area .cv_btn#mediation_cv {
            display: none;
            padding: 18px 48px 18px 24px;
        }

        #fix_area .cv_btn#mediation_cv.is-show {
            display: inline-block;
        }

        #fix_area .cv_btn#mediation_cv {
            font-size: 2.0rem;
        }

        #fix_area .cv_btn>span {
            font-size: 1.4rem;
        }

        #fix_area .cv_btn::after {
            content: '';
            position: absolute;
            background-image: url(https://sbisec.akamaized.net/sbisec/images/base/g_cmn_icon_blank_02_white_20210910.svg);
            background-repeat: no-repeat;
            right: 20px;
            width: 20px;
            height: 20px;
            border: none;
            top: 50%;
            transform: translateY(-50%);
        }

        #fix_area .cv_btn:hover {
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            #fix_area {
                padding: 16px 0;
            }

            #fix_area .cv_btn {
                background-color: #E5004C;
                color: #fff;
                font-weight: 600;
                padding: 20px 48px 20px 24px;
                font-size: 1.6rem;
            }

            #fix_area .cv_btn>span {
                font-size: 1.2rem;
            }

            #fix_area .cv_btn#mediation_cv {
                font-size: 1.6rem;
                padding: 12px 48px 12px 24px;
                line-height: 1.2;
            }

            #fix_area .cv_btn::after {
                width: 16px;
                height: 16px;
                border: none;
            }
        }

				  /* ページトップボタン
------------------------------------------- */
      #page-top {
        /* display: none; */
        position: fixed;
        bottom: 9px;
        right: 20px;
        z-index: 99;
        max-width: 160px;
        width: 60px;
        height: 60px;
        border-radius: 99em;
        background-color: #665C4B;

				/*position: fixed;
    right: 10px;
    bottom: 13px;
    width: 46px;
    height: 47px;
    background-color: #665C4B;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;*/
      }

      #page-top a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 1.8rem;
        opacity: 1;
      }

      #page-top a:hover {
        opacity: 0.9;
        text-decoration: none;
      }

      #page-top a .triangle02 {
        display: inline-block;
        background-color: #fff;
        width: 23px;
        height: 20px;
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      #page-top a>p {
        line-height: 1.2;
        display: inline-block;
        position: absolute;
        left: 35%;
        top: 35%;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      @media screen and (max-width: 768px) {
        #page-top {
          /* display: none; */
          position: fixed;
          bottom: 115px;
          right: 12px;
          width: 54px;
          height: 54px;
        }

        #page-top a {
          font-size: 1.2rem;
        }

        #page-top a .triangle {
          width: 16px;
          height: 14px;
        }

        #page-top a>p {
          line-height: 1.2;
        }
      }

      a.list-group-item02:focus,
a.list-group-item02:hover,
button.list-group-item02:focus,
button.list-group-item02:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #555076;
}

a.list-group-item02,
button.list-group-item02 {
	color: #12273c;
	background: #eff4ff;
}

.list-group-item02 {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #343434;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.op-table
{text-align: center; margin-bottom: 20px;}
.op-table th
{background-color:#195999; color:#FFF;text-align: center;}

@media screen and (max-width: 768px) {
  .op-table{table-layout: fixed; font-size: 12px;}
}

/* テーブル全体を包むボックス */
    .table-wrapper {
      max-width: 700px;
      margin: 20px auto;
      font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow-x: auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      padding: 10px;
      background-color: #fff;
    }

    /* メインタイトル（青背景） */
    .table-2col .caption {
      background-color: #007BFF;
      color: #fff;
      font-size: 2.0rem;
      font-weight: bold;
      padding: 12px;
      text-align: center;
    }

    /* 補足説明（見出し下） */
    .table-2col .caption02 {
      text-align: center;
      margin-bottom: 5px;
      font-weight: 600;
      color: #4169e1;
      letter-spacing: 0.04rem;
      position: relative;
    }

    /* サブキャプション装飾バー */
    .table-2col .caption02:before,
    .table-2col .caption02:after {
      display: inline-block;
      position: absolute;
      top: 45%;
      width: 20px;
      height: 3px;
      border-radius: 5px;
      background-color: #4169e1;
      content: "";
    }

    .table-2col .caption02:before {
      left: 0px;
      transform: rotate(50deg);
    }

    .table-2col .caption02:after {
      right: 0px;
      transform: rotate(-50deg);
    }

    /* テーブルスタイル */
    .table-2col {
      border-collapse: collapse;
      margin-bottom: 30px;
    }

    .table-2col th,
    .table-2col td {
      padding: 12px;
      text-align: center;
      border-bottom: 1px solid #eee;
    }

    .table-2col thead th {
      background-color: #f2f2f2;
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
    }

    .table-2col tbody tr:nth-child(even) {
      background-color: #fafafa;
    }

    /* 強調色スタイル */
    .table-2col .bg-danger {
      background-color: #fff5f5;
      color: #d9534f;
      font-weight: bold;
    }

    .table-2col .bg-warning {
      background-color: #fffbe6;
      color: #f0ad4e;
      font-weight: bold;
    }

    .table-2col .emp-red {
      color: #e53935;
      font-size: 3.0rem;
      display: inline-block;
    }

    .table-2col .emp-red::before {
      content: "💰 ";
    }
/* pcのみ */
.sp-only {display: none !important;}
.pc-only {display: block !important;}

/* spのみ */
@media screen and (max-width: 600px) {
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}

/* solid007 */
.button_solid007 {
    text-align: center;
}
.button_solid007 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #4169e1;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid007 p:before, .button_solid007 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #4169e1;
    content: "";
}
.button_solid007 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid007 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.button_solid007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #4169e1;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_solid007 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}