/*/////////////////////////
全体設定
//////////////////////////*/

.blue {
	color: #181b39;
}
.center {
	text-align: center;
}
.red {
	color: #C1272D;
	font-weight: bold;
	font-size: 1.3em;
}
.red-s {
	color: #C1272D;
	font-weight: bold;
	font-size: 1.0em;
}
.font-b {
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
}
ul, li {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.8;
}
.section-in {
	width: 900px;
	margin: auto;
}
.container {
	width: 980px;
	margin: auto;
}
.container-in {
	width: 800px;
	margin: auto;
}
.ta-c {
	text-align: center;
}
section h2 {
	font-size: 2.4em;
	text-align: center;
	color: #181b39;
	line-height: 1.3;
}
section h3 {
	color: #181b39;
}
.border-h2 {
	border-top: #181B39 solid 5px;
	border-bottom: #181B39 solid 1px;
	padding: 20px 0 20px 0;
}
.st {
	background: linear-gradient(transparent 80%, #ffff00 80%);
	font-weight: bold;
}
.dis-mb {
	display: none;
}
/*/////////////////////////
sec-fv
ファーストビュー
//////////////////////////*/

.top {
	position: absolute;
	top: 0;
	overflow: auto;
	width: 100%;
	padding-bottom: 0px;
	background: #fff;
}
.top:after {
	content: "";
	display: block;
	background: #181B39;
	background: -moz-linear-gradient(top left, #181B39 18%, #435cf9 45%, #181B39);
	background: -webkit-linear-gradient(top left, #181B39 18%, #435cf9 45%, #181B39);
	background: linear-gradient(to bottom right, #181B39 18%, #435cf9 45%, #181B39);
	padding: 0.5px;
}
.top-works {
	width: 1100px;
	margin: auto;
	padding: 20px 0 10px 0;
}
.sec-fv {
	position: relative;
	background-size: cover;
	padding: 0;
	margin: 0;
}
.sec-fv .fv-nakatani {
	position: absolute;
	right: 0;
	bottom: 0;
}
.sec-fv .wr {
	background-color: #f9f9f9;
	padding: 0;
	margin: 0;
}
.sec-fv .section-in {
	width: 1250px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0 0px 0;
	position: relative;
	text-align: center;
	margin: auto;
}
.sec-fv .logo {
	width: 105px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.sec-fv .top-works ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-fv .top-works li {
	display: inline-block;
	width: 120px;
	background: #fff;
	height: 50px;
	display: flex;
	align-items: center;
}
.sec-fv .box-info {
	position: absolute;
	bottom: 15px;
	border-left: solid 1px #181b39;
	border-right: solid 1px #181b39;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	width: 1100px;
	margin: auto;
	left: 0;
	right: 0;
}
.sec-fv .box-info:before {
	content: "";
	display: block;
	background: #181B39;
	background: -moz-linear-gradient(top left, #181B39 10%, #435cf9 38%, #181B39);
	background: -webkit-linear-gradient(top left, #181B39 10%, #435cf9 38%, #181B39);
	background: linear-gradient(to bottom right, #181B39 10%, #435cf9 38%, #181B39);
	padding: 0.5px;
}
.sec-fv .box-info:after {
	content: "";
	display: block;
	background: #181B39;
	background: -moz-linear-gradient(top left, #181B39 18%, #435cf9 45%, #181B39);
	background: -webkit-linear-gradient(top left, #181B39 18%, #435cf9 45%, #181B39);
	background: linear-gradient(to bottom right, #181B39 18%, #435cf9 45%, #181B39);
	padding: 0.5px;
}
.sec-fv .box-info .box-in {
	position: relative;
	padding: 10px;
}
.sec-fv .box-info .box-in .arrow {
	position: absolute;
	top: -1px;
	left: 0;
}
.sec-fv .box-info .fl-box1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sec-fv .box-info .fl-box1 .col-l {
	width: 650px;
	display: flex;
	align-items: center;
}
.sec-fv .box-info .fl-box1 .col-r {
	width: 400px;
	font-size: 1.2em;
	font-weight: bold;
}
.sec-fv .col-r table {
	border: solid #ccc 1px;
	background-color: rgba(255,255,255,0.65);
}
.sec-fv .col-r th {
	background: #e5e5e5;
	padding: 0 10px 0 10px;
}
.sec-fv .col-r td {
	padding: 0 5px 0 20px;
	text-align: left;
}
.sec-fv .box-info .fl-box1 .col-r .limit {
	color: #ec1c24;
	font-weight: 800;
}
.sec-fv .box-info .fl-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-fv .box-info .fl-box2 .col-l {
	width: 42%;
	background: #e5e5e5;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sec-fv .box-info .fl-box2 .col-l span {
	margin-right: 20px;
}
.sec-fv .box-info .fl-box2 .col-l .arrow-pen {
	position: absolute;
	right: -30px;
}
.sec-fv .box-info .fl-box2 .col-r {
	width: 580px;
	;
}
.sec-fv .box-info .fl-box2 .col-r a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1400px) {/*ロゴの位置変更*/
.top {
	position: absolute;
	top: 0;
	overflow: auto;
	width: 100%;
	background: #fff;
}
.top-works {
	margin: auto;
	padding: 70px 0 10px 0;
}
.sec-fv .logo {
	width: 105px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0;
	margin: auto;
}
.sec-fv .wr {
	padding-top: 90px;
}
}
/*/////////////////////////
sec-howto
最初のコンテンツ
//////////////////////////*/


.sec-howto {
	background: #fff;
	padding: 60px 0 120px 0;
}
.sec-howto .mottainai {
	text-align: center;
	font-weight: bold;
	font-size: 2.4em;
	color: #181B39;
	margin: 20px 0 20px 0;
}
.sec-howto h3 {
	font-size: 1.6em;
	font-weight: 400;
	color: #181b39;
	margin-bottom: 20px;
	line-height: 1.8;
	padding-bottom: 10px;
}
.sec-howto h3 img {
	margin-right: 20px;
	width: 90px;
}
.box-bullet {
	margin: 30px 0 30px 0;
	color: #181b39;
	background: #f5f5f0;
	padding: 20px;
	border: solid 3px #181b39;
}
.box-bullet li {
	font-size: 1.3em;
	font-weight: 400;
}
.box-bullet li:before {
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: bold;
	padding-right: 10px;
}
.box-bullet li i {
	margin-right: 15px;
}
.box-brown {
	background: #f5f5f0;
	padding: 20px;
	margin-bottom: 30px;
}
/*/////////////////////////
.sec-aproach
あなたの商品を櫃長とする見込み客に・・・
//////////////////////////*/
.sec-aproach {
	background: #181B39;
	padding: 90px 0 120px 0;
}
.sec-aproach .container {
	background: #fff;
	margin-bottom: 60px;
}
.sec-aproach .container-in {
	padding: 90px 0 90px 0;
}
.sec-aproach h3 {
	margin-top: 60px;
	position: relative;
	font-size: 1.6em;
	font-weight: 400;
	padding-left: 40px;
	line-height: 1.5;
	color: #181b39;
	margin-bottom: 25px;
	border-bottom: 3px solid #181b39;
}
.sec-aproach h3:before {
	position: absolute;
	top: -5px;
	left: 0px;
	content: "";
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 45px solid #181b39;
	border-left: 0px solid #181b39;
}
/*/////////////////////////
sec-leverage
レバレッジポイント
//////////////////////////*/

.sec-leverage {
	padding: 90px 0 90px 0;
}
.sec-leverage h3 {
	color: #181b39;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
}
.sec-leverage h3 img {
	width: 90px;
	margin-right: 20px;
}
.box-leverage {
	text-align: center;
	padding: 30px;
	width: 760px;
	margin: 30px auto 30px auto;
}
.box-leverage .line1 {
	font-size: 2.4em;
	font-weight: 800;
	color: #fff;
	display: block;
	letter-spacing: 0.2em;
}
.box-leverage .line2 {
	font-size: 1.6em;
	font-weight: 800;
	color: #fff;
	display: block;
}
/*/////////////////////////
sec-seminarconts
セミナーの紹介
//////////////////////////*/
.sec-seminarconts {
	background: #fff;
}
.sec-seminarconts .wr {
	background: url(../images/bg-form.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 90px 0 90px 0;
}
.sec-seminarconts .seminar-title {
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
}
.sec-seminarconts .seminar-info {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #181B39;
	margin: auto;
	margin-bottom: 90px;
}
.sec-seminarconts .container {
	margin-bottom: 60px;
}
.sec-seminarconts .box-shadow {
	padding: 30px 0 30px 0;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.sec-seminarconts .speaker {
	display: block;
	color: #111;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}
.sec-seminarconts .name-jp {
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 10px;
}
.sec-seminarconts .name-eng {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}
.sec-seminarconts .fl-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-seminarconts .fl-box .col-l {
	width: 32%;
	display: flex;
	align-items: flex-end;
}
.sec-seminarconts .fl-box .col-r {
	width: 65%;
	font-size: 0.9em;
}
.sec-seminarconts ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-seminarconts li {
	width: 12%;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.sec-seminarconts li img {
	width: 100%;
}
.bg-gra-blue {
	background: #181B39;
}
.box-otherworks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}
.box-otherworks .col {
	width: 23%;
	font-size: 0.8em;
	color: #fff;
}
/*/////////////////////////
.sec-form
申込みフォーム
//////////////////////////*/

.sec-form {
	padding: 90px 0 90px 0;
	background: #f5f5f5;
}
.sec-form .bg-f {
	background: #FFF;
	padding: 30px 0 30px 0;
	overflow: auto;
	margin: 30px auto 30px auto;
}
.sec-form h2 {
	font-weight: 800;
}
.sec-form li {
	display: inline-block;
}
.sec-form tr {
	border-bottom: 1px solid #ccc;
}
.sec-form th {
	width: 30%;
	padding: 15px 0 15px;
}
.sec-form td {
	width: 70%;
	padding: 15px 0 15px;
}
.sec-form input[type="text"] {
	width: 100%;
	padding: 10px;
	background: #f5f5f5;
	border: solid 1px #666;
}
.sec-form button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	display: block;
	color: #181B39;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	border: none;
	border-bottom: solid #999 3px;
	border-right: solid #999 3px;
	display: block;
	margin: 30px auto 0 auto;
}
.sec-form button[type="submit"] {
	background: #fcf94f;
	background: -moz-linear-gradient(top, #fcf94f #fbb039);
	background: -webkit-linear-gradient(top, #fcf94f, #fbb039);
	background: linear-gradient(to bottom, #fcf94f, #fbb039);
}
.sec-form button[type="submit"]:hover {
	opacity: 0.7;
}
.sec-form button .line1 {
	font-size: 1.3em;
}
.sec-form button .line2 {
	font-size: 1.2em;
}
/*/////////////////////////
footer
フッター
//////////////////////////*/

footer {
	background: #181B39;
	color: #fff;
	text-align: center;
	padding: 30px 0 30px 0;
}
footer a {
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}
footer .text {
	font-size: 0.8em;
	margin-bottom: 30px;
}
footer .logo img {
	width: 100px;
}
