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

.logomark{
  padding-top: 20px;
  scale:100%;
  text-align: center;
  z-index: 2;
}
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%;
}

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;
}
.firstrow{
  margin-top: 170px;
  width: 105%;
}
.imgbox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.picture{
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  width: 400px;
  filter: drop-shadow(5px 5px 5px #aaa);
  border: solid 5px white;
  overflow: hidden;
}
.boxinside img:hover{
  transform: scale(1.08, 1.08);
  transition: 0.5s;
}
.secondrow{
  margin-top: 25px;
  margin-bottom: 25px;
  width: 105%;
}
.thirdrow{
  margin-top: 25px;
  margin-bottom: 25px;
  width: 105%;
}
.picture9{
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  width: 600px;
  filter: drop-shadow(5px 5px 5px #aaa);
  border: solid 5px white;
  overflow: hidden;
}
.picture12{
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  width: 93%;
  filter: drop-shadow(5px 5px 5px #aaa);
  border: solid 5px white;
  overflow: hidden;
}
.bottomline{
  height: 50px;
  width: 110%;
  background-color: #1D2693;
}
.copyright{
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  padding-top: 10px;
}
