﻿@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:6rem;
}

.body_bg {
    background: #000000;
    /*background: #ffffff;*/
    /*background: linear-gradient(#0450A4, 85%, pink);*/
}

.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:24rem;
	position:absolute;
	right:30px;
	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);
}
.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);
    background-size: contain;*/
}

    
.header_logo{
    font-size: 36px;
    padding-left:5px;
}

.nav-logo{
	width:80px;
    text-align: center;
}

.nav-logo a{
    color: #0056b3;
}

#navi-name{
    display: block;
}


.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;
}
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
    margin: 5px;
}

/*日程表を横スクロールするように変更する場合は下記widthを調整のこと*/
/*.fc-view-container {
    width: auto;
}

.fc-view {
    overflow-x: scroll;
}

.fc-view table {
    width: 2050px;
}*/

/* 企業展示 */
.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;
}
.iframe-content-block {
   -webkit-box-flex: 1;
        box-flex: 1;
}
.iframe-content {
    position: relative;
    overflow: hidden;
    padding: 0 0 56.25%;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*設問画面用*/
.ml-2rem{
    margin-left: 2rem;
}

#btn-exam-submit {
    padding-left: 4rem;
    padding-right: 4rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.25rem;
}

/*設問結果一覧用*/
.ExamAreaBox {
  width:100%;
  height:100px;
  padding:10px;
  margin:10px;
  background:#ffffe0;
}
.scroll{
  overflow:scroll;
}
.scroll-y{
  overflow:hidden;
  overflow-y:scroll;
}
.ExamAreaBox p{
 white-space:nowrap; 
}

/*設問タイマー用*/
  .timer-exam, .timer-start,.timer-done, .timer-loop {
    font-size: 20px;
    color: black;
    font-weight: bold;
    padding: 0px;
  }

  .jst-hours {
    float: left;
  }
  .jst-minutes {
    float: left;
  }
  .jst-seconds {
    float: left;
  }
  .jst-clearDiv {
    clear: both;
  }
  .jst-timeout {
    color: red;
  }

  .is-complete {
    color: red;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
  }
  @-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
  }


@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;
  }

  .table {
    width: 100%;
  }
  .table .thead {
    display: none;
  }
  .table tr {
    width: 100%;
  }
  .table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .table td:first-child {
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
 