/*----------------------------------------------
	Additions home page
---------------------------------------------*/
.f_sec08 {
  background-color: #fff;
  text-align: center;
}

.l_column-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.l_column.l_column-article {
  padding: 0;
  width: auto;
  box-sizing: border-box;
  flex: 0 31%;
  margin-bottom: 3%;
  text-align: left;
  transition: opacity 0.3s;
}
.l_column.l_column-article:hover {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .l_column.l_column-article {
    flex: 100%;
    margin-bottom: 5%;
  }
}
.l_column.l_column-article:after {
  display: none;
}

.p_column-article__contents {
  padding: 20px 30px 30px 30px;
  line-height: 1;
}

.p_column-article__media {
}
.p_column-article__media > img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.p_column-article__ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
  color: #bb2026;
  margin-bottom: 10px;
}

.p_column-article__ttl a {
  color: inherit;
}
.p_column-article__ttl a:hover {
  text-decoration: none;
}

.p_column-article__txt {
  font-size: 12px;
  text-align: left;
  line-height: 2;
}

.p_column-article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4em;
}

.p_column-article__label {
  display: inline-block;
  color: #FFF;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #bb2026;
  font-size: 10px;
  line-height: 1;
}

.p_column-article__date {
  color: #858e87;
  font-size: 11px;
}

/*----------------------------------------------
	Column page
---------------------------------------------*/
main {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.p_column-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p_column-page:nth-last-of-type(1) .main-thumb-wrapper {
  margin-bottom: 0;
}

.p_column-page .p_wrap {
  line-height: 1;
}

.p_column-page .c_content-area {
  word-break: break-all;
  width: 640px;
}

.p_column-page .p_img-full {
  display: block;
  width: 100%;
}

.p_column-page .detail-side-wrap {
  position: sticky;
  top: 140px;
}

.detail-side-wrap-inner{
	width:290px;
}

@media screen and (max-width: 991px) {
  .p_column-page {
    display: block;
  }

  .p_column-page .p_wrap {
    flex: 1;
  }
  .p_column-page .c_content-area{
  	width:100%;
  }
  .detail-side-wrap-inner{
	width:100%;
  }
}
/* 関連コラム
------------------------------------- */
.related-column-wrap h3 {
  font-size: 20px;
  font-weight: 500;
}

.related-column-wrap h3 > img {
  margin-right: 10px;
  position: relative;
  margin-bottom: -3px;
}

.related-column-wrap ul {
  border-bottom: 1px solid #ccc;
}

.related-column-wrap ul > li {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.related-column-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: opacity 0.3s;
}
.related-column-list:hover {
  opacity: 0.5;
}

.related-column-list-thumb {
  width: 220px;
  height: 140px;
  margin-right: 24px;
}
.related-column-list-thumb > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.related-column-list-detail {
  flex: 1;
  line-height: 1;
}

.related-column-list-detail__label {
  display: inline-block;
  color: #FFF;
  margin-bottom: 1em;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #bb2026;
  font-size: 10px;
  line-height: 1;
}

.related-column-list-detail__ttl {
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 10px;
}
.related-column-list-detail__ttl > a {
  color: #bb2026;
}
.related-column-list-detail__ttl > a:hover {
  text-decoration: none;
}

.related-column-list-detail__txt {
  font-size: 12px;
  text-align: left;
  line-height: 2;
}

.related-column-list-detail__date {
  margin-bottom: 0.4em;
  color: #858e87;
  font-size: 11px;
}

@media screen and (max-width: 991px) {
  .related-column-wrap ul {
    margin-bottom: 30px;
  }

  .related-column-wrap h3 {
    font-size: 16px;
  }

  .related-column-wrap ul > li {
    padding: 15px 0;
  }

  .related-column-list-thumb {
    margin-right: 14px;
    width: 102px;
    height: 64px;
    border-radius: 4px;
  }

  .related-column-list-detail__txt {
    line-height: 1.6;
  }
}
/* 人気コラムランキング
------------------------------------- */
.detail-side-wrap-ttl {
  color: #000 !important;
  border-bottom: solid 1px #ccc;
}
.detail-side-wrap-ttl > img {
  margin-right: 10px;
}

.l_column-rank {
  width: 100%;
  padding: 0;
  position: relative;
  background: #fdfeff !important;
  box-shadow: 0 0 0 0;
  text-align: left;
}

.l_column.l_column-ranking:after {
  display: none;
}

.p_rank {
  margin-bottom: 16px;
}

.p_rank__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4em;
}

