@charset "utf-8";/* CSS Document */

.header2 {
    position: relative;           /* 要素の配置を相対座標に指定 */
    width: 100%;
    height: 0%;
    padding-bottom: 100%;
    background: url(../img/business/hero_business.jpg) no-repeat center center/cover;
}


@media print, screen and (min-width: 768px) {
   .header2 {
     height: 400px;            /* 要素の高さを400pxに */
     padding-bottom: 0;        /* 内余白の下部を0pxに */
   }
}






.main {
}

.wrapper {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 4%;
    padding-left: 4%;
}

.lead-business{
    text-align: ;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 30px;
    padding-bottom: 15px;
	background: #B9DCED;
	border:0;
	padding: 6px;
}



.lead-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

}

.related {
    padding-top: 10px;
    padding-bottom: 10px;
}


.work {
    padding-top: 10px;
    padding-bottom: 30px;
}

.jump{
    text-align: right;
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-color: #D7347A; 

}