/*** main-visual ***/
#main-visual {
	background: url("../img/top/main-img-bg.jpg") center center no-repeat;
	background-size: cover;
}
#main-visual .inner {
	padding-top: 8.533%;
	padding-bottom: 33%;
	position: relative;
}
.main-visual-text {
	background: rgba(255, 255, 255, 0.8);
	padding: 3.125%;	/*40px*/
	margin: 0 auto;
	width: 94%;
	border-radius: 8px;
}
.main-visual-text p {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/*18px*/
	font-weight: 700;
	line-height: 1.778;
	margin: 0;
}
.main-visual-text em {
	font-size: 1.375rem;	/*22px*/
}
.main-visual-img-sp {
	width: 33.3%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 4%;
	z-index: 100;
}
.main-visual-img,
.main-visual-illust {
	display: none;
}
@media print, screen and (min-width:442px) {
	#main-visual .inner {
		padding-bottom: 146px
	}
}
@media print, screen and (min-width: 768px) {
	#main-visual .inner {
		padding-top: 0;
		padding-bottom: 0;
		min-height: 400px;
	}
	.main-visual-text {
		width: 56%;
		position: absolute;
		top: 50%;
		left: 36%;
		transform: translate(0, -50%);
	}
	.main-visual-text p {
		font-size: 1.125rem;	/*18px*/
	}
	.main-visual-text em {
	}
	.main-visual-text span {
		display: inline-block;
	}
	.main-visual-img {
		width: 33.49%;
		height: auto;
		position: absolute;
		bottom: 0;
		left: 4%;
		z-index: 100;
		display: block;
	}
	.main-visual-img-sp {
		display: none;
	}
	.main-visual-illust {
		width: 100px;
		height: auto;
		position: absolute;
		bottom: 22px;
		right: 10%;
		z-index: 100;
		display: block;
	}
}
@media print, screen and (min-width:1024px) {
	.main-visual-img {
		width: 343px;
		height: auto;
		left: 31px;
	}
}
/*** main ***/
/*** labor ***/
#labor {
	position: relative;
	top: -46px;
	z-index: 100;
}
#labor::before {
	content: "";
	background: #e9dff7;
	border: 1px solid #d5d1db;
