@charset "utf-8";
/* CSS Document */
/*-------------------
  共通
-------------------*/
#contract {
    font-size: 16px;
}

main#storage * {
	box-sizing: border-box;
}

main#storage p {
    line-height: 1.6;
}

main#storage img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}

main#storage a,
main#storage button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

main#storage a.text_link {
 	color: #2684e2;
    text-decoration: underline;
}

main#storage a:hover.text_link {
    text-decoration: none;
}

main#storage a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

section {
    position: relative;
    padding: 3rem 0;
}

@media (min-width:48em) { 
section {
    padding: 5rem 0;
}
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: 0 auto;
}
.lp2022 .contents {
	max-width: 75em;
}
.w-860 {
    max-width: 860px !important;
}

.mt-2 {
    margin-top: 2rem;
}
    
.font-bold {
    font-weight: bold;
 }

/* font */ 
.color-primary {
    color: #944c82;    
 }
    
.color-accent {
    color: #ff7800;    
 }
    
.bgcolor-secondary {
    background-color: #fdf7f9;    
}

h2 {
	margin-bottom: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

h2 .sub {
	font-size: 1.0rem;
}

@media (min-width:48em) {
h2 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}
}

/* contract/css/common.css 調整 */   
.cnv-btn a { 
    font-size: 16px; /* <-- 1.5em */
}
    
@media (min-width:48em) {
.cnv-btn a { 
    font-size: 20px;
}
}
    
/* mainv */
main#storage .mainv {
    position: relative;
    margin-top: 0px;
    padding: 8rem 0 3rem;
    background-color: #fdf7f9;
}

h1 {
	color: #944c82; 
	font-size: 1.2rem;
	font-weight: bold;
    line-height: 1.6;
	text-align: center;
}

h1 span {
    font-size: 1rem;
}

@media (min-width:64em) {
  #contract:not(.lp2022) main#storage .mainv {
      margin-top: 88px;
      padding-top: 5rem;
  }
  #contract.lp2022 main#storage .mainv {
      margin-top: 54px;
      padding-top: 5rem;
  }

  h1 {
      font-size: 2rem;
      line-height: 1.8;
      letter-spacing: 0.05em;
  }

  h1 span {
      font-size: 1.2rem;
  }
}
@media (min-width:75em) {
  #contract.lp2022 main#storage .mainv {
      margin-top: 72px;
  }
}
/* sec-lead */
#sec-lead .contents {
    text-align: center;
}

/* sec-trouble */
#sec-trouble {
	background-color: #f0f0f0;
}

ul.trouble_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.trouble_wrap li {
    width: 100%;
	margin-bottom: 2rem;
}

ul.trouble_wrap li:last-child {
	margin-bottom: 0;
}

ul.trouble_wrap li img {
    display: block;
    width: 200px;
    margin: auto;
}

ul.trouble_wrap li h3 {
	line-height: 1.6;
    text-align: center;
}

@media (min-width:48em) {
ul.trouble_wrap {
    justify-content: space-between;
}
    
ul.trouble_wrap li {
    width: 220px;
    margin-bottom: 0;
}
    
ul.trouble_wrap li img {
    width: 100%;
}
}

@media (min-width:64em) {
ul.trouble_wrap li {
    width: 280px;
}
    
ul.trouble_wrap li img {
    width: 246px;
}
    
ul.trouble_wrap li h3{
    font-size: 1em;
}
}

/* 悩みを解決します */
div.resolve {
	background-color: #fff;
	background-image: url(/web/jp/contract/docscan/images/doc_resolve-bg.gif);
    height: 57px;
	background-size: 300px;
	background-position: top center;
}

@media (min-width:48em) {
div.resolve{
    height: 97px;
    background-size: 514px;
}
}

/* sec-able */
#sec-able {
    padding-top: 2rem;
	background: url(/web/jp/contract/images/storage_able_bg.jpg) no-repeat;
	background-position: bottom right;
	background-size: 1300px;
}

ul.able_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.able_wrap li {
    width: 100%;
	margin-bottom: 2rem;
}

ul.able_wrap li:last-child {
	margin-bottom: 0;
}

ul.able_wrap li .able_box {
	position: relative;
    margin: 0 auto;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #944c82;
	border-radius: 50%;
	box-shadow: 0 0 8px 2px #c69cbc inset;
} 

.able_box .able_box_wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

.able_box_wrap img {
	margin-bottom: 1rem;
	width: 30%;
}

.able_box_wrap h3 {
	font-size: 1rem;
	line-height: 1.4;
}

@media (min-width:48em) {
ul.able_wrap {
    justify-content: space-between;
}
    
ul.able_wrap li {
    width: 220px;
    margin-bottom: 0;
}

ul.able_wrap li .able_box {
	width: 220px;
	height: 220px;
} 
}

@media (min-width:64em) {
ul.able_wrap li {
    width: 246px;
}
    
ul.able_wrap li .able_box {
    width: 246px;
    height: 246px;
}
    
.able_box_wrap h3 {
    font-size: 1.25rem;
}
}
    
@media (min-width:75em) {
#sec-able {
    background-size: contain;
}
}

/* sec-bnr */
.sec-bnr {
    padding-bottom: 0;
}
    
.sec-bnr a:hover img {
    opacity: .6;
}

/* キャッチ */
#sec-docscan .docscan_img {
    position: relative;
    margin: 0 auto 20px;
    width: 250px;
    height: auto;
    background-image: url(/web/jp/contract/docscan/images/docscan_catch-bg.jpg);
    background-size: 100%;
    text-align: center;
}

#sec-docscan .docscan_img img {
    margin: 1.5em 0 2em 0;
    width: 120px;
    opacity: 0.8;
}

#sec-docscan dl dt {
    padding: 0 0 20px;
}

