@charset "UTF-8";

*{
    box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style-type: none;
   
}

img{
    vertical-align: bottom;
}

body{
    font-family:"小塚ゴシック Pr6N","メイリオ","ヒラギノ丸ゴ Pro", "ヒラギノ明朝 Pro","小塚明朝 Pro",Arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",Meiryo,serif, sans-serif;
   font-size: 16px;
   width: 100%;
   height: auto;
   font-style: normal;
   color: #333;
   min-height: 100vh;
   position: relative;/*←相対位置*/
 
   box-sizing: border-box;
}

address{
  font-style: normal;
}

a{
  text-decoration: none;
  color: #000;
}

.flex{
  display: flex;
  justify-content: space-between;
}

.flex2{
  display: flex;
  justify-content: space-between;
}

.inner{
  width: 1150px ;
  margin:0 auto;
  position: relative;
  left: -100px;
}

header{
  width: 100%;
  text-align: right;
  margin-top: 30px;
  position: fixed;
  z-index: 1000;
}

.global_nav{
  margin-left: auto;
  width: fit-content;
  line-height: 50px;
  padding-left: 50px;
}

.global_nav ul{
  max-width: 400px;
  margin-left: auto;
}

header .smooth li{
  margin-right: 50px;
}


footer{
  width: 100%;
  text-align: left;
  
}

footer ul{
  margin-right: auto;
  width: 50%;
  background-color: rgba(255,255,255,70%);
  margin: 50px auto;
}

footer small{
  display: block;
  text-align: right;
  margin-right:50px ;
}







/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  font-weight: normal;
  }



 
  .OK
  {
    color: #3C0;
    padding: 10px;
    border: 10px solid #3C0;
  }
  .NG
  {
    color: #F00;
    padding: 10px;
    border: 10px solid #F00;
  }
  



  
  .sp{
    display: none;
  }
  
  
  
  




@media screen and (max-width:640px){
  body{
    font-size: 14px;

  }

  img{
    max-width: 100%;
    height: auto;
  }  
  .inner{
    width: auto;
    left: 0;
   
  }
  .flex{
    display: block;
  }

 

  .sp{
    display: block;
  }

  .pc{
    display: none !important;
  }

.sp_br{
  display: none;
}


header{
  margin-top: 0;
}

header .smooth li {
  margin-right: 0;
}

.global_nav{
  width: 100%;
  padding: 20px;
}

footer ul{
  width: 70%;
  margin: 10px 0 20px 10px;
}


}
