.column-content .content-main .wrap {
	background: url("../../images/column/main.png") no-repeat;
	background-position: top right;
	background-size: 300px;
	height: 100%;
}

.column-block {
	max-width: 1160px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}
.column-main {
	width:73%;
}
.column-side {
	width: 22%;
}

.column-main section {
	margin-bottom: 60px;
}

.column-side .sidebn {
	margin-bottom: 15px;
}

.column-side .sidebn img {
	width: 100%;
	height: auto;
}


.column-side h2 {
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 3.2rem;
	line-height: 1.3;
	margin: 40px 0 20px;
	position: relative;
	font-weight: normal;
}
.column-side h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    line-height: 1; 
	font-family: 'Noto Serif JP', serif;
	color:#383838;
	font-weight: normal;
}


.column-main .eng {
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 3.6rem;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	
}
.column-main h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 40px;
}

.column-category {
	display: flex;
	flex-wrap: wrap;
	
}

.column-category  li {
	width: 32.5%;
	margin-right: 5px;
	margin-bottom: 5px;
}
.column-category li a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.column-category li a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.column-category li a:hover {
  background: #a97cb6;
  color: #FFF;
}
.column-category li a:hover:after {
  right: 1.4rem;
}
.column-category li.active a {
  background: #a97cb6;
  color: #FFF;
}

.column-count {
	border-bottom: 1px solid #595959;
	padding-bottom: 5px;
	margin-bottom: 40px;
	font-size: 1.6rem;
}
.column-count span {
	font-weight: bold;
}

.column-list  {
	margin-bottom: 40px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 40px;
}
.column-list-item {
	display: flex;
	justify-content: space-between;
}
.column-list-item .thum {
	width: 22%;
}
.column-list-item .text {
	width: 75%;
	padding: 10px 0;
	box-sizing: border-box;
}
.column-list-item .thum img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.column-list-item .text .category {
	display: flex;
	margin-bottom: 10px;
}
.column-list-item .text .category li {
	border: 1px solid #808080;
	color:#808080;
	padding: 2px 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-right: 5px;
	border-radius: 3px;
}

