@charset "UTF-8";
/**
* コラム本文エリア設定
*
===================================================================*/
.column_section {
  margin: 40px auto;
  padding: 0;
  width: 100%;
}

.column_section .column_section_inner {
  margin: 0 auto;
  padding: 0;
  width: 98%;
}

/* 最後のインナーセクション */
.column_section .last_inner {
  margin-bottom: 60px;
}

/**
* 見出し設定
*
===================================================================*/
/*
* 大見出し
*---------------------------------------------------*/
.column_section .column_section_midashi {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 120px;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0068b7;
  overflow: hidden;
  border: 1px solid #0068b7;
}

.column_section .column_section_midashi::before {
  position: absolute;
  content: "";
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  transform: rotate(25deg);
  background: #0068b7;
}

.column_section .column_section_midashi > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2px;
  padding-left: 26px;
  font-size: 2.125rem;
  color: #fff;
  text-align: center;
}

/*
* 中見出し
*---------------------------------------------------*/
.column_section .column_section_inner .column_komidashi {
  position: relative;
  padding: 10px 10px 10px 130px;
  width: 100%;
  height: 49px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #3AB2B7;
}

.column_section .column_section_inner .column_komidashi > span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 0 0;
  width: 100px;
  height: 50px;
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  background: #3AB2B7;
  border-bottom: 1px solid #fff;
}

.column_section .column_section_inner .column_komidashi > span::after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: -15px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #3AB2B7;
}

.column_section .column_komidashi {
  position: relative;
  padding: 10px 10px 10px 130px;
  width: 100%;
  height: 49px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #3AB2B7;
}

.column_section .column_komidashi > span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 0 0;
  width: 100px;
  height: 50px;
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  background: #3AB2B7;
  border-bottom: 1px solid #fff;
}

.column_section .column_komidashi > span::after {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  right: -15px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #3AB2B7;
}

/*
* 小見出し
*---------------------------------------------------*/
/* 202111追記 */
.column_section .column_section_inner .column_sub_komidashi {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px 0 120px;
  width: 100%;
  height: 40px;
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: 1px dotted #3a9ab7;
}

.column_section .column_section_inner .column_sub_komidashi > span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100px;
  height: 40px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background: #3a9ab7;
  border-bottom: 1px solid #fff;
}

.column_section .column_section_inner .column_sub_komidashi,
.column_section .column_sub_komidashi {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* padding: 0 10px 0 120px; */
  padding: 0 10px 0 20px;
  width: 100%;
  height: 40px;
  font-size: 1.1rem;
  font-weight: 500;
  border-bottom: 1px dotted #3a9ab7;
  border-left: 8px solid #18647b;
}

/*
* コラム記事内リスト
*----------------------------------------------------*/
.column_section .column_section_inner .column_inner_midashi {
  margin: 30px auto 0 auto;
  padding: 8px 0 8px 16px;
  width: 96%;
  font-size: 1.1rem;
  font-weight: normal;
  color: #333;
  border-left: 10px solid #3a9ab7;
  border-bottom: 1px dotted #3a9ab7;
}

/**
* コラム本文
*
===================================================================*/
/*
* コラムキャッチイメージ
*----------------------------------------------*/
.column_section .catch_img {
  margin: 20px auto;
  padding: 0;
  /* width: 100%; */
  width: 740px;
  height: 493px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .column_section .catch_img {
    max-width: 100%;
    height: auto;
  }
}

.column_section .catch_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
* 関連記事リンク
*----------------------------------------------*/
.column_section .related_links {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 100%;
}

.column_section .related_links > dt {
  position: relative;
  margin: 0;
  padding: 8px 15px;
  width: 16%;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  background: #f0a00d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.column_section .related_links > dt::before {
  content: "\f358";
  margin-right: 10px;
}

.column_section .related_links > dd {
  margin: 0;
  padding: 12px 30px;
  width: 100%;
  background: #f5f5f5;
}

.column_section .related_links > dd ul.links_cont {
  margin: 0;
  padding: 0;
  width: 100%;
}

.column_section .related_links > dd ul.links_cont > li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
}

.column_section .related_links > dd ul.links_cont > li + li {
  margin-top: 7px;
}

.column_section .related_links > dd ul.links_cont > li > a {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9375rem;
  color: #27457e;
  text-decoration: none;
}

.column_section .related_links > dd ul.links_cont > li > a:hover {
  text-decoration: underline;
}

