@charset "UTF-8";
@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body{
	background: #ffffff;
	padding: 0;
}
#container {
	min-width: 1160px;
	padding: 0;
	overflow: hidden;
}

/* フラッシュホバー
------------------------------*/
.flashOver{
	display: block;
	background: #fff;
	line-height: 0;
}
.flashOver:hover .overChild,
.flashOver:hover img{
	-webkit-animation: flash .9s;
	animation: flash .9s;
}
.transOver:hover{
	-webkit-animation: flash .9s;
	animation: flash .9s;
}
@-webkit-keyframes flash{
	0% {opacity: .7;}
	100% {opacity: 1;}
}
@keyframes flash{
	0% {opacity: .7;}
	100% {opacity: 1;}
}

/* feature
----------------------------------*/
#feature {
	width: 1000px;
	margin: 40px auto;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif!important;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}
#feature .addColor {
	color: #f00;
}
#feature .txtCenter {
	text-align: center!important;
}

/* info
---------------------------------------------------*/
#feature .featureTable + .info {
	margin-top: 50px;
}
#feature .info {
	font-size: 14px;
}
#feature .info p {
    font-weight: 700;
	margin-bottom: 5px;
}
/* ttl
---------------------------------------------------*/
#feature .ttl {
	font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 60px 0 20px;
	line-height: 1.45;
}
#feature .ttl span {
	font-size: 22px;
}
/* featureTable
---------------------------------------------------*/
#feature .featureTable {
	font-size: 14px;
}
#feature .featureTable table {
	/*width: 100%;*/
	width: 550px;
	margin: 0 auto;
}
#feature .featureTable table tr:nth-child(1) td:nth-child(1) {
	width: 9%;
}
#feature .featureTable table tr:nth-child(1) td:nth-child(2) {
	width: 7%;
}
#feature .featureTable table tr:nth-child(1) td:nth-child(3) {
	width: 27%;
}
#feature .featureTable table tr:nth-child(1) td:nth-child(4) {
	width: 45%;
}
#feature .featureTable table tr:nth-child(1) td:nth-child(5) {
	width: 12%;
}
#feature .featureTable table tr th,
#feature .featureTable table tr td {
	padding: 10px;
	border: 1px solid #a8a8a8;
	text-align: center;
}
#feature .featureTable table tr th {
	background: #e7e7e7;
}
#feature .featureTable table tr th:first-child {
	width: 220px;
}
#feature .featureTable table tr td {
	vertical-align: middle;
}

.display_sp {
	display: none;
}