@charset "utf-8";
/* CSS Document */
/* 20181025 作成　ver.1.0.0 */

/*-------------------
受発注　軽減税率用CSS
/asp/other/keigenzeiritsu/index.asp
-------------------*/

/*-----------------
 *共通
-----------------*/
#asp {
	font-size: 16px;
}
.contents {
	margin: auto;
	width: 90%;
	max-width: 64em;
}
section {
	padding: 3.15em 0;
}
section h2 {
	margin-bottom: 1.35em;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
section h3 {
	padding-bottom: .85em;
	font-size: 1em;
	color: #105579;
	line-height: 1.4;
	text-align: center;
}
section h3::after {
	content: "";
    margin: .5em auto 0;
    width: 40px;
    height: 1px;
    background: #003f7e;
    display: block;
}
#sec-read h3::after, #sec-system .read_wrap h3::after, #sec-effect h3::after { 
	content: none;
}
section .txt_read {
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.75;
	text-align: center;
}
section a.link {
	color: #2684e2;
	text-decoration: underline;
	word-wrap: break-word;
}
section a:hover {
	opacity: 0.8;
}
#sec-means .txt_read, #sec-about .about_list:last-of-type .txt_read, #sec-system .txt_read {
	margin-bottom: 2.5em;
}
#asp .main-v .txt_read, #asp .main-v h1, #sec-effect h2, #sec-effect ul.effect_list_wrap-01 li, #sec-effect h3 { 
	text-shadow: 0 0 10px #000,0 0 15px #000;
}
#sec-about .about_list:first-of-type, #sec-effect ul.effect_list_wrap-01 {
	margin-bottom: 3.15em;	
}
#sec-about .about_list_wrap-01 dd li::before, #sec-about .about_list_wrap-02 li::before, #sec-effect .ex ul li::before {
	content: "・";
	color: #666;
    position: absolute;
    top: 0;
    left: 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	section h2 {
		font-size: 1.75em;
	}
	section h3 {
		font-size: 1.25em;
	}
	section h3::after {
		width: 64px;
	}
	section .txt_read {
		width: 670px;
		font-size: 1em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	section {
		padding: 4em 0;
	}
	#sec-about .about_list:first-of-type, #sec-effect ul.effect_list_wrap-01 {
		margin-bottom: 4em;	
	}
	.w-short {
		margin: 0 auto;
		width: 850px;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
#asp .main-v { 
	padding: 7em 0 3em;
	background: url("/web/jp/asp/other/keigenzeiritsu/images/top_main_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
#asp .main-v .txt_read, #asp .main-v h1 { 
	padding-bottom: 10px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
#asp .main-v .line {
    margin-bottom: 1em;
	width: auto;
	font-size: 1.1em;
	border-bottom: 3px solid #7ec3e5;	
	display: inline-block;

}
#asp .main-v .txt_read {
	margin: auto;
	width: 90%;
}
#asp .main-v h1 { 
	padding-bottom: .65em;
	font-size: 2em;
	line-height: 1.4; 
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#asp .main-v {
		text-align: right;	
	}  
	#asp .main-v .txt_read { 
    	margin-right: 0;
		font-size: 1.25em;
		text-align: right;	
	}
	#asp .main-v .line {
    	margin-bottom: 1.25em;
		font-size: 1.25em;
	}
	#asp .main-v h1 { 
		font-size: 2.5em;
		text-align: right;	
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#asp .main-v { 
		padding: 9.25em 0 4em;
	}
	#asp .main-v h1 { 
		font-size: 50px;
	}
}


/*-----------------
 *ハンドブック導線
-----------------*/
.notice {
	padding: 1em 0;
	text-align: center;
	background: #f2f2f2;
}
.notice span, .notice a {
	color: #2684e2;
}
.notice a {
	line-height: 1.4;
	text-decoration: underline;
}
.notice a:hover {
	opacity: 0.8;
}


