@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: 310px;
    height: 40px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.waku{
     max-width: 1000px;
     width: 100%;
     text-align: left;
     margin-right: auto;
     margin-left: auto;
     font-size: 18px;
     }


h1{
   width: 100%-40px;
   padding: 5px 20px;
   background-color: green;
   color: white;
   border-radius: 10px;
   }

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

.none{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.nomber{
  list-style-type: decimal;
  margin: 25px;
  padding: 0px;
}

.nomber dt{
  display: list-item;
  list-style-type: decimal;
}

.nomber dd{
  margin: 0px 0px 15px 0px;
}

.aiueo dt::before{
  content: "・";
}

.aiueo dd{
  margin: 5px 0px 15px 20px;
}


    
