@charset "UTF-8";

/*==================================================

PC

==================================================*/

html {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	min-height: 100vh;
}

body{
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: baseline;
	background: url(../images/index/bg_main.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	flex-grow:1
}

.grecaptcha-badge {
	display: none;
}

#wrapper {
	margin: 0 auto;
}

#main {
	background: #c00;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 3px 5px #555;
	width: calc(100vw - 100px);
	margin: 0 auto;
}

#main .inner {
	display: flex;
}

.contents {
	padding: 30px 45px;
	font-size: 16px;
	background: #c00
	box-sizing: border-box;
	/*width: calc(100% - 380px);*/
	align-items: center;
	display: flex;
	flex-grow:1
}

.contents #canvas {
	width: 100%;
}


.contents.top {
	align-items: flex-start;
}

#default {
	text-align: center;
}

#default .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
}

#default .logo span {
	display: inline-block;
	background: #005290;
	color: #fff;
	padding: 6px 10px 8px;
	line-height: 1;
	border-radius: 5px;
	margin-left: 5px;
}

.catTitle {
	font-size: 32px;
	padding: 20px 0;
	font-weight: 700;
	background: #0c815c;
	color: #fff;
	margin: 30px -45px;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
}

#default .img img {
	width: 100%;
}

.html h2 {
	color: #0c815c;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 700;
}

.hyoshi {
	display: flex;
	margin: 30px auto;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
}

.hyoshiL {
	width: 50%;
	background-size: cover;
	
}

.hyoshiR {
	width: 50%;
	padding: 20px;
	text-align: left;	
	border-radius: 10px;
}

.hyoshiR h2 {
	color: #0c815c;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.hyoshiR h2:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/manual/icon_desk_g.png);
	background-size: cover;
	margin: 0 12px -4px 0;
}

.index {
	border-top: 1px dotted #555;
	padding-top: 2px;
}

.index li a {
	display: flex;
	padding: 2px 0 7px;
	align-items: center;
	margin:  0 0 3px;
	line-height: 1;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
	border-bottom: 1px dotted #555;
}

.index li a:hover {
	opacity: 0.7;
}

.index li img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	object-fit: cover;
	border-radius: 1000px;
	border: 4px solid #fff;
}

.html .keyword {
	color: #c00;
	text-decoration: underline;
}

.html .keyword:hover {
	opacity: 0.7;
	cursor: pointer;
}

.options {
	font-weight: 700;
	text-align: center;
}

.option {
	margin: 0 auto;
	max-width: 600px;
	background: #c00;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}

.option p {
	padding: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.option .in {
}

.options img {
	width: 100%;
	max-width: 600px;
	height: auto;
	vertical-align: top;
}

.options video {
	width: 100%;
	max-width: 600px;
	height: auto;
	vertical-align: top;
}

.side {
	white-space: nowrap;
	/*width: 350px;*/
}

.sideH1 {
	color: #fff;
	background: #000;
	font-size: 18px;
	background: #ffa10c;
	font-weight: 400;
	cursor: pointer;
	text-align: right;
}

.sideH1:hover {
	opacity: 0.7;
}

.sideH1 strong {
	background-color: rgba(0,0,0,0.6);
	padding: 15px 15px;
	display: block;
}

.sideH1 strong:after {
	content: " →";
}

.sideTitle {
	background: #005290;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

.sideTitle:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/manual/icon_task.png);
	background-size: cover;
	margin: 0 20px -2px 0;
}

.side li .box {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 50px;
}

.side li {
	background: #eee;
}

.side li:nth-child(2n){
	background: #f7f7f7;
}

.side li .step {
	display: flex;
	background: #005290;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
	width: 40px;
	height: 30px;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0 0 2px;
	border-radius: 5px;
}

.side li .step.no {
	background: none;
}

.side li .name {
	padding: 15px;
}

.side li .btn {	
	padding: 5px 10px;
	border-radius: 5px;
	background: #0c815c;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 5px;
}

.side li .btn:hover {
	/*background: #ffce81;*/
	background: #0c815c;
	color: #f7ff00;
}

.side li.current {
	background: #0c815c;
	position: relative;
}

.side li.current:before {
	content: "▲";
	line-height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -8px;
	color: #0c815c;
	transform: rotate(90deg);
}

.side li.current .step {
	color: #0c815c;
	background: #fff;
}

.side li.current .name {
	color: #fff;
}

.side li.current .btn {	
	background: #0c815c;
	color: #f7ff00;
}

.movieBox {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movieBox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#footer {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 20px;
}

@media screen and (min-width:1025px) {
	.sp {
		display: none;
	}
}

/*==================================================

SP

==================================================*/

@media screen and (max-width:1024px) {

	body{
		padding: 0;
		display: block;
	}
	
	#header {
		text-align: center;
		padding: 10px;
	}
	
	#header p img {
		width: 140px;
		height: auto;
	}

	#header p {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
		font-weight: 700;
	}

	#header p span {
		display: inline-block;
		background: #005290;
		color: #fff;
		padding: 4px 8px 6px;
		line-height: 1;
		border-radius: 5px;
		margin-left: 5px;
	}

	#main {
		border-radius: 0;
		box-shadow: none;
		display: block;
		width: 100%;
	}

	#main .inner {
		display: block;
	}

	.sideH1,
	#canvas .hyoshiL,
	#canvas .catTitle,
	#canvas .logo {
		display: none;
	}
	
	#footer {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	
	.contents {
		padding: 15px;
		background: #0c815c;
	}
	
	.hyoshi {
		margin: 0;
	}
	
	.side {
		white-space: wrap;
	}
	
	.option {
		margin-top: 20px;
	}

	.html {
		font-size: 16px;
		padding: 0 10px 10px;
	}
	
	.htmlInner {
		background: #fff;
		padding: 10px;
		border-radius: 7px;
		margin-left: 55px;
	}
	
	.hyoshiL {
		width: 100%;
		box-sizing: border-box;
	}
	
	.hyoshiL img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	
	.hyoshiR {
		width: 100%;
		box-sizing: border-box;
		background: #eee;
		padding: 20px 10px 10px;
	}
	
	.catTitle {
		margin: 0;
		font-size: 22px;
		text-align: center;
		padding: 15px;
	}
	
	.catTitle span {
		display: block;
		font-size: 14px;
	}
	
	.pc {
		display: none;
	}
}