
/* 早わかり「高度化法 認定制度」 */

html {
  scroll-behavior: smooth;
}

#license {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}





/* ページコンテンツ全体のヘッダー */
.ad_header {
	display: block;
	position: relative;
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	/*background-color: #ffffff;*/
	/*background-color: #fcfae1;*/
	background-color: #24775d;
	overflow: hidden;
}

.ad_header_h {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 500px;
	background-image: url(../../images/about_certification/saisei_img1920.png);
	background-position: center bottom;
	background-size: cover;
	background-color: #24775d;
	overflow: hidden;
}

.ad_header_h_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1400px;
	height: 500px;
}

.ad_header_h .ad_header_title,
.ad_header_w .ad_header_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
	font-size: 3.4em;
	line-height: 1.2em;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

.ad_header_h .ad_header_title span,
.ad_header_w .ad_header_title span {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 1em;
	color: #fff;
}
	
.ad_header_h .ad_header_subtitle,
.ad_header_w .ad_header_subtitle {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 340px;
	height: 46px;
	border-radius: 23px;
	background-color: #b4dd0b;
	color: #24775d;
	font-size: 1.2em;
	line-height: 46px;
	text-align: center;
}

.ad_header_h .ad_header_subtitle span,
.ad_header_w .ad_header_subtitle span {
	font-weight: 400;
}

.ad_header_h .saisei_img {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: 0;
	right: 0;
}


@media screen and (max-width: 768px) {

	.ad_header_h .ad_header_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 24px 0;
		font-size: 2.4em;
		line-height: 1.4em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}

@media screen and (max-width: 480px) {

	.ad_header_h {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 400px;
		overflow: hidden;
	}

	.ad_header_h .ad_header_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 24px 0;
		font-size: 1.9em;
		line-height: 1.4em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

	.ad_header_h .ad_header_subtitle {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		height: 46px;
		border-radius: 23px;
		font-size: 1em;
		line-height: 46px;
	}

}


@media screen and (max-width: 420px) {

	.ad_header_h {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 350px;
		overflow: hidden;
	}
	
	.ad_header_h .ad_header_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 24px 0;
		font-size: 1.5em;
		line-height: 1.4em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}









.ad_header_f {
	display: block;
	position: relative;
	padding: 60px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 180px;
	background-color: #b4dd0b;
}

.ad_header_f_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
	text-align: right;
}

.ad_header_f_inner ul {
	display: inline;
    display: inline-flex;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	overflow: hidden;
    overflow: visible;
}

.ad_header_f_inner ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	width: 320px;
	height: 78px;
	border-radius: 8px;
	cursor: pointer;
	z-index: 10;
}

.ad_header_f_inner ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	width: 320px;
	height: 78px;
	color: #111111;
	background-color: #ffffff;
	border-radius: 8px;
}

.ad_header_f_inner ul li a:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	width: 320px;
	height: 78px;
	background-color: #ffd166;
	border-radius: 8px;
}

.ad_header_f_inner ul li a .icon {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 18px;
	left: 20px;
	width: 60px;
	height: 40px;
	/*filter: invert(80%) sepia(1%) saturate(1096%) hue-rotate(52deg) brightness(93%) contrast(85%);*/
}

.ad_header_f_inner ul li a:hover .icon {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 18px;
	left: 20px;
	width: 60px;
	height: 40px;
	/*filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(330deg) brightness(105%) contrast(101%);*/
}

.ad_header_f_inner ul li a .movie_lead {
	display: block;
	position: relative;
	padding: 14px 0 0 0;
	margin: 0 0 0 90px;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
}

.ad_header_f_inner ul li a .movie_title {
	display: block;
	position: relative;
	padding: 6px 0 0 0;
	margin: 0 0 0 90px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
}

.ad_header_f_inner ul li a .movie_link_icon {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 8px;
	right: 12px;
	font-size: 1em;
	color: #c3c3c3;
	height: 22px;
	width: 22px;
	filter: invert(80%) sepia(1%) saturate(1096%) hue-rotate(52deg) brightness(93%) contrast(85%);
}

.ad_header_f_inner ul li a:hover .movie_link_icon {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 8px;
	right: 12px;
	font-size: 1em;
	color: #fff;
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(330deg) brightness(105%) contrast(101%);
}

@media screen and (max-width: 1200px) {

	.ad_header_f {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 260px;
	}

	.ad_header_f_inner {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 20px;
		right: 6%;
		width: 326px;
		text-align: right;
	}
	
	.ad_header_f_inner ul {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style-type: none;
		overflow: hidden;
	}

	.ad_header_f_inner ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 24px 0;
		width: 320px;
		height: 78px;
		border-radius: 8px;
		z-index: 10;
	}
	
	.ad_header_f_inner ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 326px;
		max-width: 100%;
		height: 84px;
		color: #111111;
		background-color: #ffffff;
		border: 3px solid #b4dd0b;
		border-radius: 8px;
	}
	
	.ad_header_f_inner ul li a:hover {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 326px;
		max-width: 100%;
		height: 84px;
		background-color: #ffd166;
		border: 3px solid #b4dd0b;
		border-radius: 8px;
	}
	
	.ad_header_f_inner ul li a .icon {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 18px;
		left: 20px;
		width: 60px;
		height: 40px;
		/*filter: invert(80%) sepia(1%) saturate(1096%) hue-rotate(52deg) brightness(93%) contrast(85%);*/
	}
	
	.ad_header_f_inner ul li a:hover .icon {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 18px;
		left: 20px;
		width: 60px;
		height: 40px;
		/*filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(330deg) brightness(105%) contrast(101%);*/
	}
	
	
	.ad_header_f_inner ul li a .movie_lead {
		display: block;
		position: relative;
		padding: 18px 0 0 0;
		margin: 0 0 0 90px;
		font-size: 1.3em;
		line-height: 1.1em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-align: left;
	}
	
	.ad_header_f_inner ul li a .movie_title {
		display: block;
		position: relative;
		padding: 6px 0 0 0;
		margin: 0 0 0 90px;
		font-size: 0.9em;
		line-height: 1em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-align: left;
	}
	
	.ad_header_f_inner ul li a .movie_link_icon {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 8px;
		right: 12px;
		font-size: 1em;
		color: #c3c3c3;
	}

}