/*	border-radius: 0 8px 0 0;*/
	border-radius: 8px 8px 0 0;
	width: calc(100% - 8px);
	height: 32px;
	position: absolute;
	right: 4px;
	top: 24px;
}
.labor-title {
	background: url("../img/top/labor-title_bg.png") no-repeat top center;
	margin: 0 4px;
	position: relative;
}
.labor-title img {
	position: relative;
	top: -15px;
	left: calc(50% - 144px);
}
.labor-title::before {}
.labor-list {
	background: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 8px 8px 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	top: -5px;
}
.labor-list-item {
	width: calc((100% - 2px) / 2);
	position: relative;
}
.labor-list-item::before {
	content: "";
	background: #f4effb;
	border-top: 2px solid #ede5f9;
	width: 100%;
	height: 82px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.labor-list-item::after {
	content: "";
	background-image: -webkit-linear-gradient(top, rgb(233,223,247) 0%, rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(233,223,247) 0%, rgb(255,255,255) 100%);
	width: 100%;
	height: 56px;
	display: block;
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
}
.labor-list-item:nth-child(odd)::before {
	border-left: 2px solid #e9dff7;
	border-top-left-radius: 4px;
}
.labor-list-item:nth-child(even)::before {
	border-right: 2px solid #e9dff7;
	border-top-right-radius: 4px;
}
.labor-list-item-text {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	height: 100%;
	z-index: 100;
}
.labor-list-item-title {
	color: #8f7000;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.125rem;	/*18px*/
	font-weight: 700;
	font-feature-settings: "palt";
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	width: 100%;
	height: 82px;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.labor-list-item.medical .labor-list-item-title {
	font-size: 1rem;
}
.labor-list-item-title::after {
	content: "";
	border-bottom: 1px dashed #D5D1DB;
	display: block;
	width: 80%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 10%;
}
.labor-list-item-summary {
	color: #403E44;
	font-size: 0.937rem;	/*15px*/
	text-align: center;
	padding: 0;
	margin: 8px auto;
	width: 90%;
}
.labor-list-item-more {
	font-size: 1rem;
	text-align: right;
	padding-right: 2%;
	margin: auto 0 8px;
	width: 100%;
}
.labor-list-item-more::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	display: inline-block;
	margin-left: 4px;
}
.labor-list-item-text span {
	display: inline-block;
}
@media print, screen and (max-width:320px) {
	#labor {
		top: -32px;
	}
}
@media print, screen and (min-width:768px) {
	#labor::before {
		border-radius: 0 8px 0 0;
	}
	.labor-title {
		background: url("../img/top/labor-title_bg.png") no-repeat 0px 0px;
	}
	.labor-title img {
		left: -8px;
	}
	.labor-list-item {
		width: calc((100% - 6px) / 4);
	}
	.labor-list-item-text::before{
		content: "";
		background: #DCCDF3;
		border-top: 2px solid #BFA1E8;
		width: 100%;
		height: 82px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.labor-list-item-text::after {
		content: "";
		background-image: -webkit-linear-gradient(top, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
		background-image: linear-gradient(to bottom, rgb(191,161,231) 0%, rgb(255,255,255) 100%);
		width: 100%;
		height: 56px;
		display: block;
		position: absolute;
		top: 26px;
		left: 0;
		opacity: 0;
		transition: .3s;
		z-index: -1;
	}
	.labor-list-item-text:hover::before,
	.labor-list-item-text:hover::after {
		opacity: 1;
	}
	.labor-list-item-title {
		font-size: 1.125rem;
		padding: 1.56%;
	}
	.labor-list-item-text:hover .labor-list-item-title {
		color: #6d5500;
		text-shadow:1px 0px 5px #faf9ed,-1px 0px 5px #faf9ed,0px 1px 5px #faf9ed,0px -1px 5px #faf9ed;
	}
	.labor-list-item-summary {
		text-align: left;
		padding: 0.78% 0.78% 0.78% 3.51%;
		margin: 8px 0 0;
		width: 100%;
		transition: .3s;
	}
	.labor-list-item-text:hover .labor-list-item-summary {
		opacity: 0.7;
	}
	.labor-list-item-more {
		padding-right: 0.78%;
	}
	.labor-list-item:nth-child(odd)::before {
		border-left: 0;
		border-top-left-radius: 0;
	}
	.labor-list-item:nth-child(even)::before {
		border-right: 0;
		border-top-right-radius: 0;
	}
	.labor-list-item.outsourcing {
		order: 1;
	}
	.labor-list-item.outsourcing::before {
		border-left: 2px solid #e9dff7;
		border-top-left-radius: 4px;
	}
	.labor-list-item.outsourcing .labor-list-item-text::before {
		border-left: 2px solid #BFA1E8;
		border-top-left-radius: 4px;
	}
	.labor-list-item.rule {
		order: 2;
	}
	.labor-list-item.trouble {
		order: 3;
	}
	.labor-list-item.pay {
		order: 4;
	}
	.labor-list-item.pay::before {
		border-right: 2px solid #e9dff7;
		border-top-right-radius: 4px;
	}
	.labor-list-item.pay .labor-list-item-text::before {
		border-right: 2px solid #BFA1E8;
		border-top-right-radius: 4px;
	}
	.labor-list-item.workstyle {
		order: 5;
	}
	.labor-list-item.workstyle::before {
		border-left: 2px solid #e9dff7;
		border-top-left-radius: 4px;
	}
	.labor-list-item.workstyle .labor-list-item-text::before {
		border-left: 2px solid #BFA1E8;
		border-top-left-radius: 4px;
	}
	.labor-list-item.human {
		order: 6;
	}
	.labor-list-item.subsidy {
		order: 7;
	}
	.labor-list-item.medical {
		order: 8;
	}
	.labor-list-item.medical::before {
		border-right: 2px solid #e9dff7;
		border-top-right-radius: 4px;
	}
	.labor-list-item.medical .labor-list-item-text::before {
		border-right: 2px solid #BFA1E8;
		border-top-right-radius: 4px;
	}
	.labor-list-item.medical .labor-list-item-title {
		font-size: 1rem;
	}
}
@media print, screen and (min-width:1024px) {
	.labor-list-item-title {
		text-align: left;
		padding: 16px;
		justify-content: flex-start;
	}
	.labor-list-item.medical .labor-list-item-title {
		font-size: 1.125rem;
	}
	.labor-list-item-title::before {
		font-family: "Font Awesome 5 Free";
		content: "\f0da";
		font-size: 1rem;
		font-weight: 900;
		display: block;
		margin-right: 16px;
	}
	.labor-list-item-summary {
		padding: 8px 8px 8px 36px;
	}
	.labor-list-item-more {
		padding-right: 8px;
	}
	.labor-list-item-title-box > span,
	.labor-list-item-summary > span {
		display: block;
	}
}
/*** main-banner ***/
#main-banner {}
.main-banner-item {
	border: 2px solid #cfb8ee;
	border-radius: 6px;
}
.main-banner-item:not(:last-of-type) {
	margin-bottom: 8px;
}
.main-banner-item a {
	text-decoration: none;
	padding: 3.22%;
	display: block;
}
.main-banner-item-title {
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.25rem;	/*20px*/
	font-weight: 700;
	padding-left: 0.4em;
	margin: 0;
}
.main-banner-item-title::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	display: inline-block;
	position: relative;
	left: -0.2em;
}
.main-banner-item-text {
	color: #403E44;
	font-size: 1rem;	/*16px*/
	padding: 0 40% 0 12.4px;
	margin: 0;
}
.main-banner-item a {
	border: 2px solid #fff;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	display: block;
}
.main-banner-item.seminar a {
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat top 50% right -50px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat top 50% right -50px;
	background-size: auto, contain;
}
.main-banner-item.cells a {
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat top 50% right -50px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat top 50% right -50px;
	background-size: auto, contain;
}
@media print, screen and (min-width:500px) {
	.main-banner-item.seminar a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat center right;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat center right;
		background-size: auto, contain;
	}
	.main-banner-item.cells a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat center right;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat center right;
		background-size: auto, contain;
	}
}
@media print, screen and (min-width:768px) {
	#main-banner {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.main-banner-item:hover {
		border: 2px solid #BFA1E8;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
	}
	.main-banner-item {
		width: calc((100% - 32px) / 2);
		border: 2px solid #cfb8ee;
		border-radius: 6px;
		transition: .3s;
	}
	.main-banner-item:not(:last-of-type) {
		margin-bottom: 0;
	}
	.main-banner-item a {
		border-radius: 6px;
	}
	.main-banner-item.seminar a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat top 50% right -50px;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat top 50% right -50px;
		background-size: auto, contain;
	}
	.main-banner-item.cells a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat top 50% right -50px;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat top 50% right -50px;
		background-size: auto, contain;
	}
	.main-banner-item a:hover {
		color: #8F7000;
		opacity: 0.8;
	}
	.main-banner-item-title {
		font-size: 1.125rem;
	}
	.main-banner-item-text {
		font-size: 1rem;
		padding-left: 0.9em;
	}
}
@media print, screen and (min-width:1024px) {
	.main-banner-item.seminar a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat center right;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/seminar-bg.jpg") no-repeat center right;
		background-size: auto, contain;
	}
	.main-banner-item.cells a {
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat center right;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url("../img/banner/cells-bg.jpg") no-repeat center right;
		background-size: auto, contain;
	}
}
/*** main-contents ***/
#main-contents h2 {
	color: #503E69;
	background: #e9dff7;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.25rem;	/*20px*/
	font-weight: 700;
	line-height: 40px;
	padding-left: 12px;
	margin: 24px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}
