/* CSS Document */
.p-foot-fixed {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #014099;
	height: 38px;
}
@media print, screen and (max-width: 47.9375em) {
	.p-foot-fixed {
		height: 94px;
	}
}
.p-foot-fixed-layout {
	padding-right: 6.25%;
	padding-left: 6.25%;
}
@media print, screen and (max-width: 47.9375em) {
	.p-foot-fixed-layout {
		text-align: center;
	}
}
@media print, screen and (min-width: 48em) {
	.p-foot-fixed-layout {
		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;
	}
}
@media print, (min-width: 61.25em) {
	.p-foot-fixed-layout {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
}
@media print, screen and (max-width: 47.9375em) {
	.p-foot-fixed-layout__textarea {
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 48em) {
	.p-foot-fixed-layout__textarea {
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 15px;
	}
}
.p-foot-fixed-layout__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.p-foot-fixed-text {
	color: #FFF;
	font-size: 93%;
	line-height: 1.4;
}
@media print, screen and (min-width: 61.25em) {
	.p-foot-fixed-text {
		font-size: 93%;
		font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.4;
	}
}
.p-foot-fixed-text__inner {
	display: inline-block;
}

.p-foot-fixed-button {
	position: relative;
	display: block;
	margin-left: 10px;
	padding: 12px 22px 10px 10px;
	background-color: #FFF;
	color: #014099;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 40.0625em) {
	.p-foot-fixed-button {
		padding: 12px 31px 10px 22px;
	}
}
@media print, screen and (min-width: 61.25em) {
	.p-foot-fixed-button {
		font-size: 116%;
		line-height: 1;
	}
}
.p-foot-fixed-button__inner {
	display: inline-block;
}
.p-foot-fixed-button:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #014099;
	border-right: 2px solid #014099;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-60%);
			-ms-transform: rotate(45deg) translateY(-60%);
					transform: rotate(45deg) translateY(-60%);
}
.p-foot-fixed-button:first-child {
	margin-left: 0;
}

a.p-foot-fixed-button:link, a.p-foot-fixed-button:visited {
	color: #014099;
	text-decoration: none;
}
a.p-foot-fixed-button:hover, a.p-foot-fixed-button:active {
	opacity: 0.6;
	color: #014099;
}

/*ﾍﾟｰｼﾞTOPボタンの調整*/
.l-page-top.is-visible {
  visibility: visible;
  opacity: 1;
  margin-bottom: 45px;
}
/*ﾍﾟｰｼ下部の調整*/
.l-footer {
    margin-bottom: 120px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    clear: both;
  }
}
@media print, screen and (min-width: 61.25em) {
  .l-footer {
    margin-bottom: 64px;
  }
}