@media screen and (max-width: 560px) {


	.ad_header_h .saisei_img,
	.ad_header_h .saisei_img img {
		display: none;
	}

	.ad_header_f {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 260px;
	}
	
	.ad_header_f_inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		bottom: 0;
		right: 0;
		width: 326px;
		text-align: right;
	}

}
	

.ad_header_f .atend {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 380px;
	height: auto;
	bottom: 0;
	left: 16%;
	z-index: 10;
}

@media screen and (max-width: 1600px) {

	.ad_header_f .atend {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 380px;
		height: auto;
		bottom: 0;
		left: 6%;
		z-index: 10;
	}
	
}

@media screen and (max-width: 560px) {

	.ad_header_f .atend {
		display: block;
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 85%;
		height: auto;
		bottom: 0;
		left: 16%;
		z-index: 10;
	}
	
}
	
@media screen and (max-width: 430px) {

	.ad_header_f .atend {
		display: block;
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 85%;
		height: auto;
		bottom: 80px;
		left: 16%;
		z-index: 10;
	}
	
}












/* ページ内ナビゲーション */
.license_navi {
	display: block;
	position: relative;
	padding: 130px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 500px;
	/*background-color: #f4f4f5;*/
	background-color: #fcfae1;
	/*border-top: 1px solid #c5c5c5;*/
	border-bottom: 1px solid #c5c5c5;
}

.license_navi_inner {
	display: block;
	position: relative;
	padding: 0 0 60px 0;
	margin: 0 auto 0 auto;
	width: 95%;
	/*max-width: 1300px;*/
	text-align: center;
}

.license_navi_inner ul {
	display: inline;
	position: relative;
	padding: 0 0 0 0;
	margin: 90px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.license_navi_inner ul li {
	display: inline-block;
	position: relative;
	margin: 0 0.5% 40px 0.5%;
	width: 24%;
	max-width: 270px;
	height: auto;
	min-height: 220px;
	border-radius: 10px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	z-index: 1;
}

.license_navi_inner ul li a {
	display: inline-block;
	position: relative;
	padding: 16px 16px 16px 16px;
	width: 270px;
	height: 220px;
	border-radius: 10px;
	background-color: #ffffff;
	text-align: center;
	z-index: 1;
}

.license_navi_inner ul li a:hover {
	background-color: #ffd166;
}

.license_navi_inner ul li a:focus {
    background-color: #ffd166;
}

.license_navi_inner ul li .mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -80px;
	left: 50%;
	transform: translateX(-50%); 
	width: 148px;
	height: 148px;
	background-color: #008a28;
	border: 9px solid #ffffff;
	border-radius: 50%;
	/*box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);*/
	z-index: 5;
}

.license_navi_inner ul li .number {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 10px;
	left: 12px;
	font-size: 2.8em;
	font-weight: 700;
	/*font-family: "Roboto", sans-serif;*/
	font-family: "Brygada 1918", serif;
	line-height: 1em;
	color: #1a1a1a;
	z-index: 5;
}

.license_navi_inner ul li .title {
	display: block;
	position: relative;
	padding: 70px 0 0 0;
	margin: 0 0 0 0;
	color: #1a1a1a;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 700;
	letter-spacing: 1px;
}
/*
.license_navi_inner ul li .lead {
	display: block;
	position: relative;
	padding: 18px 0 0 0;
	margin: 0 0 0 0;
	color: #1a1a1a;
	text-align: center;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
*/
.license_navi_inner ul li .arrow {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    bottom: -72px;
	
	left: 50%;
	transform: translateX(-50%); 
	border-radius: 50%;
	
	font-size: 4.8em;
	line-height: 1em;
	color: #cccccc;
	text-align: center;
	z-index: 10;
    width: 94px;
    height: 94px;
    filter: invert(80%) sepia(1%) saturate(1096%) hue-rotate(52deg) brightness(93%) contrast(85%);
}

