@charset "utf-8";

/* ==========================================================================
   pubRttlCategory
========================================================================== */

.pubRttlCategory>.ttl>.subTxt{
  line-height: 1.6;
}

@media print, screen and (min-width: 768px){
	.pubRkv3{
		margin-bottom: 140px;
	}
  .pubRkv3 .pubRttlCategory{
    width: 60%;
    padding-left: 4%;
  }
  .pubRkv3 .pubRttlCategory >.ttl>.subTxt{
    color: #000;
  }
}

@media screen and (max-width: 767px){
}


/* ==========================================================================
   pubRbdrBoxSubjectThin
========================================================================== */
.pubRbdrBoxSubjectThin.story{
  margin-top: 30px;
}

@media print, screen and (min-width: 768px){
  .pubRbdrBoxSubjectThin.circumstance >.clm:nth-of-type(1){
    width: 332px;
  }
  .pubRbdrBoxSubjectThin.circumstance >.clm:nth-of-type(2){
    width: calc(100% - 332px);
  }

  .pubRbdrBoxSubjectThin.story >.clm:nth-of-type(1){
    width: 191px;
  }
  .pubRbdrBoxSubjectThin.story >.clm:nth-of-type(2){
    width: calc(100% - 191px);
  }
}

@media screen and (max-width: 767px){
  .pubRbdrBoxSubjectThin.circumstance >.clm:nth-of-type(1){
    text-align: center;
  }

  .pubRbdrBoxSubjectThin.story >.clm:nth-of-type(1){
    text-align: center;
  }
}
