@charset "UTF-8";
/* CSS Document */

.column #pageTitle {
  height: inherit;
  min-height: 100px;
  background-repeat: repeat;
}
.column #pageTitle .pageTitleText {
  font-size: 200%;
  position: initial;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 8px 185px 8px 15px;
}
dl.table_of_contents {
  border: 1px solid #cacaca;
  box-shadow: 0 0 5px 0 #ccc inset;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
}

dl.table_of_contents dt {
  font-weight: 700;
  text-align: center;
  font-size: 120%;
}
.ttlB {
  margin: 15px 0 15px;
}
.column h2 {
  margin-top: 50px;
  padding: 10px 5px;
}
.column h3 {
  margin: 30px 0 10px;
  padding: 5px;
  background: #000000;
  border-bottom: 2px #ff6600 solid;
  font-size: 116%;
  color: #ffffff;
}
.column h4 {
  border-bottom: 2px #ff6600 solid;
  margin: 25px 0 10px;
  padding-bottom: 5px;
}
.column table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.column th,
.column td {
  padding: 10px 5px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.column th {
  background: #dfdfdf;
}
.column th.orange {
  background: #ff6600;
  color: #ffffff;
}
.center {
  text-align: center;
}
.column .bold {
  font-weight: bold;
}
.listCommon li.listnone {
  background: none;
  list-style: disc inside;
}
.mb20 {
  margin-bottom: 20px;
}
dl.column_list dt {
  text-align: center;
  font-size: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

dl.column_list dt span:before,
dl.column_list dt span:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 10px;
}

dl.column_list dt span:before {
  right: 100%;
}

dl.column_list dt span:after {
  left: 100%;
}

dl.column_list dt span {
  position: relative;
}
dl.column_list li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  align-items: start;
}

dl.column_list li img {
  order: -1;
  margin: 0 10px 0 0;
  max-width: 36%;
}

.column_list_txt {
  max-width: 460px;
}

li.icon_new .column_list_txt:before {
  content: "NEW";
  background: #ff6600;
  color: white;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.column_list_txt ul.tags {
  margin: 0 0 5px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border: none;
}

.column_list_txt ul.tags li {
  float: left;
  display: block;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 12px;
  color: #222;
  line-height: 1;
  background-color: #fff;
  border: none;
  user-select: none;
}

.column_list_txt ul.tags li a {
  padding: 5px 7px;
  box-sizing: border-box;
  font-size: 12px;
  color: #222;
  text-decoration: none;
  border: 1px solid #222;
}

.column_list_txt ul.tags li a:hover {
  color: #ff6600;
  background-color: #f8f8f8;
  text-decoration: underline;
}

.column_list_txt ul.tags li.new {
  margin-right: 10px;
  box-sizing: border-box;
  padding: 6px 8px;
  background-color: #ff6600;
  color: white;
  border: none;
  user-select: none;
}

dl.column_list a {
  display: block;
  font-size: 14px;
}

img.column_eyecatch {
  width: 240px;
  aspect-ratio: 12/10;
  object-fit: cover;
}

.column_time {
  color: #808080;
  display: flex;
  align-items: center;
}

.column_time:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_clock.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0px 5px 2px 0;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.columnCategoryList {
  margin: 15px 0 25px;
  padding: 0;
  text-align: center;
  list-style-type: none;
  font-size: 13px;
  line-height: 1;
  border: none;
}

ul.columnCategoryList li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  border: none;
}

ul.columnCategoryList li a {
  display: inline-block;
  padding: 5px 5px;
  box-sizing: border-box;
  font-size: 12px;
  color: #222;
  text-decoration: none;
  border: 1px solid #222;
}

ul.columnCategoryList li a:hover {
  color: #ff6600;
  background-color: #f8f8f8;
  text-decoration: underline;
}

.sidebarColumnCategory {
  margin: 0 0 10px;
  padding: 12px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #cdc8be;
  box-shadow: 0px 0px 12px 5px #f0e9dd inset;
}

.sidebarColumnCategory .menuTitle {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sidebarColumnCategory ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: 1;
}

.sidebarColumnCategory ul li {
  width: 48%;
  margin: 6px 0;
}

.sidebarColumnCategory ul li a {
  padding: 0 0 0 8px;
  background: url(/img/common/arrow_01.gif) no-repeat 0 5px;
}
.column_flex {
  margin: 30px 0;
}

.column_flex ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.column_flex ul li {
  width: 44%;
  margin: 3%;
}
.column_flex img {
  padding: 3px;
  border: 1px solid #cccccc;
  max-width: 100%;
}

.column_flex_row2 {
}

.column_flex_row3 ul li {
  width: 31%;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  dl.column_list p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
