@charset "utf-8";
/* CSS Document */
/* 20180731 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　税率変更対応ページ用CSS
/seikyu/tax_rate_change.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;
	padding-bottom: 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.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#seikyu h1 span {
		font-size: 0.7em;
		line-height: 1.5em;
		display: block;
		padding-bottom: 0.8em;
}
#seikyu .main-v p{
	text-align: center;
}
#seikyu .main-v p.count{
	font-size: 1.5em;
	padding-bottom: 1em;
}
#seikyu .main-v p.cnv-btn-txt{
	padding-bottom: 1em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
		font-size: 2em;
	}
	#seikyu h1 span {
		font-size: 0.6em;
		line-height: 1.5em;
		display: block;
		padding-bottom: 0.8em;
	}
	#seikyu h1 .pctab-only{display:block !important;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .main-v {min-height: 16em;}
	#seikyu h1 {
		margin-top: 110px;
		font-size: 2em;
	}
}

/*-----------------
 *見出し　デザイン設定
-----------------*/
#seikyu h2 {
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.2em;
}
#seikyu h2::after{
	content: '';
	display: block;
	width: 150px;
    height: 2px;
    margin: auto;
    background-color: #333333;
    margin-bottom: 48px;
	margin-top: 20px;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu h2 {
		font-size: 1.5em;
	}
}

/*-----------------
 *sec-summary　消費税法改正の概要
-----------------*/
#sec-summary{
	padding: 4em 0;
}
#sec-summary p{
	line-height: 1.5em;
}
#sec-summary p a:hover{
	opacity: 1;
}
#sec-summary p span.icon-webfont-05 {
    padding-right: 0.5em;
    font-size: 0.9em;
}

/*-----------------
 *sec-schedule　消費税改正のスケジュール
-----------------*/
#sec-schedule{
	padding: 2em 0 4em;
}
#sec-schedule img{
	width: 100%;
}

/*-----------------
 *sec-detail　「区分記載請求書」と「適格請求書」
-----------------*/
#sec-detail{
	padding: 4em 0;
	background: #eeeeee;
}
#sec-detail .sec-detail-inner{
	background: #ffffff;
	text-align: center;
	padding: 2em 1em;
	margin-top: 2em;
}
#sec-detail p,#sec-detail .sec-detail-inner p{
	line-height: 1.5em;
}
#sec-detail .sec-detail-inner h3{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3em;
}
#sec-detail .sec-detail-inner img{
	margin: 0 auto;
	width: 100%;
	max-width: 710px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-detail p{
		padding: 0 4em;
	}
	#sec-detail .sec-detail-inner{
		padding: 2em;
	}
	#sec-detail .sec-detail-inner h3{
		font-size: 1.3em;
	}
	#sec-detail .sec-detail-inner img{
		margin: 0 auto;
		width: 100%;
		max-width: 900px;
	}
	#sec-detail .sec-detail-inner p{
		padding: 0 2em;
	}
}

/*-----------------
 *sec-correspondence　BtoBプラットフォーム 請求書の軽減税率対応
-----------------*/
#sec-correspondence{
	padding: 4em 0;
}
#sec-correspondence ul{
	margin: 0 auto;
}
#sec-correspondence ul li{
	width: 100%;
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#sec-correspondence ul li dl{
}
#sec-correspondence ul li dl dt{
	border-bottom: 1px dashed #ccc;
    width: 90%;
    margin: auto;
    margin-bottom: 38px;
    padding-bottom: 16px;
	font-weight: bold;
    font-size: 1.3em;
}
#sec-correspondence ul li:nth-child(odd) dl dt {
    color: #40a83e;
}
#sec-correspondence ul li:nth-child(even) dl dt {
    color: #88c10e;
}
#sec-correspondence ul li dl dt span.correspondence-number{
	display: inline-block;
	font-family: Arial, Helvetica, "sans-serif";
    width: 38px;
    height: 72px;
    margin-right: 10px;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    line-height: 88px;
}
#sec-correspondence ul li:nth-child(odd) dl dt span.correspondence-number{
	background-color: #40a83e;
}
#sec-correspondence ul li:nth-child(even) dl dt span.correspondence-number{
	background-color: #88c10e;
}
#sec-correspondence ul li dl dt span.correspondence-ttl{
	display: inline-block;
	font-size: 0.8em;
}
#sec-correspondence ul li dl dt span.correspondence-ttl .sp-only {
    display: inline-block;
}
#sec-correspondence ul li dl dd{
	width: 90%;
    margin: 0 auto 2em;
}
#sec-correspondence ul li dl dd p {
    line-height: 1.5em;
}
#sec-correspondence .correspondence-layout{
	text-align: center;
}
#sec-correspondence .correspondence-layout img{
	border: solid 20px #e3e3e3;
    border-radius: 1em;
	margin: 1em auto 3em;
	width: 100%;
    max-width: 710px;
}
#sec-correspondence .correspondence-layout p.notes{
	text-align: right;
	font-size: 0.9em;
}

/*-----------------
 *CVボタン周り
-----------------*/
#sec-cnv{
	background-image: url(/web/jp/seikyu/images/top_bg-link.jpg);
	background-size: cover;
	background-position: center;
	padding: 5em 0 5em;
}
.section_lead{
	text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: bold;
}
p.sub_lead {
    text-align: center;
    margin-bottom: 2em;
}

/*-----------------
 *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;
	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;
	}
}

/*-----------------
 *共通
-----------------*/
/* ヘッダーボタンの背景色変更 20180803 */
a.cv_btn_header{ background-color: #2d67a3;}