body {
    background-color: #FFF;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 14px;
    color: #333;
}


p {
    margin: 0 0 10px;
}

.conts p{
  position: relative;
  z-index: 2;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
    line-height: 1.3;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

h3, .h3 {
    background-image: url(../common/bg_aside_title.png);
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 18px;
    padding: 0.5em 1em;
}

h2{
  margin-bottom: 20px;
}

.sp-only {
  display: none;}
@media (max-width: 768px) {
  .sp-only {
    display: block; }
  .pc-only {
    display: none;
  }
}

.main-image{
  margin-top: 20px;
  margin-bottom: 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

h3 {
  text-align: center; }
  h3.ttl-talk {
    color: #FFF;
    background-color: #b2823e;
    background-image: none;
    margin-bottom: 1.5em; }

h4 {
  text-align: center;
  margin: 2em 0; }
  h4 img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

hr {
  margin: 40px 0; }

#pager-bottom {
  margin-bottom: 70px; }
  #pager-bottom ul {
    padding-left: 0;
    list-style-type: none;
    text-align: center; }
    #pager-bottom ul li {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }
      #pager-bottom ul li:first-child {
        margin-left: 0; }
      #pager-bottom ul li:not(.no-wrap) a, #pager-bottom ul li:not(.no-wrap) span {
        padding: 5px 8px;
        border: 1px solid #666;
        border-radius: 0;
        display: block;
        line-height: 1; }
      #pager-bottom ul li:not(.no-wrap) a {
        text-decoration: none; }
      #pager-bottom ul li.active span {
        background-color: #CCC; }

#backNumber {
  margin-bottom: 55px; }
  #backNumber ul {
    list-style: none;
    padding: 0; }

#gatun2019-talk .slider {
  margin: 3em 0;
  padding: 0;
  list-style: none;
  position: relative; }
  #gatun2019-talk .slider .slick-arrow {
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    z-index: 3;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0;
    border-radius: 25px; }
    #gatun2019-talk .slider .slick-arrow:after {
      color: #FFF;
      font-family: FontAwesome;
      font-size: 2em;
      position: absolute;
      text-indent: 0px;
      top: 4px; }
  #gatun2019-talk .slider .slick-next {
    right: -20px; }
    #gatun2019-talk .slider .slick-next:after {
      content: "\f0da";
      right: 35%; }
  #gatun2019-talk .slider .slick-prev {
    left: -20px; }
    #gatun2019-talk .slider .slick-prev:after {
      content: "\f0d9";
      left: 35%; }
  #gatun2019-talk .slider .slick-slide {
    margin: 0 5px; }

@media (max-width: 768px) {
  #gatun2019-talk .slider .slick-next {
    right: -6px; }
  #gatun2019-talk .slider .slick-prev {
    left: -6px; } }

#gatun2019-talk .key {
  color: #b2823e;
  font-size: 1.2em; }
  #gatun2019-talk .key a {
    color: #b2823e;
    display: inline-block;
  }
    #gatun2019-talk .key a::before {
      content: '';
      width: 1.2em;
      height: 1.2em;
      display: inline-block;
      -webkit-transform: translateY(0.2em);
      transform: translateY(0.2em);
      margin-left: .2em;
      margin-right: .3em;
      background-image: url(../../../../img/gatun/2019/talk/ico_key.png);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% auto; }

#gatun2019-talk .pic {
  margin-bottom: 1.5em; }
  #gatun2019-talk .pic img {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto; }

#gatun2019-talk .img-inline-right {
  float: right;
  margin-left: 2em;
  width: 34%; }

#gatun2019-talk .img-inline-left {
  float: left;
  margin-right: 2em;
  width: 34%; }

.modal {
  font-family: sans-serif;
  font-size: 14px; }
  .modal .container {
    padding: 0 2em; }
  .modal p {
    margin-top: 0;
    margin-bottom: .7em; }
    .modal p .name {
      font-size: 16px;
      font-weight: bold; }
  .modal figure {
    margin: 0 0 1em 0; }
  .modal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    vertical-align: middle; }
  .modal ul {
    list-style: none;
    padding-left: 0; }
  .modal dl {
    margin: 0 0; }
    .modal dl dt {
      color: #b2823e;
      font-weight: bold;
      margin-bottom: .6em; }
    .modal dl dd {
      margin-left: 0; }