@media screen and (max-width: 1400px) {

	.license_navi {
		display: block;
		position: relative;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 400px;
	}

	.license_navi_inner ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		overflow: hidden;
	}
	
	.license_navi_inner ul li {
		display: block;
		position: relative;
		margin: 0 auto 18px auto;
		width: 90%;
		max-width: 1080px;
		height: auto;
		min-height: 120px;
		border-radius: 10px;
		background-color: #ffffff;
		text-align: left;
		vertical-align: top;
		z-index: 1;
	}

	.license_navi_inner ul li a {
		display: inline-block;
		position: relative;
		padding: 16px 16px 16px 16px;
		width: 100%;
		height: auto;
		min-height: 120px;
		border-radius: 10px;
		background-color: #ffffff;
		text-align: center;
		z-index: 1;
	}
	
	.license_navi_inner ul li .mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 15px;
		left: 15px;
		width: 80px;
		height: 80px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		/*box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);*/
		z-index: 5;
	}

	.license_navi_inner ul li .number {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 22px;
		left: 60px;
		font-size: 2.6em;
		font-weight: 700;
		font-family: "Brygada 1918", serif;
		line-height: 1em;
		color: #1a1a1a;
		z-index: 5;
	}
	
	.license_navi_inner ul li .title {
		display: block;
		position: relative;
		padding: 0 0 0 60px;
		margin: 0 0 0 0;
		color: #1a1a1a;
		text-align: left;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}
/*
	.license_navi_inner ul li .lead {
		display: block;
		position: relative;
		padding: 18px 40px 0 60px;
		margin: 0 0 0 0;
		color: #1a1a1a;
		text-align: center;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
*/
	.license_navi_inner ul li .arrow {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 34px;
		
		left: auto;
		right: -50px;
		
		transform: translateX(-50%); 
		border-radius: 50%;
		
		font-size: 3em;
		line-height: 1em;
		color: #cccccc;
		text-align: center;
		z-index: 10;
	}

}

@media screen and (max-width: 768px) {
	
	.license_navi_inner ul li {
		display: block;
		position: relative;
		margin: 0 auto 18px auto;
		width: 90%;
		max-width: 1080px;
		height: auto;
		min-height: 120px;
		border-radius: 10px;
		background-color: #ffffff;
		text-align: left;
		vertical-align: top;
		z-index: 1;
	}

	.license_navi_inner ul li a {
		display: inline-block;
		position: relative;
		padding: 16px 16px 16px 16px;
		width: 100%;
		height: auto;
		min-height: 120px;
		border-radius: 10px;
		background-color: #ffffff;
		text-align: center;
		z-index: 1;
	}
	
	.license_navi_inner ul li .mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 15px;
		left: 15px;
		width: 80px;
		height: 80px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		/*box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);*/
		z-index: 5;
	}

	.license_navi_inner ul li .number {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 22px;
		left: 60px;
		font-size: 2.2em;
		font-weight: 700;
		font-family: "Brygada 1918", serif;
		line-height: 1em;
		color: #1a1a1a;
		z-index: 5;
	}
	
	.license_navi_inner ul li .title {
		display: block;
		position: relative;
		padding: 7px 0 0 60px;
		margin: 0 0 0 0;
		color: #1a1a1a;
		text-align: left;
		font-size: 1.4em;
		line-height: 1.4em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}
/*
	.license_navi_inner ul li .lead {
		display: block;
		position: relative;
		padding: 18px 40px 0 50px;
		margin: 0 0 0 0;
		color: #1a1a1a;
		text-align: center;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
*/
	.license_navi_inner ul li .arrow {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		bottom: 34px;
		
		left: auto;
		right: -50px;
		
		transform: translateX(-50%); 
		border-radius: 50%;
		
		font-size: 3em;
		line-height: 1em;
		color: #cccccc;
		text-align: center;
		z-index: 10;
	}

}


@media screen and (max-width: 540px) {

	.license_navi_inner ul {
		display: inline;
		position: relative;
		padding: 0 0 0 0;
		margin: 90px auto 0 auto;
		width: 90%;
		text-align: center;
		overflow: hidden;
	}

	.license_navi_inner ul li .mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 20px;
		left: 25px;
		width: 80px;
		height: 80px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		/*box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);*/
		z-index: 5;
	}

	.license_navi_inner ul li .arrow {
		display: none;
	}

	.license_navi_inner ul li .title {
		display: block;
		position: relative;
		padding: 14px 0 0 60px;
		margin: 0 0 0 0;
		color: #1a1a1a;
		text-align: left;
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}


}























/* セクション 01 */
.license_part01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 単元タイトル01 */
.license_part01_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 220px;
	background-color: #f4f4f5;
	border-left: 21px solid #008a28;
	border-right: 21px solid #f4f4f5;
}

.license_part01_title::after {
	content: ''; 
	position: absolute; 
	bottom: -32px; 
	left: 50%; 
	border-left: 45px solid transparent; 
	border-right: 45px solid transparent; 
	border-top: 32px solid #f4f4f5; 
	transform: translateX(-50%); 
}

.license_part01_title_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
}

.license_part01_title_inner .title_mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 0;
	width: 108px;
	height: 108px;
	background-color: #008a28;
	border:6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);
}

.license_part01_title_inner .title {
	display: block;
	position: relative;
	padding: 42px 0 4px 1em;
	margin: 0 0 0 130px;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: -1em;
	vertical-align: middle;
}

.license_part01_title_inner .title span {
	padding: 0 24px 0 0;
	font-size: 1.8em;
	font-family: "Brygada 1918", serif;
	vertical-align: bottom;
}

