@charset "utf-8";
/* CSS Document */
/* 20180313 作成　ver.1.0.0 */

/*-------------------
製品ページ　請求書　発行機能TOPページ用CSS
/seikyu/seller/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;
	width: 100%;
	height: auto;
	min-height: 24em;
	position: relative;
	overflow: hidden;
	background-image: url("/web/jp/seikyu/images/top_main-v_01.jpg");
	background-size: cover;
	background-position: center;
}
#seikyu h1 {
	margin: 80px auto 24px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#seikyu h1 span {
	margin-top: 1em;
	font-size: 0.5em;
	line-height: 1.5em;
    display: inline-block;
	margin-bottom:1em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#seikyu h1 {
		margin-top: 80px;
	}
#seikyu h1 span {display:block;line-height: 1.4em;font-size: 0.6em;}

}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#seikyu .main-v {
		min-height: 24em;	
	}
	#seikyu h1 {
		margin-top: 110px;
		font-size: 2.5em;
	}
	#seikyu h1 span {
		font-size: 0.5em;
		line-height: 1.5em;
		display: block;
	}
}

/*-----------------
 *各section　上下の余白設定
-----------------*/
#sec-feature{
	padding: 3em 0 4em;
	background-image: url(/web/jp/seikyu/images/top_bg-link.jpg);
	background-position: center;
	background-size: auto;
}
#sec-option{
	padding: 4em 0 0;
}
#sec-consul{
	padding: 3em 0 3em;
	/*background-color: #ecf7eb;
    background-image: url(/web/jp/seikyu/images/top_bg-obi.png);
	background-position: -120px 0;*/
}
#sec-screen{
	padding: 4em 0 4em;
	background-color: #f0f0f0;
    background-image: url(/web/jp/seikyu/images/top_bg-obi.png);
	background-repeat: no-repeat;
	background-position: -120px 0;
}
#sec-cnv{
	padding: 5em 0 5em;
}
#sec-cnv_2{
	padding: 4em 0;
    background-color: #f0f0f0;
    margin: 3em auto 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-screen,#sec-consul{
		background-position: 0 0;
	}
	#sec-feature{
		background-size: contain;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-feature{
		padding-top: 2.5em;
	}
	#sec-screen,#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-feature　受取機能
