@media print, (min-width: 741px) {
  .article.kiji_contents {
    display: flex;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #E6E6E6;
  }
  .kiji_image-area {
    width: 304px;
    margin-right: 25px;
  }
  .kiji_text-area {
    width: 504px;
  }
}
@media only screen and (max-width: 740px) {
  .article.kiji_contents {
    display: block;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #E6E6E6;
  }
    .kiji_image-area {
    width: 100%;
    margin-top: 10px;
  }
  .kiji_text-area {
    width: 100%;
  }
}
.kiji_image {
  width: 100%;
}
.kiji_text-ttl {
  font-size: 125%;
  color: #144D9C;
  font-weight: bold;
  text-decoration: none;
}
.kiji_text-ttl:hover {
  text-decoration: underline;
}
.kiji_text-caption {
  
}
.kiji_text-date {
  
}
.kiji_tags {
  
}
.kiji_tag {
  display: inline-block;
  padding: 3.5px 10px;
  margin: 0 15px 10px 0;
  color: #70A8CA;
  background-color: #F4F4F4;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 1200px){
  .seminar-area{
    margin: 0 -10px;
  }
}

/* tub */
#tab-container {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.pgn-tab {
  display: inline-block;
  list-style-type: none;
  font-size: 87.5%;
  line-height: 40px;
  margin-right: 8px
}
.pgn-prev, .pgn-next , .pgn-dots{
  list-style-type: none;
}
.pgn-prev{
  float: left;
}
.pgn-next{
  float: right;
}
.pgn-dots{
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.pgn-tab a {
  display: block;
  width: 40px;
  text-align: center;
  border: 1px solid #e8eadf;
  border-radius: 7px;
}

@media print, (min-width: 741px) {
  .pgn-prev a, .pgn-next a{
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .pgn-prev a, .pgn-next a{
    display: block;
    width: 40px;
    text-align: center;
    border: 1px solid #e8eadf;
    border-radius: 7px;
    line-height: 40px;
  }
}

.active-tab a {
  background: #f6f6f6;
  color: #333;
  text-decoration: none;
  cursor: default;
}

@media (min-width: 741px){
  .be-koutou__bnr{
    display: inline-block;
    margin: 50px auto 0;
  }
  .be-koutou__bnr:nth-of-type(2){
    width: 100%;
    max-width: fit-content;
  }
  .be-koutou__bnr:hover{
    opacity: 0.8;
  }
  .be-koutou__bnr-img{
    width: 100%;
    max-width: 960px;
  }
  .linebnr-area{
    position: relative;
    width: 100vw;
    left: calc( -1 * (100vw - 1200px) / 2);
    text-align: center;
  }
  .banner-futoukou-img{
    max-width: 960px;
    width: 100%;
  }
}
@media (max-width: 740px){
  .be-koutou__bnr{
    width: 100%;
    display: inline-block;
    margin-top: 50px;
  }
  .be-koutou__bnr-img{
    width: 100%;
    height: auto;
  }
  .linebnr-area img{
    width: 100%;
  }
}


#page_kosodate h1.Category_Article__title{
  color: #E48897 !important;
}
#page_kosodate .c-h2-ttl {
color: #E48897;
}
#page_kosodate .c-h2-ttl::before {
background-color: #E48897;
}