@charset "utf-8";

/* shortcode */
.ann-shortcode-check,
.ann-shortcode-ranking,
.ann-shortcode-box {
	margin:0 0 24px 0;
}

.ann-shortcode-check,
.ann-shortcode-ranking {
	
}

.ann-shortcode-check ul,
.ann-shortcode-ranking ol {
    display: grid;
    gap: 4px;
	margin:0;
}

.ann-shortcode-check ul {
	list-style:none;
	margin-left:0;
}

.ann-shortcode-check li {
	position:relative;
	padding:0 0 0 2.2em;
	background:none;
}

@media screen and (max-width:768px) {
    .ann-shortcode-check li {
        padding-left: 1.8rem;
    }
}

.ann-shortcode-check li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
    width: 20px;
    height: 28px;
	background: url(./img/common/icon_check.png) center center / contain no-repeat;
}

.ann-shortcode-ranking {
	counter-reset:ann-ranking;
}

.ann-shortcode-ranking ol {
	list-style:none;
    display: grid;
    gap: 10px;
	margin-left:0;
    margin-top: 1rem;
}

.ann-shortcode-ranking li {
	position:relative;
    line-height: calc(20/15);
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
    .ann-shortcode-ranking li {
        padding-left: 2.5rem;
    }
}

.ann-shortcode-ranking li:before {
	content:"";
	display: inline-block;
    vertical-align: bottom;
	top:0.15em;
	left:0;
    width: 40px;
    height: 34px;
}

@media screen and (max-width:768px) {
    .ann-shortcode-ranking li:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.ann-shortcode-ranking li:nth-child(1)::before {
    background: url(./img/common/rank_01.png) center center / contain no-repeat;
}

.ann-shortcode-ranking li:nth-child(2)::before {
    background: url(./img/common/rank_02.png) center center / contain no-repeat;
}

.ann-shortcode-ranking li:nth-child(3)::before {
    background: url(./img/common/rank_03.png) center center / contain no-repeat;
}

.ann-shortcode-marker {
	display:inline;
	padding:0.15em 0.35em;
	background:#fff1a8;
	box-decoration-break:clone;
    line-height: 2;
	-webkit-box-decoration-break:clone;
}

@media screen and (max-width:768px) {
    .ann-shortcode-marker {
        line-height: 1.75;
    }
}

.ann-shortcode-box {
    box-sizing: border-box;
   
    margin: 0 60px 20px 30px;
	padding:30px 36px;
}

@media screen and (max-width:768px) {
    .ann-shortcode-box {
        margin: 0 auto 20px;
        width: 90%;
        padding-inline: 18px;
    }
}

.ann-shortcode-box > *:last-child,
.ann-shortcode-check > *:last-child,
.ann-shortcode-ranking > *:last-child {
	margin-bottom:0;
}