/*-----------------
 *sec-read　テキストリード
-----------------*/
#sec-read, #sec-system .read_wrap {
	padding: 2em 0;
    text-align: center;
}
#sec-read h3, #sec-system .read_wrap h3 {
	margin: 0 auto;
	padding: 1em 0;	
	font-size: 1em;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	text-align: left;
}
#sec-read img, #sec-system .read_wrap img {
	width: 28%;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-read h3, #sec-system .read_wrap h3 {
		margin: 0;
		padding: 2em 0;			
		width: 80%;
		font-size: 1.25em;
		display: inline-block;
		vertical-align: middle;
	}
	#sec-read img, #sec-system .read_wrap img {
    	margin-left: 1em;
		width: 104px;
		display: inline-block;
		vertical-align: middle;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-read h3 {
		width: 670px;
	}
	#sec-system .read_wrap h3 {
		width: 570px;
	}
	#sec-read .pc-only {
		display: inline-block !important;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-read .pc-only {
		display: inline-block !important;
	}
}


/*-----------------
 *sec-means　軽減税率制度とは？
-----------------*/
#sec-means {
	background: #f7f7f7;
}
#sec-means ul.link_area {
	font-size: 0;
	text-align: center;
}
#sec-means .link_area li {
	margin: .5em auto;
	width: 96%;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border: 2px solid #333;
	border-radius: 6px;
}
#sec-means .link_area li:hover {
	background: #dfeff7;
}
#sec-means .link_area a {
	padding: 1.25em 0;
	color: #333;
	display: block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-means .link_area li {
		margin: 0 .65em;
		width: 200px;
		display: inline-block;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-means .link_area li {
		margin: 0 1em;
		width: 264px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-means .link_area li {
		margin: 0 1.15em;
		width: 300px;
	}
}


/*-----------------
 *sec-about　軽減税率制度とは？
-----------------*/
#sec-about {
	background: #ebf3f7;
}
#sec-about .about_list_wrap-01 {
	text-align: center;
}
#sec-about .about_list_wrap-01 dl {
	margin: .5em auto;
	height: 230px;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
