@charset "utf-8";
/*--------------------------------------
 No54 faq
---------------------------------------*/
#sec-faq { 
    background: #fff;
	padding: 4em 0 4em;
    text-align: center;
}

#sec-faq h2 {
	font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: center;
    color: #333;
    line-height: 1.3em;
}

#sec-faq .faq_text {
	margin: 20px 0 50px;
}
#sec-faq .faq_text p {
	line-height: 1.5;
	padding: 5px;
}
#sec-faq .faq_text p span {
	font-size: 1.3em;
	font-weight: bold;
}
#sec-faq .faq_text .faq_text_sub {
    background: #ffffff;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
}
@media screen and (min-width:64em) {
	#sec-faq .faq_text .faq_text_sub {
	width: 60%;
	}
}

#sec-faq .faq-list {
	background: #fff;
    border-radius: 6px;
	padding: 1.25em 1em 1.25em 3.05em;
	margin-bottom: 1em;
	font-size: 1em;
	text-align: left;
    border: 1px solid rgba(51, 51, 51, 0.2);
}
#sec-faq .faq-list dt {
	position: relative;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-faq .faq-list dd {
	position: relative;
	margin-top: 1.5em;
	padding-top: 2px;
	line-height: 1.6;
}
#sec-faq .faq-list dd p {
	line-height: 1.6;
}
#sec-faq .faq-list dt::before {
	content: "Q";
    background: #333;
    color: #fff;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-faq .faq-list dd::before {
	content: "A";
    background: #fff;
    color: #333;	
	border: 1px solid #333;
    line-height: 1.8;
    top: 0;
    left: -36px;
}
#sec-faq .faq-list dt::before, #sec-faq dd::before {
	display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
	margin-right: 1em;
}
#sec-faq .faq-list .bold {
	font-weight: bold;
}
#sec-faq .faq-list a {
	text-decoration: underline;
	color: #2684e2;
}
#sec-faq .faq-list a:hover {
	opacity: 0.8;
}

#sec-faq .faq-list ul{
    margin-top:1em;
    padding-left:1em;
}
#sec-faq .faq-list ol{
    margin-top:1em;
    padding-left:1.2em;
}
#sec-faq .faq-list ul li{
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom:0.5em;
}
#sec-faq .faq-list ol li{
    list-style-type: decimal;
    line-height: 1.4;
    margin-bottom:0.5em;
}

@media screen and (min-width:48em) {
	#sec-faq .faq-list {
		padding: 1.25em 1em 1.25em 3.625em;
	}
	#sec-faq .faq-list dd {
		margin-top: 1.25em;
	}
	#sec-faq .faq-list dt::before {
		top: 0;
		left: -40px;
	}
	#sec-faq .faq-list dd::before {
		top: 0;
		left: -40px;
	}
} 

@media screen and (min-width:64em) {
	#sec-faq .faq-list {
		padding: 1.5em 1.5em 1.5em 4.75em;
	}
	#sec-faq .faq-list dt {
		padding-top: 6px;
	}
	#sec-faq .faq-list dd {
		margin-top: 1.5em;
		padding-top: 6px;
	}
	#sec-faq .faq-list dt::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-faq .faq-list dd::before {
		line-height: 2;
		top: 0;
		left: -50px;
	}
	#sec-faq .faq-list dt::before, #sec-faq .faq-list dd::before {
		display: block;
		width: 32px;
		height: 32px;
		margin-right: 1.25em;
	}
}

#sec-faq .btn-normal {
    display: inline-block;
    position: relative;
    padding: 0.8rem 3rem;
    border: 1px solid #297f3a;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    text-align: center;
}

#sec-faq .btn-normal.lh150 {
    line-height: 150%;
}

#sec-faq .btn-normal span {
    position: relative;
    color: #297f3a;
}

#sec-faq a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

