/*litybox*/
.lity-wrap,.lity {
  z-index: 100001;
}
#selects {
    background: #fff;
    padding: 30px 30px;
    overflow-y: scroll;
}
/*#selects .accshow>div label {
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    border: 1px solid #e47533;
    border-radius: 3px;
    background-color: #e68246;
    color: white;
}*/
#selects .accshow>div label:after {
    content: none;
}

#selects .accshow {
    /*letter-spacing: -0.4em;*/
    position: relative;
}
#selects .accshow>div {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
}
#selects .accshow span {
    display: inline-block;
   /* width: calc(100% - 100px);*/
}


/*#univ-wrapper #selected-univ label {
    color: #232323;
    background: #fff;
    border: none;
}*/

#univ-wrapper {
  margin-bottom: 20px;
  border-bottom:solid 1px #ccc;
}


.checkbox-univ{
  display: none;
}
.checkbox-univ-name{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-univ-name::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-univ:checked + .checkbox-univ-name{
  color: #4485da;
}
.checkbox-univ:checked + .checkbox-univ-name::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #4485da;
  border-right: 3px solid #4485da;
}






.litybox-univ .title-primary {
    font-weight: bold;
    margin-top: 15px;
    padding: 0 0;
    color: #4785da;
}

.litybox-univ .title-secondary {
    display: inline-block;
}
.litybox-univ .title-secondary:after {
  top: 0;
    right: -50px;
    content: '\f078';
    color: #4785da;
}

.template-accordion .cssacc:checked + label:after {
    content: '\f077';
    top: 0;
}

.template-accordion {
    margin: 20px 0;
}

.template-accordion label {
  padding: 0;
  font-weight: normal;
}

.accshow {
  margin: 15px 0 10px 0;
  border:solid 3px #4785da;
  border-radius: 5px;

}

.accshow-box {
  margin: 20px 0 30px 0;
}

.template-accordion .cssacc:checked + label + .accshow {
  margin-bottom: 20px;
  padding:10px 10px 0;
}


#selects .accshow .accshow-item {
     width: 31.33333%;
     padding: 0 1% 10px 1%;
}

#selects .checkbox-univ-name {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}



/* 選択結果 */

.select-result-box {
  margin-top: 30px;
}

#selects #univ-wrapper .selected-univ {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*#univ-wrapper #selected-univ {
    width: 100%;
}*/

#selected-univ {
  margin: 20px 0 30px;
  width: 900px;
    padding: 20px 20px 5px;
    overflow: hidden;
/*    background-color: #eef4fc*/

}
#selected-univ label {
    cursor: pointer;
  display: block;
  width: 31.33333%;
  float: left;
  padding:0 1% 15px 1%;
}

#univ-submit {
    display: none;
    border-radius: 5px;
    background: #4485da;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
}
#univ-submit.active {
    display: block;
}


#select-result {
  margin: 10px 0 0;
  padding: 15px 15px 5px;
  /*background-color: #eef4fc;*/
  overflow: hidden;
}


#select-result label {
  display: block;
  width: 31.33333%;
  float: left;
  padding:0 1% 10px 1%;
}
#select-result .fa-times:before {
    color: #ccc;
    margin-left: 5px;
}

.search-pop input[type=checkbox]:checked#tokyo + label {
  background-color: #6fa1e2;
}




