#generation {
	padding: 120px 0 50px;
}
#generation .title h1{
	margin: 0 auto 30px;
	border-bottom: 5px solid #5CE952;
	padding: 0 0 0;
	position: relative;
	font-size: 462%;
}
#generation .title h2{
	font-size: 308%;
	padding: 0 0 0;
}
#generation .title h3{
	font-size: 200%;
	padding: 0 0 20px;
}
#generation .title p {
	font-size: 154%;
}
#generation .title p.ex {
	font-size: 124%;
	padding: 20px 0;
}
#generation .title .support2{
	box-sizing: border-box;
	border:1px solid #25B531;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 20px 20px;
	margin: 20px 0 10px;
}
#generation .title .support2 h3 {
	font-size: 178%;
	color: #25B531;
	padding: 0 0 0 40px;
	background: url(/image/top/check.png) no-repeat left center;
	background-size: 30px;
	margin: 10px 0 0;
	font-weight: normal;
}

#generation .title p span.underline {
	background: linear-gradient(transparent 60%, #FFFF67 0%);
	font-size: 100%;
}
#generation .title .support {
	border: 1px solid #CCC;
	margin: 20px 0 ;
	background: rgba(255, 255, 255, 0.7)
}
#generation .title .support h3 {
	font-size: 185%;
	color: #1BA901;
	border-bottom:1px solid #CCC;
	padding: 5px 10px;
}
#generation .title .support p {
	font-size: 154%;
	padding: 5px 10px;
}
#generation .yoko{
	padding: 20px 0 0;
}
#generation .title .btn {
	padding: 30px 0 50px;
	text-align: center;
}
#generation .title .btn p{
	padding: 0 0 10px;
	font-weight: bold;
}
#generation .title .btn a {
	display: inline-block;
	margin: 0 10px;
	border-radius: 50px;
	padding: 20px;
	font-size: 185%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #1BA901;
	border: 4px solid #FFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 330px;
	box-sizing: border-box;
	line-height: 100%;
}
#generation .title .btn a:hover{
	background: #1FC701;
}
#generation .title .btn .thai-application{
	display: inline-block;
	margin: 0 10px 20px;
	border-radius: 50px;
	padding: 20px 30px 20px;
	font-size: 185%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #999;
	border: 4px solid #FFF;
	width: auto;
	box-sizing: border-box;
	line-height: 100%;
}
#generation .title .span {
	padding: 30px 0 30px;
	text-align: center;
}
#generation .title .span h3{
	font-size: 231%;
}
#generation .title .span h4{
	font-size: 308%;
}
#generation .title .span h4 span{
	font-size: 124%;
}
#generation .lead{
	padding: 0 0 0;
}
/*流れ*/
#generation .title .flow{
	padding: 40px 0 0;
}
#generation .title .flow h4{
	font-size: 247%;
}
#generation .title .flow .box{
	margin: 20px 0 30px;
}
#generation .title .flow .box {
	position: relative;
	background: #FFF;
	border: 4px solid #00A63C;
}
#generation .title .flow .box:after,
#generation .title .flow .box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#generation .title .flow .box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #00A63C;
	border-width: 30px;
	margin-left: -30px;
}
#generation .title .flow .box:before {
	border-color: rgba(255, 147, 31, 0);
	border-top-color: #00A63C;
	border-width: 36px;
	margin-left: -36px;
}
#generation .title .flow .box:last-child::after,
#generation .title .flow .box:last-child::before {
	top: 100%;
	left: 50%;
	border: none;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
}

#generation .title .flow .box:last-child::after {
	border-color: none;
	border-top-color: none;
	border-width: 0px;
	margin-left: 0;
}
#generation .title .flow .box:last-child::before {
	border-color: none;
	border-top-color: none;
	border-width: 0;
	margin-left: 0;
}
#generation .title .flow .box .flow-ttl{
	background: #00A63C;
	color: #FFF;
	font-size: 231%;
	padding: 1px 10px;
}
#generation .title .flow .box p{
	padding: 10px;
}

