@charset "utf-8";
#searchCondition{
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;	
}

.top_area{
	padding:20px;
}
.btn_top {
	margin-top:20px;
}
.top_area .search_btn,#detail_check_list_inner .search_btn {
	color: #FFF;
	background-color: #1b4179;
	font-weight: bold;
	font-size: 117%;
	padding: 10px;
	border-radius:5px;
	border:none;
	width:40%;
	cursor:pointer;
}
.top_area select{
	padding: 10px;
	border: 1px solid #d3d6d8;
}
.top_area li,#detail_check_list_inner li{
	display: inline-block;
	font-size:12px;
	line-height:1.2;
}
.top_area li label,#detail_check_list_inner li label{
	padding-left: 4px;
}
/* condition */
#detail_check_list{overflow:hidden;}
#detail_check_list_trigger{
/*	margin:0 20px;
*/	background:#EEE;
	border-top:#d3d6d8 solid 1px;
}

#detail_check_list_trigger a{
	display:block;
	border:#FFF solid 1px;
	padding:10px 0;
	cursor:pointer;
}

#detail_check_list_trigger span{
	color:#1b4179;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:20px;
	background:url(/img/search/ico_arrow.png) 0 -17px no-repeat;
}

#detail_check_list_trigger span.hide{background-position:0 2px;}
/* serch index */
.j_area,.j_jyoken{
	width:100%;
  /* border-bottom:dotted 1px #d5d8da; */
}
.j_area{
  /* padding-bottom: 15px; */
}
.j_jyoken{
  /* padding-bottom: 10px; */
}
.j_freeword {
	width:100%;
	margin-bottom:20px;
}
.d_corp {
	margin:-3px 5px 0 0;
}
.j_area,.j_jyoken,.j_freeword {
	margin-bottom: 40px;
}
.j_area dt,.j_jyoken dt,.j_freeword dt {
	font-weight:bold;
	/* float:left; */
	/* width:20%; */
	text-align:left;
	font-size: 18px;
  padding-bottom: 20px;
}
.j_jyoken dt,.j_area dt{
	padding-top:5px;
}
.j_freeword dt {
  /* padding-top:10px; */
}
.j_area dd,.j_jyoken dd,.j_freeword dd {
	/* float:right; */
	/* width:80%; */
	text-align:left;
}
.j_area dd{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.j_area dd .c-select {
	width:32%;
	position: relative;
	border: 1px solid #B9B9B9;
    border-radius: 6px;
}
.j_area dd .c-select::after{
    content: "";
    position: absolute;
    background: url(../img/common/icon_arrow_b.svg) no-repeat;
    width: 8px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 15px;
}
.j_area dd select {
	width:100%;
	border: none;
	border-radius: 6px;
	padding:5px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px;
    padding-right: 30px;
    cursor: pointer;
}
.j_freeword dd input.cp_freeword {
	border: 1px solid #d3d6d8;
	padding:10px;
	color: #6c6c6c;
	width:100%;
}
.drug_store,
.hospital{
	text-align: left;
}
.drug_store .inner,
.hospital .inner{
padding:20px 20px 0 20px;
} 

.drug_store ul,
.hospital ul{
	border-bottom: 1px solid #d3d6d8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.drug_store h3,
.hospital h3{
	color: #1b4179;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
	padding:10px 0;
	border-bottom: 1px solid #d3d6d8;
	border-top: 1px solid #d3d6d8;
}
#detail_check_list_inner {
	text-align:center;
}
#detail_check_list_inner .search_btn {
	text-align:center;
	margin-bottom:20px;
}
.drug_store h4,
.hospital h4{
	color: #3a94c5;
	padding-bottom:5px;
	font-size: 14px;
	line-height:1.2;
}
.freeword{
	width: 70%;
	padding: 1%;
}
.hospital .inner .btn_inp{
	text-align: center;
	margin:10px 0 20px 0;
}
.drug_store ul.ul_last,
.hospital ul.ul_last{
	border-bottom: none;	
}

@media screen and (min-width: 0px) and (max-width: 960px) {

}

@media screen and (min-width: 0px) and (max-width: 767px) {
.j_area dd .c-select{
	width: 100%;
}
.j_area dd .c-select + .c-select{
	margin-top: 10px;
}
  .j_area dd select {
    display: block;
    width:100%;
    margin-bottom: 10px;
  }
  .j_area dd select:last-child{
    margin-bottom: 0;
  }
  .j_area dt,.j_jyoken dt,.j_freeword dt {
    float:none;
    width:100%;
    margin-bottom: 5px;
  }
  .j_jyoken dt,.j_area dt,.j_freeword dt{
    padding-top:0;
  }
  .j_area dd,.j_jyoken dd,.j_freeword dd {
    float:none;
    width:100%;
  }
  .j_freeword {
    margin-bottom: 15px;
  }
  .j_freeword dd input.cp_freeword {
    padding:10px 5px;
    font-size: 11px;
  }
}






