@charset "UTF-8";
.company-title{
width: 80%;
max-width: 128px;
height: auto;
}

.company-subtitle{
margin-top: 80px;
}

.company-subtitle:first-child{
margin-top: 0;
}

.message{
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.message .item{
flex-basis: 48%;
font-size: 14px;
line-height: 2em;
}

.message .item img{
width: 100%;
height: auto;
}

.message .item p.sign{
text-align: right;
font-weight: bold;
font-size: 18px;
}

table.company-table{
width: 100%;
margin-top: 50px;
}

table.company-table:last-child{
margin-bottom: 80px;
}

table.company-table tr th{
width: 90px;
padding: 20px 0;
color: #f08954;
font-weight: bold;
vertical-align: middle;
border-bottom: 1px solid #f7c4a9;
position: relative;
}

table.company-table tr th:after{
content: "｜";
color: #f7c4a9;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

table.company-table tr td{
border-bottom: 1px solid #f7c4a9;
vertical-align: middle;
padding: 20px 20px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
.company-title{
width: 40%;
max-width: 128px;
height: auto;
}

.company-subtitle{
margin-top: 50px;
}

.message{
padding-top: 50px;
display: block;
}

.message .item{
flex-basis: auto;
font-size: 14px;
line-height: 2em;
}

.message .item img{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.message .item p.sign{
padding-top: 15px;
text-align: right;
font-weight: bold;
font-size: 18px;
}

table.company-table{
width: 100%;
margin-top: 20px;
}

table.company-table:last-child{
margin-bottom: 50px;
}

table.company-table tr th{
display: block;
width: inherit;
padding: 20px 10px 10px;
color: #f08954;
font-weight: bold;
vertical-align: middle;
border-bottom: 0;
position: relative;
}

table.company-table tr th:after{
display: none;
}

table.company-table tr td{
display: block;
border-bottom: 1px solid #f7c4a9;
vertical-align: middle;
padding: 0px 10px 20px;
line-height: 1.8em;
}

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

