/*  =============================

PC

=============================  */
/* Scss Document */
/* Scss Document */
#pc_header .header .inner ul li:nth-child(2) a {
  background: url("../images/header/pc/navi_2_on.png"); }

.only_pc {
  display: inline-block !important; }

#cnt {
  text-align: center; }

#cnt h1 {
  text-align: center;
  padding-bottom: 40px; }

#cnt h2 {
  text-align: center;
  padding-bottom: 35px; }

#cnt p {
  padding-bottom: 25px;
  text-align: center; }

#cnt p.chara {
  padding-top: 20px;
  padding-bottom: 30px; }

#cnt p.chara img {
  width: 430px; }

#cnt a {
  display: block;
  width: 320px;
  margin: 0 auto 0 auto;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 13px;
  box-sizing: border-box;
  line-height: 0; }

@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important; }
  .only_sp {
    display: block !important; }
  #cnt {
    padding: 30px 30px 50px 30px; }
  #cnt img {
    width: 100%; }
  #cnt h1 {
    padding: 0 0 10vw 0; }
  #cnt h2 {
    padding: 0 0 10vw 0; }
  #cnt p {
    text-align: center;
    padding-bottom: 8vw; }
  #cnt p.chara {
    padding-top: 2vw;
    padding-bottom: 7vw; }
  #cnt p.chara img {
    width: 100%; }
  #cnt a {
    display: block;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    text-align: center; }
    #cnt a img {
      width: 84px;
      margin: 0 auto; } }
