@charset "utf-8";


/* 全ページ共通
*****************************************************/
.post{
padding: 32px;
}

.post2{
padding: 20px 0 0;
text-align: center;
}

.komidashi{
	color: #3e814e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0;
}
.midashi{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	color: #3e814e;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 0;
    border-bottom: solid 4px #3e814e;
}
table.tablecss {
    width: 80%;
    margin:20px 0px 50px;
    border-top: 1px solid #80c269;
    border-left: 1px solid #80c269;
    border-spacing:0px;
    margin-left: auto;
 	margin-right: auto;
    table-layout: fixed;

}
table.tablecss tr th,table.tablecss tr td {
    /*「,（カンマ）」で区切って複数のセレクタを指定しています*/
    font-size: 20px !important;
    border-bottom: 1px solid #80c269;
    border-right: 1px solid #80c269;
    padding: 20px;
}
table.tablecss tr th {
    background: #acd598;
}
table.tablecss td {
    background: #fff;
}
table.tablecss th {
    width: 200px;
}

/* 採用情報ページ
------------------------------------------------------------*/
.recruit_title{
	text-align: center;

}



/* 会社情報
------------------------------------------------------------*/
.aisatsu_box {
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #3e814e;
}
.aisatsu {
    padding: 20px 0 20px 20px;
    font-size: 18px;
    width: 58%;
    float: left;
}
.wappen {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}
.name {
    margin-left: 460px;
    padding: 20px;
    font-size: 18px;
    bottom: 20px;
}


/* 業務内容
------------------------------------------------------------*/
#wrapper3 {
    margin:0 auto;
    width:960px;
    height: 650px;
}
.business_outline_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.business_outline {
    width:284px;
    padding: 10px;
    background-color: #fefde5;
}

.business_outline2 {
    width:284px;
    padding: 10px;
    background-color: #fefde5;
}

.business_thumb {

}

.business_title {
    color: #3e814e;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 0;
}

.subtitle {
    color: #3e814e;
    font-size: 15px;
    padding: 0 5px 0;
}

.Consultation {
    width: 440px;
    float: left;
}

.Consultation_text {
    padding: 15px 0 15px;
    font-size: 18px;
    line-height: 170%;
    color: #444;
}

.business_cta {
    /*float: right;*/
    margin-bottom: 50px;
}
.business_text {
    font-size: 90%;
}

/* お問い合わせ
------------------------------------------------------------*/
#max_bg_for_contact{
    width: 100%;
    background-color: #fefde5;
}
.cta_for_contact {
    padding-top: 50px;
}
.contact_text {
    padding: 30px 0 0 0;
    color: #3e814e;
    font-size: 18px;
    text-align: center;
}
