@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0em;
  color: #000000;
  background: url(../images/bg.jpg) center top;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

/* -----------------------------------------------------------------------------
 *
 *  link
 * 
 * -------------------------------------------------------------------------- */
a {
  text-decoration: none;
}
a:link {
  color: #00A0C6;
}
a:visited {
  color: #00A0C6;
  /* visited は色以外のスタイル変更はできない */
}
a:hover {
  color: #FF9500;
}
a:active {
  color: #FF9500;
}
a.hover:hover {
  opacity: 0.6;
}
a.rbtn {
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  height: 36px;
  padding: 8px 16px;
  color: #FFF;
  border-radius: 6px;
  background-color: #00A0C6;
}
a.rbtn:link {
  color: #FFF;
  background-color: #00A0C6;
}
a.rbtn:visited {
  color: #FFF;
  background-color: #00A0C6;
  /* visited は色以外のスタイル変更はできない */
}
a.rbtn:hover {
  color: #FFF;
  background-color: #FF9500;
}
a.rbtn:active {
  color: #FFF;
  background-color: #FF9500;
}
a.rbtn [class^=icon-] {
  display: block;
  float: left;
  margin-right: 5px;
}
.fblink a {
  line-height: 20px;
  display: block;
  padding-left: 25px;
}
.fblink a [class^=icon-] {
  display: block;
  float: left;
  margin-left: -25px;
}

#wrapper {
  width: 93.75%; /* width: 300/320px */
  margin: 0 auto;
  background-color: #FFF;
}

/* -----------------------------------------------------------------------------
 * 
 * header
 * 
 ---------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 30px;
  text-align: right;
  background-color: #FFF000;
}
#header .hobo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-right: 4px;
}

#header .hobo a {
  display: flex;
  aspect-ratio: 80 / 36;
}
#header .hobo a::before {
  color: #07084D;
  font-family: "Hobonichi-Icons";
  content: "\e955";
  font-size: 30px;
  position: relative;
  top: -1px;
}
#header .hobo span {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.nav {
  width: 93.3333%; /* 280/300% */
  margin: 0 auto;
}
.nav .topicPath {
  margin: 10px 0;
  padding: 0;
  letter-spacing: -0.4em;
}
.nav .topicPath li {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
}
.nav .topicPath li a:after {
  margin: 0 5px;
  content: ">";
  color: #999;
}

/* -----------------------------------------------------------------------------
 * 
 * contents
 * 
 ---------------------------------------------------------------------------- */
.section {
  width: 93.333%; /* 280/300% */
  margin: 20px auto 0;
}
.section h1 {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0;
  color: #BFB400;
}
.section h2 {
  margin: 30px 0 30px 0;
  color: #BFB400;
}

[class*=account-]:empty {
  display: none;
}

.items {
  padding: 0;
}
.items ul {
  font-family: "zero-width";
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.items li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  vertical-align: top;
  letter-spacing: 0em;
}
.items li .bg {
  overflow: hidden;
  padding-top: 56.25%;
  border: 1px solid #EBEBEB;
  background-position: center center;
  background-size: cover;
}
.items li .bg + .icon {
  float: none;
  margin-top: -40px;
  margin-left: 10px;
}
.items li .bg + .icon + h3 {
  margin-top: 0.5em;
  margin-left: 0;
}
.items li .icon {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  margin: 0px;
  padding: 3px;
  border: 1px solid #EBEBEB;
  background-color: #FFF;
}
.items li .icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.items li h3 {
  margin: 0 0 0 60px;
}
.items li h3 span {
  font-size: 75%;
  font-weight: normal;
  display: block;
  color: #666666;
}
.items li p {
  clear: left;
  margin: 0.5em 0;
  color: #000000;
}
.items li a {
  display: block;
  overflow: hidden;
}
.items li a:hover .icon {
  border-color: #FF9500;
}
.items li a:hover h3 span {
  opacity: 0.5;
}
.items li a:hover p {
  opacity: 0.5;
}
.items li .fblink {
  font-size: 13px;
}

/* -----------------------------------------------------------------------------
 * 
 * footer
 * 
 ---------------------------------------------------------------------------- */
#footer ul {
  margin: 20px 0 0 0;
  padding: 10px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #EBEBEB;
}
#footer li {
  margin: 0;
  padding: 0;
}
#footer .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFF000;
}

@media only screen and (min-width: 600px) {
  .items li {
    width: 46%;
    margin: 0 2% 40px;
  }
  .items li .bg {
    padding-top: 38%;
  }
}
@media only screen and (min-width: 900px) {
  .items li {
    width: 32%;
    margin: 0 0.5% 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    width: 960px;
  }
}

/*# sourceMappingURL=sns-2.0.css.map */
