@charset "utf-8";
:root{
/*	--Base: rgb(226,246,241,.7);*/
	--Base: #f3f3f3;
	--taC: #fff;
	--taU: #fffbea;
	--ReD2: #e60011;
}
div#uchat_button {
	right: 5px;
	bottom: 10px;
	left: auto;
	margin: 0;
	width: 280px;
	height: 60px;
	background: #2ac150;
	border-radius: 30px;
	box-shadow: 1px 1px 3px #999;
}
div#uchat_button button {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	display: block;
	margin: 10px auto;
	width: 197px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
}
div#uchat_button button:before {
	content: "ご購入はこちらから";
	display: block;
	margin-left: 19px;
	font-size: 16px;
/*	font-family: YuMincho,serif;*/
	color: #000;
	text-align: left;
}
div#uchat_button button:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(45deg);
}
div#uchat_button:before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
}
div#uchat_button:before,#UriChatAlls .chat-talk .You-talk-icon {
	background: url(//images.vitabrid.co.jp/images/lp/common/chat/chaticon_realwoman.png) no-repeat;
	background-size: 100%;
}

div#uchat_button:after {
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 198px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

#UriChatAlls .uchat_title_base{
	background: var(--ReD2);
	height: 53px;
	position: fixed!important;
	z-index: 9999;
}
#UriChatAlls #chat-frame{
	background: var(--Base);
	height: 92%;
	padding: 15px 10px;
	padding-top: 63px!important;
}
#UriChatAlls .chat-talk .talk-content{
	margin-left: 14px;
}
#UriChatAlls .uchat_title{
	font-size: 3.5vw;
	margin-top: 19px;
}
#UriChatAlls .uchat_title::after {
	content: '＼ 45秒で簡単入力 ／';
	position: absolute;
	top: 7px;
	right: 34%;
}
#UriChatAlls .chat-talk,#UriChatAlls .chat-talk.mytalk .talk-content{
	margin-bottom: 10px;
}
#UriChatAlls .chat-talk .talk-content{
	padding: 10px .9em 10px 1em;
	width: calc(89.5% - 32px);
	max-width: calc(89.5% - 32px);
}
#UriChatAlls .chat-talk.mytalk .talk-content{
	margin: 5px 10px 20px auto;
	width: 77%;
	max-width: 77%;
}
#UriChatAlls img{
	vertical-align: top;
}
#UriChatAlls .Sex ul, #UriChatAlls .Birth dd {
	display: flex;
	justify-content: space-between;
}
#UriChatAlls .Sex li {
	width: 49%;
}
#UriChatAlls .Birth div {
	width: calc(100% / 3);
}

/* カンタン3分 */
div#uchat_button {
	border-radius: 30px;
	width: 265px;
}
div#uchat_button::before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 5px;
	filter: drop-shadow(2px 1px 1px #aaa);
	background: url(//images.vitabrid.co.jp/images/lp/common/chat/chaticon_realwoman.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 50px;
	height: 50px;
	margin: auto;
}
div#uchat_button::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(45deg);
}
div#uchat_button button {
	  right: 7px;
	margin: auto;
	padding-left: 38px;
	width: 230px;
	z-index: -1;
	height: 46px;
	border-radius: 0 25px 25px 0;
}
div#uchat_button button::before,div#uchat_button button::after {
	position: relative;
	margin: 0;
	top: -4px;
	right: auto;
	left: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
	width: 100%; 
	height: auto;
	border: none;
}
div#uchat_button button::before {
	content: "＼カンタン45秒／";
	color: var(--ReD);
	padding-left: 17px;
	padding-bottom : 3px;
	font-size: 15px;
	top: 1px;
}
div#uchat_button button::after {
	margin-left: 0;
	content: "ご購入はこちらから";
	transform: rotate(0deg);
	color: #000;
}

#UriChatAlls .chat_cou_img .talk-content {
	padding: 0;
}
#UriChatAlls .chat_cou_img .talk-content:before {
	content: none;
}
#UriChatAlls .chat_sex span.talk-icon.You-talk-icon {
 opacity: 1!important;
}
#UriChatAlls .Select2Type1Panel .talk-content span {
	display: inline;
}
#UriChatAlls .Select2Type1Panel .talk-content:before{
	content: "";
}
