body {
  font-family: 'Didot', 'GFS Didot', 'Times New Roman', serif!important;
  font-weight: 400;
  font-style: normal;
}

.nav__item.sli .h2tit a {
	background: url(../images/down.png) no-repeat right 5px center;
 	background-size: calc(8/ 1920 * 100vw);
 	padding-right: calc(18 / 1920 * 100vw);
}
.nav__item dl{
	width: 200%;
}
.check-list.type2 .check-item-bottom{
	padding-bottom: 0;
}
.benefit-card{
	aspect-ratio: auto;
}
.animated{
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}
.animated:hover{
	 -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
     -o-transform: translateY(-5px);
     transform: translateY(-5px);
}
.content-box img{
	max-width: 100%;
	height: auto;
}

.mobile-inner-nav{
	background-color: rgb(26 104 64 / 90%);
}
.mobile-inner-nav dl dd{
	line-height: 45px;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	border-bottom: 0;
}
.mobile-inner-nav .h2tit span{
	float:right;
	padding-right: 10px;
}