@charset "UTF-8";
main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.contsTtl .greenH {
	background: #1e3932;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #a50029 inset;
	box-shadow: 0px -5px 0px 0px #a50029 inset;
}

.greenBtn {
	background-color: #006040;
	-webkit-box-shadow: 0px -5px 0px 0px #004d33 inset;
	box-shadow: 0px -5px 0px 0px #004d33 inset;
}

a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.resistBtn{
	max-width: 800px;
	width: 74.1%;
	margin: 0 auto;
}
.cpNotesItem02{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.cpNotesItem03{
	text-indent: -2em;
	padding-left: 2em;
}
.cpNotesItem04{
	text-indent: -3em;
	padding-left: 3em;
}
.contsImg01 {
  max-width: 774px;
  margin: 0 auto;
  padding: 0 0 2.77778%;
}
.contsImg02 {
  max-width: 766px;
  margin: 0 auto;
  padding: 0 0 2.77778%;
}

/*フローティングバナー*/
.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;
	}
  .contsTtl span {
    font-size: 18px;
}
}