/*
* コラムリード文
*----------------------------------------------*/
.column_section .column_section_inner .column_section_lead {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.8rem;
}

.column_section .column_section_lead {
  margin: 30px auto 16px auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.8rem;
}

/*
* コラム記事本文
*----------------------------------------------*/
.column_section .column_section_inner .column_txt {
  display: block;
  margin: 30px auto 50px auto;
  padding: 0;
  width: 96%;
  font-size: 1rem;
  color: #464646;
  line-height: 2rem;
}

.column_section .column_txt {
  display: block;
  margin: 20px auto 24px auto;
  padding: 0;
  width: 100%;
  font-size: 0.95rem;
  color: #464646;
  line-height: 1.6rem;
}

/*
* コラム記事囲みエリア
*----------------------------------------------*/
.column_section .square_area {
  margin: 0;
  padding: 1.2em 1em;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.6rem;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .column_section .square_area {
    padding: 0.8em;
  }
}

/*
* コラム画像キャプション
*----------------------------------------------*/
.column_img_caption {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
}

/**
* コラム内パーツ（テーブル等）
*
===================================================================*/
/* テーブル見出し */
.column_section .column_section_inner .tbl_midashi {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.125rem;
  background: #e5f2f7;
  border-bottom: 1px solid #fff;
}

/* テーブルデータ引用元 */
.column_section .column_section_inner .quote {
  margin: 5px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.875rem;
  text-align: right;
}

/* サマリーテーブル */
.column_section .summary_tbl {
  margin: 30px 0;
  padding: 0;
  width: 100%;
}

.column_section .summary_tbl caption {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.1rem;
  text-align: left;
}

.column_section .summary_title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  text-align: left;
}

.column_section .summary_tbl th {
  margin: 0;
  padding: 10px 15px;
  width: 30%;
  font-size: 1rem;
  color: #333;
  background: #f8f8f8;
}

.column_section .summary_tbl td {
  margin: 0;
  padding: 10px 15px;
  width: 70%;
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
  border-bottom: 1px dotted #eee;
}

/* 説明テーブル */
.column_section .explain_tbl {
  margin: 20px auto 40px auto;
  padding: 0;
  width: 94%;
}

.column_section .explain_tbl th {
  margin: 0;
  padding: 8px 0;
  font-size: 1rem;
  text-align: center;
  background: #f8f8f8;
}

.column_section .explain_tbl td {
  margin: 0;
  padding: 10px 5px;
  font-size: 0.9rem;
  line-height: 1.6rem;
  border-bottom: 1px solid #eee;
}

.column_section .explain_tbl .td_center {
  text-align: center;
}

/* 資格概要テーブル */
.column_section .column_section_inner .shikaku_summary_tbl {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.column_section .column_section_inner .shikaku_summary_tbl.mt20 {
  margin: 0 auto 30px auto;
}

.column_section .column_section_inner .shikaku_summary_tbl.mt30 {
  margin-top: 30px;
}

.column_section .column_section_inner .shikaku_summary_tbl caption {
  margin: 0;
  padding: 7px 20px;
  width: 100%;
  font-size: 1rem;
  color: #333;
  text-align: left;
  background: #b0cdd8;
}

.column_section .column_section_inner .shikaku_summary_tbl.no-caption {
  margin: 30px auto 40px auto;
  border-top: 1px solid #ddd;
}

.column_section .column_section_inner .shikaku_summary_tbl tr:last-child th,
.column_section .column_section_inner .shikaku_summary_tbl tr:last-child td {
  border-bottom: none;
}

.column_section .column_section_inner .shikaku_summary_tbl th {
  margin: 0;
  padding: 8px 20px;
  width: 15%;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  background: #c9dfe7;
  border-bottom: 1px solid #fff;
}

.column_section .column_section_inner .shikaku_summary_tbl td {
  margin: 0;
  padding: 8px 15px;
  width: 85%;
  font-size: 1rem;
  color: #333;
  text-align: left;
  line-height: 1.6rem;
  border-bottom: 1px dotted #ccc;
}

/* 本文内リスト表示 */
.column_section .column_section_inner .txt_inner_midashi {
  display: inline-block;
  margin: 20px auto 0 auto;
  padding: 0 0 0 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #315b7e;
  border-left: 5px solid #7097c4;
}

/* 口コミ文 */
.column_section .voice_txt {
  margin: 0 auto;
  padding: 20px;
  width: 96%;
  background: #f8f8f8;
}

/* 3列表示 */
.column_section .column-3 th {
  width: 33.3333333333%;
}

/**
* コラム監修
*
===================================================================*/
#column_supervision {
  margin: 0 auto;
  padding: 0;
  width: 94%;
}

