/* common */
body {
  font-size: 16px;
  font-family: Verdana, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

p {
  line-height: 2;
}

a:link{
  color: #333;
  text-decoration: none;
}
a:visited{
  color: #333;
  text-decoration: none;
}
a:hover{
  color: #333;
  text-decoration: underline;
}
a:active{
  color: #333;
}

hr.style1{
  height: 1px;
  background-color: #bbb;
  border: none;
  color: #bbb;
}

/* effect-fade */
.effect-fade {
opacity : 0;
transform : translate(0, 45px);
transition : all 300ms;
}

.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}

/* h2 */
h2.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #555;
  letter-spacing: 2px;
}

.section-title::after {
  content: attr(data-subtitle);
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 0;
  color: #aaa;
}

.font_center {
  text-align: center !important;
  margin: 0 auto;
}

.font_right {
  text-align: right !important;
}

.font85 {
 font-size: 85%;
}

/* footer */
footer {
  text-align: center;
  background: #c8c8c8;
  background-size: cover;
  margin: 40px 0 0;
  padding: 20px 0;
}

footer > p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

/* トップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 100;
}

.pagetop a {
    display: block;
    background-color: #999;
    text-align: center;
    color: #eee;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}

.pagetop a:hover {
    display: block;
    background-color: #fac896;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}
