@charset "utf-8";
/* CSS Document */

/* インターシップ/見学会とイベントの共通リストパンフレット */
.pamphlet_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding-top: 20px;
}
.pamphlet_list li {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.pamphlet_list li:nth-child(3n) {
	margin-right: 0;
}
.pamphlet_list a {
	height: 100%;
	color: #3a3a3a;
	background-color: #f4f4f4;
	display: block;
	text-decoration: none;
}
.pamphlet_img img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.connection_banner .pamphlet_img img {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}


.pamphlet_list .detail {
	padding:0 20px 20px 20px;
}
.pamphlet_list .detail > div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
}
.pamphlet_img {
	width: 100%;
	height: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 100%;
}
.pamphlet_img figure {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.search_page .contents_list li {
	background-color: #f4f4f4;
}
.search_page .contents_list li .pamphlet_img figure {
	height: auto;
	margin: 20px;
}
.search_page .contents_list li .pamphlet_img figure img {
	max-width: 100%;
	max-height: 100%;
}
.search_page .contents_list li .pamphlet_img figure img.dummy {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: inherit;
	position: relative;
}
.search_page .contents_list li .pamphlet_img {
	padding-top: 0;
	height: auto;
}
.search_page .contents_list li .detail {
	padding: 0px 20px 20px 20px;
	font-size: 18px;
}
.search_page .contents_list li .detail div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
	line-height: 1;
}
.detail span.area_tag {
    background-color: #333333;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0px 6px;
    border-radius: 24px;
    margin-right: 0;
	margin-bottom: 8px;
}

.search_page .slick-prev, 
.search_page .slick-next {
    width: 42px;
    height: 42px;
    z-index: 100;
    border-radius: 50%;
    top: 50%;
    margin-top: -21px;
}

@media screen and (max-width: 767px) {
	.pamphlet_list li:nth-child(3n) {
		margin-right: 3%;
	}
	.pamphlet_list li:nth-child(2n) {
		margin-right: 0;
	}
	.pamphlet_list li {
		width: 48.5%;
		margin-bottom: 20px;
	}
	.search_page .slick-prev, .search_page .slick-next {
		top: 50%;
		margin-top: -16%;
	}
}

@media screen and (max-width: 500px) {
	.pamphlet_list .area_tag {
		font-size: 3.4vw;
	}
	.pamphlet_list .detail > div {
		font-size: 3.6vw;
	}
	/*.pamphlet_img img {
		width: 100%;
	}*/
	.pamphlet_list .detail {
		padding: 0% 5% 4% 5%;
	}
	.search_head .search_info strong {
		font-size: 4vw;
	}
	.search_head .search_info span {
		font-size: 2.8vw;
	}
	.search_titel {
		padding: 2.4vw 2vw 2.4vw 3vw;
		width: 50%;
		font-size: 3.2vw;
	}
	.search_titel::after {
		font-size: 6vw;
	}
	.search_head .search_info {
		padding-bottom: 0;
	}
	.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: #2cb534;
    background-color: #e9f9ea;
    border-bottom: 2px solid #2cb534;	
}

.ttl_tmp:before{
    background: url(/assets/img/global/nav_icon_6.svg) no-repeat;
    background-size: 100%;
}


.cagegory_tag {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 24px;
    margin-right: 0;
    margin-bottom: 8px;
	background-color: #FFFFFF;
    color: #333333;
    border: solid 1px #969696;
    padding: 0 9px;
}

