@charset "UTF-8";

/*--------------------------------------------------------------default*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

/*===============================================================All*/
body {
    margin: -40px;
    padding: 0;
    color: #666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}

p {
    margin: 0;
    padding: 0;
    text-indent: 2rem;
}

#staff {
text-indent: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

span {
  background: linear-gradient(transparent 65%, rgb(171, 171, 247) 0%);
}



ul li a{
  font-size: 3rem;
}


dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

figure {
    margin: 0;
    padding: 0;
}


figure {
  position: relative;
}


figure p .apng-image{
  position: absolute;
  top: 80px;
  right: 0px;
  width: 170px;
  height: auto;
}

figure p .apng-image2{
  position: absolute;
  top: 40%;
  left: 2%;
  width: 14vw;
  height: auto;
}




#change {
  color: #FF4500;
  font-size: 1.1em;
}








input {
    cursor: pointer;
}

main {
    display: block;
}



.inner {
    width: 1024px;
    margin: 0 auto;
}



/*-------------------------------ヘッダ*/

#logo {
  width: 15%;
  margin: 10px auto;
}

#bkb {
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}

img {
  border-radius: 10px;
}


#sanka {
  width: 170px;
  height: 170px;
}



figcap {
  text-align: center;
}




#touroku {
text-align: center;
margin-top: -30px;
}

.rei {
  font-size: 2rem;
  color: black;
  text-align: center;
  margin: 30px auto;
}

#kiyaku {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  height: 500px;
  overflow:auto;
  background-color: #FFFFFF;
}









/*-------------------------------フッタ*/

footer {
  margin:50px auto 50px;
  text-align: center;
  color: white !important;
}

footer .copyright {
  font-size: 2rem;
  color: white !important;
}









/*--------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 414px) {


body{
  margin:0px;
}

  #logo {
    width: 60%;
  }

  #bkb {
    width: 94%;
  }

  #kiyaku {
    width: 94%;
    height: 300px;
    margin: 0 auto;
  }

  figure p .apng-image{
    position: absolute;
    top: 15%;
    right: 0px;
    width: 15vw;
    height: auto;
  }

  figure p .apng-image2{
    position: absolute;
    top: 37%;
    left: 2%;
    width: 20vw;
    height: auto;
  }

}
