@charset "utf-8";

/* メイン */
#mymainback {
	padding-top: 20px;
	padding-bottom: 60px;
}

/* 検索ボタン */
#ichiho_search_submit {
	text-align: center;
}
button#button_ichiho_search_submit {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 40px;
	background: #b61076;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
	letter-spacing: 0.1em;
	padding: 25px 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 400px;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
button#button_ichiho_search_submit:hover {
	background: #a30e6a;
}
button#button_ichiho_search_submit span.icon {
	display: inline-block;
	background: url("/img/sites/ichiho/search-ichiho/icon-arrow.png") no-repeat right center transparent;
	color: inherit;
	padding: 0px 40px 0px 20px;
}

/* 検索 */
#ichiho_search_form .box_search {
	margin-bottom: 50px;
}

#ichiho_search_form .box_check fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 40px;
}
#ichiho_search_form .box_check fieldset legend {
	margin: 0px;
	padding: 0px;
}
#ichiho_search_form .box_check fieldset > span {
	display: inline-block;
	vertical-align: top;
}
#ichiho_search_form .box_check fieldset > span input {
	margin-right: 6px;
}

/* 検索（エリア） */
#ichiho_search_form .box_search.area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px 40px;
}
#ichiho_search_form .box_search.area h3 {
	margin: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#ichiho_search_form .box_search.area div[class*="box_"] {
	width: calc(50% - 20px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#ichiho_search_form .box_search.area div.box_check {
	padding-left: 30px;
}
#ichiho_search_form .box_search.area div.box_check fieldset {
	gap: 20px;
}
#ichiho_search_form .box_search.area div.box_check fieldset > span {
	width: calc(50% - 10px);
	position: relative;
}
#ichiho_search_form .box_search.area div.box_check fieldset > span input {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0px;
}
#ichiho_search_form .box_search.area div.box_check fieldset > span label {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #fbf8ec;
	color: #333333;
	line-height: 1.8rem;
	padding: 30px 10px 30px 40px;
	cursor: pointer;
}
#ichiho_search_form .box_search.area div.box_check fieldset > span label[for="area_all"] {
	border-color: #cccccc;
	background: #ffffff;
}

#ichiho_search_form .box_search.area div.img_map {
	text-align: center;
}
#ichiho_search_form .box_search.area div.img_map img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* 検索（種類） */
#ichiho_search_form .box_search.type div.box_check {
	padding-left: 30px;
}

/* 検索（時間） */
#ichiho_search_form .box_search.time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 30px 40px;
}
#ichiho_search_form .box_search.time h3 {
	margin: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#ichiho_search_form .box_search.time div[class*="box_"] {
	width: calc(50% - 20px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #cccccc;
	border-radius: 20px 20px 0px 20px;
	padding: 23px;
}
#ichiho_search_form .box_search.time div[class*="box_"] h4 {
	margin: 0px 0px 20px;
	border: none;
	background: #f6f6f6;
	font-size: 2rem;
	line-height: 1.5;
	padding: 5px 20px;
}
#main_body #ichiho_search_form .box_search.time div[class*="box_"] h4::before,
#main_body #ichiho_search_form .box_search.time div[class*="box_"] h4::after {
	display: none;
}
#ichiho_search_form .box_search.time .box_check fieldset {
	margin-bottom: 30px;
	gap: 10px 20px;
}
#ichiho_search_form .box_search.time .box_check fieldset:last-child {
	margin-bottom: 0px;
}
#ichiho_search_form .box_search.time .box_check fieldset > span {
	min-width: calc(50% - 10px);
	font-size: 1.7rem;
}

/* 検索結果 */
#ichiho_search_result {
	margin-bottom: 80px;
}

/* 検索結果（件数） */
.result_numbers {
	margin: 30px 0px;
	font-size: var(--fontsize-main, 1.6rem);
}

/* 検索結果（一覧） */
.result_box_wrap {
	border-top: 2px solid #cccccc;
}
.result_box_wrap .result_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 2px solid #cccccc;
	padding: 30px 0px;
}
.result_box_wrap .result_box .box_l {
	width: 720px;
}
.result_box_wrap .result_box .box_r {
	width: 340px;
}

#main_body .result_box_wrap .result_box h2 {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	color: inherit;
	border: none;
	border-bottom: 1px solid #b61076;
	background: none;
	position: relative;
}
#main_body .result_box_wrap .result_box h2::before,
#main_body .result_box_wrap .result_box h2::after {
	display: none;
}
#main_body .result_box_wrap .result_box h2::before {
	content: '';
	display: block;
	width: 4px;
	height: calc(100% - 20px);
	background: #b61076;
	color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 16px;
}

.result_box_wrap .result_box .l_pdf {
	margin-top: 30px;
}
.result_box_wrap .result_box .l_pdf .url {
	display: inline;
	margin-right: 1em;
}
.result_box_wrap .result_box .l_pdf .url a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("/img/common/file/icon_pdf.png") no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
.result_box_wrap .result_box .l_pdf .txt {
	display: inline;
	font-size: var(--fontsize-main, 1.6rem);
}

