.tpl-outer-wrap {
	background: #e0f3f7;
	padding: 30px 20px;
}

@media screen and (max-width: 750px) {
	.tpl-outer-wrap {
		padding: 15px;
	}
}

.tpl-outer-wrap + .tpl-outer-wrap {
	padding-top: 0;
}

@media screen and (max-width: 750px) {
	.tpl-outer-wrap + .tpl-outer-wrap {
		padding-top: 0;
	}
}

.tpl-outer-wrap .tpl-inner-wrap {
	width: 100%;
}

#tpl-contents > .tpl-outer-wrap:last-child {
	margin-bottom: -40px;
}

.tpl-intro-wrap {
	padding: 0 20px;
}

@media screen and (max-width: 750px) {
	.tpl-intro-wrap {
		padding: 0;
	}
}

.tpl-intro-wrap .tpl-inner-wrap {
	width: 100%;
}

.tpl-inner-wrap-l {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.tpl-inner-wrap-m {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.tpl-inner-wrap-s {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.tpl-inner-wrap--card {
	background: #fff;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* .tpl-title
-----------------------------*/
.tpl-title {
	position: relative;
	color: #141414;
}

/* .tpl-title--pagetitle
-----------------------------*/
.tpl-title--pagetitle {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 37px;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle {
		margin-top: 26px;
	}
}

.tpl-title--pagetitle .label-sub {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 13px;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle .label-sub {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
}

.tpl-title--pagetitle .label-sub a {
	color: #323232;
	text-decoration: none;
}

.tpl-title--pagetitle .label-sub a:hover {
	color: #009bbc;
}

.tpl-title--pagetitle .label {
	line-height: 1.2;
	font-size: 3.8rem;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle .label {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 750px) {
	.tpl-title--pagetitle {
		margin-bottom: 26px;
	}
}

/* .tpl-title--l
-----------------------------*/
.tpl-title--l {
	margin-top: 30px;
}

.tpl-title--l .label {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
}

/* .tpl-title--m
-----------------------------*/
.tpl-title--m {
	margin-top: 28px;
}

.tpl-title--m .label {
	font-size: 1.8rem;
	line-height: 1.2;
}

/* .tpl-title--s
-----------------------------*/
.tpl-title--s {
	margin-top: 26px;
}

.tpl-title--s .label {
	font-size: 1.6rem;
	line-height: 1.2;
}

/* .tpl-title--s-border
-----------------------------*/
.tpl-title--s-border {
	margin-top: 26px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}

.tpl-title--s-border .label {
	font-size: 1.6rem;
	line-height: 1.2;
}

.tpl-title--sec {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	background-color: #e0f3f7;
	padding-top: 35px;
	padding-bottom: 73px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec {
		padding: 20px 4vw 43px;
	}
}

.tpl-title--sec:before {
	content: '';
	display: block;
	margin-right: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec:before {
		margin-right: 10px;
	}
}

.tpl-title--sec.is-post:before {
	width: 41px;
	height: 45px;
	background: url(/assets/common/img/icon-post.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-post:before {
		width: 26px;
		height: 29px;
	}
}

.tpl-title--sec.is-community:before {
	width: 46px;
	height: 43px;
	background: url(/assets/common/img/icon-community.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-community:before {
		width: 29px;
		height: 28px;
	}
}

.tpl-title--sec.is-project:before {
	width: 62px;
	height: 39px;
	background: url(/assets/common/img/icon-project.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-project:before {
		width: 40px;
		height: 25px;
	}
}

.tpl-title--sec.is-gallery:before {
	width: 40px;
	height: 36px;
	background: url(/assets/common/img/icon-gallery.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-gallery:before {
		width: 26px;
		height: 24px;
	}
}

.tpl-title--sec.is-comment:before {
	width: 51px;
	height: 40px;
	background: url(/assets/common/img/icon-comment.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-comment:before {
		width: 33px;
		height: 26px;
	}
}

.tpl-title--sec.is-support:before {
	width: 52px;
	height: 55px;
	background: url(/assets/common/img/icon-support.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-support:before {
		width: 34px;
		height: 36px;
	}
}

.tpl-title--sec.is-setting:before {
	width: 52px;
	height: 41px;
	background: url(/assets/common/img/icon-setting.svg) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.is-setting:before {
		width: 34px;
		height: 26px;
	}
}

.tpl-title--sec.up {
	margin-bottom: -45px;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec.up {
		margin-bottom: -27px;
	}
}

.tpl-title--sec .label {
	font-size: 3.4rem;
	font-weight: bold;
	color: #009bbc;
}

@media screen and (max-width: 750px) {
	.tpl-title--sec .label {
		font-size: 2.2rem;
	}
}

.tpl-text p + p {
	margin-top: 15px;
}

.tpl-note {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 15px;
}

.tpl-color-black {
	color: #141414;
}

/* .tpl-icon
-----------------------------*/
.tpl-icon::before, .tpl-icon::after {
	content: "";
}

a.tpl-icon {
	text-decoration: none;
}

a.tpl-icon:hover {
	text-decoration: underline;
}

.tpl-icon--arrow-after {
	display: inline-block;
}

.tpl-icon--arrow-after::after {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat;
	background-size: 8px auto;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-icon--arrow-after::after {
		top: -1px;
	}
}

.tpl-icon--arrow-before {
	display: inline-block;
}

.tpl-icon--arrow-before::before {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat;
	background-size: 8px auto;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	margin-right: 5px;
}

.tpl-icon--blank::after {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url(/assets/common/img/icon-blank.svg) no-repeat;
	background-size: 13px auto;
	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: 13px;
	height: 13px;
	background: url(/assets/common/img/icon-blank-white.svg) no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.tpl-icon--pdf::after {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(/assets/common/img/icon-pdf.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 750px) {
	.tpl-icon--pdf::after {
		width: 18px;
		height: 18px;
	}
}

.tpl-icon--pdf span {
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	.tpl-icon--pdf span {
		font-size: 1.3rem;
	}
}

/* .tpl-btn
-----------------------------*/
.tpl-btn {
	width: auto;
	display: inline-block;
	min-width: 300px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
	background: #fff;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	border: 2px solid #009bbc;
	border-radius: 5px;
	text-align: center;
	line-height: 1.4;
	word-wrap: break-word;
	word-break: break-all;
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

@media screen and (max-width: 750px) {
	.tpl-btn {
		min-width: 0;
	}
}

.tpl-btn:hover {
	opacity: .6;
}

@media screen and (max-width: 750px) {
	.tpl-btn {
		padding: 15px 40px;
	}
}

.tpl-btn .label {
	color: #323232;
	font-size: 1.6rem;
	font-weight: bold;
}

.tpl-btn::after {
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	margin-left: 10px;
	background: url(/assets/common/img/icon-triangle-blue.svg) 0 0 no-repeat;
	background-size: 7px auto;
}

button.tpl-btn {
	width: 100%;
	outline: none;
}

.is-pc button.tpl-btn .label {
	position: relative;
	top: 2px;
}

.tpl-btn--x::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url(/assets/common/img/icon-close.svg) no-repeat center;
	background-size: 15px auto;
}

.tpl-btn-nostyle {
	background: none;
	border: none;
	font-size: 1.6rem;
}

.tpl-btn-nostyle:hover .label {
	text-decoration: underline;
}

/* .tpl-btn--width-s
-----------------------------*/
.tpl-btn--width-s,
button.tpl-btn--width-s {
	margin: 0 auto;
	min-width: 0;
	width: 150px;
}

/* .tpl-btn--width-m
-----------------------------*/
.tpl-btn--width-m,
button.tpl-btn--width-m {
	margin: 0 auto;
	min-width: 0;
	width: 300px;
}

@media screen and (max-width: 750px) {
	.tpl-btn--width-m,
	button.tpl-btn--width-m {
		width: 100%;
	}
}

/* .tpl-btn--width-m
-----------------------------*/
.tpl-btn--width-l,
button.tpl-btn--width-l {
	margin: 0 auto;
	min-width: 0;
	width: 360px;
}

@media screen and (max-width: 750px) {
	.tpl-btn--width-l,
	button.tpl-btn--width-l {
		width: 100%;
	}
}

/* .tpl-btn--thin
-----------------------------*/
.tpl-btn--thin,
button.tpl-btn--thin {
	padding: 10px;
}

/* .tpl-btn--fill
-----------------------------*/
.tpl-btn--fill {
	background: #009bbc;
	border: none;
	-webkit-transition: opacity .2s, background .2s;
	transition: opacity .2s, background .2s;
}

.tpl-btn--fill .label {
	color: #fff;
}

.tpl-btn--fill:hover {
	background: #009bbc;
	opacity: 0.8;
}

.tpl-btn--fill::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
}

.tpl-btn--fill[disabled] {
	background: #ccc;
	cursor: default;
}

.tpl-btn--fill[disabled]:hover {
	opacity: 1;
}

.tpl-btn--gray {
	background: #a5a3a8;
	border: none;
}

.tpl-btn--gray .label {
	color: #fff;
}

.tpl-btn--gray:hover {
	background: #575658;
}

.tpl-btn--gray::after {
	display: none;
}

.tpl-btn--s {
	padding: 5px 10px;
	min-width: 0;
}

.tpl-btn--s::after {
	display: none;
}

.tpl-btn--fz-l .label {
	font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
	.tpl-btn--fz-l .label {
		font-size: 2.0rem;
	}
}

/* .tpl-btn--live
-----------------------------*/
.tpl-btn--live {
	background: #009bbc;
	border: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (max-width: 750px) {
	.tpl-btn--live {
		padding: 10px;
	}
}

.tpl-btn--live .label {
	color: #fff;
}

.tpl-btn--live:hover {
	background: #009bbc;
	opacity: 0.8;
}

.tpl-btn--live::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ffffff;
}

.tpl-btn--live.tpl-btn--live-s {
	min-width: 0;
	padding: 10px;
}

.tpl-btn--live .icon {
	width: 33px;
	height: 30px;
	display: block;
	margin-right: 3px;
	background: url(/assets/common/img/icon-live.svg) no-repeat;
	background-size: 33px auto;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.tpl-btn--live .label {
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	position: relative;
	font-weight: bold;
	display: block;
	width: auto;
}

/* .tpl-like-badge
-----------------------------*/
.tpl-like-badge {
	background: #FFF;
	position: relative;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fdd000;
}

@media screen and (max-width: 750px) {
	.tpl-like-badge {
		width: 45px;
		height: 45px;
		border-radius: 23px;
	}
}

.tpl-like-badge::before {
	content: "";
	display: block;
	width: 15px;
	height: 12px;
	background: url(/assets/common/img/icon-like-white.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 13px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
	.tpl-like-badge::before {
		width: 14px;
		height: 12px;
		top: 9px;
	}
}

.tpl-like-badge .count {
	color: #323232;
	line-height: 1;
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-like-badge .count {
		margin-top: 15px;
		font-size: 1.0rem;
	}
}

/* .tpl-like
-----------------------------*/
.tpl-like {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
}

.tpl-like .btn {
	width: 110px;
	height: 35px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #ffd900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
}

@media screen and (max-width: 750px) {
	.tpl-like .btn {
		width: 90px;
	}
}

.tpl-like .btn::before {
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	background: url(/assets/common/img/icon-like-fill.svg);
	background-size: 15px auto;
	margin-right: 3px;
}

.tpl-like .btn .label {
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-like .btn .label {
		font-size: 1.4rem;
	}
}

.tpl-like .btn:hover {
	background: #f5f5f5;
}

.tpl-like.is-active .btn {
	background: #ffd900;
}

.tpl-like.is-active .btn::before {
	background: url(/assets/common/img/icon-like.svg);
	background-size: 15px auto;
}

.tpl-like .count {
	width: 44px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid #bebebe;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 8px;
	overflow: visible;
	position: relative;
}

.tpl-like .count::before {
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -4px;
	content: "";
	width: 5px;
	height: 9px;
	background: url(/assets/common/img/icon-like-count-edge.svg) no-repeat;
	background-size: 5px auto;
}

/* .tpl-fav
-----------------------------*/
.tpl-fav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tpl-fav .btn {
	width: 135px;
	height: 35px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #009bbc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
}

@media screen and (max-width: 750px) {
	.tpl-fav .btn {
		width: 115px;
	}
}

.tpl-fav .btn::before {
	content: "";
	display: block;
	width: 16px;
	height: 15px;
	background: url(/assets/common/img/icon-fav-fill.svg);
	background-size: 16px auto;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.tpl-fav .btn .label {
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-fav .btn .label {
		font-size: 1.4rem;
	}
}

.tpl-fav .btn:hover {
	background: #f5f5f5;
}

.tpl-fav.is-active .btn {
	background: #009bbc;
}

.tpl-fav.is-active .btn .label {
	color: #fff;
}

.tpl-fav.is-active .btn::before {
	background: url(/assets/common/img/icon-fav.svg);
	background-size: 16px auto;
}

.tpl-bottom-btn-wrap {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 750px) {
	.tpl-bottom-btn-wrap {
		display: block;
	}
}

.tpl-bottom-btn-wrap .list {
	width: 100%;
	position: relative;
}

.tpl-bottom-btn-wrap li {
	max-width: 300px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-bottom-btn-wrap li {
		max-width: 100%;
	}
}

.tpl-bottom-btn-wrap li + li {
	margin-top: 15px;
}

.tpl-bottom-btn-wrap .btn-prev {
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
	.tpl-bottom-btn-wrap .btn-prev {
		margin-top: 40px;
		position: static;
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
	}
}

/* .tpl-bottom-btn-back
-----------------------------*/
.tpl-bottom-btn-back {
	padding: 0 20px;
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-bottom-btn-back {
		padding: 0 15px;
		margin-top: 15px;
	}
}

/* .tpl-toggle
-----------------------------*/
.tpl-toggle .tpl-toggle__title {
	cursor: pointer;
	position: relative;
}

.tpl-toggle .tpl-toggle__title:hover {
	color: #009bbc;
}

.tpl-toggle .tpl-toggle__title .tpl-toggle__btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	transition: opacity .2s;
}

.tpl-toggle .tpl-toggle__title .tpl-toggle__btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(/assets/common/img/icon-toggle-plus.svg) no-repeat;
	background-size: 30px auto;
}

.tpl-toggle.is-open .tpl-toggle__btn::before {
	position: relative;
	top: 1px;
	background: url(/assets/common/img/icon-toggle-minus.svg) no-repeat;
	background-size: 30px auto;
}

.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-toggle .tpl-toggle__btn-close::after {
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
	margin-top: -2px;
}

/* .tpl-modal
-----------------------------*/
.tpl-modal__content__inner {
	background: #fff;
	max-width: 980px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	border-radius: 5px;
}

@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: -50px;
	right: -10px;
	display: block;
	width: 40px;
	height: 40px;
	background: #fff url(/assets/common/img/icon-close.svg) no-repeat center center;
	cursor: pointer;
	border: 2px solid #009bbc;
	border-radius: 20px;
	text-indent: -9999px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-modal__content__btn-close:hover {
	opacity: 0.8;
}

/* .tpl-modal__content__movie
-----------------------------*/
.tpl-modal__content__movie {
	position: relative;
	padding-top: 56.25%;
	/* 9/16 */
}

.tpl-modal__content__movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .tpl-form-progress
-----------------------------*/
.tpl-form-progress {
	padding-bottom: 30px;
}

.tpl-form-progress .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 750px) {
	.tpl-form-progress .list {
		display: block;
	}
}

.tpl-form-progress li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.tpl-form-progress li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

@media screen and (max-width: 750px) {
	.tpl-form-progress li {
		width: 100%;
		min-width: 0;
	}
}

.tpl-form-progress li + li::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #bfbfbf;
}

@media screen and (max-width: 750px) {
	.tpl-form-progress li + li::before {
		width: 1px;
		height: 10px;
	}
}

.tpl-form-progress li .label {
	background: #f0f0f0;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px;
	width: 100%;
	min-height: 55px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-form-progress li .label {
		font-size: 1.3rem;
		min-height: 0;
	}
}

.tpl-form-progress li.is-active .label {
	background: #e0f3f7;
	color: #009bbc;
}

@media screen and (max-width: 750px) {
	.tpl-form-progress {
		padding-bottom: 30px;
	}
}

.tpl-form-intro {
	color: #707070;
	margin-bottom: 30px;
}

.tpl-form-intro .intro + .note {
	margin-top: 10px;
}

.tpl-form-intro .note {
	margin-top: 10px;
	font-size: 1.4rem;
}

.tpl-form-intro .tpl-form-error {
	margin-top: 20px;
}

.tpl-form-error {
	margin-top: 10px;
	color: #dc4844;
}

.tpl-form-must {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #009bbc;
	color: #009bbc;
	background: #fff;
	font-size: 11px;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 20px;
}

/* tpl-form-sec
-----------------------------*/
.tpl-form-sec + .tpl-form-sec {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d2d2d2;
}

.tpl-form-sec.tpl-form-sec--noborder {
	border-top: none;
	padding-top: 0;
}

/* .tpl-form-inputlist{
-----------------------------*/
.tpl-form-inputlist.tpl-form-inputlist--bg {
	background: #f0f0f0;
	border-radius: 5px;
	padding: 20px;
	padding-top: 30px;
}

.tpl-form-inputlist > .item,
.tpl-form-inputlist .tpl-check-toggle__target > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-form-inputlist > .item + .item,
.tpl-form-inputlist .tpl-check-toggle__target > .item + .item {
	margin-top: 30px;
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-form-inputlist > .item,
	.tpl-form-inputlist .tpl-check-toggle__target > .item {
		display: block;
	}
}

.tpl-form-inputlist > .item > .label,
.tpl-form-inputlist .tpl-check-toggle__target > .item > .label {
	width: 30%;
}

.tpl-form-inputlist > .item > .label .text,
.tpl-form-inputlist .tpl-check-toggle__target > .item > .label .text {
	display: block;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.tpl-form-inputlist > .item > .label,
	.tpl-form-inputlist .tpl-check-toggle__target > .item > .label {
		width: 100%;
	}
}

.tpl-form-inputlist > .item > .label + .input,
.tpl-form-inputlist .tpl-check-toggle__target > .item > .label + .input {
	width: 70%;
}

@media screen and (max-width: 750px) {
	.tpl-form-inputlist > .item > .label + .input,
	.tpl-form-inputlist .tpl-check-toggle__target > .item > .label + .input {
		margin-top: 10px;
		width: 100%;
	}
}

.tpl-form-inputlist .input {
	width: 100%;
}

.tpl-form-inputlist .input.input--width-m .input-inner {
	max-width: 520px;
}

@media screen and (max-width: 750px) {
	.tpl-form-inputlist .input.input--width-m .input-inner {
		max-width: 100%;
	}
}

.tpl-form-inputlist .input.input--multi .input-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-form-inputlist .input.input--multi input[type="text"] + input[type="text"] {
	margin-left: 20px;
}

.tpl-form-inputlist .input.input--multi input + .btn-wrap {
	margin-left: 20px;
	width: 100px;
}

.tpl-form-inputlist .input.input--width-s .input-inner {
	width: 40%;
}

.tpl-form-inputlist .input.input--postal .input-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-form-inputlist .input.input--postal input {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.tpl-form-inputlist .input.input--postal .btn-wrap {
	width: 220px;
	margin-left: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-form-inputlist .input.input--postal .btn-wrap {
		width: 120px;
	}
}

.tpl-form-inputlist .input.input--postal .btn-wrap .btn-postal .label {
	font-size: 1.3rem;
}

.tpl-form-inputlist .input.input--postal .btn-wrap .btn-postal::after {
	display: none;
}

.tpl-form-inputlist .input.input--postal .tpl-form-error {
	width: 100%;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
}

.tpl-form-inputlist .input.input--exp-date .tpl-form-select {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

.tpl-form-inputlist .input.input--exp-date .tpl-form-select:nth-child(1) {
	width: 100px;
}

.tpl-form-inputlist .input.input--exp-date .tpl-form-select:nth-child(2) {
	width: 120px;
}

/* .tpl-form-select
-----------------------------*/
.tpl-form-select {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	border: solid 1px #cdcdcd;
	border-radius: 5px;
	background: #f5f5f5;
}

.tpl-form-select::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	pointer-events: none;
	width: 7px;
	height: 9px;
	background: url(/assets/common/img/icon-arrow-triangle-black.svg) no-repeat;
	background-size: 7px auto;
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

.tpl-form-select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	line-height: 1.8;
	padding: 15px;
	padding-right: 38px;
}

.tpl-form-select select::-ms-expand {
	display: none;
}

.tpl-form-checkbox input[type="checkbox"] {
	display: none;
}

.tpl-form-checkbox .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	border: 1px solid #bebebe;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.tpl-form-checkbox label {
	cursor: pointer;
}

.tpl-form-checkbox input:checked + .icon::before {
	content: "";
	display: block;
	width: 20px;
	height: 16px;
	background: url(/assets/common/img/icon-check.svg) no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: 5px;
	left: 2px;
}

.tpl-form-checkbox input[type="text"],
.tpl-form-checkbox input[type="tel"] {
	width: 80px;
	padding: 10px;
}

.tpl-form-checkbox--vertical .list {
	display: block;
}

.tpl-form-checkbox--vertical li + li {
	margin-top: 10px;
}

.tpl-form-checkbox__bg {
	background: #f0f0f0;
	padding: 15px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

/* .tpl-form-radio
-----------------------------*/
.tpl-form-radio .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-form-radio input[type="radio"] {
	display: none;
}

.tpl-form-radio .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 29px;
	height: 29px;
	border: 1px solid #cdcdcd;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 29px;
	position: relative;
	cursor: pointer;
}

.tpl-form-radio label {
	cursor: pointer;
}

.tpl-form-radio input:checked + .icon::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #009bbc;
	border-radius: 15px;
	position: absolute;
	top: 6px;
	left: 6px;
}

.tpl-form-radio input[type="text"],
.tpl-form-radio input[type="tel"] {
	width: 80px;
	padding: 10px;
}

.tpl-form-radio--vertical .list {
	display: block;
}

.tpl-form-radio--vertical li + li {
	margin-top: 10px;
}

.tpl-form-amount {
	background: #f0f0f0;
	padding: 45px 15px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 750px) {
	.tpl-form-amount {
		display: block;
		padding: 15px;
	}
}

.tpl-form-amount .label {
	font-size: 2.2rem;
}

@media screen and (max-width: 750px) {
	.tpl-form-amount .label {
		font-size: 1.8rem;
	}
}

.tpl-form-amount .text {
	margin-top: 7px;
	line-height: 1;
	font-weight: bold;
	font-size: 4.0rem;
	margin-left: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-form-amount .text {
		font-size: 3.0rem;
		margin-left: 0;
	}
}

.tpl-form-amount .text .tax {
	font-size: 1.6rem;
	font-weight: normal;
}

.tpl-tab .tpl-tab__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-tab .tpl-tab__btn li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-tab .tpl-tab__btn li + li {
	margin-left: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-tab .tpl-tab__btn li + li {
		margin-left: 10px;
	}
}

.tpl-tab .tpl-tab__btn input[type="radio"] {
	display: none;
}

.tpl-tab .tpl-tab__btn label {
	font-size: 1.3rem;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 0;
}

.tpl-tab .tpl-tab__btn input:checked + label {
	border: none;
	background: #009bbc;
	border: 2px solid #009bbc;
	color: #fff;
}

.tpl-tab .tpl-tab__btn input:checked + label::after {
	display: none;
}

.tpl-tab .tpl-tab__target {
	margin-top: 10px;
}

.tpl-tab .tpl-tab__target .target {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-tab .tpl-tab__target .target.is-active {
	height: auto;
	opacity: 1;
}

.tpl-check-toggle .tpl-check-toggle__target {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-check-toggle .tpl-check-toggle__target.is-active {
	height: auto;
	opacity: 1;
}

.tpl-box {
	padding: 10px;
}

.tpl-box--border {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
	padding-right: 0;
}

.tpl-border-top {
	margin-top: 30px;
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
}

/* .tpl-form-confirm-sec{
-----------------------------*/
.tpl-form-confirm-sec {
	background: #f0f0f0;
	padding: 20px;
	border-radius: 5px;
}

.tpl-form-confirm-sec + .tpl-form-confirm-sec {
	margin-top: 30px;
}

.tpl-form-confirm-sec .col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-form-confirm-sec .col2 .tpl-title--m {
	margin-top: 0;
}

.tpl-form-confirm-sec .col2 .btn-fix {
	margin-left: 10px;
}

.tpl-form-confirm-sec.sec-target .tpl-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.tpl-form-confirm-sec.sec-target .tpl-list .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.tpl-form-confirm-sec.sec-target .tpl-list .total .price {
	font-size: 2.2rem;
	color: #141414;
	line-height: 1;
}

.tpl-form-confirm-sec.sec-target .tpl-list .total .unit {
	font-size: 1.6rem;
}

/* .tpl-form-finish-lead
-----------------------------*/
.tpl-form-finish-lead {
	margin-top: 40px;
}

.tpl-form-finish-lead .label {
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-form-finish-lead .label {
		font-size: 2.4rem;
	}
}

/* .tpl-form-finish-text
-----------------------------*/
.tpl-form-finish-text p + p {
	margin-top: 20px;
}

.tpl-list--border li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d2d2d2;
}

.tpl-list--post {
	max-width: 840px;
	padding: 30px 20px 0;
	margin: 0 auto;
}

.tpl-info-area .tpl-list--post,
.tpl-inner-wrap--card .tpl-list--post {
	padding: 0;
}

@media screen and (max-width: 750px) {
	.tpl-list--post {
		width: 100%;
	}
}

.tpl-list--post .list > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d2d2d2;
}

.tpl-list--post .list > li a {
	display: block;
	text-decoration: none;
	color: #009bbc;
}

.tpl-list--post .list > li a:hover > .label {
	text-decoration: underline;
}

.tpl-list--post .list > li .label {
	font-size: 1.7rem;
	margin-top: 3px;
}

@media screen and (max-width: 750px) {
	.tpl-list--post .list > li .label {
		font-size: 1.4rem;
	}
}

.tpl-date-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-date-wrap .date {
	color: #afafaf;
	font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
	.tpl-date-wrap .date {
		font-size: 1.2rem;
	}
}

.tpl-date-wrap .icon {
	margin-left: 10px;
	text-align: center;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 10px;
	color: #323232;
	border: 1px solid #009bbc;
	border-radius: 50px;
}

/* .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-comment-input {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 10px;
	background: #fff;
	position: relative;
}

.tpl-comment-input .not-login-message {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tpl-comment-input .not-login-message .text {
	color: #fff;
}

.tpl-comment-input .nickname {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	padding: 10px 0;
}

.tpl-comment-input .nickname .name {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.tpl-comment-input .comment textarea {
	background: #f0f0f0;
	border: none;
	height: 140px;
	display: block;
}

.tpl-share .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-share .list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.tpl-share.tpl-share--center .list {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tpl-share li + li {
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-share li.line {
		margin-top: 10px;
	}
}

.tpl-share .twitter a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1px 8px 1px 6px;
	background-color: #1b95e0;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	font-size: 11px;
	line-height: 1;
}

.tpl-share .twitter a:active, .tpl-share .twitter a:focus, .tpl-share .twitter a:hover {
	background-color: #0c7abf;
}

.tpl-share .twitter a i {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: transparent 0 0 no-repeat;
	background-image: url(/assets/common/img/icon-share-twitter.svg);
}

.tpl-share .twitter a span {
	margin-left: 3px;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}

.tpl-share .line a {
	display: block;
	text-indent: -99999px;
	font-size: 0;
	width: 80px;
	height: 20px;
	background: url(/assets/common/img/icon-share-line.png) no-repeat;
	background-size: 80px auto;
}

/* .tpl-nav
-----------------------------*/
.tpl-nav {
	background: #fff;
	height: 60px;
}

@media screen and (max-width: 750px) {
	.tpl-nav {
		height: 50px;
	}
}

.tpl-nav .tpl-nav__inner {
	background: #fff;
	position: absolute;
	z-index: 10;
	width: 100%;
	min-width: 320px;
	height: 60px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 750px) {
	.tpl-nav .tpl-nav__inner {
		height: 50px;
	}
}

.tpl-nav.is-fixed .tpl-nav__inner {
	position: fixed;
	border-bottom: 1px solid #dcdcdc;
	top: 68px;
}

@media screen and (max-width: 1024px) {
	.tpl-nav.is-fixed .tpl-nav__inner {
		top: 61px;
	}
}

.tpl-nav .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.tpl-nav .list > li {
	width: auto;
	font-weight: bold;
	line-height: 1;
}

.tpl-nav .list > li + li {
	margin-left: 40px;
}

@media screen and (max-width: 750px) {
	.tpl-nav .list > li + li {
		margin-left: 20px;
	}
}

@media screen and (max-width: 400px) {
	.tpl-nav .list > li + li {
		margin-left: 10px;
	}
}

.tpl-nav .list > li > a {
	display: block;
	padding: 20px 0;
	height: 60px;
	text-decoration: none;
	color: #828282;
	position: relative;
}

@media screen and (max-width: 750px) {
	.tpl-nav .list > li > a {
		height: 50px;
		padding: 15px 0;
		font-size: 1.4rem;
	}
}

.tpl-nav .list > li > a:hover {
	color: #323232;
}

.tpl-nav .list > li > a.is-active {
	color: #323232;
	border-bottom: 5px solid #ffd900;
}

.tpl-nav .list-child {
	display: none;
	position: absolute;
	z-index: 2;
	top: 61px;
	right: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #009cbd;
	padding: 30px;
}

@media screen and (max-width: 750px) {
	.tpl-nav .list-child {
		padding: 15px;
	}
}

.tpl-nav .list-child::before {
	content: "";
	display: block;
	width: 25px;
	height: 14px;
	background: url(/assets/common/img/nav-child-edge.svg) no-repeat;
	position: absolute;
	z-index: 2;
	top: -11px;
	right: 6px;
}

.tpl-nav .list-child li + li {
	margin-top: 15px;
}

.tpl-nav .list-child a {
	color: #323232;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-nav .list-child a {
		font-size: 1.4rem;
	}
}

.tpl-nav .list-child a::before {
	content: "";
	display: block;
	width: 8px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat;
	margin-right: 5px;
	-webkit-box-flex: 8px;
	    -ms-flex: 8px 0 0px;
	        flex: 8px 0 0;
}

.tpl-nav .list-child a:hover {
	color: #009bbc;
}

.tpl-nav .is-open .list-child {
	display: block;
}

/* .tpl-pay
-----------------------------*/
.tpl-pay__wrap {
	max-width: 840px;
	padding: 40px 20px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-pay__wrap {
		padding: 25px 20px;
	}
}

.tpl-pay__wrap .title {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-pay__wrap .title {
		font-size: 1.6rem;
		margin-bottom: 10px;
		text-align: left;
	}
}

.tpl-pay__item + .tpl-pay__item {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 750px) {
	.tpl-pay__item + .tpl-pay__item {
		margin-top: 30px;
		padding-top: 30px;
	}
}

.tpl-pay[v-cloak] {
	visibility: hidden;
}

.tpl-pay .input-wrap {
	background-color: #F5F5F5;
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 20px 40px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.tpl-pay__item--regular .input-wrap {
	background-color: #e0f3f7;
	border: 1px solid #e0f3f7;
}

@media screen and (max-width: 750px) {
	.tpl-pay .input-wrap {
		padding: 10px 15px;
		margin-bottom: 10px;
	}
}

.tpl-pay .input-wrap:hover {
	border: 1px solid #bebebe;
	background: #efefef;
}

.tpl-pay__item--regular .input-wrap:hover {
	border: 1px solid #009bbc;
	background: #ebf3f5;
}

.tpl-pay .input-wrap + .tpl-form-error {
	margin-top: 0;
}

.tpl-pay .output {
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-pay .output {
		height: 50px;
	}
}

.tpl-pay .output .payment {
	width: 100%;
	display: block;
	font-size: 4.0rem;
	border-radius: 5px;
	text-align: right;
	font-weight: bold;
	-webkit-transition: background .2s;
	transition: background .2s;
}

@media screen and (max-width: 750px) {
	.tpl-pay .output .payment {
		font-size: 2.2rem;
	}
}

.tpl-pay .is-input .output {
	display: none;
}

.tpl-pay .is-input.input-wrap {
	background-color: #FFF;
	border: 1px solid #bebebe;
}

.tpl-pay .input {
	display: none;
}

.tpl-pay .input input[type="tel"] {
	text-align: right;
	font-weight: bold;
	background-color: transparent;
	font-size: 4.0rem;
	padding: 0;
	color: #505050;
	height: 64px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .input input[type="tel"] {
		height: 50px;
		font-size: 2.2rem;
	}
}

.tpl-pay .input input[type="tel"]:active, .tpl-pay .input input[type="tel"]:focus {
	outline: 0;
	border: 0;
}

.tpl-pay .is-input .input {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-pay .unit {
	margin-left: 5px;
	font-size: 2.6rem;
}

@media screen and (max-width: 750px) {
	.tpl-pay .unit {
		font-size: 1.6rem;
	}
}

.tpl-pay .ui {
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui {
		margin-bottom: 20px;
	}
}

.tpl-pay .ui .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -10px;
	margin-left: -10px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui .list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.tpl-pay .ui .list li {
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui .list li {
		width: calc( 100% / 2 - 10px);
	}
}

.tpl-pay .ui .list li + li {
	margin-left: 20px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui .list li + li {
		margin-left: 10px;
	}
}

.tpl-pay .ui .list button {
	min-width: 0;
	padding: 10px 0;
	border: 1px solid #BEBEBE;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui .list button {
		padding: 15px 5px;
	}
}

.tpl-pay .ui .list button:after {
	display: none;
}

.tpl-pay .ui .list button .label {
	font-size: 2.0rem;
}

@media screen and (max-width: 750px) {
	.tpl-pay .ui .list button .label {
		font-size: 1.3rem;
	}
}

.tpl-pay .ui .list button .label::first-letter {
	color: #009bbc;
	display: inline-block;
	margin-right: 2px;
}

.tpl-pay .btn .tpl-btn--width-s {
	width: 295px;
}

@media screen and (max-width: 750px) {
	.tpl-pay .btn .tpl-btn--width-s {
		width: 100%;
	}
}

.tpl-visual .is-movie {
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-visual .is-movie:hover {
	opacity: 0.8;
}

.tpl-visual .is-movie::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background: url(/assets/common/img/icon-play-large.png) no-repeat;
	background-size: 60px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap > .tpl-project-card {
		margin-left: -20px;
		margin-right: -20px;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.tpl-project-card .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: -10px;
	margin-left: -10px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card .list {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 0;
		margin-left: 0;
	}
	.tpl-project-card.is-single .list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.tpl-project-card .list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	height: 216px;
	margin-top: 10px;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card .list li {
		width: 66.66667vw;
		height: 77.33333vw;
		max-width: 250px;
		max-height: 290px;
		margin-top: 0;
		margin-left: 0;
	}
	.tpl-project-card .list li + li {
		margin-left: 10px;
	}
}

.tpl-project-card .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-project-card .list a:hover {
	opacity: 0.8;
}

.tpl-project-card .list .name-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
	padding: 20px;
	border-radius: 5px;
}

.tpl-project-card .list .name-wrap span {
	display: block;
}

.tpl-yell-comment {
	padding: 40px 20px 0;
	margin: 0 auto;
	max-width: 840px;
}

.tpl-yell-comment li + li {
	border-top: 1px solid #d2d2d2;
	margin-top: 15px;
	padding-top: 15px;
}

.tpl-yell-comment.tpl-yell-comment--modal li + li {
	border-top: none;
}

.tpl-yell-comment .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tpl-yell-comment .box .icon {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	border: 2px solid #fdd000;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .icon {
		width: 40px;
		height: 40px;
	}
}

.tpl-yell-comment .box .comemnt-wrap {
	padding: 20px;
	border-radius: 5px;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .comemnt-wrap {
		padding: 10px;
	}
}

.tpl-yell-comment .box .comemnt-wrap .meta-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .comemnt-wrap .meta-wrap {
		display: block;
	}
}

.tpl-yell-comment .box .comemnt-wrap .meta-wrap .date {
	font-size: 1.3rem;
	color: #afafaf;
}

.tpl-yell-comment .box .comemnt-wrap .meta-wrap .name {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .comemnt-wrap .meta-wrap .name {
		margin-left: 0;
		margin-top: 10px;
	}
}

.tpl-yell-comment .box .comemnt-wrap .comment {
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .comemnt-wrap .comment {
		font-size: 1.4rem;
	}
}

.tpl-yell-comment .box .comemnt-wrap .comment-full {
	margin-top: 10px;
	display: none;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box .comemnt-wrap .comment-full {
		font-size: 1.4rem;
	}
}

.tpl-yell-comment .box.user-comment .comemnt-wrap {
	background: #f2f2f2;
	margin-left: 40px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box.user-comment .comemnt-wrap {
		margin-left: 20px;
	}
}

.tpl-yell-comment .box.user-comment .comemnt-wrap::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/comment-edge-user.svg) no-repeat;
	position: absolute;
	top: 20px;
	left: -20px;
}

.tpl-yell-comment .box.school-comment {
	margin-top: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.tpl-yell-comment .box.school-comment .comemnt-wrap {
	background: #e0f3f7;
	margin-right: 40px;
	position: relative;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .box.school-comment .comemnt-wrap {
		margin-right: 20px;
	}
}

.tpl-yell-comment .box.school-comment .comemnt-wrap::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/comment-edge-school.svg) no-repeat;
	position: absolute;
	top: 20px;
	right: -20px;
}

.tpl-yell-comment .btn-article {
	margin-top: 10px;
	text-align: right;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment .btn-article {
		font-size: 1.4rem;
	}
}

.tpl-yell-comment .btn-more {
	border-top: 1px solid #d2d2d2;
	margin-top: 15px;
	padding-top: 15px;
}

.tpl-yell-comment--modal .comment-outer {
	cursor: pointer;
	border: 1px solid #dcdcdc;
	padding: 20px;
	border-radius: 5px;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment--modal .comment-outer {
		padding: 10px;
	}
}

.tpl-yell-comment--modal .comment-outer:hover {
	border-color: #009bbc;
}

.tpl-yell-comment--window {
	padding: 20px;
	max-width: 100%;
}

@media screen and (max-width: 750px) {
	.tpl-yell-comment--window {
		padding: 10px;
	}
}

.tpl-yell-comment--window .comment {
	display: none;
}

.tpl-yell-comment--window .comment-full {
	display: block !important;
}

/* .tpl-project-history
-----------------------------*/
.tpl-project-history > .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
}

@media screen and (max-width: 750px) {
	.tpl-project-history > .list {
		margin-top: -10px;
		margin-left: -10px;
	}
}

.tpl-project-history .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 1px;
	width: calc( 100% / 4 - 15px);
	margin-top: 15px;
	margin-left: 15px;
	border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 960px) {
	.tpl-project-history .item {
		width: calc( 99% / 3 - 15px);
	}
}

@media screen and (max-width: 750px) {
	.tpl-project-history .item {
		width: calc( 100% / 2 - 10px);
		margin-top: 10px;
		margin-left: 10px;
	}
}

.tpl-project-history .item .photo {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	border-radius: 5px 5px 0 0;
}

.tpl-project-history .item .photo::after {
	content: "";
	display: block;
	padding-top: 68.51851851851852%;
	/* 111/162 */
}

.tpl-project-history .item .body {
	border: 1px solid #d7d7d7;
	border-top: none;
	border-radius: 0 0 5px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.tpl-project-history .item .body .text {
	padding: 15px;
}

.tpl-project-history .item .body .name-project {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}

.tpl-project-history .item .body .sub {
	margin-top: 15px;
	font-size: 1.4rem;
	color: #707070;
}

.tpl-project-history .item .body .sub .name-school {
	margin-top: 3px;
}

.tpl-project-history .item .body .btn-wrap {
	background: #f2f2f2;
	padding: 15px;
	border-radius: 0 0 5px 5px;
}

.tpl-project-history .item .body .btn + .btn {
	margin-top: 10px;
}

.tpl-project-history .item .body .btn a {
	min-width: 0;
}

.tpl-project-history .item .body .btn a .label {
	font-size: 1.4rem;
}

/* .tpl-fav-card-list
-----------------------------*/
.tpl-fav-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
}

@media screen and (max-width: 500px) {
	.tpl-fav-card-list {
		display: block;
		margin-left: 0;
	}
}

.tpl-fav-card-list .item {
	margin-top: 20px;
	margin-left: 20px;
	width: calc( 100% / 4 - 20px);
}

@media screen and (max-width: 960px) {
	.tpl-fav-card-list .item {
		width: calc( 99% / 3 - 20px);
	}
}

@media screen and (max-width: 750px) {
	.tpl-fav-card-list .item {
		width: calc( 100% / 2 - 20px);
	}
}

@media screen and (max-width: 500px) {
	.tpl-fav-card-list .item {
		margin-left: 0;
		width: 100%;
	}
}

.tpl-fav-card-list .item.card {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 13px;
	border-radius: 5px;
	position: relative;
}

.tpl-fav-card-list .item .photo-wrap {
	margin: -14px -14px 0;
	position: relative;
}

.tpl-fav-card-list .item .photo-wrap .tpl-like-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.tpl-fav-card-list .item .photo-wrap .tpl-like-badge {
		top: 10px;
		right: 10px;
	}
}

.tpl-fav-card-list .item .photo-wrap a {
	display: block;
}

.tpl-fav-card-list .item .photo-wrap .photo {
	display: block;
	background-size: cover;
	background-position: center;
	border-radius: 5px 5px 0 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-fav-card-list .item .photo-wrap .photo::before {
	content: "";
	display: block;
	width: 0;
	padding-top: 91.2280701754386%;
	/* 260/285 */
}

@media screen and (max-width: 500px) {
	.tpl-fav-card-list .item .photo-wrap .photo::before {
		padding-top: 67.2463768115942%;
		/* 232/345 */
	}
}

.tpl-fav-card-list .item .photo-wrap a:hover .photo {
	opacity: 0.8;
}

.tpl-fav-card-list .item .photo-wrap .name-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	line-height: 1.3;
	font-size: 2.0rem;
}

@media screen and (max-width: 750px) {
	.tpl-fav-card-list .item .photo-wrap .name-category {
		height: 40vw;
		/* 150/375 */
	}
}

.tpl-fav-card-list .item .photo-wrap .name-category p {
	min-width: 0;
}

.tpl-fav-card-list .item .post-wrap {
	margin-top: 13px;
}

.tpl-fav-card-list .item .post-wrap .title {
	color: #141414;
}

.tpl-fav-card-list .item .post-wrap .list-wrap {
	margin-top: 20px;
}

.tpl-fav-card-list .item .post-wrap .list-wrap a {
	text-decoration: none;
}

.tpl-fav-card-list .item .post-wrap .list-wrap .date {
	font-size: 1.3rem;
	color: #afafaf;
}

.tpl-fav-card-list .item .post-wrap .list-wrap .label {
	margin-top: 3px;
}

.tpl-fav-card-list .item .post-wrap .list-wrap a:hover .label {
	text-decoration: underline;
}

.tpl-fav-card-list .item .post-wrap .list-wrap li + li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d2d2d2;
}

.tpl-fav-card-list.tpl-fav-card-list--btn .item {
	margin-bottom: 70px;
}

@media screen and (max-width: 500px) {
	.tpl-fav-card-list.tpl-fav-card-list--btn .item {
		margin-bottom: 90px;
	}
	.tpl-fav-card-list.tpl-fav-card-list--btn .item:last-child {
		margin-bottom: 50px;
	}
}

.tpl-fav-card-list.tpl-fav-card-list--btn .item .btn-cancel {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -60px;
	left: 0;
	padding: 0 13px;
}

.tpl-fav-card-list.tpl-fav-card-list--btn .item .btn-cancel .tpl-btn {
	min-width: 0;
}

/* .tpl-community-card-list
-----------------------------*/
.tpl-community-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -20px;
}

@media screen and (max-width: 960px) {
	.tpl-community-card-list {
		margin-left: -10px;
	}
}

.tpl-community-card-list .item {
	margin-left: 20px;
	width: calc( 99% / 3 - 20px);
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.tpl-community-card-list .item:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 960px) {
	.tpl-community-card-list .item {
		margin-left: 10px;
		width: calc( 99% / 2 - 10px);
	}
	.tpl-community-card-list .item:nth-child(n + 3) {
		margin-top: 10px;
	}
}

.tpl-community-card-list .item .photo-wrap {
	display: block;
	border-radius: 4px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 67.1834%;
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .photo-wrap {
		padding-top: 148.8095%;
	}
}

.tpl-community-card-list .item .photo-wrap:before {
	content: '';
	display: block;
	width: 100%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(181, 181, 181, 0);
	background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
	border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 750px) {
	.tpl-community-card-list .item .photo-wrap:before {
		height: 85%;
	}
}

.tpl-community-card-list .item .photo-wrap .tpl-like-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
}

