@charset "utf-8";
/* CSS Document */
/*-------------------
製品ページ　＜業種別＞電子契約活用メリットご紹介
/contract/merit.asp
-------------------*/
#contract {
    font-size: 16px;
}

main#merit * {
	box-sizing: border-box;
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: 0 auto;
}

/* italic対応 */
@font-face {
    font-family: Meiryo;
    src: local('Meiryo'), local('メイリオ');
}

/*section */
section {
    position: relative;
    padding: 80px 0
}

/* color */ 
.color-primary {
    color: #944c82;    
 }
    
.color-accent {
    color: #ff7800;    
 }
    
.bgcolor-secondary {
    background-color: #fdf7f9;    
 }

/* mainv */
main#merit .mainv {
    position: relative;
    margin-top: 0px;
    padding: 8rem 0 3rem;
    background-color: #fdf7f9;
}

@media (min-width:64em) {
	main#merit .mainv {
		margin-top: 88px;
		padding-top: 5rem;
	}
	.lp2022 main#merit .mainv {
		margin-top: 56px;
	}
}
@media (min-width:75em) {
	.lp2022 main#merit .mainv {
		margin-top: 72px;
	}
}
main#merit h1 {
	display: flex;
	align-items: center;
	font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
}

main#merit h1:before,
main#merit h1:after {
	display: block;
    content: "";
	flex-grow: 1;
	height: 1px;
	background: #944c82;
}

main#merit h1:before {
  margin-right: .4em;
}

main#merit h1:after {
  margin-left: .4em;
}

main#merit h1 span {
    position: relative;
    color: #944c82;
	font-size: 1.4em;
    font-weight: 700;
}

.dot_text::before {
    content: "・"; 
    position: absolute;
    top: -0.8em; 
    left: 0;
    color: #944c82;
    font-size: 1em;
}

@media (max-width: 767px) {
main#merit h1 {
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    letter-spacing: 0.05em;
}
    
main#merit h1:before,
main#merit h1:after {
    content: none;
}

main#merit h1 span {
	font-size: 1.2em;
}
} 

/* sec-industry-navi */
#sec-industry-navi {
    padding-top: 0;
}

.industry-navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.industry-navi::before {
    order:1;
}

.industry-navi::before,
.industry-navi::after {
    display: block;
    content: "";
    width: 24%;
} 

.industry-navi li {
    position: relative;
    width: 24%;
    margin-bottom: 1rem;
} 

.industry-navi li::after {
    content: "";
    position: absolute;
    right: 1rem;
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    margin-top: -0.32em;
    border-color: #944c82;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}  

@media (max-width: 1024px) {
.industry-navi li {
    width: 49%;
}
} 
    
@media (max-width: 767px) {
.industry-navi {
    -ms-flex-pack: center;
	justify-content: center;
}
    
.industry-navi li {
    width: 100%;
}
}
    
.industry-navi-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px dotted #944c82;
    background-color: #fff;
    padding: 1rem 2rem 1rem 1rem;
    height: 100%;
}
    
.industry-navi-box figure {
    width: 48px;
    margin-right: 1rem;
}

.industry-navi-box .text {
    flex: 1;
}  
    
.industry-navi-box h3 {
    font-size: 16px;
    line-height: 1.4
} 

.industry-navi-box figure img {
    transition: .3s;
}
.industry-navi-box:hover figure img {
    transform: scale(1.2);
}  
    
.industry-navi-box:hover {
    background-color: transparent;
}
    
@media (max-width: 767px) {
.industry-navi-box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
    
.industry-navi-box figure {
    width: 36px;
    margin-right: 2rem;
}
}

/* industry-merit */
.industry-merit {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    width: 84%;
    padding: 2rem;
    background-color: /*#fdf7f9*/ #fff;
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.industry-merit + .industry-merit {
    margin-top: 4rem;;
} 

.industry-merit:nth-of-type(odd) {
    margin-right: auto;
} 
    
.industry-merit:nth-of-type(even) {
    margin-left: auto;
} 
    
.industry-merit figure {
    margin-right: 5rem;
}
    
.industry-merit figure img {
    width: 80px;
}
    
.industry-merit .text {
    flex: 1;
}  
    
.industry-merit h3 {
    margin-bottom: 2rem;
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 2px dotted #944c82; 
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #944c82;
}

.industry-merit-co + .industry-merit-co {
    margin-top: 3rem;
}

.industry-merit-co .merit-text {
    position: relative;
    margin-bottom: 1rem;
    font-weight: bold;  
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-left: 40px;
}

.industry-merit-co .merit-text::before {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -18px;
    vertical-align: middle;
    content: "“";
    color: #944c82;
    font-family: serif; 
    font-size: 120px;
    line-height: 1;
    opacity: .25;
    z-index: 99;
}

.industry-merit-co .co-name {
    font-style: italic; 
    text-align: right;
}

.industry-merit-co .co-name::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 0.5rem;
    background: #333;
    vertical-align: middle;
}
    
@media (max-width: 1023px) {
.industry-merit {
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
} 
}

@media (max-width: 767px) {
.industry-merit + .industry-merit { 
    margin-top: 3rem;
}
    
.industry-merit figure {
    display: none;
} 
    
.industry-merit .text {
    width: 100%;
} 
    
.industry-merit h3 {
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
}
  
.industry-merit-co .merit-text {
    padding-left: 20px;
    font-size: 1.0em;
}
   
.industry-merit-co .merit-text::before {
    font-size: 80px;
}
} 

/* btn */
.industry-merit .btn-area {
    margin-top: 1rem;
    text-align: right;
}

.industry-merit .btn-arrow {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #944c82;
    font-size: 0.9em;
    text-decoration: none;
    outline: none;
}
   
.industry-merit .btn-arrow::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 15%;
    width: 85%;
    height: 1px;
    background: #944c82;
    transition: all .3s;
}

.industry-merit .btn-arrow::after{
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0; 
    width: 15px;
    height: 1px;
    background: #944c82;
    transform: rotate(35deg);
    transition: all .3s;
}

.industry-merit .btn-arrow:hover::before{
    left:20%;
}

.industry-merit .btn-arrow:hover::after{
    right:-5%;
}

/* top_new.css 調整*/
#sec-logo .contents {
    padding-bottom: 0;
}

.lead_catch {
    margin-top: 0;
}

#sec_cta {
    margin-top: 0;
}

.flex .cnv-btn {
    margin-bottom: 0;
}