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


@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd,
table, th, td, address, blockquote, pre, form, label, fieldset {
	font-family:  "Noto Sans JP", "メイリオ", sans-serif;
	font-style: normal;
}


/* ----------------------------------
		search2025 "新病院検索" 
---------------------------------- */

/* ------ main visual & Navi ------ */

.search2025_kv{
	width:890px;
	height:auto;
	display: block;
	padding: 50px;
	background-image: linear-gradient(0deg, #ededed, #ffffff);
}

@media (max-width: 765px) {
    .search2025_kv {
        width:90%;
		height:auto;
		padding: 10% 5%;
		display: block;
    }
}

.search2025_kv_ttl{
	text-align: left;
	width: 100%;
	font-size: 40px;
	line-height: 1em;
	letter-spacing: 0.12em;
	color: #003878;
	margin: 0 0 30px;
}

@media (max-width: 765px) {
    .search2025_kv_ttl {
        font-size: 32px;
    }
}


.search2025_kv_txt{
	text-align: left;
	width: 100%;
	color:#003878;
	font-size:16px;
	line-height:1.8em;
	letter-spacing:0.18em;
	margin: 0 0 50px;
}

@media (max-width: 765px) {
    .search2025_kv_txt {
        margin: 0 0 30px;
    }
}


.search2025_kv_selectbox{
	z-index: 1;
	text-align: left;
	margin: 2em 0 0 0;
}

@media (max-width: 765px){
	.search2025_kv_selectbox{
		margin: 1em 0 0 0;
	}
}



/*-------------- 病院検索 SelectBox（病院検索メインビジュアル用）--------------*/	
	
.cp_ipselect2 {
	z-index: 1;
	overflow: hidden;
	width: 30%;
}

@media (max-width: 765px) {
    .cp_ipselect2 {
       width: 60%;
    }
}

.cp_ipselect2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect2 select::-ms-expand {
    display: none;
}
.cp_ipselect2.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect2.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect2.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect2.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
	font-size: 16px;
	letter-spacing: 0.12em;
}	

/*-------------- 病院検索 SelectBox（病院検索メインビジュアル用）end--------------*/	




.search2025_cont{
	margin-top: 60px;
}

@media (max-width: 765px) {
    .search2025_cont {
        margin-top: 30px;
    }
}


.search2025_cont h4 {
    text-align: left;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
	letter-spacing: 0.12em;
    margin-bottom: 30px;
}

.leftBarTtl {
    border-left: 5px solid #fa9200;
	padding: 5px 10px;
}

.search2025_filter {
	margin: 0 0 50px;
	padding: 30px 0;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}

@media (max-width: 765px) {
    .search2025_filter {
        padding: 15px 0;
    }
}

.search2025_inner {}



/*-------------- 病院検索 絞り込み検索 --------------*/

input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.bl_3daysSearchBlock_ttl{
  text-align: center;
  margin: 55px 0;
}
.bl_3daysSearchBlock_ttl_main{
  font-size: 27px;
  color: #0073aa;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "メイリオ", "YuGothic", "游ゴシック",sans-serif;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}
.el_searchResult{
  text-align: center;
  color: #003878;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}

/* original css 追加 */

.js_target.js_selected dl{
	display: flex;
}
.js_target.js_selected dl dt{
	width: 30rem;
    text-align: left;
	font-weight: 500;
}
.js_target.js_selected dl dd{
	padding: 0 0 0 10px;
}

@media (max-width: 765px) {
    .js_target.js_selected dl {
        display: block;
    }
	.js_target.js_selected dl dt {
        width: 100%;
		margin-bottom: 10px;
    }
	.js_target.js_selected dl dd {
        padding: 0;
    }
}

/* original css 追加 end */


.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #003878;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #003878;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}

.bl_selectBlock_content{
  /* width: calc(100% - 185px); */
	width: 100%;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
  font-size: 14px;
  border-top: 1px dotted #ccc;
}
.bl_searchResultBlock_item{
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 765px){
  .bl_selectBlock_check{
    margin-right: 10px;
	margin-bottom: 10px;
  }
}

.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 10px 0;
  width: 20%;
  margin: 0 auto;
}

@media (max-width: 765px) {
    .bl_selectBlock_release {
       width: 60%;
    }
}

.js_release{
  cursor: pointer;
}


/*-------------- 病院検索 絞り込み検索 end --------------*/



/*-------------- 病院検索 絞り込み検索無し --------------*/

.listBlock{
  font-size: 14px;
  border-top: 1px dotted #ccc;
}

.listBlock_item {
	display: block;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
}

.listBlock_item dl{
	display: flex;
}
.listBlock_item dl dt{
	width: 30rem;
    text-align: left;
	font-weight: 500;
}
.listBlock_item dl dd{
	padding: 0 0 0 10px;
}

@media (max-width: 765px) {
    .listBlock_item dl {
        display: block;
    }
	.listBlock_item dl dt {
        width: 100%;
		margin-bottom: 10px;
    }
	.listBlock_item dl dd {
        padding: 0;
    }
}