.license_part01_title_inner .lead {
	display: block;
	position: relative;
	padding: 18px 0 36px 38px;
	margin: 0 0 0 130px;
	font-size: 1.3em;
	color: #1a1a1a;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {

	.license_part01_title_inner .title_mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 0;
		width: 64px;
		height: 64px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.9);
	}
	
	.license_part01_title_inner .title {
		display: block;
		position: relative;
		padding: 42px 0 0 0;
		margin: 0 0 0 80px;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part01_title_inner .lead {
		display: block;
		position: relative;
		padding: 18px 0 36px 0;
		margin: 0 0 0 80px;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}

/* 単元コンテンツ01 */
.license_part01_content {
	display: block;
	position: relative;
	padding: 50px 0 0 0;
	margin: 32px auto 50px auto;
	width: 100%;
	max-width: 980px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

.license_part01_content .title {
	display: block;
	position: relative;
	padding: 0 24px 0 24px;
	margin: 0 0 14px 18px;
	font-size: 2.6em;
	line-height: 1.1em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.license_part01_content .lead {
	display: block;
	position: relative;
	padding: 0 24px 80px 38px;
	margin: 0 0 18px 18px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.license_part01_content .sub_title {
	display: block;
	position: relative;
	padding: 0 18px 0 38px;
	margin: 0 0 8px 0;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #1987a9;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.license_part01_content .purpose {
	display: block;
	position: relative;
	padding: 0 18px 0 38px;
	margin: 0 0 36px 0;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 0.5px;
}

/* 図版 */
.license_part01_content .zuhan {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 50px auto 80px auto;
	width: 90%;
	max-width: 980px;
	height: auto;
	max-height: 510px;
	overflow: hidden;
}

.license_part01_content #canvas {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}




@media screen and (max-width: 768px) {

	.license_part01_content .title {
		display: block;
		position: relative;
		padding: 0 18px 0 24px;
		margin: 0 0 14px 12px;
		font-size: 2.6em;
		line-height: 1.1em;
		color: #1a1a1a;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
	}

	.license_part01_content .lead {
		display: block;
		position: relative;
		padding: 0 24px 0 38px;
		margin: 0 0 18px 0;
		font-size: 1.2em;
		line-height: 1.8em;
		color: #1a1a1a;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}

}










/* セクション 02 */
.license_part02 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 単元タイトル02 */
.license_part02_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 220px;
	background-color: #f4f4f5;
	border-left: 21px solid #008a28;
	border-right: 21px solid #f4f4f5;
}

.license_part02_title::after {
	content: ''; 
	position: absolute; 
	bottom: -32px; 
	left: 50%; 
	border-left: 45px solid transparent; 
	border-right: 45px solid transparent; 
	border-top: 32px solid #f4f4f5; 
	transform: translateX(-50%); 
}

.license_part02_title_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
}

.license_part02_title_inner .title_mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 0;
	width: 108px;
	height: 108px;
	background-color: #008a28;
	border:6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);
}

#main_wrap .license_part02_title_inner h2.title:not(.home #main_wrap h2) {
	display: block;
	position: relative;
	padding: 42px 0 4px 1em;
	margin: 0 0 0 130px;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: -1em;
	vertical-align: middle;
}

.license_part02_title_inner .title span {
	padding: 0 24px 0 0;
	font-size: 1.8em;
	font-family: "Brygada 1918", serif;
	vertical-align: bottom;
}

.license_part02_title_inner .lead {
	display: block;
	position: relative;
	padding: 18px 0 36px 38px;
	margin: 0 0 0 130px;
	font-size: 1.3em;
	color: #1a1a1a;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {

	.license_part02_title_inner .title_mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 0;
		width: 64px;
		height: 64px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.9);
	}
	
	#main_wrap .license_part02_title_inner h2.title:not(.home #main_wrap h2) {
		display: block;
		position: relative;
		padding: 42px 0 0 0;
		margin: 0 0 0 80px;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part02_title_inner .lead {
		display: block;
		position: relative;
		padding: 18px 0 36px 0;
		margin: 0 0 0 80px;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}