#main-contents h2::before {
	content: "";
	width: calc(100% + 4px);
	height: 44px;
	border: 1px solid #e9dff7;
	border-radius: 6px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}
#main-contents h2::after {
	content: "";
	background: #fff;
	width: 4px;
	height: 24px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
/** books **/
.book-item {
	margin: 0;
	padding: 0 8px 3.125%;	/* 0 8px 40px */
}
.book-item:not(:last-of-type) {
	margin-bottom: 3.125%;	/*40px*/
	border-bottom: 1px dashed #D5D1DB;
}
.book-item a {
	text-decoration: none;
	display: flex;
	flex-flow: column-reverse wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.book-item-text {
	width: 100%;
}
.book-item-title {
	font-size: 1.125rem;
	text-decoration: underline;
	padding-left: 16px;
	margin-top: 1.25%;	/*16px*/
	margin-bottom: 1.25%;	/*16px*/
	position: relative;
}
.book-item-title::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #8F7000;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.book-item-info {
	color: #403E44;
	font-size: 0.937rem;	/*15px*/
	margin-bottom: 1.875%;	/*24px*/
}
.book-item-info li:not(.book-item-info-author) {
	display: inline-block;
}
.book-item-summary {
	color: #403E44;
	font-size: 1rem;
}
.book-item-img {
	margin-right: 1.25%;	/*16px*/
	flex: 1 0 154px;
}
.book-item-img img {
	width: 100%;
	height: auto;
}
/** tsushin, news, topics**/
.main-contents-right-top-list {
	padding: 0 8px;
	margin: 0 0;
}
div.main-contents-right-top-list-line:not(:last-of-type) {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #D5D1DB;
}
.main-contents-right-top-list-line {
	font-size: 1.125rem;
}
p.main-contents-right-top-list-line {
	padding-left: 8px;
	margin: 0;
}
.main-contents-right-top-list-time {
	margin-right: 8px;
	flex-shrink: 0;
}
.main-contents-right-top-list-time::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #8F7000;
	font-weight: 900;
	display: inline-block;
	margin-left: 8px;
}
.main-contents-right-top-list-text {
	margin: 0;
}
.main-contents-right-top-list-text p {
	margin: 0;
}
.main-contents-right-top-more {
	font-size: 0.937rem;	/*15px*/
	text-align: right;
	margin: 16px 0 0;
}
.main-contents-right-top-more a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	display: inline-block;
	margin-left: 8px;
}

