@charset "UTF-8";
body{
	font-family: "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fullwidth{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}

.topicPath {
    margin: 0 auto 0;
}





.kagoshima35thSection img {
  max-width: 100%;
	vertical-align: bottom;
	border:0;
}

.kagoshima35th-headerwrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background: url(/kywp/wp-content/themes/kohyo/assets/img/contents/kagoshima_202003/kagoshima_202003_01.png) no-repeat center center;
    min-height: 635px;
	margin-bottom: 40px;
	padding-left: 40%;
}
.kagoshima35th-headerwrap img{
}


div.kagoshima35th-contarea div.container{
  background: #ffffff;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
  .container {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (min-width: 1200px){
  .container {
      max-width: 1110px;
  }
}


div.kagoshima35th-contarea div.kagoshima35th-textset{
  padding: 50px 0;
}
div.kagoshima35th-contarea div.kagoshima35th-textset.kagoshima35th-bgred{
  background-color: #c80000;
  color: #ffffff;
}
div.kagoshima35th-contarea div.kagoshima35th-textset p{
  font-size: 19.5px;
  break-word: break-all;
}
div.kagoshima35th-contarea div.kagoshima35th-textset p.kagoshima35th-midashi{
  font-weight: bold;
  margin-bottom: 25px;
}

.tcetner{
  text-align: center;
}
.font-s{
  font-size: 0.85em;
}





.footer {
    margin-top: 30px;
}



@media screen and (max-width: 767px) {

  .kagoshima35th-headerwrap{
      background: url(/kywp/wp-content/themes/kohyo/assets/img/contents/kagoshima_202003/kagoshima_202003_01sp.png) no-repeat center bottom #000000;
      background-size: contain;
	  padding: 0 0 0 0;
  }

  .kagoshima35th-headerwrap img{
    width: 64%;
    max-width: 473px;
    height: auto;
	padding: 0 0 90% 0;
  }
  div.kagoshima35th-contarea div.kagoshima35th-textset{
    padding-right: 15px;
    padding-left: 15px;
  }


.pc {
    display: none;
}

}

@media screen and (min-width: 768px) {
br.sp{
    display: none;
}
}


/* 中央揃えのテキストサイズ調整 */

@media (max-width: 768px){
  div.kagoshima35th-contarea div.kagoshima35th-textset p{
    font-size: 3vw;
  }
}
@media (max-width: 576px){
  div.kagoshima35th-contarea div.kagoshima35th-textset p{
    font-size: 3.6vw;
  }
}




/* フェードのアニメーション */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
 
  to {
    opacity: 1;
    transform: none;
  }
}
 
.fadeInUpMin {
  animation-name: fadeInUpMin;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay03 {
  animation-delay: .3s;
}