@charset 'UTF-8';


/* icon */
.fa-heart {
  padding-right:0.5em;
}

/* link */
a:hover {
  opacity: 0.8;
}

/* main */
.main {
  border-bottom: 2px #A0D0C8 solid;
}

/*ranking*/
.swiper-wrapper a {
  text-decoration: none;
  color: #333;
}
a:hover .swiper-slide-active p{
  opacity: 0.8;
}
.swiper-wrapper a.pink {
  display: block;
  text-align: right;
  color: #fa7ba7;
}
.ranking .container,
.ranking .person-img {
  position: relative;
}
.ranking .icon-rank {
  position: absolute;
  padding: 10px 10px 5px;
  top: 0;
  left: 0;
  width: calc(100% / 4 - 16px);
  box-shadow: 2px 2px 4px -2px gray;
  z-index: 101;
}
.ranking .icon-rank:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0px;
  height: 0;
  border-top: 40px solid #fa7ba7;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
}
.ranking .person-img-box {
  width: 300px;
  min-height: 225px;
  background-color: #eef7ff;
  overflow: hidden;
}
.ranking .no-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  z-index: 1;
}
.ranking .person-img img {
  position: relative;
  width: 300px;
  height: auto;
  display: block;
  z-index: 100;
}
.ranking .caption {
  padding:10px 7px;
  justify-content: space-between;
  align-items: flex-end;
  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  box-sizing: border-box;;
  z-index: 101;
}
.ranking .univ {
  padding-left:15px;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 28px);
}
.ranking .univ > div {
  display: inline-block;
}
.ranking .body {
  line-height: 1.6;
}
.ranking-text {
  padding:15px;
}
.ranking-text .body {
  margin-top: 5px;
}
.ranking .readmore {
  float: right;
  color: #EA82A6;
}


/*search*/
.search.container {
  border: 2px #EA82A6 solid;
  border-radius: 4px;
}
.serach-box-wrap {
  padding:15px 25px;
  box-sizing: border-box;
}
.search-box {
  width: calc(100% / 2 - 10px);
  box-sizing: border-box;
  border-radius: 4px;
}
.search-box .inputs {
  margin-top: 10px;
}
.serach-box-info {
  padding-right: 30px;
  border-right:solid 1px #ccc;
}
.serach-box-inner {
  display: flex;
  align-items: center;
}
.search .fa {
  padding-right: 0.5em;
  color: #4785da;
}
.search .fa-university,
.search-pop .fa-university{
  color: #4785da;
}
.search-pop {
  margin-top: 20px;
  padding: 25px 25px 15px;
  background-color: #fff;
  border: 2px #EA82A6 solid;
}

#select-univ {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 0;
  color: #333;
  background-color: #ececec;
  text-align: center;
  text-decoration: none;
  outline: none;
}
#select-univ:hover {
  background-color: #d9d9d9;
}
#select-univ i {
  font-size: 12px;
}
#search-word {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
#search-word:focus {
  box-shadow: 0 3px 10px 1px #adadad;
}
.check-univ {
  width: 100%;
}
.check-univ .flex {
  flex-wrap: wrap;
}
.check-univ input {
  display: none;
}
.search-pop .univ-button {
  border-radius: 4px;
  /*background-color: #ccc;*/
  display: flex;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: 30px;
  margin: 0 0.5% 10px;
}
.search-pop .univ-button a {
  color: #fff;
  text-decoration: none;
}
input[type=checkbox]:checked#tokyo + label{
  background: skyblue;
}
.submit-button {
  padding-left: 30px;
}
#submit {
  font-size: 18px;
  font-weight: bold;
  float: right;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}


/*results*/

.univ-wrap {
  position: relative;
  border: 2px #EA82A6 solid;
  border-left: 12px #EA82A6 solid;
  background-color: #fff;
}
/*.results-univ-block {
    margin-bottom: 60px;
    }
    .results-univ-block .button-more{
    margin-top: 20px;
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }*/
.results-par-univ {
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.3;
  font-size: 16px;
}

.results-par-univ .result {
  position: relative;
  padding:15px 15px;
  width: 49%;
  margin-bottom: 20px;
  border: solid 1px #EA82A6;
  border-left: 12px #EA82A6 solid;
  box-sizing: border-box;
  letter-spacing: normal;
  
  background-image: url(../img/goukaku.png);
  background-repeat: no-repeat;
  background-position: right bottom;

}



.result .person-img-box {
  position: relative;
  width: 84px;
  height: 84px;
  background-color: #eef7ff;
  overflow: hidden;
}
.result .no-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
.result img {
  position: relative;
  margin-right: 10px;
  display: block;
  width: 84px;
  height: auto;
  z-index: 100;
}
.results-comment {
  width: 350px;
  margin-left: 15px;
}

.result .univ span {
  display: inline-block;
}
.results-par-univ .result-info01 {
  display: flex;
  font-size: 16px;
}
.results-par-univ .result-info02 {
  margin-top: 10px;
  /* display: flex;*/
  align-items: flex-end;
  line-height: 1;
  color: #666;
}
.results-par-univ .result-info02 p {
  margin-right: 1em;
}
.results-par-univ .result-info02 .name {
  font-weight: bold;
}
.info-more {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.fav-count {
  /*  position: absolute;*/
  right: 15px;
  font-size: 16px;
  margin-left: 10px;
}
.readmore {
  text-decoration: underline;
  color: #4785da;
}
