@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', Meiryo, ƒƒCƒŠƒI, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}
img {
  vertical-align: bottom;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
.mincho {
  font-family: Georgia,Ÿà–¾’©,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS–¾’©E,ƒƒCƒŠƒI,Meiryo,serif;
}
.gothic {
  font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", "Meiryo", "sans-serif";
}
.gothic2 {
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","ƒƒCƒŠƒI",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",arial,helvetica,sans-serif;
}
.mlt a:link {
  color: #000;
}
.mlt a:visited {
  color: #000;
}
body {
  background-image: url("../image/bg1.jpg");
}
#contents {
  width: 810px;
  color: #333;
  margin: 10px auto 0;
  text-align: center;
}

#topic-main {
  width: 780px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: left;
}
h1 {
  font-family: 'Gothic MB101 Bold','Hiragino Kaku Gothic Pro',Osaka,Meiryo,'MS PGothic',arial,helvetica,sans-serif;
  font-size: 35px;
  padding: 10px 0;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
/*  color: rgb(21,163,175);*/
}
h3 {
  font-family: 'Folk Medium','Hiragino Kaku Gothic Pro',Osaka,Meiryo,'MS PGothic',arial,helvetica,sans-serif;
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 0 30px;
}

table {
  margin-top: 30px;
  margin-bottom: 30px;
}
td, tr {
  padding: 0;
  margin: 0;
  line-height: 1.75;
}
tr td:first-child {
  width: 130px;
  vertical-align: top;
}
#navisp {
  position: fixed;
  width: 90px;
  background-color: #fff;
  bottom: 60px;
  right: 30px;
  border-radius: 5px;
  line-height: normal;
  box-shadow: 2px 2px 2px #333;
}
#navisp ul{
  padding: 0;
  margin: 0;
}
#navisp li{
  list-style: none;
  margin-bottom: 10px;
}
#navisp a{
  display: block;
  height: 22px;
  text-align: center;
  padding-top: 1px;
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","ƒƒCƒŠƒI",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",arial,helvetica,sans-serif;
/*  font-size: 0.9em;*/
  font-weight: bold;
  text-decoration: none;
  color: rgb(21,163,175);
/*  background-color: darkcyan;*/
/*  opacity: 0.5;*/
/*  transition-delay: 0.8s;*/
}
#navisp a:hover {
  opacity: 0.6;
}
#navisp li:last-child {
  margin-bottom: 0;
}




#note {
  font-family: 'Talking','Hiragino Kaku Gothic Pro',Osaka,Meiryo,'MS PGothic',arial,helvetica,sans-serif;
  width: 93%;
  margin: 1rem auto;
  font-size: 18px;
  color: #222;
  padding: .4rem 2rem 2rem 4rem;
/*  background-color: rgba(204,255,204,.3);*/
  background-color: azure;
  background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
  background-size: auto 2rem;
  line-height: 2rem;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#note .emphasis {
  font-size: 28px;
  margin: 0 auto;
  line-height: 1;
  padding: 0;
}
#note i {
  color:rgb(21,163,175);
  font-size: 24px;
}
/*#note > p { margin: 0 0 2rem; }*/
/*#note > p:first-letter { margin-left: 1rem; }*/
.futoji {
  font-family: 'Gothic MB101 Bold';
}
.center {
  text-align: center;
}

.midashi {
  font-family: 'Gothic MB101 Bold',Osaka,Meiryo,arial,helvetica,sans-serif ;
  color: #666;
  font-size: 24px;
  border-bottom: solid 2px forestgreen;
  margin: 35px 0 10px;
}
.midashi i {
  color: forestgreen;
}




/*ƒ^ƒuƒŒƒbƒg—p‚ÌÝ’è*/
@media screen and (max-width:800px) {
    body {
      background-image: none;
    }
    #contents {
      width: 100vw;
      margin: 10px auto 0;
    }
    #topic-main {
      width: 96vw;
    }
    h1 {
      color: rgb(21,163,175);
      text-shadow: none;

    }
    h1 span {
      display: none;
    }
    #note {
      margin: 0 auto;
      padding: 3vw;
    }
    #note .emphasis {
      margin: 0 auto;
      padding: 0;
    }
    table,
    td {
      display: block;
      width: 90vw;
      margin: 0 auto;
      padding:0;
    }
    tr td:first-child {
      width: 90vw;
      font-weight: bold;
      border-bottom: 3px solid rgb(21,163,175);
      color: rgb(21,163,175);
    }
/*
    padding-left: 3vw;
    text-align: left;
    color: #000;
    border-left: 5vw solid #3d803d;
    border-bottom: 1px solid #3d803d;
    margin: 10px auto 5px;
    padding-top: 2px;
    padding-bottom: 2px;
*/
    #navisp {
      width: 80px;
      bottom: 5vw;
      right: 5vw;
      background-color: rgb(21,163,175);
      box-shadow: none;
    }
    #navisp a {
      color: #fff;
    }
    .smaho {
      display: inline;
    }
    .notsmaho {
      display: none;
    }
}


/*ƒXƒ}ƒz—p‚ÌÝ’è*/
@media screen and (max-width:560px) {
    #contents {
      width: 100vw;
      margin: 10px auto 0;
    }
    #topic-main {
      width: 96vw;
    }
    h1 {
      font-size: 24px;
    }
    #note {
      padding: 3vw;
    }
    #note .emphasis {
      font-size: 20px;
      margin: 0 auto;
      padding: 0;
    }
    #navi,
    #navisp {
      width: 80px;
      bottom: 5vw;
      right: 5vw;
    }
    .smaho {
      display: inline;
    }
    .notsmaho {
      display: none;
    }
}