@charset "utf-8";

/**
 *
 *  企業情報 共通
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   page-title
---------------------------------------------------------------------------*/

.page-title-cmn{
/*	background:url(../images/common/bg_pagetitle_rp.png) repeat-x;*/
	background:#fffff0 no-repeat 50% 0;
}
.page-title-cmn-outline{
	background:url(../images/common/bg_pagetitle_fx.jpg) no-repeat 50% 0;

}
@media (max-width: 767px) {
    img {
        display: block;
        width: 100%;
        height: auto;
    }
    .page-title-cmn-inline {
        position: unset;
    }
    .page-title-cmn-outline{
        background:url(../images/common/bg_pagetitle_fx_ud_sp.jpg) no-repeat;
        background-size: cover;
        height: auto;
        width: 100%;
        padding: 25.33% 0 0 0;
        position: relative;
}
.page-title-cmn h1 {
padding: 0 15px 0;
position: absolute;
display: flex;
justify-content: flex-start;
width: 100%;
top: 45%;
left: 0;
margin: auto;
transform: translateY(-50%);
box-sizing: border-box;
}
.page-title-cmn h1 img {
display: block;
width: auto;
height: 35px;
}
}


/*--------------------------------------------------------------------------
   title-type
---------------------------------------------------------------------------*/

.title-type01-cmn{
	padding:0 0 10px;
	border-bottom:3px solid #FB485B;
	font-size:143%;
	font-weight:bold;
}

