@charset "utf-8";
/* CSS Document */
/* 20180911 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　受取機能TOPページ用CSS
/seikyu/buyer/test_index.asp
-------------------*/
#seikyu {
	font-size: 16px;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
.btn a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}

/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v { 
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
	/*min-height: 24em;*/
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/support/images/top_main-v_01.png");
	background-size: cover;
	background-position: left;
}
#seikyu h1 {
	margin: 80px auto 24px;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
#seikyu h1 span{
	font-size: 0.8em;
}
#seikyu .main-v p.main_read{
	text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
	}
	#seikyu h1 span{
		font-size: 1em;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .main-v {
		/*min-height: 24em;	*/
	}
	#seikyu h1 {
		margin-top: 110px;
		font-size: 2em;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-introduction{
	padding: 4em 0 0;
}
#sec-consul{
	padding: 3em 0 3em;
}
#sec-after{
	padding: 3em 0 3em;
}
#sec-cnv_support{
	padding: 3em 0 4em;
	background-image: url(/web/jp/seikyu/images/top_bg-link.jpg);
	background-position: center;
	background-size: auto;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-consul{
		background-position: 0 0;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-consul{
		background-position: 120px 0;
	}
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	color: #333;
	line-height: 1.3em;
}
.section_lead{
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 32px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}

/*-----------------
 *sec-introduction　導入サポート
-----------------*/
#sec-introduction{
	border-bottom: 2px solid #40a83e;
	position: relative;
}
#sec-introduction:after{
	content: '';
	width: 100%;
	height: 50px;
	display: block;
	background: url(/web/jp/seikyu/support/images/support_introduction_arrow.png) no-repeat 50% 100%;
	position: absolute;
    bottom: -30px
}
#sec-introduction h2{
	color: #40a83e;
	line-height: 1.8em;
	font-size: 1.2em;
}
#sec-introduction h2 span{
	border-bottom: 2px solid #40a83e;
}
#sec-introduction ul{
	margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
}
#sec-introduction ul li{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#sec-introduction ul li p.introduction_ttl{
	color: #40a83e;
	font-size: 1.2em
}
#sec-introduction ul li p.introduction_txt{
	text-align: left;
	padding: 0 1em;
	margin-top: 1em;
	line-height: 1.6em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-introduction h2{
		line-height: 1.5em;
		font-size: 1.5em;
	}
	#sec-introduction ul li{
		text-align: center;
		flex: 1 0 360px;
		padding: 1em 2em;
	}
	#sec-introduction ul li p.introduction_txt{
		padding: 0 3em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){

}

/*-----------------
 *sec-after　導入後のサポート
-----------------*/
#sec-after h2{
	color: #40a83e;
	line-height: 1.8em;
	font-size: 1.5em;
}
#sec-after p.after_read{
	text-align: center;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
#sec-after ul{
	margin: 0 auto;
}
#sec-after ul li{
    margin-bottom: 30px;
	padding-top: 110px;
}
#sec-after ul li.after01{
	background-image: url(/web/jp/seikyu/support/images/support_after01.png);
}
#sec-after ul li.after02{
	background-image: url(/web/jp/seikyu/support/images/support_after02.png);
}
#sec-after ul li.after03{
	background-image: url(/web/jp/seikyu/support/images/support_after03.png);
}
#sec-after ul li .after_box{
	background: #ffffff;
	border: 1px solid #40a83e;
	padding: 20px;
}
#sec-after ul li .after_ttl{
	color: #40a83e;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}
