@charset "utf-8";


/* トップページ用CSS */



/*==========================================================================

	               メインイメージ
	
============================================================================*/

#top-main {
    background: url(../img/top/main-bg.jpg) center center no-repeat;
	height: 690px;
	-moz-background-size: cover;
    background-size: cover;
}
#top-main h2 {
	text-align: center;
	padding-top: 215px;
}
#top-main ul {
	text-align: center;
	padding-top: 165px;
}
#top-main li {
    width: 390px;
	display: inline-block;
	margin: 0 10px;
	line-height: 1.2;
	text-align: center;
}
#top-main li a {
    background: url(../img/common/btn-icon.png) right 25px center no-repeat;
    display: block;
	padding: 24px 0 24px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	-o-transition: .25s linear;
	-ms-transition: .25s linear;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.30);
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.30);
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.30);
}

#top-main li:nth-child(1) a {
	background-color: #E83408;
	border: #E83408 2px solid;
}
#top-main li:nth-child(1) a:hover {
    background: url(../img/common/btn-icon-red.png) right 25px center no-repeat;
    color: #E83408;
	border: #E83408 2px solid;
	background-color: #fff;
}

#top-main li:nth-child(2) a {
	background-color: #F06600;
	border: #F06600 2px solid;
}
#top-main li:nth-child(2) a:hover {
    background: url(../img/common/btn-icon-ov.png) right 25px center no-repeat;
    color: #F06600;
	border: #F06600 2px solid;
	background-color: #fff;
}

/*==========================================================================

	               Point
	
============================================================================*/

#top-point {
    background-color: #F4F2F1;
	padding-bottom: 80px;  
}

#top-point ul {
    width: 1084px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
    display:flex;
	flex-wrap: wrap;
}
#top-point li {
    width: 340px;
	background-color: #fff;
	margin-top: -40px;
	margin-right: 31px;
	padding: 0 50px 30px;
	box-sizing: border-box;
	line-height: 1.8;
	position: relative;
	-moz-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	-webkit-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
}
#top-point li:last-child {
	margin-right: 0;
}
#top-point li:before {
    background: rgba(240, 102, 0, 0.55);
    content: "";
    display: block;
    width: 100%;
    height: 100%;   
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#top-point li h2 {
	margin: -10px 0 0 -56px;
}

#top-point li h3 {
    color: #F06600;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 20px;
}
#top-point li h3:after {
    content: " ";
    border-bottom: #60584F 1px solid;
    width: 30px;
	margin: 5px auto 0;
    display: block;
}

/*==========================================================================

	              最適な端末を無料設置
	
============================================================================*/

#top-terminal {
    width: 100%;
    margin: 0;
    padding: 0 0 150px;
    position: relative;
    overflow: hidden;
}
#top-terminal:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F2F1;
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
}


#top-terminal h2 {
    font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px; 
}
#top-terminal h2 em {
    font-size: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.top-terminal-box1 {
    width: 750px;
	margin: 0 auto;
}

.top-terminal-box1 .btn {
    width: 300px;
	margin-top: 30px;
}
.top-terminal-box1 .btn a {
    background: url(../img/common/btn-icon.png) right 25px center no-repeat;
	padding: 12px 0 12px;
	font-size: 17px;
	letter-spacing: 0px;
	background-color: #F06600;
}
.top-terminal-box1 .btn a:hover {
    background: url(../img/common/btn-icon-ov.png) right 25px center no-repeat;
}

/*==================================
         端末スライド
===================================*/

#top-terminal .swiper1 {
	overflow: hidden;
}

#top-terminal .swiper-slide {
    max-width: 370px;
	padding-bottom: 40px;
}
#top-terminal .swiper-slide h3 {
    background-color: #fff;
    padding: 20px 35px;
    text-align: center;
    -moz-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	-webkit-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
}
#top-terminal .swiper-slide h3 img {
    width: 100%;
	height: auto;
}

#top-terminal .swiper-slide h4 {
    width: 160px;
	margin: -10px auto 0;
    background-color: #5B5151;
    text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#top-terminal .swiper-slide ul {
    background-color: #9E9998;
	color: #fff;
	margin-top: -10px;
    padding: 25px 0 15px;
    text-align: center;
	line-height: 1.6;
    -moz-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	-webkit-box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
	box-shadow: 4px 4px 6px 0  rgba(0,0,0,0.13);
}

/* 前ページ、次ページボタン共通のスタイル */
#top-terminal .swiper-button-prev,
#top-terminal .swiper-button-next {
    top: 30%;
    width: 49px; /* ボタンの幅 */
    height: 50px; /* ボタンの高さ */
    background-size: 49px 50px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  /*margin-top: -24px;*/ /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 前ページボタンのスタイル */
#top-terminal .swiper-button-prev {
    background-image: url(../img/top/ArrowL.png);
	left: 10%;
}
/* 次ページボタンのスタイル */
#top-terminal .swiper-button-next {
    background-image: url(../img/top/ArrowR.png);
	right: 10%;
}

#top-terminal .swiper-button-prev:after,
#top-terminal .swiper-button-next:after {
 font-family: inherit;
 font-size: inherit;
 text-transform: none !important;
 letter-spacing: 0;
 text-transform: none;
 font-variant: initial;
}

