@charset "utf-8";

@media all {
	.c-kv .u-inner {
		position: relative;
	}
	
	.c-kv .u-title__page {
		padding-right: 220px;
	}
	
	.c-kv .u-button {
		margin-top: -.75em;
		position: absolute;
		top: calc(50% + .65em);
		right: 0;
		transform: translate(0,-50%);
	}
	
	.c-kv .u-button a {
		min-width: 200px;
		background: #294197;
		border-color: #294197;
	}
	
	.c-kv .u-button a:hover {
		background: #fff;
	}
	
	.c-kv .u-button a em {
		color: #fff;
		font-weight: 500;
		text-align: center;
		width: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		transition: .3s cubic-bezier(.75, 0, .35, 1);
	}
	
	.c-kv .u-button a:hover em {
		color: #294197;
	}
	
	.c-productDetail > div {
		margin: 60px 0 0;
	}
	
	.c-productDetail > div > *:first-child {
		margin-top: 0;
	}
	
	.c-productDetail h2 {
		color: #000;
		font-size: 2.4rem;
		font-weight: 400;
		margin: 0 0 10px;
		padding: 0 0 12px;
		position: relative;
	}
	
	.c-productDetail h2:after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background: #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.c-productDetail h2 sup {
		font-size: 1.6rem;
	}
	
	.c-productDetail h4 {
		color: #000;
		font-weight: 700;
		line-height: 1.35;
		margin: 15px 0 0;
	}
	
	.c-productDetail h3 sup {
		font-size: 1.5rem;
	}
	
	.c-productDetail p {
		line-height: 2;
		margin: 15px 0 0;
	}
	
	.c-productDetail p b {
		color: #294197;
	}
	
	.c-productDetail p sup {
		font-size: 1.4rem;
	}
	
	.c-productDetail img {
		width: auto;
		max-width: 100%;
	}
	
	.c-productDetail ul {
		margin: 0;
	}
	
	.c-productDetail ul li {
		line-height: 1.5;
		margin: .5em 0 0;
		padding: 0 0 0 1em;
		position: relative;
	}
	
	.c-productDetail ul li:after {
		content: '';
		width: .75em;
		height: .75em;
		border-radius: 2px;
		display: block;
		background: #333;
		position: absolute;
		top: .3em;
		left: 0em;
	}
	
	.c-productDetail__imageList {
		margin-top: 15px;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.c-productDetail__imageList figure {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	
	.c-productDetail__imageList figcaption {
		color: #666;
		font-size: 1.3rem;
		line-height: 1.35;
		margin: .5em 0 0;
		display: block;
	}
	
	.c-productDetail__mainFunction ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-productDetail__mainFunction ul li {
		width: calc(100% / 2);
	}
	
	.c-mainSeries ul li {
		margin: 2.5em 0 0;
		padding-right: 300px;
		position: relative;
	}
	
	.c-mainSeries ul li em {
		display: block;
	}
	
	.c-mainSeries ul li sup {
		font-size: 1.4rem;
	}
	
	.c-mainSeries .u-button {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
	}
	
	.c-mainSeries .u-button a {
		color: #fff;
		background: #294197;
		border-color: #294197;
		min-width: 270px;
	}
	
	.c-mainSeries .u-button a:hover {
		color: #294197;
		background: #fff;
	}
	
	.c-productButton {
		margin-top: 15px !important;
	}
	
	.c-productButton .u-button a {
		color: #294197;
		min-width: 0;
		min-height: 80px;
		display: block;
		border-color: #294197;
	}
	
	.c-productButton .u-button a:hover {
		color: #fff;
	}
	
	.c-productButton .u-button em {
		font-weight: 500;
		text-align: center;
		letter-spacing: .05em;
		width: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}
	
	.c-productButton__contact a {
		color: #fff !important;
		background: #294197;
		border-color: #294197;
	}
	
	.c-productButton__contact a:hover {
		background: #202329;
	}
	
	.c-productButton .c-productButton__request a {
		color: #fff;
		background: #294197;
	}
	
	.c-productButton .c-productButton__request a:hover {
		background: #202329;
	}
	
	.u-table-corner table {
		width: 100%;
		table-layout: fixed;
		border-bottom: 1px solid #ddd;
	}
	
	.u-table-corner th {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
		padding: 1.25em .5em 1em 1.25em;
		border-top: 1px solid #ddd;
		background: #f5f6f9;
		position: relative;
	}
	
	.u-table-corner .u-table__head th {
		text-align: center;
		padding-left: 1.25em;
		background: #eaecf0;
		border-left: 1px solid #ddd;
	}
	
	.u-table-corner .u-table__head th:first-of-type {
		text-align: left;
		padding-left: 1.25em;
		border-left: 0;
	}
	
	.u-table-corner td {
		font-size: 1.4rem;
		line-height: 1.75;
		text-align: center;
		vertical-align: middle;
		padding: 1.25em .5em 1em 1.25em;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	
	.u-table-corner td a {
		color: #294197;
		text-decoration: underline;
	}
	
	.u-table-corner td a:hover {
		text-decoration: none;
	}
	
	.u-table-corner th i,
	.u-table-corner td i {
		font-style: italic;
	}
	
	.u-table-corner .none-background th {
		background: #f5f6f9 !important;
	}
	
	
}/* END Media all */

/*20240607 */
.g-solution_wrap {
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	
	@media screen and (max-width: 1159px) {
		width: 100%;
		display: block;
	}
	
	& .g-main {
		width: 850px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		
		@media screen and (max-width: 1159px) {
			width: 100%;
		}
		
		& + * {
			width: 250px;
			display: block;
			
			@media screen and (max-width: 1159px) {
				width: 100%;
				padding: 0 25px;
				
				@media screen and (max-width: 1159px) {
					padding: 0 20px;
				}
			}
		}
	}
	
	& .g-side {
		width: 250px;
		margin-top: calc(70px + .65rem);
		position: relative;
		top: auto;
		right: auto;
		
		@media screen and (max-width: 1159px) {
			width: 100%;
			
			& .g-menu__items {
				display: block;
				
				&:before {
					display: none;
				}
				
				&:after {
					display: none;
				}
			}
			
			& .g-menu__item {
				width: 100%;
			}
			
			& .g-menu__name {
				position: relative;
			}
			
			& .g-menu__item a {
				min-height: 0;
			}
		}
	}
}










