@charset "UTF-8";

div.wpcf7 {
    clear: both;
	padding-top: 1px !important;
}

/* フッター */
footer {
	background:#133d20;
	color:#fff;
	clear: both;
	padding: 50px 0 21px;
}
footer.footer_2022 {
    background: #0c0038;
}
footer.iiken {
	background:#133d20;
	padding: 50px 0;
}
footer.corporate {
	background:#0c0038;
}
footer h1 {
	width: 260px;
	height: auto;
	margin: 0 auto 20px;
}
footer h1 a {
	display: block;
	backface-visibility: hidden; 
}
footer h1 img {
	width: 100%;
	height: auto;
	display: block;
}
footer .btm {
	display: block;
}
footer .btm .left {
	width: 50%;
	float: left;
    text-align: left;
    padding-top: 80px;
}
footer .btm .left p {
	font-size: 13px;
	line-height: 2.0em;
}
footer .btm .left p a {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	color: #fff;
}
footer .btm .left p a:hover {
	text-decoration: underline;
}
footer .btm .left p a:after {
	position: absolute;
	content: "|";
	right: -15px;
}
footer .btm .left p a:first-child {
	margin: 0 10px 0 0;
}
footer .btm .left p a:last-child:after {
	display: none;
}
footer .btm .right {
    width: 250px;
	float: right;
	text-align: center;
}
footer .btm .right a {
	/*display: block;*/
	text-decoration: underline;
	color: #fff;
	margin-bottom: 10px;
}
footer .btm .right a:hover {
	text-decoration: none;
}
footer .btm .right img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
footer .btm .right p {
	font-size: 13px;
    line-height: 1.7em;
    letter-spacing: 0.07em;
}



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

}/*end of max-width: 1023px*/

/*-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {

/*フッター*/
footer h1 {
	width: 80%;
    max-width: 260px;
	margin-bottom: 50px;
}
footer .btm .right {
	width: 80%;
    max-width: 260px;
    float: none;
    text-align: center;
	margin: 0 auto 20px;
}
footer .btm .left {
    width: 100%;
    float: none;
	text-align: center;
	padding-top: 0;
}
footer .btm .left p.link {
    font-size: 12px;
}
footer .btm .left p.copy {
    font-size: 10px;
}
	
	
}/*end of max-width: 767px*/