/*---------------------------
column
---------------------------*/
#column {}

#column .titline {
  width: 4px;
  height: 94px;
  background: url(../images/common/line_series.gif) no-repeat;
  background-size: cover;
  margin: 0 auto;
}

#column .contents {
  padding-top: 100px;
}

#column .contents .inner {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

#column .contents .titline {
  width: 4px;
  height: 94px;
  background: url(../images/common/line_series.gif) no-repeat;
  background-size: cover;
  margin: 0 auto;
}

#column .contents .midashi {
  font-size: 48px;
  font-family: "runda", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  padding: 0 0 70px 0;
}

#column .contents .midashi span {
  font-size: 21px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

#column .box {
  max-width: 944px;
  width: 100%;
  margin: 0 auto 100px;
}

#column dl {
  padding: 25px 0;
  border-bottom: 1px solid #9fa0a0;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#column dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  line-height: 200%;
}

#column dd {
  width: 79%;
  display: inline-block;
  vertical-align: top;
  line-height: 200%;
}

#column dd a {
  color: #0047ba;
}

#column dd a:hover {
  opacity: 0.8;
}

@media only screen and (max-width:768px) {
  #column .contents {
    padding-top: 50px;
  }

  #column .contents .inner {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
  }

  #column .contents .titline {
    width: 4px;
    height: 50px;
    background: url(../images/common/line_series.gif) no-repeat;
    background-size: cover;
    margin: 0 auto;
  }

  #column .contents .midashi {
    font-size: 38px;
    margin-top: 20px;
    padding: 0 0 30px 0;
  }

  #column .contents .midashi span {
    font-size: 21px;
    margin-top: 0;
  }

  #column .box {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 50px;
  }

  #column dl {
    font-size: 13px;
  }

  #column dt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 180%;
  }

  #column dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 180%;
    margin-top: 10px;
  }
}

.column-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column-card {
  background-color: #fff;
  border-bottom: .1rem solid #d9d9d9;
  position: relative;
  width: 31.3%;
  margin: 1%;
}



.column-card a {
  color: #1f1f1f;
}

.column-card img {
  transition: 0.3s;
  border-radius: 4px;
}

.column-card a:hover img {
  opacity: 0.8;
}

.column-txt {
  position: relative;
  padding: 10px;
}

.column-ttl {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  height: 72px;
  max-height: initial;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .column-ttl {
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    max-height: 72px;
    height: auto;
    margin-bottom: 24px;
  }
}

.column-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  font-size: 12px;
  align-items: center;
  padding-left: 16px;
  margin-right: 16px;
  color: #777;
  margin-bottom: 3px;
}

.column-date img {
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 12px;
  left: 0;
  margin: auto;
}

.column-img {
  overflow: hidden;
  height: 220px;
}

.column-img img {
  object-fit: cover;
}


@media (max-width: 768px) {
  .column-card {
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 600px) {
  .column-card {
    width: 100%;
    margin: 0;
  }

  .column-card a {
    display: flex;
    padding: 8px;
  }

  .column-img {
    width: 25%;
    height: auto;
  }

  .column-txt {
    width: 75%;
  }

  .column-date {
    font-size: 12px;
    bottom: 0;
  }
}

.single-column--box {
  border: 1px solid #e9eced;
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}

.single-column--ttl {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media screen and (max-width:600px) {
  .single-column--ttl {
    font-size: 24px;
  }
}

.single-column--img {
  margin-bottom: 40px;
}

.column-taxonomy {
  background: #0047ba;
  border: 1px solid #0047ba;
  padding: 6px;
  display: inline-block;
  line-height: 1.2;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 6px;
  transition: 0.2s;
}

.column-taxonomy:hover {
  background: #fff;
  color: #0047ba;
}

.single-column--box {
  overflow: hidden;
}

@media screen and (max-width:600px) {
  .single-column--box {
    padding: 30px 10px;
  }
}


.single-column--box p {
  line-height: 1.6;
  margin-bottom: 16px;
}

.single-column--box h2 {
  margin-top: 32px;
  background: #0047ba;
  color: #fff;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
}

.single-column--box h3 {
  margin-top: 32px;
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.single-column--box h4 {
  color: #1e1e1e;
  padding-left: 10px;
  font-weight: 700;
  border-left: 4px solid #0047ba;
  margin-top: 32px;
  margin-bottom: 16px;
}

.single-column--box ul {
  list-style-type: disc;
  margin: 32px 0 32px 24px;
}

.single-column--box li {
  margin-bottom: 16px;
}

.single-column--box li:last-child {
  margin-bottom: 0;
}

.single-column--box table {
  border-collapse: collapse;
}

.single-column--box table th {
  padding: 8px;
  border: 1px solid #d9d9d9;
  background-color: rgba(130, 130, 130, .1);
  font-weight: 700;
  font-size: 14px;
}

.single-column--box table td {
  padding: 8px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.wp-block-table thead {
  border-bottom: 0;
}

.addtoany_shortcode {
  float: right;
  overflow: hidden;
}

#toc_container {
  background: #f9f9f9;
  padding: 16px;
  margin: 40px 0;
}

.single-column--box #toc_container a {
  color: #1e1e1e;
}

.single-column--box h2 p {
  margin-bottom: 0;
}

.toc_title {
  padding: 6px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #0047ba;
}

.toc_toggle {
  font-size: 14px;
}

.popular-item a {
  color: #0047ba;
}

.popular-item a:hover {
  text-decoration: underline;
}

.single-column--box img {
  height: auto;
}

.pagination {
  display: block;
  margin: 40px auto;
}

.page-numbers {
  display: inline-block;
  margin: 0 10px;
  color: #1e1e1e;
  line-height: 1;
}

.page-numbers.current {
  padding: 10px;
  background: #333;
  color: #fff;
  font-weight: 700;
  line-height: 0.7;
  border-radius: 6px;
}

.single-column--box .column-date {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}