/*stylesheet_manner

position
display
flex,grid,overflow,box
width
height
margin
padding
background
border,radius:
objectfit,contain
list-style
textルール
  color
  font-size
  font-weight
  text-align:
  line-hight
  letter_spacing
  text-intend
  text-decoraiton
アニメーション

*/
html{
  font-family: 'Noto Sans JP', sans-serif;
}

ul{
  list-style: none;
}

a{
  color: black;
  text-decoration: none;
}

.l-container{
  max-width:unset;
  padding-left:unset;
  padding-right:unset;
}
/*section---------------------------------------------------------------------*/

section{
  width: 100%;
  padding: 80px 0 60px 0;
}

.section_title{
  padding: 0 5%;
  margin-bottom: 60px;
}

.section_title h2{
  color: black;
  font-size: 50px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
}

main{
  width: 100%;
  /*padding-top: 80px;*/
}


@media only screen and (min-width: 600px){

section{
  padding: 120px 0 80px;
}

.section_title h2{
  font-size: 80px;
}

main{
  padding-top: 120px;
}
}

#shadow-host-companion {
  padding: 0 !important;
}

.l-header__bar{
  display:none;
}