-----------------*/
#sec-feature h2{
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
}
#sec-feature h2 span{
	color: #40a83e;
	font-size: 1.5em;
	display: inline-block;
    margin: 0 2px;
}
#sec-feature .line{
	width: 100px;
    height: 4px;
    margin: auto;
    background-color: #40a83e;
    margin-bottom: 48px;
}
.feature_box{
	width: 100%;
    margin-bottom: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.feature_box .txt_link{margin:20px 0 10px;text-align:right;}
.feature_box .txt_link .icon-webfont-01 {vertical-align: middle;margin-left:10px;}
.feature_title{
	border-bottom: 1px dashed #ccc;
	width: 90%;
    margin: auto;
	margin-bottom: 38px;
	padding-bottom: 16px;
}
.feature_title p.number{
	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;
	float: left;
}
.box-color1 .feature_title p.number{
	background-color: #40a83e;
}
.box-color2 .feature_title p.number{
	background-color: #88c10e;
}
.feature_title h3{
	font-weight: bold;
	font-size: 1.3em;
	float: left;
}
.feature_title h3.title_line1{
	margin-top: 34px;
}
.feature_title h3.title_line2{
	margin-top: 18px;
	line-height: 1.3em;
}
.box-color1 .feature_title h3{
	color: #40a83e;
}
.box-color2 .feature_title h3{
	color: #88c10e;
}
.feature_box ul{
	width: 90%;
	margin: 0 auto 16px;
}
.feature_box ul:after{
	content: " ▼ ";
	color: #f0f0f0;
	margin-left: 40%;
    margin-top: 32px;	
    font-size: 3em;
	-webkit-transform: scale(1.5, 0.5);
       -moz-transform: scale(1.5, 0.5);
    	-ms-transform: scale(1.5, 0.5);
    		transform: scale(1.5, 0.5);
    display: inline-block;		
}
.feature_box ul li{
	color: #777;
	margin-bottom: 12px;
	line-height: 1.5em;
	background-image: url(/web/jp/seikyu/images/common/icon_nayami.gif);
    background-repeat: no-repeat;	
    padding-left: 32px;
}
.feature_box .clear{
	width: 90%;
	margin: auto;
}
.feature_box .clear p.clear-title{
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
.feature_box .clear p.title-line1{
	margin-top: 26px;
	line-height: 2em;
}
.feature_box .clear p{
	line-height: 1.5em;
}
.box-color1 .clear p.clear-title{
	color: #40a83e;
}
.box-color2 .clear p.clear-title{
	color: #88c10e;
}
.feature_box .clear img{
	width: 13em;
	height: auto;
	margin: 32px auto;
	display: block;
}

/* SE対応サイズ ~352px(16×22em) */
@media screen and (max-width:22em){
	.feature_title h3{
		font-size: 1.05em;
	}
	.feature_box .clear p.clear-title{
		font-size: 1em;
	}
	.feature_box .clear p.title-line1{
		margin-bottom: 24px;
	}
}
	
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.feature_box{
		width: 49%;
		height: 620px;
		max-width: 460px;
		margin-right: 1%;
		float: left;
	}
	.feature_box:nth-child(3),.feature_box:nth-child(4){
		margin-bottom: 0;
		height: 660px;
	}
	.feature_box:nth-child(2),.feature_box:nth-child(4){
		margin-right: 0;
	}
	.feature_box:nth-child(1),.feature_box:nth-child(2){
		margin-bottom: 32px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.feature_bg-box{
		width: 906px;
		margin: auto;
	}
	.feature_box{
		width: 426px;
		height: 520px;
		margin-right: 50px;
		float: left;
	}
	.feature_box ul{
		margin-bottom: 8px;
	}
	.feature_box ul:after{
		margin-left: 43%;
		margin-top: 8px;
	}
	.feature_title{
		margin-bottom: 24px;
	    padding-bottom: 8px;	
	}
	.feature_box .clear p.clear-title{
		margin-bottom: 16px;
	}
	.feature_box .clear img{
		margin: 24px auto 0;
	}
	#sec-feature .line{
		margin-bottom: 36px;
	}
	.feature_box:nth-child(3),.feature_box:nth-child(4){
		height: 510px;
	}

}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.feature_bg-box{
		width: 1024px;
		margin: auto;
	}
	.feature_box{
		width: 480px;
		max-width: 480px;
		height: 490px;
		margin-right: 60px;
		float: left;
	}
	.feature_box:nth-child(1),.feature_box:nth-child(2){
		margin-bottom: 50px;
	}
}

/*-----------------
 *sec-option　オプション機能
-----------------*/
.option_box{
	width: 90%;
	max-width: 480px;
	margin: 0 auto 48px;
	text-align: center;
}
.option_box img{
	width: 6em;
	height: 3em;
	margin: 0 auto 24px;
	display: block;
}
.option_box a{
	width: 100%;
	height: 100%;
	display: block;
}
.option_box a:hover{
	opacity: 0.7;
	cursor : pointer;
}
.option_box p{
	line-height: 1.3em;
}
.option_box p.option_ttl{
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
	display: block;
}
.option_box p.option_link{
	color: #2684e2;
	font-size: 0.9em;
	padding-top: 1em;
}
.option_box p.option_link span.icon-webfont-01 {
    vertical-align: middle;
    margin-left: 10px;
}
/*.option_box:nth-child(odd) a:before{
	content: " ▶ ";
	color: #40a83e;
	font-size: 0.8em;
	display: inline-block;
	margin-right: 5px;
}
.option_box:nth-child(even) a:before{
	content: " ▶ ";
	color: #88c10e;
	font-size: 0.8em;
	display: inline-block;
	margin-right: 5px;
}*/

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.option_box{
		width: 50%;
		height: 180px;
		float: left;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.option_bg-box{
		width: 740px;
		margin: auto;
	}
	.option_box a:hover{
		color: #777;
	}
}

/*-----------------
 *sec-option　law 税法対応
-----------------*/
.law{
	border: 1px solid #40a83e;
	text-align: center;
	/*margin-bottom: 48px;*/
}
#seikyu .law h2{
	font-size: 1.3em;
    margin: 24px auto 24px;
}
.law img{
	width: 70%;
	max-width: 16em;
    height: 5.5em;
	margin: 0 auto 24px;
}
.law p{
    margin: 0 auto 24px;
	line-height: 1.5em;
}

/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul .contents{
	border: 1px solid #40a83e;
}
#sec-consul .contents h2{
	font-size: 1.3em;
	margin: 24px auto 24px;
}
#sec-consul .contents p{
	width: 92%;
	margin: 0 auto 24px;
	line-height: 1.5em;
	text-align: center;
}