#sec-about .about_list_wrap-01 dl.left {
	border: 2px solid #289fc7;
}
#sec-about .about_list_wrap-01 dl.right {
	border: 2px solid #107cb3;
}
#sec-about .about_list_wrap-01 dt {
	margin-bottom: 1.25em;
	padding: 1em 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#sec-about .about_list_wrap-01 .left dt {
	background: #289fc7;
}
#sec-about .about_list_wrap-01 .right dt {
	background: #107cb3;
}
#sec-about .about_list_wrap-01 dd li, #sec-about .about_list_wrap-02 li {
	margin: 0 auto .25em;
    padding: 0 0 0 1.25em;
	width: 90%;
	line-height: 1.6;
	text-align: left;
	list-style: none; 
	position: relative;
	z-index: 1;
}
#sec-about .about_list_wrap-01 dd img {
	width: 160px;
    position: absolute;
    bottom: 8px;
    left: 55px;
	z-index: 1;
}
#sec-about .about_list_wrap-01 dd.tax {
    font-size: 64px;
	font-weight: bold;
	position: absolute;
    bottom: -4px;
    right: 1px;
}
#sec-about .about_list_wrap-01 .left dd.tax {
	color: #f3f8fb;
}
#sec-about .about_list_wrap-01 .right dd.tax {
	color: #f2f6fa;
} 
#sec-about .about_list_wrap-02 {
	margin: 0 auto;
	position: relative;
}
#sec-about .about_list_wrap-02::before {
	content: "";
    margin: auto;
    width: 85%;
	height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#sec-about .about_list_wrap-02 .left, #sec-about .about_list_wrap-02 .right { 
	margin: 0 auto;
	padding: 2em 1em;
    text-align: center;
	background: #fff;
}
#sec-about .about_list_wrap-02 .left {
	border-radius: 6px 6px 0 0;
}
#sec-about .about_list_wrap-02 .right {
	border-radius: 0 0 6px 6px;
}
#sec-about .about_list_wrap-02 p {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
}
#sec-about .about_list_wrap-02 .left p {
	color: #289fc7;
}
#sec-about .about_list_wrap-02 .right p {
	color: #107cb3;
}
#sec-about .about_list_wrap-02 p span {
	font-size: .8em;
}
#sec-about .about_list_wrap-02 img { 
    margin: 0 auto 1em;
	height: 80px;
	display: block;
}
#sec-about .link_txt {
	margin: 1.25em 0 0;
	width: 100%;
	font-size: .9em;
	line-height: 1.6;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-about .about_list_wrap-01 dl {
		margin: 0;
		width: 323px;
		display: inline-block;
		vertical-align: top;
	} 
	#sec-about .about_list_wrap-01 dl.right {
		margin-left: 1em;
	}
	#sec-about .about_list_wrap-01 dd.tax {
		bottom: -6px;
		right: -2px;
	}
	#sec-about .about_list_wrap-01 dd li, #sec-about .about_list_wrap-02 li {
		width: 255px;
	}
	#sec-about .about_list_wrap-02::before {
		width: 1px;
    	height: 196px;
	}
	#sec-about .about_list_wrap-02 .left, #sec-about .about_list_wrap-02 .right {
		width: 45%;
		display: inline-block;
	}
	#sec-about .about_list_wrap-02 .left {
		border-radius: 6px 0 0 6px;
	}
	#sec-about .about_list_wrap-02 .right {
		margin-left: -.4em;
		border-radius: 0 6px 6px 0;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-about .about_list_wrap-01 dl {
		width: 430px;
	} 
	#sec-about .about_list_wrap-01 dl.right {
		margin-left: 2em;
	}
	#sec-about .about_list_wrap-01 dd li {
		width: 325px;
	}
	#sec-about .about_list_wrap-02::before {
    	height: 120px;
	}
	#sec-about .about_list_wrap-02 .left, #sec-about .about_list_wrap-02 .right {
		width: 46.2%;
	}
	#sec-about .about_list_wrap-02 ul {
		display: inline-block;
    	vertical-align: middle;
	}
	#sec-about .about_list_wrap-02 ul li {
		width: auto;
	}
	#sec-about .about_list_wrap-02 img { 
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	#sec-about .link_txt {
    	margin: 1.25em auto 0;		
		width: 850px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-about .about_list_wrap-01 dl {
		width: 488px;
	}
	#sec-about .about_list_wrap-01 dd.tax {
		bottom: -11px;
		right: -3px;
	}
}


/*-----------------
 *sec-effect　税率変更の対応によって、想定される影響
-----------------*/
#sec-effect {
	background: url("/web/jp/asp/other/keigenzeiritsu/images/top_effect_bg.jpg") no-repeat;	
	background-size: cover;
	background-position: center;
}
#sec-effect h2, #sec-effect h3 { 
	color: #fff;
}
#sec-effect h3 {
	padding-bottom: 1em;
	font-size: 1.15em;
	line-height: 1.4;
}
#sec-effect ul.effect_list_wrap-01 li { 
	margin: 0 auto .5em;
	padding-left: 1.9em;
	color: #fff;
	line-height: 1.6;
	text-align: left;
	position: relative;
}
#sec-effect ul.effect_list_wrap-01 li::before { 
	content: "";
	margin: 3px 0 0 0;
	background: url("/web/jp/asp/other/keigenzeiritsu/images/top_effect_check.png") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
}
#sec-effect .ex {
    padding: 1.75em 1.25em;
	box-sizing: border-box;
	background: #e6e6e6;
	border-radius: 6px;
}
#sec-effect .ex h4 {
	margin: 0 auto 1em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#sec-effect .ex ul.effect_list_wrap-02 li {
	margin: 0 auto .5em;
    padding: 0 0 0 1.25em;
    line-height: 1.6;	
	text-align: left;
	list-style: none;
	position: relative;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-effect h3 {
		font-size: 1.5em;
	}
	#sec-effect ul.effect_list_wrap-01 li { 
		font-size: 1.25em;
	}
	#sec-effect ul.effect_list_wrap-01 li, #sec-effect ul.effect_list_wrap-02 li { 
		width: 610px;
	}
	#sec-effect ul.effect_list_wrap-01 li::before { 
		width: 30px;
		height: 30px;
	}
	#sec-effect .ex h4 {
		padding: 0 72px;
		width: 400px;
    	display: block;	
		position: relative;
	}
	#sec-effect .ex h4::before,
	#sec-effect .ex h4::after {
		content: "";
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 48px;
		height: 2px;
		border-top: solid 2px #9e9e9e;
	}
	#sec-effect .ex h4::before{
		left: 0;
	}
	#sec-effect .ex h4::after{
		right: 0;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-effect .ex h4 {
		font-size: 1.25em;
	}
}

