@charset "utf-8";
/* CSS Document */
/* 20221012 改修　ver.2.0.1 */
/* 20180509 作成　ver.1.0.0 */
/*/seikyu/buyer/ai-ocr.asp */
/*-------------------------*/
/* 共通 */
#seikyu {
    font-size: 16px;
}

#breadcrumbs {
	background-color: #edf5ed !important; 
}

main#ai-ocr * {
	box-sizing: border-box;
}

main#ai-ocr p {
    line-height: 1.6;
}

main#ai-ocr img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}

main#ai-ocr a,
main#ai-ocr button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

main#ai-ocr a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}   

.text-center {
    text-align: center !important;
}

.font-bold {
    font-weight: bold;
 }

.btn a:hover {
   opacity: 0.85;
   cursor: pointer;
}

section {
    position: relative;
    padding: 3rem 0;
}

#sec-systemcooperation{
    padding: 0;
}
	
#sec-introduction{
    padding: 0;
}
	
#sec-function_common{
    padding-top: 0;		
}

@media (min-width:48em) { 
section {
    padding: 5rem 0;
}
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: 0 auto;
}

/* flex-box */     
.d-flex {
    display: -ms-flexbox;
    display: flex;
} 
    
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-flow: wrap;
} 
    
.justify-between {
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
} 
    
/* color */ 
.color-primary {
    color: #297f3a;    
 }
    
.color-accent {
    color: #ff7800;    
 }
    
.bgcolor-secondary {
    background-color: #edf5ed;    
 }
    
 /* font */   
.font-italic {
    font-style: italic;        
} 
    
.font-bold {
    font-weight: bold;        
} 

h2 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

@media (min-width:48em) {
h2 {
    font-size: 30px;
    letter-spacing: 0.08em;
}
}

.mt-2 {
    margin-top: 2rem;
}

/* /seikyu/css/parts.css 調整 */
#sec-function_common {
    margin: 0;
}

/* /seikyu/css/parts.css 調整 */
#sec-function_common .function_inner {
    border-color: #297f3a;
    background: #edf5ed;
}

#sec-function_common h2 {
    color: #297f3a;
}

/* メインビジュアルv*/
#ai-ocr .main-v {
    position: relative;
    margin-top: 0;
    padding: 8rem 0 3rem;
    width: 100%;
    text-align: center;
}

#ai-ocr h1 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

@media (min-width:48em) {
#ai-ocr h1 {
    font-size: 1.4em;
}
}

@media (min-width:64em) {
#ai-ocr .main-v {
    margin-top: 88px;
    padding: 5rem 0;
}
    
#ai-ocr h1 {
    font-size: 2em;
}
}
        
/* Video */ 
.video-content { 
    margin: 2rem auto;
    width: 100%;
    max-width: 760px;
}

.video-box { 
	padding: 0.5rem;
	height: 100% ;
	background-color: #fff;
	border: 1px solid #297f3a; 
	border-radius: 4px;
} 
        
@media (min-width:48em) {
.video-box { 
	padding: 1rem;
}
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
 
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sec-lead */
.lead-em {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #297f3a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.lead-em span {
    font-size: 1.5em;
}
    
.lead-em::before,
.lead-em::after {
    position: absolute;
    content: '';
}

.lead-em::after {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #297f3a;
    border-left: 2px solid #297f3a;
}

.lead-em::before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #297f3a;
    border-bottom: 2px solid #297f3a;
}
    
@media (max-width: 767px) {
.lead-wrap .text h3 {
    font-size: 18px;
}
    
.lead-em {
    padding: 1rem;
    font-size: 16px;
}
    
.lead-em span {
    font-size: 1.4em;
}

.lead-em::after {
    width: 30px;
    height: 30px;
}

.lead-em::before {
    width: 30px;
    height: 30px;
}
}

/* p-flow */
.p-flow-contentbox {
	margin: 1.41em auto 0;
	padding: 0;
	background-color: #fff;
	width: 95%;
	position: relative;
}

