@charset 'UTF-8';

body{
    font-family: "Noto Serif JP", "YakuHanJP_Narrow", serif;
    font-size:16px;
    line-height: 32px;
    color:#3e3e3e;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
}

ul{
  padding-left: 0px;
    list-style: none;
}

h1{
    font-weight:normal;
}
h2{
    font-weight:normal;
}
h3{
    font-weight:normal;
}
h4{
    font-weight:normal;
}

/* テキスト選択時の背景色と文字色の変更 */
::selection {
  background-color: #9fc24d;
  color: #fff;
}
/* IEとEdge */
::-moz-selection {
  background-color: #9fc24d;
  color: #fff;
}

/*
準備中
================================================ */
.zyunbi{
  margin: 200px 0px;
  font-size: 52px;
  text-align: center;
}

/*
設定
================================================ */

/* 間隔調整*/
.space-150px{
  margin-top:150px;
}
.space-200px{
  margin-top:200px;
}

.space-300px{
  margin-top:300px;
}

/* 文字間詰め*/
.harf{
  letter-spacing:-15px;    
  }

/* 強調 赤点 */
.emphasis-dot-red{
  display: inline-block;
  position: relative;
}

.emphasis-dot-red::before{
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(0, -50%);
  color: #fa3c5a;
  font-size: 1em;
  content: "・";
}

/*
仮置き
================================================ */

.ps_top{
  width: 100%;
}
.ps_top img{
  width: 100%;
}