@charset "utf-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: rgb(69, 69, 69);
  font-size: 15px;
}

a {
  color: rgb(69, 69, 69);
}

a:hover {
  color: #DBB31C;
}

.small {
  font-size: 80%;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}

header {}

header .logo {
  font-size: 64px;
  text-align: center;
  padding: 10px;
}

header .logo a {
  color: #DBB31C;
  text-decoration: none;
  font-weight: bold;
}

#gnavi ul {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

#gnavi ul li {
  display: inline-block;
  padding: 10px;
}

#gnavi ul li a {}

main {
  min-height: 450px;
}

section {
  border-bottom: 3px solid #E09900;
  padding: 30px 0;
}
.box h4 {
  font-size: 24px;
  color: #DBB31C;
  margin-bottom: 10px;
}


section.last {
  border: none !important;
}
section.last p{
  margin-bottom: 10px;
}

.box h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.box dl {
  overflow: hidden;
}

.box dt {
  float: left;
  padding-right: 10px;
}

.box dt img {
  padding-right: 5px;
}

.box dd {
  font-size: 20px;
}

.box04 ul {
  display: table;
  width: 100%;
}

.box04 li {
  display: table-cell;
  padding: 10px;
  width: 20%;
}

footer {
  background: #333333;
  color: #FFF;
  overflow: hidden;
  padding-top: 20px;
}

footer a {
  color: #DBB31C;
}

footer a:hover {
  color: #4f778a;
}

footer .sns {
  text-align: center;
  padding: 20px;
}

footer .sns li {
  background-color: #25292B;
  padding: 10px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
}

footer .sns li a {
  display: block;
}

footer .sns li img {
  max-width: 32px;
  height: auto;
  width: auto;
}

footer .add {
  text-align: center;
  padding: 20px;
}

footer .navi {
  padding: 20px;
}

footer .navi li {
  display: inline-block;
  padding-right: 10px;
  font-size: 80%;
}

footer .cp {
  font-size: 13px;
  text-align: center;
  background: #000;
  margin: 0 -500%;
  /* ネガティブマージンを追記 */
  padding: 5px 500%;
  /
}


#pagetop{
  position: fixed !important;
  bottom: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 5px;
}
#pagetop img{
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
