/* --------------------------------------------------------------------------------------
 kiji
--------------------------------------------------------------------------------------- */

header {
}

#column_L {
  padding: 0 25px;
}

.cl_kiji .ttl h1 {
  margin: 0 0 10px;
  width: 80%;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.cl_kiji .date {
  font-size: 12px;
  line-height: 1;
  color: #969aa5;
}
.cl_kiji .date img {
  margin: 0 0 0 4px;
  height: 14px;
}

.cl_kiji dl {
  position: relative;
  margin: 0 0 30px;
}
.cl_kiji .img {
  position: absolute;
  right: 0;
  bottom: -1rem;
  gap: .5rem;
}
.cl_kiji .img-post img:nth-child(1){
    margin-right: -10px;
  }

.cl_kiji .photo {
  margin: 0 0 30px;
}

.cl_kiji h2 {
  font-size: 20px;
  font-weight: bold;
}

.cl_kiji h3 {
  font-size: 18px;
  font-weight: bold;
}

.cl_kiji h4 {
  font-size: 16px;
  font-weight: bold;
}

.cl_kiji .txt {
  margin: 0 0 30px;
  overflow: hidden;
}

.cl_kiji .txt .img_l {
  float: left;
  margin: 0 30px 30px 0;
  width: 25%;
}
.cl_kiji .txt .img_r {
  float: right;
  margin: 0 0 30px 30px;
  width: 25%;
}
.cl_kiji .txt .img_l span {
  display: block;
  font-size: 12px;
}

.cl_kiji .line {
  margin: 0 0 30px;
  border-bottom: 30px solid #eee;
}

.cl_kiji a:link {
  color: #0000ee;
  text-decoration: underline;
}
.cl_kiji a:visited {
  color: #551a8b;
  text-decoration: underline;
}
.cl_kiji a:hover {
}
.cl_kiji a:active {
  color: #ff0000;
  text-decoration: underline;
}

.article-banner {
  margin-top: 10px;
  width: 100%;
}

.article-Banner img {
  width: 100%;
}

.cl_tab {
  margin: 40px 0 80px;
}
.cl_tab .tabNav li {
  width: 150px;
}
.cl_tab .tabNav li:last-child {
  margin: 0 0 0 5px;
}

.cl_tab .ttl {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: bold;
}
.cl_tab .img img {
  width: 100px;
  height: 100px;
}
.cl_tab .ttl span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

.cl_tab .txt,
.cl_tab #cl_tab2 .txt {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
}

.cl_tab #cl_tab2 .txt {
  position: relative;
  max-height: 40px;
  overflow: hidden;
  text-align: justify;
}
.cl_tab #cl_tab2 .txt:before,
.cl_tab #cl_tab2 .txt:after {
  position: absolute;
  background: #f6f8f7;
}
.cl_tab #cl_tab2 .txt:before {
  right: 0;
  bottom: 0;
  content: '...';
}
@media all and (-ms-high-contrast: none) {
  .cl_tab #cl_tab2 .txt:before {
    right: 8px;
  }
}

.cl_tab #cl_tab2 .txt:after {
  width: 100%;
  height: 100%;
  content: '';
}
.not-just {
  text-align: unset;
}

.cl_link {
  margin: 0 0 80px;
}

.l_ttl {
  margin: 0 0 10px;
  font-weight: bold;
}

.cl_link dl {
  position: relative;
  margin: 0 0 5px;
  padding-right: 120px;
  font-size: 0;
}
.cl_link dt,
.cl_link dd {
  display: inline-block;
  *display: inline;
  margin: 0;
  line-height: 2;
  vertical-align: middle;
  *zoom: 1;
}
.cl_link dt a {
  color: #004dd3;
}

.cl_link .ttl {
  max-width: 300px;
}
.cl_link .ttl a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cl_link .icon {
  margin: 0 0 0 10px;
  width: 90px;
}
.cl_link .icon img {
  margin: 0 0 0 4px;
  width: 14px;
  height: 14px;
}

.cl_link .date {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 0 10px;
  width: 110px;
  font-size: 12px;
  line-height: 1;
  color: #969aa5;
  transform: translateY(-50%);
}

.cl_link .date_info {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 1;
  color: #969aa5;
  text-align: right;
}

.cl_link .kiji_nav {
  display: table;
  position: relative;
  margin: 50px 0 0 0;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  text-align: center;
}
.cl_link .kiji_nav .rev,
.cl_link .kiji_nav .nex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl_link .kiji_nav .rev {
  left: 20px;
}
.cl_link .kiji_nav .nex {
  right: 20px;
}

.cl_link .kiji_nav li a {
  font-size: 14px;
  line-height: 1;
  color: #004dd3;
}

.cl_more {
  font-size: 15px;
  text-align: right;
}
.cl_more a {
  color: #949aa4;
}

.nlink dl {
  margin: 0;
  padding: 5px 0;
}
.nlink li {
  border-bottom: 1px dotted #e1e1e1;
}
.nlink li:first-child {
  border-top: 1px dotted #e1e1e1;
}

.kiji_more {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: right;
}
.kiji_more a {
  color: #004dd3;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  display: block;
  margin-left: auto;
}

/*-----------------------------------------------------	*/
/*	for - 950px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 950px) {
  #column_L {
    padding: 0;
  }
  .cl_link .date {
    display: block;
    position: relative;
    top: auto;
    margin-left: 0;
    transform: none;
  }
  .cl_link .icon img {
    margin: 0 4px 4px 0;
  }
  .cl_link .icon {
    margin-left: 0;
  }
}

/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
  .cl_tab {
    margin: 16px 0 25px;
  }
  .cl_link {
    margin: 0 0 25px;
  }
  .cl_tab .tabNav li {
    width: 49%;
  }

  .cl_kiji .ttl h1 {
    width: 100%;
  }
  .cl_link .icon {
    margin: 0;
  }
  .cl_link .icon img {
    margin-bottom: 8px;
  }
  .cl_kiji .img {
    img {
      
    }
  }

  .cl_kiji .img img:nth-child(1) {
    max-width: 36px;
  }
  .cl_kiji .img img:nth-child(2) {
    max-width: 60px;
  }

  .cl_link .kiji_nav .rev,
  .cl_link .kiji_nav .nex {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cl_link .kiji_nav li {
    display: block;
    margin: 0 0 10px;
  }
  .cl_link .kiji_nav li:last-child {
    margin: 0 0 0;
  }

  .cl_link .date_info {
    display: none;
  }

  .cl_kiji .txt .img_l,
  .cl_kiji .txt .img_r {
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
  }
  .article-banner {
    margin-bottom: 40px;
  }
}

.posNewsletter {
  margin-top: 20px;
}