@media screen and (max-width: 1100px) {
	.tpl-community-card-list .item .photo-wrap .tpl-like-badge {
		top: 5px;
		right: 5px;
	}
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .photo-wrap .tpl-like-badge {
		top: 5px;
		right: 5px;
	}
}

.tpl-community-card-list .item .photo-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-community-card-list .item .photo-wrap:hover:after {
	opacity: .2;
}

.tpl-community-card-list .item .photo-wrap:hover .name-category p {
	text-decoration: underline;
}

.tpl-community-card-list .item .name-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
	padding: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .name-category {
		padding: 10px;
	}
}

.tpl-community-card-list .item .name-category .name-school {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 13px;
}

@media screen and (max-width: 1100px) {
	.tpl-community-card-list .item .name-category .name-school {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 960px) {
	.tpl-community-card-list .item .name-category .name-school {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .name-category .name-school {
		font-size: 1.2rem;
	}
}

.tpl-community-card-list .item .name-category .name-school .icon {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 16px;
	border: 2px solid #fdd000;
	background-color: #FFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .name-category .name-school .icon {
		width: 28px;
		height: 28px;
		border-radius: 14px;
		margin-right: 3px;
	}
}

.tpl-community-card-list .item .name-category .name-school .name {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.tpl-community-card-list .item .name-category .name-community {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 700px) {
	.tpl-community-card-list .item .name-category .name-community {
		font-size: 1.3rem;
	}
}

/* .tpl-project-card-list
-----------------------------*/
.tpl-project-card-list > .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list > .list {
		margin-left: -10px;
		margin-top: -10px;
	}
}

.tpl-project-card-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 1px;
	background: #FFF;
	border-radius: 4px;
	width: calc( 99% / 4 - 20px);
	margin-left: 20px;
}

