﻿@charset "utf-8";

html, body {
	display: flex;
	flex-direction: column;
}

html {
	/*font-size: 11.6px;*/
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.3;
	color: #333;
	margin: 0;
	min-height: 100vh;
}

header {
	/*padding: 0.5rem;*/
}

main {
    /*margin-top: 1.3rem;*/
	flex: 1 0 auto;
	display: flex;
	width: 100%;
}

aside {
	width: 100%;
	padding: 2rem;
	background-color: #f8f8ff;
	min-width: 192px;
}

article {
	width: 100%;
	padding: 2rem 2rem;
}

footer {
	background-color: #ccc;
	padding: 1rem;
}

.body_top{
    padding-top:4rem;
}
    

.fixed-top{
	background-color: #fff;
}

.col-md-3, .col-md-9 {
	padding-right: 0px;
	padding-left: 0px;
}

.memo-text {
    font-size: .9rem;
	font-weight: 400;
	color: #747373;
}

.position-login{
	width:25rem;
	position:absolute;
	right:50px;
	bottom:50px;
}


.top-image{
    background: url(../img/img_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0%;
    /*width:1024px;*/
}

.list-title:before {
	margin:0 0 0 10px;
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background: url(../img/icon_list.svg);
    background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
}

.history-title:before {
	margin:0 0 0 10px;
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background: url(../img/icon_history.svg);
    background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
}

/*一覧検索*/
.form-control {
    font-size: 1.0rem;
}
label {
    margin-bottom: 0rem;
}

/*一覧*/
.table th, .table td {
	font-size: 1.0rem;
	line-height: 1.3;
	color: #333;
}

select { 
padding: 0.375rem 0.75rem;
}
option{
	height: calc(1em + 0.75rem + 2px);
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.5;

}

/*ヘッダー*/
.navbar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 0rem 1rem;
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url(../img/img_head_bg.png);
}

.header_logo{
    font-size: 30px;
    padding-left:5px;
}

.nav-logo{
	width:80px;
    text-align: center;
}

.nav-logo a{
    color:#0056b3;
}

#navi-name{
    display: block;
}

#chat-comment-pc{
    display: block;
}

#chat-comment-cell{
    display: none;
}

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form .prefix {
    position: absolute;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.md-form .prefix {
    top: .25rem;
    font-size: 1.75rem;
}
.md-form input:not([type]), .md-form input[type="text"]:not(.browser-default), .md-form input[type="password"]:not(.browser-default), .md-form input[type="email"]:not(.browser-default), .md-form input[type="url"]:not(.browser-default), .md-form input[type="time"]:not(.browser-default), .md-form input[type="date"]:not(.browser-default), .md-form input[type="datetime"]:not(.browser-default), .md-form input[type="datetime-local"]:not(.browser-default), .md-form input[type="tel"]:not(.browser-default), .md-form input[type="number"]:not(.browser-default), .md-form input[type="search"]:not(.browser-default), .md-form input[type="phone"]:not(.browser-default), .md-form input[type="search-md"], .md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}
.md-form .form-control {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
        margin-left: 0px;
    background-color: transparent;
    border-radius: 0;
}

/*LIVEスケジュール*/
.fc-center h2{
	font-size: 14pt;
}

.fc-center h2:before{
    margin:0 0 0 10px;
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background: url(../img/icon_live.svg);
    background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
	margin-right:10px;
	margin-bottom:10px;
}


/* 企業展示 */
.banner_link{
	font-size: 1.0rem;
}

.banner_sub{
	font-size: 0.7rem;
	padding-bottom:5px;
}

.banner_message{
	padding-left:15px;
}

.banner_L{
	width:350px;
}
.banner_M{
	width:250px;
}
.banner_S{
	width:180px;
}

.banner_title_L{
	min-width:360px;
}
.banner_title_M{
	min-width:260px;
}
.banner_title_S{
	min-width:190px;
}

/*vimeoフレーム調整*/
.iframe-content-wrap {
   display: -webkit-box;
   display: box;
   height: 100%;
}
.iframe-content-block {
   -webkit-box-flex: 1;
        box-flex: 1;
}
.iframe-content {
    position: relative;
    overflow: hidden;
    padding: 0 0 56.25%;
    height: 100%;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) {
    .position-login {
        width: 24rem;
        position: absolute;
        right: 20px;
        bottom: 50px;
    }

    .header_logo {
        font-size: 20px;
    }

    .nav-logo {
        width: 30px;
        text-align: center;
    }

    #navi-name {
        display: none;
    }
}

@media screen and (max-width: 992px) {
  #chat-comment-pc{
    display: none;
  }
  
  #chat-comment-cell{
    display: block;
  }
}
 