/*モバイルファースト*/

/*font設定*/

/* 100*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('fonts/NotoSansJP-Thin.woff') format('woff');
  font-weight: thin;

}

/* 300*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('fonts/NotoSansJP-Light.woff') format('woff');
  font-weight: light;

}

/* 400*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('fonts/NotoSansJP-Regular.woff') format('woff');
  font-weight: regular;

}

/* 700*/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url('fonts/NotoSansJP-Bold.woff') format('woff');
  font-weight: bold;

}

/*sp-------------------------------------------------------------------*/

body{
  min-width: 350px;
}

header{
  position: fixed;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 999;
}

.header_wrapper{
  display: flex;
  width: 95%;
  height: 100px;
  margin: auto;
  padding: 20px 0;
}

.header_icon{
  display: block;
  width: 70px;
  height: 60px;
  margin-right: auto;
}

.header_icon img{
  display: block;
  width: 70px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.menu_wrapper h2{
  display: none;
}

/*lp-4*/
header .document{
  display: block;
  width: 90px;
  height: 50px;
  margin: 5px 5px 5px auto;
  font-size: 10px;
  border-radius: 25px;
  background-color: #F46940;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border: none;
  text-decoration: none;
}

header .contact{
  display: block;
  width: 200px;
  height: 60px;
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
}

.partner_wrapper{
  display: none;
}

/*pc----------------------------------------------------------------*/
@media only screen and (min-width: 1020px){

.br_sp{
  display: none;
}

.header_wrapper{
  width: 1020px;
  height: 120px;
  padding: 10px 0;
  justify-content: center;

}

.header_icon{
  width: 150px;
  height: 100px;
  margin-right: 10px;
}

.header_icon img{
  width: 150px;
  height: 100px;
}

.menu_wrapper h2{
  display: block;
  margin: 60px auto 0 20px;
  font-size: 16px;
}

header .contact{
  width: 240px;
  height: 80px;
  margin: 10px 0 10px auto;
  font-size: 18px;
  border-radius: 40px;
}

/*認定パートナー追加分*/

.menu_wrapper h2{
  margin-top: 40px;
  line-height: 1.8;
  font-size: 12px;
}

.partner_wrapper{
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 0;
  margin-left: 20px;
}

.partner_wrapper h3{
  width: 90px;
  display: block;
  position: absolute;
  font-size: 10px;
  transform: scale(0.7);
  transform-origin: left top;
  color: black;
  font-weight: bold;
  top: 24px;
  left: 19px;
  line-height: 1.5;
  text-align: center;

}

.partner_wrapper img{
  width: 100px;
  height: 100px;
}

header .contact{
  margin: 10px 0 10px 5px;
}


/*認定パートナー追加終了*/

/*lp-4*/
header .document{
  width: 160px;
  height: 80px;
  margin: 10px 0 10px auto;
  font-size: 14px;
  border-radius: 40px;
  line-height: 80px;
}
/*lp-4終了*/


}

