/*** 共通 ***/
#pageColumn p.catch {
    color: #f15a24;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}


/*** ISO認証 ***/
#mark_eco_stage {
    width: 20%;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}
@media screen and (max-width:580px) {
    #mark_eco_stage {
        float: none;
        display: block;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*** 会社概要・沿革 ***/
#profile_tbl_exp {
    display: none;
}
#profile_tbl {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
#profile_tbl table {
    width: 100%;
    border-collapse: collapse;
}
#profile_tbl table th {
    font-size: 15px;
    line-height: 23px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    vertical-align: top;
    width: 120px;
}
#profile_tbl table td {
    font-size: 15px;
    line-height: 23px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}
#profile_tbl table td .sq {
    font-size: 10px;
    vertical-align: text-top;
    display: inline-block;
    margin-top: -3px;
}
.qualification {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qualification span {
    width: 49%;
}
@media screen and (max-width:970px) {
    #profile_tbl table th {
        width: 100px;
    }
}
@media screen and (max-width:680px) {
    .qualification span {
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    #profile_tbl_exp {
        display: block;
    }
    #profile_tbl {
        overflow-x: scroll;
    }
    #profile_tbl table {
        width: 570px;
    }
}

#pageColumn #history {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#pageColumn #history th {
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    width: 120px;
}
#pageColumn #history th,
#pageColumn #history td {
    line-height: 26px;
    padding-top: 9px;
    padding-bottom: 7px;
    border-bottom: 1px solid #c2c2c2;
}
#pageColumn #history th.top,
#pageColumn #history td.top {
    border-top: 1px solid #c2c2c2;
}
#pageColumn #history td {
    padding-left: 10px;
}
@media screen and (max-width:790px) {
    #pageColumn #history th {
        width: 95px;
    }
}
@media screen and (max-width:640px) {
    #pageColumn #fig_history {
        width: 96%;
        margin-left: 2%;
    }
    #pageColumn #history th {
        width: 60px;
    }
}


/*** アクセス ***/
#pageColumn .wrap_map {
	width: 100%;
	height: 600px;
	border: solid 1px #808080;
    margin-bottom: 24px;
    box-sizing: border-box;
}
#pageColumn .wrap_map iframe {
    width: 100%;
    height: 100%;
}
#pageColumn .access_exp {
    margin-bottom: 50px;
}
@media screen and (max-width:720px) {
	#pageColumn .wrap_map {
		height: 500px;
	}
}

#pageColumn div.mbs {
    margin-bottom: 10px;
}


/*** お知らせ一覧 ***/
.notice_list {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 45px;
}
.notice_list dt {
    color: #1F5BA3;
    color: #606060;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
.notice_list dt span {
    color: white;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 28px;
    line-height: 30px;
    margin-left: 14px;
}
.notice_list dt span.notice {
    background-color: #5A85B9;
}
.notice_list dt span.exhibition {
    background-color: #F15A24;
}
.notice_list dt span.recruit {
    background-color: #29ABE2;
}
.notice_list dt span.product {
    background-color: #D92D53;
}
.notice_list dd {
    font-size: 15px;
    line-height: 27px;
    margin-left: 220px;
    margin-top: -28px;
    margin-bottom: 12px;
}
@media screen and (max-width:680px) {
    .notice_list dd {
        font-size: 15px;
        line-height: 26px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 14px;
    }
}


/*** 個別お知らせ  ***/
#pageColumn #ind_cate {
    color: white;
    font-size: 16px;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 32px;
    margin-top: 12px;
}
#pageColumn p.notice {
    background-color: #5A85B9;
}
#pageColumn p.exhibition {
    background-color: #F15A24;
}
#pageColumn p.recruit {
    background-color: #29ABE2;
}
#pageColumn p.product {
    background-color: #D92D53;
}
#pageColumn #pic1,
#pageColumn #pic2 {
	width: 35%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#pageColumn #pic1_w,
#pageColumn #pic2_w {
	width: 90%;
	margin-left: 5%;
	margin-top: 26px;
	margin-bottom: 20px;
}
#pageColumn #info_list {
    color: white;
    font-size: 16px;
    display: block;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 42px;
    background-color: #d93940;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
@media screen and (max-width:550px) {
	#pageColumn #pic1,
	#pageColumn #pic2 {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 10px;
	}
}