@media screen and (max-width: 960px) {
	.tpl-project-card-list .item {
		width: calc( 99% / 3 - 20px);
	}
	.tpl-project-card-list .item:nth-child(n + 4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 700px) {
	.tpl-project-card-list .item {
		width: calc( 99% / 2 - 10px);
		margin-top: 10px;
		margin-left: 10px;
	}
	.tpl-project-card-list .item:nth-child(n + 3) {
		margin-top: 10px;
	}
}

.tpl-project-card-list .item a {
	text-decoration: none;
}

.tpl-project-card-list .item .head {
	border-radius: 4px 4px 0 0;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	width: 100%;
	min-height: 150px;
	padding-top: 52.6315%;
	position: relative;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .head {
		min-height: 114px;
		padding-top: 67.8571%;
	}
}

.tpl-project-card-list .item .head:before {
	content: '';
	display: block;
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0);
	background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.tpl-project-card-list .item .head .inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0 14px 30px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .head .inner {
		padding: 0 9px 18px;
	}
}

.tpl-project-card-list .item .head a {
	color: #FFF;
	display: block;
}

.tpl-project-card-list .item .head a:hover {
	text-decoration: underline;
}

.tpl-project-card-list .item .head .name-school {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .head .name-school {
		font-size: 1.2rem;
	}
}

