.hc_mvSub{
    background: url(../company/images/mvSub_img03.png) no-repeat center center/cover;
}

.company_address{
    padding: 70px 0 90px;
}

.cd_info{
    margin-top: 39px;
}

.cd_ilbox,
.cd_irbox{
    float: left;
    width: 48.6%;
    padding: 30px 50px 20px 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #899baf;
}

.cd_ilbox{
    margin-right: 2.8%;
}

.cd_itit{
    font-size: 2.8rem;
    font-weight: bold;
    color: #004898;
    margin-bottom: 16px;
}

.cd_itxt{
    font-size: 1.6rem;
    line-height: 1.75;
}

.cd_ilink{
    font-size: 2.4rem;
    font-weight: bold;
    color: #004898;
}
.cd_ilink:hover{
    text-decoration: underline;
}

.cd_mb10 {
    margin-bottom: 10px;

}

.cp_mapbox{
    position: relative;
    margin-top: 45px;
}

.cp_mapbox>img{
    display: block;
	width: 100%;
}

#map{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company_profile{
    background: url(../company/images/company_bg01.png) no-repeat center center/cover;
    padding: 75px 0 100px;
}

.cp_list{
    margin-top: 35px;
}

.cp_list li{
    display: table;
    width: 100%;
    margin-bottom: 14px;
}

.cp_list li:last-of-type{
    margin-bottom: 0;
}

.cp_tit,
.cp_txt{
    display: table-cell;
    vertical-align: middle;
}

.cp_tit{
    width: 137px;
    padding: 8px 10px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #899baf;
}

.cp_txt{
    font-size: 1.6rem;
    padding: 8px 19px 5px;
    background-color: #ffffff;
}
.cp_txt br{
	display: none;
}
.cp_txt a{
    color: #000000;
    text-decoration: none;
}
.cp_txt a:hover{
    color: #004898;
}

@media only screen and (max-width: 1024px) {
	
	.cp_mapbox {
	    position: relative;
	    margin-top: 40px;
	}
	.cd_ilbox, .cd_irbox {
	    width: 49%;
	    padding: 30px 20px 20px;
	}
	.cd_ilbox {
	    margin-right: 2%;
	}
	
	
}

@media only screen and (max-width: 768px) {
    .company_address {
        padding: 60px 0 60px;
    }

    .cd_ilbox, .cd_irbox {
        width: 49%;
        padding: 30px 20px 20px 20px;
    }

    .cd_ilbox {
        margin-right: 2%;
    }

    .cd_itit {
        font-size: 2.4rem;
    }

    .cd_ilink {
        font-size: 2.2rem;
    }

    .company_profile {
        padding: 60px 0 80px;
    }

    .cp_mapbox{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 500px) {
	.cp_txt br{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
    .company_address {
        padding: 40px 0;
    }

    .cd_info{
        margin-top: 30px;
    }

    .cd_ilbox, .cd_irbox {
        float: none;
        width: 100%;
        padding: 25px 15px;
    }

    .cd_ilbox{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cd_itit {
        font-size: 2rem;
    }

    .cd_ilink {
        font-size: 1.8rem;
    }

    .cd_itxt {
        font-size: 1.4rem;
    }

    .company_profile {
        padding: 40px 0;
    }

    .cp_list {
        margin-top: 30px;
    }

    .cp_tit{
        width: 90px;
        font-size: 1.5rem;
    }

    .cp_txt{
        font-size: 1.4rem;
    }

    .cp_mapbox{
        margin-top: 30px;
    }
	
	.cp_mapbox>img{
	    height: 260px;
	}

}