﻿/* --------------------------------------------------------------------------------------
 トップページ
--------------------------------------------------------------------------------------- */
html,
body,
#wrap {
  height: 100%;
}
/* column_L */
.cl_block {
  width: calc((100% - 40px) / 2);
  margin-right: 20px;
  font-size: 0;
  vertical-align: top;
}
.cl_block-full {
  width: 100%;
  margin-right: 20px;
  font-size: 0;
  vertical-align: top;
  position: relative;
}
.cl_block-full .cl_ttl {
  font-size: 16px;
  padding-bottom: 0.5rem;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #e1e1e1;
}

/* topティッカー */
/* ティッカーの白帯用 */
.ticker-white_bg {
  position: absolute;
  top: 0;
  background: #fff;
  width: 8px;
  height: 2rem;
  z-index: 99;
}
.ticker-white_bg--left {
  left: 0;
}
.ticker-white_bg--right {
  right: 0;
}
@keyframes ticker {
  /*アニメーション設定。右から左に流す、を繰り返す*/
  0% {
    transform: translate(0, 0);
    visibility: visible;
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.ticker-wrap {
  /*ティッカーを包括している親要素*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  /*ティッカー本体*/
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  /*個別設定*/
  display: inline-block;
  font-size: 1rem;
  color: white;
}

.ticker__item * {
  display: inline;
}

/* ティッカー終わり */

.cl_ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  margin: 0 0 -12px -10px;
  position: relative;
}
.cl_ttl p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.cl_ttl .ttl01 {
  padding: 5px 10px 0 0;
}
.cl_ttl .ttl02 {
  color: var(--navy, #1C356F);
  line-height: 1.3;
  padding-top: 6px;
}

.cl_ttl .sub_ttl {
  font-size: 18px;
  margin-left: 30px;
}

.cl_ttl .red {
  color: #d4145a;
}
.cl_ttl .ttl03 {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.cl_block ul {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding: 15px 20px;
  margin: 0 0 50px;
  line-height: 1;
}
.cl_lst dl {
  border-bottom: 1px dashed #e1e1e1;
  padding: 0 10px 10px;
  margin: 0 0 10px;
}

.cl_lst .img {
  display: none;
  float: left;
  margin-right: 15px;
}
.cl_lst .img img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.cl_lst .ttl {
  margin: 0 0 8px;
  max-height: 40px;
}
.cl_lst .ttl a {
  color: #014dd7;
  font-size: 14px;
  line-height: 1.4;
}

.cl_lst .ttl {
  background: #fff;
  position: relative;
  width: 100%;
  /*min-height: 40px;*/
  overflow: hidden;
  text-align: justify;
}
.cl_lst .ttl a:before,
.cl_lst .ttl a:after {
  position: absolute;
  background: #fff;
}
.cl_lst .ttl a:before {
  /*content: "...";*/
  bottom: 0;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  .cl_lst .ttl a:before {
    right: 2px;
  }
}
.cl_lst .ttl a:after {
  content: '';
  height: 100%;
  width: 100%;
}
.not-just {
  text-align: unset;
}

.cl_lst .date {
  color: #969aa5;
  font-size: 12px;
}
.cl_lst .date img {
  margin: 0 0 0 4px;
  height: 16px;
}
.cl_more {
  text-align: right;
  font-size: 14px;
}
.cl_more a {
  color: #949aa4;
}

br.br-sp {
  display: none;
}

/*-----------------------------------------------------	*/
/*	for - 950px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 950px) {
  .cl_block {
    width: 100%;
    margin-right: 0;
  }
}

/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 768px) {
  #navi {
    position: relative;
    top: 0;
    left: 0;
  }

  .ticker-wrap {
    /*ティッカーを包括している親要素*/
    overflow: hidden;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
  }

  .ticker-wrap .ticker {
    /*ティッカー本体*/
    animation-duration: 25s;
  }
}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 480px) {
  #column_L {
    margin-bottom: 25px;
  }
  .cl_block ul {
    border-left: none;
    padding: 15px 0;
    margin: 0 0 10px;
  }
  .cl_lst .img {
    display: block;
  }
  .cl_lst .ttl {
    width: auto;
    min-height: 40px;
  }
  .cl_ttl {
    margin: 0;
    padding: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cl_ttl .ttl01 {
    padding: 0 10px 0 0;
  }
  .cl_ttl .ttl01 img {
    transform: rotate(10deg);
  }
  .cl_ttl .ttl03 {
    /*display: none;*/
    -ms-flex-order: -1;
    order: -1;
    margin: 0 10px 0 0;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
  }

  .cl_ttl .sub_ttl {
    font-size: 12px;
    margin-left: 10px;
  }

  .cl_ttl p {
    vertical-align: middle;
  }

  .cl_more {
    width: 250px;
    margin: 20px auto;
  }
  .cl_more a {
    display: block;
    text-align: center;
    padding: 20px;
    background: #f7f7f7;
  }

  br.br-sp {
    display: block;
  }
  .cl_lst .date img {
    margin: 4px 4px 0 0;
  }
}
