@charset "utf-8";
/*フォント--*/
@import url(https://fonts.googleapis.com/css?family=Play:200,300,400,700);
body,input,button,td{
  font-family:Arial,"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
.navbar{
  font-family: 'Play';
}
html{
 overflow-y: scroll;
}
/*--フォント*/
body{
  background: #efefef;
  color: #222;
  padding-top: 50px;
}
body#login_body{
  background: #efefef;
  padding: 40px;
  font-family: 'Varela Round';
}
label{
  font-weight: normal;
}
span.note{
  margin-left: 5px;
  color: #666;
}
pre{
  border: none;
  font-size: 70%;
}
pre.error{
  background: #fae2e1;
  color: #f00;
  border: none;
}
pre.move{
  background: #e6ffe6;
  margin-bottom: 22px;
  border:none;
  font-size: 105%;
}
pre.stop{
  background: #ffe6e6;
  margin-bottom: 22px;
  border:none;
  font-size: 105%;
}
pre.update{
  background: #e5e5ff;
  margin-bottom: 22px;
  border:none;
  font-size: 105%;
}
.container_org{
  margin: 25px 15px;
  padding: 25px 15px 75px 15px;
  background-color: #fff;
  border-radius: 12px;
}
.container_org_narrow{
  margin: 25px 30px;
  padding: 25px 30px 75px 30px;
  background-color: #fff;
  border-radius: 12px;
}

/*menu--*/
.navbar-default{
  box-shadow:0px 4px 7px 0px #aaa;
}
.navbar-nav > li > a#menu{
  position: relative;
  display: inline-block;
}
.navbar-custom {
  background-color: #fff;
  border-radius:0;
  border-color: #888;
}

@media screen and (min-width: 767px){

  .navbar-nav > li > a#menu::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #b53033;
  }
  .navbar-nav > li > a#menu:hover::after{
    width: 100%;
    transition: 0.7s;
    transition-timing-function: cubic-bezier(0.1,0.8, 0.1,0.9);
  }
  .navbar-custom, .navbar-custom .navbar-nav > li > a {
    color:#777;
  }
  .navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color:#000;
    background-color:#eee;
  }

  .navbar-nav > li > a#uname{
    color: #b53033;
    font-size: 85%;
  }
}
/*--menu*/

@media screen and (min-width: 992px) {
  #sp_disp{
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #pc_disp{
    display: none;
  }
}

/*ボタン--*/
.btn-black,.btn-primary,.btn-danger,.btn-warning,.btn-whitish,.btn-whitish-td{
  font-family: FontAwesome;
  box-shadow:0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.font-as{
  font-family: FontAwesome;
}
select.btn-warning{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/arrow.jpg") right 50% no-repeat;
  background-color: #f0ad4e;
  background-size: 24%, 100%;
  padding-right: 15px;
}
.btn-black{
  color: #eee;
  background-color: #222;
  border-color: #444;
}
.btn-black:hover{
  color: #fff;
  background-color: #000;
  border-color: #444;
}
.btn-whitish{
  color: #333;
  background-color: #fff;
  border-color: #aaa;
}
.btn-whitish:hover{
  color: #000;
  background-color: #eee;
  border-color: #aaa;
}
.btn-whitish-td{
  color: #333;
  background-color: #fff;
  border-color: #aaa;
  width:100%;
  height:100%;
}
.btn-whitish-td:hover{
  color: #000;
  background-color: #eee;
  border-color: #aaa;
  width:100%;
  height:100%;
}
/*--ボタン*/

/*テーブル内文字位置--*/
td#left{
  text-align: left;
  vertical-align: middle;
}
td#right{
  text-align: right;
  vertical-align: middle;
}
/*--テーブル内文字位置*/

/*各種微調整--*/
.btn_chi{
  float: left;
  margin-top: 2px;
}
.btn_chi1{
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.btn_chi_chi{
  margin-top: 2px;
}
.btn_chi2{
  float: left;
  margin-top: 2px;
  margin-left: 3px;
}
.btn_chi3{
  float: left;
  margin-top: 2px;
  margin-left: 3px;
}
.btn_top{
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#last_btn{
  margin-bottom: 10px;
}
.btn_reg_asin{
  text-align: center;
  white-space: nowrap;
}
.btn_reg_asin_chi1{
  display: inline-block;
  vertical-align: middle;
}
.btn_reg_asin_chi2{
  vertical-align: middle;
  display: inline-block;
}
/*--各種微調整*/

/*Login Form--*/
.login-form-1 {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555;
  padding: 7px 0;
  font-weight: bold;
  height:auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #fff;
  color: #999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}

/*=== 5. Login Button ===*/
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}

/*=== 6. Form Invalid ===*/
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777;
  border-width: 6px;
}

.etc-login-form {
  color: #919191;
  padding: 10px 20px;
}
.etc-login-form p {
  margin-bottom: 5px;
}

.logo {
  padding: 15px 0;
  font-size: 25px;
  color: #aaa;
  font-weight: bold;
}

input.form-control:-webkit-autofill{
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*-- Login Form*/

/*Table --*/
.table > thead > tr > td{
  color: #666;
  text-align: center;
  vertical-align: middle;
  font-weight: 100;
  font-size: 110%;
}
.table > tbody > tr > td#lefthead{
  color: #666;
  text-align: center;
  font-weight: 100;
  font-size: 110%;
}

.table > tbody > tr >td{
  text-align: center;
  vertical-align: middle;
}

/*-- Table*/

