@charset "utf-8";
/* CSS Document */
/* 20181015 作成　ver.1.1 */

/*-------------------
製品ページ　ドキュメントScanページ用CSS
/contract/docscan.asp
-------------------*/
h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #934b81;
	text-align: center;
}
h2 {
	margin-bottom: 40px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.annotation{
	color: #666;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 15px; 
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.5em;
	}
	.contents {
		max-width: 48em;
	}
} 
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.contents {
		max-width: 860px;
	}
}


/*-----------------
 *main_v
-----------------*/
.main_v {
	padding: 6.75em 0 1.75em;
	background: linear-gradient(#f2e6ef, #fff5fc);
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.main_v {
		padding: 8em 0 2em;
	}
}

/*/----------
キャッチ
------------/*/
#sec-catch {
    padding: 60px 0 40px;
}
#sec-catch .contetns{
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
}
#sec-catch .catch_img {
    margin: 0 auto 20px;
    width: 250px;
    height: auto;
    text-align: center;
    position: relative;
    background-image: url(/web/jp/contract/docscan/images/docscan_catch-bg.jpg);
    background-size: 100%;
}
#sec-catch .catch_img img {
    margin: 1.5em 0 2em 0;
    width: 120px;
    opacity: 0.8;
}
#sec-catch dl dt {
    font-size: 1.25em;
    line-height: 1.7em;
    padding: 0 0 20px;
    font-weight: bold;
}
#sec-catch dl dd {
    padding-bottom: 2em;
}
#sec-catch dl dd p {
    font-size: 1em;
    line-height: 1.7em;
}
#sec-catch dl dd p.notes{
	font-size: 0.9em;
}
#sec-catch dl dd p.notes a{
	color: #2684e2;
	text-decoration: underline;
}
#sec-catch .purpose {
}
#sec-catch dd.merit{
	padding-bottom: 0;
	margin-bottom: 40px;
}
#sec-catch dd.merit p{
	font-size: 1.25em;
	line-height: 2;
}
#sec-catch dd.merit p span{
	color: #934b81;
	margin-right: 10px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-catch .contetns {
        max-width: 1024px;
    }
    #sec-catch dl {
        float: left;
        width: 50%;
    }
    #sec-catch dl dt {
        font-size: 1.5em;
        line-height: 1.7em;
    }
    #sec-catch dl dd p {
        font-size: 1em;
    }
    #sec-catch .catch_img {
        float: right;
        width: 310px;
        height: 210px;
    }
    #sec-catch .catch_img img {
        width: 42%;
      	margin: 2em 0 2em 0;      
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-catch dl {
        float: left;
        width: 65%;
    }
	#sec-catch dl dd p.notes a:hover{
		opacity: 0.8;
	}
}

/*-----------------
 *sec-trouble　お悩み
-----------------*/
#sec-trouble{
	padding: 60px 0 30px;
	background-color: #f0f0f0;
}
#sec-trouble ul li{
	margin-bottom: 40px;
}
#sec-trouble ul li:last-child{
	margin-bottom: 0;
}
#sec-trouble ul li p{
	line-height: 1.5;
}
#sec-trouble ul li p span{
	font-weight: bold;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-trouble ul{
		width: 660px;
		margin: 0 auto;
	}
	#sec-trouble ul li{
		float: left;
		width: 200px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	#sec-trouble ul li:last-child{
		margin-right: 0;
	}
	#sec-trouble ul li img{
		width: 100%;
	}
	#sec-trouble ul li p{
		font-size: 0.9em;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-trouble ul{
		width: 860px;
	}
	#sec-trouble ul li{
		width: 270px;
		margin-right: 25px;
	}
	#sec-trouble ul li:last-child{
		margin-right: 0;
	}
	#sec-trouble ul li img{
		width: 246px;
		margin: auto;
	}
	#sec-trouble ul li p{
		font-size: 1em;
	}
}

