/* 全体 */
.entry .entry-content .column_wrapper {
  width:1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.column_wrapper p {
  text-align: left;
  margin-bottom: 1em;
}
.column_wrapper .column_img {
  margin-bottom: 40px;
}

/* 目次 */
.column_contents_list_wrapper{
  background-color: #f8f8f8;
  padding: 30px 50px;
  margin: 50px 30px;
  text-align: left;
}
p.column_contents_list_ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #da4647;
}
.column_contents_list {
  padding-left: 2em;
  list-style-type: disc;
  color: #da4647;
}
.column_contents_list li{
  margin-bottom: 0.75em;
}
.column_contents_list li:last-child{
  margin-bottom: 0;
}
.column_wrapper .column_contents_list_wrapper a {
  text-decoration: none;
}
.column_wrapper .column_contents_list_wrapper a:hover {
  opacity: 0.7;
}

/* 見出し */
.column_h1 {
  text-align: center;
}

h2.column_h2 {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: left;
  margin: 70px 0 80px !important;
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  h2.column_h2 {
  margin: 30px 0 80px !important;
  padding-top: 70px;
}
}
.column_h2::before {
  content : "";
  display: block;
  width: 100%;
  border-bottom: 3px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column_h2::after {
  content: "";
  display: block;
  width: 3em;
  border-bottom: 3px solid #da4647;
  position:absolute;
  bottom: 0;
  left: 0;
}

.column_h3_block {
  margin: 70px 0;
}
h3.column_h3 {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 2rem 0 1.5rem;
  padding-left: 1.5em;
  position: relative;
  width: fit-content;
  text-align: left;
}
.column_h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 100% 100%, 100% 50%, 0% 50%);
  background-color: #222;
  margin-right: 1em;
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}


/* CTA */
.column_cta_wrapper {
  margin-top: 60px;
}



/* その他共通 */
.column_list {
  text-align: left;
  margin: 1.5em 1em;
  padding-left: 2em;
  list-style-type: square;
}
.column_list li {
  margin-bottom: 0.5rem;
}
.column_list li:last-child {
  margin-bottom: 0;
}

.column_bold {
  font-weight: bold;
}

.column_btn {
  margin: 40px 0;
}
.column_btn a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #222;
  color: #fff;
}


/* スマホ時の設定 */
@media screen and (max-width : 640px ) {
  .column_contents_list_wrapper{
    width: 92%;
    margin: 50px auto;
    padding: 30px 1.5em;
  }
}


/* コラムの 過去の投稿・投稿日・投稿ユーザー の非表示 */
.postid-5833 .entry-meta,
.postid-5833 .entry-footer,
.postid-5833 .post-navigation {
  display: none;
}
