
/* =====================
c-columns--col2-corp
===================== */

.c-columns--col2-corp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.th-none{
    background-color: none;
}

.th-red{
    background-color: #cc0001;
    padding: 18px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.td-red{
    background-color: #ffa2a317 !important;
    position: relative;
}

.th-blue{
    background-color: #006DAF;
    padding: 18px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.td-blue{
    background-color: #F5FAFF !important;
    position: relative;
}

.td-large{
    font-size: 1.6rem;
}

.card-img img{
    max-width: 70%;
}

.table-scroll{
    overflow-x: scroll;
}

.sp-table::-webkit-scrollbar-track {
    background: #dcdcdc;
    border: 1px solid #fff;
}

.sp-table::-webkit-scrollbar-thumb {
    background-color: #fcc800;
    border-radius: 10px;
}

table.sp-table {
	width: 100%;
	min-width: 782px;
	margin: 5em auto 2em;
}

@media screen and (min-width: 782px), print {
    .table-scroll{
        overflow: visible;
    }

    .c-columns--col2-corp{
        gap: 20px;
    }

    .th-none{
        background-color: none;
    }
}

/* =====================
    baloon
===================== */
.balloon-left {
    position: absolute;
    display: inline-block;
    margin: 1.5em 0;
    padding: 8px;
    min-width: 80px;
    max-width: 100%;
    font-size: 14px;
    background: #cc0001;
    border-radius: 2px;
    bottom: 61px;
    right: 8px;
  }

.balloon-left.__01{
    bottom: 88px;
    right: 8px;
}
  
.balloon-left:before {
    content: "";
    position: absolute;
    top: 96%;
    left: 55%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #cc0001;
    border-radius: 2px;
}

.balloon-left.__01:before{
    top: 96%;
    left: 55%;
}
  
.balloon-left p {
    margin: 0;
    padding: 0;
    color: #fff;
}

  @media screen and (min-width: 782px), print {
    .balloon-left {
        position: absolute;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 12px;
        min-width: 80px;
        max-width: 100%;
        font-size: 16px;
        background: #cc0001;
        border-radius: 2px;
        bottom: 12px;
        right: 8px;
      }

    .balloon-left.__01{
        bottom: 38px;
        right: 8px;
      }
      
    .balloon-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #cc0001;
    }
        
    .balloon-left.__01:before{
        top: 50%;
        left: -10px;
    }
}