@charset "utf-8";

@media screen and (max-width: 767px) {
body{
  padding-bottom: 55px!important;
}
#footer_top{
  background-color: #143954 !important;
}


#menu-footer_bottom{
  background-color: #143954 !important;

}

}

.mkcontents_single{ }
.mkcontents_single>div:first-child{
  display: block;
font-family: source-han-serif-japanese, serif;
text-align: center;
margin-bottom: 40px;
line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mkcontents_single>div:first-child{
    font-size: 20px!important;
  margin-bottom: 10px;
  }

}

div[class^="hp2_content_title"] {
  height: 48px;
  background: #123954;
  font-size: 1.4em;
  color: #fff;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;

}

.hp2_content_thirdtitle01{

}

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

  div[class^="hp2_content_title"] {
    min-height: 48px;
    height: auto;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 10px 15px;
  }

}

div[class^="hp2_content_thirdtitle"] {
  margin-bottom: 20px;
  border-bottom: 2px solid #888;
  padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.6;
  padding:5px 10px 9px 20px;

}
div[class^="hp2_content_thirdtitle"]:before{
display: block;
content: '';
width: 7px;
height: 1.4em;
position: absolute;
top: 4px;left: 0;
border-left: 7px solid #123954;

}
div.backnumber{
  background: none!important;
  padding-left: 0!important;
}
div.backnumber:before{
  display: block;
  content: '';
}
#upperPage{
  margin-bottom: 10px;
   padding-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  text-align: left!important;
  padding:5px 10px 5px 10px;
  border-left: 7px solid #123954;

}
#upperPage:before{
  display: block;
  content: "バックナンバー";
  width: 100%;
  height: 1em;

}
.content-news{
  padding-top: 40px!important;
  border-top: 1px solid #888;

}
div[id^="list_element_"]{
  margin-bottom: 1em!important;

}
.content-news .news-title{
  font-size: 14px;
  line-height: 1.8;
  text-align: left;

}
.content-news .news-title a{
  text-decoration: underline;
  color: #0056BA;
  font-weight: 400;
  margin-right: 1em;

}
#mkcontents dl.content-news dt .news-date{
  color: #a5a5a5;
  font-size: 14px!important;
  font-weight: 400;


}

#mkcontents{
/* #mkcontents p,#mkcontents ul,#mkcontents ol,#mkcontents table{ */
  font-size: 14px;
}
#mkcontents table{
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #mkcontents table{
    font-size: 1em;
  }
}
#mkcontents ul{
  list-style: none;
  text-indent: 0!important;
}
#mkcontents ul li{
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  gap:10px;
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 25px;
}
#mkcontents ul li:before{
  width: 8px;
  content: '';
  height: 8px;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 11px;

  border: 4px solid #123954;
}
#mkcontents ol li{
  font-size: 18px;
  font-weight: 700;
  margin-left: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  #mkcontents ul li{
    font-size: 14px;
    margin-bottom: 0.8em;
    padding-left: 22px;
  }
  #mkcontents ul li:before{
    width: 6px;
    height:6px;
    top: 11px;

    border: 4px solid #123954;
  }
  #mkcontents ol li{
    font-size: 14px;
  }

}
#mkcontents p img{
  margin: 1em 1em 1.5em 1em;
}
#mkcontents a{
  color: #0056BA;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  table{
    border-bottom: 1px solid #bbb;
  }
tbody tr{
   /* display: table-row!important; */
  /* border-bottom: 1px solid #bbb; */
  }

tbody th,tbody td{
  background: #f0f0f0;
   width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

   /* display: table-cell!important; */
}
tbody th,tbody td:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}
tbody tr td:first-child{
  /* background: #fff!important; */
}
.table_in_table{
  padding: 0!important;
  border: none!important;
}
.table_in_table>tbody>tr>td{
  padding: 0!important;
  border: none!important;
}

.table_in_table tr{
  display: table-row;
  border: none!important;
}
.table_in_table table{
  margin-bottom: 0!important;
}
.table_in_table tr td{
  display: table-cell;
  width: auto;
  border: 1px solid #bbb!important;
}

}

/* menu */

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

  a.menu_button{
    display: -webkit-flex!important;
    display: -ms-flex!important;
    display: flex!important;
    align-items: center;
    justify-content: center;

  }
  a.menu_button i{
    font-size: 1.5em;
    color: #888;

  }
  a.menu_button.active i{
    font-size: 1.5em;
    color: #fff;

  }
  a.menu_button:before{
    display: none!important;

  }
}
