@charset "utf-8";
/* CSS Document */


/* select
-------------------------------------------------- */		
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	margin: 0;
	padding: 0;
}

.typeSelect select {
	color: #fff;
	line-height: 1.0;
	background: #000;
	border: 1px solid #666;
	margin: 0;
}
.typeSelect label {
	position: relative;
}
.typeSelect label::before {
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
	z-index: 2;
}
.typeSelect label::after {
	content: "";
	position: absolute;
	display: block;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	z-index: 2;
}

.eachBox .eachBoxTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}


/* NEWS
-------------------------------------------------- */
#news {
}
#news .newsBox {
	border-top: 1px solid #dbdbdb;
}
#news .newsListItem {
	border-bottom: 1px solid #dbdbdb;
}
#news .newsItem {
	display: flex;
}
#news .newsItem .newsItem01 {
	display: flex;
    align-items: center;
	line-height: 1.0;
}
#news .newsItem .newsItem02 {
	display: flex;
    align-items: center;
	line-height: 1.0;
}
#news .newsItem .newsItem02 .newIcon {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #000;
	color: #fff;
}
#news .newsItem .newsItem03 .newsLink {
	background-image: linear-gradient(90deg, #000, #000);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size 0.6s;
}
#news .newsItem .newsItem03 .newsLink:hover {
	background-size: 100% 1px;
}
#news .newsItem .newsItem03 .newsImg {
	margin-top: 15px;
	border: 1px solid #dbdbdb;
}


@media screen and (min-width: 768px) {
	
	.typeSelect select {
		width: 315px;
		height: 40px;
		font-size: 16px;
		padding: 5px 20px;
	}
	.typeSelect label::before {
		top: -10px;
		right: 0;
		width: 60px;
		height: 36px;
	}
	.typeSelect label::after {
		top: 50%;
		right: 23px;
		width: 14px;
		height: 14px;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		margin: -13px 0 0 0;
	}

	.formBox {
		display: flex;
		justify-content: flex-end;
		margin: 0 0 20px;
		padding: 0;
	}
	.eachBox {
		margin-top: -120px;
		padding-top: 200px;
	}
	.eachBox .eachBoxTitle {
		width: 215px;
		font-size: 50px;
		line-height: 1.0;
		margin-bottom: 25px;
	}
	
	/* NEWS
	-------------------------------------------------- */
	#news {
		margin-top: -180px;
		padding-top: 180px;
		margin-bottom: 140px;
	}
	#news .newsListItem {
		padding: 30px 0;
	}
	#news .newsItem .newsItem01 {
		width: 120px;
	}
	#news .newsItem .newsItem02 {
		width: 150px;
	}
	#news .newsItem .newsItem02 .newIcon {
		font-size: 14px;
		margin: 0px;
		padding: 4px 12px;
	}
	#news .newsItem .newsItem03 {
		font-size: 18px;
		width: 980px;
	}
	#news .newsItem .newsItem03 .newsImg {
	width: 270px;
	}
}

@media all and (max-width: 767px) {
	
	.typeSelect select {
		width: 92vw;
		height: 10vw;
		font-size: 4vw;
		padding: 1.25vw 5vw;
	}
	.typeSelect label::before {
		top: -2.5vw;
		right: 0;
		width: 15vw;
		height: 9vw;
	}
	.typeSelect label::after {
		top: 50%;
		right: 23px;
		width: 14px;
		height: 14px;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		margin: -13px 0 0 0;
	}

	.formBox {
		display: flex;
		margin: 0 0 4vw;
		padding: 0 4vw;
	}
	
	.eachBox {
		margin: -10vw 0 5vw;
		padding: 18vw 4vw 0;
	}
	.eachBox .eachBoxTitle {
		font-size: 8vw;
		line-height: 1.0;
		margin: 0 0 1.5vw;
		padding: 0;
	}
	
	/* NEWS
	-------------------------------------------------- */
	#news {
		margin-top: -60px;
		padding-top: 80px;
	}
	#news .newsBox {
		margin: 4vw 0 1.25vw;
	}
	#news .newsListItem {
		padding: 4vw 0;
	}
	#news .newsItem {
		flex-wrap: wrap;
	}
	#news .newsItem .newsItem01 {
		font-size: 4vw;
		font-weight: bold;
		margin: 0 0 1.5vw 0;
	}
	#news .newsItem .newsItem02 {
		padding: 0 0 1.5vw 3vw;
	}
	#news .newsItem .newsItem02 .newIcon {
		font-size: 2.75vw;
		margin: 0;
		padding: 0.75vw 1.5vw;
	}
	#news .newsItem .newsItem03 {
		font-size: 4vw;
		line-height: 1.4;
	}
	#news .newsItem .newsItem03 .newsImg {
	width: 100%;
	}
}