#sec-docscan dl dt h3 {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
}

#sec-docscan dl dd {
    padding-bottom: 2em;
}
    
#sec-docscan dl dd p {
    font-size: 1rem;
    line-height: 1.7em;
}

#sec-docscan .purpose {
}

#sec-docscan dd.merit{
	padding-bottom: 0;
	margin-bottom: 40px;
}
    
#sec-docscan dd.merit h4 {
	line-height: 2;
}

#sec-docscan dd.merit h4 span {
	color: #944c82;
	margin-right: 10px;
}

@media (min-width:48em) {
#sec-docscan dl {
    float: left;
    width: 50%;
}
    
#sec-docscan dl dt h3 {
    font-size: 1.3rem;
}
    
#sec-docscan dl dd h4 {
    font-size: 1.2rem;
}
    
#sec-docscan .docscan_img {
    float: right;
    width: 310px;
    height: 210px;
}
    
#sec-docscan .docscan_img img {
    width: 42%;
    margin: 2em 0 2em 0;      
}
}

@media screen and (min-width:64em) {
#sec-docscan dl {
    float: left;
    width: 65%;
}
}

/* sec-merit　メリット */
#sec-merit {
    background-color: #fdf7f9;
}

#sec-merit:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 99.4%;
    right: 50%;
    margin-right: -100px;
    border: 100px solid transparent;
    border-top: 30px solid #fdf7f9;
    z-index: 10;
}

.merit-box {
	margin-bottom: 30px;
	background-color: #fff;
	border: 3px solid #f0f0f0;
    text-align: left;
}

.merit-box:last-child {
	margin-bottom: 0;
}

.merit-box h3 {
	display: block;
	margin: 20px 0 10px;
    padding: 0 5%;
    font-size: 1em;
	font-weight: bold;
}
.merit-box h3 img {
	margin-right: 10px;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}

.merit-box p {
	margin-bottom: 20px;
    padding: 0 5%;
	line-height: 1.5em;
}

p.merit-tx {
	text-align: center;
}

@media (min-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;
}
}

@media (min-width:64em) {
.merit-box h3 {
    margin-bottom: 15px;
    padding: 0 8%;
    font-size: 1.25em;
}
.merit-box p {
    padding: 0 8%;
}
}

/* sec-use */
ul.use_wrap {
    text-align: center;
}

ul.use_wrap li {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

ul.use_wrap li p {
	color: #666;
	line-height: 1.25;
}

ul.use_wrap li p span.use_tag {
	display: inline-block;;
	margin-bottom: 2px;
	padding: 2px 8px 1px;
	background-color: #944c82;
	color: #fff;
	font-size: 12px;
}

.use01,.use02,.use03,.use04,.use05,.use06 {
	width: 80px;
	height: 80px;
	margin: 0 auto 1rem;
	padding-top: 10px;
	background-size: 100%;
	font-size: 0.9em;
}

.use01 {background-image: url(/web/jp/contract/docscan/images/doc_use01.png);}
.use02 {background-image: url(/web/jp/contract/docscan/images/doc_use02.png);}
.use03 {background-image: url(/web/jp/contract/docscan/images/doc_use03.png);}
.use04 {background-image: url(/web/jp/contract/docscan/images/doc_use04.png);}
.use05 {background-image: url(/web/jp/contract/docscan/images/doc_use05.png);}
.use06 {background-image: url(/web/jp/contract/docscan/images/doc_use06.png);}

@media (min-width:48em) {
ul.use_wrap {
    background-image: url(/web/jp/contract/docscan/images/doc_use-bg.gif);
    background-position: center 35px;
    background-size: 68%;
}
    
ul.use_wrap li {
    width: 16.6%;
}
}

@media (min-width:64em) {
ul.use_wrap {
    background-size: 570px;
}
}

.use_note p {
	margin: 0 0 6px 1rem;
    text-indent: -1rem;
    font-size: 0.9em;
    line-height: 1.4;
	text-align: left;
}

/* sec-case */
#sec-case .contents {
    padding-top: 0;
}

/* sec-cnv02 */
#sec-cnv02 {
	background: url(/web/jp/contract/images/contract_cnv_bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.cnv02 {
	padding: 1.5rem;
	background-color: rgba(255,255,255,0.75);
    text-align: center;
}

.cnv02 h2 {
    margin-bottom: 2rem;
}

#sec-cnv02 .note p {
	padding-left: 1em;
    text-indent: -1em;
	font-size: .9em;
	color: #666;
	line-height: 1.4;
}

@media (min-width:48em){ 
.cnv02 {
	padding: 2rem;
}
}

/* cv_btn_wrap */	
.cv_btn_wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
} 
	
.cv_btn_item  {
    margin-bottom: 1rem;
	width: 100%;
    border-radius: 6px;
    align-items: center;
}
	
.cv_btn_item:nth-child(1) {
    background-color: #ff7800;
}
	
.cv_btn_item:nth-child(2) {
    background-color: #8E7CC3;
}

.cv_btn_item a {
    display: inline-block; 
	position: relative;
    width: 100%; 
	padding: 18px 0; 
    text-align: center;
    color: #fff;
	font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 6px; 
  	-webkit-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
    
.cv_btn_item a:after { 
    content: "";
    position: absolute;
    right: 20px;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	

.cv_btn_item:nth-child(1) a:hover {
    background-color: #ffa553;
}

.cv_btn_item:nth-child(2) a:hover {
    background-color: #a89ad0;
}

@media (min-width:48em){ 
.cv_btn_item  {
    margin-bottom: 0;
    width: 49%; 
}
	
.cv_btn_item:last-child {
	margin-bottom: 0;
}
    
.cv_btn_item a {
	font-size: 18px;
}
}