.tpl-project-card-list .item .head .name-school a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-project-card-list .item .head .name-school .icon {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 16px;
	border: 2px solid #fdd000;
	background-color: #FFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .head .name-school .icon {
		width: 28px;
		height: 28px;
		border-radius: 14px;
		margin-right: 3px;
	}
}

.tpl-project-card-list .item .head .name-school .name {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.tpl-project-card-list .item .head .name-community {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 8px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .head .name-community {
		font-size: 1.1rem;
		margin-top: 6px;
	}
}

.tpl-project-card-list .item .body {
	border: 1px solid #d7d7d7;
	border-top: none;
	border-radius: 0 0 4px 4px;
	height: 100%;
}

.tpl-project-card-list .item .body a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #323232;
}

.tpl-project-card-list .item .body a:hover .name-project {
	text-decoration: underline;
	color: #009bbc;
}

.tpl-project-card-list .item .body a:hover .photo-project:before {
	opacity: .2;
}

.tpl-project-card-list .item .body .photo-project {
	width: calc(100% - 28px);
	padding-top: 67.4509%;
	border: 1px solid #FFF;
	border-radius: 4px;
	margin: -15px auto 0;
	position: relative;
	z-index: 2;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFF;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .photo-project {
		width: calc(100% - 20px);
		margin-top: -11px;
		padding-top: 67.5675%;
	}
}