#column_supervision .section_inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#column_supervision .section_inner .section_title {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.2rem;
}

#column_supervision .section_inner .sv_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
  padding: 30px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#column_supervision .section_inner .sv_cont .person_photo {
  margin: 0;
  padding: 0;
  width: 30%;
}

#column_supervision .section_inner .sv_cont .person_photo > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#column_supervision .section_inner .sv_cont .detail {
  margin: 0;
  padding: 0;
  width: 69%;
}

#column_supervision .section_inner .sv_cont .detail > dt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0952a8;
}

#column_supervision .section_inner .sv_cont .detail > dd {
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}

#column_supervision .section_inner .sv_cont .detail > dd > p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.8rem;
}

/**
* コラム用語解説
*
===================================================================*/
.column_words {
  margin: 0 auto 20px auto;
  padding: 20px 30px;
  width: 96%;
  background: #f8f8f8;
}

.column_words > dt {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.column_words > dd {
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1.6rem;
}

/**
* コラム内テーブル
*
===================================================================*/
.column_inner_tbl {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 96%;
  border-collapse: collapse;
}

.column_inner_tbl caption {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  font-size: 1rem;
  background: #faf9f1;
}

.column_inner_tbl.no-caption {
  border-top: 1px solid #eee;
}

.column_inner_tbl th {
  margin: 0;
  padding: 7px 0;
  font-size: 0.9rem;
  color: #333;
  background: #e6e3cf;
  border-bottom: 1px solid #fff;
}

.column_inner_tbl th:not(:last-child) {
  border-right: 1px solid #fff;
}

.column_inner_tbl td {
  margin: 0;
  padding: 8px 20px;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
}

.column_inner_tbl td.sansho {
  text-align: right;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.column_2 th:first-child {
  width: 30%;
}

.column_3 th {
  width: 33.3333333333%;
}

.column_4 th {
  width: 25%;
}

.column_5 th {
  width: 20%;
}

.column_6 th {
  width: 16.6666666667%;
}

/**
* コラム内サブセクション
*
===================================================================*/
.cl_inner_area {
  margin: 0 auto 30px auto;
  padding: 0;
  width: 96%;
}

.cl_inner_area > dt {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #315b7e;
  text-indent: 1rem;
  border-left: 5px solid #7097c4;
}

.cl_inner_area .cl_inner_txt {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #464646;
  line-height: 2rem;
}

/**
* コラム内インタビューセクション
*
===================================================================*/
.interview_area {
  margin: 30px auto;
  padding: 30px;
  width: 100%;
  background: #edf2fb;
}

.interview_area .interview_komidashi {
  margin: 30px auto;
  padding: 1em 1.5em;
  width: 100%;
  font-size: 1.1rem;
  color: #000;
  background: #e0e8f8;
}

.interview_area .column_interviewer {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.interview_area .column_interviewer::before {
  content: "";
  margin-right: 10px;
  width: 50px;
  border-top: 1px solid #000;
}

.interview_area .catch_img {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 100%;
  height: 460px;
}

.interview_area .catch_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.interview_area .interview_profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.interview_area .interview_profile .profile_img {
  margin: 0;
  padding: 0;
  width: 40%;
  border: 4px solid #fff;
}

.interview_area .interview_profile .profile_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.interview_area .interview_profile .profile_cont {
  margin: 0;
  padding: 0;
  width: 58%;
}

.interview_area .interview_profile .profile_cont .profile_name {
  margin: 0;
  padding: 6px 20px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #235b94;
}

.interview_area .interview_profile .profile_cont .profile_txt {
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #222;
  line-height: 1.6rem;
}

/**
* コラム内CTAバナー
*
===================================================================*/
.cta_banner,
.bottom_cta_banner {
  /* margin: 40px auto; */
  margin: 24px auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .cta_banner,
  .bottom_cta_banner {
    width: 100%;
  }
}
.cta_banner .balloon,
.bottom_cta_banner .balloon {
  position: relative;
  margin: 0 auto;
  padding: 0.6em 0;
  width: 30%;
  color: #282828;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  background: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .cta_banner .balloon,
  .bottom_cta_banner .balloon {
    width: 60%;
  }
}
.cta_banner .balloon:after, .cta_banner .balloon:before,
.bottom_cta_banner .balloon:after,
.bottom_cta_banner .balloon:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.cta_banner .balloon:after,
.bottom_cta_banner .balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #FFFFFF;
}
.cta_banner .balloon:before,
.bottom_cta_banner .balloon:before {
  border-color: rgba(236, 236, 236, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  margin-top: 1px;
  border-top-color: #ECECEC;
}
.cta_banner > a,
.bottom_cta_banner > a {
  position: relative;
  display: block;
  margin: 20px auto 0 auto;
  padding: 0.6em 2em;
  width: 70%;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #2b9116;
  box-sizing: border-box;
  text-decoration: none !important;
}
.cta_banner > a > br,
.bottom_cta_banner > a > br {
  display: none;
}

@media screen and (max-width: 480px) {
  .cta_banner > a,
  .bottom_cta_banner > a {
    padding: 0.7em 1.5em;
    width: 100%;
    font-size: 0.9rem;
  }
 
  .cta_banner > a > br,
  .bottom_cta_banner > a > br {
  display: block;
}

}
.cta_banner > a::after,
.bottom_cta_banner > a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.cta_banner > a:hover,
.bottom_cta_banner > a:hover {
  filter: saturate(1.6);
  transition: all 0.3s;
  text-decoration: none;
}

/* 20250128追記 */
/**
* コラム記事監修
*---------------------------------------*/
.column_supervisor {
  position: relative;
  margin: 80px auto 40px auto;
  padding: 40px 20px 20px;
  width: 80%;
  border: 1px solid #6795d6;
}
@media screen and (max-width: 480px) {
  .column_supervisor {
    margin-top: 60px;
    width: 82%;
    padding-top: 30px;
  }
}
.column_supervisor::before {
  content: "この記事の監修者";
  position: absolute;
  top: -23px;
  left: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 200px;
  height: 46px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #1f4f92;
}
@media screen and (max-width: 480px) {
  .column_supervisor::before {
    width: 160px;
    height: 40px;
    font-size: 1rem;
  }
}
.column_supervisor .wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.column_supervisor .wrapper .supervisor_name {
  margin: 0;
  padding: 0;
  width: 100%;
}
.column_supervisor .wrapper .supervisor_name > a {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .column_supervisor .wrapper .supervisor_name > a {
    font-size: 1rem;
  }
}
.column_supervisor .wrapper .supervisor_name > a:hover {
  color: #b91b1b;
}
.column_supervisor .wrapper .supervisor_contents {
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .column_supervisor .wrapper .supervisor_contents {
    display: block;
  }
}
.column_supervisor .wrapper .supervisor_contents .contents_txt {
  margin: 0;
  padding: 0;
  width: 70%;
  font-size: 0.95rem;
  color: #000;
  line-height: 1.5rem;
}
@media screen and (max-width: 480px) {
  .column_supervisor .wrapper .supervisor_contents .contents_txt {
    width: 100%;
  }
}
.column_supervisor .wrapper .supervisor_contents .contents_img {
  margin: 0;
  padding: 0;
  width: 27%;
}
@media screen and (max-width: 480px) {
  .column_supervisor .wrapper .supervisor_contents .contents_img {
    margin: 24px auto 0 auto;
    width: 80%;
  }
}
.column_supervisor .wrapper .supervisor_contents .contents_img > img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

/* 20250128追記ここまで */


/**
* スマートフォン
*------------------------------------------------------------*/
@media screen and (max-width: 480px) {


  /**
  * コラム本文エリア設定
  *
  ===================================================================*/
  
  .column_section {
    margin: 30px auto;
  }
  
  .column_section .column_section_inner {
    margin: 0 auto;
    padding: 0;
    width: 98%;
  }
  
  /* 最後のインナーセクション */
  .column_section .last_inner {
    margin-bottom: 40px;
  }
  
  
  /**
  * 見出し設定
  *
  ===================================================================*/
  
  /*
  * 大見出し
  *---------------------------------------------------*/
  .column_section .column_section_midashi {
    padding: 6px 10px 6px 75px;
    font-size: 1rem;
  }
  
  .column_section .column_section_midashi::before {
    width: 160px;
  }
  
  .column_section .column_section_midashi > span {
    top: 50%;
    left: 0;
    padding-top: 0;
    padding-left: 16px;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
  
  /*
  * 中見出し
  *---------------------------------------------------*/
  .column_section .column_section_inner .column_komidashi {
    padding: 6px 5px 6px 85px;
    height: auto;
    font-size: 1rem;
  }
  
  .column_section .column_section_inner .column_komidashi > span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 60px;
    height: 100%;
    font-size: 1.25rem;
  }
  
  /*
  * コラム記事内リスト
  *----------------------------------------------------*/
  .column_section .column_section_inner .column_inner_midashi {
    padding: 4px 0 4px 14px;
    font-size: 1rem;
  }
  
  
  
  /**
  * コラム本文
  *
  ===================================================================*/
  
  /*
  * コラムキャッチイメージ
  *----------------------------------------------*/
  
  /*
  * 関連記事リンク
  *----------------------------------------------*/
  .column_section .related_links {
    width: 98%;
  }
  
  .column_section .related_links > dt {
    padding: 6px 10px;
    width: 40%;
    font-size: 0.875rem;
  }
  
  .column_section .related_links > dd {
    padding: 12px 15px;
  }
  
  .column_section .related_links > dd ul.links_cont > li > a {
    font-size: 0.875rem;
  }
  
  /*
  * コラムリード文
  *----------------------------------------------*/
  .column_section .column_section_inner .column_section_lead {
    margin: 15px auto;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  
  /*
  * コラム記事本文
  *----------------------------------------------*/
  .column_section .column_section_inner .column_txt {
    margin: 15px auto 20px auto;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  
  
  /**
  * コラム内パーツ（テーブル等）
  *
  ===================================================================*/
  
  /* テーブル見出し */
  .column_section .column_section_inner .tbl_midashi {
    padding: 10px 10px;
    width: 98%;
    font-size: 0.9rem;
  }
  
  /* テーブルデータ引用元 */
  .column_section .column_section_inner .quote {
    width: 98%;
    font-size: 0.8rem;
  }
  
  /* サマリーテーブル */
  .column_section .summary_tbl {
    margin: 30px auto;
    padding: 0;
    width: 98%;
  }
  
  .column_section .summary_tbl caption,
  .column_section .summary_title {
    font-size: 0.9rem;
  }
  
  .column_section .summary_tbl th,
  .column_section .summary_tbl td {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }
  
  /* 説明テーブル */
  .column_section .explain_tbl th {
    font-size: 0.9rem;
  }
  
  /* 資格概要テーブル */
  .column_section .column_section_inner .shikaku_summary_tbl {
    width: 98%;
    border-left: 1px solid #ddd;
  }
  
  .column_section .column_section_inner .shikaku_summary_tbl th {
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }
  
  .column_section .column_section_inner .shikaku_summary_tbl td {
    display: block;
    width: 100%;
    font-size: 0.85rem;
  }
  
  
  /* 本文内リスト表示 */
  .column_section .column_section_inner .txt_inner_midashi {
    font-size: 1rem;
  }
  
  /* 口コミ文 */
  .column_section .voice_txt {
    width: 98%;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  
  
  /**
  * コラム監修
  *
  ===================================================================*/
  #column_supervision .section_inner .sv_cont {
    padding: 15px;
  }
  
  #column_supervision .section_inner .sv_cont .person_photo {
    margin: 0 auto;
    width: 60%;
  }
  
  #column_supervision .section_inner .sv_cont .detail {
    margin: 15px auto 0 auto;
    width: 100%;
  }
  
  #column_supervision .section_inner .sv_cont .detail > dd > p {
    line-height: 1.6rem;
  }
  
  
  /**
  * コラム用語解説
  *
  ===================================================================*/
  .column_words {
    padding: 10px 15px;
  }
  
  .column_words > dt {
    font-size: 0.9rem;
  }
  
  .column_words > dd {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  
  /**
  * コラム内テーブル
  *
  ===================================================================*/
  .column_inner_tbl {
    width: 100%;
  }
  
  /**
  * コラム内サブセクション
  *
  ===================================================================*/
  .cl_inner_area {
    width: 100%;
  }
  
  .cl_inner_area > dt {
    font-size: 1rem;
  }
  
  .cl_inner_area .cl_inner_txt {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  
  
  /**
  * コラム内インタビューセクション
  *
  ===================================================================*/
  .interview_area {
    margin: 15px auto;
    padding: 15px;
  }
  
  .interview_area .catch_img {
    height: 200px;
  }
  
  .interview_area .interview_profile .profile_img {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .interview_area .interview_profile .profile_cont {
    margin: 0 auto;
    width: 98%;
  }
  
  
  }