@charset "utf-8";

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* === .latestList === */
.latestList li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.latestList li a::before {
  content: "・";
  position: absolute;
  left: 0;
}
.latestList li a:link,
.latestList li a:visited {
  color: #000;
}
.icon--blank {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icn_blank.png) no-repeat 0 0 / 100% 100%;
  transform: translateY(-1px);
  margin-left: 4px;
}
@media screen and (min-width: 768px){
  .latestList {
    padding-right: 380px;
  }
  .latestList li {
    margin-top: 4px;
    padding: 12px 0 8px;
  }
  .latestList li:first-child {
    margin-top: 0;
  }
  .latestList li a {
    padding: 0 0 0 20px;
  }
  .latestList li a:hover {
    color: #7e0017;
    opacity: 0.7;
  }
  .icon--blank {
    width: 20px;
    height: 20px;
  }
}
@media not all and (min-width: 768px){
  .latestList {
    margin-bottom: 20px;
  }
  .latestList li {
    font-size: calc(15 /16 * 1rem);
    padding: 8px 0;
  }
  .latestList li a {
    padding: 0 0 0 16px;
  }
  .latestList li a:active {
    color: #7e0017;
    opacity: 0.7;
  }
}


/* === #contents === */
#contents .latest-container figure {
  margin-top: 12px;
  justify-items: center;
  text-align: center;
}
#contents .latest-container figure a { 
  color: inherit;
  text-decoration: none;
}
#contents .latest-container figcaption {
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 768px){
  #contents .latest-container {
    position: relative;
  }
  #contents .latest-container figure {
    position: absolute;
    top: 0;
    right: 0;
  }
  #contents .latest-container figure img {
    width: 200px;
  }
  #contents .latest-container figure figcaption {
    font-size: calc(15 /16 * 1rem);
  }
  #contents .latest-container figure a:hover {
    color: #7e0017;
    opacity: 0.7;
  }
}
@media not all and (min-width: 768px){
  #contents .latest-container figure img {
    max-width: 80%;
  }
  #contents .latest-container figure a:active {
    color: #7e0017;
    opacity: 0.7;
  }
}

/* === #status === */
#status .tableSection {
  margin: 10px 0 20px 0;
  text-align: left;
}
#status table.type01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #cccccc;
  word-wrap: break-word;
}
#status table.type01 th {
  background-color: #efece7;
  border: 1px solid #fff;
  margin: 1px;
  padding: 6px;
  font-style: normal;
  font-weight: normal;
}
#status table.type01 td {
  background-color: #fff;
  padding: 6px;
  margin: 1px;
}
#status table.type01 th,
#status table.type01 td {
  align-content: center;
}
#status details {
  border: 1px #ddd solid;
  border-radius: 8px;
  margin-bottom: 12px;
}
#status summary {
  position: relative;
  font-size: calc((20 / 16 * 1rem));
  cursor: pointer;
}
#status summary::marker {
  content: "";
}
#status details i.icon--summary {
  position: absolute;
  right: 0;
  border: 1px #ddd solid;
  background-color: #fff;
  padding: 0 14px;
  top: calc((100% - 34px) / 2);
  display: block;
  width: 34px;
  height: 34px;
}
#status details i.icon--summary::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  margin-right: 10px;
}
#status details:not([open]) i.icon--summary::before {
  content: "";
  width: 2px;
  height: 14px;
  background: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  margin-right: 16px;
}
#status details hr {
  border: none;
  border-bottom: 1px dotted #ddd;
  padding-top: 6px;
}
#status details .details {
  margin-top: 12px;
  margin-left: 8px;
}
#status details .details .latestList {
  margin-bottom: 0px;
}
#status details .details .latestList li {
  padding: 4px 0;
}
@media screen and (min-width: 768px){
  #status details {
    padding: 12px 18px;
  }
  #status summary {
    font-size: calc((20 / 16 * 1rem));
  }
}
@media not all and (min-width: 768px){
  #status details {
    padding: 12px 12px;
  }
  #status summary {
    font-size: calc(15 / 16 * 1rem);
    padding-right: 34px;
  }
}

/* === #relation === */
#relation .head__line__relation {
  font-weight: 700;
  font-size: calc((18 / 16 * 1rem));
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  padding-left: 20px;
}
#relation .head__line__relation::before {
  content: "";
  background-color: #871c25;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  top: 0;
  height: 50%;
  width: 1px;
}
#relation .head__line__relation::after {
  content: "";
  background-color: #a3898f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  top: 0;
  height: 50%;
  width: 1px;
  top: 50%;
}
@media (min-width: 768px) {
  #relation .head__line__relation {
    font-size: calc((30 / 16 * 1rem));
    padding-bottom: 10px;
    margin-bottom: 38px;
    padding-top: 10px;
  }
  #relation .head__line__relation::before,
  #relation .head__line__relation::after {
    width: 2px;
  }
}
#relation .btnBox a.btnBlank {
  border: 1px solid #d1d1d1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.3s ease;
}
#relation .btnBox a.btnBlank::after {
  content: "";
  display: block;
  background-image: url(/assets/img/common/icn_blank.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  transform: none;
  position: unset;
  margin-left: 8px;
}
#relation .btnBox a.btnBlank:link,
#relation .btnBox a.btnBlank:visited {
  color: #000;
}
@media screen and (min-width: 768px){
  #relation .fBox {
    flex-wrap: wrap;
  }
  #relation .btnBox {
    width: calc((100% - 24px)/ 3);
    margin-left: 12px;
  }
  #relation .btnBox:nth-child(3n+1) {
    margin-left: 0;
  }
  #relation .btnBox:first-child {
    margin-left: 0;
  }
  #relation .btnBox:nth-child(n+4) {
    margin-top: 12px;
  }
  #relation .btnBox a {
    width: 100%;
  }
  #relation .btnBox {
    width: calc((100% - 24px) / 3);
  }
  #relation .btnBox a.btnBlank {
    height: 60px;
    padding: 0;
  }
  #relation .btnBox a.btnBlank:hover {
    color: #7e0017;
    opacity: 0.7;
  }
}
@media not all and (min-width: 768px){
  #relation .btnBox {
    margin-top: 8px;
  }
  #relation .btnBox:first-child {
    margin-top: 0;
  }
  #relation .btnBox a.btnBlank {
    padding: 8px;
  }
  #relation .btnBox a.btnBlank:active {
    color: #7e0017;
    opacity: 0.7;
  }
}

