

/* table-of-content */
.toc {
	background-color: #F5F6F8;
	margin-bottom: 80px;
	padding: 20px 25px 10px;
	border-radius: 6px;
}

.toc > p {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toc-list li {
	position: relative;
	margin-bottom: 20px;
}

.toc-list li::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	background-color: #ddd;
	width: 100%;
	height: 1px;
}

.toc-list .toc-H3 {
	padding-left: 30px;
}

.toc-list .toc-H3::before {
	position: absolute;
	content: "・";
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}

.toc-list .toc-H4 {
	padding-left: 45px;
}

.toc-list .toc-H4::before {
	position: absolute;
	content: "-";
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}

.toc-list li a {
	color: #505050;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.toc {
		padding: 20px 15px 10px;
	}
}

.columns_subpage {
  .column-section {
    width: 100%;
  }

  .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper .button,
  .button-wrapper .button-s {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #1550AC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .button-wrapper .button {
    width: 340px;
    height: 70px;
  }

  .button-wrapper .button-s {
    width: 180px;
    height: 50px;
  }

  .button-wrapper .button span {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* swiper */
  #column-latest-columns {
    margin-top: 40px;
    margin-bottom: 78px;
  }

  #column-latest-columns-swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }

  .pc-latest-columns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 25px;
  }

  .pc-latest-columns__item {
    width: calc(100% / 3);
    aspect-ratio: 1200 / 630;
  }

  .pc-latest-columns__item a {
    width: 100%;
    height: 100%;
  }

  #column-latest-columns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .g-mv-slider__item {
    aspect-ratio: 1200 / 630;
    flex-shrink: 0;
  }

  .g-mv-slider__item a {
    width: 100%;
    height: 100%;
  }

  @media(min-width: 767px) {
    #column-latest-columns {
      margin-top: 60px;
      margin-bottom: 65px;
    }

    #column-latest-columns-swiper {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  #column-header {
    margin-bottom: 25px;

    .header-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    h2 {
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      line-height: 58px;
      letter-spacing: 0px;
      color: #000000;
    }

    .sub-title {
      text-align: center;
      font-weight: normal;
      font-size: 20px;
      line-height: 29px;
      letter-spacing: 0px;
      color: #000000;
      margin-bottom: 10px;
    }

    @media(max-width: 720px){
      margin-bottom: 110px;

      h2 {
        font-weight: bold;
        font-size: 37px;
        line-height: 50px;
        margin-bottom: 35px;
      }

      .button {
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
      }

      .button-wrapper .button span {
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
      }
    }

  }

  .fv-header {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  #column-special {
    margin-bottom: 100px;

    .column-special-content-wrapper {
      display: block;
      margin: 0 auto;
    }

    .image-wrapper {
      margin-bottom: 15px;
    }

    .image {
      width: 100%;
      height: auto;
      aspect-ratio: 1200 / 630;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .content {
      margin-bottom: 25px;
    }

    .content-title {
      text-align: left;
      font-weight: normal;
      font-size: 28px;
      line-height: 40px;
      letter-spacing: 0px;
      width: 100%;
      color: #000000;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 120px;
    }

    .content-sub-title {
      text-align: left;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      margin-top: 11px;
      width: 100%;
      color: #000000;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 72px;
    }

  }

  #column-special::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border: 1px solid #CCCCCC;
    margin: 80px 0px;
  }

  #column-toc {
    margin-bottom: 100px;

    .toc {
      background-color: transparent;
      margin-bottom: 0px;
      padding: 0;
      border-radius: 0;
    }

    .toc-inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .toc-content {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 30%;
      min-width: 230px;
      height: fit-content;
      column-gap: 15px;
    }

    .left {
      width: fit-content;
      height: 80px;
    }

    .image {
      width: 80px;
      height: 79px;
    }

    .image img {
      width: auto;
      height: 100%;
    }

    .right {
      width: 100%;
      height: auto;
    }

    .content-text {
      text-align: left;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 0px;
      color: #000000;
    }

    .content-sub-text {
      text-align: left;
      font-weight: normal;
      font-size: 12px;
      line-height: 17px;
      letter-spacing: 0px;
      color: #666666;
    }

    @media(max-width: 720px){
      margin-bottom: 50px;
    }

    @media(max-width: 800px){
      .toc-inner-wrapper {
        flex-direction: column;
        column-gap: 0px;
        row-gap: 30px;
      }

      .toc-content {
        width: 100%;
      }
    }
  }

  #column-toc::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border: 1px solid #CCCCCC;
    margin: 80px 0px;
  }

  @media(max-width: 720px) {
    #column-toc::after {
      margin-top: 40px;
      margin-bottom: 50px;
    }
  }

  .contents-section {
    .header {
      width: 100%;
      margin-bottom: 35px;
    }

    .header h2 {
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
      font-size: 40px;
      line-height: 58px;
      letter-spacing: 0px;
    }

    .contents-inner-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      column-gap: 6%;
      row-gap: 30px;
      margin-bottom: 25px;
    }

    .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 47%;
      min-width: 315px;
      height: auto;
    }

    .image {
      width: 100%;
      max-width: 100%;
      min-width: 315px;
      aspect-ratio: 1200 / 630;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }
    
    .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .title-wrapper {
      width: 100%;
    }

    .sub-title {
      text-align: left;
      font-weight: normal;
      font-size: 12px;
      line-height: 17px;
      letter-spacing: 0px;
      color: #666666;
    }

    .title {
      text-align: left;
      font-weight: normal;
      font-size: 24px;
      line-height: 35px;
      letter-spacing: 0px;
      width: 100%;
      color: #000000;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 70px;
    }

    @media(max-width: 720px){
      margin-bottom: 40px;

      .content {
        max-width: 315px;
        width: 100%;
      }

      .contents-inner-wrapper {
        flex-wrap: wrap;
      }
    }
  }

  .contents-section:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border: 1px solid #CCCCCC;
    margin: 80px 0px;
  }

  .contents-section:last-of-type {
    margin-bottom: 50px;
  }

  @media(max-width: 720px){
    .contents-section:not(:last-of-type)::after {
      margin: 50px 0px;
    }
  }

}