#generation .guide{
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 15px 40px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin: 60px 0 0;
}
#generation .ttl {
    font-size: 308%;
    /*border-bottom: 5px solid #000;*/
    font-weight: bold;
    background: rgba(10, 142, 69, 1.0);
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}
#generation .guide #req_html h1{
	padding: 15px 0 20px;
	font-size: 231%;
}
#generation .guide #req_html .block{
	padding: 0 0 20px;
}
#generation .guide #req_html .block2{
	padding: 20px 0 0;
}
#generation .guide #req_html .block h2{
	font-size: 185%;
	padding: 0 0 10px;
}
#generation .guide #req_html .block h3{
	font-size: 154%;
	padding: 0 0 10px;
}
#generation .guide #req_html .block p{
	font-size: 124%;
	line-height: 1.6;
	padding: 0 0 10px;
}
#generation .guide #req_html .block p a{
	color: #F60;
	text-decoration: underline;
}
#generation .guide #req_html .block p a:hover{
	color: #F90;
}
#generation .guide #req_html .block p img {
    width: 600px;
    border: 1px solid #CCC;
}
#generation .guide #req_html .block p.ex{
	font-size: 100%;
}
#generation .guide #req_html .block p span.ex{
	font-size: 80%;
}
#generation .guide #req_html .block p.sv{
	padding: 0 0 20px 15px;
}
#generation .guide #req_html .block p.pa{
	padding: 0 0 0 15px;
}
#generation .guide #req_html .block .schdule-box{
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
	border: 1px solid #CCC;
}
#generation .guide #req_html .block .excerpt {
    background: rgba(10, 142, 69, 0.2);
    padding: 10px 0 0;
    text-align: center;
    margin: 30px 0 10px;
}
#generation .guide #req_html .block .schdule-box .schdule{
	border-bottom: 1px dotted #CCC;
	padding: 10px 10px 0;
}
#generation .guide #req_html .block .schdule-box .schdule:last-child{
	border: none;
}
#generation .guide #req_html .block .schdule-box .schdule h3{
	padding: 0 0 5px;
}
#generation .guide .dl-btn,
#generation .yoko .dl-btn{
	width: 520px;
	margin: 0 auto;
}
#generation .guide .dl-btn a,
#generation .yoko .dl-btn a{
	width: 100%;
	border: 3px solid #FFF;
	background: #000;
	border-radius: 50px;
	display: block;
	text-align: center;
	font-size: 154%;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: bold;
	line-height: 100%;
}
#generation .guide .dl-btn a:hover,
#generation .yoko .dl-btn a:hover{
	background: #666;
}
#generation .guide #req_html .exbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    yabflex-wrap: wrap;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
}
#generation .guide #req_html .exbox .ex-ttl {
    width: 40%;
    box-sizing: border-box;
    border: 1px solid #CCC;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    padding: 10px 10px 0;
    background: rgba(10, 142, 69, 0.2);
}
#generation .guide #req_html .exbox .ex-body {
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #CCC;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    border-top: none;
    border-left: none;
    padding: 10px 10px 0;
}
#generation .guide #req_html .awd-ttl {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCC;
    padding: 10px 10px 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
#generation .guide #req_html .awd-body {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCC;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    padding: 10px 10px 0;
}
/*============================
MAP
=============================*/
#generation .title h1.map{
	font-size: 240%;
	padding: 30px 0 0;
	border-bottom: 5px solid #333;
}
#generation .mapbox {
	padding: 20px 20px 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
}
#generation .mapbox h2{
	padding: 0 0 10px;
	font-size: 185%;
}
#generation .mapbox p{
	font-size: 154%;
	line-height: 180%;
	padding: 20px 0 50px;
}
#generation .mapbox p.map{
	padding: 0;
}
#generation .mapbox p.tel{
	padding-bottom: 0;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#generation .guide p.attn {
    font-size: 124%;
    padding: 5px 0 0;
    text-align: center;
}