/* 単元コンテンツ02 */
.license_part02_content {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 50px auto 50px auto;
	width: 90%;
	max-width: 1280px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

.section-unit {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 48px 18px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub-unit {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.license_part02_content h2.ti {
	display: block;
	position: relative;
	padding: 4px 0 4px 12px;
	margin: 0 0 28px 0;
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
	color: #007b06;
	border-left: 7px solid #007b06;
}

.license_part02_content h3.subti {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 36px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
}

.license_part02_content ul.explan {
	position: relative;
	padding: 8px 24px 22px 0;
	margin: 0 0 0 48px;
}

.license_part02_content ul.explan li {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;
	list-style-type: disc;
}

.license_part02_content ul.explan li span {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 12px 28px;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;
	list-style-type: disc;
}

.license_part02_content .lead {
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 0 46px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;	
}

.license_part02_content .ti_comment {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 12px 0 0 76px;
	font-size: 1.3em;
	line-height: 34px;
	width: auto;
	max-width: 280px;
	height: 34px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;	
	background-color: #007b06;
	text-align: center;
	border-radius: 5px;
}

.license_part02_content .comment {
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 0 76px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;	
}

.license_part02_content .comment_link {
	display: block;
	position: relative;
	padding: 8px 0 0 18px;
	margin: 0 0 32px 76px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;	
}

.license_part02_content .comment_link a span {
	padding: 0 0 0 12px;
	display: inline-block;
	height: 40px;
	width: 40px;
}

.license_part02_content .comment_link a {
	text-decoration: underline;
}

.license_part02_content .comment_link a img{
	filter: invert(26%) sepia(98%) saturate(2650%) hue-rotate(108deg) brightness(70%) contrast(120%);
}

.license_part02_content .comment_link a:hover {
	color: #a72126;
	text-decoration: underline;
}

.license_part02_content .comment_link a:hover img{
    filter: invert(47%) sepia(46%) saturate(617%) hue-rotate(309deg) brightness(65%) contrast(156%);
}





.license_part02_content h4.remarks {
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 0 40px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
}

.license_part02_content .zuhan {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px auto 80px auto;
	width: 95%;
	max-width: 1200px;
	height: auto;
	max-height: 600px;
	overflow: hidden;
}

.license_part02_content .zuhan sgv {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {

	.license_part02_content {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 50px auto 50px auto;
		width: 95%;
		max-width: 1280px;
		height: auto;
		background-color: #fff;
		overflow: hidden;
	}

	.license_part02_content h2.ti {
		display: block;
		position: relative;
		padding: 4px 0 4px 12px;
		margin: 0 0 28px 0;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
		color: #007b06;
		border-left: 7px solid #007b06;
	}

	.license_part02_content h3.subti {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.4em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part02_content ul.explan {
		position: relative;
		padding: 8px 24px 22px 0;
		margin: 0 0 0 0;
	}

	.license_part02_content .lead {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;	
	}
	
	
	.license_part02_content h4.remarks {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part02_content .ti_comment {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 12px 0 0 0;
		font-size: 1.3em;
		line-height: 34px;
		width: auto;
		max-width: 240px;
		height: 34px;
		color: #fff;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;	
		background-color: #007b06;
		text-align: center;
		border-radius: 5px;
	}
	
	.license_part02_content .comment {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		font-size: 1.1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;	
	}

	.license_part02_content .comment_link {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 32px 0;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;	
	}

}




















/* セクション 03 */
.license_part03 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 単元タイトル03 */
.license_part03_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 220px;
	background-color: #f4f4f5;
	border-left: 21px solid #008a28;
	border-right: 21px solid #f4f4f5;
}

.license_part03_title::after {
	content: ''; 
	position: absolute; 
	bottom: -32px; 
	left: 50%; 
	border-left: 45px solid transparent; 
	border-right: 45px solid transparent; 
	border-top: 32px solid #f4f4f5; 
	transform: translateX(-50%); 
}

.license_part03_title_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
}

.license_part03_title_inner .title_mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 0;
	width: 108px;
	height: 108px;
	background-color: #008a28;
	border:6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);
}

#main_wrap .license_part03_title_inner h2.title:not(.home #main_wrap h2){
	display: block;
	position: relative;
	padding: 42px 0 4px 1em;
	margin: 0 0 0 130px;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: -1em;
	vertical-align: middle;
}

.license_part03_title_inner .title span {
	padding: 0 24px 0 0;
	font-size: 1.8em;
	font-family: "Brygada 1918", serif;
	vertical-align: bottom;
}

.license_part03_title_inner .lead {
	display: block;
	position: relative;
	padding: 18px 0 36px 38px;
	margin: 0 0 0 130px;
	font-size: 1.3em;
	color: #1a1a1a;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {

	.license_part03_title_inner .title_mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 0;
		width: 64px;
		height: 64px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.9);
	}
	
	#main_wrap .license_part03_title_inner h2.title:not(.home #main_wrap h2){
		display: block;
		position: relative;
		padding: 42px 0 0 0;
		margin: 0 0 0 80px;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part03_title_inner .lead {
		display: block;
		position: relative;
		padding: 18px 0 36px 0;
		margin: 0 0 0 80px;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}

/* 単元コンテンツ03 */
.license_part03_content {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 32px auto 50px auto;
	width: 95%;
	max-width: 1400px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}



/*
.license_part03_content .sys03 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 50px auto 50px auto;
	width: 95%;
	max-width: 1350px;
	height: auto;
	min-height: 500px;
	max-height: 790px;
	overflow: hidden;
}
*/

.license_part03_content .process {
	display: block;
	position: relative;
	padding: 28px 0 0 0;
	margin: 0 0 0 0;
}


.license_part03_content .title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 14px auto;
	width: 95%;
	max-width: 1350px;
	font-size: 2.1em;
	line-height: 1.1em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: left;
}

