@charset "utf-8";
/* CSS Document */
/* 20180509 作成　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;
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
/*.contents {	max-width: 58em;}*/
}

/*-----------------
 *メインビジュアル
-----------------*/
#seikyu .main-v { 
	padding-top: 50px;
	width: 100%;
	height: auto;
	min-height: 14em;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/buyer/images/buyer_payment_main-v.jpg");
	background-size: cover;
	background-position: center;
}
#seikyu h1 {
	margin: 80px auto 24px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
		font-size: 2em;
	}
	#seikyu h1 span {
		font-size: 0.9em;
		line-height: 1.5em;
		display: block;
	}
	#seikyu h1 .pctab-only{display:block !important;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu h1 {
		margin-top: 110px;
		font-size: 2em;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-dashboard_function{padding:4em 0 0;}
#sec-dashboard_case{padding-top:80px;margin-top:60px;}
#sec-dashboard_case{margin-bottom:40px;}
#sec-dashboard_contact{margin:0 0 4em;}
#sec-consul{margin:0 auto 80px;}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.3em;
}

/*-----------------
 *sec-dashboard_function　経営ダッシュボード
-----------------*/
#sec-dashboard_function h2{color:#40a83e;font-size:1.3em;margin-bottom:0.8em;}
#sec-dashboard_function p{line-height:1.6em;text-align:left;}
#sec-dashboard_function img{width:100%;margin:2em 0;}
#sec-dashboard_function li{padding-left:30px;font-size:1em;line-height:2;background:url(/web/jp/seikyu/seller/images/check_icon.png) 0 30% no-repeat;}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-dashboard_function h2{text-align:left;font-size:1.7em;}
#sec-dashboard_function .inner_left{width:55%;float:left;}
#sec-dashboard_function p{text-align:center;}
#sec-dashboard_function img{width:45%;float:right;margin:0 0 2em;}
#sec-dashboard_function li{font-size:1.1em;line-height:1.7;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#sec-dashboard_function{width:50em;margin:0 auto;}
#sec-dashboard_function img{margin-bottom:3.5em;}
#sec-dashboard_function li{font-size:1.3em;}
}


/*-----------------
 *sec-dashboard_merit　メリット
-----------------*/
#sec-dashboard_merit{background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;}
#sec-dashboard_merit h2{margin:0 0 1.5em;color:#333;font-size:1.4em;}
#sec-dashboard_merit .inner_left,#sec-dashboard_merit .inner_right{margin-bottom:1.5em;border:4px solid #d1e9d1;}
#sec-dashboard_merit dt{width:70%;margin:1.5em auto;padding-left:1.8em;padding-top:0.8em;line-height:1.4em;font-size:1.2em;font-weight:bold;color:#40a83e;background: url(/web/jp/seikyu/seller/images/light_icon.svg) 0 0 no-repeat;background-size: 1.7em;}
#sec-dashboard_merit dd{width:80%;margin:0 auto 0.5em;line-height:1.6em;font-size:0.87em;}
#sec-dashboard_merit dd.txt_list{font-size:0.85em;line-height:2;color:#40a83e;}
#sec-dashboard_merit dd.txt_list li{line-height:2;color:#40a83e;text-indent:-1em;margin-left:1em;}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-dashboard_merit h2{font-size:1.7em;}
#sec-dashboard_merit{background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;}
#sec-dashboard_merit .inner_left,#sec-dashboard_merit .inner_right{width:42%;float:left;padding:0 1em 1.5em;}
#sec-dashboard_merit .inner_right{margin-left:1.5em;padding:0 1em 1.5em;}
#sec-dashboard_merit dt{width:82%;font-size:1em;margin:0.5em auto 1em;padding:1.5em 0 0 2.5em;background-position: 0 70%;}
#sec-dashboard_merit dd{width:90%;font-size:0.9em;}
#sec-dashboard_merit dd.txt_list{font-size:0.85em;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#sec-dashboard_merit .inner_left,#sec-dashboard_merit .inner_right{width:44%;}
#sec-dashboard_merit dt{font-size:1.2em;}
#sec-dashboard_merit dd{font-size:0.85em;}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
#sec-dashboard_merit dd{font-size:0.95em;}
#sec-dashboard_merit dd.txt_list{font-size:0.95em;}
}

