@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;
}

/* feature
----------------------------------*/
#feature {
	width: 1160px;
	margin: 0 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;
}

/* main
---------------------------------------------------*/
#feature .mainVisual {
	margin: 41px auto 55px;
	text-align: right;
	position: relative;
	width: 1160px;
	height: 500px;
	display: table;
}
#feature .mainVisual .mainImg {
	position: absolute;
	top: 0;
	right: 0;
}
#feature .mainLead .lead {
	margin-bottom: 84px;
	text-align: center;
	letter-spacing: 2.6px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

#feature .step {
	margin-bottom: 85px;
}
#feature .ttl {
	font-size: 33px;
	font-weight: bold;
	color: #12298c;
	text-align: center;
}
#feature .subttl {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 39px auto 60px;
}
#feature .list {
	letter-spacing: -.5em;
	text-align: center;
}
#feature .usage .list {
	margin-top: 28px;
	margin-bottom: 116px;
}
#feature .list li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 137px;
	vertical-align: top;
}
#feature .step .list li {
	width: 306px;
	margin-left: 80px;
}
#feature .list li:first-child {
	margin-left: 0;
}
#feature .list li .text {
	font-size: 14px;
	line-height: 1.6;
}
#feature .usage .list li .text {
	margin-top: 52px;
}
#feature .step .list li .text {
	margin-top: 26px;
	text-align: left;
}
#feature .list li .ancTtl {
	text-align: left;
	padding: 16px 0 17px 71px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	font-size: 23px;
	font-weight: bold;
}
#feature .list li .ancTtl .circle {
	display: inline-block;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	background-color: #12298c;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#feature .note {
	text-align: center;
	margin-bottom: 113px;
}
#feature .note p {
	font-size: 12px;
	margin-bottom: 10px;
}
#feature .note p a {
	text-decoration: underline;
	color: #000;
}

#feature .order {
	margin-bottom: 130px;
}
#feature .order .title {
	color: #12298c;
	font-weight: 700;
	font-size: 33px;
	text-align: center;
	margin-bottom: 26px;
	line-height: 1.5;
}
#feature .order .text {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
}
#feature .order .aliasBlock {
	width: 960px;
	margin: 0 auto;
}