#sec-faq .btn-normal span::after {
    content: "";
    position: absolute;
    right: -1em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1023px) {
    #sec-faq .btn-normal.lh150 span::after {
        right: -2em;
    }
}
/* btn 202505追加 */
#sec-faq .cnv-btn-faq {
    width: 90%;
    max-width: 360px;
    height: 48px;
    text-align: center;
    margin: 24px auto 32px;
    display: flex;
    justify-content: center;
    background-color: #44A9B3;
    border-radius: 6px;
    color: #fff;
    align-items: center;
    position: relative;
    transition: .3s;
}
#sec-faq .cnv-btn-faq p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
}
#sec-faq .cnv-btn-faq::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 50%;
    transform: translateY(-57%) scale(0.5, 1.0);
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}
#sec-faq .cnv-btn-faq:hover {
    opacity: .7;
}
@media screen and (min-width: 48em) {
    #sec-faq .cnv-btn-faq {
        height: 56px;
        max-width: 480px;
    }
    #sec-faq .cnv-btn-faq p {
        font-size: 20px;
    }
}

/* CTA */
.ctl-height{
    display: flex;
    flex-wrap: wrap;
}

.ctl-height .feature_box ul {
    text-align: center;
}

.ctl-height .feature_box ul li {
    text-align: left;
}

.ctl-height .feature_box ul:after {
    margin: 16px auto 0 auto;
    display: inline-block;
    text-align: center;
}

.ctl-height .feature_box .clear img {
    margin: 16px auto 32px;
}

.cnv-btn-price {
    width: 90%;
    max-width: 360px;
    height: 48px;
    text-align: center;
    margin: 0 auto 32px;
    display: flex;
    justify-content: center;
    background-color: #FF3333;
    border-radius: 6px;
    color: #fff;
    align-items: center;
    position: relative;
    transition: .3s;
}

.cnv-btn-price:hover {
    opacity: .7;
}

.cnv-btn-price p {
    padding: 0 0 0 24px;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.cnv-btn-price p:before {
    content: '';
    height: 100%;
    width: 0.8em;
    background-image: url(../images/yen-sign-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cnv-btn-price::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 50%;
    transform: translateY(-57%) scale(0.5, 1.0);
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}

.ctl-height .feature_box .cnv-btn-price {
    width: 100%;
}

.cnv-btn-price.cost::after {
    right: 0.2em;
}

.cnv-btn-price.cost p {
    padding: 0 0 0 16px;
}

@media screen and (min-width:48em) {
    .ctl-height .feature_box {
        height: 610px;
    }
	
    .cnv-btn-price {
        height: 56px;
        max-width: 480px;
    }
    .cnv-btn-price p,
    .cnv-btn-price.cost p  {
        font-size: 20px;
        padding: 0 0 0 32px;
    }	

    .ctl-height .feature_box .cnv-btn-price p {
        font-size: 16px;
        padding: 0 0 0 20px;
    }
    #sec-fee.fee-outer h2 {
        font-size: 31px;
    }
}
@media screen and (min-width:64em) {
    .ctl-height .feature_box {
        height: 580px;
    }				
    .ctl-height .feature_box:nth-child(3), .ctl-height .feature_box:nth-child(4) {
        height: 540px;
    }	
}						
					
@media screen and (min-width:75em) {
    .ctl-height .feature_box:nth-child(3), .ctl-height .feature_box:nth-child(4) {
        height: 510px;
    }		
}		

/*--------------------------------------
 No68,74,76,77 upper lower
---------------------------------------*/
/*--------------------------------------
 導入事例CTA
---------------------------------------*/
.btn-cta-case {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 360px;
    padding: 24px 0;
    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-case span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.btn-cta-case span::after {
    content: "";
    position: absolute;
    right: -1em;
    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);
}
.cta-btn-inner-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto 48px;
}

.cta-btn-inner-flex .btn-cta-case {
    border: none;
    transition: .3s;
    font-size: 18px;
}

.cta-btn-inner-flex .btn-cta-case span {
    font-size: 18px;

}

.cta-btn-inner-flex .btn-cta-case:hover {
    opacity: .7;
}

.cta-btn-inner-flex .btn-cta-case span::after {
    right: -1.4em;
    margin-top: 0;
    transform: translateY(-50%) rotate(45deg);
}

.cta-btn-inner-flex-left {
    background-color: #44A9B3;
}

