/* --------------------------------
 * stamp.html
 * -------------------------------- */
@media screen and (max-width: 320px) {
html {
	font-size: 54.0%;
}
}
#panel {
	background-color: #bfe6ef;
}
/* ----------------
 * content-title
 * ---------------- */
.site-title-wrap {
	padding-top: 60px;
	width: 85%;
	max-width: 600px;
	margin: 0 auto 3%;
}
.site-title-wrap h2 {
	margin-bottom: 2%;
}
.site-description {
	margin: 4.5% auto;
	font-weight: bold;
}
.site-description strong {
	margin: 5% auto;
	font-weight: bold;
	color: #e60012;
	text-decoration: underline;
}
.site-description span {
	font-weight: normal;
	font-size: 1.2rem;
}
/* ----------------
 * .nav-stamp-wrap
 * ---------------- */
.nav-stamp-wrap {
	background-image: url("../img_stamp/nav_image.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 250px;
	padding-bottom: 230px;
}
.nav-stamp-wrap h2 {
	background-color: #32abcd;
	padding: 20px 0 18px;
	margin-bottom: 30px;
	position: relative;
}
.nav-stamp-wrap h2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #32abcd;
}
.nav-stamp-wrap h2 strong {
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-size: 3.0rem;
	display: block;
	max-width: 600px;
	margin: 0px auto;
	line-height: 1.2;
}
.nav-stamp-wrap h2 span {
	font-size: 4.0rem;
}
@media screen and (max-width: 600px) {
	.nav-stamp-wrap h2 strong {
		font-size: 2.2rem;
	}
	.nav-stamp-wrap h2 span {
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 320px) {
	.nav-stamp-wrap h2 strong {
		font-size: 2.0rem;
	}
	.nav-stamp-wrap h2 span {
		font-size: 2.8rem;
	}
}
.nav-stamp-description {
	text-align: center;
	margin-bottom: 5px;
}
.nav-stamp-description span {
	display: inline-block;
	text-align: left;
}
.nav-stamp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 600px;
	padding: 0 10px;
	margin: 0 auto;
}
.nav-stamp li {
	width: 24%;
	margin-bottom: 3px;
}
/* ----------------
 * content-wrap
 * ---------------- */
.content-wrap {
	margin-bottom: 50px;
	padding-top: 60px;
	margin-top: -60px;
}
/* ----------------
 * content-stamp-wrap
 * ---------------- */
.content-stamp-wrap {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.content-stamp-title {
	background-color: #e84354;
	padding: 0px 0 14px;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.content-stamp-title strong {
	font-size: 3.4rem;
	color: #fff9b2;
	letter-spacing: 2px;
}
.content-stamp-title-s {
	background-color: #fff;
	display: inline-block;
	padding: 2px 18px 5px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 60%;
	max-width: 220px;
	margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
	.content-stamp-title {
		font-size: 1.9rem;
		letter-spacing: 0px;
	}
	.content-stamp-title strong {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 320px) {
.content-stamp-title-s {
	max-width: 140px;
}
}
/* ----------------
 * content-stamp-conditions
 * ---------------- */
.content-stamp-conditions {
	font-weight: bold;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right 2% bottom 50%;
	background-size: 130px auto;
	width: 95%;
	margin: 0 auto;
	font-size: 1.6rem;
}
#stamp01 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark01.png");
}
#stamp02 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark02.png");
}
#stamp03 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark03.png");
}
#stamp04 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark04.png");
}
#stamp05 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark05.png");
}
#stamp06 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark06.png");
}
#stamp07 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark07.png");
}
#stamp08 .content-stamp-conditions {
	background-image: url("../img_stamp/stamp_mark08.png");
}
.content-stamp-conditions span {
	color: #e60012;
	line-height: 1.2;
}
.content-stamp-conditions strong {
	font-size: 2.6rem;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 3px;
	border-bottom: 2px solid #e60012;
}
@media screen and (max-width: 600px) {
	.content-stamp-conditions {
		background-size: 100px auto;
		background-position: right 0% bottom 20%;
		font-size: 1.4rem;
	}
	.content-stamp-conditions strong {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 320px) {
	.content-stamp-conditions {
		background-size: 70px auto;
		background-position: right 0px bottom 25%;
		font-size: 1.3rem;
	}
	.content-stamp-conditions strong {
		font-size: 1.9rem;
	}
}
.content-stamp-image {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 5%;
}
.content-stamp-note {
	width: 95%;
	margin: 0 auto;
	font-size: 1.2rem;
	padding-left: 1.2em;
}
.content-stamp-note li {
	list-style-type: none;
	text-indent: -1.3em;
}
.content-stamp-note li:before {
	display: inline;
	content: "※";
	margin-right: 0.3em;
}
/* ----------------
 * stamp-bnr-wrap
 * ---------------- */
.stamp-bnr-wrap {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 5%;
}
.stamp-bnr-wrap a {
	display: block;
}
/* ----------------
 * foote-nav
 * ---------------- */
.foote-nav-wrap {
	width: 100%;
	position: fixed;
	bottom: -100px;
	z-index: 999;
	background-color: hsla(0,0%,100%,0.80);
	transition: all 0.5s ease-out;
}
.foote-nav-wrap.fixed {
	bottom: 0px;
}
.foote-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 700px;
margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 3px;
}
.foote-nav li {
	width: 48%;
}
.foote-nav a {
	display: block;
	padding: 10px 0px 5px;
	text-align: center;
}
@media screen and (max-width: 600px) {
.foote-nav li {
	width: 50%;
}
}