.tpl-project-card-list .item .body .photo-project:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-project-card-list .item .body .name-project {
	width: calc(100% - 28px);
	margin: 10px auto auto;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .name-project {
		width: calc(100% - 20px);
		margin-top: 8px;
		font-size: 1.3rem;
	}
}

.tpl-project-card-list .item .body .progress-wrap {
	padding-top: 14px;
	margin-top: 10px;
	background-color: #f2f2f2;
	border-radius: 0 0 4px 4px;
	font-size: 1.2rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap {
		font-size: 1.0rem;
	}
}

.tpl-project-card-list .item .body .progress-wrap .num {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 8px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap .num {
		font-size: 1.3rem;
		margin-left: 3px;
		margin-right: 3px;
	}
}

.tpl-project-card-list .item .body .progress-wrap .txt-s {
	color: #707070;
}

.tpl-project-card-list .item .body .progress-wrap .txt-l {
	font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap .txt-l {
		font-size: 1.0rem;
	}
}

.tpl-project-card-list .item .body .progress-wrap .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 17px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap .inner {
		padding: 0 6px;
	}
}

.tpl-project-card-list .item .body .progress-wrap .inner:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap .inner:before {
		width: 12px;
		height: 12px;
		margin-right: 3px;
	}
}

.tpl-project-card-list .item .body .progress-wrap .amount:before {
	background: url(/assets/common/img/icon-yen.svg) 50% 0 no-repeat;
	background-size: contain;
}