@-moz-document url-prefix(){
    .cta-btn-inner-flex .btn-cta-case span::after {
        content: none;
    }

    .cta-btn-inner-flex .btn-cta-case::after {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.1em;
        content: "";
        position: absolute;
        right: 1.4em;
        right: 1.4em;
        
        width: 0.6em;
        height: 0.6em;
        top: 50%;
        border-top-width: 3px;
        border-top-style: solid;
        border-right-width: 3px;
        border-right-style: solid;
        -webkit-transform: rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
}

.case-btn-wrap{
	margin: 0 auto 2em !important;
}
									
@media screen and (min-width:64em) {	
    .cta-btn-inner-flex {
        flex-direction: row;
        gap: 4%;
        margin: 0 auto 80px;
    }

    .cta-btn-inner-flex .btn-cta-case {
        width: 48%;
    }

    .cta-btn-inner-flex .btn-cta-case span,
    .cta-btn-inner-flex .btn-cta-case p {
        font-size: 18px;
        line-height: inherit;
    }
}	

/*-----------------
 *sec-screen　画面一覧
-----------------*/

#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-screen_bg {
	background-color: #e4f1f3 !important;
}
@media screen and (min-width:48em){
	#sec-screen{
		background-position: 0 0;
	}
}

@media screen and (min-width:75em) {
	#sec-screen {
		background-position: 120px 0;
	}
}

#sec-screen h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: center;
    color: #333;
    line-height: 1.3em;
}

#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;
    box-sizing: content-box;
	cursor: pointer;
}
#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;
}

@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;
	}
}

@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;
	}
}

#systemcooperation-logo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 48px;
}

#systemcooperation-logo-list li {
    width: auto;
    height: 46px;
}

#systemcooperation-logo-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#systemcooperation-logo-list li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#sec-sample {
    padding: 4em 0 4em;
}
#sec-sample h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: center;
    color: #333;
    line-height: 1.3em;
}

#sec-sample img {
    width: 100%;
    max-width: 600px !important;
    display: block;
    margin: 0 auto 32px;
}

#sec-sample p {
    text-align: center;
    line-height: 1.6em;
}

#cnv-include.cnv-include-btn-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
#cnv-include .cnv-include-btn {
    position: relative;
    padding-top: 1.5em;
    width: fit-content;
    margin: 0;
}
#cnv-include .cnv-include-btn.cnv-or::before {
    content: '＼  3分でわかる！  ／';
    width: 100%;
    height: auto;
    color: #FF7800;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#cnv-include .cnv-include-btn.cnv-gr::before {
    content: '＼  お困りごと・不明点を解消  ／';
    width: 100%;
    height: auto;
    color: #297F3A;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;    
    font-weight: 700;
}
#cnv-include .cnv-include-btn a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 296px;
    padding: 16px 40px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#cnv-include .cnv-include-btn.cnv-or a {
    background-color: #FF7800;
}
#cnv-include .cnv-include-btn.cnv-gr a {
    background-color: #297F3A;
}

#cnv-include .cnv-include-btn a:hover {
    opacity: 0.7;
}
.cnv-include.cnv-include-btn-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.cnv-include .cnv-include-btn {
    position: relative;
    padding-top: 1.5em;
    width: fit-content;
    margin: 0;
}
.cnv-include .cnv-include-btn.cnv-or::before {
    content: '＼  3分でわかる！  ／';
    width: 100%;
    height: auto;
    color: #FF7800;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.cnv-include .cnv-include-btn.cnv-gr::before {
    content: '＼  お困りごと・不明点を解消  ／';
    width: 100%;
    height: auto;
    color: #297F3A;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;    
    font-weight: 700;
}
.cnv-include .cnv-include-btn a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 296px;
    padding: 16px 40px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.cnv-include .cnv-include-btn.cnv-or a {
    background-color: #FF7800;
}
.cnv-include .cnv-include-btn.cnv-gr a {
    background-color: #297F3A;
}

.cnv-include .cnv-include-btn a:hover {
    opacity: 0.7;
}

.cnv-img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width:48em) {
    #systemcooperation-logo-list {
        gap: 16px 40px;
        max-width: 650px;
    }
}

