@charset "UTF-8";

/* ----------------------------------------------------------------------
コラム CSS
---------------------------------------------------------------------- */

.main {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

.tetsuzoBtnGroup {
  display: flex;
  margin-bottom: 20px;
  gap: 2%;
}

.blackbtn {
  color: #fff;
  font-weight: bold;
  margin-top: 150px;
  background-color: #000;
  padding: 10px 25px 10px 25px;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {

    /* Safari 14.0.x だけに適用される CSS */
    .tetsuzoBtnGroup a.btn--tetsu:not(:last-child) {
      margin-right: 2%;
    }
  }
}

.tetsuzoBtnGroup a.btn--tetsu {
  max-width: 128px;
  width: 25%;
}

.tetsuzoBtnGroup a.btn--tetsu img {
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#boxs td {
  text-align: center;
  font-size: 14px;
}

#boxs {
  width: 90%;
}

.white {
  color: #000;
  background-color: #eee;
}

.black {
  color: #fff;
  background-color: #000;
}

.red {
  color: #fff;
  background-color: #CA0407;
}

.blue {
  color: #fff;
  background-color: #001AD7;
}

.yellow {
  color: #000;
  background-color: #FFF607;
}

.green {
  color: #fff;
  background-color: #239600;
}

.orange {
  color: #fff;
  background-color: #D26400;
}

.pink {
  color: #fff;
  background-color: #FF2FDE;
}

.tetsu {
  color: #CA0407;
  font-weight: bold;
}

.latestLinkList a:hover {
  text-decoration: underline;
}


/* -- テクニカル南関コンピ -- */
table.nankancompiTable #bg-r {
  background-color: #E88385;
}

.nankanCompiBox {
  float: left;
  padding: 0px 10px 10px 0px;
}

/* -- 表スタイル -- */
table.nankancompiTable {
  width: auto;
  font-size: 1.4rem;
  line-height: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999083
}

table.nankancompiTable th {
  background: #999083;
  padding: 0.7em 2px;
  text-align: center;
  border: 1px solid #bab0a1;
  font-size: 80%;
  color: #FFF;
}

table.nankancompiTable td {
  text-align: center;
  padding: 0.7em 2px;
  font-size: 90%;
}

/* 画像 */
.col-images {
  text-align: center;
}


/* ----------------------------------------------------------------------
コラム CSS　追記
---------------------------------------------------------------------- */
/* #contents_wrapper {
  padding: 0 10px;
} */

time {
  color: #9b9b9b;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 5px;
}

/* - column_detail
---------------------------- */
#column_detail p {
  margin-bottom: 20px;
}

/* - title_list
---------------------------- */
#title_list li {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}

#title_list li span:first-child {
  padding-right: 5px;
  font-weight: normal;
}

#title_list li span:last-child {
  display: block;
  font-weight: normal;
  color: #ee0049;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.4rem;
}

/* - news
---------------------------- */
#news {
  margin-top: 40px;
  /* background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f3f3 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f4f3f3 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;   */
  border: solid 1px #d9d9d9;
  padding: 20px;
}

#news {
  margin-top: 20px;
  padding: 20px;
}

#news li {
  list-style: none;
  margin-left: 1.4em;
  vertical-align: middle;
  text-indent: -0.7em;
  font-size: 1.5rem;
}

#news li:not(:last-child) {
  margin-bottom: 10px;
}

#news li i {
  margin-right: 8px;
}

#news li a {
  color: #000;
}

#news li time {
  margin-left: 1.4em;
}


#news h3 {
  border-bottom: solid 2px #000;
  padding: 5px;
  position: relative;
}


#news h3 a {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
}

#news h3 a span {
  background-color: hsl(0, 0%, 27%);
  padding: 10px 20px;
  border-radius: 5px;
}

#news ul {
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  #news {
    margin-bottom: 40px;
  }

  #news li {
    align-items: center;
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------------------------
コラム一覧
---------------------------------------------------------------------- */
#column_list {
  margin-bottom: 60px;
}

#column_list li {
  padding: 0 10px;
}

#column_list li:not(:last-of-type) {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#column_list ul li:nth-of-type(n + 10) {
  display: none;
}

#column_list time {
  margin-bottom: 0;
}

#column_list .btn_more {
  text-align: center;
}

#column_list .btn_more span {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  margin-top: 20px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#column_list .btn_more span:hover {
  cursor: pointer;
}

#column_list .nav-Y {
  display: flex;
  gap: 20px;
}

#column_list .nav-Y a {
  color: #000;
}