/*2603 TOPページ*/
.top-entry .bt_green{
  background-color: rgb(81, 201, 93) !important;
}
.top-entry .oubo_icon {
  width:84px !important;
}

.top-entry .text_wt {
  color: #fff !important;
  margin-bottom: 30px;
}

/*.top-entry .mt100 {
  padding: 100px 0 0 0;
}*/


/*********2603 会社概要ページ*******/
#company01 p:last-of-type {
    text-align: right;
    /*元 margin-bottom: 125px;*/
    margin-bottom: 0px;
}
/**********/
/* 親コンテナの指定 */
#company01 .greeting-text {
    overflow: hidden; 
    line-height: 1.6;
    margin: 50px 0 100px; 
}

/* 画像の配置設定 */
#company01 .greeting-text img {
    float: right; 
    margin-left: 20px; 
    margin-bottom: 10px; 
    max-width: 400px; 
    height: auto;
}
@media (max-width: 600px) {
    #company01 .greeting-text img {
        float: none;
        display: block;
        margin: 0 auto 20px; /* 中央寄せにして下に余白を作る */
        max-width: 100%;
    }
}
/**********/

