@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  line-height: 1.7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #709918;
}
a:hover img {
  opacity: .7;
}
.wrap {
  margin: 0 auto;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 75px;
  color: #007842;
}
h2 {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
.listLink {
  padding-left: 19px;
  background: url(/welfare/img/common/for_ico_link.gif) left .3em no-repeat;
}
.logo {
  margin-right: auto;
}
.btn-bid {
  font-size: 1.4rem;
  background: #ffc61a;
  border-radius: 10px;
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: 20px auto 0;
}
.btn-bid a {
  display: block;
  padding: 3%;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 1s;
  color: #000;
}
.btn-bid a:hover {
  background: #ffd91a;
  color: #fff;
  border-radius: 10px;
}
.btn-bid a:visited {
  color: #000;
}
.howto + .btn-bid {
  margin-top: 40px;
}
.howto + .btn-bid a {
  padding: 12px;
  text-decoration: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.box.header {
  max-width: 1000px;
  text-align: left;
}
a:hover img {
  opacity: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.box {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  padding: 15px 0;
}
.header {
  padding: 15px 10px;
}
.main {
  background: url("/welfare/img/cafe/ninchisho/bg_main.gif");
  height: 340px;
}
.intro {
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 1000px;
}
.intro p a {
  text-decoration: underline;
}
.intro p.last {
  text-align: left;
}
.intro p {
  margin-bottom: 20px;
}
.intro p:last-child {
  margin-bottom: 0;
}
.text {
  padding: 50px 20px 0;
}
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 35px 0 0 0;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  background-color: #6a8022;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer {
  background: #a5c636;
  font-size: 12px;
  color: #fff;
  line-height: 2;
  padding: 24px 20px;
}
@media only screen and (max-width: 1024px) {
  .main .box.pc img {
    width: 96%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    background: url("/welfare/img/cafe/ninchisho/bg_main.gif");
    height: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
  #fixed .link li a {
    font-size: 10px;
    padding: 7px 0 5px;
  }
  #fixed .link li a > span {
    display: block;
    line-height: 1.4;
  }
  #fixed .link li a > img {
    margin: 0 0 0 10px;
  }
  #fixed .link li a:hover > img {
    opacity: 1;
  }
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 15px;
  }
  #pageTop a {
    padding: 25px 0 0 0;
    border-radius: 30px;
    width: 60px;
    height: 60px;
  }
  .list-lead {
    padding: 0 20px;
  }