@charset "UTF-8";
/*==========================
common
==============================*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 14px;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: #FFDF00;
}
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End Hack */
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*==========================
style
==============================*/
header lavel {
  color: #fff;
}
.user_name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 2rem;
  color: #fff;
}
.navbar {
  padding: 0.1rem 1rem;
}
.logo img {
  width: 120px;
  margin-left: 20px;
  margin-top: 5px;
}
.wrapper {
  padding: 1rem 0;
}
.title {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  background: #f2f2f2;
  font-size: 18px;
  margin-bottom: 30px;
}
.title::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #F7931E;
  border-radius: 4px;
}
.contents-block {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    margin-bottom: 15px;
}
.news{
    float:left;
    margin-left:3%;
}
.news-wrapper li {
    padding: 0.1rem;
}
.news-wrapper .news-date, .news-wrapper .news-content {
    text-align: left;
    padding-left: 3%;
}
.news-wrapper .news-date, .news-wrapper .news-content a {
    text-align: center;
    font-size: 1.0rem;
    color: #212121;
}
.main_btn_area {
  margin-bottom: 30px;
}
.main_btn_area a {
  margin-bottom: 10px;
  display: block;
}
.btn-main {
  background: #F7931E;
  color: #fff !important;
}
.btn-main-sp {
  background: #F7931E;
  color: #fff !important;
  margin-bottom:8px;
}
.main-menu {
 margin-bottom:8px;
}
.btn-main:hover {
  color: #fff !important;
  background: #F7A11E;
}
.list-group h2 {
  font-size: 18px;
  margin: 0;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
}
.item_list li {
  width: calc(90% / 5);
  margin-bottom: 50px;
  margin-right: 2%;
}
.item_list li h3 {
  font-size: 1em;
  margin: 10px 0;
}
.item_list .form-group .btn-main {
  font-size: 12px;
}
.item_list_img {
  border: solid 1px #f4f4f4;
  height: 240px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.item_list_img img {
 max-height: 240px;
 max-width: 100%;
}
.table p {
  margin: 0 0 5px;
}
.form_whitespace {
  white-space: nowrap;
}
.table th, .table td {
  vertical-align: middle;
}
.num {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.table td, .table th {
  vertical-align: middle;
}
.table th {
  white-space: nowrap;
}
.small_txt {
  font-size: 12px;
}
.table_b_btm {
  border-bottom: solid 1px #dee2e6;
}
.side_menu li {
  margin-bottom: 10px;
}
.hover_none {
  cursor: default !important;
}
.hover_none:hover {
  color: #fff;
}
.modal-body th {
  font-size: 14px;
}
.card {
  width: 50%;
  margin: auto;
}
.item_list .form-group .custom-select {
  font-size: 12px;
}
.th_title {
  width: 20%;
}
footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  padding: 2rem;
}
footer li {
  display: inline-block;
  padding: 0 1rem;
}
.flash_message {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  flex-wrap: wrap;
  text-align: center;
}
.list-group-item a{
	color: #000;
}
.serch_sp .btn{
	border-radius: 0 5px 5px 0;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 992px) {
  .sp {
    display: none;
  }
  .wid_60 {
    width: 60%;
  }
  .wid_100 {
    width: 100%;
  }
  .item_list li:nth-child(5) {
    margin-right: 0;
  }
}
/*==========================
SP common
==============================*/
@media screen and (max-width: 991.98px) {
  .pc {
    display: none;
  }
  h1 {
    line-height: 0.1;
  }
  .logo img {
    display: none;
  }
  .item_list li {
    width: calc(96% / 2);
    margin-right: 4%;
  }
  .item_list li:nth-child(even) {
    margin-right: 0;
  }
  .list-group {
    margin-bottom: 2rem;
  }
  .table_h_txt {
    font-size: 60%;
  }
  .table_h_txt th, .table_h_txt td {
    padding: .2rem;
  }
  .table_h_txt .btn-sm {
    font-size: 80%;
  }
  .list_table_nowrap {
    width: 800px;
  }
  .card {
    width: 100%;
  }
  .header_top {
    background: #343a40;
    text-align: right;
    padding: .3rem;
  }
  .header_top li {
    display: inline-block;
  }
  .user_name {
    font-size: 14px;
  }
  .serch_sp {
    padding: 10px;
  }
}
/*==========================
iphone5
==============================*/
@media screen and (device-aspect-ratio: 40/71) {}
/*==========================
ipad
==============================*/
@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation:portrait) {}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}