@charset "utf-8";
/* CSS Document */
body{
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  line-height: 1.5em;/*android対策*/
  color: #444444;
  -webkit-text-size-adjust: 100%;
}
body.open{
  height: 100%;
  overflow: hidden;
}

a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mik_wrap{
  max-width: 1000px;
  margin: auto;
}

.mik_fs10{font-size: 0.625rem;}
.mik_fs12{font-size: 0.75rem;}
.mik_fs14{font-size: 0.875rem;}
.mik_fs18{font-size: 1.125rem;}
.mik_fs20{font-size: 1.25rem;}

.mik_fwb{font-weight: bold;}

/*------------------------------------------*/
/*------------------header----------------*/
/*------------------------------------------*/
.mik_header{
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.mik_header nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
.mik_header p{
  width: 272px;
  aspect-ratio: 1 / 0.2;
}
.mik_header p a{display: block;}
.mik_header p img{
  width: 100%;
  height: 100%;
}
.mik_header ul{
  min-width: 620px;
  padding-top: 8px;
}
.mik_header li{
    display: inline-block;
    height: 28px;
    vertical-align: middle;
}
.mik_header li:last-of-type a{border-right: none;}
.mik_header li a{
    display: block;
    border-right: 1px solid #C8C8C8;
    height: 100%;
    padding: 3px 20px 0;
  font-size: clamp(0.75rem, 1.3vw, 1rem);
    text-decoration: none;
    color: #131D5F;
    font-weight: bold;
}
.mik_header li a:hover{color: #F29800;}

/*iPhone対策*/
.mik_headtel a{
    text-decoration: none;
    color: inherit;
}




.mik_spnavbtn{
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  top: 13px;
  right: 16px;
  border: 1px solid #404040;
  border-radius: 100%;
  z-index: 1010;
}
.mik_spnavbtn span{
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  left: calc(50% - 8px);
  background-color: #404040;
}
.mik_spnavbtn span:first-of-type{top: 12px;}
.mik_spnavbtn span:nth-of-type(2){top: 18px;}
.mik_spnavbtn span:last-of-type{top: 24px;}
.mik_spnavbtn.active span:first-of-type{
  top: 18px;
  transform: rotate(45deg);
}
.mik_spnavbtn.active span:nth-of-type(2){opacity: 0;}
.mik_spnavbtn.active span:last-of-type{
  top: 18px;
  transform: rotate(-45deg);
}


.mik_spnav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: #F7F6F4;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 900;
}
.mik_spnav.active{
  visibility: visible;
  opacity: 1;
}
.mik_spnavlogo{
  padding: 28px 16px;
  text-align: center;
}
.mik_spnavlogo img{
  width: 70%;
  aspect-ratio: 1 / 0.1;
}
.mik_parentul{
  width: 88.8%;
  margin: 0 auto 34px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.mik_parentul>li:nth-last-of-type(n+2){border-bottom: 1px solid #F0F3F8;}
.mik_parentul>li>a{
  display: block;
  height: 100%;
  padding: 21px 22px 19px;
  color: #404040;
}
.mik_acdn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #404040;
}
.mik_acdn a{
  width: calc(100% - 65px);
  display: block;
  padding: 21px 22px 18px;
  color: #404040;
}

.mik_acdn p.mik_acdn_ico{
  position: relative;
  width: 65px;
  height: 65px;
}
.mik_acdn p.mik_acdn_ico::before,
.mik_acdn p.mik_acdn_ico::after{
  content: "";
  position: absolute;
  display: block;
  background-color: #121E5A;
}
.mik_acdn p.mik_acdn_ico::before{
  width: 15px;
  height: 1px;
  left: 40%;
  top: 50%;
}
.mik_acdn p.mik_acdn_ico::after{
  width: 1px;
  height: 15px;
  left: 50%;
  top: 40%;
}
.mik_acdn p.mik_acdn_ico.active::after{display: none;}

.mik_childul{
  display: none;
  padding: 0 22px 16px;
}
.mik_childul li a{
  display: block;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #404040;
}
.mik_tocontact{
  margin-bottom: 50px;
  text-align: center;
}
.mik_tocontact a{
  display: inline-block;
  width: 200px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #114BA4;
}
.mik_sphockey{
  padding: 40px 22px;
  background-color: #FFFFFF;
}
.mik_sphockey div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}
.mik_sphockey div p:first-of-type{
  width: 24.5vw;
  aspect-ratio: 1 / 0.75;
}
.mik_sphockey div img{
  width: 100%;
  height: 100%;
}
.mik_sphockey div p:last-of-type{
  margin-left: 12px;
  line-height: 2;
  font-size: 0.75rem;
  color: #333333;
}
.mik_sphockey>p{text-align: center;}
.mik_sphockey>p a{
  text-decoration: underline;
  font-size: 0.875rem;
  color: #0096DF;
}






/*------------------------------------------*/
/*-------------------body-----------------*/
/*------------------------------------------*/
h1{
  background: url(../img/0_il_h1bg.png) center top repeat;
  height: 96px;
  padding-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  vertical-align: middle;
}

.mik_pagetitle{
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}
.mik_pagetitle span{display: inline-block;}


/*------------------------------------------*/
/*------------------footer-----------------*/
/*------------------------------------------*/
.mik_footer{
    background: url(../img/0_il_footer.png) -40px top repeat-x;
    height: 213px;
    text-align: center;
}
.mik_cprt{
    background-color: #89AF30;
    color: #FFFFFF;
    font-size: 0.75rem;
    text-align: center;
}

.mik_gotop{
    position: fixed;
    display: none;
    bottom: 20px;
    right: 10px;
    z-index: 100;
}
.mik_gotop a{
    display: block;
    background-color: rgba(200,200,200,0.75);
    border-radius: 100%;
    height: 44px;
    width: 44px
}
.mik_gotop a span{
    position: absolute;
    border: 3px solid #FFFFFF;
    border-bottom: none;
    border-left: none;
    width: 10px;
    height: 10px;
    top: 19px;
    left: 17px;
    transform: rotate(-45deg);
}











/*-----------------------------------------------*/
/*------------------レスポンシブ-----------------*/
/*-----------------------------------------------*/
@media screen and (max-width:820px){
  .mik_wrap{
    width: 100%;
    padding: 0 10px;
  }
  .mik_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 22px;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.08);
  }
  .mik_header nav {
    margin: 0; 
    padding: 10px 0px;
  }
  .mik_header p{
    display: block; 
    margin-top: 3px;
  }
  .mik_header p img{width: 71%; height: auto; }
  .mik_header ul{display: none;}
  .mik_headtel{display: none;}
  .mik_spnavbtn{display: block;}

  article{margin-top: 65px;}
}
@media screen and (max-width : 428px ){
  h1{
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  h1 img{max-width: 100%;}

    .mik_pagetitle{
        margin-bottom: 10px;
        font-size: 1.125rem;
    }
}
@media screen and (max-width : 375px ){

}
@media screen and (max-width : 360px ){
}
@media screen and (max-width : 320px ){
}
