@import "common.css";

#header-area{
    background-color: #8a8888;
}

#header-logo-area {
    margin-right: auto;
}

#header-logo{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
    height: 3em;
    background-size: auto 35px;
    background: url(../img/logo/header/logo.png) no-repeat center left / contain;
}

#header-logo span{
   visibility: hidden; 
}

#header-title-area {
    margin-left: auto;
    margin-right: 10px;
}

#header-title-area:hover {
    opacity: 50%;
}

#header-title {
    display:flex;
    height: 100%;
    align-items: end;
}

#header-title a {
    padding-bottom: 10px;
}

#side_menu {
    background: #4472C4;
    padding: 0;
}

#side_menu .logo_area .logo{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    height: 3em;
    background: url(../img/logo/header/logo.png) no-repeat center left / contain;
}

#side_menu #app_name{
    font-size: small;
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;
}

#side_menu #menu_block{
    margin-top: -15px;
}

/* common navigation mods */
#side_menu ul,
#side_menu ul li {
    width: 100%;
}

#side_menu ul li a {
    width: 100%;
    text-indent: 5px;
    border-radius: 0 !important;
    font-weight: bold;
    color: #fff;
}

#side_menu ul li a.nav-link:hover,
#side_menu ul li a.dropdown-item:hover,
#side_menu ul li a.dropdown-item:active,
#side_menu ul li a.nav-link.is_active {
    background: #44546A;
}

.required_notice {
    position: relative;
}

.required_notice::after{
    content: "";
    background: url(../img/exclamation_mark.svg) no-repeat center / cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: -30px;
    background-color: #fff;
    border-radius: 50%;
}

#side_menu .dropdown-menu {
    background-color: #4472C4;
}

.inner_section_main .h1,
.inner_section_main .h2,
.inner_section_main .h3,
.inner_section_main .h4,
.inner_section_main .h5,
.inner_section_main .h6,
.inner_section_main h1,
.inner_section_main h2,
.inner_section_main h3,
.inner_section_main h4,
.inner_section_main h5,
.inner_section_main h6 {
    margin-bottom: 1em;
}

.inner_section_main .h2,
.inner_section_main .h3,
.inner_section_main h2,
.inner_section_main h3 {
    font-weight: bold;
}

.inner_section_main .h2,
.inner_section_main h2 {
    padding: 0.25em 0.5em;
    border-left: 4px solid #0d6efd;
    margin-left: -0.5em;
}

.inner_section_main p {
    margin-bottom: 1em;    
}

.inner_section_main .inner_page {
    width: 90%;
    margin: 1em auto
}

/**------ 各画面のHTMLより ----- **/ 
.upload-box {
    display: none;
}

.errorlist,
.validation-error {
    list-style-type: none;
    color: red;
    margin: 0;
    padding-left: 1.2rem;
    word-break: break-all;
}

.errorlist li,
.validation-error li {
    word-break: break-all;
}

/* お知らせ一覧 */
.info {
  overflow-y: auto;
  max-width: 80%;
  max-height: 500px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.info dt {
  width: 25%;
}

.info dd {
  width: 75%;
}

.info dd,
.info dt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: .5em;
  border-bottom: 1px dotted #343a40;
}

.info dt time {
  margin-right: .5em;
  color: #999;
  font-style: normal;
  font-weight: initial;
}

.info dd:first-of-type,
.info dt:first-of-type {
  border-top: 1px dotted #343a40
}

/* 広告枠 */
.advertisement_area {
    height: 150px;
}

#advertisement {
  padding-top: 2em;
  margin: 0 auto;
}

#advertisement .carousel-inner {
  width: 75%;
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  padding-top: 2em;
  margin: 0 auto;
}

/* ダウンロード予定ファイル一覧 */
.download_list_form .info_item {
    width:100%;  
} 

.download_list_box {
    overflow-y: auto;
    height: 200px;
    width:100%;
}

/* FAQ画面 */
.faq_box p{
    margin-left: 40px;
    font-size: 15px;
}

/* レスポシブ対応分 */
@media only screen and (min-width: 500px) {
    .inner_section_main .h2,
    .inner_section_main h2 {
        margin-left: 0 !important;
    }
}