@charset "UTF-8";

@media screen and (min-width: 791px) { /*ウィンドウ幅が540px以上の場合に適用*/
  

body{
margin-top: 100px;
background: linear-gradient(90deg, #f3e9c2 0%, #c1ab05 50%, #c1ab05 100%);
text-align:left;
font-size:14px;
font-family: sans-serif;
color:#000
} 


.box{
  padding-top:0;
  margin-top:0;
  height: auto;
  width: 550px;
  margin-left: auto;
  margin-right: auto;

}


a{
text-decoration: none;
color:#000;
 
}

a.anchor {
  display: block;
  position: relative;
  top: -120px;             /* リンク位置ずれ対策 */
  visibility: hidden;
}


a:hover{
background-color:#ccc8a3
}
.marker-border-or{
  background:linear-gradient(transparent 30%, #FFD700 0%);
}

h2{
font-size:16px;
COLOR:#000;
margin-left: 5px;
}

h3{
margin-top: 50px;
margin-bottom: 2px;
font-size:17px;
COLOR:#000;
text-align:center;
}



p{
  text-align: center;
  margin-top: 5px;
  line-height: normal;
  COLOR: #000000;
}

.title {
  margin-top:-130px;
  padding-top:130px;
  }


@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

  
}

/*　簡易版レスポンシブ用CSS（スマホ用）　*/
@media screen and (max-width:790px) {

  body{
    margin-top: 80px;
    background: linear-gradient(90deg, #f3e9c2 0%, #c1ab05 50%, #c1ab05 100%);
    text-align:left;
    font-size:12px;
    font-family: sans-serif;
    color:#000
    } 

  
  .box{
    padding-top:0;
    margin-top: 0;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

 
  a{
  
  text-decoration: none;
  color:#000;
  }
  
  a:hover{
  background-color:#ccc8a3
  }

  a.anchor {
    display: block;
    position: relative;
    top: -130px;          /* リンク位置ずれ対策 */
    visibility: hidden;
  }

  .marker-border-or{
    background:linear-gradient(transparent 30%, #FFD700 0%);
  }  

  h2{
    font-size:12px;
    COLOR:#000;
    margin-left: 5px;
    }

  h3
  {
  text-align:center;
  margin-top: 50px;
  margin-bottom: 5px;
  font-size:13px;
  COLOR:#000;
  }
    
  p{
    text-align: center;
    font-size:12px;
    margin-top: 5px;
    line-height: normal;
    COLOR: #000000;
  }



}



