/* .tpl-icon
-----------------------------*/
.tpl-icon::before, .tpl-icon::after {
	content: "";
}

.tpl-icon--arrow-red {
	margin-left: 12px;
	text-indent: -12px;
	display: inline-block;
}

.tpl-icon--arrow-red::before {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(/assets/common/img/icon-arrow-red.svg) no-repeat;
	background-size: 5px auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-icon--arrow-red::before {
		top: -1px;
	}
}

a.tpl-icon--arrow-red {
	text-decoration: none;
}

a.tpl-icon--arrow-red:hover {
	text-decoration: underline;
}

.tpl-icon--arrow-white {
	color: #fff;
	margin-left: 12px;
	text-indent: -12px;
	display: inline-block;
}

.tpl-icon--arrow-white:hover {
	color: #fff;
}

.tpl-icon--arrow-white::before {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(/assets/common/img/icon-arrow-white.svg) no-repeat;
	background-size: 5px auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-icon--arrow-white::before {
		top: -1px;
	}
}

a.tpl-icon--arrow-white {
	text-decoration: none;
}

a.tpl-icon--arrow-white:hover {
	text-decoration: underline;
}

/* .tpl-icon--download
-----------------------------*/
.tpl-icon--download {
	display: inline-block;
}

.tpl-icon--download::before {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(/assets/common/img/icon-download.svg) no-repeat;
	background-size: 12px auto;
	margin-right: 5px;
}

a.tpl-icon--download {
	text-decoration: none;
}

a.tpl-icon--download:hover {
	text-decoration: underline;
}

/* .tpl-icon--close
-----------------------------*/
.tpl-icon--close {
	text-decoration: none;
}

.tpl-icon--close:hover {
	text-decoration: underline;
}

.tpl-icon--close::before {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(/assets/common/img/icon-close-s.svg) no-repeat;
	margin-right: 5px;
}

/* .tpl-icon--gmap
-----------------------------*/
.tpl-icon--gmap {
	display: inline-block;
}

.tpl-icon--gmap::before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 21px;
	background: url(/assets/common/img/icon-gmap.png) no-repeat;
	background-size: 16px auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.tpl-icon--blank::after {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 12px;
	background: url(/assets/common/img/icon-blank-red.png) no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.tpl-icon--blank-white {
	color: #fff;
}

.tpl-icon--blank-white:hover {
	color: #fff;
}

.tpl-icon--blank-white::after {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 12px;
	background: url(/assets/common/img/icon-blank-white.png) no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.tpl-icon--pdf::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-pdf.png) no-repeat;
	margin-left: 10px;
}

.tpl-icon--pdf-white {
	color: #fff;
}

.tpl-icon--pdf-white:hover {
	color: #fff;
}

.tpl-icon--pdf-white::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-pdf-white.png) no-repeat;
	margin-left: 10px;
}

.tpl-icon--toggle-white {
	color: #fff;
}

.tpl-icon--toggle-white:hover {
	color: #fff;
}

.tpl-icon--toggle-white::before {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(/assets/common/img/icon-toggle-white-sprite.svg) no-repeat;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.tpl-icon--toggle-red::before {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(/assets/common/img/icon-toggle-red-sprite.svg) no-repeat;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.tpl-icon--zip::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-zip.png) no-repeat;
	margin-left: 10px;
}

.tpl-icon--text::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-text.png) no-repeat;
	background-size: 20px auto;
	margin-left: 10px;
}

.tpl-icon--excel::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-excel.png) no-repeat;
	background-size: 20px auto;
	margin-left: 10px;
}

/* .tpl-title
-----------------------------*/
.tpl-title {
	position: relative;
	line-height: 1.5;
}

/* .tpl-title--pagetitle
-----------------------------*/
.tpl-title--pagetitle {
	margin-bottom: 30px;
}

.tpl-title--pagetitle > .label {
	font-size: 3.4rem;
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle > .label {
		font-size: 2.5rem;
	}
}

.tpl-title--pagetitle .note {
	font-size: 1.4rem;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle .note {
		margin-top: 5px;
		padding-left: 0;
	}
}

.tpl-title--pagetitle .note.note--caution {
	color: #e60012;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle {
		margin-bottom: 20px;
	}
}

/* .tpl-title-lead
-----------------------------*/
.tpl-title-lead {
	font-size: 1.8rem;
	font-weight: 500;
	color: #595656;
}

@media screen and (max-width: 750px) {
	.tpl-title-lead {
		font-size: 1.6rem;
	}
}

/* .tpl-title--producttitle
-----------------------------*/
.tpl-title--producttitle {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
}

.tpl-title--producttitle .inner {
	padding-left: 18px;
	border-left: 2px solid #e60012;
}

.tpl-title--producttitle .inner > .label {
	font-size: 2.4rem;
	font-weight: 500;
	color: #1e1e1e;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .inner > .label {
		font-size: 2rem;
	}
}

.tpl-title--producttitle .inner .logo + .label,
.tpl-title--producttitle .inner .tpl-product-type + .label {
	margin-top: 15px;
	font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .inner .logo + .label,
	.tpl-title--producttitle .inner .tpl-product-type + .label {
		font-size: 1.6rem;
	}
}

.tpl-title--producttitle .logo {
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .logo {
		display: block;
	}
}

.tpl-title--producttitle .logo li + li {
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .logo li + li {
		margin-left: 0;
		margin-top: 10px;
	}
}

.tpl-title--producttitle .logo img {
	max-height: 90px;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .logo img {
		max-height: 62px;
	}
}

.tpl-title--producttitle .note {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle .note {
		margin-top: 5px;
		padding-left: 0;
	}
}

.tpl-title--producttitle .note.note--caution {
	color: #e60012;
}

.tpl-title--producttitle .tpl-product-type {
	margin-top: 15px;
}

.tpl-title--producttitle .product-name {
	margin-top: 15px;
	word-wrap: break-word;
	word-break: break-all;
}

@media screen and (max-width: 750px) {
	.tpl-title--producttitle {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.tpl-title--producttitle.tpl-title--producttitle-bordernone {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}

.tpl-title--producttitle.tpl-title--producttitle-bordernone .tpl-navi-local {
	padding-bottom: 0;
	margin-top: 20px;
}

/* .tpl-title--l
-----------------------------*/
.tpl-title--l {
	margin-top: 40px;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-title--l {
		margin-top: 20px;
	}
}

.tpl-title--l .label {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-title--l .label {
		font-size: 2.2rem;
	}
}

.tpl-title--l .label .icon {
	display: inline-block;
	vertical-align: middle;
	min-width: 56px;
	padding: 0 4px;
	position: relative;
	top: -1px;
	color: #fff;
	background: #b0873e;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}

@media screen and (max-width: 750px) {
	.tpl-title--l .label .icon {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
}

.tpl-title--l .label a {
	text-decoration: none;
	color: #1e1e1e;
}

.tpl-title--l .label a:hover {
	text-decoration: underline;
}

.tpl-title--l .category {
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 1px 10px;
	min-width: 100px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	color: #e60012;
	border: 1px solid #e60012;
	position: relative;
	top: -1px;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--l .category {
		margin-bottom: 0;
	}
}

.tpl-title--l .category + .category {
	margin-left: 10px;
}

.tpl-title--l::before {
	content: "";
	display: block;
	width: 345px;
	height: 2px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 750px) {
	.tpl-title--l::before {
		width: 172px;
	}
}

.tpl-title--l::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #e1e1e1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--l {
		margin-bottom: 20px;
	}
}

/* .tpl-title--m
-----------------------------*/
.tpl-title--m {
	margin-top: 40px;
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-title--m {
		margin-top: 20px;
	}
}

.tpl-title--m .label {
	font-size: 2.4rem;
	color: #1e1e1e;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-title--m .label {
		font-size: 1.9rem;
	}
}

.tpl-title--m::before {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tpl-title--m::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #e1e1e1;
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-title--m::after {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-title--m {
		margin-bottom: 20px;
	}
}

/* .tpl-title--m-noborder
-----------------------------*/
.tpl-title--m-noborder {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-title--m-noborder {
		margin-top: 20px;
		margin-bottom: 10px !important;
	}
}

.tpl-title--m-noborder .label {
	font-size: 2.4rem;
	color: #e60012;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-title--m-noborder .label {
		font-size: 1.9rem;
		margin-bottom: 0;
	}
}

/* .tpl-title--product
-----------------------------*/
.tpl-title--product {
	margin-top: 70px;
	background: #eee;
	padding: 10px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-title--product {
		margin-top: 50px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-title--product {
		padding: 5px;
	}
}

.tpl-title--product .category {
	min-width: 105px;
	padding: 5px 10px;
	background: #e60012;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-title--product .category {
		min-width: 75px;
		font-size: 1.3rem;
	}
}

.tpl-title--product .label {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}

@media screen and (max-width: 750px) {
	.tpl-title--product .label {
		font-size: 1.5rem;
	}
}

.tpl-title--product .category + .label {
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--product .category + .label {
		margin-left: 10px;
	}
}

.tpl-title--product + .tpl-title--product {
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--product + .tpl-title--product {
		margin-top: 10px;
	}
}

.tpl-title--m-noborder + .tpl-title--product {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-title--m-noborder + .tpl-title--product {
		margin-top: 15px;
	}
}

/* .tpl-title--product-category
-----------------------------*/
.tpl-title--product-category {
	margin-top: 70px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-title--product-category {
		margin-top: 50px;
	}
}

.tpl-title--product-category .category {
	display: inline-block;
	min-width: 105px;
	padding: 5px 10px;
	background: #e60012;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-title--product-category .category {
		min-width: 75px;
		font-size: 1.3rem;
	}
}

.tpl-title--product-category .category + .category {
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--product-category .category + .category {
		margin-left: 10px;
	}
}

h3 + .tpl-title--product-category,
h4 + .tpl-title--product-category {
	margin-top: 0;
}

/* .tpl-title--s
-----------------------------*/
.tpl-title--s {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-title--s {
		margin-top: 20px;
	}
}

