@charset "UTF-8";
.mg_contents02__title {
  background: url("/med/jb_square/mg/contents/02/img/mainvisual.jpg") no-repeat;
  background-size: cover;
  aspect-ratio: 1000/562;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.mg_contents02__title p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__title {
    background: none;
    background-size: cover;
    padding: 0;
    aspect-ratio: auto;
  }
  .mg_contents02__title p {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    font-size: 0.875rem;
  }
  .mg_contents02__title::before {
    width: 100%;
    content: "";
    display: block;
    background: url("/med/jb_square/mg/contents/02/img/mainvisual.jpg") no-repeat;
    background-size: cover;
    aspect-ratio: 1000/562;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
}
.mg_contents02__navi {
  background: #fff;
  padding: clamp(0.938rem, -0.17rem + 2.31vw, 1.563rem);
}
.mg_contents02__navi ul {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.mg_contents02__navi ul li {
  width: 49%;
  position: relative;
}
.mg_contents02__navi ul li span {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-20%);
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  padding: 6px 12px;
  color: #fff;
  z-index: 1;
}
.mg_contents02__navi ul li span.new {
  background: #bb1919;
}
.mg_contents02__navi ul li span.open {
  background: #666;
}
.mg_contents02__navi ul li a {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.1s;
  text-align: center;
  overflow: hidden;
}
.mg_contents02__navi ul li a::after {
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: 0.1s;
}
.mg_contents02__navi ul li a:hover {
  opacity: 0.99;
}
.mg_contents02__navi ul li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.3s, transform 0.3s ease-in;
}
.mg_contents02__navi ul li a.disabled {
  background: #888 !important;
  opacity: 1 !important;
  cursor: default;
}
.mg_contents02__navi ul li a small {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__navi ul li a small {
    font-size: 0.8rem;
  }
}
.mg_contents02__navi ul li:nth-child(1) a {
  background: linear-gradient(0deg, #717514 0%, #93981a 100%);
  border: 2px solid #8f9419;
}
.mg_contents02__navi ul li:nth-child(1) a::after {
  background: #696c13;
}
.mg_contents02__navi ul li:nth-child(2) a {
  background: linear-gradient(0deg, #c15959 0%, #cc7777 100%);
  border: 2px solid #cb7373;
}
.mg_contents02__navi ul li:nth-child(2) a::after {
  background: #be5252;
}
.mg_contents02__navi ul li:nth-child(3) a {
  background: linear-gradient(0deg, #824d9e 0%, #9662b2 100%);
  border: 2px solid #945fb0;
}
.mg_contents02__navi ul li:nth-child(3) a::after {
  background: #7c4a97;
}
.mg_contents02__navi ul li:nth-child(4) a {
  background: linear-gradient(0deg, #b8b8b8 0%, #ccc 100%);
}
.mg_contents02__navi ul li:nth-child(4) a::after {
  background: #b3b3b3;
}
.mg_contents02__navi ul li:nth-child(5) a {
  background: linear-gradient(0deg, #b8b8b8 0%, #ccc 100%);
}
.mg_contents02__navi ul li:nth-child(5) a::after {
  background: #b3b3b3;
}
.mg_contents02__navi ul li:nth-child(6) a {
  background: linear-gradient(0deg, #b8b8b8 0%, #ccc 100%);
}
.mg_contents02__navi ul li:nth-child(6) a::after {
  background: #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__navi ul {
    gap: 10px;
  }
  .mg_contents02__navi ul li {
    width: 100%;
  }
  .mg_contents02__navi ul li a {
    height: 85px;
    font-size: 0.875rem;
  }
}
.mg_contents02__main__head img {
  width: 100%;
  display: block;
  aspect-ratio: 2.8/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.mg_contents02__main__frame {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}
.mg_contents02__main__frame article h2 {
  background: #ccc;
  padding: 10px 20px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mg_contents02__main__frame article h2 .note {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article h2 {
    background: none;
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    display: block;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
  }
  .mg_contents02__main__frame article h2 div {
    padding: 15px;
    font-size: 1.2rem;
    color: #fff;
  }
  .mg_contents02__main__frame article h2 .note {
    color: #333;
    font-size: 0.7rem;
    letter-spacing: 0;
    background: #fff;
    padding-top: 5px;
  }
}
.mg_contents02__main__frame article .profile {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mg_contents02__main__frame article .profile .photo {
  width: 100px;
}
.mg_contents02__main__frame article .profile .info {
  padding-top: 22px;
  width: calc(100% - 120px);
}
.mg_contents02__main__frame article .profile span {
  display: block;
  font-size: 0.9rem;
}
.mg_contents02__main__frame article .profile .profile-toggle {
  display: inline-block;
  margin-top: 5px;
}
.mg_contents02__main__frame article .profile .profile-toggle .more {
  width: 130px;
  font-size: 0.85rem;
  background: #94991c;
  display: block;
  padding: 3px 20px 3px 10px;
  color: #fff;
  border-radius: 5px;
}
.mg_contents02__main__frame article .profile .profile-toggle .more::after {
  content: "▼";
  font-size: 8px;
  position: absolute;
  line-height: 1;
  top: 50%;
  right: 8px;
  transition: 0.3s;
}
.mg_contents02__main__frame article .profile .profile-toggle .detail {
  background: #f5f4eb;
  margin-top: 10px;
  border-radius: 5px;
}
.mg_contents02__main__frame article .profile .profile-toggle .detail p {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: 0.9rem;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article .profile .profile-toggle .detail p {
    font-size: 0.875rem;
  }
}
.mg_contents02__main__frame article .profile .profile-toggle .detail p strong {
  display: block;
}
.mg_contents02__main__frame article .profile .profile-toggle .detail p + p {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article .profile {
    display: block;
  }
  .mg_contents02__main__frame article .profile .photo {
    width: 100px;
    margin-inline: auto;
  }
  .mg_contents02__main__frame article .profile .info {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  .mg_contents02__main__frame article .profile .profile-toggle .more {
    margin-inline: auto;
  }
  .mg_contents02__main__frame article .profile .profile-toggle .detail p {
    text-align: left;
  }
}
.mg_contents02__main__frame article h3 {
  background: url("/med/jb_square/mg/contents/02/img/title_bg.png") no-repeat;
  background-size: 30px;
  padding: 3px 0 10px 36px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.mg_contents02__main__frame article p {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article p {
    font-size: 0.875rem;
  }
}
.mg_contents02__main__frame article sup {
  line-height: 1;
  font-size: 10px !important;
  font-weight: normal;
  margin-left: 3px;
}
.mg_contents02__main__frame article + article {
  margin-top: 40px;
}
.mg_contents02__main__frame article table {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article table {
    font-size: 0.875rem;
  }
}
.mg_contents02__main__frame article table tr:nth-child(even) th,
.mg_contents02__main__frame article table tr:nth-child(even) td {
  background: #f6f6f6;
}
.mg_contents02__main__frame article table th {
  font-weight: 600;
  border-right: 1px solid #eee;
  text-align: center;
  word-break: keep-all;
}
.mg_contents02__main__frame article table th,
.mg_contents02__main__frame article table td {
  padding: 6px 10px;
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-size: 0.9rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article table th,
  .mg_contents02__main__frame article table td {
    font-size: 0.8rem;
    padding: 6px;
  }
}
.mg_contents02__main__frame article p.small {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  line-height: 1.6;
  padding: 10px 0 0;
}
.mg_contents02__main__frame article .literature {
  margin-left: 3em;
  font-size: 1rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article .literature {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article .literature {
    font-size: 0.8rem;
  }
}
.mg_contents02__main__frame article .literature li {
  list-style-type: none;
  counter-increment: cnt;
}
.mg_contents02__main__frame article .literature li::before {
  content: counter(cnt) "）";
  display: inline-block;
  margin-left: -3em;
  width: 3em;
}
.mg_contents02__main__frame article .literature li + li {
  margin-top: 0.5rem;
}
.mg_contents02__main__frame article figure {
  text-align: center;
  margin-top: 40px;
}
.mg_contents02__main__frame article figure .title {
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article figure .title {
    font-size: 1rem;
  }
}
.mg_contents02__main__frame article figure img {
  max-width: auto;
  width: 100%;
  display: block;
  margin-inline: auto;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame article figure img {
    margin: 10px auto;
  }
}
.mg_contents02__main__frame article figure img + .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mg_contents02__main__frame article figure p {
  padding-top: 0 !important;
  line-height: 1.8;
}
.mg_contents02__main__frame article figure p + small {
  padding-top: 10px;
}
.mg_contents02__main__frame article figure small {
  width: 100%;
  margin: 0 auto;
  font-size: 0.8rem;
  display: block;
  line-height: 1.8;
  text-align: left;
}
.mg_contents02__main__frame article figure .txt {
  width: 100%;
  margin: 5px auto 0;
  font-size: 0.85rem;
  display: block;
}
.mg_contents02__main__frame article figure + p {
  margin-top: 30px;
}
.mg_contents02__main__frame.vol1 article h2 {
  background: #93981a;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol1 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol1 article h2 div {
    background: #93981a;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol1 article .profile .profile-toggle .more {
  background: #93981a;
}
.mg_contents02__main__frame.vol1 article .profile .profile-toggle .detail {
  background: rgba(147, 152, 26, 0.1);
}
.mg_contents02__main__frame.vol2 article h2 {
  background: #cc7777;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol2 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol2 article h2 div {
    background: #cc7777;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol2 article .profile .profile-toggle .more {
  background: #cc7777;
}
.mg_contents02__main__frame.vol2 article .profile .profile-toggle .detail {
  background: rgba(204, 119, 119, 0.1);
}
.mg_contents02__main__frame.vol3 article h2 {
  background: #9662b2;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol3 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol3 article h2 div {
    background: #9662b2;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol3 article .profile .profile-toggle .more {
  background: #9662b2;
}
.mg_contents02__main__frame.vol3 article .profile .profile-toggle .detail {
  background: rgba(150, 98, 178, 0.1);
}
.mg_contents02__main__frame.vol4 article h2 {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol4 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol4 article h2 div {
    background: #ccc;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol4 article .profile .profile-toggle .more {
  background: #ccc;
}
.mg_contents02__main__frame.vol4 article .profile .profile-toggle .detail {
  background: rgba(204, 204, 204, 0.1);
}
.mg_contents02__main__frame.vol5 article h2 {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol5 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol5 article h2 div {
    background: #ccc;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol5 article .profile .profile-toggle .more {
  background: #ccc;
}
.mg_contents02__main__frame.vol5 article .profile .profile-toggle .detail {
  background: rgba(204, 204, 204, 0.1);
}
.mg_contents02__main__frame.vol6 article h2 {
  background: #ccc;
}
@media only screen and (max-width: 767px) {
  .mg_contents02__main__frame.vol6 article h2 {
    background: none;
  }
  .mg_contents02__main__frame.vol6 article h2 div {
    background: #ccc;
    border-radius: 5px;
  }
}
.mg_contents02__main__frame.vol6 article .profile .profile-toggle .more {
  background: #ccc;
}
.mg_contents02__main__frame.vol6 article .profile .profile-toggle .detail {
  background: rgba(204, 204, 204, 0.1);
}