@charset "UTF-8";

html, header{
  max-width: 100vw !important;
}


.body .trunk .branches{
  width: 100% !important;
  min-width: 100% !important;
  box-sizing:border-box;!important;
  
}

#top > div > section.branches.grey > div:nth-child(1) > ol{
  width: 92%;
	padding-left:4%;
	padding-right:4%;
	padding-bottom:21px;
}
.trunk{
  max-width: 100vw;
}
h2{
  padding-left: 15px;
}
h3{
  margin-left: 10px;
  margin-top: 5px;
}
.body.lower .trunk .branches.grey {
	padding-bottom:50px;
}

/* submit button */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.body.lower .trunk .branches .leaf > .main{
  width: 100% !important;
}

#top > div > header{
  width: 100% !important;
  min-width: 100% !important;
}


.logo_pc{
  display: none;
}
.logo_sp{
  display: inline;
}
.now_printing {
	text-align:center;
}
.now_printing img {
	width:100%;
}