/*** 企業情報トップ ***/
#pageColumn #aboutus_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pageColumn #aboutus_top a {
    display: block;
    width: 32%;
    position: relative;
    margin-bottom: 20px;
}
#pageColumn #aboutus_top a h2 {
    color: white;
    font-size: 34px;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0 ,0, 0.33);
    height: 44px;
    line-height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
#pageColumn #aboutus_top a .frame {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
#pageColumn #aboutus_top a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#pageColumn #aboutus_top a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}
@media screen and (max-width:980px) {
    #pageColumn #aboutus_top a h2 {
        font-size: 30px;
        height: 40px;
        line-height: 43px;
    }
}
@media screen and (max-width:850px) {
    #pageColumn #aboutus_top a h2 {
        font-size: 26px;
        height: 34px;
        line-height: 37px;
    }
}
@media screen and (max-width:740px) {
    #pageColumn #aboutus_top a {
        width: 49%;
    }
}
@media screen and (max-width:520px) {
    #pageColumn #aboutus_top a h2 {
        font-size: 22px;
        height: 28px;
        line-height: 30px;
    }
}
@media screen and (max-width:430px) {
    #pageColumn #aboutus_top a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}



/*** ごあいさつ ***/
#pageColumn #message_text {
    line-height: 32px;
}
#pageColumn #president {
    font-size: 17px;
    text-align: right;
    margin-bottom: 50px;
}
#pageColumn #president span {
    font-size: 20px;
}
#pageColumn #president br {
    display: none;
}
@media screen and (max-width:580px) {
    #pageColumn #message_text {
        line-height: 30px;
    }
    #pageColumn #president {
        font-size: 16px;
    }
    #pageColumn #president span {
        font-size: 16px;
    }
}
@media screen and (max-width:480px) {
    #pageColumn #president br {
        display: inline;
    }
}


/*** 会社概要 ***/
#pageColumn #profile {
    border-collapse: collapse;
    width: 98%;
    margin-left: 1%;
    border: 1px solid #A2A2A2;
    margin-top: 25px;
    margin-bottom: 50px;
}
#pageColumn #profile tr th{
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    border: 1px solid #A2A2A2;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
    width: 150px;
}
#pageColumn #profile tr td {
    font-size: 15px;
    line-height: 27px;
    border: 1px solid #A2A2A2;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 6px;
    vertical-align: top;
}
#pageColumn #profile tr td #space {
    display: inline-block;
    line-height: 12px;
}
#pageColumn #profile tr td br.sp {
    display: none;
}
#pageColumn #profile tr.even th,
#pageColumn #profile tr.even td {
    background-color: #f2f2f2;
}
@media screen and (max-width:640px) {
    #pageColumn #profile tr th {
        width: 80px;
        padding-left: 5px;
    }
    #pageColumn #profile tr th br.c_640 {
        display: none;
    }
    #pageColumn #profile tr td {
        padding-left: 5px;
        padding-right: 0;
    }
}
@media screen and (max-width:530px) {
    #pageColumn #profile tr td br.sp {
        display: inline;
    }
}

/*** 沿革 ***/
#pageColumn #history {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
#pageColumn #history th {
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
#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: 155px;
    }
}
@media screen and (max-width:640px) {
    #pageColumn #history th {
        width: 105px;
        text-align: left;
    }
}



/*** グループ会社 ***/
#pageColumn .gr_profile {
    border-collapse: collapse;
    width: 98%;
    margin-left: 1%;
    border: 1px solid #A2A2A2;
    margin-top: 25px;
    margin-bottom: 45px;
}
#pageColumn .gr_profile tr th{
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    border: 1px solid #A2A2A2;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
    width: 150px;
    background-color: #f2f2f2;
}
#pageColumn .gr_profile tr td {
    font-size: 15px;
    line-height: 27px;
    border: 1px solid #A2A2A2;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
}
#pageColumn .gr_profile tr td br.sp {
    display: none;
}
#pageColumn .gr_profile tr td #space {
    display: inline-block;
    line-height: 12px;
}
@media screen and (max-width:640px) {
    #pageColumn .gr_profile tr th {
        width: 80px;
        padding-left: 5px;
    }
    #pageColumn .gr_profile tr td {
        padding-left: 5px;
    }
}
@media screen and (max-width:530px) {
    #pageColumn .gr_profile tr td br.sp {
        display: inline;
    }
}






/*** アクセス ***/
#pageColumn #wrap_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#pageColumn #wrap_head #wrap_pic {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
#pageColumn #wrap_head #wrap_pic #overview {
    width: 49%;
}
#pageColumn #wrap_head #wrap_pic #entrance {
    width: 49%;
    padding-top: 100px;
}
#pageColumn #wrap_head #wrap_pic #entrance img {
    width: 100%;
}
#pageColumn #wrap_head #wrap_pic #entrance p {
    text-align: center;
}
#pageColumn #wrap_head #address_access {
    width: 48%;
}
#pageColumn #wrap_head #address_access #address {
    margin-bottom: 50px;
}

#pageColumn .wrap_map {
	width: 100%;
	height: 600px;
	border: solid 1px #006E54;
    margin-bottom: 20px;
}
#pageColumn .wrap_map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:730px) {
    #pageColumn #wrap_head #wrap_pic {
        width: 100%;
        margin-bottom: 15px;
    }
    #pageColumn #wrap_head #address_access {
        width: 100%;
    }
}
@media screen and (max-width:680px) {
	#pageColumn .wrap_map {
		height: 500px;
	}
}




/*** お知らせ一覧 ***/
.notice_list {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 45px;
}
.notice_list dt {
    color: #1F5BA3;
    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.info {
    background-color: #5A85B9;
}
.notice_list dt span.exh {
    background-color: #F15A24;
}
.notice_list dt span.rec {
    background-color: #f7931e;
}
.notice_list dt span.prod {
    background-color: #D92D53;
}
.notice_list dd {
    font-size: 16px;
    line-height: 28px;
    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 br.e440 {
    display: none;
}
@media screen and (max-width:440px) {
    #pageColumn br.e440 {
        display: inline;
    }
}

#pageColumn .p_list > li {
	line-height: 26px;
	margin-bottom: 15px;
}

#pageColumn ul.ul_sub {
    margin-left: 20px;
}
#pageColumn ul.ul_sub2 {
    margin-left: 30px;
}
#pageColumn ol.ol_sub {
    margin-left: 20px;
}
#pageColumn .ol_sub > li {
    list-style: none;
    counter-increment: cnt;
}
#pageColumn .ol_sub > li::before {
    content: "("counter(cnt)")";
}
#pageColumn ol.ol_alfa {
    list-style-type: lower-alpha;
}
#pageColumn ol.ol_roman {
    list-style-type: lower-roman;
    margin-bottom: 0;
}
@media screen and (max-width:640px) {
    #pageColumn ul.ul_sub {
        margin-left: 10px;
    }
    #pageColumn ol.ol_sub {
        margin-left: 10px;
    }
}


/*** マージン率 ***/
.margin {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-top: 1px solid #a0a0a0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.margin th {
    font-size: 16px;
    text-align: left;
    height: 40px;
    line-height: 42px;
    padding-left: 10px;
    border-bottom: 1px solid #c0c0c0;
}
.margin th br {
    display: none;
}
.margin td {
    font-size: 16px;
    text-align: left;
    height: 40px;
    line-height: 42px;
    border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width:700px) {
    .margin th {
        font-size: 15px;
        line-height: 22px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .margin th br {
        display: inline;
    }
    .margin td {
        font-size: 15px;
         line-height: 22px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}










