@charset "utf-8";
/**
 * custom.css
 */

/* demoディレクトリ用 */

/* PWフォーム目アイコン・受講生ログイン画面関連 */
.input-wrap{
  position: relative;
}
#toggle-password {
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  border: none;
}

#UserLoginForm label {
  font-size: 120%;
  padding-left: 10px;
}

form .required label::after {
  content: '必須';
  font-size: 12px;
  color: #fff;
  background-color: #45a8e9;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
  border-radius: 2px;
  font-weight: normal;
  word-break: break-word;
}

.form-signin input[type="submit"]{
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  width: 100%;
  transition: 0.3s;
}
.ino-login{
  color: #fff;
  position: relative;
  width: 100%;
  transition: 0.5s;
  margin:0 auto;
  padding: 5px 10px 20px;
}
.ino-login::after{
  transition: 0.3s;
  content: "";
  width: .7em;
  height: .7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 40px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ino-login:hover::after{
  right: 35px;
}
.form-signin .btn {
  font-size: 18px;
}

.syousai {
	margin: 20px 0;
}

.ib-logo {
	font-size : 18px;
	font-weight : bold;
	padding: 5px 5px 5px 15px;
	font-family: Helvetica,"游ゴシック","Yu Gothic",sans-serif;
}
.header {
    padding: 10px;
    margin: 0;
}

.irohasoft, .ib-navi-setting, .ib-navi-sepa-2 {
    display: none;
}

.ib-breadcrumb {
    padding-left: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 2px;
}
html,
body {
    height: 100%;
}
form {
    width: 100%;
}

.content-view .content-body {
  height: auto;
}

.users-courses-index .panel {
    margin-bottom: 10px;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: Calc(100vh - 90px);
}
.footer {
    margin-bottom: -10px;
    padding: 5px;
}

.content-foot {
  background-color:rgba(237,239,241,0.3);
  position: relative;
}

.content-menu {
    padding-top: 10px;
}

.contents-questions-index #lblStudySec {
    display: none!important;
}

.contents-questions-index .question-text, .contents-questions-index .correct-text, .contents-questions-index .radio-group {
    font-size: 16px;
    line-height: 1.6;
}

.question-text p {
  margin: 0px;
}

.contents-questions-index .question-text, .contents-questions-index .correct-text {
  padding: 15px;
  border-radius: 2px;
}

.bg-warning {
  margin-bottom: 15px;
}

br {
   display: block;
   content: "";
   margin: 6px 0;
}

#content .form-inline {
    text-align: center;
    margin: 30px 0;
}
.content-label {
  font-size: 18px;
  padding-left: 0.5em !important;
  border-left: 5px solid #0095d9 !important;
  margin-left: 0px !important;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" , sans-serif;
  font-weight: bold;
  margin-top: 10px;
  background: #f3f3f3;
}
.panel-info>.panel-heading {
    font-size: 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" , sans-serif;
    font-weight: bold;
    background-color: #45a8e9;
    border-color: #2297e5;
    color: #fff;
}
.panel-info > .panel-heading::before {
  font-family: 'Glyphicons Halflings';
  content: "\270f";
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}

.list-group-item-heading::before {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  color: #337ab7;
  font-size: 12px;
  margin-right: 4px;
}
.users-courses-index h4 {
    line-height: 1.4;
}

.panel-body table tr td {
  padding: 7px 5px;
}

.list-group-item-heading{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体" , sans-serif;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #337ab7;
}

.contents-questions-index .btn {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 40px;
    border-radius: 3px;
}
.btn-primary {
  background: linear-gradient(to bottom, #6fbe8d 0%, #54b278 100%);
  border: 1px solid #397f54;
}

.well {
  padding: 0px;
  margin: 5px 0 20px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contents-index table tr:nth-child(2n) {
  background: #fff;
}

img[src$="/demo/img/wrong.png"] {
    display: none;
}

.panel {
  border-radius: 2px;
}
.bg-warning {
  background-color: #fafafa;
  border: solid 1px #ccc;
}
.bg-success {
  background-color: #ffffe0;
  border: 1px solid #fff06b;
}
.bg-danger {
  background-color: #ffebee;
  border: solid 1px #f7abaa;
}

.glyphicon-play-circle::before {
  content: "\e059";
  color: #337ab7;
  font-size: 13px;
}
.glyphicon-check::before {
  content: "\e022";
  color: #5ace5f;
  font-size: 13px;
}

.panel-success > .panel-heading {
  color: #434343;
  border-color: #ccc;
  background: #d9f3ff;
}
.panel-info {
  border-color: #ccc;
}

/* コース一覧P残り◯◯の変更 */
.panel-body .list-group .list-group-item .btn-danger {
  padding: 2px 4px;
  font-size: 12px;
  background-color: #0095d9;
  border-color: #007ab2;
  line-height: 14px;
  border-radius: 2px;
}

hr.yohaku50 {margin:50px 0px 0px; border-style:none; background-color:none;}
hr.yohaku {margin:30px 0px 0px; border-style:none; background-color: none;}
hr.yohaku40 {margin:40px 0px 0px; border-style:none; background-color: none;}
hr.yohaku35 {margin:35px 0px 0px; border-style:none; background-color: none;}
hr.yohaku25 {margin:25px 0px 0px; border-style:none; background-color: none;}
hr.yohaku20 {margin:20px 0px 0px; border-style:none; background-color: none;}
hr.yohaku15 {margin:15px 0px 0px; border-style:none; background-color: none;}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.pc-head {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb {
  margin-left: 10px;
  margin-right: 10px;
}
.content-view .content-title {
    text-align: center;
}

.content-view .content-body{
    text-align: left;
    max-width: 1200px;
    margin: auto;
    padding: 30px 50px 30px;
}

.content-view .content-foot {
    padding-top: 30px;
}

.content-menu {
    padding-bottom: 30px;
}

.contents-index .content-label {
  font-size: 17px;
}
th {
  border-bottom: 2px solid #ccc;
}

.contents-questions-index .question-text, .contents-questions-index .correct-text, .contents-questions-index .radio-group {
  font-size: 15px;
}
.contents-index table tr td {
  padding: 10px 8px;
}
	/*-- ここまで --*/
}

/*media Queries スマホサイズ（800px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 800px) {
.panel {
  margin: 3px 0;
  border: none;
  box-shadow: none;
}
.content-label {
  font-size: 20px;
}
.contents-questions-index .panel {
  margin: 0;
  border: none;
}
.responsive-table a {
  font-size: 16px;
}

.responsive-table tbody td:not(.content-label) {
  font-size: 12px;
  padding: 2px;
}
.contents-index .panel-info {
  border: none;
}
.panel-body .list-group-item-text {
  line-height: 1.5;
}
	/*-- ここまで --*/
}