@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　受発注受注TOPページ用CSS
/asp/seller/index.asp
-------------------*/
section {
	padding: 3.5em 0;
}
h2 {
	margin-bottom: 1.7em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
h3 {
	font-size: 1.1em;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.text_link {
    color: #2684e2;
	text-decoration: underline;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	section {
		padding: 5em 0;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
.main-v { 
	padding-top: 50px;
	width: 100%;
	height: auto;
	min-height: 24em;
	background: url("/web/jp/asp/images/top_main-bg03.jpg") no-repeat;
	background-size: cover;
	background-position : right 40% top;
}
.main-v .main-v_tx_inner { 
	padding: 5em 0;
}
.main-v h1 {
	padding-bottom: .5em;
	font-size: 2em;
	font-weight: bold;
}
.main-v .count_tx {
	margin-bottom: 2.5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4;
}
.cnv_btn {
	margin: 0 auto;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.main-v { 
		padding-top: 88px;
		min-height: 25em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.main-v h1 {
		padding-bottom: .25em;
		font-size: 2.5em;
	}
	.main-v .count_tx {
		font-size: 1.25em;
	}
}


/*-----------------
 *受注機能でできること
-----------------*/
#sec-able { 
	margin-top: 0em;
    background: url("/web/jp/asp/seller/images/top_able_area_bg.jpg");
    overflow: hidden;
}
#sec-able .able .box {
    margin-bottom: 2em;
    background-color: #fff;
	border: 1px solid;
	border-color: #efaf13 #ccc #ccc #ccc;
	position: relative;
    box-sizing: border-box;
}
#sec-able .left {
	padding: 2em 1.5em;
}
#sec-able .right {
	padding: 2em 1.5em;
}
#sec-able .able .box span {
	color: #efaf13;
	position: absolute;
	top: -15px;
	left: 0;
}
#sec-able .able h3 {
    padding: 0 0 .75em 0;
	color: #105579;
	font-weight: bold;
	text-align: center;
}
#sec-able .able .tx {
	line-height: 1.75;
	text-align: left;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-able .left {
		padding: 2em;
		width: 48.5%;
		float: left;
	}
	#sec-able .right {
		padding: 2em;
		width: 48.5%;
		float: right;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-able .able .box {
		min-height: 188px;
	}
	#sec-able .able h3 {
		height: 24px;
	}
}


/*-----------------
 *受注業務機能
-----------------*/
#sec-function {
	padding-bottom: 5em;
}
#sec-function .function .box {
    margin: 2.25em 0;
	padding: 0 1.9em;
	box-sizing: border-box;
	text-align: center;
}
#sec-function .function .box img {
    width: 160px;
	height: 64px;
}
#sec-function .function h3 {
    margin: 1.25em 0 1em;
	font-weight: bold; 
	color: #105579;
	line-height: 1.2;
}
#sec-function .function .tx {
    line-height: 1.75;
	text-align: left;
}
#sec-function .function_link {
	margin: 1em auto;
    display: inline-block;
}
#sec-function .function_link a {
	padding: .75em 1.25em;
    width: 180px;
	color: #2684e2;
    border: solid 1px #2684e2;
    border-radius: 6px;
    display: block;
    position: relative;
}
#sec-function span.option_icon {
	margin-left: 8px;
	padding: 2px 8px;
	font-size: .55em;
	color: #fff;
	background: #00a5e7;
	vertical-align: middle;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-function .function .box {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	#sec-function .function h3 {
		margin: 1.25em 0 .5em;
		height: 56px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-function .function .box {
		height: 300px;
	}
	#sec-function .function h3 {
		height: auto;
		line-height: 1.4;
	}
	#sec-function .function_link {
		margin: 1em auto 0;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-function .function .box {
		width: 21.25em;
		float: left;
	}
}


/*-----------------
 *料金体系
-----------------*/
#sec-price {
	padding-top: 4em;
	padding-bottom: 1.5em;
    background-color: #f3f3f3;
	background-image: url("/web/jp/asp/seller/images/top_price_bg.png"), url("/web/jp/asp/seller/images/top_price_bg02.png");
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}
#sec-price h3 {
	margin-bottom: .5em;    
	color: #105579;
}
#sec-price h3 span {
	font-size: .75em;
}
#sec-price .price {
	margin: 2.5em 0;
}
#sec-price .price .box {
	margin: .3em;
    padding: 2em 0;
	width: 90%;
	background: #fff;
	box-shadow: 7px 7px 50px -5px rgba(49,59,72,.26);
    display: inline-block;
}
#sec-price .price .tx {
	margin: .75em 0 .25em;
    font-size: 1.75em;
	font-weight: bold;
    color: #105579;
}
#sec-price .price .tx .unit {
	font-size: .75em;
}
#sec-price .price .tx span.note {
	font-size: .6em;
	font-weight: normal;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-price .price .box {
		width: 325px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-price {
		padding-top: 6em;
		padding-bottom: 3em;
	}
	#sec-price .price .box {
		width: 374px;
	}
}


