/* shiuma */
body[class*="shiuma"] article {
  text-align: left !important;
  text-align: left;
  line-height: 1.9;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  -webkit-font-smoothing: antialiased;
}

body[class*="shiuma"] article .article_inner p {
  margin-bottom: 50px;
}
body[class*="shiuma"] article .article_inner h2.num_h {
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
  line-height: 1.15em;
  font-size: 22px !important;
}
body.shiuma-part p.photo_box {
  margin: 40px 0 30px;
}

#unmei_num_wrap {
  width: 790px;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 22px;
  border-bottom: 1px solid #fff;
}
#unmei_num_wrap p {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
#unmei_num_wrap select {
  padding: 5px 10px;
  background-color: #000;
  border: 1px solid #444;
  color: #fff;
  font-size: 22px;
}
#unmei_num_wrap select:focus {
  outline: 2px solid #fff;
  cursor: pointer;
}
#unmei_num_wrap select option {
  font-size: 16px;
  color: #fff;
}
#unmei_num_wrap input[type="button"] {
  font-family: MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 7px 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  margin-left: 18px;
  position: relative;
  top: -6px;
  transition: 0.3s;
}
#unmei_num_wrap input[type="button"]:hover {
  background-color: #fff;
  color: #000;
}
#kyusei_chart {
  margin: 50px 0;
}
#kyusei_chart .kyusei-chart_figure {
  margin: initial;
}
#kyusei_chart .kyusei-chart_figcaption {
  margin-top: 1em;
  font-size: 13px;
}
#unmei_num_list {
  margin: 50px 0;
}
#unmei_num_list ol {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  justify-items: center;
  column-gap: 32px;
  row-gap: 30px;
}
#unmei_num_list ol li {
  transition: 0.3s;
}
#unmei_num_list ol li:hover {
  opacity: 0.75;
}
#unmei_num_list h3 {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
article .hr_line {
  margin-bottom: 48px;
  height: 4px;
  background: url(/wp-content/themes/oggi/img/common/bg_line05.jpg) repeat left bottom;
}
.article_footer {
  margin: 10px 0;
}
.article_footer .h2_ttl05 {
  margin: 45px 0 25px;
  font-family: MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 0.7;
  font-weight: bold;
}
.conts .article_footer .photo {
  width: 53px;
  height: 53px;
  display: table-cell;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
body[class*="shiuma"] #detail .conts .info_ul {
  margin: 0;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 60px;
  font-size: 0;
}
body[class*="shiuma"] #detail .conts .info_ul li {
  margin-top: 14px;
  width: auto;
  float: none;
  padding-bottom: 0px
}
body[class*="shiuma"] #detail .conts .info_ul li:first-of-type {
  margin-top: 0;
}
body[class*="shiuma"] #detail .conts .info_ul li a {
  padding-left: 20px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  background: url(/wp-content/themes/oggi/img/common/icon_arrow12.jpg) no-repeat left center;
}
body[class*="shiuma"] #detail .conts .info_ul li a:hover {
  color: var(--primary-color, #888);
  background-position: 5px center;
}
body[class*="shiuma"] #detail .conts .info_ul li a::after {
  content: none;
}
body[class*="shiuma"] #detail .conts .info_ul .photo {
  width: 53px;
  height: 53px;
  display: table-cell;
  background: no-repeat center center;
  background-size: cover;
}
body[class*="shiuma"] #detail .conts .info_ul p {
  padding-left: 10px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body[class*="shiuma"] #detail .conts .info_ul p.day {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  color: #888;
  -webkit-font-smoothing: initial;
}
body[class*="shiuma"] #detail .conts .h2_ttl05 .txt01 {
  padding: 0 20px;
  display: inline-block;
  background-color: #FFF;
}
body[class*="shiuma"] #detail .article_footer {
  border-top: 1px solid #000;
}