.tpl-title--s .label {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	-webkit-flex: 1;
	flex: 1;
}

@media screen and (max-width: 750px) {
	.tpl-title--s .label {
		font-size: 1.7rem;
	}
}

.tpl-title--s::before {
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	background-color: #e60012;
	position: relative;
	top: 4px;
	margin-right: 12px;
}

@media screen and (max-width: 750px) {
	.tpl-title--s::before {
		height: 17px;
		top: 5px;
		margin-right: 8px;
	}
}

.tpl-title--s .note {
	margin-top: 10px;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-title--s .note {
		margin-top: 5px;
		padding-left: 0;
	}
}

.tpl-title--s .note.note--caution {
	color: #e60012;
}

@media screen and (max-width: 750px) {
	.tpl-title--s {
		margin-bottom: 5px;
	}
}

/* .tpl-title--ss
-----------------------------*/
.tpl-title--ss {
	margin-top: 40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-title--ss {
		margin-top: 20px;
	}
}

.tpl-title--ss .label {
	font-size: 1.8rem;
	color: #e60012;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-title--ss .label {
		font-size: 1.6rem;
	}
}

/* .tpl-fz-
-----------------------------*/
.tpl-fz-xs {
	font-size: 1.2rem;
	line-height: 1.4;
}

.tpl-fz-s {
	font-size: 1.4rem;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.tpl-fz-s {
		font-size: 1.2rem;
	}
}

.tpl-fz-l {
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.tpl-fz-l {
		font-size: 1.6rem;
	}
}

/* .tpl-color-
-----------------------------*/
.tpl-color-red {
	color: #e60012;
}

/* .tpl-note
-----------------------------*/
.tpl-note {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-note {
		font-size: 1rem;
	}
}

@media screen and (max-width: 750px) {
	.tpl-note {
		margin-bottom: 20px;
	}
}

/* .tpl-btn
-----------------------------*/
.tpl-btn-wrap {
	display: inline-block;
}

@media screen and (max-width: 750px) {
	.tpl-btn-wrap {
		width: 100%;
	}
}

.tpl-btn {
	width: auto;
	display: inline-block;
	min-width: 300px;
	box-sizing: border-box;
	text-decoration: none;
	color: #1e1e1e;
	font-size: 1.7rem;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 1.4;
	word-wrap: break-word;
	word-break: break-all;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-size: 7px 11px;
}

@media screen and (max-width: 750px) {
	.tpl-btn {
		min-width: 0;
	}
}