.result_box_wrap .result_box .l_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0px 80px;
}
.result_box_wrap .result_box .l_address dl {
	margin: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px 20px;
}
.result_box_wrap .result_box .l_address dl:first-child {
	width: 100%;
}
.result_box_wrap .result_box .l_address dl dt {
	border: 1px solid #b61076;
	border-radius: 20px;
	font-size: var(--fontsize-main, 1.6rem);
	line-height: 1.8rem;
	margin: 0px;
	padding: 5px 10px;
	min-width: 5em;
	text-align: center;
}
.result_box_wrap .result_box .l_address dl dd {
	margin: 0px;
	padding: 0px;
}

.result_box_wrap .result_box .l_link {
	margin-top: 30px;
}
.result_box_wrap .result_box .l_link a {
	display: inline-block;
	border: 1px solid #b61076;
	border-radius: 30px;
	background: url("/img/sites/ichiho/search-ichiho/icon-arrow.png") no-repeat right 30px top 50% #fff3f3;
	color: #333333;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 15px 80px 15px 50px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.result_box_wrap .result_box .l_link a:hover {
	background-color: #ffffff;
}

.result_box_wrap .result_box .box_r dl {
	margin: 0px 0px 10px;
	border: 1px solid #cccccc;
	border-radius: 20px 20px 0px 20px;
	overflow: hidden;
}
.result_box_wrap .result_box .box_r dl dt {
	margin: 0px;
	padding: 10px 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #cccccc;
	font-size: var(--fontsize-main, 1.6rem);
	line-height: 1.9rem;
	text-align: center;
}
.result_box_wrap .result_box .box_r dl dd {
	margin: 0px;
	padding: 10px 20px;
	text-align: center;
}

/* 検索結果（ページャ） */
.result_pager {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.result_pager div[class*="result_pager_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
}
.result_pager div[class*="result_pager_"] a {
	display: block;
	padding: 4px 6px;
	border: 1px solid #b61076;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
	width: 100%;
	height: 100%;
	min-width: 3rem;
	min-height: 3rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.result_pager div[class*="result_pager_"] a:hover,
.result_pager div[class*="result_pager_"] a:focus {
	text-decoration: underline;
}
.result_pager div.result_pager_prev a,
.result_pager div.result_pager_next a {
	width: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
.result_pager div.result_pager_prev a {
	background-image: url("/img/sites/ichiho/search-ichiho/arrow_prev.png");
}
.result_pager div.result_pager_next a {
	background-image: url("/img/sites/ichiho/search-ichiho/arrow_next.png");
}

.result_pager div.result_pager_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px;
}
.result_pager div.result_pager_list > span {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.result_pager div.result_pager_list > span.active {
	background: #fff3f3;
	padding: 5px 7px;
	min-width: 3rem;
	min-height: 3rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* スマートフォン */
@media screen and (max-width: 1100px) {

	#mymainback {
		padding-top: 0px;
		padding-bottom: 20px;
	}

	#ichiho_search_result {
		margin-bottom: 40px;
	}

	.result_numbers {
		margin: 20px 0px;
	}

	.result_box_wrap .result_box {
		padding: 20px 0px;
		display: block;
	}
	.result_box_wrap .result_box .box_l {
		width: auto;
	}
	.result_box_wrap .result_box .box_r {
		width: auto;
		margin-top: 20px;
	}

	.result_box_wrap .result_box .l_pdf {
		margin-top: 20px;
	}
	.result_box_wrap .result_box .l_address {
		gap: 0px 40px;
	}
	.result_box_wrap .result_box .l_address dl {
		gap: 10px 10px;
	}
	.result_box_wrap .result_box .l_address dl dt {
		padding: 2px 5px;
	}
	.result_box_wrap .result_box .l_link {
		margin-top: 20px;
		text-align: center;
	}
	.result_box_wrap .result_box .l_link a {
		padding: 15px 50px 15px 30px;
		background-position: right 15px top 50%;
	}

	#ichiho_search_form .box_search.area {
		display: block;
	}
	#ichiho_search_form .box_search.area div[class*="box_"] {
		width: auto;
	}
	#ichiho_search_form .box_search.area div.box_check {
		padding: 0px;
		margin: 20px 10px;
	}
	#ichiho_search_form .box_search.area div.box_check fieldset {
		gap: 10px;
	}
	#ichiho_search_form .box_search.area div.box_check fieldset > span {
		width: calc(50% - 5px);
	}
	@media screen and (max-width: 540px) {
		#ichiho_search_form .box_search.area div.box_check fieldset > span {
			width: 100%;
		}
	}
	#ichiho_search_form .box_search.area div.box_check fieldset > span label {
		padding: 15px 10px 15px 40px;
	}

	#ichiho_search_form .box_search.type div.box_check {
		padding: 0px;
		margin: 0px 10px;
	}
	#ichiho_search_form .box_search.type div.box_check fieldset > span {
		min-width: calc(33% - 30px);
	}
	@media screen and (max-width: 540px) {
		#ichiho_search_form .box_search.type div.box_check fieldset > span {
			min-width: calc(50% - 20px);
		}
	}

	#ichiho_search_form .box_search.time {
		gap: 20px;
	}
	#ichiho_search_form .box_search.time div[class*="box_"] {
		width: 100%;
		padding: 23px 13px;
	}
	#ichiho_search_form .box_search.time div[class*="box_"] h4 {
		font-size: 1.6rem;
	}
	#ichiho_search_form .box_search.time .box_check fieldset > span {
		font-size: 1.4rem;
	}

	button#button_ichiho_search_submit {
		min-width: 300px;
		font-size: 2rem;
		padding: 20px 30px;
	}

}
/* スマートフォン ここまで */