/* 悩みを解決します */
div.resolve{
	background-color: #fff;
	background-image: url(/web/jp/contract/docscan/images/doc_resolve-bg.gif);
	background-size: 300px;
	background-position: top center;
}
div.resolve p{
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: bold;
    color: #934b81;
	padding: 70px 0 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	div.resolve{
		background-size: 514px;
	}
	div.resolve p{
		font-size: 1.5em;
		padding: 110px 0 0;
	}
}

/*-----------------
 *sec-merit　メリット
-----------------*/
#sec-merit{
	background-color: #fff7f9;
	background-image: url(/web/jp/contract/images/top_arrow02.gif);
    background-repeat: no-repeat;
    background-position: top center;
	padding-bottom: 20px;
}
#sec-merit .contents{
	padding: 90px 0 0;
}
.merit{
	margin-bottom: 40px;
}
.merit-box{
	background-color: #fff;
	border: 3px solid #f0f0f0;
	margin-bottom: 30px;
    text-align: left;
}
.merit-box:last-child{
	margin-bottom: 0;
}
.merit-box h3{
	font-weight: bold;
	display: block;
	margin: 20px 0 10px;
    font-size: 1em;
    padding: 0 5%;
}
.merit-box h3 img{
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-right: 10px;
}
.merit-box p{
    padding: 0 5%;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.merit-box p a{
	font-size: 0.9em;
	color: #2684e2;
    text-decoration: underline;
}
p.merit-tx{
	color: #934b81;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
.merit-box p span{
    font-size: 0.9em;
    color: #666;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-merit .contents{
		max-width: 48em;
	}
	.merit-box{
		width: 47%;
		float: left;
	}
	.merit-box:nth-child(odd){
		margin-right: 4%;
	}
	.merit-box:nth-child(3),.merit-box:nth-child(4){
		margin-bottom: 0;
	}
	#sec-merit .contents .merit-box img{
		width: 2em;
    	height: 2em;
	}
	p.merit-tx{
		font-size: 1.25em;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-merit .contents{
		max-width: 860px;
	}
	.merit-box h3{
		font-size: 1.25em;
		margin-bottom: 15px;
	    padding: 0 8%;
	}
	.merit-box p{
		padding: 0 8%;
	}
	.merit-box p a:hover{
		opacity: 0.8;
	}
}

/*-----------------
 *sec-use サービス利用の流れ
-----------------*/
#sec-use{
	background-color: #fff;
    background-image: url(/web/jp/contract/docscan/images/docscan_arrow.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
#sec-use .contents{
	padding: 90px 0 0;
}
#sec-use dl{
	display: flex;
}
#sec-use .use01,#sec-use .use06{
	color: #934b81;
}
#sec-use .use01-txt,#sec-use .use06-txt{
	color: #934b81;
}
#sec-use ul li{
	width: 33%;
	float: left;
	margin-bottom: 20px;
}
#sec-use ul li p{
	color: #666;
	line-height: 1.25;
}
#sec-use ul li p span{
	color: #fff;
	font-size: 12px;
	background-color: #934b81;
	display: inline-block;
	padding: 2px 8px 1px;
	margin-bottom: 2px;
}
.use01,.use02,.use03,.use04,.use05,.use06{
	font-size: 0.9em;
	width: 80px;
	height: 70px;
	padding-top: 10px;
	background-size: 100%;
	margin: 0 auto 10px;
}
#sec-use .use01{
	background-image: url(/web/jp/contract/docscan/images/doc_use01.png);
}
#sec-use .use02{
	background-image: url(/web/jp/contract/docscan/images/doc_use02.png);
}
#sec-use .use03{
	background-image: url(/web/jp/contract/docscan/images/doc_use03.png);
}
#sec-use .use04{
	background-image: url(/web/jp/contract/docscan/images/doc_use04.png);
}
#sec-use .use05{
	background-image: url(/web/jp/contract/docscan/images/doc_use05.png);
}
#sec-use .use06{
	background-image: url(/web/jp/contract/docscan/images/doc_use06.png);
}
#sec-use p.merit-tx{
	margin-bottom: 40px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-use ul{
		background-image: url(/web/jp/contract/docscan/images/doc_use-bg.gif);
		background-position: center 35px;
		background-size: 68%;
	}
	#sec-use ul li{
		width: 16.6%;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-use ul{
		background-size: 570px;
	}
}