.p_rank__label {
  display: inline-block;
  color: #FFF;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #bb2026;
  font-size: 10px;
  line-height: 1;
}

.p_rank__date {
  color: #858e87;
  font-size: 11px;
}

.p_rank__media {
  position: relative;
  width: 100%;
  height: 162px;
  margin-bottom: 10px;
}
.p_rank__media > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_rank__ttl {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  border: 0;
}
.p_rank__ttl > a {
  color: #000;
}

img.rank-no {
  position: absolute;
  left: 3px;
  top: 0;
  z-index: 999;
  height:45px;
}

img.rank-no-1{
	left:6px;
	height:60px

}

.rank-wrap ul {
  border-bottom: 1px solid #ccc;
}

.rank-wrap ul > li {
  padding: 16px 0;
  border-top: 1px solid #ccc;
}

.rank-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.rank-list-thumb {
  width: 100px;
  height: 60px;
  margin-right: 16px;
}
.rank-list-thumb > img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.rank-list-detail {
  flex: 1;
}

.rank-list-ttl {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  border: 0;
  margin-bottom: 0;
}
.rank-list-ttl > a {
  color: #000;
}

@media screen and (max-width: 991px) {
  .l_column-rank {
    margin-bottom: 0;
  }

  .p_column-page > div {
    margin-top: 0 !important;
  }

  .detail-side-wrap h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .p_rank {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom:15px;
  }

  .p_rank__media {
    width: 102px;
    height: 60px;
    margin-right: 14px;
    margin-bottom: 0;
  }

  .p_column-page img.rank-no {
    width: 28px;
    height: auto;
  }

  .p_column-page img.rank-no-1{
  	left:3px;
  }

  .p_column-page .rank-wrap ul {
    margin-bottom: 30px;
  }

  .p_column-page .rank-wrap h3 {
    font-size: 16px;
  }

  .rank-wrap ul > li {
    padding: 15px 0;
  }

  .rank-list img {
    margin-right: 14px;
    width: 102px;
  }
}
/* /* GSP追記 */ */
/* コラム一覧ページ */

.column_searchbox__input{
	width:60%;
	height:40px;
}

.column_searchbox__submit{
	width:30%;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 10px 31px;
    background-color: #bb2026;
    color: #FFF;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin-left: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.column_searchbox__input{
	width:60%;
	height:40px;
}

.l_column-article-list:after {
	content: "";
    display: block;
	width: calc((100% / 3) - 16px);
	height: 0;
}

@media screen and (min-width: 992px) {
	.column_list_wrapper{
		width:1260px;
	}
	.column_list-page {
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	}
	.column_list_main {
	    width: 960px;
	}
	.column_list_sub {
	    width: 300px;
	}
	.column_category_list{
		text-align:left;
		padding:1em;
	}
}

/* コラムページ */
.p_column-share{
	display:flex;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1.5em 0;
}
.sns-share{
	display:inline-block;
	padding:1em;
}
.p_column-share ul{
	margin: 0;
    display: flex;
    align-items: center;
}
.p_column-share li{
	display: flex;
    align-items: center;
    padding:0 10px;
}
.share-icon{
	display: flex;
    align-items: center;
    line-height: 1;
}
.share-icon img{
	height:35px;
}
.c_content-area .p_register__ttl{
	text-align:center;
}
.l_column {
	background-image: linear-gradient(130deg, rgba(27, 98, 191, 0.07), rgba(27, 98, 191, 0.07));
}
.p_column-article__txt {
	color: black;
}
.related-column-list-detail__txt > a {
	color: #000;
}

#category {
	display: inline-block;
	width: auto;
	font-size: 105%;
	font-weight: bold;
	color: #333;
	text-align: left;
	border-bottom: 2px solid #bb2026;
	letter-spacing: 0.1em;
	padding-top: 0;
	padding-bottom: 0.2em;
	line-height: 1.3em;
	margin: 30px 0px;
}
#category:hover{
	color: #bb2026;
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.pc-only{
		display:none;
	}
}