.license_part03_content .sub_title {
	display: block;
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 0 8px 0;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #1987a9;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.license_part03_content .lead {
	display: block;
	position: relative;
	padding: 0 0 0 78px;
	margin: 0 0 36px 0;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.license_part03_content .paragraph {
	display: block;
	position: relative;
	padding: 0 0 0 78px;
	margin: 0 0 8px 0;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.license_part03_content .purpose {
	display: block;
	position: relative;
	padding: 0 0 0 78px;
	margin: 0 0 24px 0;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #1a1a1a;
	font-weight: 400;
	letter-spacing: 0.5px;
}


@media screen and (max-width: 768px) {

	.license_part03_content .sub_title {
		display: block;
		position: relative;
		padding: 0 18px 0 12px;
		margin: 0 0 8px 0;
		font-size: 1.6em;
		line-height: 1.2em;
		color: #1987a9;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
	}
	
	.license_part03_content .lead {
		display: block;
		position: relative;
		padding: 0 18px 0 24px;
		margin: 0 0 36px 0;
		font-size: 1.1em;
		line-height: 1.8em;
		color: #1a1a1a;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
	}
	
	.license_part03_content .paragraph {
		display: block;
		position: relative;
		padding: 0 18px 0 24px;
		margin: 0 0 8px 0;
		font-size: 1.4em;
		line-height: 1.2em;
		color: #1a1a1a;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
	}
	
	.license_part03_content .purpose {
		display: block;
		position: relative;
		padding: 0 18px 0 24px;
		margin: 0 0 24px 0;
		font-size: 1em;
		line-height: 1.6em;
		color: #1a1a1a;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 0.5px;
	}




}




.license_part03_content .iframe03 {
	position: relative;
	margin: 0 auto;
	width: 95%;
	max-width: 1400px;
	height: 0;
	padding-bottom: 56.25%;
}

.license_part03_content .iframe03 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
}



































/* セクション 04 */
.license_part04 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 単元タイトル04 */
.license_part04_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 220px;
	background-color: #f4f4f5;
	border-left: 21px solid #008a28;
	border-right: 21px solid #f4f4f5;
}

.license_part04_title::after {
	content: ''; 
	position: absolute; 
	bottom: -32px; 
	left: 50%; 
	border-left: 45px solid transparent; 
	border-right: 45px solid transparent; 
	border-top: 32px solid #f4f4f5; 
	transform: translateX(-50%); 
}

.license_part04_title_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
}

.license_part04_title_inner .title_mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 20px;
	left: 0;
	width: 108px;
	height: 108px;
	background-color: #008a28;
	border:6px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.8);
}

#main_wrap .license_part04_title_inner h2.title:not(.home #main_wrap h2) {
	display: block;
	position: relative;
	padding: 42px 0 4px 1em;
	margin: 0 0 0 130px;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: -1em;
	vertical-align: middle;
}

.license_part04_title_inner .title span {
	padding: 0 24px 0 0;
	font-size: 1.8em;
	font-family: "Brygada 1918", serif;
	vertical-align: bottom;
}

.license_part04_title_inner .lead {
	display: block;
	position: relative;
	padding: 18px 0 36px 38px;
	margin: 0 0 0 130px;
	font-size: 1.3em;
	color: #1a1a1a;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {

	.license_part04_title_inner .title_mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 0;
		width: 64px;
		height: 64px;
		background-color: #008a28;
		border: 4px solid #ffffff;
		border-radius: 50%;
		box-shadow: 0px 4px 8px -5px rgba(179,179,179,0.9);
	}
	
	#main_wrap .license_part04_title_inner h2.title:not(.home #main_wrap h2) {
		display: block;
		position: relative;
		padding: 42px 0 0 0;
		margin: 0 0 0 80px;
		font-size: 1.8em;
		line-height: 1.2em;
		font-weight: 700;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
		text-indent: 0;
	}
	
	.license_part04_title_inner .lead {
		display: block;
		position: relative;
		padding: 18px 0 36px 0;
		margin: 0 0 0 80px;
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
		/*font-family: "BIZ UDPGothic", sans-serif;*/
		letter-spacing: 1px;
	}

}

/* 単元コンテンツ04 */
.license_part04_content {
	display: block;
	position: relative;
	padding: 20px 0 0 0;
	margin: 32px auto 50px auto;
	width: 95%;
	max-width: 1280px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}




.license_part04_content h2.ti {
	display: block;
	position: relative;
	padding: 4px 0 4px 12px;
	margin: 0 0 28px 0;
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
	color: #007b06;
	border-left: 7px solid #007b06;
}

.table-container { 
  overflow-x: auto;
	width: 100%; 

	margin: 0 auto 0 auto;
	padding: 0 0 0 0;

}


/* 1つめのテーブル */

.table-container table { 
	width: 100%; 
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	min-width: 768px;
	border-collapse: collapse;
}

.table-container .table { 
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; 
	max-width: 1100px;
	background-color: #f5f5f5;
	margin: 0 auto 28px auto;
}

.table-container .table th,
.table-container .table td {
	min-height: 60px;
	margin: 0 0 0 0;
	padding: 12px 12px 12px 12px;
	border: 5px solid #fff;
	font-weight: 400;
}

.table-container .table td {
	min-width: 180px;
}

.table-container .table td span {
	display: block;
	font-size: 0.7em;
	line-height: 150%;
	padding: 6px 0 0 8px;
}

/* 認定制度テーブル_ヘッダー */
.table-container .table .table_head01 th {
	color: #fff; 
	background: #2d6a62;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}

.table-container .table td {
	/*max-width: 580px;*/
	color: #1a1a1a;
	background-color: #c1db84;
	font-size: 1em;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
	vertical-align: top;
}

.table-container .table tr:nth-child(odd) td {
	background-color: #e1ed93;
	font-size: 1em;
	font-weight: 400;

}

.table-container .table td:before {
	content: "";
	display: block;
	height: 80px;
	float: left;
}

.table-container .table td ul {
	padding: 0 0 0 0;
	margin: 0 0 0 18px;
}

.table-container .table td ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: disc;
	line-height: 1.8em;
}

