.header {
    font-weight:  bold;
    color: #0000b3;
    background:#f5f5dc;
}
.form-group span {
    color:#ffffff;
    background-color:#ff0000;
   }
.subtitle {
    border-left :solid 5px orange;
    border-bottom: solid 1px gray;
    /*余白をつけておきます*/
    padding: 5px;
    margin-bottom: 10px;
    font-size:1.2rem;
}
.title {
    font-weight:  bold;
    font-size:1.2rem;
}
.iframe-wrap {
    position: relative;
    width: 100%;
    padding: 20% 0 0;
  }
   
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
  }

.subLabel {
    margin-left: 2%;
    margin-bottom: 1%;
}
.menu{
    text-align: right;
}
.menu p{
    list-style: none;
    display: inline-block; 
}