body {
	margin: 0 auto;
}
.headwaku{/*ロゴとメニュー表示の設定*/
  width: 100%;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 1);/*最後の数値が透過 0台から*/
  background-blend-mode: lighten;
  position: fixed;
}

.logomark{
  padding-top: 20px;
  scale:100%;
  text-align: center;
  z-index: 1;
}
ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.menulist{
  display:flex;
  justify-content: space-around;
  font-family: 'Noto Sans JP', sans-serif;
  font-size:18px;
  margin-left: -3%;
  margin-right: 1%;
}
.sma{
  display: none;
}
li{
  list-style:none;
  padding: 0.1rem 1.0rem;/*斜線の余白*/
  border-left:1.7px solid #011C7C ;/*斜線の色太さなど*/
  border-right:1.7px solid #011C7C ;/*斜線の色太さなど*/
  transform: skew(-15deg);/*斜線の角度*/
}
.selected{
  background-color: #011C7C;
}
li a{
  font-weight: 600;
  color: #011C7C;
  text-decoration: none;
  display: block;/*斜線内の文字の角度*/
  transform:skew(15deg);/*斜線内の文字の角度*/
  padding-bottom: 1%;
}
.textselected{
  color: white;
}

.kaisyainfo{
  margin-top: 15%;
  display: flex;
  width: 100%;
  height: auto;
  justify-content:center;
  padding-bottom: 1%;
  border:#011C7C ;
  background-color: #f4f3f3;
}
img{
  max-width: 100%;
  height: auto;
}

table{
  padding-left: 3%;
}
caption{
  padding-top: 2%;
  font-weight: bolder;
  font-size: 1.5em;
  padding-bottom: 1.0em;
  font-family: "Noto Sans JP", sans-serif;
}
th{
  padding-right: 1.5em;
  height: 42.5px;
  width: 70px;
  text-align: left;
  font-weight: bold;
  color: #545454;
  font-family: "Noto Sans JP", sans-serif;
}
tr{
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
td{
  width: 330px;
  font-weight: 350;
}
.torihikisaki{
    vertical-align: text-top;
}
.aisatsu{
  margin-top: 0%;
  padding-top: 2%;
  display: flex;
  width: 100%;
  height: auto;
  justify-content:center;
  padding-bottom: 1%;
  border:#011C7C ;
  background-color: #ffff;
}
.hello{
  padding-right: 0%;
  padding-top: 7%; 
  height: 200px;
  font-size: 1.5em;
  font-weight: bolder;
  font-family: "Shippori Mincho", serif;
  color: #011C7C;
  text-align: center;
}
.hello2{
  padding-bottom: 1em;
  padding-left: 10%;
  line-height: 2.5em;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}
.name{
  margin-left: auto;
  margin-right: auto;
  object-position: center;
  width: 200px;
  color: white;
  background-color: #011C7C;
  clip-path: polygon(0 calc(0% + 60vw), 100% 0, 100% calc(100% - 60vw), 0 100%);
  font-family: "Shippori Mincho", serif;
  font-weight:bold ;
  font-size: 0.8em;
}
.bottomspace{
  width: 100%;
  height: 10px;
}
.bottomline{
  height: 50px;
  width: auto;
  background-color: #1D2693;
}
.copyright{
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  padding-top: 10px;
}