#contents {
  background: #fff;
}
#contents_inner {
/*  padding-bottom: 2em;*/
}


h1#daily_horo P{position: relative;display: inline-block;}
h1#daily_horo P::after {
  position: absolute;
  content: '';
  background: url("./../image/horoscope_title.svg") no-repeat scroll center center/70px 12px;
  width: 210px;
  height: 12px;
  top: -30px;
  left: 0;
}
h1#daily_horo P::before {
  position: absolute;
  content: '';
  background: url("./../image/common/line.svg") no-repeat scroll center center/80px 5px;
  width: 210px;
  height: 5px;
  top: -10px;
  left: 0;
}
.seiza_2{
  background: url("./../image/seiza/02.jpg") no-repeat scroll center center/200px 200px;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.seiza_2::before {
  position: absolute;
  content: '';
  border: 1px solid #1F2121;
  width: 232px;
  height: 232px;
  top: -16px;
  left: -16px;
}
h2{font-size: 13px;}
.area_seiza{
  width:355px;
  margin: 0 auto 3em;
}
.area_seiza .rank{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #DDCB80;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 76px;
  bottom: -40px;
}
.area_seiza_etc .rank{
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #DDCB80;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: -10px;
  top: -10px;
}

.area_seiza .seiza_score_txt {
  width: 295px;
  margin: 3em auto 0.5em;
}
.area_seiza .seiza_score_txt P.seiza_txt{
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
P.seiza_score{
  text-align: center;
  color: #DDCB80;
  font-size: 18px;
  padding-bottom: 5px;
}
P.seiza_score B{font-weight: normal;color: #000;}
.area_seiza .goto{
  font-size: 0.8em;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 3px;
  width: 115px;
  text-align: center;
  margin: 0 auto;
}
.block_S P.seiza_score{
  font-size: 16px;
  padding: 0 12px;
  text-align: left;
}
.area_seiza .choice_day .yesterday{
  text-align: right;
}
.area_seiza .choice_day .yesterday,
.area_seiza .choice_day .tomorrow{
  position: relative;
  z-index: 1;
  width: 58px;
  height: 40px;
}
.area_seiza .choice_day .yesterday::before,
.area_seiza .choice_day .tomorrow::before{
  position: absolute;
  content: '';
  background: #F6F5EE;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  z-index: -1;
}
.area_seiza .choice_day .yesterday::before{ left: 0;  top: -4px;}
.area_seiza .choice_day .tomorrow::before{ right: 0;  top: -4px;}

.area_seiza .choice_day .yesterday::after{
  background: url("./../image/arrowline_left.svg") no-repeat scroll center center/40px 6px;
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  z-index: -1;
  left: 18px;
  top: 20px;
}
.area_seiza .choice_day .tomorrow::after{
  background: url("./../image/arrowline_right.svg") no-repeat scroll center center/40px 6px;
  position: absolute;
  content: '';
  width: 40px;
  height: 6px;
  z-index: -1;
  right: 18px;
  top: 20px;
}
.area_seiza .choice_day{
  display: flex;
  justify-content: space-between;
  margin: 2em auto 3em;
}
.area_seiza .choice_day P{
  font-size: 13px;
}
.area_seiza P.today{
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  position: relative;
  width: 60px;
}
.area_seiza P.today::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  top: 45px;
  left: 10px;
  border: 1px solid #1F2121;
}
.area_seiza_etc .block_S .mini_summary {
  height: 100px;
  padding: 15px 0;
}
.area_seiza_etc {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area_seiza_etc .block_S .mini_motif {
  height: 100px;
}

.area_seiza_etc .block_S .mini_motif img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.area_seiza_etc h4.box_summary{
  font-size: 14px;
}
.area_seiza_etc {
  width: 90%;
}
.area_seiza_etc .block_S{
  width:100%;
}




.area_polygon .pol_bg2{
  background: url("./../image/seiza/02_bg.jpg") repeat-y scroll center top;
  position: relative;
}
.area_polygon .pol_icon2{
  background: url("./../image/seiza/02_icon.png") no-repeat scroll center center;
  position: absolute;
  object-fit: cover;
}
.area_polygon .pol_name2{
  background: url("./../image/seiza/02_name.png") no-repeat scroll center center;
  position: absolute;
  object-fit: cover;
}
.area_polygon P.seiza_score {
  font-size: 20px;
}
.area_polygon .rank {
  width: 80px;
  height: 80px;
  opacity: 0.9;
  border-radius: 50px;
  background: #DDCB80;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  margin: 0 auto;
}


.area_polygon .text_area{
  background: rgba(256,256,256,0.9);
  margin: 0 auto;
  padding: 28px;
  position: absolute;
}
.seiza_summary_title {
  position: relative;
  text-align: center;
  color: #B49A2E;
}
.seiza_summary_title::after ,
.seiza_summary_title::before {
  position: absolute;
  content: '―';
  width: 16px;
  height: 16px;
  top: 0;
}
.seiza_summary_title::after {
  right: 4.5em;
}
.seiza_summary_title::before {
  left: 4.5em;
}
.seiza_summary__area:nth-child(4) .seiza_summary_title::after {
  right: 11.5em;
}
.seiza_summary__area:nth-child(4) .seiza_summary_title::before {
  left: 11.5em;
}
.seiza_summary__area:nth-child(4) .seiza_summary_text{
  text-align: center;
}
h3#seiza_title{
  letter-spacing: 0.6em;
}
h3[id^="seiza_"]{
  text-align: center;
}

h3#seiza_title span{
  color: #DDCB80;
}
h3#seiza_title span b{font-size: 26px;font-weight: normal;}
.seiza_graph_area{margin:30px auto ;}

@media screen and (max-width: 599px) {
  .seiza_text{
    font-size: 0.9em;
    margin: 0.5em auto;
  }
  .seiza_summary_text{
    font-size: 0.8em;
    margin: 0.5em auto;
  }

  [class^="seiza_summary__"] {
    width: 100%;
    margin-bottom: 0.6em;
  }
  .area_polygon .pol_bg2{
    background-size:375px auto;
    width:375px;
    min-height:700px;
    padding: 20px 0;
  }
  .area_polygon .pol_icon2{
    background-size:375px auto;
    left: 0;
    width:375px;
    height:290px;
    top: 30px;
  }
  .area_polygon .pol_name2{
    background-size: 375px auto;
    width:375px;
    height: 40px;
    left: 0;
    top: 155px;
  }
  .area_polygon .text_area{
    width: 90%;
    top: 210px;
    left: 5%;
  }
   .text_area_height{
     margin-top: 110px;
     padding:28px;
   }
}
@media screen and (min-width: 600px) {
   [class^="seiza_summary__"]{
     width:230px;
   }
  .area_polygon .text_area{
    width: 580px;
    top: 235px;;
  }
  .area_polygon .pol_bg2{
    width:700px;
    min-height:700px;
    padding: 32px 60px;
  }
  .area_polygon .pol_icon2{
    background-size:700px auto;
    left: 0;
    width:700px;
    height:530px;
    top: 100px;
  }
  .area_polygon .pol_name2{
    background-size:700px auto;
    width:700px;
    height: 100px;
    left: 0;
    top: 110px;
  }

  .area_seiza_etc {
    width: 628px;
    margin: 0 auto  4em;
  }
  .area_seiza_etc .block_S{
    width:290px;
  }
  .seiza_summary{
    display: grid;
    grid-template-areas: 
                "a b"
                "c d";
    gap: 20px 30px;
  }
  .seiza_summary__area:nth-child(1)  {grid-area: a;}
  .seiza_summary__area:nth-child(2)  {grid-area: b;}
  .seiza_summary__area:nth-child(3)  {grid-area: c;}
  .seiza_summary__area:nth-child(4)  {grid-area: d;}

  .area_polygon .seiza_text {
    margin: 10px auto;
  }


}
  .graph{
    background: #fff;
    margin: 10px auto 0;
    width: 620px;
    height: 185px;
  }
  .graph_info{
    width: 262px;
    height: auto;
    margin: 0 auto;
  }
  [id^="gi_"]{
    position: absolute;
    color: #DDCB80;
    font-size: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
  }
  [id^="gi_good"]{background: url("./../image/graph/graph_lucky.svg") no-repeat scroll center bottom/16px 16px;  }
  [id^="gi_love"]{background: url("./../image/graph/graph_love.svg") no-repeat scroll center bottom/16px 16px;   }
  [id^="gi_caut"]{background: url("./../image/graph/graph_caution.svg") no-repeat scroll center bottom/16px 16px;}

  .canvas_over{
    position:relative;
  }
  .canvas_over::after{
    position: absolute;
    content: '';
    border: 1px solid #000;
    z-index: 10;
    width: 615px;
    height: 158px;
    top: 0;
    left: 3px;
  }
  .canvas_over::before{
    position: absolute;
    content: '';
    width: 620px;
    height: 10px;
    bottom: 17px;
    left: 0;
    background: #fff;
  }