/* 流れ以外 */
#sec-use .annotation{
	text-align: left;
    text-indent: -1em;
	margin: 0 0 6px;
	margin-left: 1em;
}

#sec-use .storage-link{
	background-color: #f5f5f5;
	background-image: url(/web/jp/contract/images/contract_cnv_bg_ornament.png), url(/web/jp/contract/images/contract_cnv_bg_ornament.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 200px;
	padding: 40px 0;
	margin: 40px 0;
}
#sec-use .storage-link h3{
	color: #934b81;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 40px;
    padding: 0 20px;
}
#sec-use .storage-link h3 span{
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}
#sec-use .storage-link p{
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 1.5;
}
#sec-use .storage-link a{
	color: #2684e2;
	text-decoration: underline;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	#sec-use .storage-link h3 span{
		font-size: 20px;
	}
	#sec-use .storage-link a:hover{
		opacity: 0.8;
	}
}

/*-----------------
 *sec-cnv01 
-----------------*/
#sec-cnv01 {
	background-color: #f5f5f5;
	background-image: url(/web/jp/contract/images/contract_cnv_bg_ornament.png), url(/web/jp/contract/images/contract_cnv_bg_ornament.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 190px;
}
#sec-cnv02{
	padding: 60px 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
}


/*-----------------
 *sec-step　ステップ
-----------------*/
#sec-step {
	background-color: #e8f7ff;
}
#sec-step .txt_area {
	margin-bottom: 20px;
}
#sec-step .txt_area h3 .step {
	margin-bottom: 10px;
	font-size: .9em;
	font-weight: normal;
	color: #2d96d0;
	line-height: .8em;
	border-bottom: 1px solid #2d96d0;
	display: block;
}
#sec-step .txt_area h3 {
	margin-bottom: 20px;
	font-size: 1.25em;
	font-weight: bold;
}
#sec-step .txt_area p, #sec-step .txt_area span.note {
	line-height: 1.4;
}
#sec-step .txt_area span.note {
    margin-top: 1em;
    font-size: .9em;
    color: #666;
    display: inline-block;
}
#sec-step .img_area img {
	margin: 0 auto 0;
	width: 100%;
	border: 1px solid #ccc;
}
#sec-step .contents-full ul li {
	padding: 30px 0;
}
#sec-step .contents-full ul li:first-child {
	padding-top: 0;
}
#sec-step .contents-full ul li:last-child {
	padding-bottom: 0;
}
#sec-step .contents-full ul li.bg-color2 {
	background-color: #f4f9fb;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-step .contents {
		max-width: 48em;
	}
	#sec-step .txt_area {
	    margin-top: 30px;
		width: 40%;
		text-align: left;
    	float: left;
		position: relative;
	}
	#sec-step .txt_area h3 .step {
		border-bottom: none;
	}
	#sec-step .txt_area .line {
		width: 1px;
		background-color: #2d96d0;
		position: absolute;
		left: calc(50% - 41%);
	}
	#sec-step .contents-full ul li:first-child .txt_area .line {
		height: 168px;
		top: 105px;	
	}
	#sec-step .contents-full ul li:nth-of-type(2) .txt_area .line {
		height: 95px;
		top: 180px;	
	}
	#sec-step .img_area {
		width: 50%;
		float: right;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-step .contents {
		max-width: 860px;
	}
	#sec-step .contents-full ul li:first-child .txt_area .line {
		height: 222px;
	}
	#sec-step .contents-full ul li:nth-of-type(2) .txt_area .line {
		height: 146px;
	}
}


/*-----------------
 *sec-cnv02
-----------------*/
#sec-cnv02 {
	background: url(/web/jp/contract/images/contract_cnv_bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}
#sec-cnv02 .cnv_tx {
	font-size: 1.25em;
	margin-bottom: 10px;
	line-height: 1.6;
}

