@charset "utf-8";

/*==========================================
contentsのスタイル -> biz-common
===========================================*/

.main {
    width: 700px;
    float: left;
}

.sub {
    width: 240px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.mainSiteTitle {
    font-size: 20px;
    background-color: #222D3B;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
}

.civiltext {
    display: flex;
    /* justify-content: space-evenly; */
}

.civiltext p {
    font-size: 14px;
}

.textleft {
    
    margin-left: 120px;
    margin-right: 220px;
}

.textright {
    margin-left: 90px;
}

/*==========================================
contentsのスタイル -> biz-common-sideMenu
===========================================*/

.sub img {
    width: 240px;
    margin: 20px 0;
}

#sideMenu {
    margin: 0 auto;
}

#sideMenu li {
    width: 100%;
    vertical-align: middle;
    border-bottom: solid 1px #B5B5B6;
}

#sideMenu li a {
    display: block;
    padding: 20px;
    color: #000;
    background-image: url(/corporate/data/images/company/right.png);
    background-repeat: no-repeat;
    background-position: 90%;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

#sideMenu li a:hover {
    color: #fff;
    background: #222D3B;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li a.active {
    color: #fff;
    background-color: #222D3B;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li.sideMenuTop a {
    color: #fff;
    background-color: #C73D29;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

#sideMenu li.sideMenuTop a:hover {
    opacity: 0.8;
}

/* biz_sub_menu */

#sideMenu .bizSub a {
    color: #fff;
    background-color: #222D3B;
    background-image: url(/corporate/data/images/company/right2.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

/* biz_sub_menu */

/*==========================================
contentsのスタイル -> biz.html
===========================================*/

.bizWrapper {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
}


.biz {
    float: left;
    width: 300px;
    background-color: #fff;
    text-align: center;
    margin: 0 10px;
    margin-top: 40px;
}

.biz_1 {
    width: 300px;
    height: 218px;
    /* 画像拡大 */
    overflow: hidden;
}

.biz_2 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
}

.biz_3 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    text-align: left;
}

.biz_4 {
    color: #D06328;
    font-weight: bold;
}

.bizBtn {
    width: 300px;
    margin: 20px 0;
    text-align: center;
}

