@charset "UTF-8";

.linq {
	color: #040000;
	text-align: center;
	background: url('/image/pc/other/linq/linq2_bg.jpg');
}
.linq h1 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: #ffffff;
}
.text01 {
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0 20px 0;
	background-color: #ffffff;
}
.linq-img {
	background-color: #ffffff;
}
.linq-color01 {
	color: #e95605;
}

.chat {
	overflow: hidden;
	padding-bottom: 20px;
}

.chat-box {
	width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
/* ------------- 左チャットボックス　ここから ------------- */

.chat-left {
	float: left;
	padding-right: 20px;

}
.chat-head-blue {
	background-color: #32aff5;
	overflow: hidden;
	height: 34px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.chat-head-left {
	color: #ffffff;
	float: left;
	padding-left: 10px;
	line-height: 34px;
}
.chat-head-right {
	float: right;
	padding-right: 10px;
	line-height: 28px;
}
.chat-left p {
	color: #32aff5;
	font-size: 21px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.linq-size01 {
	font-size: 33px;
	font-weight: bold;
}

.chat-left dl {
	background-color: #ffffff;
	border: solid 3px #32aff5;
	padding-top: 30px;
	width: 380px;
	height: 321px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.linq-staff {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 19px;
}
.linq-user {
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	font-size: 19px;
}


/* ------------- 左チャットボックス　ここまで ------------- */

/* ------------- 右チャットボックス　ここから ------------- */

.chat-right {
	float: left;
}
.chat-head-pink {
	background-color: #ff419b;
	overflow: hidden;
	height: 34px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.chat-head-right {
	color: #ffffff;
	float: left;
	padding-left: 10px;
	line-height: 34px;
}
.chat-head-right {
	float: right;
	padding-right: 10px;
	line-height: 28px;
}
.chat-right p {
	color: #ff419b;
	font-size: 21px;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.linq-size01 {
	font-size: 33px;
	font-weight: bold;
}

.chat-right dl {
	background-color: #ffffff;
	border: solid 3px #ff419b;
	padding-top: 30px;
	width: 380px;
	height: 321px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.linq-staff {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 19px;
}
.linq-user {
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	font-size: 19px;
}

/* ------------- 左チャットボックス　ここまで ------------- */


.linq-up {
	width: 792px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.linq-up p {
	font-size: 24px;
	padding-top: 15px;
}
.linq-up ul {
	display: inline-block;
}
.linq-up li {
	float: left;
	padding: 15px 22px;
}

.linq-text02 {
	font-size: 21px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.linq-size02 {
	font-size: 26px;
	font-weight: bold;
}
.linq-color02 {
	color: #ff3c50;
}






.linq-contact {
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #ff3c50;
	background-color: #ffffff;
}
