@CHARSET "utf-8";

.ui_company_box {
	padding: 15px 20px;
}

.ui_company_box > div {
	margin: 0 0 50px;
}

.ui_company_box > div:last-of-type {
	margin: 0;
}

.ui_company_box > .company_info_wrap {
	display: flex;
    background: #fff;
    padding: 10px;
	position: relative;
}

.ui_company_box > .company_info_wrap.blur::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	backdrop-filter: blur(4px);
}

.ui_company_box > .company_info_wrap > .overlay {
	font-weight: bold;
    width: 100%;
    height: 100%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 2px;
    letter-spacing: 2px;
}

.ui_company_box > .company_info_wrap > .left {
	width: 30%;
    min-width: 300px;
}

.ui_company_box > .company_info_wrap > .left > .logo {
	display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.ui_company_box > .company_info_wrap > .left > .logo > img {
	width: 85%;
	height: 180px;
	max-width: 350px;
    object-fit: contain;
}

.ui_company_box > .company_info_wrap > .left > .kana {
	font-size: 17px;
    margin: 0 0 3px;
}

.ui_company_box > .company_info_wrap > .left > .name {
	font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}

.ui_company_box > .company_info_wrap > .left > .evaluate {
	display: flex;
    align-items: center;
}

.ui_company_box > .company_info_wrap > .left > .evaluate > .start {
	display: flex;
    align-items: center;
}

.ui_company_box > .company_info_wrap > .left > .evaluate > .start > img {
	width: 25px;
	margin: 0 3px 0 0;
}

.ui_company_box > .company_info_wrap > .left > .evaluate > .number {
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.ui_company_box > .company_info_wrap > .left > .evaluate > .count {
	color: #0B88D4;
    font-size: 16px;
    margin: 0 0 0 10px;
}

.ui_company_box > .company_info_wrap > .left > .review {
	margin: 15px 0 0;
}

.ui_company_box > .company_info_wrap > .left > .review > button {
	color: #fff;
	font-size: 14px;
    background: #4AB9BC;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

.ui_company_box > .company_info_wrap > .right {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 20px;
}

.ui_company_box > .company_info_wrap > .right > .col {
	margin: 0 30px 0 0;
	flex: 1;
}

.ui_company_box > .company_info_wrap > .right > .collast-of-type {
	margin: 0;
}

.ui_company_box > .company_info_wrap > .right > .col > .row {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.ui_company_box > .company_info_wrap > .right > .col > .row:last-of-type {
	margin: 0;
}

.ui_company_box > .company_info_wrap > .right > .col > .row > .subject {
	width: 150px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui_company_box > .company_info_wrap > .right > .col > .row > .text {
	flex: 1;
	font-size: 15px;
    padding: 0 10px;
}

.ui_company_box > .company_trade_info_wrap {
    padding: 10px 0;
}

.ui_company_box .title {
	font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-left: 5px solid #2D4F71;
    padding: 0 20px 0 10px;
    margin: 0 0 15px;
}

.ui_company_box.shipper .title {
	border-left-color: #169A9E;
}

.ui_company_box.trucker .trucker {
	border-left-color: #2D4F71;
}

.ui_company_box > .company_trade_info_wrap > .content {
	background: #fff;
    padding: 10px;
   	margin: 15px 0;
}

.ui_company_box > .company_trade_info_wrap > .content > .company_name {
	font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

.ui_company_box > .company_trade_info_wrap > .content > .row {
	display: flex;
    align-items: center;
}

.ui_company_box > .company_trade_info_wrap > .content > .row > .col {
	font-size: 15px;
	display: flex;
    align-items: center;
}

.ui_company_box > .company_trade_info_wrap > .content > .row > .col > .subject {
	font-weight: bold;
    padding: 5px 10px;
    background: #E8E8E8;
}

.ui_company_box > .company_trade_info_wrap > .content > .row > .col > .text {
	padding: 5px 10px;
    margin: 0 20px 0 0;
}

.ui_company_box > .company_trade_info_wrap > .content > .row > .col > .text > .unit {

}

.ui_company_box > .chat_box_wrap {
	
}

.ui_company_box > .chat_box_wrap > .title {
	border-left-color: #E1AD6A;
}

.ui_company_box > .chat_box_wrap > .content {
	display: flex;
	align-items: center;
}

.ui_company_box > .chat_box_wrap > .content > .left {
	width: 60%;
	margin: 0 50px 0 0;
}

.ui_company_box > .chat_box_wrap > .content > .right {
	width: 40%;
}

.aj-forum {
	width: 100%;
    height: 500px;
    padding: 20px 20px 0 20px;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    overflow-y: auto;
}

.aj-forum li {
	margin-bottom: 20px;
}

.aj-already-read {
	color: #333;
	font-weight: bold;
}

.aj-datetime {
	margin: 0 5px;
	color: #888;
}

.aj-message {
	font-size: 15px;
	max-width: 80%;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: left;
	display: inline-block;
}

.aj-message.about_estimate {
	border: 2px solid #D20707;
}

.aj-message > span {
	font-size: 16px;
	margin: 0 0 10px;
}

.aj-message.mine {
	background: #4682B4;
	color: white;
}

.aj-message > span.fa-user:before {
	font-size: 20px;
	margin: 0 5px 0 0;
}

.aj-forum a {
	color: #888;
}

.aj-forum a:hover {
	color: red;
}

.inquiry-status {
	
}

.inquiry-status > div:first-of-type {
	font-size: 16px;
}

.inquiry-status > div:last-of-type {
	margin: 10px 0 0;
    display: flex;
    align-items: center;
}

.chat-body {
	margin: 20px 0 0;
}

.chat-body > li > div:first-of-type {
	font-size: 15px;
	margin: 0 0 2px;
}

.chat-body > li > div:last-of-type {
	margin: 15px 0 0;
    text-align: center;
}

.chat-body > li > textarea{
	font-size: 15px;
}

.chat-body > li > .about_estimate {
	font-size: 15px;
}

.chat-body > li > .about_estimate > div {
	color: #f00;
}

.chat-body > li > .custom_checkbox {
	display: unset;
}

@media screen and (max-width: 1200px) {
	
	.ui_company_box > .company_info_wrap > .left > .kana {
		font-size: 15px;
	}
	
	.ui_company_box > .company_info_wrap > .left > .name {
		font-size: 23px;
	}
	
	.ui_company_box > .company_info_wrap > .left > .evaluate > .start > img {
		width: 20px;
	}
	
	.ui_company_box > .company_info_wrap > .left > .evaluate > .number {
		font-size: 16px;
	}
	
	.ui_company_box > .company_info_wrap > .left > .evaluate > .count {
	    font-size: 15px;
	}
	
	.ui_company_box > .company_info_wrap > .right > .col {
		flex: unset;
		width: 100%;
	}
	
	.ui_company_box > .company_info_wrap > .right > .col:first-of-type {
		margin: 0 0 10px;
	}
	
	
	
	
	
	
	
	
	
}