.ctr{
  text-align: center;
}
.mark1{
  font-family: FontAwesome;
  font-size: 350%;
  color: #2f9d88;
}
.mark2{
  font-family: FontAwesome;
  font-size: 280%;
  color: #2f9d88;
}
.mark3{
  font-family: FontAwesome;
  font-size: 200%;
  color: #010101;
}
h3.main{
  color: #777;
  margin-bottom: 8px;
  text-align: center;
}
.api{
  color: #333;
}
.usage{
  font-size: 85%;
  text-align: center;
  margin-top: 10px;
  font-family: FontAwesome;
  color: #777;
}
.navbar-nav > li > a#uname{
  font-size: 85%;
}
.navbar-nav > li > a#uname,.uname{
  color:#00f;
}
.blur{
  font-size: 70%;
  color: #999;
}
.div-border{
  color: #666;
  padding: 6px;
  border: 2px;
  border-style: solid;
  border-color: #ff8c00;
}
.sp_list{
  background-color: #eef;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

div.thum{
  position: relative;
  width: 50px;
}
div.thum:before{
  content: "";
  display: block;
  padding-top: 100%;
}
img.thum{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
div.thum2{
  position: relative;
  width: 90%;
}
div.thum2:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.alert_org {
  position: fixed;
  bottom: 0;
  z-index: 1;
  left: 50px;
  right: 50px;
  width: auto;
  opacity: 0.9;
  border: 0;
}

.image_bbs{
  width: 50%;
}

@media screen and (max-width: 767px){
  .image_bbs{
    width: 100%;
  }
}

.btn_frame{
  color: #666;
  margin-bottom: 10px;
  position: relative;
}

.btn_frame > div a{
  text-decoration: none;
  cursor:pointer;
}

.btn_frame > div a > img{
  margin-right: 5px;
  float: left;
}

.btn_frame > div a > img.next{
  margin-left: 10px;
  float: left;
}

.btn_frame > div > span{
  float: left;
}
.btn_frame > div span#push{
  color: #00f;
}

.popupModal1 > input { /* ラジオボックス非表示 */
  display: none;
}
.popupModal1 > input:nth-child(1) + label {
  cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
  display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
  display: block;
  z-index: 998;
  position: fixed;
  width: 90%;
  height: 80%;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
       width: 800px;
       height: 1000px;
       padding: 30px;

  }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
   left: 50% !important;
   top: 50% !important;
   margin-left: 330px !important;
   margin-top: -460px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
  width: 100%;
    height:100%;
    border:none;
    display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
  display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: fixed;
  left: 10px;
  bottom: 20px;
  z-index: 999;
  width: 44pt;
  height: 44pt;
  font-size: 40px;
  border-radius: 50%;
  line-height: 44pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
  display: none;
}

.modalPopup2 {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.popupModal1 .modalTitle{
   padding-bottom: .5em;
   margin: .5em 0;
   border-bottom:
   1px solid #ccc;
   font-weight: bold;
}
.popupModal1 .modalMain{
   color:#222;
   text-align: left;
   font-size: 14px;
   line-height: 1.8em;
}

.margin_right{
  margin-right: 1rem;
}

.clients_mb{
  margin-top: 25px;
  margin-bottom: 25px;
}

h1.management_title{
  text-align: center;
}

.management_disp{
  margin-top: 25px;
}

.management_disp thead{
  background-color: rgb(202, 202, 202);
}

.management_disp thead tr td{
  font-size: 120%;
}

table.management{
  background-color: #EEF5FB;
}

tr.fix_reg{
  /* background-color: #EEF5FB; */
}

.bg-default{
  background-color: #777;
}

.skill_level_search_form{
  margin-bottom: 10px;
}

table.skill_level_table {
  /*width: 2000px;*/
}

table.skill_level_table th {
  background-color: #e8e3e3;
}

th.small, td.small  {
  font-size: x-small !important;
}


th.middle, td.middle  {
  font-size: small !important;
}

div.xscroll{
  overflow-x: scroll;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

select.skill_level{
  padding: 0px;
}

.pankuzu {
  color: #888;
  padding-left: 20px;
  margin-bottom: 10px;
}

.master_skill {
  background-color: #ffbf7f !important;
}
/* 
.fix-table thead, .fix-table tbody {
  display: block;
}
.fix-table tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 60vh;
} */


.fix-table-wrapper {
  display: block;
  height: 60vh;
  border: none;
}

@media screen and (min-width:1281px) {
  .fix-table-wrapper {
    height: 72vh;
  }
}

.fix-table {
  border-collapse: unset;
}

.fix-table tr.row1 th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

.fix-table tr th, .fix-table tr td {
  text-align: center;
}

.fix-table tr.row2 th, .fix-table tr.row2 td {
  position: sticky;
  top: 40px;
  z-index: 1;
  height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

.fix-table tr.row3 th, .fix-table tr.row3 td {
  position: sticky;
  top: 80px;
  z-index: 1;
  height: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

.fix-table tr.row4 th{
  position: sticky;
  top: 120px;
  z-index: 1;
  height: 40px;
  border-bottom-color: #666;
  vertical-align: middle;
  white-space: nowrap;
}

.fix-table tr.row2 td, .fix-table tr.row3 td  {
  background-color: #fff;
  background-clip: padding-box;
  color: #000;
}

.fix-table thead tr th, .fix-table thead tr td{
  border-bottom-width: 1px;
}

.ud-button {
  margin-top: 20px;
}

.bg-w {
  background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #eee;
}
@media screen and (max-width:1676px) {
  .fix_col{
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .odd_col{
    background-color: #eee;
  }
}

span.skil-rank {
  font-size: 0.9em;
  font-weight: normal;
  vertical-align: middle;
}

span.skil-rank-value {
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
