/* CSS Document */

/* 同門会 */

/*---------------------------------------------------------------------
.domonkai-topics
---------------------------------------------------------------------*/

.domonkai-topics{
	font-size: 90%;
}

.domonkai-topics .domonkai-topics_title::after{
	content: "";
    display: block;
    background: linear-gradient(to right, #1C365F, #D5E2ED 40%, #D5DFEC);
	margin-top: 18px;
    height: 5px;
}

.domonkai-topics .domonkai-topics_list{
	display: grid;
	grid-template-columns: 112px 140px 1fr;
}

.domonkai-topics .domonkai-topics_list > *{
	border-bottom: 1px dotted #CCCCCC;
	padding-block: 26px;
}

.domonkai-topics .domonkai-topics_list > dt{
	letter-spacing: -1px;
}

.domonkai-topics .domonkai-topics_list > dt:last-of-type,
.domonkai-topics .domonkai-topics_list > dt:last-of-type ~ dd{
	border-bottom: none;
}

.domonkai-topics .domonkai-topics_list > dd .domonkai-topics_list__cat{
	display: flex;
	align-items: center;
	justify-content: center;
    border: 1px solid #5BA0D8;
    color: #5BA0D8;
    height: 24px;
	width: 100px;
}


/*---------------------------------------------------------------------
.domonkai-contents
---------------------------------------------------------------------*/
.domonkai-contents .btn01{
	display: block;
	background: url(../../../img/page/introduction/history_back.png) left top;
	text-decoration: none;
	font-weight: 700;
	color: #203B63;
	padding: 10px 24px 10px 16px;
	width: 280px;
	position: relative;
	box-sizing: border-box;
	transition: 0.7s;
}

.domonkai-contents .btn01::after{
	content: "";
	display: block;
	background: url(../../../img/common/page/pointer.png) no-repeat center;
	background-size: contain;
	aspect-ratio: 1 / 1.571;
	width: 7px;
	transform: translateY(-50%);
	position: absolute;
	right: 16px;
	top: 50%;
}

.domonkai-contents .btn01:hover{
	opacity: 0.7;
}

.domonkai-contents .h4_title + *{
	font-size: 90%;
	margin-top: 20px;
}

.domonkai-contents #domonkai-ceo_message > * + *{
	margin-top: 16px;
}

.domonkai-contents #domonkai-ceo_message h5{
	text-align: right;
	font-weight: 700;
	font-size: 20px;
}

.domonkai-contents .history_list tr{
	border-bottom: 2px dotted #CCCCCC;
}

.domonkai-contents .history_list tr > *{
	box-sizing: border-box;
	padding-block: 15px;
}

.domonkai-contents .history_list tr th{
	background: url(../../../img/page/introduction/history_back.png) left top;
	padding-inline: 20px;
	width: 150px;
}

.domonkai-contents .history_list tr th + td{
	padding-inline: 20px;
	width: 100px;
}

.domonkai-contents .history_list tr td .history_list__month{
	border-right: 3px solid #203B63;
}

* + .domonkai-contents{
	margin-top: 40px;
}




