
.bg-lightgray{
    background: #e4e4e4;
}

.main-visual{
    position: relative;
    background-image: url(/business/information/img/img_topiclist_KV.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
}

.text-main-visual{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.btn{
    width: 100%;
}

.btn a.btn-outline:hover{
    background-color: #0062C2;
    color: #fff;
}

.container-fuild{
    margin-top: 5px;
}

.box-anchor{
    padding: 15px 20px;
    border: 2px solid #0062C2;
    margin-top: 30px;
}

.box-anchor h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.box-anchor p.btn-all{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #0062C2;
    width: 80px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    text-wrap: nowrap;
}

.box-anchor-content{
    display: flex;
    align-items: center;
  gap: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #0062C2;
}


.box-anchor-content ul.list-unstyled{
  list-style: none;
  display: flex;
   flex-wrap: wrap;
       column-gap: 40px;
    row-gap: 10px;

}

.box-anchor-content ul.list-unstyled li{
  font-size: 16px;
display: inline-flex;          
  align-items: center; 
  gap: 10px;  
    cursor: pointer; 
      position: relative;

}

.box-anchor-content ul.list-unstyled li a{
  color: #000;
  text-decoration: none;
}

.box-anchor-content ul.list-unstyled li:hover a{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.box-anchor-content ul.list-unstyled li::after{
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #0062C2;
  border-bottom: 1px solid #0062C2;
  transform: rotate(45deg);   
  vertical-align: middle;
}




.box-year{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.box-year p.btn-year-all{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #0062C2;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    text-wrap: nowrap;
}


.box-year p.btn-year-all{
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    background-color: #0062C2;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}


.box-year ul.list-year{
  list-style: none;
  display: inline-flex;
  align-items: center; 
  flex-wrap: wrap;
  column-gap: 10px;
    row-gap: 10px;
}

.box-year ul.list-year li a{
  color: #000;
  text-decoration: none;
}


.box-year ul.list-year li{
font-size: 16px;
  position: relative;
  padding: 0 12px;
  cursor: pointer;
}

.box-year ul.list-year li:hover a{
  text-decoration: underline;
  text-underline-offset: 2px;
}


h2.h2-span{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    background-color: #f1f0f0;
    padding: 5px 30px;
    position: relative;
}

h2.h2-span::before{
    content: '';
    position: absolute;
    left: 10px;
    width: 7px;
    height: 70%;
    background-color: #0062C2;
    top: 50%;
    transform: translateY(-50%);
}

.container .row .h2.h2-medium {
    font-size: 2.8rem;
}

.table-content-border{
    margin-top: 40px;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
}

.table-content-border tr th{
    text-wrap: nowrap;
    width: 12%;
    text-align: left;
}


.table-content-border tr th, .table-content-border tr td{
    border-bottom: 1px solid #0062C2;
}

.table-content-border tr, .table-content-border tr th, .table-content-border tr td{
    padding: 10px 20px;
}


.table-content-border tr td a{
    color: #000;
    text-decoration: none;
}

.table-content-border tr th{
    font-weight: normal;
}

.table-content-border tr td:hover{
   opacity: 0.7;
}

.btn-outline{
    color: #1571DA;
    border: 1px solid #1571DA;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    border-radius: 5px;
    font-weight: bold;
}

.h4-title {
    font-size: 2rem;
    margin-top: 30px;
    line-height: 1.4;
}

.h4-blue {
    color: #1571DA !important;
}


.info-event {
    display: flex;
    margin: 5px 0;
    color: #000;
    font-size: 14px;
    align-items: center;
}

.info-event dt {
    width: 45px;
    border-right: 1px solid #CCCCCC;
    vertical-align: middle;
    line-height: 1;
}

.info-event dd {
    padding-left: 10px;
}

.nondata{
    margin-top: 15px;
    font-size: 16px;
}

.list-year a.active-year {
    text-decoration: underline;
    font-weight: bold;
    color: #0062C2;
}

.backToTop{
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
}

.backToTop:hover a{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.backToTop a{
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

.backToTop a::before{
   content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}


@media (max-width: 970px) and (min-width: 720px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }
    
    .container-fuild .container {
        padding: 0 15px !important;
    }
}

@media (max-width: 720px) {
    .container {
        max-width: 100% !important;
        padding: 0 10px !important;
    }

    .box-anchor-content{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .box-anchor h3{
        margin: 10px 0;
    }

    .box-anchor p.btn-all{
    margin-left: 0;
}

    h2.h2-span{
    line-height: 1.5;
    padding: 7px 25px;
}

.table-content-border tr, .table-content-border tr th, .table-content-border tr td{
    padding: 10px;
}
}


@media (max-width: 599px) {
    .container .row .h1-title{
        font-size: 3.2rem;
    }

}

@media (max-width: 390px) {
    .container .row .p-title-kv{
        font-size: 1.5rem;
    }
}