#top-terminal .swiper-button-prev:after,
#top-terminal .swiper-container-rtl .swiper-button-next:after {
 content: "";
}

#top-terminal .swiper-button-next:after,
#top-terminal .swiper-container-rtl .swiper-button-prev:after {
 content: "";
}

/*==========================================================================

	              キャッシュレス決済サービス
	
============================================================================*/

#top-service {
    width: 1120px;
	margin: 0 auto 80px;
}

.top-service-box1 {
    text-align: center;
}
.top-service-box1 h2 {
    font-size: 60px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 20px; 
}
.top-service-box1 h3 {
	margin-bottom: 20px; 
}
.top-service-box1 h4 {
    color: #F06600;
    font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px; 
}
.top-service-box1 h4 br {
	display: none;
}
.top-service-box1 h5 {
	margin-bottom: 30px; 
}

.top-service-box2 {
    width: 650px;
	margin: 0 auto 90px;
}
.top-service-box2 .btn {
    width: 300px;
	margin-top: 30px;
}
.top-service-box2 .btn a {
    background: url(../img/common/btn-icon.png) right 25px center no-repeat;
	padding: 12px 0 12px;
	font-size: 17px;
	letter-spacing: 0px;
	background-color: #F06600;
}
.top-service-box2 .btn a:hover {
    background: url(../img/common/btn-icon-ov.png) right 25px center no-repeat;
}

.top-service-box3-left {
    width: 550px;
	float: left;
}
.top-service-box3-right {
    width: 520px;
	float: right;
	padding-top: 10px;
}
.top-service-box3-right h3 {
    font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 10px; 
}
.top-service-box3-right h4 {
    color: #F06600;
    font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px; 
}
.top-service-box3 .btn {
    width: 200px;
	margin-top: 15px;
	margin-left: inherit;
	margin-right: inherit;
}
.top-service-box3 .btn a {
    background: url(../img/common/btn-icon.png) right 20px center no-repeat;
	padding: 10px 0 10px;
	font-size: 15px;
	letter-spacing: 0px;
	background-color: #F06600;
}
.top-service-box3 .btn a:hover {
    background: url(../img/common/btn-icon-ov.png) right 20px center no-repeat;
}

/*==========================================================================

	             様々な業種でご利用～
	
============================================================================*/

#top-industry {
    background-color: #F4F2F1;
	padding: 60px 0 70px;  
}
#top-industry h3 {
    font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px; 
}

/*==================================
         業種スライド
===================================*/

#top-industry .swiper2 {
	overflow: hidden;
}

#top-industry .swiper-slide {
    max-width: 200px;
}
#top-industry .swiper-slide h3 {
	border: #E3E0DD 1px solid;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#top-industry .swiper-slide h3 img {
    width: 100%;
	height: auto;
}

#top-industry .swiper-slide h4 {
    width: 100px;
	margin: -10px 0 0;
    background-color: #BFBBB9;
    text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}


/* 前ページ、次ページボタン共通のスタイル */
#top-industry .swiper-button-prev2,
#top-industry .swiper-button-next2 {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 50px;
    background-size: 49px 50px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
}
/* 前ページボタンのスタイル */
#top-industry .swiper-button-prev2 {
    background-image: url(../img/top/ArrowL.png);
	left: 10%;
}
/* 次ページボタンのスタイル */
#top-industry .swiper-button-next2 {
    background-image: url(../img/top/ArrowR.png);
	right: 10%;
}

#top-industry .swiper-button-prev2:after,
#top-industry .swiper-button-next2:after {
    font-family: inherit;
    font-size: inherit;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

#top-industry .swiper-button-prev2:after,
#top-industry .swiper-container-rtl .swiper-button-next2:after {
 content: "";
}

#top-industry .swiper-button-next2:after,
#top-industry .swiper-container-rtl .swiper-button-prev2:after {
 content: "";
}

/*==========================================================================

	             ニュースリリース
	
============================================================================*/

#top-news {
    width: 1100px;
	margin: 0 auto;
	padding: 50px 0 100px;  
}
.top-news-left {
    width: 210px;
	float: left;
}
.top-news-left h3 {
    font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px; 
}
.top-news-left .btn {
    width: 180px;
	margin-top: 15px;
	margin-left: inherit;
	margin-right: inherit;
}
.top-news-left .btn a {
    background: url(../img/common/btn-icon.png) right 15px center no-repeat;
	padding: 8px 0 8px;
	font-size: 15px;
	letter-spacing: 1px;
	background-color: #F06600;
}
.top-news-left .btn a:hover {
    background: url(../img/common/btn-icon-ov.png) right 15px center no-repeat;
}


.top-news-right {
    width: 890px;
	float: right;
}
.top-news-right dl {
	border-top: #E0E0E0 1px solid;
	padding-top: 30px;
}
.top-news-right dt {
    background: url(../img/top/news-icon.png) right center no-repeat;
	width: 110px;
	padding-left: 20px;
	float: left;
}
.top-news-right dd {
	border-bottom: #E0E0E0 1px solid;
	padding: 0 0 30px 150px;
	margin-bottom: 30px;
}
.top-news-right dd a {
	text-decoration: none;
}
.top-news-right dd a:hover {
	text-decoration: underline;
}
.top-news-right dd span {
	background-color: #F06600;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 2px 12px 1px;
	margin-left: 10px;
	vertical-align: middle;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

