/* ----------------------------------------- */
/*  accordion Style                               */
/* ----------------------------------------- */

#search h3 {
    text-align: left;
}
#search h3.sch_title {
    margin:10px 0 3px 0;
    padding:3px 0 5px 35px;
    background: url("../images/icon_sch.png") 0 0 no-repeat;
    vertical-align: middle;
}
#search h4 {
    text-align: left;
    color:#000;
}
#search h4:before {
    padding:0;
    content:"";
}
#search p {
    text-align: left;
}

.ac-container dt {
    position: relative;
    margin: 0;
    padding: 0 10px 0 15px;
    border:1px solid #a6a4a4;
    background-color: #dedede;
    color: #000;
    cursor: pointer;
    text-align: left;
    line-height: 45px;
    transition: all .2s ease-in-out;
}
.ac-container dt:hover,
.ac-container dt:active,
dt.open { 
    opacity: 0.7;
}
.ac-container dt::after {
	content:'\e5cf';
	font-family: "Material Icons";
    font-size:1.3em;
    /*content: "\f107";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #dedede;
    transition: all .2s ease-in-out;
    display: block;
    text-align: center;
}
.ac-container dt.open::after {
    content:'\e5ce';
    /*content: "\f106";*/
}
.ac-container dd {
    padding: 0;
    margin: 0;
}
.ac-container dd a {
    position: relative;
    display: block;
    margin:0;
    padding:10px 0 10px 15px;
    text-align: left;
    color:#000;
    line-height: 1.5;
    text-decoration: none;
    border:solid #a6a4a4;
    border-width:1px 1px 0 1px;
}
.ac-container dd a:last-child {
    border-width:1px 1px 1px 1px;
}

.ac-container dd a::after {
    position: absolute;
    top: 0;
    right: 0;
	content:'\e409';
	font-family: "Material Icons";
    font-size:1.3em;
    line-height:1.2;
    /*content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;*/
    text-align:center;
    padding:10px 12px;
}
.ac-container dd a:hover {
    /*color:#F8090D;
    background:#FBDEDE;*/
    color:#2196f3;
    background:#EDF7FC;
}


input[type="text"], select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}

.formblock input,
.formblock select {
    outline: 0;
    border: 0;
    display: block;
    font-family: 'Open Sans', sans-serif;  
}
.formblock input[type="text"],
.formblock select {
    width: 100%;
    height:auto;
    margin:0 0 10px 0;
    padding: 9px 0 6px 0;
    text-indent: 10px;
    line-height:1.05em;
    font-size: 1.2em;
    background-color: #dedede;
    color: rgba(0,0,0,0.67);
    border: 1px solid rgba(0,0,0,0.4);
}
.formblock select {
    height:auto;
    padding: 6px 0 5px 10px;
}
.formblock select:disabled {
    border: 2px dotted rgba(0,0,0,0.4);
}
.formblock label {
    text-align: left;
}
.formblock input[type="text"]:focus {
    background-color: #fff !important;
}
::placeholder {
    color:#aaa;
    font-size:0.9em;
}
:focus::placeholder { color: rgba(0,0,0,0); }

/* -------------------------------- */

.select {
    position: relative;
    display: block;
    width:100%;
    margin-bottom: 15px;
}
.select select {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    /*border: 0;*/
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

/* -------------------------------- */

/* select botton */
.select_btn {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.5);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9;
}

/* -------------------------------- */

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1.1em;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control:hover {
    color:#2196f3;
}
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    /*background: #0e647d;*/
    background: #2196f3;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}