@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: 250px;
	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: 170px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
}
div#uchat_button button:before {
	content: "今すぐ申し込む！";
	display: block;
	margin-left: 17px;
	font-size: 16px;
/*	font-family: YuMincho,serif;*/
	color: #000;
	text-align: left;
	/* ボタン太字 */
	margin-left: 11px;
    font-size: 17px;
    font-weight: bold;
}
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_men.png) no-repeat;
	background-size: 100%;
}
div#uchat_button:after {
	content: "";
	border: 6px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 170px;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
#UriChatAlls #chat-frame{
	background: var(--Base);
}
#UriChatAlls .uchat_title_base{
	background: var(--ReD2);
}
#UriChatAlls #chat-frame{
	padding: 15px 10px;
}
#UriChatAlls .chat-talk .talk-content{
	margin-left: 14px;
}
#UriChatAlls .uchat_title{
	font-size: 3.5vw;
}
#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 .chat-talk.mytalk .talk-content{
	margin: 5px 10px 20px auto;
	width: 77%;
	max-width: 77%;
}
#UriChatAlls #chat-frame{
	height: 92%;
}
#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);
}	

.RadioBoxType1a2 li:last-of-type{
	display: none;
}
/* 動くチャットボタン */
body div#uchat_button {
	background: url(//images.vitabrid.co.jp/images/lp/common/chat/chatbtn_men.png) center / contain no-repeat;
	height: 63px;
	border-radius: 5em;
}
body div#uchat_button::before,
body div#uchat_button::after,
body div#uchat_button button::before,
body div#uchat_button button::after {
	content: none;
}

body div#uchat_button button {
	width: 100%;
	height: 100%;
	margin: 0;
	right: 0;
	background-color: rgba(255,255,255,0);
}

/* チャットボタンアニメーション */
body div#uchat_button {
	animation: chat_move_btn 1.9s ease infinite normal;
}
@keyframes chat_move_btn {
	0% {
    right: 5px;
	}
	50% {
		right: 5px;
	}
	85% {
		right: 5px;
	}
	90% {
		right: 15px;
	}
	95% {
		right: 5px;
	}
	100% {
		right: 5px;
	}
}

/* 電話誘導 */
#UriChatAlls .chat_tel_img .talk-content {
	padding: 0;
}
#UriChatAlls .chat_tel_img .talk-content:before {
	content: none;
}
#UriChatAlls .chat_tel_img .talk-content .tel_img a:focus {
	border: none;
}