@charset "utf-8";


#aras .color-red {
    color: #ee3e24;
}

#aras ul.mark-list>li span.mark .fa-caret-square-o-right-blue:before {
    color: #0A2986;
    content: "\f152" !important;
    font-size: 100%;
}

#aras #subscribers a.band-link:hover:after {
    margin-left: 0.3em!important;
}
#aras .top-img {
    position: relative;
}
#aras .top-img .img-text {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 53%;
    left: 50px;
    transform: translateY(-50%);
    line-height: 120%;
    text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
}
#aras .flx-ai--end {
    align-items: flex-end;
}
#aras .flx-ai--center {
    align-items: center;
}
.ttl-List-flx{
    border-top: none;
    border-bottom: none;
    position: relative;
}
.ttl-List-flx li {
    cursor: pointer;
    padding-top: 1.3em!important;
    padding-bottom: 0.8em!important;
    border-bottom: 1px solid #ccc;
}
.ttl-List-flx li:last-of-type {
    border-bottom:none;
}
#aras a.bb-black {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
#aras a:hover.bb-black {
    background-color: #FFF !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

#aras h3.aras{
background:#1C1CC6;
display:inline-block;
color:#FFF;
padding:3px 40px;
border-radius:20px;
margin-bottom:1em;
}
#aras ul.mark-list-aras li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}
/*レスポンシブ対応*/
@media screen and (max-width:767px) and (min-width:1px) {
    #aras .table1 thead {
        display: none;
    }
    #aras .table1 th, #aras .table1 td {
        width: 100%;
        display: block;
    }
    #aras .table1 tr td:first-of-type {
        border-bottom: none!important;
    }
    #aras .top-img .img-text {
	    font-size: 18px;
	    left: 20px;
	    text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
#aras h3.aras{
display:block;
text-align:center;
}
}

/*	2024/06/03
----------------------------------------------------------*/
.seminar20240724-banner {
width: 100%;
position: relative;
}
.sem-ban-absolute {
position: absolute;
top: 0;
left: 0;
}
.col-sem{
color:#385723;
}
.height50{
height:50px;
}
.sem-ban-bg-white{
background:#e7efe1;
display:flex;
justify-content: flex-end;
align-items:center;
padding-right:50px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
margin-top:17px;
font-size:20px;
font-weight:bold;
}
@media screen and (max-width:767px) and (min-width:1px) {
.sem-ban-absolute {
top: 20px;
left: 0;
}
.font20{
font-size:18px!important;
letter-spacing: -0.08em;
}
.font18{
font-size:16px!important;
letter-spacing: -0.02em!important;
}
.sem-ban-bg-white{
padding-right:20px;
margin-left:20px;
font-size:18px!important;
margin-top:20px;
}
.sp-lh150{
line-height:150%!important;
}
}