#sec-after ul li .after_ttl span{
	display: inline-block;
	font-size: 0.8em;
    padding: 0.5em 0 0 0.5em;
}
#sec-after ul li .after_txt{
	line-height: 1.6em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-introduction h2{
		line-height: 1.5em;
		font-size: 1.5em;
	}
	#sec-after ul li{
		position: relative;
		z-index: 0;
		height: 200px;
	}
	#sec-after ul li .after_box{
		position: absolute;
		top: 50px;
		right:  0;
		background: #ffffff;
		border: 1px solid #40a83e;
		width: 70%;
		padding: 20px;
		min-height: 100px;
	}
	#sec-after ul li .after_ttl{
		text-align: left;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-after ul li{
		height: 120px;
	}
	#sec-after p.after_read{
		font-size: 1.2em;
	}
	#sec-after ul li .after_ttl span{
		display: inline;
		padding: 0 0 0 0.5em;
	}
}


/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul{
	background-color: #588e9a;
    background-image: url(/web/jp/seikyu/images/consul_bgmain.jpg);
	width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#sec-consul .consul-box{
	border: 1px solid #40a83e;
	background-color: #ffffff;
}
#sec-consul .consul-box h2{
	font-size: 1.3em;
	margin: 24px auto 24px;
}
#sec-consul .consul-box p{
	width: 92%;
	margin: 0 auto 24px;
	line-height: 1.5em;
	text-align: center;
}
#sec-consul .contents p.consul-read{
	font-size: 1.2em;
	margin: 0 auto 30px;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
	text-shadow: rgba(0,49,60,0.3) 0 0 3px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-consul .contents p.consul-read{font-size: 1.3em;}
}


/*-----------------
 *sec-cnv_support　CVエリア
-----------------*/
#sec-cnv_support .section_lead{
	font-weight: bold;
    font-size: 1.1em;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-cnv_support .section_lead{
		font-size: 1.3em;
	}
}


/*-----------------
 *CVボタン
-----------------*/
.cnv-btn {
	width: 90%;
	max-width: 32em;
	margin: auto;
	text-align: center;
}
.cnv-btn a {
	padding: 20px;
	background-color: #2d67a3;
	border-radius: 6px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
}
.cnv-btn a::after { 
	content: '>';
	position: absolute;
	right: 0.625em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
			transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}
.bcolor_o a{
	background-color: #fd7822;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
	}
	.bcolor_o a:hover{
		background-color: #fd7822;
	}
}

/*-----------------
 *他ボタン
-----------------*/
.cnd-btn {
	width: 90%;
	max-width: 20em;
	margin: 0 auto;
	text-align: center;
}
.cnd-btn a {
	padding: 1.25em 1em 1.25em;
	background-color: #40a83e;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}
.cnd-btn a::after { 
	content: '>';
	position: absolute;
	right: 0.625em;
	top: 0.75em;
	-webkit-transform: scale(0.5, 1.0);
       -moz-transform: scale(0.5, 1.0);
    	-ms-transform: scale(0.5, 1.0);
			transform: scale(0.5, 1.0);
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnd-btn a {
		padding: 1.25em 1em 1em;
	}
	.cnd-btn a::after {
		top: 0.8em;
	}
}


/* ヘッダーボタンの背景色変更 20180802 */
a.cv_btn_header{ background-color: #2d67a3;}

/*-----------------
 *sec-function-btn　機能紹介エリアのアンカーリンクボタン
-----------------*/
#sec-function-btn ul{
	margin: 4em auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sec-function-btn ul li{
	margin: 1em auto 0;
    width: 100%;
}
#sec-function-btn ul li a{
	padding: 1.25em 1em 1.25em;
	background-color: #40a83e;
	border-radius: 6px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 0.85em;
	display: block;
	position: relative;
}
#sec-function-btn ul li a:hover{
	opacity: 0.8;
}
#sec-function-btn ul li a span.drawer-arrow {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -0.3em;
	margin-left: 0.6em;
	-webkit-transform: rotate(0deg);
		  transform: rotate(0deg);
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
		  transform: rotate(135deg);
}
div#function_buyer,div#function_seller{
    height: 1px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-function-btn ul{
		flex-direction: row;
	}
	#sec-function-btn ul li{
		width: 20em;
		margin: 0 1em 0;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnd-btn a {
		padding: 1.25em 1em 1em;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}