
@media screen and (min-width: 769px) {
	.sidebar .sidebar_inner {
		border-bottom-width: 0;
	}
	.header h2 {
		font-size: 20px;
	}
	.footer .fnav ul li {
		width: calc(100% / 5);
	}
	.footer .fnav ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	#top .section_new .block > div {
		width: 48%;
	}
	#top .section_new .block .block_inner .image {
		width: 120px;
	}
	#top .section_new .block .block_inner .text_area {
		width: calc(100% - 120px);
	}
	#top .section_new .block h4 {
		letter-spacing: normal;
	}
	#top .section_new .block ul li {
		letter-spacing: normal;
	}
	#top .section_bnr > div:nth-child(1) {
		width: 100%;
		background: url(../image/img06.jpg) center no-repeat;
		background-size: cover;
	}
	#top .section_company .btns > div a {
		line-height: 1.5;
		padding: 3px 0;
		height: auto;
	}
	#top .section_bnr02 {
		justify-content: center;
	}
	#top .section_bnr02 a {
	}
	#message .message {
		padding: 20px 350px 0 0;
	}
	#about .sec01 .block02 {
		background: rgba(80, 175, 97, 0.05);
		padding: 25px 40px 35px;
		font-size: 13px;
	}
	#about .sec01 .block02 .flex {
		display: flex;
		justify-content: space-between;
	}
	#about .sec01 .block02 .flex > div {
		width: 156px;
	}
	#about .sec01 .block02 .flex > div + div .image {
		position: relative;
	}
	#about .sec01 .block02 .flex > div + div .image:before {
		content: "";
		background: url(../image/sankaku.png) center no-repeat;
		width: 26px;
		height: 44px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -13px;
		margin: auto 0;
	}
	#about .sec01 .block02 .flex h4 {
		font-size: 15px;
		font-weight: bold;
		height: 48px;
		display: flex;
		align-items: flex-end;
	}
	#about .sec01 .block02 .flex .image {
		margin: 5px 0;
	}
	#about .sec01 .block02 .flex p {
		font-size: 13px;
	}
	#inq .form .req {
		width: 60px;
	}
	#inq .form .btn input {
		width: 380px;
	}
	#outline .table table tr.noline {
		border-bottom: none;
	}
}
@media screen and (max-width: 768px) {
	.sidebar {
	}
	.header h2 {
		width: 220px;
		font-size: 10px;
	}
	.sidebar .bnr > div:nth-child(1) {
		width: 47%;
		margin: 20px auto 0;
	}
	.pankuzu ul {
		flex-wrap: wrap;
	}
	.footer .fnav ul {
		justify-content: flex-start;
	}
	.footer .fnav ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	#top .section_company .btns > div a {
		line-height: 1.5;
		padding: 3px 0;
		height: auto;
	}
	#top .section_bnr02 a {
		width: 100%;
	}
	#about .sec01 .block02 {
		background: rgba(80, 175, 97, 0.05);
		padding: 20px;
		font-size: 14px;
	}
	#about .sec01 .block02 .flex > div {
		width: 156px;
		margin: 0 auto;
	}
	#about .sec01 .block02 .flex > div + div {
		margin-top: 30px;
		position: relative;
	}
	#about .sec01 .block02 .flex > div + div:before {
		content: "";
		background: url(../image/sankaku.png) center no-repeat;
		width: 26px;
		height: 44px;
		position: absolute;
		top: -36px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#about .sec01 .block02 .flex h4 {
		font-size: 15px;
		font-weight: bold;
	}
	#about .sec01 .block02 .flex .image {
		margin: 5px 0;
	}
	#inq .form .req {
		width: 60px;
	}
	#inq .form .btn input {
		width: 300px;
	}
}
