@charset "UTF-8";
*:not(input), *:not(select), *:not(textarea), *:before, *:after {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100px;
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 86px;
  }
}

html, body {
  height: 100%;
  text-align: center;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 0.18rem;
  line-height: 1;
  color: #5c6b80;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fwb {
  font-weight: bold;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

@media only screen and (max-width: 479px) {
  .tblock {
    display: block !important;
  }
  .tblock tbody, .tblock tr, .tblock th, .tblock td {
    display: block !important;
  }
}

.m0a {
  margin: 0 auto;
}

.mbss {
  margin-bottom: 0.2rem;
}

.mbs {
  margin-bottom: 0.4rem;
}

.mbm {
  margin-bottom: 0.6rem;
}

.mbl {
  margin-bottom: 0.8rem;
}

.mbll {
  margin-bottom: 1rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.show_pc {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

img.show_pc, span.show_pc {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

img.show_pctb, span.show_pctb {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pctb, span.show_pctb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pctb, span.show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

img.show_tbsp, span.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}

.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

img.show_tb, span.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tb, span.show_tb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tb, span.show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

img.show_sp, span.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_sp, span.show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_sp, span.show_sp {
    display: inline;
  }
}

#wrap {
  background: #F9F9F9;
}
#wrap header {
  background: #1dafaf;
  color: #fff;
  padding: 0.4rem 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #wrap header {
    margin-bottom: 0.4rem;
  }
}
#wrap header .title {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 479px) {
  #wrap header .title {
    font-size: 0.3rem;
  }
}
#wrap header .description {
  line-height: 1.6;
}
@media only screen and (max-width: 479px) {
  #wrap header .description {
    font-size: 0.15rem;
  }
}
#wrap #main {
  width: 92%;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main {
    display: block;
    margin-bottom: 0.4rem;
  }
}
#wrap #main #left {
  width: 70%;
  padding: 0.4rem 0.3rem;
  line-height: 1.75;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left {
    width: auto;
    margin-bottom: 0.4rem;
    padding: 0.3rem 5%;
  }
}
#wrap #main #left #info {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left #info {
    margin-bottom: 0.1rem;
  }
}
#wrap #main #left #info time {
  font-weight: bold;
  font-size: 0.2rem;
}
#wrap #main #left #info #category {
  background: #1dafaf;
  color: #fff;
  padding: 0.05rem 0.1rem;
  border-radius: 0.03rem;
}
#wrap #main #left h1 {
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left h1 {
    font-size: 0.24rem;
  }
}
#wrap #main #left #mv {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left #mv {
    margin-bottom: 0.4rem;
  }
}
#wrap #main #left #toc {
  text-align: center;
}
#wrap #main #left #toc .inner {
  display: inline-block;
  background: #f7f7f7;
  padding: 0.3rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left #toc .inner {
    padding: 0.2rem;
  }
}
#wrap #main #left #toc h2 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
#wrap #main #left #toc ul {
  display: inline-block;
  text-align: left;
}
#wrap #main #left #toc ul li {
  margin-bottom: 0.05rem;
}
#wrap #main #left #toc ul li:last-child {
  margin-bottom: 0;
}
#wrap #main #left #toc ul li a {
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left #toc ul li a {
    font-size: 0.16rem;
  }
}
#wrap #main #left #toc ul li a:hover {
  text-decoration: none;
}
#wrap #main #left .h2 {
  background: #5C6B80;
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0.15rem;
  margin: 0.6rem 0 0.5rem;
  border-radius: 0.05rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left .h2 {
    font-size: 0.18rem;
    margin: 0.4rem 0 0.3rem;
  }
}
#wrap #main #left .h2:first-child {
  margin-top: 0;
}
#wrap #main #left .h2:last-child {
  margin-bottom: 0;
}
#wrap #main #left .h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #5C6B80 transparent transparent transparent;
  border-width: 0.15rem 0.15rem 0px 0.15rem;
  position: absolute;
  left: 0.6rem;
  top: 100%;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left .h2::after {
    left: 0.3rem;
    border-width: 0.1rem 0.1rem 0px 0.1rem;
  }
}
#wrap #main #left .img_sprite {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left .img_sprite {
    width: auto;
  }
}
#wrap #main #left .img_sprite li {
  width: 48%;
}
#wrap #main #left .img {
  width: 88%;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left .img {
    width: auto;
  }
}
#wrap #main #left .img_sprite, #wrap #main #left .img, #wrap #main #left p, #wrap #main #left dl {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #left .img_sprite, #wrap #main #left .img, #wrap #main #left p, #wrap #main #left dl {
    margin-bottom: 0.2rem;
  }
}
#wrap #main #left .img_sprite:last-child, #wrap #main #left .img:last-child, #wrap #main #left p:last-child, #wrap #main #left dl:last-child {
  margin-bottom: 0;
}
#wrap #main #left dl::after {
  content: "";
  clear: both;
  display: block;
}
#wrap #main #left dl dt {
  font-weight: bold;
  float: left;
  clear: both;
}
#wrap #main #left dl dd {
  float: left;
}
#wrap #main #right {
  width: 26%;
}
@media only screen and (max-width: 479px) {
  #wrap #main #right {
    width: auto;
  }
}
#wrap #main #right aside {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #wrap #main #right aside {
    margin-bottom: 0.4rem;
  }
}
#wrap #main #right aside:last-child {
  margin-bottom: 0;
}
#wrap #main #right aside h2 {
  background: #1dafaf;
  padding: 0.05rem;
  margin-bottom: 0.2rem;
}
#wrap #main #right aside h2 span {
  display: block;
  padding: 0.15rem;
  border: solid 1px #fff;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
#wrap #main #right aside p {
  font-size: 0.16rem;
  line-height: 1.6;
}
#wrap #main #right aside ul {
  border-top: 1px solid #ddd;
}
#wrap #main #right aside ul li {
  border-bottom: 1px solid #ddd;
}
#wrap #main #right aside ul li a {
  display: block;
  padding: 0.1rem 0.3rem 0.1rem 0;
  font-size: 0.16rem;
  line-height: 1.75;
  transition: 0.3s;
  position: relative;
}
#wrap #main #right aside ul li a:hover {
  opacity: 0.6;
}
#wrap #main #right aside ul li a::after {
  content: ">";
  color: #1dafaf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.6, 1.5);
}
#wrap footer {
  background: #323944;
  color: #B0B4BA;
  font-size: 0.14rem;
  padding: 0.6rem 0;
}
@media only screen and (max-width: 479px) {
  #wrap footer {
    padding: 0.4rem 0;
  }
}
/*# sourceMappingURL=style.css.map */