@charset "UTF-8";

.tac {
    text-align: center;
}

.nopc {
  display: none;
}

@media screen and (max-width: 767px){

  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }

}

/*------------------------ 分類：フォント系 ------------------------*/

.m-min {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

/*------------------------ 分類：見出し系 ------------------------*/
.m-head {
    padding-bottom: 5px;
    position: relative;
    max-width: 365px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #DF8E95;
    line-height: 1.3;
}

.m-head:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 5px;
    background: #DF8E95;
    bottom: -5px;
    left: 50%;
    margin-left: -60px;
}

@media screen and (max-width: 960px){

  .m-head {
    font-size: 2.5rem;
    max-width: 300px;
  }


}

@media screen and (max-width: 767px){

  .m-head {
    font-size: 2rem;
    max-width: 240px;
  }

  .m-head:before {
      width: 80px;
      margin-left: -40px;
      height: 3px;
      bottom: -3px;
  }

}

/*------------------------ 分類：ボックス系 ------------------------*/
.boxA{
}


/*------------------------ 分類：アイコン系------------------------*/
.iconA{
}



/*------------------------ 分類：文字色系------------------------*/
.colorA{
}
