/*!
sp css
 ______________________________*/
@media screen and (max-width: 599px) {
  /*
header
______________________________*/
    
    
/*
.scroll-table
_____________________________*/

.scroll-table {
  overflow: auto;
  white-space: nowrap;
  /*border: solid 1px #ddd;*/
}

h2.page_tit img {
  width: auto;
  height: 30px;
}


  /*
.nav_sp_menu
*/
#toggle1{
  display: none;
}
.toggle-inner{
  display: none;
}
#toggle1:checked ~ .toggle-inner{
  display: block;
}
.toggle-outer{
  position: absolute;
  top:0;
  right: 0;
}
.toggle-outer img{
  width:62px;
  height: 62px;
}

.sp_menu img{
  width:100%;
  height: auto;
}
.nav_sp_menu{
  display: block;
}
.nav_sp_menu ul{
  background-color: rgb(255, 255, 255, 0.9);
  position: fixed;
  z-index: 11111;
  width: 100%;
  padding: 0;
  top: 60px;
  transition: all .4s;
}

.nav_sp_menu ul {
  margin: 0;
  padding: 0;
}
.nav_sp_menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav_sp_menu ul li a {
  display: block;
  color: #122e80;
  width: 100%;
  padding: 10px;
  border-bottom: solid 1px #9dafe5;
}
.nav_sp_menu ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 1px solid #122e80;  /* thickness, color */
  border-right: 1px solid #122e80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

    
  .header_in {
    display: inherit;
    justify-content: space-between;
    padding: 0;
  }
  .header h1 a img {
    width: auto;
    height: 32px;
  }
  .container_pc_only {
    max-width: inherit;
    margin: inherit;
    width: inherit;
    padding: inherit;
  }
  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 3;
    min-height: 61px;
    height: 61px;
  }
  .header .container {
    margin: 0;
    padding: 0;
  }
  .header h1 {
    display: block;
    float: left;
    font-size: 2em;
    padding: 7px 0 0 10px;
    text-decoration: none;
  }


  html {
    scroll-padding-top: 70px;
  }
  .header_in {
    display: inherit;
    padding: 0 0 0;
    float: left;
  }
  /*
menu
________________________*/
  ul.menu li {
    width: 100%;
    overflow: scroll;
  }
  ul.menu li a, .toggle_label {
    text-align: left;
  }
  ul.menu li a span, .toggle_label span {
    display: none;
  }
  ul.menu > li {
    border-left: 1px solid #ccc;
    padding: 13px 0;
    height: 69px;
  }
  ul.menu > li {
    padding: 5px 0;
    height: inherit;
  }
  ul.menu > li:last-child {
    height: inherit;
  }
  /*
mv
____________________*/
  .mv {
    padding-top: 61px;
  }
  /*
top_box
______________________*/
  .top_box {
    display: block;
  }
  .top_box main {
    display: block;
    width: 100%;
  }
  .top_box sub {
    display: block;
    width: 100%;
  }
  .top_box main {
    padding-top: 0 !important;
  }
  
  /*
top_contents
_______________*/
  .top_contents {
    padding: 20px 0;
  }
  .top_contents h3 {
    font-size: 180%;
    margin-bottom: 30px;
  }
  ul.top_contents_box {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.top_contents_box li {
    display: block;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 10%;
  }
  ul.top_contents_box li h4 {
    font-size: 110%;
  }
  ul.top_contents_box li p {
    font-size: 100%;
  }
  /*
footer
_____________________*/
  .sns_sec ul li:first-child a img {
    height: 35px;
  }
  .sns_sec ul li:last-child a img {
    height: 40px;
  }
  .footer_access ul {
    display: block;
  }
  .footer_access ul li {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer_access ul li:nth-child(1) {
    padding: 15px;
  }
  ul.map_address li:nth-child(1) {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  ul.map_address li:nth-child(1) img {
    width: 50%;
    height: auto;
  }
  ul.map_address li:nth-child(2) {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .footer_access .container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .footer_link {
    padding: 30px 0;
  }
  /*
	page_header
_________________*/
  .page_header {
    height: 150px;
    padding-top: 61px;
  }
  .page_header1 {
    background-size: cover;
    background-position: right -150px top 61px;
  }
  .page_header h2 {
    font-size: 120%;
    margin: 0;
  }
  #content {
    font-size: 80%;
  }
  #breadcrumb {
    padding: 5px 0;
    margin: 10px 0;
    font-size: 80%;
  }
  #content h3, #content h4, #content h5 {
    font-size: 100%;
  }
  #content h3 {
    padding: 10px 17px;
    margin-bottom: 10px;
  }
  #content h3::before {
    width: 3px;
    height: 22px;
    top: 9px;
    left: 8px;
  }
  #content h4, #content h5 {
    padding: 5px;
    margin-bottom: 10px;
  }
  .sub_nav h3 {
    padding: 5px 10px;
    border-bottom: 3px solid #95cef6;
    font-size: 120%;
  }
  /*_______________________

.flex_box
________________________*/
  .flex_box {
    display: block;
  }
  .img_box, .img250 .img_box, .img350 .img_box, .text_box {
    width: 100% !important;
  }
  .img_box img, .img250 .img_box img, .img350 .img_box img {
    width: 100% !important;
  }
  .img_float .img_box {
    float: right;
    width: 40% !important;
    margin-left: 3%;
  }
  .img_float ::after {
    content: "";
    display: block;
    clear: both;
  }
/*
page
*/

#about #contents {
    padding: 33px 0;
}

.mv nav {
  display: none;
}
.mv .mv_txt {
  top: 31%;
  left: 2.3%;
  width: 97vw;
}

.top_about_bg {
  position: absolute;
  width: 100%;
  height: 86vh;
  top: 0;
  left: inherit;
  background-image: url(../img/top/bg_txt.png);
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
}


.top_topics_box, .top_activity_box{
  display: block;
  margin:0 !important;
  padding:0 !important;
}
.top_topics_box li,.top_activity_box li{
  margin-bottom: 30px !important;
}
.footer_link h3 img {
  width: auto;
  height: 20px;
}

  /*___________________________________*/
}