@charset "utf-8";
/* CSS Document */

/* イベント情報 */

/* インターシップ/見学会とイベントの共通リスト */
h1.detail_list_h {
	border-bottom: solid 1px #333333;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.detail_list {
	list-style: none;
}
.detail_list ul {
	list-style: none;
	display: flex;
}
.detail_list  li {
	border-bottom: dotted 1px #dddddd;
	padding: 5px 0 ;
}
.detail_list ul li {
	border: none;
}
.detail_list  li a{
	display: block;
	justify-content: space-between;
	padding: 5px 5px;
	width: 100%;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
.detail_list  li a:hover {
	background-color: #fffbe8;
}
.detail_list  li a dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_list  li a dl dt {
	padding-right: 15px;
}
.detail_list  li a dl dt span{
	background-color: #fff6fb;
	border: solid 1px #ff85b9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 90px;
	height: 90px;
	font-size: 15px;
	line-height: 1.4;
	color: #ff8abb;
	font-weight: bold;
	font-family: "游ゴシック", YuGothic;
	font-feature-settings: "palt";
}
.detail_list  li a dl dd {
	display: flex;
	align-items: center;
	overflow: auto;
	flex-grow: 1;
	width: 100%;
}
.detail_list  li a dl dd ul {
	margin-bottom: 3px;
}
.detail_list  li a dl dd ul li{
	background-color: #3c76f9;
	color: #FFFFFF;
	margin-right: 10px;
	line-height: 1;
	padding: 5px 10px;
	font-size: 14px;
}
.detail_list  li a dl dd div{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.detail_list  li dl::after {
	content: '\f105';
	font-family: ForkAwesome;
	font-size: 30px;
}
.sp_date {
	display: none;
}
@media screen and (max-width: 760px) {
	h1.detail_list_h {
		font-size: 4vw;
		padding-bottom: 1vw;
		margin-bottom: 2.5vw;
	}
	.detail_list li {
		padding: 1vw 0;
	}
	.detail_list li a {
		padding: 2.4vw 0 2vw 0;
	}
	.detail_list li a dl dt span {
		display: none;
	}
	.detail_list li a dl dd div {
		font-size: 4vw;
		padding-right: 2vw;
	}
	.detail_list li a dl dd ul li {
		margin-right: 2vw;
		padding: 1vw 2vw;
		font-size: 3vw;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.detail_list li dl::after {
		font-size: 6vw;
	}
	.detail_list li a dl dt {
		padding-right: 0;
	}
	.detail_list  li a dl dd ul li.sp_date {
		background-color: #fff6fb;
		border: solid 1px #ff85b9;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #ff8abb;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-feature-settings: "palt";
	}
	.sp_date br{
		display: none;
	}
	.detail_list  li a:hover {
		background-color: #ffffff;
	}
}


.ttl_tmp{
    color: #f284da;
    background-color: #ffebfb;
    border-bottom: 2px solid #f284da;	
}

.ttl_tmp:before{
    background: url(/assets/img/global/nav_icon_5.svg) no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
	.search_page .search_box:last-child {
		margin-top: 5vw;
	}
}
