/* Theme Name: kenyuukai */
img {
	height: auto;
}


.p-form__footer {
	flex-flow: column;
}
.p-form__btn {
	border-radius: 5px !important;
}

.btn00 svg {
	margin-left: 5px;
	position:relative;
	top:2px;
}
.btn00:hover svg path {
	fill:#ffffff !important;
}

.news__box {
	margin-bottom:50px;
}
.home .news__box {
	margin-bottom:0;
}

.home .news__sec {
	padding-bottom:40px;
}


@media screen and (max-width: 560px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width: 561px) {
	.sp {
		display: none;
	}
}
/*
.header__infobox-item:nth-child(2),
.header__infobox-item:nth-child(3),
#h-nav,
.home .news__btn,
.wrap-h-contents,
.groupcompany,
.footer__nav,
.footer_box .btn00,
.openbtn,
.f-nav,
.home .btn00 {
	display:none !important;
}
.header {
	height:130px;
}
@media screen and (max-width: 960px) {
	.header {
		height:65px;
	}
}*/


.list_menu dt {
clear: both;
float: left;
width: 6em;
}
.list_menu dd {
padding-left: 6em;
padding-bottom:5px;
}
.list_menu dd span {
display:inline-block;
width:8em;
}
.mb50 { margin-bottom: 50px; }