﻿@charset "utf-8";

/*** PC ***/

body{
background:#fff!important;
}


h1{
  font-size: 20px!important;
  line-height: 32px!important;
  font-weight: bold!important;
  padding-bottom: 20px!important;
  font-family: 'Zen Old Mincho', cursive;
}

body main{
width: 100%!important;
padding-bottom: 50px!important;
background-position: center;
background-size: 100% auto;
}

body main article section.generalpurpose p{
font-size: 18px!important;
line-height: 32px!important;
font-weight: 400!important;
font-family:'Zen Old Mincho', MyYuGothicM,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo!important;
}

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

h2{
  font-size: 25px!important;
  line-height: 35px!important;
  font-weight: 500!important;
  padding-bottom: 20px!important;
  letter-spacing: 0.3em!important;
  font-family: 'Zen Old Mincho', MyYuGothicM,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
}

body main article section.generalpurpose h3{
  font-size: 22px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  padding-bottom: 15px!important;
  font-family: 'Zen Old Mincho', MyYuGothicM,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
}

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

.tag {
  background: #7aff6d;
  padding: 0.7em 0.5em;
  color: #000;
  margin: 0 0.5em 0 0;
  font-size: 80%;
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;
}


/* 補足情報 */
body main article section.generalpurpose .hosoku{
font-size:12px!important;
line-height:16px!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: 5px 0px;
  margin: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 40px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-family:Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-flat-border2 {
  background: #f23f3c;
  display: inline-block;
  padding: 5px 0px;
  margin: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 40px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-family:Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}


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

/* 蛍光ペン風 */
.under1 {
  background: linear-gradient(transparent 50%, #e3edfe 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;
}

body main article section.generalpurpose #imageSlide {
  width: 1920px!important;
  height: 900px;
  width: 100%;
  margin-left: -490px !important;
  position: relative;
}

body main article section.generalpurpose #imageSlide img {
  width: 1920px!important;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#imageSlide img.active {
  z-index: 10;
}

#imageSlide img.last-active {
  z-index: 9;
}
