@charset "UTF-8";
.intro{
  background: #ef7f7c;
  color: white;
  padding: 0.15em 0.4em;
  margin-right: 0.3em;
}
.introbox{
  padding: 2%;
  font-size: 1.5em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.dami{
  font-size: 0.45em;
  font-weight: normal;
  margin: 1.2em 0;
  text-align: center;
}
.rigel{
  background: white;
  border: solid 3px #4f221c;
  width:25%;
  padding: 3% 2.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.rigel::before{
  background: #fed154;
    border-radius: 50%;
    content: "1";
    color: white;
    font-weight: bold;
    font-size: 2rem;
    padding: 0.5rem 1.55rem;
    text-align: center;
    z-index: 1;
    display: block;
    position: absolute;
    left: -8%;
    top: -8%;
}
.sirius2 .sirius5{
  margin: 0% 3%;
}
.sirius2::before{
  content:"2";
}
.sirius3::before{
  content: "3";
}
.sirius4::before{
  content: "4";
}
.sirius5::before{
  content: "5";
}
.sirius6::before{
  content: "6";
}

.look{
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 2%;
}
.vega{
  text-align: left;
  padding: 4% 10%;
  list-style-position:inside;
}
.lyra{
  font-weight:bold;
  font-size: 1.6em;
  border-bottom:solid 3px /*#ef7f7c*/#fed154;
  width: auto;
  padding: 0 3% 0 0;
  text-align: center;
  display: inline-block;
}
.pegasus{
  border: solid #4f221c 3px;
  background: white;
  padding: 3% 5% 3% 4%;
  margin: 7% 5% 0 5%;
  position: relative;
}
.pegasus::before{
  content: "";
  width: 8%;/*指定したい幅*/
  padding-top: 8%;/*画像の幅に対する高さ比率*/
  display: block;
  position: absolute;
  top:0; left: 0;
}
.pegasus::after{
  position: absolute;
  content: '';
  top: -15%;
  left:-5%;
  display: block;
  width: 8%;/*幅*/
  height: 100px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../image/group.png);
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}
.down::after{
  top:-10%;
}
.caph{
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}

.titlebox{
  width: 12%;
}
.syuzai{
  font-weight:bold;
  font-size:1.4em;
}
.syuzai2{
  font-weight:bold;
  font-size:1.3em;
}
.yoko{
  padding:0 10%;
  margin:4% 0;
}
.sita{
  width:3%;
  padding:2% 47%;
}
.sirius2,.sirius5{
  margin: 0 2%;
}
.sidemenu{
  margin-top: 5%;
}

/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
  .titlebox {
    width: 15%;
}



}


/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/

@media screen and (max-width:559px) {

  .titlebox{
    width: 20%;
  }
  .introbox{
    font-size: 22px;
  }
  .dami{
    font-size: 12px;
    margin: 1.5em 0;
    line-height: 180%;
  }
  .rigel{
    width: 90%;
    margin: 30px -1%;
    padding: 20px;
  }
  .syuzai{
    font-size:1.35em;
    padding: 0 15px;
  }
  .syuzai2{
    font-size:1.2em;
  }
  .rigel::before {
    font-size: 1.8rem;
    padding: 0.5rem 1.3rem;
    top: -11%;
  }
  .look {
    width: 95%;
  }
  li{
    line-height: 180%;
  }
  .vega{
    padding: 1em 7%;
    font-size: 15px;
  }
  .pegasus {
    padding: 6%;
    margin: 14% 0% 0 0%;
  }
  .pegasus p {
    font-size: 14px;
  }
  .yoko{
    padding:0 8.5%;
    margin:4% 0 0 0;
  }
  .sita{
    width:7%;
    padding: 6% 47% 2% 47% ;
  }
  .caph {
    font-size: 15px;
  }

}
