/*--------------------------------------
モーダル
--------------------------------------*/
.select2-dropdown.increasedzindexclass {
	z-index: 999999;
	margin-top: 32px;
}

/*=========
project - modal-org
=========*/

 
.a-modal-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 190002;
}
.a-modal-org__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}
@media print, screen and (min-width: 737px) {
    .a-modal-org__inner {
        width: 80vw;
        max-width: 900px;
    }
}
@media screen and (max-width: 736px) {
    .a-modal-org__inner {
        width: 85vw;
    }
}
.a-modal-org__inner2 {
    position: relative;
    width: 100%;
}
.a-modal-org__inner3 {
    background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
	
    .a-modal-org__inner3 {
        max-height: 80vh; 
        border: 0.17rem solid #3399FF;
    }
}
@media print, screen and (max-width: 768px) {
    .a-modal-org__inner3 {
        max-height: 70vh;
        border-radius: 6px;
        border: 1.125rem solid #fff;
    }
}
.a-modal-org__body {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	height:625.031px;
}

.a-modal-org__scroll.is-scroll {
    overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__scroll.is-scroll {
        padding-right: 0.5rem;
    }
}

/*タイトル*/
.user-search-tittle {
	
	margin-top: 3%;
	margin-bottom: 2%;
	text-align: center;
	font-size:22px;
}

/*タイトル下の罫線*/
.line-tittle {
	
	border-top: 1px solid #3399FF;
	width: 100px;
	margin-left: auto;
    margin-right: auto;
	width: 100px;
	margin-bottom: -2%;
}

.line-tittle :before {
	
	bottom: -15px;
}

/*本文*/
.user-search-text {
	
	text-align:center;
	padding-bottom: 5%;
}

.modal-button-cont{
	display:flex;
	justify-content:space-between;
	width:500px;
	padding:20px 0;
	margin-left:190px
}

/* 検索するボタン */
.a-modal-org__btn{
	display:block;
	background:#3399FF;
	width: 200px;
	height:50px;
	color:white;
	border: none;
	border-radius: 100px;
	text-align: center;
}

.modal-reset{
	border:1px solid #3399FF;
	background:white;
	color:#3399FF;
}

/* 都道府県、市区町村、病院名ラベル余白 */
.modal-label-yohaku{
	padding-left:9%;
}

/* 市区町村ラベル */
.modal-hospital{
	padding-right:9.5%;
}

/* コンボボックス幅 */
.modal-select-box{
	border-radius: 100px;
	width: 22%;
	padding: 10px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #3399FF;
	text-decoration: none;
	text-align: center;
	border:none;
	margin-bottom: 4%;
	margin-left: 7%;
}

/* コンボボックス幅 */
.modal-select-box-city{
	border-radius: 100px;
	width: 22%;
	padding: 10px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #3399FF;
	text-decoration: none;
	text-align: center;
	border:none;
	margin-bottom: 4%;
	margin-left: 7%;
}

/* 罫線 */
.line {
  border-top: 1px solid lightgray;
}

.select2-parent{
	
	margin-top:2%;
}

.modal-select-clinic{
	
	border-radius: 100px; 
	width: 60%;
	padding: 10px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #3399FF;
	text-decoration: none;
	text-align: center;
	border:none;
	margin-left: -1%;
	margin-top: 2%;
}
.modal-select-clinic::before{

	content:url("../../../uploads/img/search.png");

}

/* select2 */

/* select2-文字色 */
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #3399FF;
	text-align: center;
	padding-top: 2%;
}

/* select2-高さ、形、背景色 */
.select2-container .select2-selection--single {
    height: 45px !important;
	border-radius: 100px !important;
	background-color: #f5f5f5 !important;
	border:none;
}

/* select2-▼ 高さ　*/
.select2-container--default .select2-selection--single .select2-selection__arrow{
	
	height:43px;
}

/* select2-▼ 色　*/
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	
	border-color: #3399FF transparent transparent transparent;
}

/* select2-▲ 色（プルダウンオープン時）　*/
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: #3399FF transparent transparent transparent;
}
/* select2-長さ */
.select2-container{
	width: 65% !important;

}

.select2-search__field{
	ime-mode:active;
}

.select2-dropdown.increasedzindexclass{
	color: #3399FF;
	background: #f5f5f5;
}

/* .a-modal-org__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.a-modal-org__btn {
    box-sizing: border-box;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.a-modal-org__btn-inner {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: relative;
}
.a-modal-org__btn-inner::before, .a-modal-org__btn-inner::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.a-modal-org__btn-inner::before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.a-modal-org__btn-inner::after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 9px;
    transform: rotate(45deg);
} */
 
/*=========
utility - display-off
=========*/
 
.a-display-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
 
/*=========
layout - a-modal-org-overlay
=========*/
 
.a-modal-org-overlay {
    display: none;
    z-index: 190001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}