.tpl-project-card-list .item .body .progress-wrap .remaining-days:before {
	background: url(/assets/common/img/icon-clock.svg) 0 0 no-repeat;
	background-size: contain;
}

.tpl-project-card-list .item .body .progress-wrap .rate {
	position: absolute;
	bottom: 6px;
	right: 12px;
	width: 50px;
	height: 32px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	background: url(/assets/common/img/icon-rate.png) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list .item .body .progress-wrap .rate {
		right: 5px;
		width: 41px;
		height: 26px;
		padding-top: 5px;
		font-size: 1.1rem;
	}
}

.tpl-project-card-list .item .body .progress-wrap .chart {
	margin-top: 12px;
	height: 20px;
	background: #e1e1e1;
	border-radius: 0 0 4px 4px;
}

.tpl-project-card-list .item .body .progress-wrap .chart .bar {
	width: 0;
	height: 20px;
	border-radius: 0 0 0 4px;
	background-color: #fdd000;
}

/* .tpl-project-card-list-simple
-----------------------------*/
.tpl-project-card-list-simple > .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple > .list {
		margin-top: -10px;
		margin-left: -10px;
	}
}

.tpl-project-card-list-simple .item {
	margin-top: 20px;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFF;
	border-radius: 4px;
	width: calc( 100% / 4 - 20px);
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item {
		margin-top: 10px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 960px) {
	.tpl-project-card-list-simple .item {
		width: calc( 99% / 3 - 20px);
	}
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item {
		width: calc( 99% / 2 - 10px);
	}
}

.tpl-project-card-list-simple .item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
	width: 100%;
	border: 1px solid #d7d7d7;
	border-top: none;
	border-radius: 5px;
	color: #323232;
}