@media print, screen and (min-width:768px) {
	#main-contents-left {
		width: calc((100% - 32px) * 0.6);
	}
	#main-contents-right {
		width: calc((100% - 32px) * 0.4);
	}
	.main-contents-right-top-list-line {
		font-size: 1rem;
	}
	.book-item a {
		flex-flow: row-reverse nowrap;
		align-items: flex-start;
	}
	.book-item-title {
		margin-top: 0;
	}
	.book-item-info {
		margin-left: 16px;
	}
	.book-item-summary {
		margin-left: 16px;
	}
	.book-item-img {
		margin-right: 16px;
		flex: 1 0 108px;
	}
}
@media print, screen and (min-width:1024px) {
	div.main-contents-right-top-list-line {
		display: flex;
		flex-flow: row nowrap;
	}
}
@media print, screen and (min-width:1280px) {
	.book-item {
		padding-bottom: 24px;
	}
	.book-item:not(:last-of-type) {
		margin-bottom: 24px;
	}
	.book-item-title,
	.book-item-info {
		margin-bottom: 8px;
	}
}
/*** banner ***/
#banner {
	padding-bottom: 3.125%;	/*40px*/
}
.banner-link {
	list-style-type: none;
	padding: 0;
/*	margin: 0 auto;*/
/*	max-width: 390px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}
.banner-link a {
	margin: 0 auto;
	max-width: 390px;
	display: block;
}
/*.banner-link li:not(:last-of-type) {
	margin-bottom: 16px;
}*/
.banner-certification_item {
	margin-bottom: 1rem;
}
.banner-certification_item a {
	color: #403E44;
	text-decoration: none;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	display: grid;
	grid-template-columns: 144px 1fr;
	grid-gap: 0.5rem 1rem;
}
@media (hover: hover) {
	.banner-certification_item a:any-link:hover {
		color: #8F7000;
		opacity: 0.8;
	}
}
.banner-certification_img {}
.banner-certification_text1 {
	align-self: center;
}
.banner-certification_text2 {
	grid-column: 1 / 3;
}
.banner-src {/*後で消す*/
	color: #403E44;
	text-decoration: none;
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.banner-src-img {
	margin-right: 1.25%;	/*16px*/
	flex: 1 0 120px;
}/*後で消す ここまで*/
@media print, screen and (min-width:768px) {
	.banner-certification_item a {
		padding: 1rem;
		align-content: center;
		grid-row-gap: 0;
	}
	.banner-certification_img {
		grid-row: 1 / 3;
		align-self: center;
	}
	.banner-certification_text1 {
		align-self: end;
	}
	.banner-certification_text2 {
		grid-column: 2 / 3;
	}
}
@media print, screen and (min-width:1024px) {
/*	#banner .inner {
		padding-right: 0;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		justify-content: space-between;
	}*/
	.banner-link {
		flex-direction: row;
	}
	.banner-certification {
		display: flex;
		column-gap: 16px;
	}
	.banner-certification_item {
		flex: 1;
	}
	.banner-certification_item a {
		padding: 1rem;
		height: 100%;
	}
	.banner-certification_item em {
		font-size: 120%;
	}
	.banner-src-img {/*後で消す*/
		margin-right: 16px;
		flex: 1 0 144px;
	}
}
@media print, screen and (min-width:1280px) {
	#banner {
		padding-bottom: 40px;
	}
}