@charset "utf-8";

/********** サイトの定義 **********

使用する文字サイズ：
10px
14px（基本）
16px
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/


main #main_Region .content {
	margin: 0 auto 120px;
}


main #main {
	float: right;
	width: 860px;
	margin: 0;
	border-top: 4px solid;
}




/************************************************************
　検索結果（上部枠）
************************************************************/

.searchlist {
	margin: 0;
	padding-top: 20px;
}

.searchlist h2 {
	float: left;
	display: inline-block;
	vertical-align: middle;

	height: 38px;
	line-height: 38px;

	max-width: 521px;
	margin: 0;

	font-size: 28px;
	text-align: unset;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/* 商標ロゴ表示 ここから */
	padding-left: 119px;
	background: #fff;
	background-image: url(../../img/logo_trademark.png);
	background-repeat: no-repeat;
	background-position: bottom 4.5px left 0;
	background-size: auto 29px;
	/* 商標ロゴ表示 ここまで */
}

.searchlist h2 span {
	font-size: 20px;
	color: unset;
}


.searchlist .SearchType {
	float: right;

	display: inline-block;
	vertical-align: middle;
}

.searchlist .SearchType button {
	font-family: "YakuHanJP","Roboto","Noto Sans JP",Meiryo,sans-serif;
	position: relative;
	width: 200px;
	height: 38px;
	line-height: 37px; /* ← 上の枠内の白線1px分などを考慮した数値 */
	padding: 10px;
	border: 0;
	border-radius: 6px;

	/* ▼ ▼ ▼ 新ボタンデザインCSS （一部）　▼ ▼ ▼ */
	-webkit-border-radius: 6px;

	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px #ffffff inset, 1px 1px 1px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 1px 1px #ffffff inset, 1px 1px 1px 0px rgba(0,0,0,0.1);

	outline: none;
	cursor: pointer;
	/* ▲ ▲ ▲ 新ボタンデザインCSS （一部）　▲ ▲ ▲ */
}

.searchlist .SearchType button.pink {
	background: #ff0080;

	border: 1px solid #ff0080;
	background-image: -webkit-linear-gradient(#FF7FC1 0%, #ff0080 100%);
	background-image: linear-gradient(#FF7FC1 0%, #ff0080 100%);
}

.searchlist .SearchType button.blue {
	background: #00A1FF;

	border: 1px solid #00A1FF;
	background-image: -webkit-linear-gradient(#66C6FF 0%, #00A1FF 100%);
	background-image: linear-gradient(#66C6FF 0%, #00A1FF 100%);
}

.searchlist .SearchType button:hover {
	opacity: 0.8;
}

.searchlist .SearchType button a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
}

.searchlist .SearchType button a i.fa-solid.fa-circle-check,
.searchlist .SearchType button a i.fa-solid.fa-magnifying-glass {
	margin-right: 5px;
}

.searchlist .SearchType button a i.fa-solid.fa-angles-right {
	margin-left: 5px;
	color: #ffff00;
}


.searchlist .featureList {
	margin-top: 10px;
	font-weight: bold;
}

.searchlist .featureList .condition {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
	padding: 2px 5px;
	line-height: 17px; /* 高さ25px－上枠線2px－下枠線2px－padding上2px－padding下2px＝17px */
	color: #ff0080;
	border: 2px solid #ff0080;
	border-radius: 6px;
}

.searchlist .featureList .condition p {
	margin: 0;
	font-size: 12px;
}

.searchlist .featureList .item {
	display: inline-block;
	vertical-align: middle;
	max-width: 780px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	font-size: 0;
}

.searchlist .featureList .item p {
	height: 25px;
	margin: 0;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.searchlist .featureList .item p span {
	/* display: inline-block; */
	vertical-align: middle;
	font-size: 12px;
}

.searchlist .featureList .item p span::after {
	content: ",";
	margin-left: 3px;
	font-size: 12px;
}

.searchlist .featureList .item p span:last-child::after {
	content: "";
	margin-left: 0;
}


.searchlist .Hit_Type {
	margin: 20px 0;
}

.searchlist .Hit_Type .HitVolume {
	float: left;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	max-width: 360px;
}

.searchlist .Hit_Type .HitVolume p {
	display: inline-block;
	margin: 0 10px 0 0;
}

.searchlist .Hit_Type .HitVolume p:last-child {
	margin: 0;
	font-weight: bold;
}

.searchlist .Hit_Type .HitVolume span {
	margin: 0 5px;
	font-size: 24px;
	font-weight: bold;
	color: #ff0080;
}



.searchlist .Hit_Type .TypeLink {
	float: right;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	max-width: 460px;
}

.searchlist .Hit_Type .TypeLink ul {

}

.searchlist .Hit_Type .TypeLink ul li {
	display: inline-block;
	vertical-align: middle;

	height: 30px;
	line-height: 30px;

	margin-right: 20px;
	padding: 0;

	font-weight: bold;
	text-align: center;

	border-bottom: 3px solid #fff;

	cursor: default;
}

.searchlist .Hit_Type .TypeLink ul li:last-child {
	margin-right: 0;
}

.searchlist .Hit_Type .TypeLink ul li:hover {
	opacity: 0.75;
	transition: 0.5s;
}

.searchlist .Hit_Type .TypeLink ul li a {
	color: #333;
	text-decoration: none;
}


.searchlist .targetDate {
	margin-bottom: 40px;
}

.searchlist .targetDate p {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-align: center;
	background:#ffffc0;
	border-radius: 6px;
}

.searchlist .targetDate p i {
	margin-right: 5px;
	color: #e50000;
}

.searchlist .targetDate p span {
	margin: 0 5px;
	font-weight: bold;
	color: #e50000;
}