/*-----------------
 *sec-screen　画面一覧
-----------------*/
#sec-screen ul{
	margin-bottom: 48px;	
}
#sec-screen ul li{
	width: 50%;
	float: left;
    position: relative;
}
#sec-screen ul li a{
    height: 60px;
    text-align: center;
	text-decoration: underline;
	background-color: #fff;
    color: #333;
    line-height: 1.3em;
    padding-top: 20px;
    display: block;
}
#sec-screen ul li a.current{
	background-color: #40a83e;
	color: #fff;
}
#sec-screen ul li a.current:after{
	content: " ▼ ";
	color: #40a83e;
	position: absolute;
	bottom: -15px;
	left: 46%;
	z-index: 33;
}
#screen{
	margin-bottom: 48px;
	padding-bottom: 24px;
	background-color: #fff;
	border: 12px solid #ccc;
    border-top: 12px solid #ccc;
	-webkit-border-radius: 16px 16px 0 0 / 16px 16px 0 0;
       -moz-border-radius: 16px 16px 0 0 / 16px 16px 0 0;
    		border-radius: 16px 16px 0 0 / 16px 16px 0 0;
}
#screen .sc-tab{
	width: 100%;
	height: 20px;
	margin-bottom: 24px;
	background-color: #ccc;
	background-image: url(/web/jp/seikyu/images/common/icon_sc-dot.png);
	background-size: 2.5em;
	background-position-x: 100%;
}
.tab_title{
	text-align: center;
	color: #40a83e;
	font-weight: bold;
	width: 90%;
	margin: 0 auto 24px;
}
#screen img{
	width: 90%;
	margin: 0 auto 24px;
	display: block;
}
.tab_tx{
	width: 90%;
	margin: auto;
	line-height: 1.5em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-screen ul{
		width: 80%;
		margin: 0 auto 42px;
	}
	#screen img{
		width: 300px;
		margin: 0 24px 0 5%;
		float: left;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#screen{
		width: 600px;
		margin: 0 auto 48px;
	}
	#sec-screen ul li{
		width: 25%;
		float: left;
	}
	#sec-screen ul li a:hover{
		background-color: #ccc;
	}
	#sec-screen ul li a.current:hover{
		background-color: #40a83e;
	}
}

/*-----------------
 *sec-cnv　CVエリア
-----------------*/
.section_lead{
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}
ul.cnv-merit{
	margin: 0 auto 40px;
	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
}

/*-----------------
 *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;
	}
}

/*-----------------
 *他ボタン
-----------------*/
.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;
	}
}

/* ヘッダーボタンの背景色変更 20180802 */
a.cv_btn_header{ background-color: #2d67a3;}

/*-----------------
 *軽減税率ページ導線作成 20181025
-----------------*/
#sec-notice{
	padding: 1em 0;
	background-color: #ffffff;
	text-align: center;
}
#sec-notice p{
	line-height: 1.2em;
}
#sec-notice p span{
	padding-right: 5px;
}
#sec-notice p a{
	color: #2684e2;
}
#sec-notice p a:hover{
	opacity: 0.8;
	cursor : pointer;
}

/*-----------------
 *料金体系エリア作成 20181214
-----------------*/
#sec-fee{
	padding: 4em 0 0;
	background-color: #ffffff;
	text-align: center;
}
#sec-fee h2{
		font-size: 1.3em;
}
#sec-fee p{
	line-height: 1.2em;
}
#sec-fee .fee-box h3{
	font-size: 1.2em;
    font-weight: bold;
    margin: 2em auto 1em;
}
#sec-fee .fee-box ul{
	display:block;
	margin-bottom: 1em;
}
#sec-fee .fee-box ul li{
	width: 100%;
	border: solid 1px #cccccc;
	margin-bottom: 1em;
}
#sec-fee .fee-box ul li dl dt{
	background-color: #f5f5f5;
	padding: 0.8em;
}
#sec-fee .fee-box ul li dl dd{
	padding: 0.8em;
	font-size: 1.2em;
	font-weight: bold;
}
#sec-fee .fee-box ul li dl dd span{
	display: block;
	font-size: 0.7em;
	font-weight: normal;
    padding-top: 1em;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-fee .fee-box ul{
		display: flex;
		justify-content: center;
	}
	#sec-fee .fee-box ul li{
		width: 40%;
		margin: 0 0.5em 1em;
	}
	#sec-fee h2{
		font-size: 1.5em;
	}
}