@charset "UTF-8";
body {
  background-color: #fff;
}

header#header {
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  /*	height: 80px;*/
}

.navbar ul {
  padding: 0;
}

#reporepo_teacher_header_menu {
  margin: 0 0 0 auto;
  background-color: rgba(0, 117, 193, 0.7);
}

.custom-toggler.navbar-toggler {
  margin-right: 15px;
  border-color: rgba(255, 255, 255, 0.8);
}

#repo_header-nav {
  margin-top: 0;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-menu .nav-item .nav-link {
  height: 100%;
  width: auto;
  height: 60px;
}

/*ログアウト*/

.navbar #global_navbar_logout {
  padding: 0.5em 0.8em;
  width: auto;
}

header#header a {
  color: #fff;
}

/*------------------------------------------------------------
レイアウト調整
------------------------------------------------------------*/

.page-footer {
  margin-bottom: 2em;
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/

.m_form {
  margin-top: 50px;
}

.m_form.mt0 {
  margin-top: 0;
}

.m_form.cardStyle {
  padding: 2em;
}

.m_form h3 {
  padding: 1em 0;
  font-size: 21px;
  color: #0075C1;
  font-weight: bold;
}

.m_form label>input:first-of-type {
  margin: 0.2em 0 0.3em 0;
}

.m_form .btn-lg {
  margin: 0 0 1em;
}

.m_form hr {
  margin: 3em 0 1em;
}

#user_info {
  padding: 1em;
  list-style-type: none;
  background-color: #F4F7FA;
}

#user_info li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

#user_info li .sbj {
  margin-right: 0.5em;
  font-weight: normal;
}

/*------------------------------------------------------------
背景
------------------------------------------------------------*/

.overwidth {
  background-color: #F4F7FA;
  margin: 0 -15px 40px;
  padding: 25px 15px;
}

.overwidth .page-header {
  border: none;
  margin-bottom: 0;
}

.overwidth .page-header h1 {
  font-size: 24px;
}

.overwidth .m_form {
  margin-top: 0;
}

/*------------------------------------------------------------
レポート
------------------------------------------------------------*/

.report .item {
  line-height: 1.8;
}

.item .title, .comment .title {
  font-size: 18px;
  font-weight: bold;
}

.form-control-lg {
  font-size: 1rem;
}

.list-nomaker {
  list-style-type: none;
  padding-left: 0;
}

.record_attached_file_add_input {
  background-color: #F4F7FA;
}

.text_counter {
  font-size: 18px;
}

.text_counter .mdi {
  font-size: 21px;
}

.text_counter .number {
  font-weight: bold;
  color: #D15446;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, .4)
}

.report hr {
  margin: 2rem 0;
}