.table-container .table td ul li .line {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	color: #a72126;
	text-decoration: underline;
}

.table-container .table td ul li .red {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	color: #a72126;
	text-decoration: underline;
}

.table-container .table td ul li .line {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	text-decoration: underline;
}

.table-container .table td.table_cell {
	width: 25%;
	max-width: 280px;
	font-size: 1.3em;
}

.table-container .table tr:nth-child(odd) td.table_cell {
	width: 25%;
	max-width: 280px;
	font-size: 1.3em;
}


/* 2つめのテーブル */

.table-container table { 
	width: 100%; 
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	min-width: 768px;
	border-collapse: collapse;
}

.table-container .table02 { 
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%; 
	max-width: 1100px;
	background-color: #f5f5f5;
	margin: 0 auto 24px auto;
}

.table-container .table02 th,
.table-container .table02 td {
	min-height: 60px;
	margin: 0 0 0 0;
	padding: 12px 12px 12px 12px;
	border: 5px solid #fff;
	font-weight: 400;
}

.table-container .table02 td {
	min-width: 180px;
}

.table-container .table02 td span {
	display: block;
	font-size: 0.7em;
	line-height: 150%;
	padding: 6px 0 0 8px;
}

/* 認定制度テーブル02_ヘッダー */
.table-container .table02 .table_head01 th {
	color: #fff; 
	background: #3B7D24;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
}

.table-container .table02 .table_head01 th.space {
	text-indent: 1em;
	letter-spacing: 1em;
}

.table-container .table02 td {
	/*max-width: 580px;*/
	color: #1a1a1a;
	background-color: #B4E5A2;
	font-size: 1em;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal;
	vertical-align: top;
}

.table-container .table02 tr:nth-child(odd) td {
	background-color: #D9F2D0;
	font-size: 1em;
	font-weight: 400;

}

.table-container .table02 td:before {
	content: "";
	display: block;
	height: 80px;
	float: left;
}

.table-container .table02 td ul {
	padding: 0 0 0 0;
	margin: 0 0 0 18px;
}

.table-container .table02 td ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: disc;
	line-height: 1.8em;
}

.table-container .table02 td ul li .line {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	color: #a72126;
	text-decoration: underline;
}

.table-container .table02 td ul li .red {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	color: #a72126;
	text-decoration: underline;
}

.table-container .table02 td ul li .line {
	padding: 0 4px 0 4px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	text-decoration: underline;
}

.table-container .table02 td.table_cell {
	width: 25%;
	max-width: 280px;
	font-size: 1.3em;
}

.table-container .table02 tr:nth-child(odd) td.table_cell {
	width: 25%;
	max-width: 280px;
	font-size: 1.3em;
}

/* 最下_参照勧める */
.reference {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 60px auto;
	width: 95%;
	max-width: 1100px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #c10000;
}




























.license_part04_content .quantitative_index {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px auto 80px auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}


.license_part04_content .quantitative_index .cap_title {
	display: block;
	position: relative;
	padding: 4px 0 4px 12px;
	margin: 28px 0 14px 0;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
	color: #a72126;
}


.license_part04_content .quantitative_index .cap_subtitle {
	display: block;
	position: relative;
	padding: 4px 0 4px 12px;
	margin: 28px 0 14px 28px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-indent: 0;
	color: #1a1a1a;
}


.license_part04_content .quantitative_index .cap_lead {
	display: block;
	position: relative;
	padding: 4px 0 4px 12px;
	margin: 0 0 28px 0;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;
	color: #1a1a1a;
}


.license_part04_content ul.explan {
	position: relative;
	padding: 8px 0 22px 0;
	margin: 0 0 0 70px;
}

.license_part04_content ul.explan li {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;
	list-style-type: disc;
}

.license_part04_content ul.explan li span {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 12px 28px;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
	text-indent: 0;
	list-style-type: disc;
}




















.license3 {
	display: block;
	position: relative;
	padding: 80px 0 80px 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 1400px;
	overflow: hidden;
}






/* ===== tab-list ===== */
/* 02セクションでのタブ枠 */

.tab-container .tab-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tab-container .tab-list .tab {
	display: block;
    position: relative;
    width: 33.3%;
    padding: 16px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f4f4f4;
    color: #007b06;
    border-radius: 12px 12px 0 0;
    border: 1px solid #e4e4e4;
    margin: 0 0 0 0;
    font-size: 1.3em;
    line-height: 1.4em;
	font-weight: 400;
	letter-spacing: 0.5px;
	float: left;
}

.tab-container .tab-list .tab:last-child {
    margin-right: 0;
}

.tab-container .tab-list .tab:focus {
    color: #fff;
    background: #b81c22;
}

.tab-container .tab-list .tab.selected {
	display: block;
    position: relative;
    width: 33.3%;
    color: #fff;
    background: #007b06;
    /*box-shadow: 0 -4px 12px rgba(25, 118, 210, 0.3);*/
    z-index: 2;
}

/*
.tab-container .tab-list .tab.selected::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007b06;
}
*/

.tab-container .tab-list .tab:not(.selected):hover {
    background: #b81c22;
    color: #fff;
    /*transform: translateY(-2px);*/
}

.tab-container .tab-content {
    display: none;
    padding: 48px 24px 24px 24px;
    min-height: 450px;
    background: #fff;
    border: 2px solid #007b06;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
    position: relative;
}

