@charset "utf-8";
/*------------------------------------------------------------
	search
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 100px;
	background-image: url("../img/search/page_title_bg.jpg");
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
	area02
------------------------------------------------------------*/
#main .area02 .blue + .radioUl {
	margin-bottom: 80px;
}
/*------------------------------------------------------------
	train02
------------------------------------------------------------*/
#main .train02 .title {
	margin: -6px 0 16px;
	color: #0fb2e9;
	font-size: 2rem;
	font-weight: 700;
}
#main .train02 .blue + .radioUl {
	margin-bottom: 80px;
}
@media all and (max-width: 896px) {
	#main .train02 .title {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .linkBox .lBox {
	padding: 100px 0;
	width: 570px;
	background: url("../img/search/bg01.jpg") no-repeat center center / cover;
	box-sizing: border-box;
}
#index .linkBox .rBox {
	padding: 100px 0;
	width: 570px;
	background: url("../img/search/bg02.jpg") no-repeat center center / cover;
	box-sizing: border-box;
}
#index .linkBox .rBox a,
#index .linkBox .lBox a {
	padding-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}
#index .linkBox .rBox a:hover,
#index .linkBox .lBox a:hover {
	opacity: 0.7;
}
#index .linkBox .link {
	padding-bottom: 51px;
	background: url("../img/common/icon02.png") no-repeat bottom 2px center / 50px auto;
}
#index .linkBox .headLine02 {
	margin-bottom: 16px;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
}
#index .linkBox .headLine02 img {
	margin-bottom: 12px;
}
#index .linkBox p {
	padding: 21px 15px 0;
	display: inline-block;
	border-top: 1px solid #fff;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#index .linkBox .headLine02 img {
	width: 100px;
}
#index .linkBox .rBox .linkUl .link {
	padding-bottom: 37px;
}
#index .linkBox {
	margin-bottom: 80px;
}
#index .line a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#index .linkBox {
		margin-bottom: 30px;
		display: block;
	}
	#index .linkBox .rBox,
	#index .linkBox .lBox {
		width: auto;
		display: block;
    	padding: 15px 0;
	}
	#index .linkBox .rBox,
	#index .linkBox .lBox {
		margin-bottom: 30px;
		height: auto;
	}
	#index .linkBox .rBox .linkUl,
	#index .linkBox .lBox .linkUl {
		height: auto;
		display: block;
	}
	#index .linkBox .rBox .linkUl li,
	#index .linkBox .lBox .linkUl li {
		margin-bottom: 30px;
		width: auto;
	}
	#index .linkBox .rBox .headLine02 img,
	#index .linkBox .lBox .headLine02 img {
		width: 60px !important;
	}
	#index .linkBox .rBox .headLine02,
	#index .linkBox .lBox .headLine02 {
		font-size: 2rem !important;
	}
	#index .linkBox .rBox p,
	#index .linkBox .lBox p {
		font-size: 1.8rem;
	}
	#index .linkBox .rBox a,
	#index .linkBox .lBox a {
		padding: 15px;
	}
	#index .linkBox .rBox .link,
	#index .linkBox .lBox .link {
		padding-bottom: 20px;
		background-size: 30px auto;
	}
	#index .linkBox .rBox .linkUl li a,
	#index .linkBox .lBox .linkUl li a {
		padding: 15px;
	}
}
/*------------------------------------------------------------
	list
------------------------------------------------------------*/
#list .mainBox {
	align-items: flex-start;
}
#list #sideBar {
	width: 260px;
	border: 4px solid #0fb2e9;
	box-sizing: border-box;
}
#list #sideBar .ttl {
	margin-bottom: 14px;
	padding: 9px 5px 17px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background-color: #0fb2e9;
}
#list #sideBar .title {
	margin: 0 16px 19px;
	padding-bottom: 9px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #0fb2e9;
	text-align: center;
}
#list #sideBar .numList {
	margin: 0 16px 24px;
	font-size: 1.4rem;
}
#list #sideBar .numList .numBox {
	width: 100%;
	position: relative;
}
#list #sideBar .numList .numBox .numUl {
	width: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#list #sideBar .numList .numBox .numUl li {
	margin-bottom: 5px;
	height: 5px;
	display: block;
	cursor: pointer;
}
#list #sideBar .numList > li {
	margin: 0 8px 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#list #sideBar .numList .numBox .numUl li:last-child {
	margin-bottom: 0;
}
#list #sideBar input {
	padding: 0 9px;
	width: 100%;
	height: 40px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	border-radius: 0;
	box-sizing: border-box;
}
#list #sideBar select {
	padding: 0 15px 0 5px;
	width: 100%;
	height: 40px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCCCCC;
	background: #ECECEC url("../img/search/icon02.png") no-repeat right 9px center;
	border-radius: 0;
	box-sizing: border-box;
	background-size: 8px auto;
}
#list #sideBar .submit {
	margin: 30px 16px 16px;
}
#list #sideBar .submit input {
	color: #fff;
	font-weight: 700;
	height: 50px;
	background-color: #00b800;
	border: none;
	cursor: pointer;
}
#list #sideBar .submit input:hover {
	opacity: 0.7;
}
#list #conts {
	margin-right: 60px;
	flex: 1;
}
#list #conts h3 {
	margin-bottom: 40px;
	padding: 6px 0 12px 25px;
	font-size: 2.8rem;
	font-weight: 700;
	border-left: 5px solid #00b800;
}
#list #conts .sort {
	margin-bottom: 29px;
	padding: 19px 0 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	align-items: center;
}
#list #conts .sort p {
	margin-right: 16px;
	font-weight: 700;
}
#list #conts .sort select {
	padding: 0 15px 0 5px;
	width: 220px;
	height: 40px;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCCCCC;
	background: #ECECEC url("../img/search/icon02.png") no-repeat right 9px center;
	border-radius: 0;
	box-sizing: border-box;
	background-size: 8px auto;
}
#list #conts .topBox {
	margin-bottom: 40px;
	padding: 10px 20px;
	background-color: #DEF1FF;
	align-items: center;
}
#list #conts .topBox .text {
	padding: 5px 0 5px 35px;
	flex: 1;
	font-weight: bold;
	background: url("../img/search/icon03.png") no-repeat left center / 30px auto;
}
#list #conts .topBox .linkUl {
	width: 30%;
}
#list #conts .topBox .linkUl li {
	width: 100%;
}
#list #conts .topBox .linkUl li a {
	display: block;
	color: #fff;
	font-weight: 700;
	background-color: #00b800;
	text-align: center;
}
#list #conts .topBox .linkUl li a:hover {
	opacity: 0.7;
}
#list #conts .topBox .linkUl li a span {
	padding: 17px 0 19px 26px;
	display: inline-block;
	background: url("../img/search/icon04.png") no-repeat left center / auto 20px;
}
#list #conts .topBox .linkUl li:last-child a {
	background-color: #328F87;
}
#list #conts .topBox .linkUl li:last-child a span {
	padding-left: 33px;
	background-image: url("../img/search/icon05.png");
}
#list #conts .checkBox {
	margin-bottom: 40px;
	border: 1px solid #136CC9;
}
#list #conts .checkBox .ttl {
	
}
#list #conts .checkBox .ttl input[type="checkbox"] {
	display: none;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span {
	background: -webkit-linear-gradient(0deg, #136CC9, #0FB2E9);
	background: -moz-linear-gradient(0deg, #136CC9, #0FB2E9);/* Firefox 3.6+ */
	background: -ms-linear-gradient(0deg, #136CC9, #0FB2E9); /* IE 10 */
	background: -o-linear-gradient(0deg, #136CC9, #0FB2E9);/* Opera 11.10+ */
	background: linear-gradient(90deg, #136CC9, #0FB2E9);
	display: block;
	position: relative;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	padding: 13px 0 13px 59px;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span small {
	margin-right: 20px;
	padding: 3px;
	min-width: 120px;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	font-weight: normal;
	background-color: #0fb2e9;
	box-sizing: border-box;
	vertical-align: middle;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span .pink {
	background-color: #F37FA2;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span .green {
	background-color: #318F88;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span .yellow {
	background-color: #F2A500;
}
#list #conts .checkBox .ttl input[type="checkbox"] + span::before {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 19px;
	top: 50%;
	background: url("../img/search/check.jpg") no-repeat left top / 100% 100%;
	content: '';
}

#list #conts .checkBox .ttl input[type="checkbox"]:checked + span::before {
	background-image: url("../img/search/check_on.jpg");
}
#list #conts .checkBox .imgBox {
	padding: 30px 29px 29px;
}
#list #conts .checkBox .imgBox .photo {
	width: 240px;
}
#list #conts .checkBox .imgBox .photo img {
	width: 100%;
}
#list #conts .checkBox .imgBox .photo .img {
	margin-bottom: 10px;
}
#list #conts .checkBox .imgBox .photo ul {
	display: flex;
	justify-content: space-between;
}
#list #conts .checkBox .imgBox .photo ul li {
	width: 48%;
}
#list #conts .checkBox .imgBox .textBox {
	margin: -1px 0 0 19px;
	flex: 1;
}
#list #conts .checkBox .imgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}
#list #conts .checkBox .imgBox .textBox table th,
#list #conts .checkBox .imgBox .textBox table td {
	padding: 11px 5px 13px 19px;
	border: 2px solid #E5E5E5;
	word-break: break-all;
}
#list #conts .checkBox .imgBox .textBox table th {
	width: 21.5%;
	background-color: #EAFFF7;
}
#list #conts .checkBox .imgBox .textBox .tab {
	margin-bottom: 6px;
}
#list #conts .checkBox .imgBox .textBox p {
	line-height: 1.75;
}
#list #conts .checkBox .imgBox .textBox .redTxt {
	margin-top: 15px;
	text-align: center;
}
#list #conts .checkBox .imgBox .textBox .redTxt span {
	color: #b84b6f;
	font-size: 1.8rem;
	font-weight: bold;
}
#list #conts .checkBox .imgBox .textBox .redTxt01 {
	margin-top: 5px;
	text-align: right;
}
#list #conts .checkBox .imgBox .textBox .redTxt01 span {
	margin-right: 5px;
	font-size: 2.4rem;
}
#list #conts .total {
	padding-bottom: 24px;
	margin: 77px 0 29px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.13em;
	border-bottom: 1px solid #ddd;
}
#list #conts .total span {
	color: #b84b6f;
	font-size: 3.6rem;
	line-height: 1;
}

