*{
  margin: 0;
  padding: 0;
}

body{
  width: 100%;
  background: #696969;
}
/*
h1{
  font-size: 36px;
  padding-left: 8px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 400;
  
}
*/

h2{
  color: #9932cc;
}

/*
a{
  margin-top: 16px;
  font-size: 16px;
  padding: 8px 32px;
  background: #fff;
  color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.5s;
}

a:hover{
  background: #000;
  color: #000;
}
*/

img{
  float: left;
}

p{
  margin-bottom: 16px;
}

.content{
  border-bottom: 1px solid #000;
  padding: 16px 0;
  overflow: hidden;
  
}

.content:last-child{
  border-bottom: 0;
}

.main-visual{
  width: 100%;
  height: 900px;
  background: #fff url(./img/aisatu.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 32px;
}

.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 16px;
}

.choko {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 16px;
}

.content:last-child {
    border-bottom: 0;
}

#header {
    width: 1500px;
    overflow: hidden;
    background: #2E2EFE;
    padding: 6px 0px;
}

#header h1 {
    float: left;
    color: #000;
    margin-right: 48px;
}

nav {
    overflow: hidden;
}

nav li {
    list-style-type: none;
    float: left;
    margin-top: 2px;
}

.ka {
    font-size: 25px;
    display: block;
    text-decoration: none;
    color: #2E2EFE;
    margin: 14px 16px 0px;
    transition: 0.3s;
}

.ka:hover {
    border-bottom: 3px solid #F781F3;
}

.top-title{
  font: 36px;
  padding-left: 8px;
  margin-bottom: 16px;
  color: #555;
  font-weight: 400;
  border-left: 6px solid #81F7F3;
}

.right-box{
  float: left;
  width: 288px;
  margin-left: 18px;
}