/*今までの取り組み*/
#history {
	padding: 70px 0 70px;
}
#history .lead{
	font-size: 154%;
	padding: 0 0 20px;
}
#history .title h3{
	font-size: 254%;
	padding: 0 0 30px;
}
#history .h-box{
	margin: 0 0 -20px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	yabflex-wrap: wrap;
}
#result #history .box{
	width: 33.3%;
	padding: 0 0 20px;
}
#history .box h3{
	width: 100%;
	font-size: 185%;
	padding: 0 0 10px;
}
#history .box p{
	width: 100%;
	font-size: 132%;
	padding: 0 0 20px 20px;
	line-height: 200%;
	box-sizing: border-box;
}
#history .box p a{
	color: #FF4D4D;
	text-decoration: underline;
}
#history .box p a:hover{
	color: #C30;
}
#history .box p a i{
	margin: 0 5px 0 0;
	text-decoration: none;
	color: #333;
}
.value{
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #FF5E06;
	padding: 10px 20px 20px;
	margin-top: 20px;
}
.hakai_flow{
	width: 640px;
	margin: 0 auto;
	font-size: 124%;
	text-align: center;
	padding: 10px 0 0;
}
.pdf{
	height: 800px;
}

#next .end-box{
	padding: 10px;
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.6);
	margin: 20px 0 10px;
}
#result #generation-box #next .end-box h1{
	text-align: center;
	font-size: 156%;
	position: relative;
	z-index: 1;
	padding: 5px 0 ;
	background: none;
	color: #C00;
	margin: 0 0 0;
	border: none;
}
#result #generation-box #next .end-box h1 span{
	font-size: 85%;
	color: #333;
	font-weight: normal;
}

