@charset "UTF-8";/* CSS変数の宣言 */
/* サブページで、テンプレートで対応しきれないスタイルをこちらに記入します。ASのみ書き込み可能 */
body { 
    font-family: "MFW-PUDShinMGoPr6N-Light"!important;
}

.top-image {
  position: relative;
  background-color:black;
  display:inline-block;

}

.colorfilter-image {
  opacity: 0.7;
  display: block;
}

.top-image > h2{
  position: absolute;
  left:0;
  bottom:1.5%;
  width:100%;
  margin: 1rem auto;
  font-size: 3rem;
  color:#fff;
  padding-left: 2%;
  line-height:3.75rem;
  font-family: "MFW-UDShinGoNTPr6N-DeBold";
}
/*
h3 {
  display: inline-block;
  min-width: 30%;
  padding-left: 0;
  margin-left: 0.2em;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--accentColor);
  bottom: -3px;
  width: 20%;
}
*/

h3 {
  position: relative;
  font-family: "MFW-UDShinGoNTPr6N-DeBold";

}

h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
/*  text-shadow: 5px 8px 4px rgba(102,98,164, 0.3);*/
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  height: 2em;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.list-txt {
  text-align: center!important;
}

.item {
  box-shadow: 3px 3px 5px 0px rgba(102,98,164, 0.5);
}

body {
  background: url(../images/background.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
}

@media screen and (max-width: 420px) {
  body {
    background-size: 100%;
  }
}

#chrono1 .contents-wrap .item p,
#chrono2 .contents-wrap .item p {
  font-size: 1em;
}

@media screen and (max-width: 820px) {
  #chrono1 .contents-wrap .item p,
  #chrono2 .contents-wrap .item p {
    font-size: 1.5em;
  }

}
