@charset "utf-8";
body { background: #EEF5FF;}
h1 {
  background-image: url(/assets/images/kigaku/kigaku-title-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  letter-spacing: .2rem;
} 
.eyecatch-kigaku-title {
  max-width: 500px;
  margin: auto;
  width: 90%;
}
.border-light-blue { border: solid #c7d4e8 3px;}
#trigger .triangle {
  position: relative;
}
/*#trigger .triangle::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  z-index: 10;
  left: 0;
}*/
#trigger .triangle + div {
  padding-top: 100px;
}
#trigger .triangle {
  background: #223970;
  background: #c6668d;
  background: #fce8f4;
}
#trigger .triangle::after{
  border-top: 80px solid #223970;
} 
#trigger p {
  line-height: 1.8;
}
#trigger .border {
  border: solid #e5a1be 3px!important;
  background-image: url("/assets/images/kigaku/trigger-bg.jpg");
  background-size: cover;
}
#trigger .border h3 {
  background-image: url("/assets/images/kigaku/title-bg.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.tryangle-img {
  margin: -1px;
}

.about .honmei-title,
.about .tsukimei-title {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 4rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .2rem;
}
.honmei-title {
  background-image: url(/assets/images/kigaku/honmei-title.png);
}
.tsukimei-title {
  background-image: url(/assets/images/kigaku/tsukimei-title.png);
}
.border-kigaku {
  border: 1px solid #fac2d6;
  border-radius: 10px;
}
.kigaku-box + .kigaku-box {
  margin-top: 1rem;
}
.kigaku-img {
  position: relative;
  height: auto;
}
.kigaku-img:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.kigaku-img .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kigaku-btn,
.kigaku-btn:hover {
  display: block;
  color: #223870;
  border-radius: 10px;
  width: 14rem;
  text-align: center;
  border: solid #223870 2px;
  font-weight: bold;
}
.unki-question {
  width: 90%;
  bottom: 23%;
}
.unkiup img {
  width: 20%;
}


.lab {
background: #8282cc; /* Old browsers */
background: -moz-linear-gradient(top, #8282cc 0%, #9999cc 49%, #7777c4 53%, #8d8dc4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8282cc 0%,#9999cc 49%,#7777c4 53%,#8d8dc4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8282cc 0%,#9999cc 49%,#7777c4 53%,#8d8dc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
width: 19rem;
border-radius: 3px;
}


#kodawari .about img.position-absolute {
  top: 4%;
  right: 4%;
  /*width: 20%;*/
}
#kodawari .about .border-bottom {
  border-bottom: solid #c7d4e8 3px!important;
}

.kodawari-title {
  width: 100%;
  margin: auto;
}
.fukidashi {
  width: 110px;
  left: 2%;
  bottom: -25%;
}
.text-kigaku {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#message .ribbon{
  padding: 7px 0;
  background: #feb0d8;
  color: #fff;
  border: none;
}
#profile h3 {
  border-left: solid 1rem #f16b9b;
  font-size: 1.3rem;
}
#attention {
  width: 95%;
  line-height: 2;
  border: dotted 1px;
  padding: 1rem!important;
  border-radius: 30px;
}
.ojigi {
  bottom: -8px;
  right: 0;
  width: 60px;
}
footer {
  background: #fff;  
}
#fukidashi img {
  margin-top: -30px;
}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
}
.balloon2-right:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.balloon2-right p {
  margin: 0;
  padding: 0;
}



@media (min-width: 576px) {
  .w-600 {
    width: 720px;
  }
  .ribbon {
    width: 600px;
  }
  #trigger .ribbon h3 {
    line-height: 1.9rem;
  }
  #trigger .ribbon {
    height: 5rem;
  }
  #trigger .ribbon:before {
    border-width: 40px 0px 40px 18px;
  }
  #trigger .ribbon:after {
    border-width: 40px 15px 40px 0px;
  }
  .balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .balloon2-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    z-index: 1;
  }
  .balloon2-right p {
    margin: 0;
    padding: 0;
  }
  .balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -50px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 25px solid #FFF;
    z-index: 2;

    left: auto;
    margin-left: auto;
  }
  .tsuitenai {
    max-width: 600px;
    margin: auto;
  }
  .balloon2-right .blue {
    background: #dae5f5;
  }
  .kodawari-title {
    width: 35rem;
  }

  .unki-question {
    width: 50%;
  }
  .ribbon h3 {
    font-size: 1.5rem;
  }
  #kigaku h3::before,
  #kigaku h3::after {
  width: 90px;/*画像の幅*/
  }
  .kigaku-img:before {
    padding-top: 100%;
  }
  #attention {
    width: 720px;
    padding: 2rem 1rem 2rem!important;
    font-size: 1.1rem;
  }
  .ojigi {
    width: 80px;
    right: 0;
    bottom: -10px;
  }
  /*#trigger .triangle::after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    border-right: 372px solid transparent;
    border-left: 372px solid transparent;
    z-index: 10;
    left: 0;
  }*/
}    