@media screen and (min-width:75em) {
    .contents.cnv-flex {
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
        width: 75em;
        max-width: 75em;
    }

    .cnv-flex-l {
        width: auto;
    }
    .cnv-flex-r {
        width: 455px;
    }
}
/*-----------------
 *sec-function_common 機能紹介エリア

-----------------*/
#sec-function_common{
	margin:2em 0 4em;
}
#sec-function_common h2{
	color:#40a83e;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
#sec-function_common .function_inner{
    padding:2em 0;
    border:1px solid #40a83e;
    background:#edf5ed;
}
#sec-function_common .function_inner_box{
	width:80%;
	padding: 20px 15px;
	box-sizing: border-box;
	margin:0 1em 2em ;
	background:#fff;
	box-shadow:0px 1px 1px 0px #bcd8bc;
    border-radius:6px;
	position: relative;
}

#sec-function_common .function_inner_box::after {
    content: "";
    position: absolute;
    right: 1rem;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-color: #297f3a;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#sec-function_common .function_inner_box .img_box{
	width:65px;
	margin-right: 20px;
}

#sec-function_common .function_inner_box .img_box.img-ocr{
	margin-right: 10px;
}

#sec-function_common .function_inner_box p.title{
	text-align: left;
	line-height:1.4;
	font-weight:bold;
	margin-bottom: 0 !important;
}

#sec-function_common .function_inner_box p.function_link{
	font-size:0.9em;
	position:absolute;
	right:1em;
	bottom:1em;
	color: #2684e2;
}
#sec-function_common .function_inner_box a{
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
}

#sec-function_common .function_inner_box a:hover{
	opacity: 0.7;
}


/*最終行をセンターにする*/
.box-outer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width:48em){
#sec-function_common .function_inner_box{
	width:40%;
	background:#fff;
}
}

@media screen and (min-width:64em){
#sec-function_common .function_inner_box{
	width:29%;
}
}

@media screen and (max-width:768px){
#sec-function_common .function_inner_box{
    margin:0 auto 2em;
}
}

@media screen and (max-width:580px){
    #sec-function_common .function_inner {
        padding: 2em 0 1em;
    }
        
    #sec-function_common .function_inner_box{
        width:86%;	
    }
}

@media screen and (max-width:380px){
#sec-function_common .function_inner_box .img_box {
    width: 55px;
    margin-right: 15px;
}

#sec-function_common .function_inner_box p.title{
	font-size: 15px;	
}
}


/* 機能紹介個別変更 */
#sec-function_common .btn-normal-wrapper {
    text-align: center;
    clear: both;
}

#sec-function_common .btn-normal.lh150 {
    line-height: 150%;
}
#sec-function_common .btn-normal {
    position: relative;
    padding: 0.8rem 3rem;
    border: 1px solid #297f3a;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    text-align: center;
}
#sec-function_common .btn-normal.lh150 span::after {
    right: -2em;
}

#sec-function_common .btn-normal span::after {
    content: "";
    position: absolute;
    right: -1em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sec-function_common a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

/* sec-cnvリセット用 */
#sec-cnv {
    background-color: #f0f0f0;
    padding: 5em 0 5em;
    margin-bottom: 0;
}
.sec-cnv {
    background-color: #f0f0f0;
    padding: 5em 0 5em;
    margin-bottom: 0;
}
.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;
}

.icon-webfont-19:before {
    content: "\e912";
}

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;
}

/* インクルード外のcta（資料・相談） */
.cnv-include-btn-flex.out-section {
    margin: 40px auto;
}

/*--------------------------------------
 /buyer/と/seller/ の回遊リンクで自己URLの参照を非表示
---------------------------------------*/
.body_ai-ocr #function_ai-ocr, .body_auto_download #function_auto_download, .body_payment #function_payment, .body_attached-file #function_attached-file, .body_invoice_storage #function_invoice_storage, .body_bpo #function_bpo, .body_auto-payment_demand #function_auto-payment_demand, .body_auto-issue #function_auto-issue, .body_mailing-agency #function_mailing-agency, .body_guaranty #function_guaranty, .body_deliveryslip #function_deliveryslip, .body_mailing-pdf #function_mailing-pdf {
	display:none;
}