.tpl-project-card-list-simple .item a:hover .name-project {
	text-decoration: underline;
	color: #009bbc;
}

.tpl-project-card-list-simple .item a:hover .photo-project {
	opacity: 0.8;
}

.tpl-project-card-list-simple .item .photo-project {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	margin: -1px -1px 0;
	padding-top: 67.4509%;
	position: relative;
	z-index: 2;
	border-radius: 5px 5px 0 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFF;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .photo-project {
		padding-top: 67.5675%;
	}
}

.tpl-project-card-list-simple .item .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.tpl-project-card-list-simple .item .text {
	padding: 15px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .text {
		padding: 10px;
	}
}

.tpl-project-card-list-simple .item .name-project {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .name-project {
		font-size: 1.3rem;
	}
}

.tpl-project-card-list-simple .item .sub {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #707070;
}

.tpl-project-card-list-simple .item .progress-wrap {
	background-color: #f2f2f2;
	border-radius: 0 0 4px 4px;
	font-size: 1.2rem;
	position: relative;
	padding-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap {
		font-size: 1.0rem;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .num {
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 8px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap .num {
		font-size: 1.3rem;
		margin-left: 3px;
		margin-right: 3px;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .txt-s {
	color: #707070;
}

.tpl-project-card-list-simple .item .progress-wrap .txt-l {
	font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap .txt-l {
		font-size: 1.0rem;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 15px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap .inner {
		padding: 0 6px;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .inner:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap .inner:before {
		width: 12px;
		height: 12px;
		margin-right: 3px;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .amount:before {
	background: url(/assets/common/img/icon-yen.svg) 50% 0 no-repeat;
	background-size: contain;
}

.tpl-project-card-list-simple .item .progress-wrap .remaining-days:before {
	background: url(/assets/common/img/icon-clock.svg) 0 0 no-repeat;
	background-size: contain;
}

.tpl-project-card-list-simple .item .progress-wrap .rate {
	position: absolute;
	bottom: 6px;
	right: 12px;
	width: 50px;
	height: 32px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	background: url(/assets/common/img/icon-rate.png) 0 0 no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.tpl-project-card-list-simple .item .progress-wrap .rate {
		right: 5px;
		width: 41px;
		height: 26px;
		padding-top: 5px;
		font-size: 1.1rem;
	}
}

.tpl-project-card-list-simple .item .progress-wrap .chart {
	margin-top: 12px;
	height: 20px;
	background: #e1e1e1;
	border-radius: 0 0 4px 4px;
}

.tpl-project-card-list-simple .item .progress-wrap .chart .bar {
	width: 0;
	height: 20px;
	border-radius: 0 0 0 4px;
	background-color: #fdd000;
}

/* .tpl-pager
-----------------------------*/
.tpl-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.tpl-pager .btn a {
	display: block;
	width: 40px;
	height: 40px;
	background: #f2f2f2;
	border-radius: 100px;
	position: relative;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-pager .btn a::before {
	content: "";
	display: block;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -4px;
}

.tpl-pager .btn a:hover {
	opacity: 0.5;
}

.tpl-pager .btn.btn--prev a::before {
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat center;
	background-size: 8px auto;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tpl-pager .btn.btn--next a::before {
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat center;
	background-size: 8px auto;
	margin-left: -2px;
}

.tpl-pager .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 10px;
}

.tpl-pager .list li + li {
	margin-left: 10px;
}

.tpl-pager .list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	white-space: nowrap;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 100px;
	text-decoration: none;
	color: #505050;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (max-width: 750px) {
	.tpl-pager .list li a {
		min-width: 30px;
		height: 30px;
	}
}

.tpl-pager .list li a:hover {
	opacity: 0.5;
}

.tpl-pager .list li a.is-active {
	color: #fff;
	background: #009bbc;
}

.tpl-pager .only-sp {
	margin-top: 10px;
	width: 100%;
}

.tpl-pager .only-sp .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tpl-pager .only-sp .inner .btn + .btn {
	margin-left: 20px;
}

/* .tpl-gallery-list
-----------------------------*/
.tpl-gallery-list .gallery-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.tpl-gallery-list .gallery-list {
		margin-right: -5px;
	}
}

.tpl-gallery-list .gallery-list li {
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (min-width: 751px) {
	.tpl-gallery-list .gallery-list li {
		width: calc(100% / 6 - 8.5px);
		max-width: 191px;
		padding-top: calc(100% / 6 - 8.5px);
		height: 100%;
		max-height: 191px;
		border-radius: 8px;
	}
	.tpl-gallery-list .gallery-list li:not(:nth-child(6n)) {
		margin-right: 10px;
	}
	.tpl-gallery-list .gallery-list li:nth-child(n + 7) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-gallery-list .gallery-list li {
		width: calc(100% / 4 - 5px);
		padding-top: calc(100% / 4 - 5px);
		border-radius: 3px;
	}
	.tpl-gallery-list .gallery-list li:not(:nth-child(4n)) {
		margin-right: 5px;
	}
	.tpl-gallery-list .gallery-list li:nth-child(n + 5) {
		margin-top: 5px;
	}
}

.tpl-gallery-list .gallery-list li:hover {
	opacity: .6;
}

.tpl-gallery-list .gallery-list li[data-mv-src] {
	position: relative;
}

.tpl-gallery-list .gallery-list li[data-mv-src]:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(/assets/common/img/icon-play-large.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
	.tpl-gallery-list .gallery-list li[data-mv-src]:before {
		width: 8vw;
		height: 8vw;
	}
}

/* .tpl-article
-----------------------------*/
.tpl-article {
	max-width: 840px;
	padding: 50px 20px 0;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-article {
		padding: 20px 20px 0;
	}
}

.tpl-inner-wrap--card .tpl-article {
	max-width: 840px;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap--card .tpl-article {
		padding: 0;
	}
}

.tpl-article .tpl-article__title {
	position: relative;
}

.tpl-article .tpl-article__title .title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 750px) {
	.tpl-article .tpl-article__title .title {
		font-size: 2.0rem;
	}
}

.tpl-article .tpl-article__title::before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdd000;
}

.tpl-article .tpl-article__title::after {
	margin-top: 20px;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #009cbd;
}

@media screen and (max-width: 750px) {
	.tpl-article .tpl-article__title::after {
		margin-top: 10px;
	}
}

.tpl-article .share-wrap {
	padding: 25px 0;
	border-bottom: 1px solid #d2d2d2;
}

.tpl-article .tpl-wysiwyg {
	margin-top: 30px;
}

.tpl-wysiwyg * + h2,
.tpl-wysiwyg * + p,
.tpl-wysiwyg * + figure {
	margin-top: 30px;
}

.tpl-wysiwyg h2 {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.tpl-wysiwyg h2 {
		font-size: 1.6rem;
	}
}

.tpl-wysiwyg figure {
	display: block;
	text-align: center;
}

.tpl-wysiwyg video {
	max-width: 100%;
}

/* .tpl-comment-fixed
-----------------------------*/
.tpl-comment-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	/* 	.input-wrap
	-----------------------------*/
}

.tpl-comment-fixed .btn-toggle {
	width: 100%;
	height: 0;
	overflow: visible;
	text-align: right;
}

.tpl-comment-fixed .btn-toggle .btn-inner {
	-webkit-transform: translate(0, -150px);
	        transform: translate(0, -150px);
}

@media screen and (max-width: 750px) {
	.tpl-comment-fixed .btn-toggle .btn-inner {
		-webkit-transform: translate(0, -120px);
		        transform: translate(0, -120px);
	}
}

.tpl-comment-fixed .btn-toggle .trigger {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border: 2px solid #009bbc;
	background: #fff;
	outline: none;
}

@media screen and (max-width: 750px) {
	.tpl-comment-fixed .btn-toggle .trigger {
		width: 90px;
		height: 90px;
	}
}

.tpl-comment-fixed .btn-toggle .trigger.is-min {
	width: 0;
	height: 0;
}

.tpl-comment-fixed .btn-toggle .trigger::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 44px;
	height: 45px;
	background: url(/assets/common/img/icon-comment-post.svg) no-repeat;
	background-size: contain;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

@media screen and (max-width: 750px) {
	.tpl-comment-fixed .btn-toggle .trigger::before {
		width: 33px;
		height: 34px;
	}
}

.tpl-comment-fixed .btn-toggle .trigger:hover::before {
	opacity: 0.5;
}

.tpl-comment-fixed .btn-toggle .trigger .label {
	font-weight: bold;
	font-size: 1.3rem;
}

.tpl-comment-fixed .btn-toggle .trigger:hover .label {
	color: #009bbc;
}

.tpl-comment-fixed .btn-toggle .trigger::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 8px;
	height: 10px;
	background: url(/assets/common/img/icon-arrow-triangle.svg) no-repeat;
	background-size: 8px auto;
	position: relative;
}

.tpl-comment-fixed .input-wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	width: 100%;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.tpl-comment-fixed .input-wrap.is-open {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.tpl-comment-fixed .input-wrap .btn-close {
	text-align: right;
	position: relative;
	height: 0;
	z-index: 10;
	-webkit-transform: translate(15px, -15px);
	        transform: translate(15px, -15px);
	cursor: pointer;
}

.tpl-comment-fixed .input-wrap .btn-close::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff url(/assets/common/img/icon-close.svg) no-repeat center center;
	border: 2px solid #009bbc;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
}

.tpl-comment-fixed .input-wrap .btn-close::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-comment-fixed .input-wrap .btn-close:hover::after {
	opacity: 0.5;
}

.tpl-comment-fixed .tpl-comment-input {
	border-radius: 5px 5px 0 0;
}

.tpl-function-message {
	position: fixed;
	-webkit-transition: top .3s;
	transition: top .3s;
	top: 105px;
	left: 0;
	z-index: 5;
	background: rgba(247, 247, 129, 0.9);
	width: 100%;
	overflow: hidden;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 1024px) {
	.tpl-function-message {
		top: 60px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-function-message {
		top: 60px;
	}
}

.is-size-s .tpl-function-message {
	top: 68px;
}

@media screen and (max-width: 1024px) {
	.is-size-s .tpl-function-message {
		top: 60px;
	}
}

@media screen and (max-width: 750px) {
	.is-size-s .tpl-function-message {
		top: 60px;
	}
}

.tpl-function-message.is-active {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.tpl-function-message .tpl-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	max-width: 1240px;
}

.tpl-function-message .btn-close {
	line-height: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.tpl-function-message .btn-close::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/assets/common/img/icon-close.svg) no-repeat center;
	background-size: 15px auto;
	cursor: pointer;
}

.tpl-function-message .btn-close:hover {
	opacity: 0.5;
}

.tpl-sec-inner {
	position: relative;
	z-index: 2;
	background-color: #FFF;
	border-radius: 4px 4px 0 0;
}

.tpl-info-area {
	max-width: 800px;
	margin: 0 auto 30px;
	border: 1px solid #009bbc;
	background-color: rgba(0, 155, 188, 0.06);
	padding: 25px 20px;
}

@media screen and (max-width: 845px) {
	.tpl-info-area {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 750px) {
	.tpl-info-area {
		padding: 20px 15px;
		margin-bottom: 15px;
	}
}

.tpl-info-area.update {
	background-color: #FFF;
}

.tpl-info-area .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 30px;
	color: #009bbc;
	margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
	.tpl-info-area .title {
		font-size: 1.6rem;
		line-height: 24px;
	}
}

.tpl-info-area .title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tpl-info-area .title span::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/assets/common/img/icon-info.svg) 0 0 no-repeat;
	background-size: 22px auto;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

@media screen and (max-width: 750px) {
	.tpl-info-area .title span::before {
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}
}

.tpl-info-area .date {
	color: #afafaf;
	font-size: 1.3rem;
	margin-bottom: .2em;
}

@media screen and (max-width: 750px) {
	.tpl-info-area .date {
		font-size: 1.2rem;
	}
}

.tpl-info-area .body {
	color: #009bbc;
	font-size: 1.7rem;
}

@media screen and (max-width: 750px) {
	.tpl-info-area .body {
		font-size: 1.4rem;
	}
}

.tpl-info-area .body:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.tpl-info-area .body:not(:last-child) {
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
}