/*-----------------
 *sec-dashboard_case　事例
-----------------*/
#sec-dashboard_case{background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;}
#sec-dashboard_case h2{margin:0 0 1.5em;color:#333;font-size:1.3em;}
#sec-dashboard_case p{margin:0 auto 1.5em;line-height:1.6em;}
.case-interview{width:auto;}
.case-interview_card .itv-point2 {
	padding: 0 0.8em 1em 0;
    font-size: 0.9em;
	line-height: 1.3em;
	color: #2684e2;
    text-decoration: underline;
}
.case-interview_card .itv-point2 span {
	padding: 0 0.8em 1em 0;
    font-size: 0.9em;
	line-height: 1.3em;
    position: absolute;
    right: 0;
    bottom: 0;
	color: #2684e2;
    text-decoration: underline;
}
.case-interview_card .itv-point2 span:after {
	content: "";
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #2684e2;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: -13px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-dashboard_case p{text-align:center;}
#sec-dashboard_case p .sptab-only{display:block !important;}
#sec-dashboard_case{background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;}

    /* .case-interview.one 事例ひとつだけのレイアウト */
    .case-interview.one {
        position: relative;
        height: 260px;
    }
    .case-interview.one .case-interview_card {
        height: 220px;
        width: 700px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
    .case-interview.one .case-interview_card dt {
        height: auto;
        width: auto;
        float: none;
    }
    .case-interview.one .case-interview_card dt img {
        height: 220px;
        float: left;
        width: auto;
    }
    .case-interview.one .case-interview_card dd {
            position: relative;
        float: left;
        width: 280px;
        padding: 10px 30px;
    }
    .case-interview.one .case-interview_card dd.itv-name {
        margin-top: 1.5em;
    }

}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
#sec-dashboard_case h2{font-size:1.7em;}
.case-interview_card .itv-point2 span {bottom:auto;}
}

/*-----------------
 *sec-dashboard_contact　コンタクト
-----------------*/
#sec-dashboard_contact p.text_caution{margin:0 auto 1.5em;line-height:1.4em;text-align: center;font-weight:bold;font-size:1.2em;}
#sec-dashboard_contact p.text_caution span{color:#40a83e;}
#sec-dashboard_contact .text_read{margin:0 auto 1em;text-align: left;}
#sec-dashboard_contact .text_read p{line-height:1.4em;font-size:0.9em;text-indent:-1em;margin-left:1em;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-dashboard_contact p.text_caution{font-size:1.5em;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#sec-dashboard_contact p.text_caution .sptab-only{display:block !important;}
#sec-dashboard_contact .text_read{width:52em;}
}

#sec-dashboard_merit{padding-top:80px;margin-top:60px;}
#sec-dashboard_merit{margin-bottom:40px;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
#sec-dashboard_merit h2{font-size:1.7em !important;}
}

/*-----------------
 *CVボタン周り
-----------------*/
#sec-cnv{
	background-color: #f0f0f0;
	padding: 5em 0 5em;
	margin-bottom: 3em;
}
.section_lead{
	text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}
ul.cnv-merit{
	margin: 2em auto;
	max-width: 24em;
}
ul.cnv-merit li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-left: 2em;
	text-indent: -2em;
}
ul.cnv-merit li span.icon-webfont-19{
	padding-right: 1em;
}
ul.cnv-merit li span.marker{
	background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
	background: linear-gradient(transparent 88%, #ff7f7f 88%);
    font-weight: bold
}

/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul{
	border: 1px solid #a6a6a6;
}
#sec-consul h2{
	font-size: 1.3em;
	margin: 24px auto 24px;
}
#sec-consul p{
	width: 92%;
	margin: 0 auto 24px;
	line-height: 1.5em;
	text-align: center;
	font-size:0.95em;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
#sec-consul{width:700px;}
}

/*-----------------
 *CVボタン
-----------------*/
.cnv-btn {
	width: 100%;
	max-width: 32em;
	margin: 2em auto 0;
	text-align: center !important;
}
.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;
	top: 1em;
	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;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.cnv-btn a::after {
		top: 0.65em;
	}
	.cnv-btn a:hover{
		background-color: #2d67a3;
	}
}

/*-----------------
 *他ボタン
-----------------*/
.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;
	}
}

/*-----------------
 *他ボタン　サブ
-----------------*/
.cnd-btn-sub {
	width: 90%;
	max-width: 14em;
	margin: 0 auto;
	text-align: center;
	float: right;
}
.cnd-btn-sub a {
	padding: 1.25em 1em 1.25em;
	background-color: #777;
	border-radius: 6px;
	color: #fff;
	font-size: 1em;
	line-height: 0.85em;
	display: block;
	position: relative;
}
.cnd-btn-sub 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-sub a {
		padding: 1.25em 1em 1em;
	}
	.cnd-btn-sub a::after {
		top: 0.8em;
	}
}

/* ヘッダーボタンの背景色変更 20180803 */
a.cv_btn_header{ background-color: #2d67a3;}