/*---------------------------------------------------------------------------
  SEARCH
---------------------------------------------------------------------------*/
#search { margin: auto; padding: 100px 0; width: 90%; max-width: 1200px;}
#search #search_tab { display: flex; gap:20px;}
#search #search_tab p {
    position: relative;
    padding: 20px 0;
    width: calc(50% - 10px);
    font-size: 125%;
    line-height: 130%;
    text-align: center;
    background: #f6f6f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.15);
}

#search #search_tab p.noactive { cursor: pointer;}
#search #search_tab p.active { background: #fff;}
#search #search_tab p::before {
    position: absolute; top: 0; left: 0; right: 0;
    margin: auto;
    display: block; clear: both; content:"";
    width: 95%; height: 4px;
    background: #000;
}
#search #search_tab p:nth-child(1)::before { background: #049DE2;}
#search #search_tab p:nth-child(2)::before { background: #F17A87;}
#search .search_cont {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
#search .search_cont.disnon { display: none;}
#search .search_cont .inner { display: flex; flex-wrap: wrap; gap:20px 40px; padding: 30px 0;}
#search .search_cont .cont_l,
#search .search_cont .cont_r { 
    display: flex; flex-direction: column; gap:30px;
    width:calc(50% - 20px);
}
#search .mid { width: 100%; font-size: 125%; font-weight: 600;}
#search dl { display: flex; flex-direction: column; gap:15px;}
#search dl dd { display: flex; flex-direction: column; gap:20px;}
#search dl dd + dd { margin-top: 10px;}
#search dl dd .column { display: flex; flex-wrap: wrap; gap:10px; width: 100%;}
#search dl dd .col1 { width:100%;}
#search dl dd .col2 { width: calc(50% - 5px);}
#search dl dd .col2a { width: calc(66.6% + 5px);}
#search dl dd .col3 { width: calc(33.3% - 6.66px);}
#search .type_btn label span { 
	cursor: pointer;
	display:flex; justify-content: center; align-items: center;
	padding:5px;
    min-height: 45px;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-size:15px;
    color: #222;
	text-align: center;
	text-decoration: none;
	background:#F0F4F7;
    border: none;
	border-radius:5px;
	box-sizing:border-box;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    line-height:1.4em;
}
#search .type_btn  label.cate_gan0 span { padding:15px;}
#search .type_btn  label.cate_gan1 span,
#search .type_btn  label.cate_gan2 span,
#search .type_btn  label.cate_gan3 span,
#search .type_btn  label.cate_gan4 span,
#search .type_btn  label.cate_gan5 span { padding:15px 15px 15px 55px; text-align: left;}
#search .type_btn  label.cate_gan1 span { background:#F0F4F7 url("../img/cate_gan1.png") no-repeat 10px center;}
#search .type_btn  label.cate_gan2 span { background:#F0F4F7 url("../img/cate_gan2.png") no-repeat 10px center;}
#search .type_btn  label.cate_gan3 span { background:#F0F4F7 url("../img/cate_gan3.png") no-repeat 10px center;}
#search .type_btn  label.cate_gan4 span { background:#F0F4F7 url("../img/cate_gan4.png") no-repeat 10px center;}
#search .type_btn  label.cate_gan5 span { background:#F0F4F7 url("../img/cate_gan5.png") no-repeat 10px center;}
#search .type_btn label span b { font-weight: 400; line-height: 120%;}
#search .type_btn label span:hover { opacity: 0.7;}
#search .type_btn label {display: block;}
#search .type_btn label input[type="checkbox"] { display:none;}
#search .type_btn label input[type="radio"] { display:none;}
#search .type_btn label input:checked + span { color: #fff; background-color:#56B7E2;}
#search select {
	cursor: pointer;
	display: block;
	padding:5px 20px;
    width: 100%;
    min-height: 45px;
    line-height: 45px;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	font-size: 100%;
    color: #222;
	text-decoration: none;
    background: #F0F4F7;
    border: none;
	border-radius:5px;
	box-sizing:border-box;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); 
}
#search .form_category label span { line-height: 120%;}
#search .form_area2 {
    padding-bottom:40%;
    background: url("../img/map.png") no-repeat right bottom;
    background-size:60% auto; 
}
#search .form_area3 {
    padding-bottom:300px;
    background: url("../img/map.png") no-repeat center bottom;
    background-size:80% auto; 
}

#search select.form_data {
    padding:5px 5px 5px 50px;
    text-align: left;
    background:#F0F4F7 url("../img/icon_data.png") no-repeat left center;
    background-size: 50px auto;
}
#search select.form_hospital {
    padding:5px 5px .5px 50px;
    text-align: left; 
    background:#F0F4F7 url("../img/icon_hospital.png") no-repeat left center;
    background-size: 50px auto;
}

#search input.form_hospital {
    padding:5px 5px .5px 50px;
    text-align: left; 
    background:#F0F4F7 url("../img/icon_hospital.png") no-repeat left center;
    background-size: 50px auto;
    
    height:100%;
    width:100%;
    border-radius:5px;
    border:none;
	box-sizing:border-box;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    font-size:100%;
    font-weight:400;
    color:#222;
}


#search .linknone { position:relative; pointer-events: none;}
#search .linknone::before {
    position: absolute; top: 0; left: 0; z-index:9;
    display: block; clear: both; content:"";
    width: 100%; height: 100%;
    background:rgba(179,188,194,0.80);
    border-radius: 5px;
}
#search .linknone select { pointer-events: none;}
#search .b_search { width: 100%;}
#search .b_search a {
    display: block;
    margin: auto;
    padding:15px 10px;
    max-width: 350px;
    text-decoration: none;
    color: #fff;
    font-size: 187.5%;
    font-weight: 500;
    text-align: center;
    background: #33B9B1;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px #31A8A1;
}
#search .b_search a span {
    padding-left: 40px;
    background:url("../img/icon_search.svg") no-repeat left 7px;
    background-size: 33px auto;
}
@media only screen and (min-width:768px){
}
@media only screen and (max-width:1080px){
    #search #search_tab p {font-size:112.5%;}
}
@media only screen and (max-width:768px){
    #search #search_tab p { font-size: 87.5%;}
    #search .search_cont .inner { flex-direction: column;}
    #search .search_cont .cont_l,
    #search .search_cont .cont_r { width:100%;}
    #search .mid { width: 100%; font-size: 125%; font-weight: 600;}
    #search dl dt { font-size: 87.5%;}
    #search .type_btn label span,
    #search select { font-size:75%;}
}

fieldset{
	border: none;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}