@charset "utf-8";

.main_img{
    background-image: url(RIMG1047.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 200px;
    position: relative;
    z-index: 10;
}


.main_title{
    font-size: 30px;
    font-weight: 900;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 140px;
    height: 40px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.waku{
     max-width: 1000px;
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     display: flex;
     text-align: left;
     flex: wrap;
     justify-content: space-between;
     font-size: 18px;
     }

.w1{
   max-width: 490px;
   width: 100%;
}

h2{
  max-width: 490px;
  width: 100%-20px;
  margin-bottom: 10px;
  padding: 10px;
  border-left: solid 4px #00cc00;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.maru{
  list-style-type: none;
  margin-bottom: 70px;
  padding: 10px;
}

.maru li{
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.maru li::before{
  content: "●";
  color: #00cc00;
  position: absolute;
  top: 0px;
  left: 0px;
}

.w2{
   max-width: 490px;
   width: 100%;
}

a:link{
  text-decoration: none;
  color: #000;
  transition: .2s;
}
a:visited{
  color: #000;
}
a:hover{
  text-decoration: underline;
  color: #00cc00;
}

@media only screen and (max-width: 780px){
  .waku{
    display: block;
  }

}