@charset "utf-8";


/*---------------------------------------------------------
  						リセット
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;} /*ブラウザーでタグが適切にレンダリングされる*/
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: '';content: none;}
table {	border-collapse: collapse;border-spacing: 0;}
a, a:hover, a:link, a:visited {text-decoration: none;}
input[ type=submit ],input[ type=reset ] { -webkit-appearance:none; border-radius: 0; }


body {
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #999;
	background-color: #ffffff;
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center;

}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1 {
	color: #00afcc;
	font-size: 22px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.5;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
	color: #00afcc;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
	margin: 0;
	padding: 0;
	line-height: 2.0;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif;
}



a img {
	border: none;
}


/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, article, footer {
	display: block;
}

header {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	height: 25px;
	margin: 0 auto;
	padding: 12px 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #33bfd6;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
	z-index: 0;
}
.header_logo {
	position: absolute;
	width: 92px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;/* headerとDIV領域が重なっているので回避（Android用） */
}

section　#caution {
	width: 100%;
	margin: 0 auto;
}

section {
	width: 100%;
	margin: 0 auto;
}

footer {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 12px 0 0;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	background-color: #33bfd6;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}


.clear {
	clear: both;
}


.space_h10 {
	height: 10px;
}
.space_h20 {
	height: 20px;
}
.space_h30 {
	height: 30px;
}
.space_h50 {
	height: 50px;
}
.space_h100 {
	height: 100px;
}
.space_h150 {
	height: 150px;
}



.smp_txt01,.smp_txt_tit {
	display: block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: middle;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}

.smp_txt_tit {
	text-align: center;
}

.smp_txt02 {
	display: block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: middle;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}


/*--------------- お試しスタートボタン ---------------*/
.consent_check {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 10px;
	color: #FF3B3F;
	font-size: 15px;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}

#disp_off,#disp_on {
	display: block;
	margin: 0 auto;
	
}

#disp_off img,#disp_on img {
	width: 10vw;
	vertical-align: middle;
	margin-right: 20px;
}


#disp_on button {
	width: 80%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	vertical-align: middle;
	background-color: #33bfd6;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	border: none;
	padding: 10px 0;
	cursor: pointer;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}

#disp_off button {
	width: 80%;
	vertical-align: middle;
	background-color: #eee;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
    border-radius: 6px;
	border: none;
	padding: 10px 0;
}



/*----- 画面下に固定参考 -----*/
.wrapper{
    min-height: 100vh;
    position: relative;/* 相対位置 */
    padding-bottom: 200px;/* koteisarerumonoの高さ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;/* 全て含めてmin-height:100vhに */
}
.koteisarerumono{
    width: 100%;
    color: #FF3B3F;
    text-align: center;
    padding: 30px 0;
	position: absolute;/* 絶対位置 */
    bottom: 60px; /* 下に固定 */
}


#wrap02 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	
	/*height: 100vh;
	height: -webkit-fill-available;
	*/
	background: #333 center / cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;/* 全て含めてmin-height:100vhにする */
	z-index: 0;
	
	overflow: hidden;
}


.copyRtxt{ /* コピーライト透かし */
	width: 100%;
	min-height: 100vh;
	background-image: url("../images/copylight.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-size: contain;
}

.control {
	width: 100%;
    color: #FF3B3F;
    text-align: center;
    padding: 0;
	position: absolute;
    bottom: 10px;
	z-index: 200;
}


.licom_lm img { /* ロゴ透かし */
	position: absolute;
	width: 10%;
	height: auto;
	margin: 2vw;
	top: 0;
	right: 0;
	opacity: 0.3;
	z-index: 100;
}


.demo_stop_box {
	width: 100%;
	position: relative;
	text-align: center;
}

.demo_stop { /* 通話終了ボタン */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	bottom: 4vw;
	position: relative;
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	margin: auto;
}
.demo_stop:active {
	position: relative;
}
.demo_stop img {
	width: 15vw;
	height: auto;
}

.local_mic { /* 自マイクボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	left: 4vw;
	bottom: 1vw;
	position: absolute;/* 絶対位置 */
}
.local_mic img {
	width: 15vw;
	height: auto;
}

.local_cam { /* 自カメラボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	left: 23vw;
	bottom: 1vw;
	position: absolute;/* 絶対位置 */
}
.local_cam img {
	width: 15vw;
	height: auto;
}

.scr_size { /* 画面サイズ変更ボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	right: 23vw;
	bottom: 1vw;
	position: absolute;/* 絶対位置 */
}
.scr_size img {
	width: 15vw;
	height: auto;
}

.remote_qua_a { /* 画面サイズ変更ボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	right: 4vw;
	bottom: 1vw;
	position: absolute;/* 絶対位置 */
}
.remote_qua_a img {
	width: 15vw;
	height: auto;
}

.remote_qua_b { /* 画面サイズ変更ボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	right: 4vw;
	bottom: 19.5vw;
	position: absolute;/* 絶対位置 */
}
.remote_qua_b img {
	width: 15vw;
	height: auto;
}

.remote_qua_c { /* 画面サイズ変更ボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	right: 4vw;
	bottom: 33.5vw;
	position: absolute;/* 絶対位置 */
}
.remote_qua_c img {
	width: 15vw;
	height: auto;
}

.remote_qua_d { /* 画面サイズ変更ボタン　*/
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
	right: 4vw;
	bottom: 47.5vw;
	position: absolute;/* 絶対位置 */
}
.remote_qua_d img {
	width: 15vw;
	height: auto;
}


.local_v { /* 自分のビデオ映像 */
	position: absolute;
	width: 30%;
	height: auto;
	margin: 2vw;
	top: 0;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
    border-radius: 10px;
	border: solid #FFF 2px;
	z-index: -100;
}

.remote_v { /* 相手のビデオ映像 */
	/*position: absolute; */
	/*width: auto;*/
	/*height: 100%;*/
	
	margin: 0;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -200;
	
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	overflow: hidden;
}
.remote_v2 { /* 相手のビデオ映像を小さく/
	/*position: absolute; */
	/*width: auto;*/
	/*height: 100%;*/
	
	margin: 0;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -200;
	
	width: 100%;
	position: fixed;
	height: auto;
}





/*----------- 幅800以上の時 ------------*/
@media screen and (min-width: 800px){
	.smp_txt01,.smp_txt_tit {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		vertical-align: middle;
		color: #666;
		font-size: 16px;
		line-height: 1.5;
		position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
	}
	.smp_txt_tit {
		text-align: center;
	}
	.smp_txt02 {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		vertical-align: middle;
		color: #666;
		font-size: 14px;
		line-height: 1.5;
		position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
	}
	

}