.biz .square_btn {
    display: inline-block;
    padding: 1em;
    padding-right: 60px;
    text-decoration: none;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

.biz .square_btn:hover {
    background: #C73D28;
    color: white;
}

/*==========================================
contentsのスタイル -> construction.html
===========================================*/

.construction {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
}

.construction_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.constructionLeft {
    float: left;
    width: 300px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.constructionRight img {
    margin-top: 20px;
    margin-left: 40px
}

.constructionLeft_1 img {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.constructionRight_1 {
    float: right;
    width: 500px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.construction .square_btn {
    display: inline-block;
    text-decoration: none;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    padding: 1em 60px;
    margin-top: 30px;
    margin-left: 50px;
}

.construction .square_btn:hover {
    background: #C73D28;
    color: white;
}

/*==========================================
contentsのスタイル -> srf.html
===========================================*/

.srfWrapper {
    width: 660px;
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
    font-size: 14px;
}

.srf {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.srfleft {
    width: 440px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.srfRight {
    width: 200px;
    float: right;
    margin-top: 20px;
}

.srfRight img {
    width: 100%;
    height: auto;
}

.srf_1 {
    font-size: 16px;
    color: #C73E29;
}

.srf_1_1 {
    margin-top: 20px;
}

.srfleft_1 {
    width: 380px;
    float: left;
    margin-right: 20px;
    line-height: 20px;
}

.srfRight_1 {
    width: 260px;
    float: right;
    margin-top: 20px;
}

.srfRight_1 img {
    width: 100%;
    height: auto;
}

.srf_2 {
    line-height: 20px;
}

.srf_3 {
    margin-top: 20px;
    line-height: 20px;
}

.srf_4_1 {
    width: 622px;
    height: 163px;
    margin: 50px auto;
}

.srf_4_1 li {
    float: left;
    margin: 0 10px;
}

.srf_4_2 {
    width: 448px;
    height: 163px;
    margin-left: 80px;
}

.srf_4_2 li {
    float: left;
    margin: 0 10px;
}

.srf_4_3 {
    padding-top: 70px;
}

/*==========================================
contentsのスタイル -> civil.html
===========================================*/

.civil {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
}

.civil_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.civilLeft {
    float: left;
    width: 300px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.civilRight img {
    margin-top: 20px;
    margin-left: 40px
}

.civilLeft_1 img {
    float: left;
    margin-top: 20px;
    margin-left: 2px;
}

.civilRight_1 {
    float: right;
    width: 300px;
    margin-top: 20px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
}

.civil_2 {
    margin: 20px 0 5px;
}

.civil_3 {
    border: solid 1px #000;
    padding: 10px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
}

.civilRight_2 {
    float: right;
    margin-top: 90px;
    margin-right: 30px;
}


.civilCenter img {
    width:630px;
    height: 198px;
    margin: 20px 2px 0 0;
}

/*==========================================
contentsのスタイル -> estate.html
===========================================*/

.estate {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.estate_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.estateLeft {
    float: left;
    width: 300px;
    margin-top: 40px;
}

.estateRight img {
    margin-top: 20px;
    margin-left: 40px
}

.estate_2 {
    margin: 20px 0;
}

.estate_3 {
    font-size: 12px;
    padding-left: 50px;
}

.estate_4_1 {
    margin: 20px 0 5px;
}

.estate_4_2 {
    border: solid 1px #000;
    padding: 10px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
}

.estate .square_btn {
    display: inline-block;
    text-decoration: none;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    margin: 20px 0;
    padding: 1em 60px;
}

.estate .square_btn:hover {
    background: #C73D28;
    color: white;
}

/*==========================================
contentsのスタイル -> estate_land.html
===========================================*/

.estate_land {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.estate_land_1 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.estate_land_2 {
    margin-top: 20px;
    padding-left: 30px
}

.estate_land_3 {
    font-size: 16px;
    color: #C73E29;
    margin-top: 20px;
}

/*==========================================
contentsのスタイル -> reform.html
===========================================*/

.reform {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 20px;
}

.reform_1 {
    width: 600px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.reformLeft {
    float: left;
    width: 300px;
    margin-top: 20px;
}

.reformRight img {
    margin-top: 20px;
    margin-left: 40px
}

.reform_2 {
    margin: 20px 0;
}

.reform_3 img {
    margin: 0 18px;
}

.reform_4 {
    padding-top: 20px;
    padding-left: 20px;
}

.reform_4Left {
    float: left;
}

.reform_4Left p {
    font-size: 30px;
    font-weight: bold;
    color: #E57C22;
}

.reform_4Left img {
    vertical-align: bottom;
    height: 25px;
    padding-right: 5px;
}

.reform_4Right {
    float: left;
    font-size: 12px;
    color: #E57C22;
    line-height: 012px;
    padding-left: 10px;
}

/*==========================================
contentsのスタイル -> reform.html ※追加分
===========================================*/

a.reform_2004 {
    display: inline-block;
    border: solid 1px #000;
    padding: 15px;
    margin-top: 25px;
    margin-left: 50px;
}

a.reform_2004:hover {
    background-color: #000;
    color: #fff;
    opacity: 1.0;
}

/*==========================================
contentsのスタイル -> energy.html
===========================================*/

.energy {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 20px;
}

.energy_1 {
    width: 600px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
}

.energy_2 {
    width: 290px;
    float: left;
}

.energy_3 {
    width: 290px;
    float: right;
}

.energy_2 p {
    padding: 10px 0;
}

.energy_3 p {
    padding: 10px 0;
}

/*==========================================
contentsのスタイル -> works.html
===========================================*/

.containerWorks {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.mainWorks {
    width: 700px;
    float: left;
}

.mainWorks a:hover {
    opacity: 1.0;
}

.works {
    padding-top: 30px;
}

.tp-info_br {
    display: block;
}