@media screen and (max-width:1059px){
	#page{
		background: rgba(255, 255, 255, 0.6);
	}
	#generation{
		padding: 40px 0 20px;
	}
	#generation .title h1{
		font-size: 154%;
		margin: 0 auto 10px;
	}
	#generation .title h2{
		font-size: 132%;
		padding: 0 0 10px;
	}
	#generation .title p{
		font-size: 116%;
	}
	#generation .title p.ex {
		font-size: 100%;
		padding: 10px 0;
	}
	#generation .title .support{
		margin: 10px 0;
	}
	#generation .title .support h3{
		font-size: 132%;
		padding: 10px;
	}
	#generation .title .support p{
		font-size: 116%;
	}
	#generation .title .btn{
		padding: 10px 0;
		width: 100%;
	}
	#generation .title .btn a{
		font-size: 132%;
		max-width: 300px;
		width: 100%;
		border:2px solid #FFF;
		padding: 10px 0;
		margin: 0 0 10px;
	}
	#generation .title .btn .thai-application{
		width: 300px;
		border:2px solid #FFF;
		padding: 10px 0;
		margin: 0 auto 10px;
		height: auto;
		font-size: 116%;
	}
	#generation .title .span h3{
		font-size: 132%;
		padding: 0 0 5px;
	}
	#generation .title .span h4{
		font-size: 154%;
		line-height: 140%;
		text-align: left;
	}
	#generation .guide{
		padding: 10px;
	}
	#generation .ttl{
		font-size: 132%;
		margin: -10px -10px 10px;
	}
	#generation .guide #req_html h1{
		font-size: 132%;
		padding: 10px 0 10px;
	}
	#generation .guide #req_html .block{
		padding: 0 0 10px;
	}
	#generation .guide #req_html .block h2{
		font-size: 124%;
	}
	#generation .guide #req_html .block h3{
		font-size: 116%;
		padding: 10px 0 5px;
	}
	#generation .guide #req_html .block p{
		font-size: 108%;
		padding: 0 0 5px;
	}
	#generation .guide #req_html .block .schdule-box{
		padding: 5px;
	}
	#generation .guide #req_html .block .schdule-box .schdule{
		padding: 5px 5px 0;
	}
	#generation .guide #req_html .block p.sv,
	#generation .guide #req_html .block p.pa{
		padding: 0 0 10px 10px;
	}
	#generation .yoko{
		padding: 10px 0 0;
	}
	#generation .guide .dl-btn,
	#generation .yoko .dl-btn{
		width: 100%;
		max-width: 300px;
	}
	#generation .guide .dl-btn a,
	#generation .yoko .dl-btn a{
		font-size: 124%;
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}
	/*============================
	MAP
	=============================*/
	#generation .title h1.map{
		font-size: 124%;
		padding: 0 0 0;
		border-bottom: 3px solid #333;
	}
	#generation .mapbox {
		padding: 10px;
		border: 1px solid #CCC;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.8);
	}
	#generation .mapbox h2{
		padding: 0 0 10px;
		font-size: 116%;
	}
	#generation .mapbox p{
		font-size: 108%;
		padding: 10px 0 10px;
	}
	#generation .mapbox p.map{
		padding: 0;
	}
	#generation .mapbox p.tel{
		padding-bottom: 0;
	}
	
	#history {
		padding: 0 0 40px;
	}
	#result #history .box {
		width: 100%;
		padding: 0 0 5px;
	}
	#history .title h3{
		font-size: 124%;
		padding: 0 0 10px;
	}
	#history .box h3{
		font-size: 124%;
		padding: 0 ;
	}
	#history .box p{
		font-size: 108%;
		padding: 0 0 10px 18px;
	}
	#generation .title .flow{
		padding: 20px 0 0;
	}
	#generation .title .flow h4{
		font-size: 124%;
	}
	#generation .title .flow .box{
		border: 2px solid #00A63C;
		margin: 10px 0 20px;
	}
	#generation .title .flow .box .flow-ttl{
		font-size: 124%;
	}
	#generation .title .flow .box p{
		font-size: 100%;
		padding: 10px;
	}
	#generation .title .flow .box::before{
		border-width: 24px;
		margin-left: -24px;
	}
	#generation .title .flow .box::after{
		border-width: 20px;
		margin-left: -20px;
	}
	#generation .title .support2{
		padding: 0 10px 10px;
		margin: 10px 0 ;
	}
	#generation .title .support2 h3{
		font-size: 124%;
		padding: 0 0 0 30px;
		background-size: 20px;
	}
	.value{
		padding: 10px;
		margin: 20px 0 0;
	}
	.hakai_flow{
		width: 100%;
		margin: 0 auto;
		font-size: 100%;
		text-align: center;
		padding: 10px 0 0;
	}
	
	.pdf{
		height: 400px;
	}
	#generation .guide #req_html .block p img {
    	width: 100%;
	}
	#generation .guide #req_html .block .excerpt{
		text-align: left;
		padding: 10px 10px 0;
	}
	#generation .guide #req_html .block .excerpt p{
		font-size: 93%;
	}
	#generation .guide p.attn{
		font-size: 100%;
		text-align: left;
	}
	#generation .guide #req_html .exbox .ex-ttl,
	#generation .guide #req_html .exbox .ex-body{
		width: 100%;
		padding: 5px 10px 0px;
	}
	#generation .guide #req_html .exbox .ex-body{
		border-left: 1px solid #CCC;
	}
	#generation .guide #req_html .awd-ttl{
		padding: 5px 10px 0px;
	}
	#generation .guide #req_html .block .excerpt{
		margin: 10px -10px 5px;
	}
	#next .end-box{
		padding: 10px;
		border: 1px solid #CCC;
		background: rgba(255,255,255,0.6);
		margin: 0 -10px 0;
	}
	#result #generation-box #next .end-box h1{
		text-align: left;
		font-size: 116%;
		z-index: 1;
		padding: 0 0 ;
	}
	#result #generation-box #next .end-box h1 span{
		font-size: 90%;
	}
	
}