.column-list-item .text h3 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.column-list-item .text p {
	font-size: 1.5rem;
	line-height: 1.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Pagination {
  display: flex;
	justify-content: center;
  margin: 0 auto 0 auto;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  background: #ededed;
  font-size: 1.6rem;
  color: #383838;
  font-weight: bold;
}
.Pagination-Item-Link-Icon {
  width: 10px;
}
.Pagination-Item-Link.isActive {

  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {

  color: #fff;
}
.Pagination > * + * {
  margin-left: 5px;
}



@media screen and (max-width: 768px) {
	
.column-content .content-main .wrap {
	background: url("../../images/column/main.png") no-repeat;
	background-position: top 0px right;
	background-size: 180px;
	height: 100%;
}
	
.column-block {
	max-width: auto;
	margin: auto 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 30px 15px;
}
.column-main {
	width:100%;
}
.column-side {
	width:100%;
}

.column-main section {
	margin-bottom: 30px;
}


	
	
.column-side .sidebn {
	margin-bottom: 15px;
}

.column-side .sidebn img {
	width: 100%;
	height: auto;
}
.column-side h2 {
	font-family: 'Bathurst';
	font-size: 3rem;
	line-height: 1.3;
	margin: 40px 0 20px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.column-side h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.3rem;
    line-height: 1; 
	font-family: 'Noto Serif JP', serif;
	color:#383838;
	font-weight: normal;
}


.column-main .eng {
	font-family: 'Bathurst';
	font-size: 3rem;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	
}
.column-main h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}

.column-category {
	display: flex;
	flex-wrap: wrap;
}

.column-category  li {
	width: 48%;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.column-category li a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 15px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.column-category li a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.column-category li a:hover {
  color: #FFF;
}
.column-category li a:hover:after {
  right: 1.4rem;
}
.column-category li.active a {
  color: #FFF;
}

.column-count {
	border-bottom: 1px solid #595959;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.column-count span {
	font-weight: bold;
}

.column-list  {
	margin-bottom: 20px;
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 20px;
}
.column-list-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.column-list-item .thum {
	width: 100%;
}
.column-list-item .text {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}
.column-list-item .thum img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
}
.column-list-item .text .category {
	display: flex;
	margin-bottom: 10px;
}
.column-list-item .text .category li {
	border: 1px solid #808080;
	color:#808080;
	padding: 2px 10px;
	font-size: 1rem;
	line-height: 1.4;
	margin-right: 5px;
	border-radius: 3px;
}

.column-list-item .text h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.column-list-item .text p {
	font-size: 1.3rem;
	line-height: 1.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Pagination {
  display: flex;
	justify-content: center;
  margin: 0 0 0 auto;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25px;
  height: 25px;
  background: #ededed;
  font-size: 1.2rem;
  color: #383838;
  font-weight: bold;
}
.Pagination-Item-Link-Icon {
  width: 10px;
}
.Pagination-Item-Link.isActive {
  background: #884f9c;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #884f9c;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 3px;
}


}


/* --------------------------　コラム詳細　-------------------------- */

.column-detail {
	
}
.column-detail section {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 60px;
	margin-bottom: 60px;
	
}

.column-detail .category {
	display: flex;
	margin-bottom: 20px;
}
.column-detail .category li {
	border: 1px solid #808080;
	color:#808080;
	padding: 2px 10px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-right: 5px;
	border-radius: 3px;
}

.column-detail h1 {
	padding: 0;
	margin: 0;
	font-size: 3rem;
	border-bottom: 3px solid #e9be54;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.column-detail p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 20px;

}
.column-detail h2 {
	background: #f7f4ec;
	border-top: 4px solid #e9be54;
	display: flex;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin: 40px 0 20px 0;
text-align:left !important;
line-height:1.5;

}

.column-detail h3 {
	font-size: 2rem;
	border-bottom: 1px solid #e9be54;
	padding-bottom: 10px;
	margin: 30px 0 15px 0;
}

.column-detail .list {
	list-style-type: disc;
	margin: 40px 0 40px 20px;
}
.column-detail .list li {
	list-style-type: disc;
	font-size: 1.6rem;
}

.column-detail .image {
	max-width: 700px;
	margin: 50px auto;
}
.column-detail .image img {
	width: 100%;
	height: auto;
	margin: 40px auto;
}




.column-detail .Pagination02 {
  display: flex;
	justify-content: center;
  margin: 0 auto 0 auto;
}
.column-detail .Pagination-Item-Link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 120px !important;
  height: 45px;
  background: #ededed;
  font-size: 1.5rem;
  color: #383838;
  font-weight: bold;
}
.column-detail .Pagination-Item-Link-Icon02 {
  width: 10px;
}
.column-detail .Pagination-Item-Link02.isActive {
  background: #884f9c;
  color: #fff;
  pointer-events: none;
}
.column-detail .Pagination-Item-Link02:not(.isActive):hover {
  background: #884f9c;
  color: #fff;
}
.column-detail .Pagination02 > * + * {
  margin-left: 5px;
}



@media screen and (max-width: 768px) {
	
	
.column-detail {
	margin-top: 20px;
}
.column-detail section {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

.column-detail .category {
	display: flex;
	margin-bottom: 10px;
}
.column-detail .category li {
	border: 1px solid #808080;
	color:#808080;
	padding: 2px 10px;
	font-size: 1rem;
	line-height: 1.4;
	margin-right: 5px;
	border-radius: 3px;
}

.column-detail h1 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	border-bottom: 2px solid #e9be54;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.column-detail p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 18px;

}
.column-detail h2 {
	border-top: 2px solid #e9be54;
	display: flex;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin: 30px 0 15px 0;

}

.column-detail h3 {
	font-size: 1.6rem;
	border-bottom: 1px solid #e9be54;
	padding-bottom: 7px;
	margin: 30px 0 15px 0;
}

.column-detail .list {
	list-style-type: disc;
	margin: 30px 0 30px 20px;
}
.column-detail .list li {
	list-style-type: disc;
	font-size: 1.4rem;
	line-height: 1.8;
}

.column-detail .image {
	max-width: 700px;
	margin: 40px auto;
}
.column-detail .image img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}




.column-detail .Pagination02 {
  display: flex;
	justify-content: center;
  margin: 0 15px 0 15px;
}
.column-detail .Pagination-Item-Link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto !important;
  height: 45px;
  background: #ededed;
  font-size: 1.4rem;
  color: #383838;
  font-weight: bold;
	padding: 0 15px;
}
.column-detail .Pagination-Item-Link-Icon02 {
  width: 10px;
}
.column-detail .Pagination-Item-Link02.isActive {

  color: #fff;
  pointer-events: none;
}
.column-detail .Pagination-Item-Link02:not(.isActive):hover {

  color: #fff;
}
.column-detail .Pagination02 > * + * {
  margin-left: 5px;
}
	
	
}





