/*------------------------------------
  Color
------------------------------------*/

body {
  color: #333;
}

/*------------------------------------
Font
------------------------------------*/

body {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans',
    'ヒラギノ角ゴシック', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo',
    'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 18px;
  letter-spacing: 0.05em;
}

/*------------------------------------
Common
------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  cursor: pointer;
}

/*------------------------------------
Text
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
dt,
dd {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1em;
}

/*------------------------------------
Layout:block
------------------------------------*/
.container {
  width: 1000px;
  margin: 0 auto;
}

.button-wide {
  width: 780px;
  margin: calc(50px + 20px) auto;
}

/*------------------------------------
pankuzu
------------------------------------*/
.pankuzu {
  width: 1000px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.pankuzu a {
  text-decoration: underline;
}

.pankuzu a:hover {
  opacity: 0.8;
}

.pankuzu p {
  margin: 0;
}

/*------------------------------------
SNS:common;
------------------------------------*/
.button-sns-share {
  margin: 50px 0;
}

.sns-item {
  display: flex;
  justify-content: center;
}

.sns-item a {
  margin-right: 20px;
}

.sns-item a:last-of-type {
  margin-right: 0;
}

.sns-item img {
  width: 70px;
}

/*------------------------------------
To top
------------------------------------*/
.global-page-top-button .page-top {
  margin: 0;
  padding: 0;

  position: fixed;
  right: 16px;
  bottom: 90px;

  z-index: 9999;
}

.global-page-top-button .page-top {
  display: block;
  background: #009380;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;

  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
