@charset "utf-8";
:root{
/*	--Base: rgb(226,246,241,.7);*/
	--Base: #f3f3f3;
	--taC: #fff;
	--taU: #fffbea;
	--ReD2: #e60011;
}
div#uchat_button {
	right: 20px;
	bottom: 20px;
	width: 265px;
	height: 60px;
	background: #2ac150;
	border-radius: 30px;
	box-shadow: 1px 1px 3px #999;
}
div#uchat_button button {
	position: absolute;
	top: 0;
	right: 10px;
	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: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	display: block;
	transform: rotate(45deg);
}
div#uchat_button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 50px;
	height: 50px;
}
div#uchat_button:before ,#UriChatAlls .chat-talk .You-talk-icon {
	background: url(/images/lp/common/chat/chaticon_realwoman.png) no-repeat;
	background-size: 100%;
}

div#uchat_button:after {
	content: "";
	position: absolute;
	top: 0;
	right: 198px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	transform: rotate(45deg);
}

#UriChatAlls #chat-frame{
	background: var(--Base);
}
#UriChatAlls .uchat_title_base{
	background: var(--ReD2);
	height: 54px;
	z-index: 9999;
}
#UriChatAlls .chat-talk .talk-content{
	margin-left: 14px;
}
#UriChatAlls .uchat_title{
	font-size: 15px;
	margin-top: 20px;
}
#UriChatAlls .uchat_title::after {
	content: '＼ 45秒で簡単入力 ／';
	position: absolute;
	top: 6px;
	right: 31.5%;
}
#UriChatAlls .uchat_close {
    top: 15px;
}
#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% - 32px);
	max-width: calc(89% - 32px);
}
#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::before {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 5px;
	filter: drop-shadow(2px 1px 1px #aaa);
	background: url(/images/lp/common/chat/chaticon_realwoman.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 50px;
	height: 50px;
	margin: auto;
}
div#uchat_button::after {
	content: "";
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    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: "";
}