.grecaptcha-badge {
    visibility: hidden;
}

.whiteheader #header-title .inner, .naviheader #header-title .inner{
	padding: 10px 40px;
}

.header-copy{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-shadow: 3px 3px 5px #FFFFFF, -3px 3px 5px #FFFFFF,  3px -3px 5px #FFFFFF,  -3px -3px 5px #FFFFFF;
}

#subheader-text{
	text-shadow: 3px 3px 5px #FFFFFF, -3px 3px 5px #FFFFFF,  3px -3px 5px #FFFFFF,  -3px -3px 5px #FFFFFF;
}

.cb-button{
	text-align: center;
}

.topbox3{
	background-color: var( --lightcolor);
	margin-top: -120px;
}

.topbox3 img{
	width: 40%;
}

.box-title{
	box-sizing: border-box;
	width: 100%;
	background-color: var( --maincolor);
	color: var( --whitecolor);
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.mtauto{
	margin-top: auto;
}

.sect1 .box-para{
	line-height: 1.75;
}

.sect3 .box3{
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	display: flex;
	flex-direction: column;
}

.sect3 .box3 p{
	font-size: 0.9em;
	line-height: 1.75;
}

.s1b3img-a, .s1b3img-b, .s1b3img-c {
	color: var( --whitecolor);
	display: flex;
	font-size: 1.4em;
	justify-content: center;
	background-image: linear-gradient(rgba(52,135,203,0.5), rgba(52,135,203,0.5)), url(images/top-3box1.jpg);
	background-position: 25% 25%;
	background-size: cover;
	padding: 75px 20px;
	line-height: 1.5;
}

.s1b3img-b{
	background-image: linear-gradient(rgba(52,135,203,0.5), rgba(52,135,203,0.5)), url(images/top-3box2.jpg);
}

.s1b3img-c{
	background-image: linear-gradient(rgba(52,135,203,0.5), rgba(52,135,203,0.5)), url(images/top-3box3.jpg);
}

.sect3 .cb-button{
	margin: 0 20px 20px;
}

.sect3 h3{
	font-size: 1.2em;
	font-weight: bold;
}

.s1b3con{
	padding: 20px;
}

.sect3 .simple-button {
	background-color: var( --whitecolor);
	width: 100%;;
	margin: 20px auto 0; 
	display: inline-block; 
	border: 2px solid var( --maincolor);
}

.sect3 .simple-button a{
	color: var( --maincolor);
	font-size: 0.9em;
	font-weight: bold;
}

.sect4 .s4box{
	padding: 40px;
	background-color: var( --whitecolor);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}

#top-lp .sect4 h3{
	color: var( --maincolor);
	text-align: center;
	padding: 30px 0;
	font-size: 1.6em;
	font-weight: bold;
}

.sect4 img{
	margin-bottom: 20px;
}

.sect5 img{
	margin: 0 auto;
}

.sect6 .box255a, .sect6 .box255b{
	padding-bottom: 30px;
}

#top-lp .sect6 h3{
	font-size: 1.3em;
	color: var( --blackcolor);
	border-bottom: 4px dotted var( --maincolor);
}

div#ez-toc-container{
	box-sizing: border-box;
	border: none!important;
}

.ez-toc-title-container{
	text-align: center;
	padding-bottom: 20px;
}

div#ez-toc-container ul li{
	border-bottom: 1px dotted var( --greycolor);
}

div#ez-toc-container ul.ez-toc-list a{
	display: block;
}

/*横幅768px以下の表示変更（スマホのみ適用はsp-style.php）*/
@media screen and (max-width: 768px) {
	
	.whiteheader #header-title .inner, .naviheader #header-title .inner{
	padding: 0 10px;
	}
	
	#header-title h1, #header-title .hx, .header-title h1, .header-title .hx{
		font-size: 2.4em;
	}
	
	#header-title .subofficename, #header-title .subofficename a, .header-title .subofficename, .header-title .subofficename a{
		font-size: 0.875em;
	}
	
	.herohead{
		margin-top: 0;
	}
	
	#header-text, #subheader-text{
		padding: 30px 0 120px;
	}
	
	#subheader-text{
		padding: 10px 0;
	}
	
	#header-text .inner, #subheader-text .inner{
		padding: 0 10px;
	}
	
	.topbox3{
		margin-top: 0;
	}
	
	#top-lp h2{
		font-size: 1.4em;
		text-align: left;
	}
	
	.cb-main-right .cb-main-left-txt{
		font-size: 0.9em;
		line-height: 1.75;
		text-align: left;
	}
	
	.cb-main-right{
		padding: 0;
	}
	
	.sect1{
		padding-top: 30px;
	}
	
	.sect3 .box3{
		margin-bottom: 30px;
	}
	
	.sect3 .box3:last-child{
		margin-bottom: 0;
	}
	
	#top-lp .sect4 h3{
		font-size: 1.3em;
		text-align: center;
	}
	
	}