@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";
	padding: 8px;
}
.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;
	}
}

@media screen and (max-width: 500px) {
	.search_head .search_info strong {
		font-size: 4vw;
	}
	.search_head .search_info span {
		font-size: 2.8vw;
	}
	.search_titel {
		width: 50%;
		font-size: 3.2vw;
	}
	.search_titel::after {
		font-size: 6vw;
	}
	.search_titel {
		padding: 2.4vw 10vw 2.4vw 3vw;
	}
	.search_titel span {
		padding-left: 4px;
	}
	input[type="password"], input[type="text"], textarea, select {
		width: 100%;
	}
	.search_flex_dl {
		display: block;
	}
	.search_flex_dl dl:first-child {
		margin-right: 0;
	}
	.search_btns {
		justify-content: space-between;
	}
	.search_btns a, .search_btns button {
		min-width: unset;
		width: 48%;
		margin: 0;
	}
}

.ttl_tmp {
    color: #3c75f6;
    background-color: #e7efff;
    border-bottom: 2px solid #3c75f6;
}

.ttl_tmp:before{
    background: url(/assets/img/global/nav_icon_4.svg) no-repeat;
    background-size: 100%;
}