@charset "UTF-8";

.contsWrap {
	padding: 0 3.125% 3.125%;
}
.entBtn a {
	max-width: 800px;
	margin: 0 auto;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.txtIndent a, .notesIndent a, .cpNotesItem a {
	display: inline;
	color: #0000ff;
	text-decoration: underline;
}
.bluebg{
  max-width: 880px;
  background-color: #cff9ff;
  padding: 9% 4.54% 9%;
}
.yellowbg{
  background-color: #fcea54;
  padding: 0 5.2% 5%;
}
.contsBox {
  position: relative;
  background-color: #ffffdc;
  max-width: 800px;
  margin: 0 auto;
  padding: 8.8% 0 2%; 
}
.contsBox::before {
  position: absolute;
  content: '';
  background: url("../img/subttl_01.png") no-repeat center top / 100%;
  top: -41px;
  left: 50%;
  width: 310px;
  height: 80px;
  transform: translateX(-50%);
}
.contsBox:nth-of-type(2)::before {
  background: url("../img/subttl_02.png") no-repeat center top / 100%;
}
.contsBox::after {
  position: absolute;
  content: '';
  background: url("../img/bg_01.png") no-repeat center bottom/ 100%;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
}
  .contsBox + .contsBox {
  margin-top: 13%;
}
.contsBox .contsImg,
.contsBox_annotation {
	width: 86.1%;
}
.contsBox_annotation {
	margin: 3.125% auto;
}
.contsBox .coordinationBtn a,
.contsBox .entryBtn a {
	max-width: 740px;
	width: 86.1%;
}
.coordinationBtn a,
.entryBtn a {
  max-width: 740px;
  width: 77.1%;
  margin: 0 auto;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	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: 959px) {
  .contsBox::before {
    top: -4.27vw;
    width: 32.3vw;
    height: 8.333vw;
  }
  .contsBox::after {
    bottom: -1.98vw;
    height: 1.98vw;
  }
}
@media only screen and (max-width: 640px) {
  .contsBox_annotation {
    font-size: 12.6px;
  }
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}

@media only screen and (min-width: 641px) {
	.contsWrap {
		padding: 0 4.16667% 3.125%;
	}
}
