@charset "utf-8";
/*------------------------------------------------------------
	manual
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 60px;
}

#main .caution {
    width: 1200px;
	box-sizing: border-box;
    margin: 0 auto 40px;
	background: #fdf12c;
	padding: 21px 15px;
	text-align: center;
	color: #000;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 600;
}

#main .caution_s {
    text-align: center;
	padding:0 0 20px 0;
	position:relative;
	top:-20px;
	left:0;
	font-size:14px;
}

#main .borderBox {
	padding: 63px 100px 60px;
	border: 3px solid rgb(255, 255, 255);
	border-radius: 20px;
	margin:0 0 30px 0;
	position:relative;
	max-width: 1200px;
}

#main .borderBox .ttl {
	margin-bottom: 27px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 10px;
	color: #fdf12b;
	text-align: center;
}

#main .borderBox .ttl:first-child {
	padding-top: none;
}

#main .borderBox .ttl:last-child {
    padding-top: 32px;
}

#main .manualBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px 0px;
	justify-content: center;
}

#main .manualBox video {
	cursor: pointer;
}

#main .manualBox dl {
	width: calc(50% - 20px);
	padding: 0 10px 43px;
}

#main .manualBox dl dt{
	width: 100%;
	padding-bottom: 5px;
}

#main .manualBox h3 {
	font-size: 24px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#main .manualBox p {
	font-weight: 500;
	font-size: 16px;
	padding-left: 10px;
	line-height: 1.4em;
}

#main .noticeBox {
	margin-top: 60px;
	margin-bottom: -27px;
}

#main .noticeBox a {
	display: block;
	padding: 24px 100px 15px;
	border-radius: 20px;
	margin:0 0 30px 0;
	position:relative;
	max-width: 1200px;
	margin-top: 30px;
	background-color: white;
	color: #000;
	box-shadow: 3px 4px #0b4f96;
	top: 0;
    left: 0;
}

#main .noticeBox a span.tit {
	font-size: 32px;
	position: relative;
	text-align: center;
	line-height: 1.7em;
	display: block;
	font-weight: 700;
}

#main .noticeBox a span.txt {
	text-align: center;
	font-size: 18px;
    font-weight: 500;
	display: block;
}

#main .noticeBox a span.tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 296px;
	top: 9px;
	width: 49px;
	height: 36px;
	background: url(../img/manual_anpic/notice_icon.png) no-repeat;
}

#main .noticeBox a:hover {
	background-color: #FDF12B;
    box-shadow: 6px 6px #0b4f96;
    top: -4px;
    left: -4px;
}

.comContact {
	display: none!important;
}

#gFooter .bg01 {
    position: absolute;
    left: 0;
    top: -100px;
}

#gFooter .bg02 {
   /* right: 240px;*/
    top: -120px;
	z-index: -1;
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin-bottom: 42px;
	}

	#main .caution {
		padding: 14px 14px;
		margin: 0 auto 12px;
		letter-spacing: -0.08em;
		border-radius: 10px;
	}

	#main .caution_s {
		text-align: center;
		padding:0 0 10px 0;
		position:relative;
		top:-6px;
		left:0;
		font-size:12px;
	}
	
	
	#main .borderBox {
		padding: 20px 16px 11px;
		border: 2px solid #fff;
		border-radius: 10px;
	}

	#main .caution {
		font-size: 16px;
		font-weight: 500;
		width: 100%;
		margin: 0 auto 12px;
	}

	#main .borderBox .ttl {
		line-height: 1;
		padding-top: 0;
	}

	#main .borderBox .ttl span {
		font-size: 25px;
		font-weight: 600;
	}

	#main .manualBox {
		margin: 0;
	}

	#main .manualBox dl {
		width: 100%;
		padding: 0 0px 37px;
	}

	#main .manualBox dl:last-child {
		padding: 0 10px 24px;
	}

	#main .manualBox h3 {
		font-size: 17px;
		font-weight: 600;
		padding-left: 0;
		padding-bottom: 11px;
	}

	#main .manualBox p {
		font-size: 14px;
		padding-left: 0;
		letter-spacing: -0.03em;
	}

	#main .noticeBox {
		margin-top: 30px;
	}

	#main .noticeBox a {
		padding: 15px 11px 20px;
		border-radius: 8px;
		box-shadow: 2px 2px #0b4f96;
	}

	#main .noticeBox a span.tit {
		font-size: 21px;
		width: 189px;
		padding-left: 41px;
		margin: 0 auto;
		display: block;
	}

	#main .noticeBox a span.tit::before {
		left: 1%;
		top: 9px;
		width: 29px;
		height: 25px;
		background-size: contain;
	}

	#main .noticeBox a span.txt {
		font-size: 14px;
		padding-top: 10px;
		letter-spacing: -0.06em;
		line-height: 1.2;
		display: block;
	}

	#gFooter .bg01 {
		left: 0;
		top: -45px;
		z-index: -1;
	}

	#gFooter .bg02 {
		/* right: 240px; */
		top: -67px;
	}

	#main .videoBox:last-child {
		padding-bottom: 7px;
	}

	#main .videoBox {
		position: relative;
	}

	#main .videoBox .video_img {
		padding-bottom: 35px;
	}

	#main .videoBox .video_img:last-child {
		padding-bottom: 17px;
	}

	#main .videoBox h3 {
		font-size: 17px;
		font-weight: 600;
		padding-left: 0;
		padding-bottom: 11px;
		padding-top: 10px;
		letter-spacing: 0.05em;
	}

	#main .videoBox p {
		font-size: 14px;
		padding-left: 0;
		letter-spacing: -0.03em;
	}

	#main .videoBox .video {
		width: 100%;
    	margin: 0 auto;
		text-align: center;
	}

	
	/*modal 211026 Added*/
	#main .modal_wrap {
		position: fixed;
		display: none;
		justify-content: center;
		align-items: center;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	#main .modal_wrap .filter {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		left: 0;
		top: 0;
		z-index: 800;
	}
	#main .modal_wrap video {
		position: absolute;
		display: none;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index:999;
	} 
} 
/*パスワード*/
#main .post-password-form {
    text-align: center;
    padding: 60px 15px 15px;
}

#main .post-password-form p {
	padding: 0 0 20px 0;
}
