﻿@charset "utf-8";

/*** PC ***/
body{
background:#4b8b2e!important;
color: #fff!important;
}

h1{
  font-size: 88px!important;
  line-height: 88px!important;
  font-weight: 400!important;
  padding-bottom: 10px!important;
  font-style: normal;
  font-family: "Damion", cursive;
}

h2{
  font-size: 32px!important;
  line-height: 40px!important;
  font-weight: 700!important;
  font-family: "Zen Kaku Gothic New", serif!important;
  font-style: normal;
}

h3{
  font-size: 22px!important;
  line-height: 30px!important;
  font-weight: 700!important;
  font-family: "Zen Kaku Gothic New", serif!important;
  font-style: normal;
}

body main{
/*background-image: url(../images/bg.png);*/
width: 100%!important;
padding-top: 50px!important;
padding-bottom: 50px!important;
background-position: center;
background-size: 100% auto;
}

.link a{
color: #fff!important;
}

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

body main article section.generalpurpose p.copy{
  font-size: 28px!important;
  line-height: 33px!important;
  font-weight: bold!important;
  padding-bottom: 10px!important;
  font-style: normal;
  font-family: "Damion", cursive;
}

body main article section.generalpurpose p{
  font-size: 18px!important;
  line-height: 30x!important;
  font-weight: 500!important;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  }

/* 補足情報 */
.hosoku{
font-size:12px!important;
line-height:18px!important;
font-weight: 500!important;
font-family: "Zen Kaku Gothic New", serif;
font-style: normal;
}

/* 補足情報 */
.tuyoku{
font-size:18px!important;
line-height:28px!important;
font-weight: bold!important;
color: #f6d000;
}

/* パソコンで見たときは"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: #f33d29;
          display: inline-block;
          padding: 10px 0px;
          margin: 0px;
          text-decoration: none;
          color: #ffffff!important;
          border-radius: 3px;
          transition: .4s;
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          font-family: "Zen Kaku Gothic New", serif!important;
          font-style: normal;
        }

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

        .btn-flat-border2 {
          background: #c29818;
          display: inline-block;
          padding: 10px 0px;
          margin: 0px;
          text-decoration: none;
          color: #ffffff!important;
          border-radius: 3px;
          transition: .4s;
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          font-family: "Zen Kaku Gothic New", serif!important;
          font-style: normal;
        }

        .btn-flat-border2:hover {
          background: #f33d29;
          color: #ffffff!important;
          width: 100%;
          text-align: center;
          text-decoration: none;
          font-weight: bold;
        }

/* 蛍光ペン風 */
        .under1 {
          background: linear-gradient(transparent 50%, #415f29 50%);
          color: #ffffff!important;
        }

 /* リンク色 */
          .linkcolor {
          color: #ffffff!important;
          font-size: 18px!important;
  line-height: 20x!important;
  font-weight: 500!important;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
          }
