/*---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_subject img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 5px;
}
.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: #3e963e;
	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: #14360e;
	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: #3e963e;
	font-family: 'Century Gothic', 'Arial';
	margin-bottom: 10px;
}
.column_det_info .update: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 .update: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: #14360e;
	color: #fff;
}
.column_det_img {
	width: 100%;
	padding-bottom: 20px;
}
.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 #3e963e;
}
.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 {
	border: 3px solid #ff9e2b;
	padding: 15px 4%;
	margin: 15px 0;
}
.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: #3e963e;
	text-decoration: none;
	overflow-wrap: break-word;
	font-weight: bold;
}
.column_det_intro a:hover,
.column_det_free a:hover {
	color: #14360e;
}
.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 #3e963e;
	border-right: 2px solid #3e963e;
	-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: #14360e;
	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: #3e963e;
	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 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;
}
/*---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: #3e963e;
	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: #3e963e;
}
.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;
}
/*---/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---*/