@charset "utf-8";
/* レイアウトのためのCSS */

/* beans_pdf */

#beans_pdf{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #beans_pdf{
        margin:0 0 50px 0;
    }
    
}

#beans_pdf .img{
    width:45%;
    min-height: 300px;
    background:url("../img/header_pic.jpg") no-repeat center;
    background-size: cover;
}

#beans_pdf .content{
   width:50%; 
    text-align: left;
}

@media screen and (max-width:768px) {
  #beans_pdf .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#beans_pdf .content{
   width:100%; 
    text-align: left;
}  
}

#beans_pdf h2{
    color:#d71e23;
    margin:0 0 30px 0;
}

#beans_pdf p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#beans_pdf .beans_pdf-lead{
    position: relative;
    color:#d71e23;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#beans_pdf .beans_pdf-lead{
    font-size:1rem;
    }
    
}

#beans_pdf .beans_pdf-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    left:0;
    background:#d71e23;
    width:12em;
    height: 3px;
}

/* Business_top */

#Business_top{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #Business_top{
        margin:0 0 50px 0;
    }
    
}

#Business_top .img{
    width:45%;
    min-height: 300px;
    background:url("../img/header_pic.jpg") no-repeat center;
    background-size: cover;
}

#Business_top .content{
   width:50%; 
    text-align: left;
}

@media screen and (max-width:768px) {
  #Business_top .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#Business_top .content{
   width:100%; 
    text-align: left;
}  
}

#Business_top h2{
    color:#d71e23;
    margin:0 0 30px 0;
}

#Business_top p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#Business_top .Business_top-lead{
    position: relative;
    color:#d71e23;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#Business_top .Business_top-lead{
    font-size:1rem;
    }
    
}

#Business_top .Business_top-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    left:0;
    background:#d71e23;
    width:12em;
    height: 3px;
}

/* business */

#business h2{
    text-align: center;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#business h2{
    margin:0 0 50px 0;
    }
}

#business h2 span.bgLRextend::before{
    background:#333;
}


#business .business-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#business .business-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #business .business-area{
    margin:0 0 50px 0;   
}
   
}

#business .business-area::after{
     content:'';
    position: absolute;
    width: 90%;
    height: 90%;
    background:#f3f3f3;
    right:10%;
    top:5%;
    z-index: -1;
}


#business .business-area .img{
    width:35%;
    top:0px;
    position: relative;
}

#business .business-area .content{
    width:60%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width:768px) {
#business .business-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#business .business-area .img{
    width:100%;
    z-index: 2;
    position: static;
	padding: 0 0 50px;
}
#business .business-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#business .business-area .content-area{
    padding:40px;   
}

#business .business-area .content-area h3{
     text-align: center;
    font-size: 1.5rem;
    margin: 0 0 30px 0;
}

#business .business-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#business .business-area .content-area p{
     margin:0 0 30px 0;   
}

#business .btn{
    text-align: right;
}
