html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div {
  margin: 0;
  padding:  0;
 scroll-behavior: smooth;
 
}

body {
  font-family: Meiryo;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(47, 46, 47);
  letter-spacing: 1px;
  background-color: #E0EFFF;

}

li {
  list-style: none;
}

a {
  text-decoration: none;
}



.contents{
background-color: #E0EFFF;
padding: 0px;
}

.container{
  padding:0 250px;
  background-color: #E0EFFF;
}


header {
 
 
  padding: 0 170px;
  background-color: white;
  border: #00307A solid 10px;
  
  
}

.topheader{
display: flex;
padding: 0;

}

.header-pic1{
height: 220px;

}

.header-right{
  display: flex;
justify-content: space-between;
}

.vol{
  
  padding: 20px;
  margin: 30px 20px;
}

.vol-p{
  border: black solid 3px ;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.details{
  background-color: #00307A;
  padding: 20px 20px;
}

.details-p{
  color: #f0f4f6;
  font-size: 10px;
}


.boshu{
background-color:#E6007D ;
display: inline-block;
width: 150px;
height: 150px;
border-radius: 50%;
text-align: center;
line-height: 150px;
position:absolute;
 top :220px;
 right: 50px;
}

.boshu-p{
color: rgb(255, 255, 255);
font-size: 20px;
font-weight:bold;
}


.space{
  background-color: #E0EFFF;
  padding: 10px;
}


.menu-wrapper{
display: flex;
padding: 30px ;
justify-content: center;
background-color: #00307A;
margin-bottom: 50px;

}

.menu{
  padding: 0 
  30px ;
}

.to{
  padding: 10px 10px;
  color: aliceblue;
  border:  solid 2px aliceblue;
}

.slogan-container{
  padding: 0 100px;
  margin-bottom: 100px;
}

.aisatu{
  padding: 20px;
}

.aisatu-p{
  font-size: 16px;
}

.aisatu-p span{
  font-size: 18px;
  font-weight: bold;
  border-bottom: #00307A 2px solid;
}


.box{
  margin-bottom: 100px;
  
}


.title{
  background-color: #00307A;
  color: #e9ebef;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  letter-spacing: 2px;
}

.sentence{
background-color: #CFE5FC;
border: #00307A solid 2px;
padding: 30px;
}
.slogan{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.riji{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.pic-riji{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.rijipic{
height: 180px;
width: 180px;
border-radius: 50%;
}

.awards{
 display: flex;
 justify-content: center;
 margin-bottom: 0px;
}
.award-p{
  font-weight: bold;
}


.award-title{
  background-color: #A3CFFC;
  padding: 20px 40px;
  border: #00307A solid 1px;
  width: 30%;
}
.award-name{
  background-color: #fafafb;
  padding: 20px 40px;
  border: #00307A solid 1px;
  border-left: 0px;
  width: 50%;
}

.award-title2{
  background-color: #A3CFFC;
  padding: 20px 40px;
  border: #00307A solid 1px;
  border-top: 0px;
  width: 30%;
}
.award-name2{
  background-color: #fafafb;
  padding: 20px 40px;
  border: #00307A solid 1px;
  border-left: 0px;
  border-top: 0px;
  width: 50%;
}

.leader-name-p{
  font-size: 18px;
  font-weight: bold;
}

.leader{
display: flex;
margin-bottom: 50px ;
}

.leader-picture{
  display: flex;
  justify-content: center;
  align-items: center;
}


.leader-pic{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.leader-details{
margin-left: 20px;
}


.team-name{
  
  display: flex;
  justify-content: space-between;
  border-bottom: #00307A solid 2px;
}

.leader-intro{
  font-size: 14px;
}


.soshiki{
  padding: 20px 30px;

}

.soshiki-pic{
width: 80%;
margin-bottom: 20px;
display: block;
text-align: center;
margin: 30px auto;
margin-bottom: 50px;
}

.photos{
 
  text-align: center;
 
}

.photos-pic{
  width: 80%;
  display: block;
text-align: center;
margin: 0 auto;

  }

  .photo-name{
    width: 80%;
    display: block;
  text-align: center;
  margin-top: 30px;
  margin: 0 auto;
  }


.report{
  background-color: #FCEFF9;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.report2{
  background-color: #EFFCFA;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.report-title{
  margin-bottom: 20px;
}

.report-intro{
  display: flex;
}
.report-pic{
  width: 200px;
  height: 120px;
}
.report-sentence{
  margin-left: 20px;
  font-size: 15px;
}

.members{
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.member1{
  background-color: #9CD6F8;
  width: 200px;
  height: 335px;
  padding: 20px;
  
}

.member2{
  background-color: #F6EBBC;
  width: 200px;
  height: 335px;
  padding: 20px;
}

.member3{
  background-color:#CFE5FC;
  width: 200px;
  height: 335px;
  padding: 20px;
}

.member-picture{
text-align: center;
}

.member-pic{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.member-list{
  margin-top: 20px;
}

.member-list-p{
  margin-top: 5px;

}

.activities{

}

.schedule{
  display: flex;
  justify-content: space-around;

}

.schedule-a{
  background-color:#EEE3B6 ;
  padding: 20px 30px;
  display: flex;
  width: 50%;
  margin: 5px 5px;
  display: flex;
  align-items: center;

}

.schedule-b{
  background-color: #9CD6F8;
  padding: 20px 30px;
  display: flex;
  width: 50%;
  margin: 5px 5px;
  display: flex;
  align-items: center;
}

.month{
  background-color: #fafafb;
  border: #00307A solid 2px;
  border-radius: 10%;
  width: 50px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.month-activity{
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.activity-detail{
 margin-left: 20px;
}

.activity-1{
  background-color: #9CD6F8;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin-top: 30px;
}

.activity-2{
  background-color: #EEE3B6;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin-top: 30px;
}

.activity-pic{
  width: 200px;
  height: 120px;
}


.title2{
  background-color: #00307A;
  color: #e9ebef;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;


}





.boshu-2{
  margin-left:50px ;
  background-color:#E6007D ;
  padding: 10px 20px;
  border-radius: 5%;
  text-align: center;
  }

.boshu-p2{
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight:bold;
}

.end-details{
  display: flex;
  justify-content: space-between;
}

.end-detail{
 
  padding: 0 30px;
}

.detail-p{
  text-align: center;
}

.snses{
  display: flex;
  justify-content: space-around;
}


.sns{
 
  padding: 20px 10px;
}



.sns-pic{
  width: 50px;
  height: 50px;
  display: block;
margin: 10px auto;
}



.contact-p{
  font-size: 14px;
  font-weight: bold;
}
.contact-p-1{
  font-size: 18px;
  font-weight: bold;
  color: #00307A;
}

.contact-p span{
  font-size: 19px;
  font-weight: bold;
}

  








footer{
  margin-top: 30px;
  padding: 20px;
  
  background-color: #00307A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer{
  color: #FCEFF9;
  font-size: 13px;
 
}



















