@charset "utf-8";
/* =============================================
   独自CSSファイル
   ※ class名の先頭に「cm_」をつけること
   ============================================= */
/* ------ 汎用 ------ */
.cm_bg-white-op{
	background-color: rgba(255,255,255,0.8);
}

 /* 線 */
.border-width03{
	border-width: 3px !important;
}

/* テーブル用折り返し */
.cm_word-break{
    word-break: break-all;
}

/* ------ レイアウト ------ */
/* body */
.cm_bg-img{
	background-image: url(../img/cnt-bg.png);
    background-position: 50% 0;
    background-repeat: repeat-x;
}
.cm_bg-pattern{
    background: url(../img/cnt-bg_pattern.png) no-repeat;
    background-position: 50% -200px;
    background-size: auto;
}

/* ------ login  ------ */
/* タイトル */
.cm_login-main-img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	color: #fff;
	background-color: #1f1711;
	background-image: url("../img/login-img.png");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
@media (min-width: 768px){
	.cm_login-main-img{
		height: 350px;
	}
}

.cm_login-title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
}
.cm_login-title p{
	text-align: left;
	line-height: 2rem;
	margin-left: 10px;
	word-break: keep-all;
}
.cm_login-title span{
	font-size: 21px;
}
.cm_login-title-img01{
	margin: -140px 0 0 -240px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.cm_login-title-img02{
	margin: 20px 0 0 20px;
	position: absolute;
	left: 50%;
	top: 50%;
}

/* ------ home/mypage ------ */
/* スライダー（swaiper調整）*/
.swiper-slide{
	width: 350px !important;
}

/* 鑑定士スライダーコンテンツ*/
.cm_home-augur{
	position: relative;
}
.cm_home-augur-list{
  width: 100%;
	overflow: hidden;
}
.cm_home-augur-list ul {
	display: flex;
	flex-wrap: nowrap;
  line-height: 40px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
	overflow-x:  auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.cm_home-augur-list ul li {
	flex-shrink: 0;
  width: 200px;
	height: 300px;
	padding: 10px;
	margin-right: 20px;
  text-align: center;
}
.cm_home-augur-list ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

/* augur-radio */
.radio-input{
  display: none;
}
.radio-input + label{
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
}
/* 画像 */
.cm_home-augur-img{
	display: block;
	width: 180px;
	height: 180px;
	margin: auto;
	border: #efefef 5px solid;
	border-radius: 50%;
	overflow: hidden;
	filter: brightness(100%);
}
.radio-input + label p{
	margin-bottom: 0;
}
.radio-input:checked + label .cm_home-augur-img{
	border: #3490dc 5px solid;
}
.radio-input:checked + label p{
  color: #3490dc;
	filter: brightness(100%);
}
.radio-input:disabled + label .cm_home-augur-img{
	filter: brightness(50%);
}
.radio-input:disabled + label p{
  color: #ccc;
}
.radio-input + label span{
	display: block;
	font-weight: 500;
}
.radio-input + label span.cm_home-status-wait{
	border: #d3381c 1px solid;
	color: #d3381c;
}
.radio-input:checked + label span.cm_home-status-wait{
	border: #3490dc 1px solid;
	color: #3490dc;
}
/* オフライン */
.radio-input + label span.cm_home-status-offline{
	border: #ccc 1px solid;
	color: #ccc;
}

.radio-input + label span.cm_home-status-talking{
	border: #ccc 1px solid;
	color: #ccc;
}

.icon-paypay{
    position: relative;
    top: -2px;
    margin: 0 5px;
    content:url("../img/icon-paypay.png");
    width: 15px;
    height: 15px;
}


/* ------ home/chat ------ */
.cm_home-chat{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	min-height: calc(100vh - 119px);
	background: #000;
	padding: 30px;
	margin-top: -3rem;
    z-index: 1;
}
.cm_home-video-area{
	position:relative;
	display: block;
	width:100%;
	margin:30px auto;
	height: 100%;
	background: #333;
	overflow: hidden;
}
.cm_home-augur-video{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	background: #333;
	overflow: hidden;
}
.cm_home-augur-video img,.cm_home-augur-video video{
	align-self: center;
	margin: auto;
	width: 100%;
}
.cm_home-user-video{
	display: block;
	width: 30%;
	margin: auto;
	background: #ddd;
	position: absolute;
	bottom:0;
	left:0;
	border: #fff 3px solid
}
.cm_home-user-video img,.cm_home-user-video video{
	max-width: 100%;
}

/* モーダル注意テキスト */
.cm_midal-header--block{
    display: block;
}
.cm_modal-note-text{
    position: relative;
    padding: .5rem 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #d3381c;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* ------ privacy ------ */
.cm-privacyItem__Box{
	padding: 1em 0;
	border-top:1px solid #dee2e6;
}
.cm-privacyItem__ttl{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: 600;
	color: #cab25d!important;
}
.cm-privacydetail__ttl{
	font-size: 1em;
	font-weight: 600;
}
.cm-privacydetail__text.-small{
	font-size: .8em;
}
.cm-privacylist{
	padding-left: 1.8em;
}
.cm-privacydetail__textSub{
}
/* ------ terms ------ */
.cm-termsItem__Box{
	padding: 1em 0;
	border-top:1px solid #dee2e6;
}
.cm-termsItem__ttl{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: 600;
	color: #cab25d!important;
}
.cm-termsdetail__ttl{
	font-size: 1em;
	font-weight: 600;
}
.cm-termslist{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
.cm-termslist.-sub{
	padding-left: 1.2em;
}

/* ------ tokusho ------ */
.tokushoTable{
	border: 1px solid #dee2e6;
}
.tokushoTable__head{
	padding: .75em;
	background: #f8f9fa;
}
.tokushoTable__text{
	padding: .75em;
}


/* ----- register stop -----*/
.cm-tel{
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.cm-tel p{
    font-size:18px;
}
.cm-tel b{
    display:block;
    font-size:32px;
    line-height:32px;
    margin:0 20px;
}
.cm-tel b img{
    margin:-5px 10px 0 0;
    vertical-align:middle;
}
