@charset "UTF-8";

.contsTtl .redH {
  background: #900000;
	font-size: 23px;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.contsImg02{
  max-width: 777px;
  margin: auto;
  
}

/* 追加 */
.contsBlock02{
  width: 100%;
  margin: 0 auto 6.5%;
}
.conts02Ttl01{
  max-width: 795px;
  width: 82.8175%;
  margin: 0 auto -7.1%;
}

.conts02Inner{
  max-width: 800px;
  width: 83.333%;
  margin: 0 auto;
  padding: 6.35% 2.79% 3%;
  border: 5px solid #333333;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.conts02Ttl02{
  max-width: 709px;
  width: 98%;
  margin: 0 auto;
}
.conts02Img01{
  max-width: 800px;
  width: 100%;
  margin-top: 5.1%;
}
.conts02Txt01{
  margin-top: 6.5%;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.cpNotesItem02{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* SP Style */
@media only screen and (max-width: 640px) {
  .conts02Inner {
    border-width: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}

.contsBlock03 {
  width: 100%;
	background-color: #fbdc00;
}
.conts03Ttl01 {
  width: 62.5%;
	margin-left: auto;
	margin-right: auto;
}
.conts03Img01 {
  width: 83.3%;
	margin-left: auto;
	margin-right: 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: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 15% !important;}
}