/*-----------------
 *sec-ok　『BtoBプラットフォーム 受発注』は軽減税率に対応しています
-----------------*/
#sec-ok {
	background: #f7f7f7;
}
#sec-ok dl {
	margin: .65em 0;
	background: #fff;
	border-radius: 6px;
}
#sec-ok dl dt {
	padding: 1em;
	font-size: .9em;
	font-weight: bold;
	color: #107cb2;
	text-align: center;
	position: relative;
}
#sec-ok dl dt::after {
	content: "";
    margin: 0 auto;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;	
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
}
#sec-ok dl.ok_list_wrap-01 dt {
	background: #dff3f7;
}
#sec-ok dl.ok_list_wrap-02 dt {
	background: #dfeff7;
}
#sec-ok dl.ok_list_wrap-01 dt::after {
	border-top: 10px solid #dff3f7;
}
#sec-ok dl.ok_list_wrap-02 dt::after {
	border-top: 10px solid #dfeff7;
}
#sec-ok dl dd {
	padding: 1.25em 2em;
	line-height: 1.75em;
}
#sec-ok dl dd a {
	font-size: .9em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-ok dl {
		margin: .5em;
		width: 47.2%;
		height: 190px;
		display: inline-block;
		vertical-align: top;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-ok dl {
		height: 168px;
	}
	#sec-ok dl dd {
		padding: 1.25em 2.5em;
	}
}

/*-----------------
 *sec-purpose-01 sec-purpose-02 CVボタン
-----------------*/
#sec-purpose-01, #sec-purpose-02 {
	padding: 3.15em 0;
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
#sec-purpose-02 h2 {
	font-size: 1.25em;
	font-weight: normal;
}
#sec-purpose-01 p, #sec-purpose-02 p {
	margin-bottom: 1.5em; 
    line-height: 1.5em;
}
#sec-purpose-01 .cnv_btn, #sec-purpose-02 .cnv_btn {
	margin: 0 auto;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-purpose-02 h2 {
		font-size: 1.5em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-purpose-01, #sec-purpose-02 {
		padding: 3.15em 0;
	}
}


/*-----------------
 *sec-system 「適格請求書保存方式（インボイス制度）」のレイアウトに対応
-----------------*/
#sec-system .system-img img, #sec-system .bill-img img {
	margin: 0 auto;
}
#sec-system .system-img img {
	width: 90%;
}
#sec-system .bill-img img {
	width: 100%;
	display: block;
}
#sec-system .read_wrap {
	margin: 2.5em 0;
	background: linear-gradient(#faebeb, #fff7f7);
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-system .system-img img {
		width: 100%;
	}
	#sec-system .bill-img img {
		width: 70%;
	}
	#sec-system .read_wrap {
		padding: 0;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-system .system-img img {
		width: 100%;
	}
}


/*-------------------
micro clearfix
-------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;/*これで解決させる*/
}
.cf:after { clear: both; }
.cf { zoom: 1; }
/* For IE 6/7 */
.fl { float: left; }
.fr { float: right; }