@import url(sanitize.css);
.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.logo{
  width: calc(30px + 4.5vw);
  height: calc(30px + 4.5vw);
}
.flex {
  display: flex;
}
.flex-end{
  align-items: flex-end;
}
.center{
  align-items: center;
}
.inner-container1{
  width: 60vw;
  height: calc(30px + 4.5vw);
}
.expand{
  width: 37vw;
  height: calc(30px + 4.5vw);
}
.title{
  font-size: calc(6px + 2vw);
  margin-left: calc(3px + 1vw);
}
.right-aligned{
  justify-content: flex-end;
}
.nowrap{
  white-space: nowrap;
}
.adjust-height{
  height: calc(6px + 2vw);
}
.header-main-font-size{
  font-size: calc(6px + 1vw);
}
.margin-header{
  margin-left: 3vw;
  padding: 0px;
}
.notlinklike {
  text-decoration: none;
  color: #000000;
}
.header-shadow{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.white-bg{
  background-color: #ffffff;
}