@charset "utf-8";
/* CSS Document */

.c-relation-item__text{
	font-weight: 400;
}

.c-relation-item__text > small{
	font-weight: normal;
}

.insight_body_html .s-detail-head__img img{
	max-width: 240px;
}

.insight_body_html table tbody tr td {
    border-bottom: 1px solid #e7e8ec;
}

.insight_body_content ul li:before, .news_body_content ul li:before {
	content: none;
}

.insight_body_content a[target]:after {
    background-image: none;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: none;
    display: inline-block;
    height: 0;
    margin-left: 0;
    width: 0;
}

.insight_body_content ul li, .insight_body_content ul ul {
    margin-left: 0;
    text-indent: 0;
}

.trending-news_ma-seminar .speaker_list figure {
	margin-top: 1em;
	overflow: hidden;
}

.trending-news_ma-seminar .speaker_list figure img {
	vertical-align: top;
}

.speaker_list{
	margin-top: 1em;
}

.speaker_list li{
	display: inline-block;
}

.speaker_list li::after{
	content: "、";
}

.speaker_list li:last-child::after{
	content: none;
}

.insight_body_content ul.list-no{
	margin-top: 32px;
}

.list-no > li:nth-child(1)::before{
	content: "1.";
	display: inline-block;
}

.list-no > li:nth-child(2):before{
	content: "2.";
	display: inline-block;
}

.insight_body_content ul.list-round-no{
	margin-bottom: 1em;
}

.insight_body_content ul.list-round-no > li{
	position: relative;
    text-indent: 0;
    padding-left: 3em;
	margin-top: 0.5em;
}

.list-round-no > li:before{
	position: absolute;
	width: 3em;
	top: 0;
	left: 1em;
}

.list-round-no > li:nth-child(1)::before{
	content: "①";
	display: inline-block;
}

.list-round-no > li:nth-child(2):before{
	content: "②";
	display: inline-block;
}

.list-round-no > li:nth-child(3):before{
	content: "③";
	display: inline-block;
}

.list-round-no > li:nth-child(4):before{
	content: "④";
	display: inline-block;
}

.insight_body_content .speaker_list{
	margin-top: 1em;
}

.speaker_photo{
	/*max-width: 640px;*/
	margin: 1em auto;
}

.insight_body_content .seminar-schedule{
	margin-top: 1em;
}

.insight_body_content .trending-news_ma-seminar .entry-button{
	background-color: #004887;
    color: #ffffff;
	width: fit-content;
	margin-top: 1em;
}

@media print, screen and (min-width: 769px) {

/*.insight_body_html {
	width: 100%;
}*/
	
.insight_body_content .speaker_list a:hover, .insight_body_content ul.list-round-no a:hover, .insight_body_content .list-no a:hover{
		color:#004887;
	}
	
.insight_body_content .speaker_list li a, .insight_body_content ul.list-round-no li a, .insight_body_content .list-no li a{
	position: relative;
}

.insight_body_content .speaker_list li a:hover, .insight_body_content ul.list-round-no li a:hover, .insight_body_content .list-no li a:hover{
	color: #004887;
}
	
.insight_body_content .speaker_list li a::after, .insight_body_content ul.list-round-no li a::after, .insight_body_content .list-no li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #004887;
bottom: -1px;
transform: scale(0, 1);
transform-origin: right top; 
transition: transform .4s; 
}

.insight_body_content .speaker_list li a:hover::after, .insight_body_content ul.list-round-no li a:hover::after, .insight_body_content .list-no li a:hover::after {
transform: scale(1, 1); 
transform-origin: left top; 
}
	
.insight_body_content .trending-news_ma-seminar .entry-button:hover{
	background-color: #326c9f;
}

	
}

@media only screen and (max-width: 768px) {
	
.insight_body_html table tbody tr th {
    border-bottom: none;
    padding-bottom: 0;
}


}

