@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Tags: 
Version: 0.1.2
*/
.onoff button::after {
    content: attr(data-tooltip);
    display: inline-block;
    padding: 6px;
    background: #e7e7e7;
    color: #666;
    border-radius: 3px;
    font-weight: normal;
    width: 200px;
    z-index: 99;
    left: 0;
    top: 30px;
    font-size: 0.8em;
}
input#js-join-trigger{
	box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
}
#camera-sharing, #screen-sharing, #js-audio-switch {
    border-radius: 5em;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #ffffff00;
    border: 1px solid #fff;
}
.select label {
    font-size: 0.6em;
    display: inline-block;
    width: 70px;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
select {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

.onoff {
    position: relative;
    top: -65px;
    text-align: center;
    margin-bottom: -40px;
}



*{
	font-family: "Sawarabi Gothic";
}
.ltg-slide-text-set {
    top: 80%;
}
.site-footer-copyright p:last-child{
	display:none;
}

.wpcf7-form input[type=submit]{
	width: 80%;
	max-width: 300px;
}

.wpcf7-form{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
.wpcf7-form .center{
	text-align: center;
}
nav.footer-nav{
	text-align: center;
}
.vk_flow .vk_flow_frame{
	border: 3px solid #3d3d3d;
	background: #fff;
}
/* 以下ミーティング部分 */
video{
	width: 100%;
	z-index: 1;
}
.select select{
	font-size: 12px;
	width: auto;
}
.select label{
	font-size: 0.6em;
	display: inline-block;
    width: 70px;
	margin-right: 10px;
}
.select label i{
	font-size: 2em;
    padding-right: 5px;
    position: relative;
    top: 4px;
    width: 20px;
    text-align: center;
}
div.local-stream,
div.add-stream{
	height: calc(100vw/2.2);
    min-height: 250px;
    max-height: 400px;
    overflow: hidden;
}
.onoff{
	position: relative;
	top:-65px;
	text-align: center;
	margin-bottom: -40px;
}
#js-visit-count,
#view-room-id{
	/* 参加人数 */
	display: inline;
    width: 40px;
	border: none;
}
#view-room-id{
    width: 70%;
}
#js-messages{
	height: 400px;
	overflow: scrollbar;
}
#camera-sharing,
#screen-sharing,
#js-audio-switch{
	font-size: 19px;
	border-radius: 5em;
    width: 50px;
    height: 50px;
    padding: 10px;
	background-color: #ffffff00;
	border: 1px solid #fff;
}
#js-join-trigger,
#js-leave-trigger{
	background: #ff6900;
    border-radius: 1.55em;
}
#js-remote-streams{
/* 	height: 500px;
	min-height: 30vh;
    overflow: hidden; */
}
#js-remote-streams video{
	
}
.start-end_btn{
	position: relative;
	top: 55px;
	text-align: left;
	z-index: 2;
	margin-top: -45px;
}
#js-dialog{
	position: static;
}

.onoff button {
  position: relative;
}
.onoff button::before,
.onoff button::after {
  position: absolute;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.onoff button::after {
  content: attr(data-tooltip);
  display: inline-block;
    padding: 6px;
    background: #e7e7e7;
    color: #666;
    border-radius: 3px;
    font-weight: normal;
    width: 200px;
    z-index: 99;
	left: 0;
    top: 30px;
	font-size: 0.8em;
}
.onoff button:hover::before{
  top: 16px;
  opacity: 1;
}
.onoff button:hover::after{
  top: 36px;
  opacity: 1;
}
.onoff button i{
	margin-right: 0;
}


.entry-header{
	margin-bottom: 0;
}
@media screen and (min-width: 48em){
	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header{
	margin-bottom: 0;
	}
}

.site-info{
	display: none;
}
#post-2 .entry-header{
	display: none;
}
.entry-content h2{
	position: relative;
    padding: 1.5rem 1rem;
}
.entry-content h2:after{
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wp-block-column ul li,
.entry-content ul li{
	list-style-position: inside;
	position: relative;
    margin: 0 0 0.5rem;
    padding: 0 0 0 1.5rem;
	list-style-type: none;
}
.wp-block-column ul li:before,
.entry-content ul li:before{
    content: '';
    display: block;
    position: absolute;
    top: 9.1px;
    top: 0.65rem;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #ed7700;
}
.wp-block-column h2{
	font-size: 1.1em;
	display: inline-block;
    color: #fff;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #ed7700;
}
.wp-block-column h2:before{
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
}
body.page:not(.twentyseventeen-front-page) .entry-title{
	font-size: 1.2em;
    border-left: 7px double;
    padding: 5px 15px;
}

/* 以下ミーティング部分ここまで */