/* menubar */
#column-tab-menu {
  width: 100%;
  height: auto;
  margin-bottom: 50px;

  .menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .tab {
    display: block;
    width: fit-content;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
  }

  .tab.active {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1A63D9;
    position: relative;
  }

  .tab.active::after {
    position: absolute;
    content: "";
    top: 101%;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #1A63D9 0% 0% no-repeat padding-box;
  }
}

/* breadcrumb */
.column-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
  padding-bottom: 48px;
	margin: 0;
	margin-top: -102px;
}

.column-breadcrumb__item {
	list-style: none;
	font-size: 12px;
}

.column-breadcrumb__item:not(:last-child) {
	margin-right: 10px;
}

.column-breadcrumb__item:not(:last-of-type)::after {
	content: ">";
	display: inline-block;
	margin-left: 10px;
}

.column-breadcrumb__item a {
	color: #32B5EB;
	display: inline;
}

.column-breadcrumb__item a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.column-breadcrumb {
		margin-top: -76px;
	}
}

@media screen and (max-width: 575px) {
	.column-breadcrumb {
		margin-top: -40px;
	}
}

@media screen and (min-width: 768px) {
	.column-breadcrumb__item {
		font-size: 14px;
	}
	.column-breadcrumb__item:not(:last-of-type) {
		margin-right: 20px;
	}
	.column-breadcrumb__item:not(:last-of-type)::after {
		margin-left: 20px;
	}
}

/* ヘッダー */

.page_banner .banner_title {
	font-size: 30px;
	margin: 0;
}

/* g-column-list */