#list #conts .pageNav {
	text-align: center;
}
#list #conts .pageNav li {
	margin: 0 3px;
	display: inline-block;
}
#list #conts .pageNav li a,
#list #conts .pageNav li .current {
	padding: 6px 15px 8px;
	display: block;
	border: 1px solid #ddd;
	color: #00b800;
}
#list #conts .pageNav li .current {
	color: #fff;
	background-color: #00b800;
}
@media all and (min-width: 897px) {
	#list #conts .pageNav li a:hover {
	color: #fff;
	background-color: #00b800;
	}
	
}
@media all and (max-width: 896px) {
	#list .mainBox {
		display: block;
	}
	#list #conts {
		margin: 0 0 30px;
	}
	#list #conts h3 {
		padding: 6px 0 12px 9px;
		font-size: 2.2rem;
	}
	#list #conts .sort select {
		font-size: 1.4rem;
		width: 180px;
	}
	#list #conts .topBox {
		display: block;
	}
	#list #conts .topBox .linkUl {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		display: block;
	}
	#list #conts .topBox .linkUl li {
		width: auto;
		margin-bottom: 10px;
	}
	#list #conts .topBox .text {
		margin-bottom: 10px;
	}
	#list #conts .topBox .linkUl li a span {
		padding: 7px 0 9px 20px;
		background-size: auto 14px;
	}
	#list #conts .checkBox .ttl input[type="checkbox"] + span {
		padding: 11px 5px 15px 38px;
		font-size: 1.6rem;
	}
	#list #conts .checkBox .ttl input[type="checkbox"] + span small {
		margin-right: 5px;
		font-size: 1.4rem;
		min-width: 96px;
	}
	#list #conts .checkBox .ttl input[type="checkbox"] + span::before {
		left: 9px;
	}
	#list #conts .checkBox .imgBox {
		padding: 15px;
		display: block;
	}
	#list #conts .checkBox .imgBox .photo {
		width: auto;
		margin-bottom: 20px;
	}
	#list #conts .checkBox .imgBox .textBox {
		margin: 0;
	}
	#list #conts .checkBox .imgBox .textBox table th, #list #conts .checkBox .imgBox .textBox table td {
		padding: 5px;
	}
	#list #conts .checkBox .imgBox .textBox table th {
		width: 27.5%;
	}
	#list #conts .checkBox .imgBox .textBox .redTxt span {
		font-size: 1.6rem;
	}
	#list #conts .total span {
		font-size: 3rem;
	}
	#list #conts .pageNav li {
		margin: 0;
	}
	#list #sideBar {
		margin: 0 auto;
	}
}
.checkBox a{
 color: #FFF;
}