.p-flow-txtbox {
	margin: 1.41em auto 0;
	padding: 1.72em 0.94em;
	border: 5px solid #08c3c5;
}

.p-flow-img {
	text-align: center;
}

.p-flow-pic {
	width: 100%;
}

.p-flow-bottom-txt {
	font-weight: 500;
	font-size: 0.94em;
	line-height: 1.53;
}

.p-flow-bottom-txt+.p-flow-bottom-txt {
	margin-top: 0.94em;
}

.p-flow-btn {
	position: absolute;
	top: 23%;
	right: 5%;
	width: 45%;
}

@media all and (min-width: 47.5em) {
	.p-flow-contentbox {
		width: 100%;
	}
}

@media all and (min-width: 47.56em) and (max-width: 81.25em) {
	.p-flow-contentbox {
		width: 84%;
	}
}

@media all and (min-width:48em) {
	.p-flow {
		padding: 5em 0 100px;
		background-image: url(/web/jp/seikyu/buyer/images/invoice-input/bg_flow_pc.png);
		background-size: 5.75em auto;
		background-position: left 0.06em top 6.25em;
	}

	.p-flow-contentbox {
		margin: 1.41em auto 0;
		padding: 0;
		background-color: #fff;
	}

	.p-flow-txtbox {
		margin-top: 1.41em;
		padding: 1.25em 1.56em;
		border: 3px solid #08c3c5;
	}

	.p-flow-bottom-txt {
		font-size: 1em;
		line-height: 1.88;
	}

	.p-flow-bottom-txt+.p-flow-bottom-txt {
		margin-top: 0;
	}

	.p-flow-pic {
		width: 100%;
		margin: 0 auto;
	}

	.p-flow-img {
		width: 100%;
	}

	.p-flow-btn {
		position: absolute;
		top: 27%;
		right: 4%;
		width: 30%;

	}

	.p-flow-btn:hover {
		opacity: 0.7;
		transition: .3s;
	}
}

/* p-balloon */
.p-balloon-wrap {
	text-align: center;
}

.p-balloon {
	margin-bottom: 1.25em;
	position: relative;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: solid 2px #297f3a;
	padding: 0 0 0.78em;
	max-width: 100%;
	text-align: center;
}

.p-balloon::before,
.p-balloon::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-balloon::before {
	border: solid 19px transparent;
	border-top: solid 19px #297f3a;
}

.p-balloon::after {
	border: solid 20px transparent;
	border-top: solid 20px #fff;
	margin-top: -0.25em;
}

.p-balloon-bg::after {
	border: solid 20px transparent;
	border-top: solid 20px #edf5ed;
	margin-top: -0.25em;
}

/*.p-balloon-tit {
	font-weight: 500;
	line-height: 1.33;
	font-size: 24px;
	letter-spacing: 0;
} */

.p-balloon-fs {
	font-size: 1.51em;
}

/*@media screen and (min-width:48em) {
	.p-balloon-tit {
		font-size: 2.5em;
		letter-spacing: 0.1em;
	}
} */

.p-balloon-wrap h2 {
    margin-bottom: 0;
}

/* sec-merit */
.merit-wrap .merit {
   position: relative;
   width: 100%;
   margin-bottom: 20px;
   border: solid 1px #207C3A;
}

.merit-wrap .merit:last-child {
   margin-bottom: 0;
}

@media (min-width:48em) {
.merit-wrap .merit {
   width: 32%;
   margin-bottom: 0;
}
}

.merit-wrap .merit:before {
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   background-color: #207C3A;
   font-size: 1.25rem;
   font-weight: 700;
   color: #fff;
}

.merit-wrap .merit:first-child:before {
   content: "1";
}
.merit-wrap .merit:nth-child(2):before {
   content: "2";
}
.merit-wrap .merit:nth-child(3):before {
   content: "3";
}

