.so-banner {
    text-align: center;
	padding: 5px;
}

.so-banner-img img {
    width: 30rem;
}

.so-banner-title {
    font-size: 4.5rem;
    margin: 0rem;
	font-weight: bold;
}


.so-terms {
    background: #F6F5FB;
}

.so-terms-box {
    /*    border: 1px #B3B3B3 solid;*/
    /*    padding: 4rem 3rem;*/
    margin-bottom: 1rem;
}

.so-terms-title * {
    color: #000000;
    font-size: 28px;
    /*font-size: 24px;*/
    /*font-size: 2.6rem;*/
}

.so-terms-title {
    color: #4D4D4D;
    /*width: 100%;*/
    text-align: center;
    /*border-bottom: 1px solid #B3B3B3;*/
    /*line-height: 0.1rem;*/
    margin: 10px auto 1rem;
    width: 80%;
    /*margin: auto;*/
}

.so-terms-title span {
    /*background: #FFFFFF;*/
	padding: 0 1.5rem;
}

.so-terms-list {
    color: #000000;
    list-style: none;
    /*padding: 0;*/
    margin: 0;
    padding-left: 5rem;
}

.so-terms-list li:before {
    padding-right: 1rem;
}

.so-terms-list li {
	font-size: 1.5rem;
	padding: 0.5rem 0 0.5rem 0.5rem;
    list-style: decimal;
}

.so-terms-update {
	font-size: 1.5rem;
	padding: 0.5rem 0;
    color: #000000;
}

.so-term-box {
    background: white;
    border: #B3B3B3 1px solid;
    padding: 1rem;
}

.so-main-box {
    display: flex;
    flex-wrap: wrap;
}

.so-post {
    /*border: 1px solid #CCCCCC;*/
	width: 32.5%;
	margin: 0.3%;
}

.so-post-content {
    padding: 0.5rem 0;
}

.so-post-title {
	color: #000000;
	font-size: 1.5rem;
    font-weight: bold;
}

.so-post-abstract, .so-post-abstract * {
    font-size: 1.2rem;
	color: #000000;
}
.so-post-abstract p{
	padding:0;
	margin-top: 0px;
	font-size: 1.4rem;
}
.so-post-abstract a{
	color: #FF0000;
    text-decoration: underline;
}

.so-post-img {
    position: relative;
    width: 100%;
    padding-top: 52.5%;
    background: #CCCCCC;
}

.so-post-img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.so-post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: white;
}

.tc-enquiry {
	padding: 5px 0;
	background: #FFFFFF;
}