﻿@charset "utf-8";

#wrap{
overflow:hidden;
}

/*** SP ***/
body{
background:#fff!important;
}



body main article section.generalpurpose > .typeghij2 div{
  margin: 0px 0 0 0!important;
}

h1{
  font-size: 30px!important;
  line-height: 33px!important;
  font-weight: bold!important;
  padding-bottom: 15px!important;
  font-family: 'Spectral', serif, 'Noto Serif JP', serif;
}

body main{
margin-top:-51px;
padding-top: 30px;
padding-bottom: 30px;
background-position: center;
background-size: 100% auto;
background-image: url(../images/back2.png);
}

body main article section.generalpurpose p{
font-size: 16px!important;
line-height: 28px!important;
font-family:'Noto Serif JP', serif!important;
}

p{
	margin-bottom: 5px!important;
}

.text{
  text-align:center!important;
}

h2{
  font-size: 22px!important;
  line-height: 28px!important;
  font-weight: bold!important;
  padding-bottom: 0px!important;
  font-family: 'Spectral', serif, 'Noto Serif JP', serif;
}

h3{
  font-size: 16px!important;
  line-height: 26px!important;
  font-weight: bold!important;
  padding-bottom: 15px!important;
}

.tag {
  background: #7aff6d;
  padding: 0.7em 0.5em;
  color: #000;
  margin: 0 0.5em 0 0;
  font-size: 70%;
line-height: 120%;
  font-weight: 500;
}

.tag2 {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 0.3em 0.5em;
  color: #000;
  margin: 0 0.5em 0 0;
  font-size: 80%;
line-height: 120%;
  font-weight: 500;
}

.yoko{
  display: flex!important;
}

hr{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #282828!important;
margin: 1em 0;
padding: 0;
}

.mt0{
  margin-top: 0;
}

/* 補足情報 */
.hosoku{
font-size:10px!important;
line-height:12px!important;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  text-align: center;
}

.sticky p{
display: flex;
}

#snow.bgDark {
            background: rgba(0, 0, 0, 0.3)
        }


.btn-flat-border {
  background: #282828;
  display: inline-block;
  padding: 10px 0px;
  margin: 10px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 3px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: 'Krona One', sans-serif;
}

.btn-flat-border2 {
  background: #282828;
  display: inline-block;
  padding: 6px 0px;
  margin: 5px 0px;
  text-decoration: none;
  color: #e0e0e0!important;
  border-radius: 3px;
  transition: .4s;
  width: 105%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.btn-flat-border:hover {
  background: #282828;
  color: #e0e0e0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

/* 蛍光ペン風 */
.under1 {
  background: linear-gradient(transparent 50%, #ead6ae 50%);
}

.site-header{
    display: flex;
    position: absolute;
    justify-content: space-between;
}
.site-header.fixed{
    position: fixed;
    top: 0;
}

.scroll-fade-side {
  margin: 0px auto;
  width: 100%;
  height: auto;
}

.scroll-fade-side2 {
  margin: 0px auto;
  width: 100%;
  height: auto;
}