@media screen and (max-width: 750px) {
	.tpl-btn {
		padding: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-btn {
		width: 100%;
		font-size: 1.4rem;
	}
}

.tpl-btn.is-active {
	color: #e60012;
}

.tpl-btn:hover {
	color: #1e1e1e;
	text-decoration: underline;
}

.tpl-btn .tpl-icon--arrow-white::before {
	width: 7px;
	height: 10px;
	background-size: 7px 10px;
	margin-right: 10px;
}

.tpl-btn .tpl-icon--arrow-red {
	align-items: center;
	display: flex;
	margin: 0;
	text-indent: 0;
	max-width: 668px;
}

.tpl-btn .tpl-icon--arrow-red::before {
	flex: 0 0 auto;
	top: 0;
}

button.tpl-btn {
	width: 100%;
}

/* .tpl-btn--red
-----------------------------*/
.tpl-btn--red {
	color: #fff;
	background: #e60012;
	border: none;
}

.tpl-btn--red:hover {
	color: #fff;
}

/* .tpl-btn--white
-----------------------------*/
.tpl-btn--white {
	border: none;
}

/* .tpl-btn-group
-----------------------------*/
.tpl-btn-group {
	background: #eee;
	padding: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-btn-group {
		padding: 5px;
	}
}

.tpl-btn-group .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

@media screen and (max-width: 750px) {
	.tpl-btn-group .list {
		display: block;
		margin-left: 0;
		margin-top: -5px;
	}
}

.tpl-btn-group li {
	width: calc( 50% - 10px);
	margin-left: 10px;
	margin-top: 10px;
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-btn-group li {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
		display: block;
	}
}

.tpl-btn-group li a {
	min-width: 0;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.tpl-btn-group li .tpl-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	text-indent: 0;
	text-align: left;
}

.tpl-btn-group li .tpl-icon::before {
	top: 0;
}

.tpl-btn-group .tpl-title--s {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-btn-group .tpl-title--s {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.tpl-btn-list {
	margin-top: 10px;
}

.tpl-btn-list .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

.tpl-btn-list li {
	margin-left: 10px;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-btn-list li {
		width: calc( 33% - 10px);
	}
}

@media screen and (max-width: 500px) {
	.tpl-btn-list li {
		width: calc( 50% - 10px);
	}
}

.tpl-btn-list a {
	min-width: 0;
	padding: 10px;
}

/* .tpl-link-list
-----------------------------*/
.tpl-link-list .item + .item {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-link-list {
		line-height: 1.5;
	}
}

/* .tpl-news-list
-----------------------------*/
.tpl-news-list {
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-news-list {
		margin-bottom: 20px;
	}
}

.tpl-news-list li {
	padding: 10px 0;
}

.tpl-news-list li + li {
	border-top: 1px solid #e6e6e6;
}

.tpl-news-list a {
	color: #1e1e1e;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	margin: -10px 0;
	/* .tpl-icon
		-----------------------------*/
}

.tpl-news-list a::after {
	display: none;
}

.tpl-news-list a.tpl-icon .text::after {
	content: "";
}

.tpl-news-list a.tpl-icon--pdf .text::after {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-pdf.png) no-repeat;
	margin-left: 10px;
}

.tpl-news-list a.tpl-icon--blank .text::after {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 12px;
	background: url(/assets/common/img/icon-blank-red.png) no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.tpl-news-list a:hover .text {
	text-decoration: underline;
}

.tpl-news-list .meta .date {
	color: #828282;
	display: inline-block;
}

.tpl-news-list .meta .label {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 10px;
	min-width: 100px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	color: #e60012;
	border: 1px solid #e60012;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

@media screen and (max-width: 750px) {
	.tpl-news-list .meta .label {
		width: 77px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-news-list .meta .label {
		font-size: 1.1rem;
	}
}

.tpl-news-list .text {
	line-height: 1.4;
}

/* .tpl-num-list
-----------------------------*/
.tpl-num-list {
	margin-top: 30px;
	counter-reset: tpl-num-list;
}

.tpl-num-list .tpl-num-list__title {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-num-list .tpl-num-list__title {
		font-size: 1.4rem;
	}
}

.tpl-num-list .tpl-num-list__title::before {
	counter-increment: tpl-num-list;
	content: counter(tpl-num-list) ".";
	color: #e60012;
	display: inline-block;
	padding-right: 6px;
}

.tpl-num-list.tpl-num-list--num-none .tpl-num-list__title::before {
	display: none;
}

.tpl-num-list .tpl-num-list__text {
	margin-bottom: 30px;
}

/* .tpl-list-indent-1em
-----------------------------*/
.tpl-list-indent-1em li {
	margin-left: 1em;
	text-indent: -1em;
}

.tpl-list-indent-1em.tpl-list-indent-1em--0_5em li {
	margin-left: 0.5em;
	text-indent: -0.5em;
}

.tpl-list-indent-1em.tpl-list-indent-1em--1_2em li {
	margin-left: 1.2em;
	text-indent: -1.2em;
}

.tpl-list-indent-1em.tpl-list-indent-1em--1_4em li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}

.tpl-list-indent-1em.tpl-list-indent-1em--1_8em li {
	margin-left: 1.8em;
	text-indent: -1.8em;
}

.tpl-list-indent-1em li + li {
	margin-top: 10px;
}

.tpl-list-indent-1em.tpl-list-indent-1em--marTs li + li {
	margin-top: 0;
}

@media screen and (max-width: 750px) {
	.tpl-list-indent-1em.tpl-list-indent-1em--marTs li + li {
		margin-top: 5px;
	}
}

/* .tpl-list-indent-variable
-----------------------------*/
.tpl-list-indent-variable ul {
	display: table;
}

@media screen and (max-width: 500px) {
	.tpl-list-indent-variable ul {
		width: 100%;
	}
}

.tpl-list-indent-variable li {
	display: table-row;
}

.tpl-list-indent-variable .title {
	white-space: nowrap;
}

.tpl-list-indent-variable .title,
.tpl-list-indent-variable .text {
	display: table-cell;
}

@media screen and (max-width: 750px) {
	.tpl-list-indent-variable .title {
		width: 15px;
	}
}

.tpl-list-indent-variable li + li .title,
.tpl-list-indent-variable li + li .text {
	padding-top: 10px;
}

.tpl-list-indent-variable.tpl-list-indent-variable--middle .title,
.tpl-list-indent-variable.tpl-list-indent-variable--middle .text {
	vertical-align: middle;
}

.tpl-list-indent-variable.tpl-list-indent-variable--marTs li + li .title,
.tpl-list-indent-variable.tpl-list-indent-variable--marTs li + li .text {
	padding-top: 0;
}

@media screen and (max-width: 750px) {
	.tpl-list-indent-variable.tpl-list-indent-variable--marTs li + li .title,
	.tpl-list-indent-variable.tpl-list-indent-variable--marTs li + li .text {
		padding-top: 10px;
	}
}

/* .tpl-img
-----------------------------*/
.tpl-img {
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-img {
		margin-bottom: 20px;
	}
}

/* .tpl-text-box
-----------------------------*/
.tpl-text-box {
	line-height: 1.4;
	/* &.tpl-text-box--caution
	-----------------------------*/
	padding: 20px;
	margin-bottom: 10px;
}

.tpl-text-box .break-word {
	word-wrap: break-word;
	word-break: break-all;
}

.tpl-text-box.tpl-text-box--strong {
	border: 2px solid #595656;
}

.tpl-text-box.tpl-text-box--title {
	border: 1px solid #d7d7d7;
	background: #eee;
	border-bottom: none;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 15px 20px;
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--title {
		font-size: 1.6rem;
	}
}

.tpl-text-box.tpl-text-box--normal {
	border: 1px solid #d7d7d7;
}

.tpl-text-box.tpl-text-box--caution {
	border: 2px solid #e60012;
	background: #fff;
	color: #e60012;
	/* .link-list{
		-----------------------------*/
}

.tpl-text-box.tpl-text-box--caution .title {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.tpl-text-box.tpl-text-box--caution .title::before {
	content: "";
	display: block;
	background: #e60012 url(/assets/top/img/important01-icon.png) no-repeat center;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	margin-right: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .title::before {
		width: 23px;
		height: 23px;
		border-radius: 13px;
	}
}

.tpl-text-box.tpl-text-box--caution .link-list {
	margin-top: 15px;
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .link-list {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .link-list li {
		margin: 0;
		padding: 0;
		margin-top: 10px;
		padding-top: 10px;
		border: none;
	}
}

.tpl-text-box.tpl-text-box--caution .link-list li + li {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #c3c3c3;
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .link-list li + li {
		margin: 0;
		padding: 0;
		margin-top: 10px;
		padding-top: 10px;
		border: none;
		border-top: 1px solid #c3c3c3;
	}
}

.tpl-text-box.tpl-text-box--caution .link-list a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-red.svg) no-repeat;
	background-size: 7px auto;
	margin-right: 7px;
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .link-list a::before {
		width: 5px;
		height: 7px;
		background-size: 5px auto;
	}
}

@media screen and (max-width: 750px) {
	.tpl-text-box.tpl-text-box--caution .link-list a {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.tpl-text-box {
		padding: 10px;
	}
}

/* .tpl-img-text
-----------------------------*/
.tpl-img-text {
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text {
		margin-bottom: 20px;
	}
}

.tpl-img-text .img + .text,
.tpl-img-text .text + .img {
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text .img + .text,
	.tpl-img-text .text + .img {
		margin-top: 10px;
	}
}

.tpl-img-text .img {
	text-align: center;
}

/* .tpl-img-text-col
-----------------------------*/
.tpl-img-text-col {
	margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text-col {
		margin-bottom: 20px;
	}
}

.tpl-img-text-col .tpl-title {
	margin-top: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text-col .tpl-title {
		margin-bottom: 10px;
	}
}

.tpl-img-text-col .inner-wrap {
	overflow: hidden;
}

.tpl-img-text-col .img {
	width: 286px;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text-col .img {
		width: 48%;
		margin-bottom: 10px;
	}
}

.tpl-img-text-col.tpl-img-text-col--img-r .img {
	float: right;
	margin-left: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text-col.tpl-img-text-col--img-r .img {
		margin-left: 15px;
	}
}

.tpl-img-text-col.tpl-img-text-col--img-l .img {
	float: left;
	margin-right: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-img-text-col.tpl-img-text-col--img-l .img {
		margin-right: 15px;
	}
}

/* .tpl-table
-----------------------------*/
.tpl-table {
	/* .tbl_01-interest{
	-----------------------------*/
	/* .tbl_01-price
		-----------------------------*/
	/* .tbl_01-rate
		-----------------------------*/
	/* .pdf-link
	-----------------------------*/
	/* .summary-table
	-----------------------------*/
	/* .tbl_01-unit
	-----------------------------*/
}

.tpl-table table {
	border-collapse: collapse;
	line-height: 1.4;
}

.is-firefox .tpl-table table {
	border-collapse: separate;
}

.tpl-table th {
	padding: 10px;
	vertical-align: middle;
	background: #848484;
	color: #fff;
	border: 1px solid #bebebe;
}

.tpl-table th[align="center"] {
	text-align: center !important;
}

.tpl-table th[align="right"] {
	text-align: right !important;
}

.tpl-table th[align="left"] {
	text-align: left !important;
}

.tpl-table th[valign="top"] {
	vertical-align: top !important;
}

.tpl-table th[valign="middle"] {
	vertical-align: middle !important;
}

.tpl-table th[valign="bottom"] {
	vertical-align: bottom !important;
}

.tpl-table td {
	padding: 10px;
	border: 1px solid #bebebe;
}

@media screen and (max-width: 750px) {
	.tpl-table td {
		font-size: 1.4rem;
	}
}

.tpl-table td[align="center"] {
	text-align: center !important;
}

.tpl-table td[align="right"] {
	text-align: right !important;
}

.tpl-table td[align="left"] {
	text-align: left !important;
}

.tpl-table td[valign="top"] {
	vertical-align: top !important;
}

.tpl-table td[valign="middle"] {
	vertical-align: middle !important;
}

.tpl-table td[valign="bottom"] {
	vertical-align: bottom !important;
}

.tpl-table .nowrap {
	white-space: nowrap !important;
}

.tpl-table .txt-right {
	text-align: right !important;
}

.tpl-table .txt-center {
	text-align: center !important;
}

.tpl-table .tbl_01-interest {
	/* &.tbl_01-interest--payment01
		-----------------------------*/
	/* &.tbl_01-interest--payment02
		-----------------------------*/
	/* &.tbl_01-interest--width-l-01
		-----------------------------*/
	/* &.tbl_01-interest--width-l-02
		-----------------------------*/
	/* &.tbl_01-interest--width-l-03
		-----------------------------*/
}

.tpl-table .tbl_01-interest .title01 {
	background: #848484;
	text-align: center;
	color: #fff;
}

.tpl-table .tbl_01-interest .title02,
.tpl-table .tbl_01-interest .title03 {
	background: #e1e1e1;
	color: #1e1e1e;
}

.tpl-table .tbl_01-interest .total,
.tpl-table .tbl_01-interest .shiftNum {
	background: #f0f0f0;
	color: #1e1e1e;
}

.tpl-table .tbl_01-interest th {
	text-align: center;
	background: #e1e1e1;
	color: #1e1e1e;
}

.tpl-table .tbl_01-interest td {
	text-align: right;
	color: #1e1e1e;
}

.page-gu_int_rate th, .page-gu_int_rate td {
	white-space: nowrap;
}

.page-gu_int_rate .tbl_01-interest td {
	text-align: center;
	vertical-align: middle;
}

.page-gu_int_rate .tbl_01-interest td[align="right"] {
	text-align: center !important;
}

.page-fx_rate .tbl_01-fx {
	table-layout: fixed;
}

@media screen and (max-width: 750px) {
	.page-fx_rate .tbl_01-fx {
		width: 100%;
	}
}

.page-fx_rate .tbl_01-fx th {
	text-align: center;
}

.page-fx_rate .tbl_01-fx th.title02 {
	background: #e1e1e1;
	color: #1e1e1e;
}

.page-fx_rate .tbl_01-fx td {
	text-align: center;
	vertical-align: middle;
}

.page-fx_rate_table .scrollbox {
	max-height: 480px;
	overflow: auto;
	padding-bottom: 1px;
	padding-right: 2px;
}

.page-fx_rate_table .scrollbox::-webkit-scrollbar {
	width: 5px;
}

.page-fx_rate_table .scrollbox::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.page-fx_rate_table .scrollbox::-webkit-scrollbar-thumb {
	background-color: #666;
	background-size: 7px auto !important;
	border-radius: 10px;
}

.page-fx_rate_table .tbl_01-fx th {
	text-align: center;
	background: none;
	color: #1e1e1e;
}

.page-fx_rate_table .tbl_01-fx th.title01 {
	background: #848484;
	color: #fff;
}

.page-fx_rate_table .tbl_01-fx th.title02 {
	background: #e1e1e1;
	color: #1e1e1e;
}

.page-fx_rate_table .tbl_01-fx td {
	text-align: center;
	vertical-align: middle;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 {
	table-layout: fixed;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 td, .tpl-table .tbl_01-interest.tbl_01-interest--payment01 th {
	padding: 8px;
	font-size: 1.4rem;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 tr th:nth-child(1) {
	white-space: nowrap;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 tr:nth-child(2) th {
	width: 50px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 tr:nth-child(2) th span {
	writing-mode: tb-rl;
	white-space: nowrap;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01 tr:nth-child(2) th.total {
	width: 100px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b {
	table-layout: fixed;
	width: 120%;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b td, .tpl-table .tbl_01-interest.tbl_01-interest--payment01b th {
	padding: 8px;
	font-size: 1.4rem;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b tr:nth-child(1) th:nth-child(1) {
	width: 150px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b tr:nth-child(2) th {
	width: 50px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b tr:nth-child(2) th span {
	writing-mode: tb-rl;
	white-space: nowrap;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment01b tr:nth-child(2) th.total {
	width: 100px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment02 {
	table-layout: fixed;
}

.tpl-table .tbl_01-interest.tbl_01-interest--payment02 td, .tpl-table .tbl_01-interest.tbl_01-interest--payment02 th {
	padding: 8px;
	font-size: 1.4rem;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-01 {
	table-layout: fixed;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-01 tr:nth-child(2) th:nth-child(1) {
	width: 140px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-01 tr:nth-child(3) td:nth-child(2),
.tpl-table .tbl_01-interest.tbl_01-interest--width-l-01 tr:nth-child(3) td:nth-child(3) {
	width: 285px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-02 {
	table-layout: fixed;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-02 tr:nth-child(2) th {
	width: 140px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-02 tr:nth-child(3) td {
	width: 285px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-03 {
	table-layout: fixed;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-03 tr:nth-child(2) th {
	width: 140px;
}

.tpl-table .tbl_01-interest.tbl_01-interest--width-l-03 tr:nth-child(3) th {
	width: 285px;
}

.tpl-table .tbl_01-price {
	table-layout: fixed;
}

.tpl-table .tbl_01-price th {
	background: #e1e1e1;
	color: #1e1e1e;
	text-align: center;
	vertical-align: middle;
}

.tpl-table .tbl_01-price .title01 {
	background: #848484;
	color: #fff;
	text-align: center;
}

.tpl-table .tbl_01-price td {
	text-align: center;
	width: auto !important;
	vertical-align: middle;
}

.tpl-table .tbl_01-rate {
	width: 100%;
	table-layout: fixed;
}

.tpl-table .tbl_01-rate th {
	background: #e1e1e1;
	color: #1e1e1e;
	text-align: center;
	vertical-align: middle;
	width: 190px;
}

@media screen and (max-width: 750px) {
	.tpl-table .tbl_01-rate th {
		width: auto;
	}
}

.tpl-table .tbl_01-rate .title01 {
	background: #848484;
	color: #fff;
	text-align: center;
}

.tpl-table .tbl_01-rate td {
	text-align: center;
	width: auto !important;
	vertical-align: middle;
}

.tpl-table .pdf-link th {
	background: #848484;
	color: #fff;
	min-width: 175px;
}

@media screen and (max-width: 750px) {
	.tpl-table .pdf-link th {
		min-width: 0;
	}
}

.tpl-table .summary-table {
	width: 100%;
	table-layout: fixed;
}

.tpl-table .summary-table th {
	text-align: center;
}

.tpl-table .summary-table th, .tpl-table .summary-table td {
	font-size: 1.4rem;
	vertical-align: middle;
	padding: 8px;
}

.tpl-table .summary-table td.total {
	background: #f0f0f0;
}

.tpl-table .summary-table td.alltotal {
	background: #e1e1e1;
}

.tpl-table .summary-table.summary-table--01 tr:nth-child(1) th:nth-child(1) {
	width: 160px;
}

.tpl-table .summary-table.summary-table--01 tr:nth-child(1) th:nth-child(2) {
	width: 80px;
}

.tpl-table .summary-table.summary-table--01 tr:nth-child(1) th:nth-child(3) {
	width: 80px;
}

.tpl-table .summary-table.summary-table--02 tr:nth-child(2) th {
	width: 90px;
}

.tpl-table .summary-table.summary-table--03 {
	width: auto;
}

.tpl-table .summary-table.summary-table--03 th,
.tpl-table .summary-table.summary-table--03 td {
	white-space: nowrap;
}

.tpl-table .tbl_01-unit th {
	background: #e1e1e1;
	color: #1e1e1e;
	white-space: nowrap;
}

.tpl-table .tbl_01-unit .title01 th {
	background: #848484;
	text-align: center;
	color: #fff;
}

.tpl-table .tbl_01-unit td {
	text-align: center;
	vertical-align: middle;
}

/* .tpl-table--w100
-----------------------------*/
.tpl-table--w100 table {
	width: 100%;
}

/* .tpl-table--large
-----------------------------*/
.tpl-table--large table {
	table-layout: fixed;
}

.tpl-table--large th {
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.tpl-table--large th {
		font-size: 1.2rem;
		padding: 5px;
	}
}

.tpl-table--large td {
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.tpl-table--large td {
		font-size: 1.2rem;
		padding: 5px;
	}
}

/* .tpl-table--scroll
-----------------------------*/
@media screen and (max-width: 750px) {
	.tpl-table--scroll {
		overflow: auto;
		margin-bottom: 20px;
	}
	.tpl-table--scroll::-webkit-scrollbar {
		height: 20px;
	}
	.tpl-table--scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 10px;
	}
	.tpl-table--scroll::-webkit-scrollbar-thumb {
		background: url(/assets/common/img/icon-arrow-white.svg) right 7px top 5px no-repeat, url(/assets/common/img/icon-arrow-white-rev.svg) left 7px top 5px no-repeat;
		background-color: #666;
		background-size: 7px auto !important;
		border-radius: 10px;
	}
	.tpl-table--scroll table {
		min-width: 750px;
		word-wrap: break-word;
		word-break: break-all;
	}
}

/* .tpl-table--scroll-full
-----------------------------*/
.tpl-table--scroll-full {
	padding-bottom: 20px;
	overflow: auto;
	margin-bottom: 20px;
}

.tpl-table--scroll-full::-webkit-scrollbar {
	height: 20px;
}

.tpl-table--scroll-full::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.tpl-table--scroll-full::-webkit-scrollbar-thumb {
	background: url(/assets/common/img/icon-arrow-white.svg) right 7px top 5px no-repeat, url(/assets/common/img/icon-arrow-white-rev.svg) left 7px top 5px no-repeat;
	background-color: #78be20;
	background-size: 7px auto !important;
	border-radius: 10px;
}

.tpl-table--scroll-full table {
	width: calc( 100% - 1px);
}

@media screen and (max-width: 750px) {
	.tpl-table--scroll-full table {
		min-width: 750px;
		word-wrap: break-word;
		word-break: break-all;
	}
}

.tpl-table--scroll-full tbody th {
	text-align: left;
}

.tpl-table--scroll-full tbody td {
	text-align: center;
	vertical-align: middle;
}

/* .tpl-table--scale
-----------------------------*/
@media screen and (max-width: 750px) {
	.tpl-table--scale {
		overflow: visible;
	}
}

@media screen and (max-width: 750px) {
	.tpl-table--scale > table {
		min-width: 750px;
	}
}

/* .tpl-tab
-----------------------------*/
.tpl-tab {
	border-bottom: 1px solid #d7d7d7;
}

.tpl-tab .list {
	display: flex;
	margin-bottom: -1px;
}

.tpl-tab .list li {
	position: relative;
}

@media screen and (max-width: 350px) {
	.tpl-tab .list li {
		width: 100%;
	}
}

.tpl-tab .list li a,
.tpl-tab .list li .label-wrap {
	display: flex;
	align-items: center;
	min-width: 200px;
	height: 59px;
	padding: 0 15px;
	border: 1px solid #eee;
	border-bottom: 1px solid #d7d7d7;
	background: #eee;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 1.2;
	margin: 0;
	text-indent: 0;
}

@media screen and (max-width: 750px) {
	.tpl-tab .list li a,
	.tpl-tab .list li .label-wrap {
		min-width: 0;
		height: 45px;
		padding: 0 10px;
	}
}

.tpl-tab .list li a::before,
.tpl-tab .list li .label-wrap::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 11px;
	background: url(/assets/common/img/icon-arrow-red.svg) no-repeat;
	background-size: 7px auto;
	margin-right: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-tab .list li a::before,
	.tpl-tab .list li .label-wrap::before {
		width: 5px;
		height: 7px;
		background-size: 5px auto;
	}
}

.tpl-tab .label-wrap::before {
	visibility: hidden;
}

@media screen and (max-width: 350px) {
	.tpl-tab .list li a .label,
	.tpl-tab .list li .label-wrap .label {
		flex: 1;
	}
}

.tpl-tab .label-wrap .label {
	color: #aaa;
}

.tpl-tab .list li a:hover,
.tpl-tab .list li .label-wrap:hover {
	text-decoration: underline;
}

.tpl-tab .label-wrap:hover {
	text-decoration: none !important;
}

.tpl-tab .list li a.is-active,
.tpl-tab .list li .label-wrap.is-active {
	background: #fff;
	border: 1px solid #d7d7d7;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #e60012;
}

.tpl-tab .list li a.is-active::before,
.tpl-tab .list li .label-wrap.is-active::before {
	content: "";
	height: 10px;
}

.tpl-tab .list li + li {
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-tab .list li + li {
		margin-left: 5px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-tab--s .list {
		flex-wrap: wrap;
	}
}

.tpl-tab--s .list li {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-tab--s .list li {
		width: 50%;
	}
}

@media screen and (max-width: 750px) {
	.tpl-tab--s .list li + li {
		margin-left: 0;
	}
}

.tpl-tab--s .list li a,
.tpl-tab--s .list li .label-wrap {
	min-width: 0;
	font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
	.tpl-tab--s .list li a,
	.tpl-tab--s .list li .label-wrap {
		height: 65px;
	}
}

.tpl-tab--s .list li.item--s a,
.tpl-tab--s .list li.item--s .label-wrap {
	font-size: 1.0rem;
}

@media screen and (max-width: 750px) {
	.tpl-tab--s .list li:nth-child(even) a,
	.tpl-tab--s .list li:nth-child(even) .label-wrap {
		border-left: 1px solid #d7d7d7;
		margin-left: -1px;
	}
}

.tpl-tab--s .list li .label {
	flex: 1;
}

/* .tpl-tab--fz-s
-----------------------------*/
.tpl-tab--fz-s {
	font-size: 1.3rem;
}

.tpl-tab--fz-s .item {
	display: flex;
}

.tpl-tab--fz-s a {
	height: auto !important;
	padding: 10px !important;
}

.tpl-tab--fz-s a::before {
	flex: 0 0 auto;
}

/* .tpl-glossary
-----------------------------*/
.tpl-glossary {
	background: #eee;
	padding: 7px;
}

.tpl-glossary .text {
	font-weight: 500;
	margin-top: 10px;
}

.tpl-glossary .tpl-title {
	margin: 0;
	margin-top: 8px;
	margin-bottom: 15px;
}

.tpl-glossary .list-wrap {
	margin-top: 5px;
}

.tpl-glossary .list {
	display: flex;
	align-items: center;
	margin-left: -5px;
}

@media screen and (max-width: 750px) {
	.tpl-glossary .list {
		flex-wrap: wrap;
		margin-top: -5px;
	}
}

.tpl-glossary li {
	display: inline-block;
	line-height: 1;
	padding: 9px 8px;
	margin-left: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-glossary li {
		width: calc( 20% - 5px);
		margin-top: 5px;
	}
}

@media screen and (max-width: 350px) {
	.tpl-glossary li {
		width: calc( 25% - 5px);
	}
}

.tpl-glossary a {
	display: block;
	background: #fff;
	padding: 9px 8px;
	margin: -9px -8px;
	text-decoration: none;
	color: #1e1e1e;
	line-height: 1;
	border: 1px solid #d7d7d7;
}

.tpl-glossary a .label {
	margin-left: 10px;
	text-indent: -10px;
	display: inline-block;
}

.tpl-glossary a .label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-red.svg) no-repeat;
	background-size: 7px auto;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

@media screen and (max-width: 750px) {
	.tpl-glossary a .label::before {
		width: 5px;
		height: 7px;
		background-size: 5px auto;
	}
}

@media screen and (max-width: 750px) {
	.tpl-glossary a .label::before {
		top: -1px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-glossary a .label {
		margin-left: 8px;
		text-indent: -8px;
	}
}

.tpl-glossary a:hover .label {
	text-decoration: underline;
}

/* .tpl-navi-local
-----------------------------*/
.tpl-navi-local {
	padding-bottom: 15px;
}

.tpl-navi-local .list {
	display: flex;
	justify-content: flex-end;
	margin-top: -5px;
	margin-left: -5px;
}

@media screen and (max-width: 750px) {
	.tpl-navi-local .list {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

.tpl-navi-local li {
	display: flex;
	margin-top: 5px;
	margin-left: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-navi-local li {
		width: auto;
		flex-direction: column;
	}
}

.tpl-navi-local a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 7px 10px;
	line-height: 1;
	color: #1e1e1e;
	border: 1px solid #d7d7d7;
	margin: 0;
	text-indent: 0;
}

@media screen and (max-width: 750px) {
	.tpl-navi-local a {
		width: 100%;
	}
}

.tpl-navi-local a::before {
	position: static;
}

.tpl-navi-local a:hover .label {
	text-decoration: underline;
}

.tpl-navi-local + * {
	margin-top: 0;
}

.tpl-title--pagetitle + .tpl-navi-local {
	margin-top: -20px;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle + .tpl-navi-local {
		margin-top: -10px;
	}
}

/* .tpl-inquiry
-----------------------------*/
.tpl-inquiry {
	margin-top: 30px;
}

.tpl-inquiry .title {
	border-top: 2px solid #e60012;
	background: #848484;
	color: #fff;
	line-height: 1;
	padding: 15px 20px;
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .title {
		font-size: 1.7rem;
		padding: 13px;
	}
}

.tpl-inquiry .description {
	padding: 25px 20px;
	border: 1px solid #d7d7d7;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description {
		padding: 20px 10px;
	}
}

.tpl-inquiry .description > .label {
	font-size: 1.8rem;
	font-weight: 500;
	color: #e60012;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description > .label {
		font-size: 1.4rem;
	}
}

.tpl-inquiry .description .number-list-wrap {
	margin-top: 25px;
}

.tpl-inquiry .description .number-list-wrap .item {
	display: flex;
	align-items: center;
}

.tpl-inquiry .description .number-list-wrap .item + .item {
	margin-top: 20px;
}

.tpl-inquiry .description .number-list-wrap .category {
	display: flex;
	margin-right: 10px;
}

.tpl-inquiry .description .number-list-wrap .category .label {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #595656;
	width: 160px;
	height: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .category .label {
		width: 75px;
		height: 46px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .category .label {
		font-size: 12px;
		line-height: 1.3;
	}
}

.tpl-inquiry .description .number-list-wrap .category::after {
	content: "";
	display: block;
	width: 11px;
	height: 34px;
	background: url(/assets/common/img/edge-triangle-right.svg) no-repeat;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .category::after {
		background: url(/assets/common/img/edge-triangle-right-large.svg) no-repeat;
		height: 46px;
		background-size: 11px 100%;
		position: relative;
		left: -1px;
	}
}

.tpl-inquiry .description .number-list-wrap .number-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .number-wrap {
		display: block;
	}
}

.tpl-inquiry .description .number-list-wrap .free-dial {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .free-dial {
		font-size: 12px;
	}
}

.tpl-inquiry .description .number-list-wrap .number {
	font-size: 38px;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-list-wrap .number {
		font-size: 27px;
		margin-top: 3px;
	}
}

@media screen and (max-width: 350px) {
	.tpl-inquiry .description .number-list-wrap .number {
		font-size: 24px;
	}
}

.tpl-inquiry .description .number-note {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry .description .number-note {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.tpl-inquiry.tpl-inquiry--nobox {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry.tpl-inquiry--nobox {
		margin-top: 20px;
		padding-top: 20px;
	}
}

.tpl-inquiry.tpl-inquiry--nobox .description {
	border: none;
	padding: 0;
}

.tpl-inquiry.tpl-inquiry--nobox .description .number-list-wrap {
	margin-top: 7px;
}

.tpl-inquiry.tpl-inquiry--nobox .description .number-note {
	margin-top: 10px;
	margin-bottom: 22px;
}

.tpl-inquiry .number-single {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin: 5px 0;
}

/* .tpl-inquiry-list
-----------------------------*/
@media screen and (max-width: 750px) {
	.tpl-inquiry-list .tile-wrap .item {
		height: auto !important;
	}
}

.tpl-inquiry-list .item {
	display: flex;
	align-items: center;
	/* .number-wrap
		-----------------------------*/
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-list .item {
		display: block;
	}
}

.tpl-inquiry-list .item + .item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}

.tpl-inquiry-list .item .text {
	width: 400px;
	padding-right: 35px;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-list .item .text {
		width: 100%;
		padding-right: 0;
	}
}

.tpl-inquiry-list .item .number-wrap {
	flex: 1;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-list .item .number-wrap {
		margin-top: 10px;
	}
}

.tpl-inquiry-list .item .free-dial {
	font-weight: 500;
	color: #e60012;
	font-size: 14px;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-list .item .free-dial {
		font-size: 12px;
	}
}

.tpl-inquiry-list .item .number {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
}

.tpl-inquiry-list .item .number.number--l {
	font-size: 38px;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-list .item .number.number--l {
		font-size: 28px;
	}
}

/* .tpl-inquiry-handling
-----------------------------*/
.tpl-inquiry-handling .title {
	padding: 10px;
	vertical-align: middle;
	background: #848484;
	color: #fff;
	border-top: 2px solid #e60012;
}

.tpl-inquiry-handling .item-wrap .list {
	display: flex;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-handling .item-wrap .list {
		display: block;
	}
}

.tpl-inquiry-handling .item-wrap .list .item {
	border: 1px solid #bebebe;
	border-top: none;
	width: 100%;
}

.tpl-inquiry-handling .item-wrap .list .item + .item {
	border-left: none;
}

@media screen and (max-width: 750px) {
	.tpl-inquiry-handling .item-wrap .list .item + .item {
		border: 1px solid #bebebe;
		border-top: none;
	}
}

.tpl-inquiry-handling .item-wrap .list .item .inner-title {
	background: #e1e1e1;
	padding: 10px;
	border-bottom: 1px solid #bebebe;
}

.tpl-inquiry-handling .item-wrap .list .item .inner-list-wrap {
	padding: 10px;
}

/* .tpl-procedure
-----------------------------*/
.tpl-procedure .box {
	border: 2px solid #595656;
	background: #eee;
	padding: 10px;
	text-align: center;
	font-weight: 500;
}

.tpl-procedure .box--col2 {
	display: flex;
	align-items: center;
	text-align: left;
}

@media screen and (max-width: 750px) {
	.tpl-procedure .box--col2 {
		display: block;
	}
}

.tpl-procedure .box--col2 .title {
	white-space: nowrap;
	font-weight: 500;
	min-width: 130px;
	padding-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-procedure .box--col2 .title {
		padding-left: 0;
	}
}

.tpl-procedure .box--col2 .text {
	margin-left: 20px;
	font-weight: normal;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-procedure .box--col2 .text {
		margin-left: 0;
	}
}

.tpl-procedure .box--link {
	border: 2px solid #e60012;
	background: #fff;
}

.tpl-procedure .box--link a {
	display: block;
	padding: 10px;
	margin: -10px;
}

.tpl-procedure .box--link a:hover .label {
	text-decoration: underline;
}

.tpl-procedure .item + .item::before {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-black-down.svg) no-repeat;
	margin: 15px auto;
}

/* .tpl-faq
-----------------------------*/
.tpl-faq .item + .item {
	margin-top: 10px;
}

.tpl-faq .q {
	padding: 15px 20px;
	padding-right: 55px;
	background: #eee;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-faq .q {
		padding: 10px;
		padding-right: 50px;
	}
}

.tpl-faq .q::before {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 100%;
}

.tpl-faq .q::after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url(/assets/common/img/icon-toggle-square-sprite.svg) no-repeat;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -13px;
}

@media screen and (max-width: 750px) {
	.tpl-faq .q::after {
		right: 10px;
	}
}

.tpl-faq .q.is-open:after {
	background-position: 0 -26px;
}

.tpl-faq .q .inner {
	flex: 1;
	border-left: 2px solid #e60012;
	padding-left: 12px;
}

.tpl-faq .q:hover p {
	text-decoration: underline;
}

.tpl-faq .a {
	display: none;
	padding-bottom: 30px;
}

.tpl-faq .a .inner {
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-faq .a {
		padding-bottom: 20px;
	}
}

/* .tpl-bobun-number
-----------------------------*/
.tpl-bobun-number {
	margin-top: 30px;
	font-weight: 500;
	color: #1e1e1e;
	font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
	.tpl-bobun-number {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-bobun-number {
		font-size: 1.6rem;
	}
}

/* .tpl-banner-acrobat
-----------------------------*/
.tpl-banner-acrobat {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat {
		margin-top: 15px;
	}
}

.tpl-banner-acrobat .inner {
	display: flex;
}

.tpl-banner-acrobat .inner .banner {
	width: 158px;
	margin-right: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat .inner .banner {
		width: 120px;
	}
}

.tpl-banner-acrobat .inner .text {
	flex: 1;
}

/* .tpl-banner-acrobat--gray
-----------------------------*/
.tpl-banner-acrobat--gray {
	margin-top: 60px;
	background: #eee;
	padding: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat--gray {
		margin-top: 30px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat--gray {
		padding: 15px;
	}
}

.tpl-banner-acrobat--gray .inner {
	align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat--gray .inner {
		display: block;
	}
}

.tpl-banner-acrobat--gray .inner .banner {
	width: 180px;
	margin-right: 0;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat--gray .inner .banner {
		margin: 0 auto;
	}
}

.tpl-banner-acrobat--gray .inner .text {
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.tpl-banner-acrobat--gray .inner .text {
		margin-top: 10px;
	}
}

/* .tpl-wysiwyg
-----------------------------*/
/* .tpl-wysiwyg--news
-----------------------------*/
.tpl-wysiwyg--news {
	/* h3
	-----------------------------*/
}

.tpl-wysiwyg--news > p + p {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > p + p {
		margin-top: 15px;
	}
}

.tpl-wysiwyg--news > h3 {
	position: relative;
	margin-top: 40px;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h3 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h3 {
		font-size: 2.2rem;
	}
}

.tpl-wysiwyg--news > h3::before {
	content: "";
	display: block;
	width: 345px;
	height: 2px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h3::before {
		width: 172px;
	}
}

.tpl-wysiwyg--news > h3::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #e1e1e1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h3 {
		margin-bottom: 20px;
	}
}

.tpl-wysiwyg--news > h4 {
	margin-top: 40px;
	position: relative;
	font-size: 2.4rem;
	color: #1e1e1e;
	font-weight: 500;
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h4 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h4 {
		font-size: 1.9rem;
	}
}

.tpl-wysiwyg--news > h4::before {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tpl-wysiwyg--news > h4::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #e1e1e1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h4::after {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news > h4 {
		margin-bottom: 20px;
	}
}

.tpl-wysiwyg--news h3 + h4 {
	margin-top: 0;
}

.tpl-wysiwyg--news .mgn-5,
.tpl-wysiwyg--news .mgn-10,
.tpl-wysiwyg--news .mgn-15 {
	margin-top: 0;
}

.tpl-wysiwyg--news .mgn-15 {
	margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news .mgn-15 {
		margin-bottom: 20px;
	}
}

.tpl-wysiwyg--news .mgn-5,
.tpl-wysiwyg--news .mgn-10 {
	margin-bottom: 10px;
}

.tpl-wysiwyg--news .arrow a {
	margin-left: 12px;
	text-indent: -12px;
	display: inline-block;
	text-decoration: none;
}

.tpl-wysiwyg--news .arrow a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: url(/assets/common/img/icon-arrow-red.svg) no-repeat;
	background-size: 5px auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--news .arrow a::before {
		top: -1px;
	}
}

.tpl-wysiwyg--news .arrow a:hover {
	text-decoration: underline;
}

.tpl-wysiwyg--news table.news .news-date {
	white-space: nowrap;
}

.tpl-wysiwyg--news table.news td {
	border-bottom: 1px dashed #d7d7d7;
	padding: 10px 0;
}

.tpl-wysiwyg--news .tpl-table .tbl_01-interest th,
.tpl-wysiwyg--news .tpl-table .tbl_01-interest td {
	text-align: left;
}

.tpl-wysiwyg--news .tar {
	text-align: right;
}

.tpl-wysiwyg--news .indent_list li {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5;
}

.tpl-wysiwyg--news .tpl-banner-acrobat a::after {
	display: none;
}

.tpl-wysiwyg--news .is-not-tpl-table td {
	border: none;
}

.tpl-wysiwyg--news .is-not-tpl-table--pad1 td {
	padding: 15px 15px 0 0;
}

/* .tpl-wysiwyg--product
-----------------------------*/
.tpl-wysiwyg--product {
	margin-top: 10px;
	word-wrap: break-word;
	word-break: break-all;
	/* .tpl-product-index-banner
	-----------------------------*/
	/* .tpl-product-index-movie
	-----------------------------*/
}

.tpl-wysiwyg--product > p + p {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > p + p {
		margin-top: 15px;
	}
}

.tpl-wysiwyg--product > h3 {
	position: relative;
	margin-top: 40px;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h3 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h3 {
		font-size: 2.2rem;
	}
}

.tpl-wysiwyg--product > h3::before {
	content: "";
	display: block;
	width: 345px;
	height: 2px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h3::before {
		width: 172px;
	}
}

.tpl-wysiwyg--product > h3::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #e1e1e1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h3 {
		margin-bottom: 20px;
	}
}

.tpl-wysiwyg--product > h4 {
	margin-top: 40px;
	position: relative;
	font-size: 2.4rem;
	color: #1e1e1e;
	font-weight: 500;
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h4 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h4 {
		font-size: 1.9rem;
	}
}

.tpl-wysiwyg--product > h4::before {
	content: "";
	display: block;
	width: 85px;
	height: 1px;
	background-color: #e60012;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tpl-wysiwyg--product > h4::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #e1e1e1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h4::after {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product > h4 {
		margin-bottom: 20px;
	}
}

.tpl-wysiwyg--product h3 + h4 {
	margin-top: 0;
}

.tpl-wysiwyg--product .red {
	color: #e60012;
}

.tpl-wysiwyg--product p + .tpl-list-indent-1em {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product p + .tpl-list-indent-1em {
		margin-top: 15px;
	}
}

.tpl-wysiwyg--product .tpl-text-box--strong {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-text-box--strong {
		margin-top: 20px;
	}
}

.tpl-wysiwyg--product .tpl-product-index-banner {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-banner {
		display: block;
		text-align: center;
	}
}

.tpl-wysiwyg--product .tpl-product-index-banner .inner {
	width: 470px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-banner .inner {
		width: 100%;
	}
}

.tpl-wysiwyg--product .tpl-product-index-banner a img {
	transition: opacity .2s;
}

.tpl-wysiwyg--product .tpl-product-index-banner a:hover img {
	opacity: 0.8;
}

.tpl-wysiwyg--product .tpl-product-index-movie .item {
	width: 340px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .item {
		width: 100%;
		max-width: 340px;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie a {
	text-decoration: none;
	color: #333;
}

.tpl-wysiwyg--product .tpl-product-index-movie a::after {
	display: none;
}

.tpl-wysiwyg--product .tpl-product-index-movie a:hover {
	text-decoration: underline;
}

.tpl-wysiwyg--product .tpl-product-index-movie .item--btn {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .item--btn {
		margin-top: 15px;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie .item--btn a {
	background: #eee;
	padding: 10px;
	display: block;
}

.tpl-wysiwyg--product .tpl-product-index-movie .item--btn .label {
	display: block;
	text-align: left;
	border: 1px solid #d7d7d7;
	padding: 15px 20px;
	padding-left: 30px;
	color: #1e1e1e;
	background: #fff;
	margin-left: 0;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .item--btn .label {
		padding: 10px 15px;
		padding-left: 20px;
		font-size: 1.4rem;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie .photo {
	position: relative;
	background: #000;
}

.tpl-wysiwyg--product .tpl-product-index-movie .photo::before {
	opacity: 1;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(/assets/common/img/icon-movie-play.png) no-repeat;
}

.tpl-wysiwyg--product .tpl-product-index-movie .photo img {
	transition: opacity .2s;
	position: relative;
	opacity: 0.8;
	width: 100%;
}

.tpl-wysiwyg--product .tpl-product-index-movie a:hover .photo img {
	opacity: 1;
}

.tpl-wysiwyg--product .tpl-product-index-movie .photo {
	display: inline-block;
}

.tpl-wysiwyg--product .tpl-product-index-movie .text-wrap {
	margin-top: 5px;
	display: block;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .text-wrap {
		margin-top: 5px;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie .list {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .list {
		display: block;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie .list + .list {
	margin-top: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .list + .list {
		margin-top: 15px;
	}
}

.tpl-wysiwyg--product .tpl-product-index-movie .list .item {
	margin: 0;
	width: 345px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .list .item {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--product .tpl-product-index-movie .list .item + .item {
		margin-top: 20px;
	}
}

.tpl-wysiwyg--product table.is-not-tpl--ie11-fix {
	border-collapse: separate;
}

.tpl-wysiwyg--product table.is-not-tpl--ie11-fix td {
	border-top: none;
	border-left: none;
}

.tpl-wysiwyg--product table.is-not-tpl--ie11-fix tr td:nth-child(1) {
	border-right: 2px solid #c8c8c8;
}

.tpl-wysiwyg--product table.is-not-tpl--ie11-fix tr + tr td {
	border-top: 2px solid #c8c8c8;
}

/* .tpl-wysiwyg--message
-----------------------------*/
.tpl-wysiwyg--message > p + p {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg--message > p + p {
		margin-top: 15px;
	}
}

.tpl-product-rate {
	margin-top: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-rate {
		margin-top: 10px;
	}
}

.tpl-product-rate table {
	border: 2px solid #c8c8c8;
}

.tpl-product-rate th,
.tpl-product-rate td {
	padding: 10px;
	border-top: 2px solid #c8c8c8;
	border-left: 2px solid #c8c8c8;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.tpl-product-rate th,
	.tpl-product-rate td {
		padding: 5px;
	}
}

.tpl-product-rate th {
	background: #848484;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.tpl-product-rate {
		margin-bottom: 5px;
	}
}

/* .tpl-product-labelbox
-----------------------------*/
.tpl-product-labelbox {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	min-width: 120px;
	text-align: center;
}

/* .tpl-product-navi-local
-----------------------------*/
.tpl-product-navi-local {
	/* .list-wrap-02
	-----------------------------*/
	/* .list-wrap-03
	-----------------------------*/
}

.tpl-product-navi-local .only-pc--product-index {
	display: none;
}

@media screen and (min-width: 751px) {
	.tpl-product-navi-local--index .only-pc--product-index {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local--index .only-pc--product-index {
		display: none;
	}
}

.tpl-product-navi-local .wrap {
	background: #eee;
	padding: 10px;
}

.tpl-product-navi-local .list-wrap-01 .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-01 .list {
		margin-top: -5px;
	}
}

.tpl-product-navi-local .list-wrap-01 .item {
	display: flex;
	flex-direction: column;
	width: calc( 50% - 10px);
	margin-left: 10px;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-01 .item {
		margin-top: 5px;
		display: block;
		width: 100%;
	}
}

.tpl-product-navi-local .list-wrap-01.is-single .item {
	width: 100%;
}

.tpl-product-navi-local .list-wrap-01 a {
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 1.4;
	align-items: center;
	margin: 0;
	text-indent: 0;
	border: 1px solid #d7d7d7;
	padding: 15px 20px;
	padding-left: 30px;
	color: #1e1e1e;
	font-size: 1.7rem;
	background: #fff url(/assets/common/img/icon-arrow-red.svg) no-repeat 20px center;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-01 a {
		height: auto !important;
	}
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-01 a {
		padding: 10px 15px;
		padding-left: 20px;
		font-size: 1.4rem;
	}
}

.tpl-product-navi-local .list-wrap-01 a::before {
	display: none;
}

.tpl-product-navi-local .list-wrap-01 a::after {
	flex: 0 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-01 a {
		background-position: 10px center;
	}
}

.tpl-product-navi-local .list-wrap-02 {
	margin-top: 10px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 15px 20px;
	/* .item
		-----------------------------*/
}

.tpl-product-navi-local .list-wrap-02 .item {
	display: flex;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-02 .item {
		display: block;
	}
}

.tpl-product-navi-local .list-wrap-02 .item + .item {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-02 .item + .item {
		margin-top: 15px;
	}
}

.tpl-product-navi-local .list-wrap-02 .item .title {
	min-width: 110px;
	padding-right: 15px;
	background: #fff;
	position: relative;
}

.tpl-product-navi-local .list-wrap-02 .item .inner-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
	margin-left: -30px;
	align-content: flex-start;
	align-items: flex-start;
}

.tpl-product-navi-local .list-wrap-02 .item .inner-list li {
	min-width: 90px;
	margin-top: 5px;
	border-left: 1px solid #c3c3c3 !important;
	margin-left: 15px;
	padding-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-02 .item .inner-list li {
		min-width: 0;
	}
}

.tpl-product-navi-local .list-wrap-02 .item .inner-list li a {
	word-wrap: break-word;
	word-break: break-all;
}

.tpl-product-navi-local .list-wrap-03 {
	margin-top: 10px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 15px 20px;
}

.tpl-product-navi-local .list-wrap-03 .list {
	margin-left: -15px;
	margin-top: -10px;
}

.tpl-product-navi-local .list-wrap-03 .item {
	display: block;
	vertical-align: top;
	margin-left: 15px;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-03 .item {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.tpl-product-navi-local .list-wrap-03 .item a {
		display: block;
	}
}

/* .tpl-product-index
-----------------------------*/
.tpl-product-index {
	display: flex;
	justify-content: space-between;
	/* .tpl-product-navi-local--index
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.tpl-product-index {
		display: block;
	}
}

.tpl-product-index .photo {
	width: 210px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .photo {
		width: 100%;
		text-align: center;
	}
}

.tpl-product-index .photo a {
	transition: opacity .2s;
}

.tpl-product-index .photo a:hover {
	opacity: 0.8;
}

.tpl-product-index .photo .img {
	width: 100%;
	border: 1px solid #dadada;
	display: inline-block;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .photo .img {
		width: 165px;
	}
}

.tpl-product-index .tpl-product-navi-local--index {
	width: 470px;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .tpl-product-navi-local--index {
		width: 100%;
		margin-top: 30px;
	}
}

.tpl-product-index .tpl-product-navi-local--index .wrap {
	padding: 0;
	background: none;
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 {
	padding: 10px;
	background: #eee;
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .list {
	display: block;
	margin: 0;
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item {
	width: 100%;
	margin: 0;
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item + .item {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item + .item {
		margin-top: 5px;
	}
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item.item--first a {
	border-color: #e60012;
	color: #e60012;
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item .text {
	line-height: 1.4;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item .text {
		margin-top: 15px;
	}
}

.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item a + .text {
	margin-top: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-index .tpl-product-navi-local--index .list-wrap-01 .item a + .text {
		margin-bottom: 15px;
	}
}

.is-font-zoom .tpl-product-index .tpl-product-navi-local--index .list-wrap-02 .inner-list li {
	min-width: 90px;
}

@media screen and (max-width: 750px) {
	.is-font-zoom .tpl-product-index .tpl-product-navi-local--index .list-wrap-02 .inner-list li {
		min-width: 0;
	}
}

/* .tpl-product-index-grid
-----------------------------*/
.tpl-product-index-grid .list {
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .list {
		display: block;
	}
}

.tpl-product-index-grid .item {
	width: 33.3333%;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .item {
		width: 100%;
		text-align: left;
	}
}

.tpl-product-index-grid .item + .item {
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .item + .item {
		margin-left: 0;
		margin-top: 15px;
	}
}

.tpl-product-index-grid a {
	display: block;
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-top: 2px solid #e60012;
	color: #1e1e1e;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid a {
		padding: 15px 10px;
		display: flex;
	}
}

.tpl-product-index-grid .name {
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .name {
		font-size: 1.5rem;
	}
}

.tpl-product-index-grid .photo {
	width: 140px;
	margin: 0 auto;
	margin-top: 15px;
	transition: opacity .2s;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .photo {
		width: 18.66666666666667vw;
		/* 140/750 */
		min-width: 80px;
		margin: 0;
	}
}

.tpl-product-index-grid .photo img {
	border: 1px solid #d9d9d9;
}

@media screen and (max-width: 750px) {
	.tpl-product-index-grid .data {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-left: 15px;
	}
}

.tpl-product-index-grid .tpl-btn {
	margin-top: 20px;
	min-width: 0;
	padding: 10px;
}

.tpl-product-index-grid a:hover .photo {
	opacity: 0.8;
}

.tpl-product-index-grid a:hover .tpl-btn {
	text-decoration: underline;
}

.tpl-product-type .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-top: -5px;
}

.tpl-product-type li {
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid;
	padding: 3px;
	min-width: 90px;
	font-size: 0;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-product-type li {
		min-width: 85px;
	}
}

.tpl-product-type li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.tpl-product-type .type-yen {
	border-color: #e60012;
	color: #e60012;
}

.tpl-product-type .type-yen::before {
	background: #e60012 url(/assets/common/img/icon-currency-yen.svg) no-repeat center center;
}

.tpl-product-type .type-usd {
	border-color: #0068b7;
	background: #71bce9;
	color: #fff;
}

.tpl-product-type .type-usd::before {
	background: #fff url(/assets/common/img/icon-currency-usd.svg) no-repeat center center;
}

.tpl-product-type .type-aud {
	border-color: #d4520c;
	background: #f5ab19;
	color: #fff;
}

.tpl-product-type .type-aud::before {
	background: #fff url(/assets/common/img/icon-currency-aud.svg) no-repeat center center;
}

.tpl-product-type .label {
	line-height: 1;
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.tpl-product-type .label {
		font-size: 1.2rem;
	}
}

/* .tpl-category-visual
-----------------------------*/
.tpl-category-visual {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #dcdcdc;
}

.tpl-category-visual .tpl-inner-wrap {
	display: flex;
	height: 210px;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-category-visual .tpl-inner-wrap {
		height: 115px;
	}
}

.tpl-category-visual .label {
	font-size: 3.4rem;
	line-height: 1.3;
	font-weight: 500;
	color: #e60012;
	position: relative;
	top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-category-visual .label {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 750px) {
	.tpl-category-visual .label {
		top: 0;
	}
}

/* .tpl-product-filter
-----------------------------*/
.tpl-product-filter {
	margin-top: 40px;
	background: #eee;
	position: relative;
	padding: 25px 20px;
	/* .filter-wrap
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.tpl-product-filter {
		margin-top: 20px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-product-filter {
		padding: 20px 10px;
	}
}

.tpl-product-filter .tpl-title {
	margin-bottom: 0;
	position: relative;
	padding: 25px 20px;
	margin: -25px -20px !important;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .tpl-title {
		padding: 20px 10px;
		margin: -20px -10px !important;
	}
}

.tpl-product-filter .tpl-title .btn-toggle {
	width: 26px;
	height: 26px;
	background: #e60012;
	position: absolute;
	top: 25px;
	right: 20px;
	transition: opacity .2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .tpl-title .btn-toggle {
		top: 20px;
		right: 10px;
	}
}

.tpl-product-filter .tpl-title .btn-toggle::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/assets/common/img/icon-toggle-white-sprite.svg) no-repeat;
}

.tpl-product-filter .tpl-title:hover .btn-toggle {
	opacity: 0.6;
}

.tpl-product-filter.is-open .btn-toggle::before {
	background-position: 0 -12px;
}

.tpl-product-filter .filter-wrap {
	/* .check
		-----------------------------*/
}

.tpl-product-filter .filter-wrap .inner {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}

.tpl-product-filter .filter-wrap .item {
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .item {
		display: block;
	}
}

.tpl-product-filter .filter-wrap .item + .item {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .item + .item {
		margin-top: 25px;
	}
}

.tpl-product-filter .filter-wrap .item .check--parent {
	width: 160px;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .item .check--parent {
		width: 100%;
		font-size: 1.5rem;
	}
}

.is-font-zoom .filter-wrap .check--parent {
	width: 180px !important;
}

.tpl-product-filter .filter-wrap .check {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .check label {
		width: 100%;
	}
}

.tpl-product-filter .filter-wrap .check input[type=checkbox] {
	display: none;
}

.tpl-product-filter .filter-wrap .check .name {
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .check .name {
		width: 100%;
		display: block;
	}
}

.tpl-product-filter .filter-wrap .check .name::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #d7d7d7;
	margin-right: 5px;
}

.tpl-product-filter .filter-wrap .check input[type=checkbox]:checked + .name::before {
	background: #fff url(/assets/common/img/icon-check.svg) no-repeat center center;
}

.tpl-product-filter .filter-wrap .inner-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .inner-list {
		display: block;
		margin-left: 25px;
	}
}

.tpl-product-filter .filter-wrap .inner-list .check {
	width: 100%;
}

.tpl-product-filter .filter-wrap .inner-list .check:nth-child(1),
.tpl-product-filter .filter-wrap .inner-list .check:nth-child(2) {
	width: 50%;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .filter-wrap .inner-list .check:nth-child(1),
	.tpl-product-filter .filter-wrap .inner-list .check:nth-child(2) {
		width: 100%;
	}
}

.is-font-zoom .inner-list .check:nth-child(1),
.is-font-zoom .inner-list .check:nth-child(2) {
	width: 100% !important;
}

.tpl-product-filter .btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 1.5rem;
}

.tpl-product-filter .btn-wrap a {
	color: #1e1e1e;
	text-decoration: none;
	line-height: 1;
}

.tpl-product-filter .btn-wrap a:hover,
.tpl-product-filter .btn-wrap a:hover span {
	text-decoration: underline;
}

.tpl-product-filter .btn-wrap .btn--reset a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 18px;
	background: url(/assets/common/img/icon-reset.svg) no-repeat;
	background-size: auto 18px;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .btn-wrap .btn--reset a {
		text-indent: -19px;
		margin-left: 19px;
		display: inline-block;
	}
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .btn-wrap .btn--reset {
		font-size: 1.2rem;
		width: 50%;
	}
}

.tpl-product-filter .btn-wrap .btn--search {
	margin-left: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .btn-wrap .btn--search {
		margin-left: 10px;
	}
}

.tpl-product-filter .btn-wrap .btn--search .tpl-btn {
	min-width: 240px;
	padding: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter .btn-wrap .btn--search .tpl-btn {
		min-width: 0;
	}
}

/* .tpl-product-filter__selection
-----------------------------*/
.tpl-product-filter__selection {
	margin: 20px 0 0;
}

.tpl-product-filter__selection .title {
	font-weight: 500;
	white-space: nowrap;
}

.tpl-product-filter__selection .list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
	padding-top: 10px;
}

.tpl-product-filter__selection .list li {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border: 1px solid #d7d7d7;
	padding: 5px 15px;
	border-radius: 50px;
	margin-top: 10px;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-product-filter__selection .list li {
		width: calc( 50% - 10px);
		line-height: 1.4;
	}
}

/* .tpl-product-list
-----------------------------*/
.tpl-product-filter + .tpl-product-list {
	margin-top: 40px;
}

.tpl-product-filter__selection + .tpl-product-list {
	margin-top: 25px;
}

.tpl-product-list .list-title {
	font-weight: 500;
	font-size: 2.0rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .list-title {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
}

.tpl-product-list .list-wrap + .list-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .list-wrap + .list-wrap {
		margin-top: 20px;
	}
}

.tpl-product-list .item {
	border: 1px solid #d7d7d7;
	border-top: 2px solid #e60012;
	padding: 20px;
	display: flex;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .item {
		padding: 15px 10px;
	}
}

.tpl-product-list .item + .item {
	margin-top: 20px;
}

.tpl-product-list .item .photo {
	margin-right: 30px;
	width: 140px;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .item .photo {
		margin-right: 15px;
		width: 70px;
	}
}

.tpl-product-list .item .photo img {
	border: 1px solid #d9d9d9;
}

.tpl-product-list .item .photo a {
	transition: opacity .2s;
}

.tpl-product-list .item .photo a:hover {
	opacity: 0.8;
}

.tpl-product-list .item .data {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tpl-product-list .item .pet-name {
	font-weight: 500;
	font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .item .pet-name {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

.tpl-product-list .item .tpl-product-type {
	margin-top: 10px;
}

.tpl-product-list .item .product-name {
	margin-top: 10px;
	font-size: 1.4rem;
	word-wrap: break-word;
	word-break: break-all;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .item .product-name {
		font-size: 1.2rem;
	}
}

.tpl-product-list .item .bottom {
	margin-top: 20px;
}

.tpl-product-list .item .btn-detail {
	width: 100%;
}

.tpl-product-list .item .btn-detail a {
	min-width: 0;
	width: 100%;
	padding: 10px;
	font-size: 1.7rem;
}

@media screen and (max-width: 750px) {
	.tpl-product-list .item .btn-detail a {
		font-size: 1.5rem;
	}
}

/* .tpl-end-product-list
-----------------------------*/
.tpl-end-product-list {
	margin-top: 30px;
}

.tpl-end-product-list .item + .item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
}

.tpl-end-product-list .item .tpl-title {
	margin: 0;
	margin-bottom: 20px;
}

.tpl-end-product-list .item .logo a {
	transition: opacity .2s;
}

.tpl-end-product-list .item .logo a:hover {
	opacity: 0.8;
}

.tpl-end-product-list .item .btn-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
}

.tpl-end-product-list .item .btn-list li {
	margin-top: 15px;
	margin-left: 15px;
	display: flex;
	width: calc( 50% - 15px);
}

@media screen and (max-width: 750px) {
	.tpl-end-product-list .item .btn-list li {
		width: calc( 50% - 15px);
	}
}

@media screen and (max-width: 450px) {
	.tpl-end-product-list .item .btn-list li {
		width: calc( 100% - 15px);
	}
}

.tpl-end-product-list .item .btn-list a {
	min-width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-end-product-list .item .btn-list a .tpl-icon {
		margin: 0;
		text-indent: 0;
	}
}

.tpl-end-product-list .item .btn-list a:hover span {
	text-decoration: underline;
}

/* .tpl-agent-list
-----------------------------*/
.tpl-agent-list {
	background: #eee;
	padding: 10px;
}

.tpl-agent-list + .tpl-agent-list {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-agent-list + .tpl-agent-list {
		margin-top: 15px;
	}
}

.tpl-agent-list .tpl-title {
	margin: 0;
	line-height: 1;
	margin-top: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-agent-list .tpl-title {
		margin-top: 5px;
	}
}

.tpl-agent-list > .list {
	padding-top: 25px;
	margin-top: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.tpl-agent-list > .list {
		padding-top: 10px;
		margin-top: 0;
		margin-left: 0;
	}
}

.tpl-agent-list > .list .item {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	width: calc( 50% - 10px);
	background: #fff;
	border: 1px solid #d7d7d7;
}

@media screen and (max-width: 750px) {
	.tpl-agent-list > .list .item {
		margin-top: 5px;
		margin-left: 0;
	}
}

@media screen and (max-width: 750px) {
	.tpl-agent-list > .list .item {
		width: 100%;
	}
}

.tpl-agent-list > .list a {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 10px;
	margin: -10px;
}

.tpl-agent-list > .list .name {
	font-size: 1.7rem;
	line-height: 1.4;
	color: #1e1e1e;
}

@media screen and (max-width: 750px) {
	.tpl-agent-list > .list .name {
		font-size: 1.6rem;
	}
}

.tpl-agent-list > .list a:hover .name .tpl-icon {
	text-decoration: underline;
}

.tpl-agent-list > .list .tpl-product-type {
	margin-top: 10px;
}

/* .tpl-legend-box
-----------------------------*/
.tpl-legend-box {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-legend-box {
		margin-top: 20px;
	}
}

.tpl-legend-box .title {
	border: solid 2px #595656;
	border-bottom: none;
	background: #eee;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	padding: 15px 20px;
}

@media screen and (max-width: 750px) {
	.tpl-legend-box .title {
		font-size: 1.6rem;
		padding: 10px;
	}
}

.tpl-legend-box .box {
	border: solid 2px #595656;
	padding: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-legend-box .box {
		padding: 10px;
	}
}

.tpl-legend-box .item {
	display: flex;
}

.tpl-legend-box .item + .item {
	margin-top: 15px;
}

.tpl-legend-box .item .text {
	flex: 1;
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-legend-box .item .text {
		margin-left: 10px;
	}
}

/* .tpl-toggle
-----------------------------*/
.tpl-toggle .tpl-toggle__title {
	cursor: pointer;
	position: relative;
}

.tpl-toggle .tpl-toggle__title .tpl-toggle__btn {
	width: 26px;
	height: 26px;
	background: #e60012;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
	transition: opacity .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .2s;
}

.tpl-toggle .tpl-toggle__title .tpl-toggle__btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/assets/common/img/icon-toggle-white-sprite.svg) no-repeat;
}

.tpl-toggle.is-open .tpl-toggle__btn::before {
	position: relative;
	top: 1px;
	background-position: 0 -13px !important;
}

.tpl-toggle--news .tpl-toggle__title .tpl-toggle__btn {
	top: 45%;
	right: 0;
	margin-top: -13px;
}

.tpl-toggle .tpl-toggle__title:hover .tpl-toggle__btn {
	opacity: 0.5;
}

@media screen and (max-width: 750px) {
	.tpl-toggle .tpl-toggle__title:hover .tpl-toggle__btn {
		opacity: 1;
	}
}

.tpl-toggle .tpl-toggle__body {
	display: none;
}

/* .tpl-rate-text
-----------------------------*/
.tpl-rate-text {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 500px) {
	.tpl-rate-text > p:nth-child(1) {
		flex: 1;
	}
}

.tpl-rate-text .fraction-wrap {
	text-align: center;
}

@media screen and (max-width: 500px) {
	.tpl-rate-text .fraction-wrap {
		flex: 1;
	}
}

.tpl-rate-text .fraction-wrap .denominator {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #1e1e1e;
}

/* .tpl-modal
-----------------------------*/
.tpl-modal__content__inner {
	background: #fff;
	max-width: 980px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-modal__content__inner {
		padding: 5px;
		margin: 0 10px;
	}
}

.tpl-modal__content__inner .mfp-close {
	display: none;
}

.tpl-modal__content__btn-close {
	position: absolute;
	top: -40px;
	right: -15px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(/assets/common/img/icon-close-white.svg) no-repeat center center;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-modal__content__btn-close:hover {
	opacity: 0.8;
}

/* .tpl-modal__content__youtube
-----------------------------*/
.tpl-modal__content__youtube {
	position: relative;
	padding-top: 56.25%;
	/* 9/16 */
}

.tpl-modal__content__youtube iframe,
.tpl-modal__content__youtube video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
