@charset "utf-8";

.icon_good,.icon_best{
	font-size: 36px;
	font-weight: bold;
}
.icon_good {
	color: #19192b;
}
.icon_best{
	color: #b31c32;
}
p.icon_good + p,p.icon_best + p{
	margin-top: 0.5em;
	line-height: 1.5em;
}

@media print, screen and (min-width : 768px) {
.main_v {
  width: 100%;
  height: auto;
  background: url("/rental/imgs/achievement_top.webp") no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
  padding: 120px 0 20px;
}
.main_v>div>ul {
  width: 100%;
  display: table;
  border-spacing: 10px 5px;
  margin: 0;
}
.main_v>div>ul>li {
  width: 50%;
  padding: 0px;
  margin: 0px;
  border-radius: 6px;
  display: table-cell;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}
.main_v>div>ul>li:first-child {
  width: 30%;
  margin: 0;
  padding: 0px;
}
.main_v>div>ul>li:first-child img{
  width: 60%;
  height: auto;
  margin: auto;
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
}
.main_v>div>ul>li:first-child img:first-child {
  width: 200px;
  height: auto;
  margin: 10px auto 0;
  padding: 10px 20px;
  display: block;
  color: #fff;
  background: #fff;
  border-radius: 25px;
}
.main_v>div>ul>li:first-child p{
  color: #fff;
  margin:0;
  padding: 0;
  line-height: 1em;
  letter-spacing: -0.02em;
  display: inline-block;
}
.main_v>div>ul>li:first-child h1{
  margin:0;
  padding: 0;
  line-height: 0.8em;
}
.main_v>div>ul>li:first-child p:first-child{
  font-size: 16px;
}
.main_v>div>ul>li:first-child p:nth-child(2){
  font-size: 36px;
}
.main_v>div>ul>li:first-child p:nth-child(2){
  color: #fff;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.main_v>div>ul>li:first-child p:last-child{
  margin-top: 20px!important;
  font-size: 12px;
  line-height: 1.4em;
  align-items: center;
  display: flex;
  justify-content: center;
}
.main_v>div>ul>li:first-child p:last-child::before,
.main_v>div>ul>li:first-child p:last-child::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 40px;
}
.main_v>div>ul>li:first-child p:last-child::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.main_v>div>ul>li:first-child p:last-child::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.main_v>div>ul>li:last-child {
  width: 70%;
}
.main_v>div>ul>li>ul {
  display: table;
  width: 100%;
}
.main_v>div>ul>li>ul>li {
  display: table-cell;
  width: 33.3%;
  padding:0px;
  margin: 0px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  border-left: 10px solid #edc600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1em;
  transform: rotate(-2deg);
}
.main_v>div>ul>li>ul>li>dl {
  width: 100%;
  display: table;
}
.main_v>div>ul>li>ul>li>dl>dt, 
.main_v>div>ul>li>ul>li>dl>dd{
  display: table-cell;
  vertical-align:middle;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.main_v>div>ul>li>ul>li>dl>dd>span {
  font-size: 120%;
}
.main_v>div>ul>li>ul>li>dl>dt>img,
.main_v>div>ul>li>ul>li>dl>dt>a>img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
}
.main_v>div>ul>li>ul>li>dl>dd>a:hover{
  opacity: 0.6;
}
.main_v>div>ul>li:last-child>ul:last-child>li:last-child>dl>dt>img{
  width: auto;
  max-width: 200px;
  max-height: 55px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
}
}
		@media only screen and (max-width:767px) {
			.main_v {
			  width: 100%;
			  height: auto;
			  background: url("/rental/imgs/achievement_top.webp") no-repeat;
			  background-size: cover;
			  background-position: bottom center;
			  z-index: -1;
			  padding: 140px 0 20px;
			}
			.main_v>div>ul {
			  width: 100%;
			  margin: 0;
			}
			.main_v>div>ul>li {
			  width: 100%;
			  padding: 0px;
			  margin: 0px;
			  border-radius: 6px;
			  text-align: center;
			  font-size: 14px;
			  line-height: 1.4;
			}
			.main_v>div>ul>li:first-child {
			  width: 100%;
			  margin: 0;
			  padding: 0px;
			}
			.main_v>div>ul>li:first-child img{
			  width: 80%;
			  height: auto;
			  margin: auto;
			  padding: 10px 20px;
			  display: block;
			  box-sizing: border-box;
			}
			.main_v>div>ul>li:first-child img:first-child {
			  width: 200px;
			  height: auto;
			  margin: auto;
			  padding: 10px 20px;
			  display: block;
			  color: #fff;
			  background: #fff;
			  border-radius: 25px;
			  position: relative;
			}
			.main_v>div>ul>li:first-child p{
			  color: #fff;
			  margin: 10px 0;
			  padding: 0;
			  letter-spacing: -0.02em;
			  line-height: 0.8em;
			}
			.main_v>div>ul>li:first-child p:first-child{
			  font-size: 14px;
			}
			.main_v>div>ul>li:first-child p:last-child{
			  color: #fff;
			  font-size: 12px;
			  margin: 0px;
			  padding: 0px;
			  align-items: center;
			  display: flex;
			  justify-content: center;
			  line-height: 1.4em;
			}
			.main_v>div>ul>li:first-child p:last-child::before,
			.main_v>div>ul>li:first-child p:last-child::after {
			  background-color: #fff;
			  border-radius: 5px;
			  content: "";
			  height: 2px;
			  width: 40px;
			}
			.main_v>div>ul>li:first-child p:last-child::before {
			  margin-right: 10px;
			  transform: rotate(60deg);
			}
			.main_v>div>ul>li:first-child p:last-child::after {
			  margin-left: 10px;
			  transform: rotate(-60deg);
			}
			.main_v>div>ul>li:last-child {
			  width: 100%;
			}
			.main_v>div>ul>li>ul {
			  display: table;
			  width: 100%;
			  border-collapse: separate;
			  border-spacing: 10px 5px;
			}
			.main_v>div>ul>li>ul>li {
			  display: table-cell;
			  width: 33.3%;
			  box-sizing: border-box;
			  padding:0px;
			  margin: 0px;
			  background: #fff;
			  line-height: 1.4;
			  text-align: left;
			  border-left: 6px solid #edc600;
			  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
			  letter-spacing: 0.1em;
			  transform: rotate(-2deg);
			}
			.main_v>div>ul>li>ul>li>dl {
			  width: 100%;
			  text-align: center;
			}
			.main_v>div>ul>li>ul>li>dl>dt, 
			.main_v>div>ul>li>ul>li>dl>dd{
			  width: 100%;
			  font-size: 10px;
			  letter-spacing: -0.02em;
			  margin: 0;
			  padding: 0;
			  text-align:center;
			}
			.main_v>div>ul>li>ul>li>dl>dd>span {
			  font-size: 120%;
			}
			.main_v>div>ul>li>ul>li>dl>dt>img,
			.main_v>div>ul>li>ul>li>dl>dt>a>img {
			  width: 100%;
			  height: 100%;
			  margin: 0;
			  padding: 5px 30px;
			  display: block;
			  box-sizing: border-box;
			}
		}