/*-----------------
 *導入事例
 *料金体系
-----------------*/
#sec-case .expl-tx, #sec-price .expl-tx {
	margin-bottom: 2em;
	line-height: 1.5em;
	text-align: center;
}


/*-----------------
 *資料請求
-----------------*/
#sec-purpose {
    padding: 3.5em 0 ;
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose .purpose_tx {
    font-size: 1em;
    line-height: 1.75em;
    font-weight: bold;
	text-shadow: 2px 2px 8px #fff;
	margin: 0 0 2.25em 0;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-purpose .purpose_tx {
		font-size: 1.3em;
	}
    #sec-purpose p {
        font-size: 1em;
    }
}


/*-----------------
 *アイコン付リンク
-----------------*/
.means_tx { margin-top:1em; }
.means_tx a { 
    color: #2684e2;
	font-size: 0.9em;
	text-decoration: none;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.means_tx a:hover { 
    opacity: 0.85;
}
.means_tx a::before { 
    content: "?";
	font-weight: bold;
    background: #999;
    color: #fff;
    line-height: 1.75;
    top: -3px;
    left: -36px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}
.means_tx a::after {
	content: '>';
	position: absolute;
	top: 0;
    right: -1.25em;
    -webkit-transform: scale(0.6, 1.2);
		-moz-transform: scale(0.6, 1.2);
		-ms-transform: scale(0.6, 1.2);	
	display: inline-block;
	font-weight: normal;
}
.means_tx a span{position: relative !important;color:#2684e2 !important;display:inline-block !important;top:0 !important;text-decoration: underline;}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
.means_tx.mt0{margin-top:0;}
.means_tx a::after {top: 0.35em;}
}


/*-----------------
 *軽減税率導線(2018/10/25追加)
-----------------*/
.bnr_area {
	padding: 2em 0 155px;
	position: relative;
}
.bnr_area .cnp-keigenzeiritsu {
	margin: 0 auto;
	padding: 2em 1.5em;
	background: #ebf3f7;
	position: absolute;
	left: 0;
	right: 0;
    top: -40px;
}
.bnr_area .cnp-keigenzeiritsu p {
	color: #107cb3;
    line-height: 1.3;	
	text-align: center;
	letter-spacing: .03em;
}
.bnr_area .cnp-keigenzeiritsu .title {
    margin-bottom: .5em;	
	font-size: 1.15em;
	font-weight: bold;
}
.bnr_area .cnp-keigenzeiritsu .read {
	font-size: 1em;
}
.cnp-keigenzeiritsu_btn {
	margin: 1.5em auto 0;
	width: 100%;
	background: #fff;
    border: 2px solid #107cb3;
    border-radius: 6px;
	position: relative;
}
.cnp-keigenzeiritsu_btn a {
    padding: 1em;
	font-size: .9em;
    font-weight: bold;
	color: #107cb3;
	line-height: 1.4;
	display: block;
}
.cnp-keigenzeiritsu_btn a:hover {
	background: #107cb3;
    color: #fff;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.bnr_area .cnp-keigenzeiritsu .title {
		font-size: 1.35em;
	}
	.cnp-keigenzeiritsu_btn {
		width: 280px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.bnr_area .cnp-keigenzeiritsu {
		width: 72%;
	}
}

/*-----------------
 *メインビジュアルバナー　20201117追加
-----------------*/
.top_banner{
	display: none;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.top_banner{
		display: block;
		height: 130px;
		position: absolute;
		top: 29em;
		right: 2%;
		box-shadow: 4px 6px 10px rgba(0,0,0,0.6);
		background-color: #fff;
		transition : all 300ms;
		animation:move 600ms both;
		animation-delay:2s;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.top_banner{
		right: 6%;
	}
	#sec-news li {
		margin-bottom: .75em;
	}
}

@keyframes move {
	0% {
		top: 29em;
	}
	50% {
		top: 28.5em;
	}
	100% {
		top: 29em;
	}
}
