@charset "UTF-8";
.intro{
  background: #ef7f7c;
  color: white;
  padding: 0.15em 1em;
}
.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;
}
.vega{
  text-align: center;
  font-size: 0.9em;
  padding: 0 20%;
}
.iconbox{
  padding-left: 12%;
}
.s1image{
  border-radius: 50%;
  width: 65%;
}
.icon1{
  width: 25%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  font-weight: bold;
}
.space{
  width: 100%;
  height: 10%;
}
.virgo{
  border: solid 3px #4f221c;
  background: white;
  text-align: center;
  padding: 2%;
  margin: 2% 0;
  width: 25%;
  color: #393939;
  display: inline-block;
  vertical-align: top;
}
.aries{
  font-weight: bold;
  border-bottom: solid 2px #393939;
  font-size: 1.7em;
  padding: 0 2% 0.5% 2%;
  margin-bottom: 4%;
}
.gaia{
  font-weight:bold;
  font-size:1.3em;
  margin-right:1%;
}
.kuronos{
  margin:3% 0;
  text-align:left;
  margin-left: 6%;
}
.andromeda{
  background: #fed154;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  margin: 5% 6% 0 6%;
  padding: 3% 4%;
}
.crux{
  text-decoration: none;
}
.crux:hover{
  text-decoration: underline;
  color: white;
}

.context{
  padding:2% 0 2% 5.5%;
}
.index_list  {
  list-style: none;
  font-weight: bold;
  font-size: 1.3em;
}
.index_list li{
  position: relative;
  padding: 0% 0 2% 3%;
}
.index_list li::before{
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #8ed2df;
  border-radius: 50%;
}

.smalllist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smalllist li {
  position: relative;
  padding: 0 0 0.2em 2em;
}
.smalllist li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f068';
  color: #393939;
  margin-top: 0.2em;
}
.if{
  background: #fed154;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.2em 0;
  width: 24%;
  margin-bottom: 2%;
}
.shorten{
  width: 15%;
}
.box_compare{
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 1%;
  margin-bottom: 4%;
}
.parent_compare{
  display: inline-block;
  vertical-align: top;
  width: 45%
}
.bigletter::before{
  margin-top: 0.4em!important;
}
/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
  .shorten {
    width: 24%;
}
.titlebox {
  width: 13%;
}

}
/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {
  #mini{
    z-index: 1;
  }
  .context{
    z-index: 0;
    padding: 20px 30px 20px 0;
    width:100%;
  }
  .context p{
    margin: 20px 0!important;
    width: 100%!important;
  }
  .small{
    display: block;
    width: 38px; height: 38px;
    line-height: 38px;
    top:0;
    font-size:0.4em;
  }
  .title{
    padding: 0;
  }
  .honbun{
    padding: 0 30px 0 15px;
  }
  .explain{
    margin: 0 0;
  }
  .shorten{
    width: 54%;
    margin: 0 0 20px 0;
  }
  .smalllist{
    font-size: 13px;
  }
  .smalllist li{
    margin: 10px 0;
  }
  .parent_compare{
    display: block;
    width: 100%;
  }
  .box_compare{
    padding: 3px 0;
    margin-left: 0!important;
    margin-bottom: 20px;
  }
  .page92_space{
    margin-top: 50px!important;
  }
  .last{
    padding-top: 0;
  }
  .page92_example_title{
    width: 70%!important;
  }
  .virgo{
    display: block;
    width: 66%;
    margin: 20px 30px!important;
    padding: 20px 30px;
  }
  .index_list li::before{
    left: -20px;
    top: 0.4em;
  }
  .index_list{
    margin-top: 10px;
  }
  .aries{
    font-size: 22px;
  }
  .vega{
    line-height:180%;
  }
  .page192_responsive{
    width: auto;
  }
}
