@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px) {
  /* modal_base
--------------------------------------*/
  html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  a {
    text-decoration: none
  }
  a.disabled {
    pointer-events: none;
  }
  div#menu_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
  }
  div#menu_modal div.menu_background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ddf6ff !important;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
  }
  /*div#menu_modal div.menu_container {
	position: relative;
	width: 600px;
	height: 500px;
	background-color: #ffffff;
  border-radius: 3px;
  margin-top:50px;
  z-index: 100000;
}*/
  div#menu_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
  }
  div#menu_modal div.menu_container {
    position: relative;
    width: 90vw;
    height: auto;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 50px;
  }
  /*btn Close
--------------------------*/
  a .btn_menu_modal_close {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 1.3;
    border-radius: 2px;
    font-weight: bold;
    margin: auto;
    font-size: 24px;
    position: absolute;
    top: -38px;
    right: 9px;
    text-align: center;
    background-color: #1153be !important;
  }
  a .btn_menu_modal_close .close {
    opacity: 1 !important;
  }
  /* font-awesoe menu_wrap_menu
----------------------------------------------------*/
  .menu_wrap_menu {
    margin-top: 100px;
  }
  .menu_drawer-nav {
    margin: 0;
    padding: 2% 1.4%;
    background: #1153be !important;
    box-sizing: border-box;
  }
  .menu_drawer-nav_2 {
    margin: 2em 0 0;
    padding: 2% 1.4% 1.1%;
    background: #1153be !important;
    box-sizing: border-box;
  }
  .menu_drawer-menu {
    display: inline-flex;
    flex-flow: wrap;
  }
  .menu_drawer-menu li {
    flex-basis: 48%;
    margin: 0 1% 2%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 3px;
  }
  .menu_drawer-menu li a {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 6px 0 3px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    transition: .2s;
    position: relative;
  }
  .menu_drawer-menu li a::hover {
    display: block;
    margin: 0;
    padding: 6px 0 0;
    margin-left: 0px;
    background: #FFFFCC;
    color: #666;
    position: relative;
    cursor: hand !important;
  }
  .menu_drawer-menu li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: calc(50% - 7px);
    right: .7em;
    bottom: 0;
    margin: auto;
    color: #9A9A9A;
    font-size: 11px;
  }
  .menu_drawer-menu li a i {
    display: inline-block;
    width: 100%;
  }
  .menu_drawer-menu li a i.iconcolor {
    color: #1153be;
  }
  /* menu_drawer-menu2 
----------------------------------------------------*/
  .menu_drawer-menu2 {
    display: inline-flex;
    flex-flow: wrap;
  }
  .menu_drawer-menu2 li {
    flex-basis: 100%;
    margin: 0 1% 2%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 3px;
  }
  .menu_drawer-menu2 li a {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 6px 0 3px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    transition: .2s;
    position: relative;
  }
  .menu_drawer-menu2 li a::hover {
    display: block;
    margin: 0;
    padding: 6px 0 0;
    margin-left: 0px;
    background: #FFFFCC;
    color: #666;
    position: relative;
    cursor: hand !important;
  }
  .menu_drawer-menu2 li a i {
    display: inline-block;
    width: 100%;
  }
  .menu_drawer-menu2 li a i.iconcolor {
    color: #1153be;
  }
  /* footer menu_footer_btn_wrap
----------------------------------------------------*/
  div.menu_footer_btn_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 20px 0 0;
    padding: 0;
  }
  div.menu_footer_btn_wrap div {
    flex-basis: 47%;
    flex-shrink: 1;
    margin: 0;
    padding: 0 !important;
  }
  div.menu_footer_btn_wrap p img {
    margin: 0;
    padding: 0;
  }
  div.wide__menu_btn {
    margin: 5px auto 0;
    padding: 0;
    width: 97.4%;
  }
  /* footer_wrap_footer FooterNewMenu
----------------------------------------------------*/
  .footer_drawer-nav {
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .footer_drawer-footer {
    display: inline-flex;
    flex-flow: wrap;
  }
  .footer_drawer-footer li {
    flex-basis: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    border-top: 1px solid #fff;
    border-radius: 0px !important;
  }
  .footer_drawer-footer li:nth-of-type(even) {
    border-left: 1px solid #eee;
  }
  .footer_drawer-footer li:nth-last-child(2) {
    border-bottom: 1px solid #eee;
  }
  .footer_drawer-footer li:nth-last-child(1) {
    border-bottom: 1px solid #fff;
  }
  .footer_drawer-footer li a {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 1em 0;
    background: #fff;
    color: #000;
    border-radius: 3px;
    transition: .2s;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer_drawer-footer li a::hover {
    display: block;
    margin: 0;
    padding: 1em 0;
    margin-left: 0px;
    background: #FFFFBC;
    color: #666;
    position: relative;
    cursor: hand !important;
  }
  .footer_drawer-footer li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: calc(50% - 8px);
    right: .7em;
    bottom: 0;
    margin: auto;
    color: #9A9A9A;
    font-size: 11px;
  }
  .footer_drawer-footer li:first-child a::after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f054" !important;
    position: absolute !important;
    top: calc(50% - 8px) !important;
    right: .7em !important;
    bottom: 0 !important;
    margin: auto !important;
    color: #9A9A9A !important;
    font-size: 11px !important;
  }
  .drawer_nav {
    display: inline-flex;
    flex-flow: wrap;
    width: 100%;
  }
  .drawer_nav li {
    flex-basis: 48%;
    background-color: #fff;
    height: auto;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .drawer_nav li a {
    background-color: #fff;
    color: #555;
    display: block;
  }
  .drawer_nav li:hover ul.second-level {
    display: inline-flex;
    flex-flow: wrap;
  }
  .drawer_nav li ul.second-level {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001;
  }
  .drawer_nav li ul.second-level li a {
    padding-left: 40px;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 1em 0;
    background: #FAFAFA;
    color: #000;
    border-radius: 3px;
    transition: .2s;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
  }
  
  
  
  ul.menu_drawer-menu2 label {
    flex-basis: 100%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 3px;
  }
   ul.menu_drawer-menu2 input[type="checkbox"].on-off {
    display: none;
  }
ul {
    /*    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
    margin: 0;
    padding: 0;
    list-style: none;
  }
   ul.menu_drawer-menu2 li {
    padding: 5px;
  }
   ul.menu_drawer-menu2 input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
  }
   ul.menu_drawer-menu2 input[type="checkbox"].on-off:checked + ul {
    height: auto;
    margin: -8px auto 10px;
    background: #fff;
    width: 98%;
  }
   ul.menu_drawer-menu2 .iconcolor {
    color: #1153be;
    display: inline-block;
    width: 100%;
  }
  /*--------------------------------------------*/
   ul.menu_drawer-menu2 label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: 27px;
    right: 19px;
    bottom: 0;
    margin: auto;
    color: #9A9A9A;
    font-size: 11px;
  }
  /*チェックは隠す*/
   ul.menu_drawer-menu2 input {
    display: none;
  }
  /*中身を非表示にしておく*/
   ul.menu_drawer-menu2 .second-level {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
  /*クリックで中身表示*/
   ul.menu_drawer-menu2 .on-off:checked + label + .second-level {
    height: auto;
    padding: 5px 4px 10px;
    opacity: 1;
    margin-top: -10px;
  }
  /*アイコンを入れ替える*/
   ul.menu_drawer-menu2 .on-off:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    position: absolute;
    top: 27px;
    right: 19px;
    bottom: 0;
    margin: auto;
    color: #9A9A9A;
    font-size: 11px;
  }
}