@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	color: #222;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

a {
	color: #222;
}

a img {
	transition: opacity 0.2s;
}

a img:hover {
	opacity: 0.6;
}

h1, .h1 {
	margin: 0 0 35px;
	padding: 15px 40px;
	border-bottom: 2px solid #21B143;
	font-size: 32px;
	font-weight: bold;
	background: url(../../img/usr/common/ico_rhombus_g.png) center left / 26px auto no-repeat;
}

h2, .h2 {
	margin: 0 0 40px;
	padding: 12px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 24px;
	font-weight: bold;
	background: none;
}

strong {
	font-weight: bold;
}

/*
h3, .h3 {
	margin: 0 0 15px;
	padding: 7px 20px;
	border: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(to right, #54CB6B 0%, #9DE6AB 100%) top left / 100% 100% no-repeat;
}
*/

.price::after {
	font-size: 0.667em;
	font-weight: 500;
	content: "（税込）";
}

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 35px 0;
}

.pager[class*="--pager-bottom"] {
	display: none;
}

.pager .pager-total {
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}

.pager .pagination {
	display: flex;
	align-items: center;
	margin: 0 20px;
}

.pager .pagination > li {
	display: block;
	margin: 0 3px;
	padding: 0;
	border: 0;
	float: none;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	background: none;
}

.pager .pagination > li.pager-first,
.pager .pagination > li.pager-last {
	display: none;
}

.pager .pagination > li.pager-current-prev {
	position: relative;
	margin-left: 53px;
}

.pager .pagination > li.pager-current-prev::before {
	position: absolute;
	top: 0;
	left: -45px;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	content: "…";
}

.pager .pagination > li.pager-current-next {
	position: relative;
	margin-right: 53px;
}

.pager .pagination > li.pager-current-next::before {
	position: absolute;
	top: 0;
	right: -45px;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	content: "…";
}

.pager .pagination > li a {
	display: block;
	width: 34px;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
}

.pager .pagination > li.pager-current span {
	display: block;
	width: 34px;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	text-decoration: underline;
	color: #21B143;
}

.pager .pagination > li.pager-previous a {
	font-size: 0;
	transition: background 0.2s;
	background: url(../../img/usr/common/pager_prev.png) center center / auto auto no-repeat;
}

.pager .pagination > li.pager-previous a:hover {
	background-image: url(../../img/usr/common/pager_prev_hover.png);
}

.pager .pagination > li.pager-next a {
	font-size: 0;
	transition: background 0.2s;
	background: url(../../img/usr/common/pager_next.png) center center / auto auto no-repeat;
}

.pager .pagination > li.pager-next a:hover {
	background-image: url(../../img/usr/common/pager_next_hover.png);
}

.btn-default {
	color: #444;
	border: #e3e3e3;
	background-color: #f6f6f6;
}
.btn-primary {
	color: #fff;
	border: #21b143;
	background-color: #21b143;
}
.btn-danger {
	color: #fff;
	border: #f44d4d;
	background-color: #f44d4d;
}

.balloontip {
	background: #555555;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
.balloontip span {
	font-size: 10px;
}