.merit-wrap .merit > h3 {
   margin: 0 0 20px 0;
   padding-top: 40px;
   font-size: 1.375rem;
   font-weight: 700;
   text-align: center;
   color: #207C3A;
}

.merit-wrap .merit > .img {
   margin-bottom: 20px;
   text-align: center;
}

.merit-wrap .merit > .tx {
   margin: 0 20px 20px 20px;
}

/*-----------------
 *sec-invoice-upload_contact　コンタクト
-----------------*/
#sec-invoice-upload_contact p.text_caution {
   margin: 0 auto 1.5em;
   line-height: 1.4em;
   text-align: center;
   font-weight: bold;
   font-size: 1.2em;
}
#sec-invoice-upload_contact p.text_caution span {
   color: #40a83e;
}
#sec-invoice-upload_contact p.text_read {
   margin-bottom: 2em;
   text-align: center;
   line-height: 1.4em;
   font-size: 0.9em;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
   #sec-invoice-upload_contact p.text_caution {
      font-size: 1.5em;
   }
   #sec-invoice-upload_contact p.text_read {
      font-size: 1em;
   }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
   #sec-invoice-upload_contact p.text_caution {
      font-size: 27px;
   }
   #sec-invoice-upload_contact p.text_caution .sptab-only {
      display: block !important;
   }
}
/*-----------------
 *CVボタン周り
-----------------*/
#sec-cnv {
   background-color: #f0f0f0;
   padding: 5em 0 5em;
   margin-bottom: 3em;
}

#cnv-include .cnv-include-btn{
line-height: 1em;
}

.section_lead {
   text-align: center;
   margin-bottom: 20px;
   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: 100%;
   max-width: 32em;
   margin: auto;
   text-align: center;
}
.cnv-btn a {
   display: block;
   position: relative;
   padding: 20px;
   background-color: #2d67a3;
   border-radius: 6px;
   color: #fff;
   font-size: 1.3em;
   font-weight: bold;
   line-height: 1.3em;
}
.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;
   }
}


 /* sec-consul */ 
#sec-consul {
	width: 100%;
    height: auto;
	background-color: #588e9a;
    background-image: url(/web/jp/seikyu/images/consul_bgmain.jpg);
    background-size: cover;
    background-position: right center;
    overflow: hidden;
}
    
#sec-consul h2 {
	color: #fff;
	text-shadow: rgba(0,0,0, .5) 0 2px 3px;
}
    
.consul-box {
    padding: 2rem;
	border: 1px solid #588e9a;
	background-color: rgba(255,255,255, .7);
	text-align: center;
}
    
.consul-box h3 {
	font-size: 20px;
	margin-bottom: 2rem;
	font-weight: bold;
    line-height: 1.4;
}
    
.consul-btn-inner {
    margin-top: 1rem;
    text-align: center;
}
    
.consul-btn-inner .btn-normal {
	border: 0;
    background-color: #40a83e;
}
    
.consul-btn-inner .btn-normal span {
    position: relative; 
	color: #fff;
}  
    
@media (max-width: 767px) {
.consul-btn-inner .btn-normal {
	padding-right: 1rem;
	padding-left: 1rem;
}
    
.consul-btn-inner .btn-normal span::after {
    content: none;
} 
}

/*-----------------
 *CVボタン修正
-----------------*/
.box-center {
    margin: 0 auto;
    text-align: center;
}

.btn-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 513px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #ff7800;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: ease .2s;
}

.btn-cta a {
	display: block;
	padding: 20px 0;
}

.btn-cta span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
}


.btn-cta span::after {
    content: "";
    position: absolute;
    right: 1.25em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-cta:hover, .btn-online:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .btn-cta, .btn-online {
        display: block;
        width: 100%;
        margin: 0 auto;
}
	
.btn-cta a {
	padding: 20px 0;
}
}

/*-----------------
 *他ボタン
-----------------*/
.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;
   }
}
