/*popup用ボタン*/
.btnPopup {
	width: 24%;
	margin: 0 auto;
}
.btnPopup a {
	width: 100%;
	padding: 1.5rem;
	background-color: #ff8400;
	border: 1px solid #ff8400;
	box-sizing: border-box;
}
.btnPopup a span {
	display: inline-block;
	width: 100%;
}
.btnPopup a:hover {
	color: #ff8400;
	background-color: #fff;
}
.btnPopup a:hover span {
	background-image: url('../images/svg/arrowSkyBlue.svg');
}
.btnPopup + h2 {
	margin-top: 2em!important;
}
@media screen and (max-width: 800px) {
	.btnPopup {
		width: 80%;
		margin: 0 auto;
	}
}
/*popup*/
.popupBox .insideWrapper {
	color: #0554a5;
	padding: 6vw 5vw;
	background-color: #fff;
}
.popupBox p.insideWrapper {
	color: #0554a5;
	padding: 0;
	background-color: rgba(0,0,0,0);
}
.popupBox .insideWrapper h1 span {
	padding: 0 0 0 3rem;
	background-image: url('../images/svg/iconAttentionGradation.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.popupBox .insideWrapper p {
	margin-top: 4rem;
	padding-left: 1.5em;
	background-image: url('../images/svg/iconDisc.svg');
	background-position: left top 0.2em;
	background-repeat: no-repeat;
	background-size: 20px;
}
.popupBox .insideWrapper p.noDisc {
	padding-left: 0;
	background-image: none;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	.popupBox .insideWrapper h1 span {
		background-size: 1.6666vw;
	}
	.popupBox .insideWrapper p {
		background-position: left top 0.6em;
		background-size: 1.6666vw;
	}
}
@media screen and (max-width: 800px) {
	.popupBox .insideWrapper {
		width: 100%;
		color: #0554a5;
		padding: 12vw 5vw 10vw;
		background-color: #fff;
	}
	.popupBox .insideWrapper h1 span {
		background-size: 2rem;
	}
	.popupBox .insideWrapper p {
		margin-top: 2rem;
		background-size: 2rem;
	}
}
/* Magnific Popup CSS */
.mfp-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13,13,13,0.9);
	overflow: hidden;
	z-index: 1042;
}
.mfp-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	position: absolute;
	top: 50%;
	left: 8px;
	right: 8px;
	width: auto;
	color: #ccc;
	margin-top: -0.8em;
	text-align: center;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	display: block;
	padding: 0;
	cursor: pointer;
	box-shadow: none;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	outline: none;
	overflow: visible;
	z-index: 1046;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: absolute;
	top: 0;
	right: 5%;
	width: 4vw;
	height: 4vw;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 4vw;
	line-height: 4vw;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -1vw;
	width: 100%;
	color: #fff;
	text-align: right;
	padding-right: 0;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -55px 0.4% 0;
	padding: 0;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:hover {
	opacity: 0.8;
}
.mfp-arrow:before,
.mfp-arrow:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	width: 60px;
	height: 60px;
	content: "＜"
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	width: 60px;
	height: 60px;
	content: "＞"
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	line-height: 0;
}
.mfp-iframe-holder .mfp-close {
	top: -45px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* Main image in popup */
img.mfp-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 40px;
	line-height: 0;
	box-sizing: border-box;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	content: '';
	width: auto;
	height: auto;
	z-index: -1;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	.mfp-img-mobile .mfp-close,
	.mfp-close {
		right: 0;
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
		font-size: 12vw;
	}
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		margin: 1em 0;
	}
}