.tab-container .tab-content.selected {
    display: block;
    animation: bubbleIn 0.3s ease;
}

@keyframes bubbleIn {
    from { 
        opacity: 0; 
        transform: scale(0.95) translateY(-10px); 
    }
    to { 
        opacity: 1; 
        transform: scale(1) translateY(0); 
    }
}












#process_img{
	max-width: 1350px;
	width: 100%;
	margin: 3em auto 1em;
	container-type: inline-size;
}

.license_part03_content .tab-list{
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
	width: 96.8889%;
	margin: 0 auto;
	overflow: hidden;
}

.license_part03_content .tab-list .tab{
	display: block;
	position: relative;
	width: 50%;
	padding: 2em 1.5em;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f4f4f4;
	color: #007b06;
	border-radius: 0.75em 0.75em 0 0;
	border: 0.0625em solid #e4e4e4;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.03125em;
	float: left;
}

.license_part03_content .tab-list .tab:last-child{ margin-right: 0; }

.license_part03_content .tab-list .tab:focus{
	color: #fff;
	background: #b81c22;
}

.license_part03_content .tab-list .tab.selected{
	color: #fff;
	background: #007b06;
	z-index: 2;
}

.license_part03_content .tab-list .tab:not(.selected):hover{
	background: #b81c22;
	color: #fff;
}

.license_part03_content .tab-content{ display: none; }

.license_part03_content .tab-content.selected{
	display: block;
	animation: bubbleIn 0.3s ease;
}

@keyframes bubbleIn{
	from{ opacity: 0; transform: scale(0.95) translateY(-0.625em); }
	to  { opacity: 1; transform: scale(1) translateY(0); }
}

#panel-A-process,
#panel-B-process{
	width: 100%;
	aspect-ratio: 1350 / 790;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#panel-A-process{ background-image: url(../../images/about_certification/ruikei_1_2.png); }
#panel-B-process{ background-image: url(../../images/about_certification/ruikei_3.png); }

#panel-A-process ul,
#panel-B-process ul{
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#panel-A-process ul li a,
#panel-B-process ul li a{
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	text-indent: -9999em;
	overflow: hidden;
	transition: none;
}

#panel-A-process ul li a:hover{
	background-image: url(../../images/about_certification/ruikei_1_2_on.png);
	background-repeat: no-repeat;
	background-size: 100cqw auto;
	background-position: calc(var(--x) * -1cqw + 1px) 0;
}

#panel-B-process ul li a:hover{
	background-image: url(../../images/about_certification/ruikei_3_on.png);
	background-repeat: no-repeat;
	background-size: 100cqw auto;
	background-position: calc(var(--x) * -1cqw + 1px) 0;
}

#panel-A-process ul li.ruikei_1_2_1 a{ width: 13.0370%; left: 1.6296%;  --x: 1.6296; }
#panel-A-process ul li.ruikei_1_2_2 a{ width: 12.5185%; left: 14.8148%; --x: 14.8148; }
#panel-A-process ul li.ruikei_1_2_3 a{ width: 14.9630%; left: 27.6296%; --x: 27.6296; }
#panel-A-process ul li.ruikei_1_2_4 a{ width: 42.1481%; left: 42.7407%; --x: 42.7407; }
#panel-A-process ul li.ruikei_1_2_5 a{ width: 13.4074%; left: 85.0370%; --x: 85.0370; }

#panel-B-process ul li.ruikei_3_1 a{ width: 13.0370%; left: 1.6296%;  --x: 1.6296; }
#panel-B-process ul li.ruikei_3_2 a{ width: 12.5185%; left: 14.8148%; --x: 14.8148; }
#panel-B-process ul li.ruikei_3_3 a{ width: 14.9630%; left: 27.6296%; --x: 27.6296; }
#panel-B-process ul li.ruikei_3_4 a{ width: 42.1481%; left: 42.7407%; --x: 42.7407; }
#panel-B-process ul li.ruikei_3_5 a{ width: 13.4074%; left: 85.0370%; --x: 85.0370; }



@media screen and (max-width: 1000px){

	.license_part03_content .tab-list .tab {
	    padding: 1em 1.5em;
	}

}

@media screen and (max-width: 768px){

	#panel-A-process ul li a:hover{
		background-position: calc(var(--x) * -1cqw + 0px) 0;
	}

	#panel-B-process ul li a:hover{
		background-position: calc(var(--x) * -1cqw + 0px) 0;
	}

}







/* モーダル動画再生のトリガー */
.modal {
	display: none;
	position: fixed;
	z-index: 20000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(255,255,255,0.95);
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

.modal .modal-content {
	position: relative;
	background-color: #fff;
	padding: 0;
	border-radius: 8px;
	width: 90%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	display: flex;
	transition: all 0.8s;
}

.modal .close {
	position: absolute;
	top: -80px;
	right: 4px;
	font-size: 62px;
	font-weight: bold;
	color: #1a1a1a;
	cursor: pointer;
	z-index: 20001;
}

.modal .cap {
	position: absolute;
	bottom: -42px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	font-size: 1.2em;
	font-weight: bold;
	color: #1a1a1a;
	text-align: center;
	z-index: 20001;
}

.modal iframe {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 8px;
}
    
body.modal-open {
	overflow: hidden;
}
       
    
    