.g-column-list{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.g-column-list__item{
	display: block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebeaeb;
}
.g-column-list__thumb{
	position: relative;
	width: 91%;
  aspect-ratio: 1200 / 630;
	margin-bottom: 20px;
}
.g-column-list__thumb:hover{
	opacity: .8;
}
.g-column-list__thumb::before{
	content: '';
	display: block;
	padding-top: 58.3%;
}
.g-column-list__thumb img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.g-column-list__main{
	width: 91%;
}
.g-column-list__title{
	margin-bottom: 11px;
}
.g-column-list__title a{
	width: 100%;
	height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	color: #2d3138;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.g-column-list__cat{
	margin-bottom: 10px;
}
.g-column-list__cat a{
	color: #1a63da;
	border: 1px solid #1a63da;
	padding: 5px 5px;
	font-size: 13px;
}
.g-column-list__date{
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 40px;
}
.g-column-list__date p {
	margin: 0;
}
.g-column-list .g-column-list__date{
	color: #666666;
	margin: 0;
}

@media (max-width: 575px){
	.page_banner .banner_title {
		font-size: 16px;
	}
	.g-column-list{
		grid-template-columns: 1fr;
	}
	.g-column-list__item{
		display: block;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.g-column-list__title{
		margin-bottom: 15px;
	}
	.g-column-list__title a{
		height: 120px;
		-webkit-line-clamp: 4;
	}
	.g-column-list__thumb{
		width: 100%;
		margin-bottom: 15px;
	}
	.g-column-list__main{
		width: 100%;
		padding-left: 0;
	}
}

/* 下部 */
.g-column-pager{
	margin-top: 50px;
}
.g-column-button{
	margin-top: 50px;
}
.g-column-link{
	margin-top: 23px;
	text-align: center;
}
.g-column-link a{
	color: #1a63d9;
	font-size: 13px;
}


/* g-sidebar */

.g-sidebar{

}
.g-sidebar__head{
	padding-bottom: 6px;
	color: #1a63d9;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #1a63d9;
}
.g-sidebar__back{
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}
.g-sidebar__back a {
	color: #1a63d9;
	text-decoration: none;
}
.g-sidebar__back a:hover {
	text-decoration: underline;
}
.g-sidebar__items{
	list-style: none;
	padding-left: 0;
}
.g-sidebar__item{
	border-bottom: 1px solid #ebeaeb;
}
.g-sidebar__item a{
	padding: 15px 10px;
	color: #2d3138;
}

.g-column-content__image {
	margin-bottom: 40px;
}
.g-column-content__image img {
	width: 100%;
	height: auto;
}
.g-column-content__title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.63;
	margin-top: 0px;
}
.g-column-content__sub-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.00;
	margin-top: 10px;
}
.g-column-content__body h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.63;
	margin-top: 0px;
	margin-bottom: 16px;
}
.g-column-content__body h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.63;
	margin-bottom: 16px;
}
.g-column-content__body h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.63;
	margin-bottom: 16px;
}
.g-column-content__body h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.63;
	margin-bottom: 16px;
}
.g-column-content__body img {
	max-width: 100%;
	height:auto;
	margin: 20px 0;
}
.g-column-content__related h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.63;
	margin-bottom: 60px;
}

.g-column-content__related .g-column-list__item {
	display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ebeaeb;
	margin: 0;
	padding: 40px 0;
}

.g-column-content__related .g-column-list__item:first-of-type{
	border-top: 1px solid #ebeaeb;
}

.g-column-content__related .g-column-list__thumb{
	position: relative;
	width: 34.5%;
	margin: 0;
}

.g-column-content__related .g-column-list__main{
	width: calc(100% - 33.5%);
	padding-left: 30px;
}

.g-column-content__related .g-column-list__title{
	margin-bottom: 7px;
}

.g-column-content__related .g-column-list__title a{
	width: initial;
	height: initial;
    display: initial;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    overflow: initial;
}

.g-column-content__related .g-column-list__date {
	margin: 0;
}

@media (max-width: 575px){
	.g-column-content__related .g-column-list__item{
		display: block;
	}
	.g-column-content__related .g-column-list__title{
		margin-bottom: 15px
	}

	.g-column-content__related .g-column-list__thumb{
		width: 100%;
		margin-bottom: 15px;
	}

	.g-column-content__related .g-column-list__main{
		width: 100%;
		padding-left: 0;
	}
}

@media (max-width: 991px){
	.g-sidebar{
		margin-top: 80px;
	}
}

.loadmore_column_items {
  text-align: center;
  height: 70px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.79;
  color: #2d3138;
  cursor: pointer;
  position: relative;
  width: 150px;
  max-height: 100px;
  transition: max-height 500ms ease-out;
  overflow: hidden;
}

.loadmore_column_items.hide_loadmore {
  max-height: 0px;
}

.loadmore_column_items:hover {
  color: #0056b3;
}

.loadmore_column_items::after {
  content: '';
  background: url(../images/arrow-down.png) no-repeat center bottom;
  background-size: 12px 32px;
  position: absolute;
  width: 12px;
  height: 20px;
  left: 70px;
  top: 35px;
  transition: all 200ms ease-out;
}

.loadmore_column_items:hover::after {
  height: 32px;
  bottom: 0px;
}

.hidden-load-more-column-items {
  display: none;
}

#column-category-header {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  h2 {
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0px;
    color: #000000;
  }

  @media(max-width: 720px) {
    h2 {
      text-align: left;
      font-weight: bold;
      font-size: 24px;
      line-height: 50px;
      letter-spacing: 0px;
    }
  }
}

#column-category-header::after {
  position: absolute;
  content: "";
  top: 102%;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #1A63D9 0% 0% no-repeat padding-box;
}
