html{
    font-size:100%;
}
body{
    color:#24292e;
    font-family:"Sawarabi gothic" ;
}
a{
    text-decoration:none;
    width: 960px;
    text-align: center;
}
p{
    font-size:1.3rem;
}
img{
    max-width: 100%;
}
li{
    
    font-size: 1.2rem;
}

.menuBar{
    background-color:#5599c7;
    text-align:center;
}

.menuBar ul li{
    display: inline-block;
    width:140px;
    margin:0 ;
    padding-top: 20px;
    padding-bottom: 15px;
    cursor:pointer;
    transition:all 0.2s;
}

.menuBar ul li a{
    text-decoration:none;
    color:white;
    font-weight:100;
    font-size: 16px;
}

.active,
.menuBar ul li:hover{
    background-color:#73b5e0;
}

.subMenu-1{
    position: absolute;
    background-color:#5599c7;
    margin-top:0px;
    padding-top:20px;
    padding-bottom: 15px;
    display:none;
}

.menuBar ul li:hover .subMenu-1 {
    display:block;
}

.menuBar ul li:hover .subMenu-1 ul li{
    display:block;
    width:140px;
    border-bottom:1px dotted white;
}

.menuBar ul li:hover .subMenu-1 ul li:last-child{
    border: none;
}

.wrapper{
    max-width: 800px;
    margin: 0 auto 130px auto;
    font-size:0.9rem;
    padding: 0 4%;
}


.top p{
    font-size: 3rem;
     color:#fff; 
     text-align:center; 
     padding: 10px;
     background:linear-gradient(to right,cornflowerblue, 70%, white);
   
  }
.az{
    text-align:left; 
    background-color: #e4fcff;
    width:700px;
    padding: 1em 1em 3em 1em;
    margin-bottom:10px;
} 
a {
    color: #191970;
}   
 
a:hover{
    color : #ff7043;
}
.ax{
    text-align:left; 
    margin-bottom:0;
}

.b{
    margin-top: 20px;
   
    width: 800px;
}
 
table{
   width: 100%;
   background-color:#e4fcff
}

  #ac{
    font-size:20px;
    width: 800px;
    padding-bottom: 20px;
   
 }
 
 #ac h3{
      color:cadetblue;
 }
 
 .line{border-bottom:dashed  3px  cadetblue;}
 
 #ad{
      margin-top: 30px;
      margin-bottom: 30px;
      font-size:24px;
      display: inline-block; 
      text-align:center;
     
 }
  
 #cc{
    
      display: inline-block; 
      text-align:left;
     letter-spacing: 0.5em;
  
 }
 
 #ae{
    font-size:24px;
   
 }
 
 
 
 
 #ff{
 border-bottom: 1px solid #ccc;
 }
 #ff ul{
 display: table;
 margin: 0 auto;
 padding: 0;
 width: 80%;
 text-align: center;
 }
 #ff ul li{
 display: table-cell;
 min-width: 80px;
 border-right: 1px solid #ccc;
 }
 #ff ul li:first-child{
 border-left: 1px solid #67b5b7;
 }
 #ff ul li a{
 display: block;
 width: 100%;
 padding: 10px 0;
 text-decoration: none;
 color:#67b5b7;
 }
 #ff ul li a:hover{
 background-color: #bbe2f1;
 border-bottom: 5px solid #67b5b7;
 }
 #ff ul li.current{
 font-weight: bold;
 }
 #ff ul li.current a{
 border-bottom: 5px solid #67b5b7;
 color:#67b5b7;
 }
 
 
 
 .a{
      display: inline-block; 
      text-align:center;
      width:800px;
     
 }
 
 #text{
    text-align: left;
 }
   
 #a1{
      display: inline-block; 
      text-align:left;
      width:700px;
      font-size:20px;
 }
 #bb{
 width:800px;
 }
 
 .bc{
     display: inline-block;
     text-align:left;
     font-size:15px;
     color:#008b8b;
 }
 
 
 #ag{
 
     display: inline-block;
     text-align:center;
     width:500px;
 }
 
 #ag p{
      font-size:20px;
 }
 
 #ag img{
     width:50%;
     text-align: center;
    
 }
 
 #ag input{
     width:50%;
 }
 
 #ad{
     width: 800px;
      font-size:20px;
     display: inline-block;
     text-align:center;
    
 }

 #ad script{
    margin-left: 0;
    width: 80%;
    text-align: center;
 }

 .b{
    width: 960px;
 }

 #be{
     width:600px;
     display: inline-block;
     text-align:center;
     font-size:18px;
 }

 #be ak{
    text-align: center;
 }
 
 #ak{
   border: 2px solid #4168e1 ; 
     text-align: left ; 
     padding: 15px 15px 15px 15px;
     font-size:18px;
     width:800px
 }
 #ac p{
    font-size: 22px;
     display: inline-block;
     text-align:left;
    
 }



.box1 {
   width:;
   padding: 0.2em 1em;
    margin: 1em 1em;
    color: ;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    font-size: 1.2rem;
    display:flex;
    
}
.box1 p {

    margin: 0; 
    padding: 0;
  
}

.box1 img{
    margin:1em;
}

.box2 {
    width:;
    padding: 0.2em 1em;
    margin: 1em 1em;
    color:;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    font-size: 1.2rem;
    display:right;

}
.box2 p {

    margin: 0; 
    padding: 0;
    
}
.menu{
    margin: 0;
   
}
.menu2{
    background: #5599c7;/*背景色*/
    margin: 0;
    padding-bottom:1rem ;
    padding-top: 2rem;
   color:#fff;
  
}



.menu3{
    margin-bottom: 0;
  
  
}

.menu3 a{
    color:#fff;
    padding-left: 10px;
    padding-right:10px ;
    
}

.child {
    width:fit-content;
    color:#5599c7;
    margin: 0 auto;
  }
 

  #ad script {
    max-width: 100%; 
  }

/* メディアクエリ設定 */
@media screen and (max-width: 768px) {
    .b{
        width: 100%;
    }

    .menu3{
        width: 95%;
      }

     .top p{
        width: 100%;
        font-size: 150%;  
     }
    .a{
        width:100%;
    }
    #ac{
        width:100%;
    }
    #ad{
        width:80%;
        text-align: center;
    }

    #ad script{
        width:100%;
        margin: 0;
        padding: 0;
        }
    
    #ae{
        width:100%;
        text-align: center;
    }

    #ae p{
        font-size: 70%;
        text-align: left;
    }

    #ae h5{
        font-size: 60%;
    }
    #ag{
        width:100%;
    }
    #be{
        width:100%;
    }

    #be p{
        width:100%;
    }

    #ak{
        width:100%;
    }

   .line{
    width: 100%;
   }

   #ad script {
    width: 100%; 
  }

  .ag img{
    width: 100%;
  }
  #cc {
    font-size: 16px;
  }
  .az{
    width:100%;
  }
}
