@charset "UTF-8";

/*共通*/
.chat-tool__only-pc {
	display: none !important;
}
.chat-tool__only-smt {
	display: block !important;
}
body.popup-open {
	position: fixed;
}
.menuopen .chat-tool__box {
	left: -87% !important;
	right: initial;
	width: calc(100vw - 22px);
}
.menuopen .chat-tool__box--max {
	left: -87% !important;
}
.chatToolBoxOpenFlg-hide {
	display: none !important;
}

/*個別*/
.chat-tool {
	padding: 0 11px;
}
.chat-tool *{
	box-sizing: border-box;
}
.chat-tool__off {
	margin-top: 57px;
	margin-bottom: 57px;
}
.chat-tool__title {
	margin: 0 -11px 20px -11px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	padding: 8px 10px 6px;
	background-color: #f2f2f2;
	font-size: 142.8571%;
}
.chat-tool__title:before {
	content: '';
	position: absolute;
	display: block;
	width: 4.5em;
	border-bottom: 2px solid #c03;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.chat-tool__title:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #ccc;
	z-index: 1;
}
.chat-tool__on {
	margin-top: 57px;
	margin-bottom: 57px;
}
.chat-tool__area {
}
.chat-tool__area--txt {
	margin: 0 0 30px;
	line-height: 1.7 !important;
	text-align: center;
}
.chat-tool__area--btn {
	max-width: 310px;
	margin: 30px auto;
	padding: 13px 26px 13px 46px;
	border-radius: 50px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
.chat-tool__area--btn-on {
	background: #CC0033 url(/images_osp/common/chat_tool/icon_fukidashi_red.png) no-repeat 26px center;
	background-size: 40px 30px;
	pointer-events: auto;
}
.chat-tool__area--btn-off {
	background: #8F8F8F url(/images_osp/common/chat_tool/icon_fukidashi_gray.png) no-repeat 26px center;
	background-size: 40px 30px;
	pointer-events: none;
}
.chat-tool__popup {

}
.chat-tool__box--max {
	position: fixed;
	right: 55px;
	bottom: 10px;
	margin-left: calc((100% - 55px) * 0.29 - 75px);
	margin-right: calc((100% - 55px) * 0.29 - 75px);
	height: 40px;
	width: 148px;
	/*z-index: 9000000;*/
	z-index: 20000;
	cursor: pointer;
	background: url(/images_osp/common/chat_tool/fukidashi_red_small_smt.png) no-repeat center center;
	background-size: 148px 40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.chat-tool__box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*z-index: 9000000;*/
	z-index: 20000;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	box-sizing: border-box;
	border: #707070 1px solid;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	margin: 30px 10px 10px;
}
.chat-tool__box * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.chat-tool__box--head {
	position: relative;
	height: 50px;
	padding: 13px 0 13px 110px;
	background-color: #445C74;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.chat-tool__box--head:before {
	display: block;
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	background: url(/images_osp/common/chat_tool/icon_docomo.png) no-repeat 0 0;
	background-size: cover;
	left: 62px;
	top: 4px;
	z-index: 10;
}
.chat-tool__box--title{
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.chat-tool__box--min {
	display: table;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 60px;
	z-index: 10;
	font-size: 14px;
	color: #FFF;
}
.chat-tool__box--min .chat-tool__only-smt{
	display: table-cell !important;
	padding-left: 22px;
	background: url(/images_osp/common/chat_tool/icon_arrow.png) no-repeat 10px center;
	background-size: 8px 12px;
	vertical-align: middle;
}
.chat-tool__box--min i{
	display: none;
}
.chat-tool__box--pop {
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 10;
    padding: 5px 6px;
	display: inline-block;
	background-color: #CC0033;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border-radius: 10px;
}
.chat-tool__box--pop:after {
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	bototm: 5px;
	z-index: 5;
	width: 45px;
	height: 13px;
	background: url(/images_osp/common/chat_tool/fukidashi_red_small_pc.png) no-repeat 0 0;
	background-size: cover;
}
.chat-tool__initial {
	height: calc(100% - 50px);
	padding: 60px 40px 0;
}
.chat-tool__initial--txt {
	text-align: center;
	font-size: 16px;
	margin: 0 0 26px 0 !important;
}
.chat-tool__initial--txt:nth-of-type(2) {
	margin-bottom: 46px !important;
}
.chat-tool__initial--stxt {
	text-align: center;
	font-size: 14px;
	margin: 0 0 36px 0 !important;
}
.chat-tool__initial--stxt:nth-last-of-type(1) {
	max-width: 310px;
	margin-left: auto !important;
	margin-right: auto !important;
	/*text-align: left;*/
}
.chat-tool__terms {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
	text-decoration: none;
}
.chat-tool__terms:link,
.chat-tool__terms:visited,
.chat-tool__terms:active{
	color: inherit;
}
.chat-tool__terms:hover,
.chat-tool__terms:focus{
	color: #3374da;
}
.chat-tool__terms--icon {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: -1em;
	bottom: -1em;
	margin: auto;
	vertical-align: top;
	background: url(/images_osp/common/ico/ico_window03_v2.png) no-repeat 0 0;
	background-size: contain;
}
.chat-tool__initial--btn {
	max-width: 310px;
	margin: 46px auto 0;
	padding: 13px 20px;
	border-radius: 50px;
	background-color: #CC0033;
	color: #FFF;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
}
.chat-tool__win {
	height: calc(100% - 50px);
	position: relative;
	padding: 0 0 100px 0;
}
.chat-tool__win-closearea {
	display: block;
	height: 65px;
	position: relative;
}
.chat-tool__win-close {
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 20px;
	padding: 5px 14px 5px 33px;
	border-radius: 50px;
	background: #9E9E9E url(/images_osp/common/chat_tool/icon_close.png) no-repeat 5px center;
	background-size: 24px;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}
.chat-tool__txtbox {
	height: calc(100% - 65px);
	padding: 0 20px 20px 20px;
	overflow-y: scroll;
	word-break: break-word;
	word-wrap: break-word;
}
.chat-tool__txtbox--head-agent {
	display: none;
}
.chat-tool__txtbox--message,
.chat-tool__txtbox--talk-agent {
	position: relative;
	margin: 20px 10% 30px 35px;
	padding: 7px;
	background-color: #F7F7F7;
	border-radius: 8px;
}
.chat-tool__txtbox--message:before,
.chat-tool__txtbox--talk-agent:before {
	display: block;
	content: "";
	position: absolute;
	left: -35px;
	bottom: -20px;
	width: 31px;
	height: 31px;
	background: url(/images_osp/common/chat_tool/icon_docomo.png) no-repeat 0 0;
	background-size: 31px;
}
.chat-tool__txtbox--message:after,
.chat-tool__txtbox--talk-agent:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: -13px;
	width: 49px;
	height: 15px;
	background: url(/images_osp/common/chat_tool/fukidashi_gray.png) no-repeat 0 0;
	background-size: contain;
}
.chat-tool__txtbox--time-agent {
	margin: -30px 10% 0 0;
	font-size: 10px;
	text-align: right;
	color: #666;
}
.chat-tool__txtbox--head-guest {
	display: none;
}
.chat-tool__txtbox--talk-guest {
	position: relative;
	margin: 20px 0 30px 20%;
	padding: 7px;
	background-color: #1180FF;
	color: #FFF;
	border-radius: 8px;
}
.chat-tool__txtbox--talk-guest:before {
	display: block;
	content: "";
	position: absolute;
	left: -19px;
	bottom: 0;
	width: 14px;
	height: 14px;
	background: url(/images_osp/common/chat_tool/icon_check.png) no-repeat 0 0;
	background-size: 14px;
}
.chat-tool__txtbox--talk-guest:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: -13px;
	width: 49px;
	height: 15px;
	background: url(/images_osp/common/chat_tool/fukidashi_blue.png) no-repeat 0 0;
	background-size: contain;
}
.chat-tool__txtbox--time-guest {
	margin: -30px 0 0 20%;
	font-size: 10px;
	text-align: left;
	color: #666;
}
.chat-tool__input {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	padding: 8px 19px 0 14px;
	background-color: #F5F5F5;
}
.chat-tool__input:after {
	content: "";
	display: none;
	clear: both;
}
.chat-tool__input-txt {
	float: left;
	width: 84%;
	height: 84px;
	margin-left: -18px;
	padding: 4px 5px;
	border: #707070 1px solid;
	border-radius: 8px;
	background-color: #FFF;
	line-height: 1.5;
	outline: none;
	resize: none;
}
textarea.chat-tool__input-txt {
	font-size: 16px;
	transform: scale(0.85);
}
.chat-tool__input-txt::placeholder{
	color: #999;
}
.chat-tool__input-btn {
	float: right;
	width: 18%;
	max-width: 80px;
	height: 36px;
	margin-top: 40px;
	border: #707070 1px solid;
	border-radius: 8px !important;
	outline: none;
	background-color: #7B7B7B;
	font-size: 18px;
	line-height: 1.3;
	color: #FFF;
	cursor: pointer;
}
.chat-tool__close {
	height: calc(100% - 50px);
	padding: 45px 50px 0;
}
.chat-tool__close--txt {
	font-size: 16px;
	margin:0 0 26px 0 !important;
}
.chat-tool__close--txt img.chat-tool__only-smt {
	display: inline-block !important;
	width: 58px;
	vertical-align: bottom;
}
.chat-tool__close--btn {
	margin: 0 auto 40px;
	padding: 5px;
	border-radius: 50px;
	background-color: #9E9E9E;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.chat-tool__close--btn-agree {
	width: 94px;
}
.chat-tool__close--btn-cancel {
	width: 174px;
}


/*chat-tool__list-notes*/
.chat-tool__list-notes {
  /* list common style */
  margin: 0 0 30px;
  font-size: 86%;
  line-height: 1.7 !important;
}

/* .list-notes__item */
.chat-tool__list-notes__item {
  overflow: hidden;
  margin-top: 6px;
}

/* .list-notes__item:before */
.chat-tool__list-notes__item:before {
  content: "\203b";
  float: left;
  margin-right: .25em;
}

/* .list-notes__item-inner */
.chat-tool__list-notes__item-inner {
  overflow: hidden;
}

/* margin */
.chat-tool__list-notes:first-child {
  margin-top: 0;
}

.chat-tool__list-notes:last-child {
  margin-bottom: 0;
}