@charset "UTF-8";

.maintitle{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 70px;
}
dl dt{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}
dl{
  line-height: 24px;
}
.number,.number2{
  font-size: 100px;
  font-weight: bold;
  text-align: center;
}
.number{
  line-height: 28vh;
}
.number2{
  line-height: 35vh;
}
.japanese,.english{
  width: 33vw;
}
.content{
  height: 28vh;
  border: 1px solid #9e9c9c;
  margin-bottom: 70px;
}
.content2{
  height: 35vh;
  border: 1px solid #9e9c9c;
  margin-bottom: 70px;
}
.japanese{
  padding-left: 20px;
}
.english{
  padding-right: 20px;
}
.title{
  font-weight: bold;
}
.box{
  width: 60vw;
  line-height: 24px;
  margin-bottom: 35px;
}
.center1,.center2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.center1{
  position: relative;
}
.bottom{
  margin-bottom: 10px;
}
.line-img{
  position: absolute;
  width: 63px;
  height: 106px;
  top: 27vh;
  left: 32vw;
}
.line-img2{
  position: absolute;
  width: 63px;
  height: 106px;
  top: 34vh;
  left: 32vw;
}
dd::before,.title::before{
  content: "・";
}
.point::before{
  content: "※";
}
/* 二行目もbrしなくても字下げできる */
dd{
  padding-left:1em;
	text-indent:-1em;
}
article p{
  padding-left: 1em;
}
.btn{
  margin-top: 55px;
}

/* 数字スクロールフェードイン */
.fadeIn {
  transition: 4s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .number,.japanese,.english,.box{
    width: auto;
  }
  .content,.content2{
    height: auto;
  }
  .content,.content2{
    padding: 15px;
  }
  .inner{
    margin: 0 15px;
  }
  .center1 dt,.center2 dt{
    margin-bottom: 13px;
  }
  .center1,.center2{
    display: block;
  }
  .japanese{
    padding-left: 0;
  }
  .english{
    padding-right: 0;
  }
  .number,.number2{
    line-height: 15vh;
  }
  .line-img,.line-img2{
   display: none;
  }
  footer p{
    margin-left: 0;
  }
}




