@charset "UTF-8";

main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.orangeBtn {
  background-color: #e73917;
  -webkit-box-shadow: 0px -5px 0px 0px #ab1c00 inset;
  box-shadow: 0px -5px 0px 0px #ab1c00 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsTtl .purpleH {
  background: #2b0467;
}
h2 .purpleH .redTxt {
  color: #ff2020;
  display: unset;
  padding: 0;
  background: none;
  font-size: 3rem;
}
.redTxt {
  color: #ff2020;
}
.purpleBtn {
  background-color: #8e61cb;
  -webkit-box-shadow: 0px -5px 0px 0px #693ca7 inset;
  box-shadow: 0px -5px 0px 0px #693ca7 inset
}
/*フローティングバナー*/
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 239px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	#dh-footerWrap {
		padding-bottom: 20% !important;
	}
}