@charset "utf-8";

/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box

  }


  html{
    font-size: 100%;
    overflow-x : hidden;
    -webkit-overflow-scrolling: touch;

  }
  
  body{
    color: #262626;
    font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
    background-color: #ffffff

  }
  
  a{
    text-decoration: none;
  }
  p {
    font-size: 16px;
    text-align: justify;
  }
  
  img{
    max-width: 100%;
  }
  
  li{
    list-style: none;
    font-size: 1.2rem;
  }
  
  .wrapper{
   max-width: 950px;
   margin: 0 auto 130px auto;
   font-size: 0.9rem;
   padding: 0 4%;
  }




  
.marquee {
    width: auto;
    font-size:10px;
    padding:1px 0px 1px 0px;
    color:#ffffff;
    background-color:#efd8e2;
    background: rgb(161,6,2); 
    text-align: center;
}

.marquee p {
    color: white;
  }
main h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: blue;
} 
main h1 span {
    display: inline-block;
  }

main h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px;
    color: rgb(4, 4, 163);
    font-size: 23px;

}   
h4 {
 color: rgb(4, 4, 163);
 margin: 20px;
 font-size: 20px;

}
.design08 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.design08 th {
 padding: 10px 0;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
 text-align: left;
}
.design08 .table_top {
    padding-left: 10px;
}
.design08 td {
 padding: 10px;
 border: solid 1px #666666;
}
.design08 td:first-child {
 background: #e9faf9;
}
@media screen and (max-width:600px) {
main h1 {
    height: 50px;
    margin-bottom: 0px;
}
.breadcrumbs {
 margin-top: 70px;
}
main h2 {
 margin-top: 10px;
}
}

#contents3{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
#contents3 img{
    width: 270px;
    padding: 5px;
 
  }
.banner {
 width: 100%;
 text-align: center;

}   



  /*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
  }
.go-top a{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #E94E66;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: black;
    text-decoration: none;
  }

.go-top a:hover{
      opacity: 0.8;
    }

@media screen and (max-width:600px) {
 
.go-top{
 position: fixed;
 z-index: 9999;
 bottom: 10px;
 left: 10px;

}
}

    