/* ----------------------------------------
コラム共通 common
---------------------------------------- */
/*---column_menu---*/
.column_menu {
	width: 100%;
	background: #eee;
	border-bottom: 3px solid #008dd0;
	height: 45px;
	margin-bottom: 20px;
}
.column_menu_in {
	height: 45px;
}
.column_menu_in ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}
.column_menu_in li {
	display: flex;
	align-items: center;
}
.column_menu_in li::after {
	content: '/';
	padding: 0 15px;
}
.column_menu_in li:last-child::after {
	content: '';
	padding: 0;
}
.column_menu_in a {
	display: block;
	color: #111;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.column_menu_in_li_megamenu {
	display: none;
}
/*---/column_menu---*/
/* column_btm_mh
---------------------------------------- */
.column_btm_mh {
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}
.column_btm_mh h3 {
	font-size: 24px;
	line-height: 34px;
	border-bottom: 5px solid #ddd;
	position: relative;
	padding: 90px 42px 5px 1%;
	margin: -40px 0 14px 0;
	z-index: -1;
}
.column_btm_mh h3::before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	border-bottom: 5px solid #008dd0;
}
.column_btm_mh h3::after {
	content: '';
	background-image: url(/img/column/det_hakase.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	right: 0;
	bottom: -12px;
	width: 40px;
	height: 59px;
	background-size: contain;
}
.column_btm_mh_if {
	margin: 10px 0;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	display: block;
}
.column_btm_mh iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.column_btm_mh h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 60px 0 20px 0;
	margin: -30px 0 0 0;
}
.column_btm_mh a {
	color: #008dd0;
	font-weight: bold;
	text-decoration: underline;
}
.column_btm_mh a:hover {
	color: #999;
}
/*---column_inc---*/
.column_mh_btm {
	width: 96%;
	margin: 0 auto;
}
.column_sup_wrap {
	width: 100%;
	background: #f5f5f5;
	padding: 30px 0;
}
.column_sup {
	background: #fff;
	width: 90%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 12px -5px #999;
	padding: 15px 5%;
	margin: 0 auto;
}
.column_sup_ttl {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.column_sup_ttl img {
	width: 20px;
	margin-right: 10px;
	margin-top: 3px;
}
.column_sup_ttl h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
.column_sup_ttl h3 span {
	background: linear-gradient(transparent 70%, #fee801 70%);
}
.column_sup>p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.scene_support {
	margin-bottom: 15px;
}
.scene_support_item {
	background: #fff;
	border-radius: 5px;
	border-top: 5px solid #2899fb;
	box-shadow: 0 0 5px #bbb;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.scene_support_item span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: none;
}
.scene_support_item img {
	display: block;
	margin: 0 auto;
	width: 200px;
	margin-bottom: 10px;
}
.scene_support_item p {
	font-size: 13px;
	line-height: 20px;
}
.column_sup_link {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
.column_sup_link p {
	font-size: 3.5vw;
	line-height: 150%;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.column_sup_link p img:first-child {
	margin-right: 10px;
}
.column_sup_link p img:last-child {
	margin-left: 10px;
}
.column_sup_link a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 4vw;
	line-height: 150%;
	padding: 12px 0;
	border-radius: 30px;
	margin: 0 auto;
	font-weight: bold;
}
.column_sup_consul, .column_sup_inq, .column_sup_webinar {
	text-align: center;
}
.column_sup_consul a {
	background: #008dd0;
	border: 2px solid #008dd0;
}
.column_sup_consul a:hover {
	background: #fff;
	color: #008dd0;
}
.column_sup_inq, .column_sup_webinar {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
.column_sup_inq a {
	background: #ff4a32;
	border: 2px solid #ff4a32;
}
.column_sup_inq a:hover {
	background: #fff;
	color: #ff4a32;
}
.column_sup_webinar a {
	border: 2px solid #ff4a32;
	background: #fff;
	color: #ff4a32;
}
.column_sup_webinar a:hover {
	background: #ff4a32;
	color: #fff;
}
.column_foot {
	margin: 0 auto;
	padding: 30px 5%;
}
.column_ft_tag {
	margin-bottom: 20px;
}
.column_ft_tag p {
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 15px;
}
.column_ft_tag p::before {
	content: '-';
	padding-right: 5px;
}
.column_ft_tag p::after {
	content: '-';
	padding-left: 5px;
}
.column_ft_tag ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_ft_tag li {
	margin-bottom: 5px;
	margin-right: 15px;
}
.column_ft_tag a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
}
.column_ft_tag a::before {
	content: '#';
	padding-right: 3px;
}
.column_ft_tag a:hover {
	color: #008dd0;
}
.column_ft_search {
	margin: 0 auto;
}
.column_ft_search .cms_keysearch_form {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column_ft_search input {
	border: 1px solid #111;
	background: #fff;
	border-radius: 5px;
	color: #111;
	font-size: 16px;
	line-height: 49px;
	height: 50px;
	padding: 0 3%;
	width: 84%;
	box-sizing: border-box;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_ft_search button {
	width: 15%;
	background: #2c3f50;
	border: 1px solid #2c3f50;
	border-radius: 5px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 1%;
	padding: 10px;
	height: 50px;
}
.column_ft_search button:hover {
	border: 1px solid #008dd0;
	background: #008dd0;
}
.column_ft_search img {
	width: 23px;
}
.column_ft_top {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin: 0 3%;
	margin-bottom: 30px;
}
.column_ft_top a {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 3.8vw;
	line-height: 150%;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #111;
	border-radius: 3px;
	background: #f5f5f5;
	color: #111;
}
.column_ft_top a:hover {
	background: #111;
	color: #fff;
}
/*---/column_inc---*/
/*---column_head---*/
.column_head {
	width: 100%;
	margin-top: 23px;
}
.column_head .column_menu_in {
	position: relative;
}
.column_head_ttl {
	position: absolute;
	top: 0;
	left: -13px;
	width: 115px;
}
.column_head_ttl img {}
.column_head .column_menu_in ul {
	padding-left: 85px;
}
.column_head .column_menu_in li::after {
	padding: 0 7px;
}
.column_head .column_menu_in li:last-child::after {
	padding: 0;
}
.column_head .column_menu_in a {
	font-size: 3.7vw;
	line-height: 150%;
}
.column_conts_wrap .pankuzu {
	margin-top: -19px;
}
.column_conts_wrap .pankuzu div:first-child {
	padding-left: 60px;
}
/*---/column_head---*/
/* Bnr
-----------------------------------------*/
.Bnr {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}
.Bnr .Bnr_img {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.Bnr_img_inner_column {
	width: 94%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.Bnr .Bnr_img_inner_column a {
	display: block;
	width: 48%;
	height: 100%;
}
.Bnr_bg_close_column {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	p {
		border: 2px solid #111;
		display: block;
		border-radius: 22px;
		width: 22px;
		height: 22px;
		background: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 64%;
		&:hover {
			background: #ccc;
		}
		i {
			font-size: 20px;
			z-index: 888;
			color: #222;
		}
	}
}
/* ----------------------------------------
コラムトップ top
---------------------------------------- */
.column_conts_wrap {}
.column_main {
	width: 100%;
	height: 450px;
	background-image: url(/img/column/main_sp.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.column_main_in {}
.column_main_ttl {
	position: absolute;
	top: 23px;
}
.column_main_ttl img {}
.column_main_topic {
	width: 90%;
	height: 275px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 0 13px -5px #555;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.column_main_box {
	display: flex;
	justify-content: space-between;
	padding: 10px 25px;
	margin-bottom: 0 !important;
	height: 100%;
}
.slick-prev {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	left: 0 !important;
	height: 275px !important;
	top: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	width: 25px !important;
	background: #eee !important;
}
.slick-prev:hover {
	background: #ccc !important;
}
.slick-prev:before {
	content: '' !important;
	display: inline-block;
	background-image: url(/img/column/column_main_left.png);
	width: 13px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.slick-next {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	right: 0 !important;
	height: 275px !important;
	top: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	width: 25px !important;
	background: #eee !important;
}
.slick-next:hover {
	background: #ccc !important;
}
.slick-next:before {
	content: '' !important;
	display: inline-block;
	background-image: url(/img/column/column_main_right.png);
	width: 13px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.slick-dots {
	bottom: 6px !important;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: auto !important;
	z-index: 150;
}
.slick-dots li {
	width: 10px !important;
	height: 10px !important;
}
.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
}
.slick-dots li button:before {
	font-size: 13px !important;
	width: 10px !important;
	height: 10px !important;
}
.column_main_box .column_item {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 10px;
	position: relative;
	border: none !important;
}
.column_main_box .t_column_item_img {
	height: 157px;
}
.column_main_box .t_column_item_img img {
	object-fit: cover;
	width: 100%;
	height: 157px;
}
.column_main_pickup {
	position: absolute;
	top: 56.5%;
	left: 0;
	z-index: 20;
	width: 55px;
}
.column_main_box .date {
	padding: 0 15px !important;
}
.column_main_box .column_item a span {
	padding-top: 165px;
}
.column_main_box .column_item p {
	padding-top: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 22px;
}
.column_main_box .column_item p label a {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 7px;
}
.column_wrap {
	margin: 0 3%;
}
.column_conts {
	margin-bottom: 50px;
}
.column_box_ttl {
	margin-bottom: 10px;
}
.column_box_ttl h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.column_box_ttl img {
	height: 40px;
}
.column_box_ttl span {
	font-size: 12px;
	line-height: 22px;
	color: #008dd0;
	font-family: 'Century Gothic', 'Arial';
	padding-left: 5px;
}
.column_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column_item {
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	border-bottom: 5px solid #eee;
	padding-bottom: 10px;
}
.column_item:nth-child(3) {
	border: none;
	padding-bottom: 0;
}
.column_item:nth-child(4),
.column_item:nth-child(5),
.column_item:nth-child(6) {
	display: none;
}
.t_column_item_img {
	border-radius: 10px;
}
.t_column_item_img img {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}
.column_item .date {
	display: block;
	padding: 0 5px;
	padding-top: 5px;
	color: #008dd0;
	font-family: 'Century Gothic', 'Arial';
	font-size: 12px;
	line-height: 20px;
}
/*---
.column_item .date .update:not(:empty):before {
	content: "（更新日：";
}
.column_item .date .update:not(:empty):after {
	content: "）";
}
---*/
.column_item>a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	top: 0;
	left: 0;
}
.column_item a span {
	color: #111;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
	overflow: hidden;
	padding: 0 5px;
	padding-top: 226px;
}
.column_item a:hover span {
	color: #008dd0;
}
.column_item p {
	padding: 0 5px;
	padding-top: 45px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_item label {
	margin-right: 4px;
	margin-bottom: 4px;
	position: relative;
	z-index: 5;
}
.column_item label a {
	display: block;
	background: #eee;
	border-radius: 3px;
	padding: 4px 8px;
	position: relative;
	z-index: 10;
	color: #666;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
.column_item label a::before {
	content: '#';
	padding-right: 3px;
}
.column_item label a:hover {
	background: #2c3f50;
	color: #fff;
}
.column_item4 {
	width: 48%;
	border: none !important;
	padding: 0;
}
.column_item4:nth-child(4) {
	display: block;
}
.column_item4_img img {
	height: 100px;
}
.column_item4 a span {
	padding-top: 127px;
	font-size: 14px;
	line-height: 19px;
	height: 38px;
}
.column_item4 a span.anaba {
	padding-top: 107px;
	font-size: 14px;
	line-height: 19px;
	height: 38px;
}
.column_item4 p {
	padding-top: 45px;
}
.column_item4 label {
	margin-right: 3px;
	margin-bottom: 3px;
}
.column_item4 label a {
	font-size: 3vw;
	line-height: 150%;
	padding: 3px 8px;
}
.column_item4 label a::before {
	content: '#';
	padding-right: 3px;
}
.column_link {}
.column_link a {
	border: 1px solid #008dd0;
	background: #fff;
	color: #008dd0;
	font-size: 3.5vw;
	line-height: 150%;
	font-weight: bold;
	border-radius: 5px;
	padding: 11px 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column_link a i {
	margin-left: 20px;
}
.column_link a:hover {
	border: 1px solid #2c3f50;
	background: #2c3f50;
	color: #fff;
}
.column_tag {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 20px 5%;
	padding-bottom: 0;
	margin-bottom: 30px;
	position: relative;
}
.column_tag_box {}
.column_tag_item {
	padding-bottom: 20px;
}
.column_tag_ttl {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 10px;
}
.column_tag_ttl img {
	margin-right: 5px;
	width: 20px;
}
.column_tag_ttl p {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
.column_tag_ttl hr {
	border-top: 1px solid #999;
	width: 50%;
	margin: 0 0 0 auto;
}
.column_tag_item ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_tag_item li {
	margin-bottom: 5px;
	margin-right: 5px;
}
.column_tag_item a {
	display: block;
	border: 1px solid #008dd0;
	background: #fff;
	color: #008dd0;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px 14px;
}
.column_tag_item a::before {
	content: '#';
	padding-right: 3px;
}
.column_tag_item a:hover {
	border: 1px solid #2c3f50;
	background: #2c3f50;
	color: #fff;
}
.column_tag_item .cms_keysearch_form {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.column_tag_item .cms_keysearch_form input {
	border: 1px solid #111;
	background: #fff;
	border-radius: 5px;
	color: #111;
	font-size: 16px;
	line-height: 49px;
	height: 50px;
	padding: 0 3%;
	width: 84%;
	box-sizing: border-box;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_tag_item .cms_keysearch_form button {
	width: 15%;
	background: #008dd0;
	border: 1px solid #008dd0;
	border-radius: 5px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 1%;
	padding: 10px;
	height: 50px;
}
.column_tag_item .cms_keysearch_form button:hover {
	border: 1px solid #2c3f50;
	background: #2c3f50;
}
.column_tag_item .cms_keysearch_form img {
	width: 28px;
}
.column_tag_img {
	position: absolute;
	width: 14%;
	right: 5%;
	top: -20px;
}
.column_tag_img img {}
/* ----------------------------------------
コラム一覧・詳細
---------------------------------------- */
/*---list---*/
.column_list {
	margin: 0 3%;
	margin-top: 8px;
}
.column_list_subject h1 {
	border-bottom: 1px solid #111;
	font-size: 20px;
	line-height: 30px;
	padding: 0 1%;
	margin-bottom: 15px;
}
.column_list_subject ul {
	margin-bottom: 30px;
}
.column_list_subject li {
	border-bottom: 5px solid #eee;
	margin-bottom: 10px;
}
.column_list_subject li:last-child {
	border: none;
}
.column_list_subject a {
	color: #111;
	display: block;
	padding-bottom: 10px;
}
.column_list_thumb {
	position: relative;
	margin-bottom: 5px;
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 94vw;
		height: 53vw;
		background: rgba(255, 255, 255, 0);
	}
}
.column_list_subject iframe {
	width: 94vw;
	height: 53vw;
	border-radius: 10px;
}
.column_list_subject img {
	width: 94vw;
	height: 53vw;
	object-fit: cover;
	border-radius: 10px;
}
.column_list_subject iframe+img {
	display: none;
}
.column_list_item {
	padding-right: 10px;
}
.column_list_item .date_box {
	font-family: 'Century Gothic', 'Arial';
	font-size: 13px;
	line-height: 20px;
	display: block;
	color: #008dd0;
	font-weight: normal;
}
.column_list_item .date:not(:empty):before {
	content: "（初回公開日：";
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_list_item .date:not(:empty):after {
	content: "）";
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_list_item h2.ttl {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	margin: 10px 0;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 46px;
	overflow: hidden;
}
.column_list_item .exp {
	font-size: 13px;
	line-height: 1.5;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.column_list_subject p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_list_subject label {
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	background: #eee;
	border-radius: 3px;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
.column_list_subject label::before {
	content: '#';
	padding-right: 3px;
}
.column_list_subject a:hover label {
	background: #2c3f50;
	color: #fff;
}
.grouppaging {
	padding-top: 0;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	font-family: 'Century Gothic', 'Arial';
}
.grouppaging span,
.grouppaging a {
	font-weight: normal;
	font-size: 19px;
	line-height: 36px;
}
/*---/list---*/
/*---detail---*/
.column_detail {
	margin: 0 3%;
	margin-top: 8px;
}
.column_detail_subject h1 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	color: #111;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 20px 0 10px;
}
.column_det_info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.column_det_info .date,
.column_det_info .update {
	font-size: 14px;
	line-height: 22px;
	color: #008dd0;
	font-family: 'Century Gothic', 'Arial';
	margin-bottom: 10px;
}
.column_det_info .date:not(:empty):before {
	content: "（初回公開日：";
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_det_info .date:not(:empty):after {
	content: "）";
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_det_info p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 1px;
	width: 100%;
}
.column_det_info label {
	margin-right: 5px;
	margin-bottom: 5px;
}
.column_det_info label a {
	display: block;
	background: #eee;
	border-radius: 3px;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
.column_det_info label a::before {
	content: '#';
	padding-right: 3px;
}
.column_det_info label a:hover {
	background: #2c3f50;
	color: #fff;
}
.column_det_img {
	width: 100%;
	padding-bottom: 20px;
	figure {
		iframe {
			display: block;
			width: 94vw;
			height: 53vw;
			margin: 0 auto;
		}
		iframe+img {
			display: none;
		}
	}
}
.column_det_intro {
	font-size: 15px;
	line-height: 1.7;
	padding-bottom: 20px;
}
.column_det_intro:empty {
	padding: 0;
	display: none;
}
.column_det_index {
	background: #eee;
	padding: 20px 5%;
}
.column_det_ttl {
	width: 70px;
	text-align: center;
	border: 1px solid #111;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	flex-shrink: 0;
}
.column_det_index ol {
	counter-reset: section;
	font-weight: normal;
}
.column_det_index ol li::before {
	counter-increment: section;
	content: counters(section, "-") ". ";
	padding-right: 10px;
}
.column_det_index>ol>li {
	font-weight: bold;
	padding: 10px 0;
}
.column_det_index ol li a {
	color: #111;
}
.column_det_index ol li a:hover {
	text-decoration: underline;
}
.column_det_index ol ol {
	margin-top: 10px;
	padding-left: 20px;
}
.column_det_index ol ol li {
	font-size: 13px;
}
.column_det_free {
	font-size: 15px;
	line-height: 1.7;
	color: #111;
	margin-bottom: 30px;
	word-break: break-all;
}
.column_det_free-o h3,
.column_det_free-n h2 {
	font-size: 24px;
	line-height: 34px;
	border-bottom: 5px solid #ddd;
	position: relative;
	padding: 90px 42px 5px 1%;
	margin: -40px 0 14px 0;
	z-index: -1;
}
.column_det_free-o h3::before,
.column_det_free-n h2::before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	border-bottom: 5px solid #008dd0;
}
.column_det_free-o h3::after,
.column_det_free-n h2::after {
	content: '';
	background-image: url(/img/column/det_hakase.png);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	right: 0;
	bottom: -12px;
	width: 40px;
	height: 59px;
	background-size: contain;
}
.column_det_free-o h4,
.column_det_free-n h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 60px 0 20px 0;
	margin: -30px 0 0 0;
}
.column_det_intro .block,
.column_det_free .block {
	background: #fff5e9;
	padding: 15px 4%;
	margin: 15px 0;
	font-size: 17px;
	line-height: 2;
}
.column_det_intro .block span,
.column_det_free .block span {
	color: #ff9e2b;
	font-weight: bold;
}
.column_det_intro span.bold,
.column_det_free span.bold {
	font-weight: bold;
}
.column_det_intro a,
.column_det_free a {
	color: #008dd0;
	text-decoration: none;
	overflow-wrap: break-word;
	font-weight: bold;
}
.column_det_intro a:hover,
.column_det_free a:hover {
	color: #2c3f50;
}
.column_det_intro a.link_relate,
.column_det_free a.link_relate {
	display: block;
	border-radius: 5px;
	border: 1px solid #2799fb;
	color: #2799fb;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 15px 10px 30px;
	position: relative;
}
.column_det_intro a.link_relate:before,
.column_det_free a.link_relate:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #008dd0;
	border-right: 2px solid #008dd0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.column_det_intro a.link_relate:hover,
.column_det_free a.link_relate:hover {
	background: #2799fb;
	color: #fff;
}
.column_det_intro a.link_relate:hover:before,
.column_det_free a.link_relate:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.column_det_free img {
	margin: 15px 0;
	width: 100% !important;
	height: auto !important;
}
.column_det_free>iframe {
	min-width: 100% !important;
}
.column_det_free .linkblock {
	margin: 20px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: flex;
}
.column_det_free .linkblock:hover {
	background: #eee;
}
.column_det_free .linkblock a.linkblock_img {
	padding: 3%;
	width: 35%;
	flex-shrink: 0;
}
.column_det_free .linkblock a.linkblock_img img {
	margin: 0;
}
.column_det_free .linkblock_txt {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 3% 3% 3% 0;
}
.column_det_free .linkblock_txt span:nth-child(1) {
	color: #111;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}
.column_det_free .linkblock_txt span:nth-child(2) {
	color: #999;
	font-size: 12px;
	display: block;
	line-height: 1.5;
}
.column_det_free table.table {
	max-width: 100% !important;
}
.column_det_free table.table th,
.column_det_free table.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.column_det_free table.table th {
	font-weight: bold;
	background: #f5f5f5;
}
.column_det_if {
	margin: 10px 0;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	display: block;
}
.column_det_if iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.column_det_link .column_sup_link {
	background: #fff;
	box-shadow: 0 0 15px -5px #aaa;
	border-radius: 10px;
	padding: 18px 5%;
	border: none;
}
.column_det_link .column_sup_link a {
	width: 100%;
}
.column_det_link .column_sup_inq {
	margin-bottom: 0;
}
.column_det_tag {
	margin-top: 15px;
}
.column_det_tag span {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
}
.column_det_tag p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_det_tag label {
	margin-right: 5px;
}
.column_det_tag a {
	display: block;
	background: #eee;
	border-radius: 3px;
	padding: 0 10px;
	color: #666;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
.column_det_tag a::before {
	content: '#';
	padding-right: 3px;
}
.column_det_tag a:hover {
	background: #2c3f50;
	color: #fff;
}
.column_det_before {
	margin-bottom: 30px;
	border-top: 1px solid #111;
	margin-top: 30px;
	padding-top: 30px;
}
.column_det_before a {
	width: 70%;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 3.5vw;
	line-height: 150%;
	font-weight: bold;
	color: #111;
	background: #fff;
	border: 1px solid #111;
	border-radius: 3px;
	padding: 8px 0;
}
.column_det_post {
	margin: 0 auto 30px;
}
.column_det_post ul {
	border: 1px solid #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F5F5F5;
}
.column_det_post li {
	position: relative;
}
.column_det_post li:nth-of-type(2) {
	border-top: 1px solid #111;
}
.jc_pagelink {
	padding: 10px 5%;
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #111;
	font-size: 3.5vw;
	line-height: 150%;
}
.jc_pagelink:hover {
	background: #dfebf5;
	color: #2799fb;
}
.de_post_pre:before,
.de_post_next:after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
}
.de_post_pre:before {
	left: 3%;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.de_post_next:after {
	right: 3%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.de_post_pre:hover:before,
.de_post_next:hover:after {
	border-top: 2px solid #2799fb;
	border-right: 2px solid #2799fb;
	z-index: 2;
}
.jc_pre {
	padding-left: 10%;
}
.jc_next {
	padding-right: 10%;
}
.column_conts {
	margin: 0 3%;
	margin-bottom: 15px;
}
.column_box_ttl {
	margin-bottom: 10px;
}
.column_box_ttl h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.column_box_ttl img {
	height: 40px;
}
.column_box_ttl span {
	font-size: 12px;
	line-height: 22px;
	color: #008dd0;
	font-family: 'Century Gothic', 'Arial';
	padding-left: 5px;
}
.column_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column_box iframe {
	width: 100%;
	height: 230px;
}
.column_detail_side {
	display: none;
}
/* column html
---------------------------------------- */
.column_det_dl {
	background: #FFE8E5;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.column_det_dl p {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.column_det_dl a {
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
	background: #ff4a32;
	border: 2px solid #ff4a32;
	width: 100%;
}
.column_det_dl a:hover {
	background: #fff;
	color: #ff4a32;
}
.column_det_dl_top {
	background-color: #fff;
}
/*---detail：新着コラムiframe---*/
.column_det_new_if ul {
	display: flex;
	justify-content: space-between;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.column_det_new_if li {
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	width: 200px;
	flex-shrink: 0;
	border: none;
	padding: 0;
}
.column_det_new_if li:not(:last-child) {
	margin-right: 10px;
}
.column_item_img {
	border-radius: 10px;
}
.column_item_img>img {
	width: 100%;
	height: 100px;
	border-radius: 10px;
	object-fit: cover;
}
.column_det_new_if .date {
	display: block;
	padding: 0 5px;
	padding-top: 5px;
	color: #008dd0;
	font-family: 'Century Gothic', 'Arial';
	font-size: 12px;
	line-height: 20px;
}
.column_det_new_if li>a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	top: 0;
	left: 0;
}
.column_det_new_if a span {
	color: #111;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
	overflow: hidden;
	padding: 0 5px;
	padding-top: 127px;
}
.column_det_new_if a:hover span {
	color: #008dd0;
}
.column_det_new_if p {
	padding: 0 5px;
	padding-top: 45px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 92px;
	box-sizing: border-box;
}
.column_det_new_if label {
	margin-right: 3px;
	margin-bottom: 3px;
	position: relative;
	z-index: 5;
}
.column_det_new_if label a {
	display: block;
	background: #eee;
	border-radius: 3px;
	position: relative;
	z-index: 10;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	padding: 3px 8px;
	font-weight: bold;
}
.column_det_new_if label a::before {
	content: '#';
	padding-right: 3px;
}
.column_det_free-n ul {
	background: #fff5e9;
	padding: 4%;
	margin: 20px 0;
	font-size: 15px;
}
.column_det_free-n ul li {
	color: #ff9e2b;
	font-weight: bold;
	display: flex;
	margin-bottom: 20px;
}
.column_det_free-n ul li::before {
	content: "・";
}
.column_det_checklist ul {
	list-style: none !important;
	padding: 20px !important;
}
.column_det_checklist ul li::before {
	content: none !important;
}
/*---/detail：新着コラムiframe---*/
#mobile-footer-cta {
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	z-index: 9999;
	background: rgb(0, 0, 0, 0.6);
}
.footer-cta-button {
	display: inline-block;
	background: #fff;
	color: #f36f21;
	border: 2px solid #f36f21;
	padding: 14px 0;
	width: 75%;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}
.footer-cta-button:hover {
	background: #f36f21;
	color: #fff;
}
/*---/detail---*/
/*---監修者---*/
.supervisor-box {
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	background: #f5f9fb;
	border: 1px solid #bdc6d1;
	border-radius: 8px;
	margin: 40px 0;
}
.supervisor-photo-info {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.supervisor-photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #bdc6d1;
}
.supervisor-info {
	flex: 1;
}
.supervisor-role {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 0px 8px;
	border-radius: 4px;
	margin-bottom: 4px;
}
.supervisor-name {
	font-size: 18px;
	margin: 2px 0;
	color: #333;
}
.supervisor-position {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.4;
	color: #555;
}
.supervisor-text {
	margin-top: 8px;
	/* 横並びの下に紹介文 */
	font-size: 13px;
	line-height: 1.6;
	color: #333;
}