/*--------------  common  ---------------*/
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');

.cf::after {
  content: "";
  display: block;
  clear: both;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 30px;
}
.mt30 {
  margin-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.manuPr0 {
	padding-right: 0;
}
.manuPl0 {
	padding-left: 0;
}
a.disabled{
  pointer-events: none;
	padding-top: 156px !important;
}
/*--------------  manual top  ---------------*/
#sect-gui .row {
	margin-top: 40px;
}
.bgGry {
	background-color: #ddd;
	height: 260px;
}
.gui-box a {
	height: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 70px;
}
.gui-box a span {
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width:767px){
  #sect-gui .row {
  	margin-top: 0;
  }
  .bgGry {
  	margin-bottom: 30px;
  }
  .gui-box:3rd-child {
  	margin-bottom: 0;
  }
}

/*--------------  blackout  ---------------*/
#sect-bl h2 {
	text-align: left;
	margin: 0 auto 20px;
}
#sect-bl .row p {
	text-align: left;
}
#sect-bl .row p img {
	text-align: center;
	max-width: 100%;
}
.blNum {
	font-family: 'arial', cursive;
	text-align: center !important;
	font-size: 150px;
	color: orange;
  	font-weight: bold;
  	margin-top: -80px;
}
#sect-bl .row p img {
	display: block;
	margin: 0 auto;
}
/*--------------  footer  ---------------*/
.manu-Lbtn, .manu-Rbtn {
	position: relative;
}
.manu-Lbtn {
	margin-left: 56px;
}
.manu-Lbtn span {
	border: 1px solid;
	border-radius: 35px;
	padding: 6px 12px;
	position: absolute;
	top: -8px;
	left: -8px;
}
.manu-Lbtn span {
	border: 1px solid;
	border-radius: 20px;
	padding: 4px 10px 5px;
	position: absolute;
	top: -6px;
	left: -45px;
}
.manu-Rbtn {
	margin-right: 56px;
}
.manu-Rbtn span {
	border: 1px solid;
	border-radius: 20px;
	padding: 4px 10px 5px;
	position: absolute;
	top: -6px;
	right: -45px;
}
@media screen and (max-width:767px){
  .manu-Lbtn.fl {
  	float: left;
  }
  .manu-Rbtn.fr {
  	float: right;
  }
}
/********** ↓↓↓↓↓ 20191024～追記 ↓↓↓↓↓ **********/
.li-style-n {
	list-style: none;
}
.li-style-out {
	list-style: outside;
	margin-left: 14px;
}
.w80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.w60 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.li-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.attnBox {
	padding: 12px 40px 20px 40px;
	border: 2px solid;
}
.attnBox h3 {
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.attnBox ul li {
	margin-bottom: 10px;
}
/********** ↑↑↑↑↑ 20191024～追記 ↑↑↑↑↑ **********/

@media screen and (max-width: 974px) {
	.blNum {
		margin: -100px auto -40px;
	}
	.attnBox {
		padding: 12px 20px 20px;
	}
	.w60.w80sp {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.manuPr0 {
		padding-right: 15px;
	}
	.manuPl0 {
		padding-left: 15px;
	}

}
/********** ↑↑↑↑↑ 20190000～追記 ↑↑↑↑↑ **********/

hr.style1{
	border-top: 3px solid #ff8c00;
}
hr.style2 {
	border-top: 5px double #ff8c00;
}
hr.style3 {
	border-top: 3px dashed #ff8c00;
}
hr.style4 {
	border-top: 3px dotted #ff8c00;
}
hr.style5 {
	background-color: #fff;
	border-top: 3px dashed #ff8c00;
}
hr.style6 {
	background-color: #fff;
	border-top: 3px dotted #ff8c00;
}
