/* ----------------------------------------
    grouppaging
    ---------------------------------------- */
.grouppaging {
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.grouppaging li {
	padding: 5px;
	line-height: 30px;
}
.grouppaging a,
.grouppaging span {
	border-radius: 50%;
	border: 1px solid #2C3F50;
	color: #2C3F50;
	background: #fff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
}
.grouppaging a {
	text-decoration: none;
}
.grouppaging a:hover,
.grouppaging span {
	background: #2C3F50;
	color: #fff;
}
.grouppaging p {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.de_tag_btn {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.de_tag_btn label {
	margin-left: 10px;
}
label.good_button span {
	cursor: pointer;
	border: 1px solid #f98289;
	border-radius: 3px;
	background: #f98289;
	display: flex;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	padding-right: 6px;
}
span.jcjs_good_icon:before {
	content: "いいね";
	background: #fff;
	color: #f98289;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 5px;
}
span.jcjs_good_icon:hover:before,
label.good_button span.checked:before {
	background: #f98289;
	color: #fff;
}
label.favo_button span {
	cursor: pointer;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	color: #fff;
}
label.favo_button span.jcjs_favorite_icon:before {
	content: "★";
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	-webkit-text-stroke: 1px #111;
}
label.favo_button span.jcjs_favorite_icon:hover:before,
label.favo_button span.checked:before {
	color: #FDCE00;
}
/* 閲覧権限なし
---------------------------------------- */
.detail_unview {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 50px);
}
.detail_unview p {
	width: 400px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid;
	border: 1px solid #2C3F50;
}
/* コメント
---------------------------------------- */
.detail_comment {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
/* コメント入力前
---------------------------------------- */
.jcjs_comment_input_box {
	background: #eee;
	padding: 20px;
	position: relative;
}
.jcjs_comment_input_box form {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.jcjs_comment_input_box ul {
	margin-right: 30px;
}
.jcjs_comment_input_box ul li {
	display: flex;
	align-items: flex-start;
	padding: 5px 0;
}
.jcjs_comment_input_box ul li label.lbl {
	width: 100px;
}
.jcjs_comment_input_box ul li input.nick_name,
.jcjs_comment_input_box ul li textarea {
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
	border: none;
}
.jcjs_comment_input_box ul li input.nick_name:valid,
.jcjs_comment_input_box ul li textarea:valid {
	background: #fff;
}
.jcjs_comment_input_box ul li input.nick_name {
	width: 200px;
}
.jcjs_comment_input_box ul li textarea {
	width: 600px;
	height: 120px;
}
.jcjs_comment_input_box button.jcjs_comment_send {
	background: #111;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	width: 80px;
	height: 34px;
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.jcjs_comment_input_box button.jcjs_comment_send:hover {
	background: #666;
}
.jcjs_comment_input_box .jcjs_comment_err {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
/* コメント入力後
---------------------------------------- */
.jcjs_comment_list {
	margin-top: 40px;
}
.jcjs_comment_list .comment-row {
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jcjs_comment_list .comment-nickname {
	font-size: 12px;
	color: #999;
}
.jcjs_comment_list .comment-date {
	font-size: 12px;
	color: #999;
}
.jcjs_comment_list .comment-content {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
/* ----------------------------------------
	video list
	---------------------------------------- */
.vlist_wrap {
	padding-bottom: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.vlist_top {
	padding: 40px 0;
}
.vlist_wrap .icon_img {
	width: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.vlist_top p {
	font-size: 17px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.vlist_tag {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0;
}
.vlist_tag ul {
	display: flex;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.vlist_tag li a {
	border: 1px solid #309df8;
	border-radius: 3px;
	margin: 4px;
	background: #fff;
	color: #309df8;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 10px;
	display: block;
}
.vlist_tag a:hover {
	background: #309df8;
	color: #fff;
}
.vlist_li_wrap {
	width: 1030px;
	margin: 40px auto;
}
.vlist_li {
	display: flex;
	flex-wrap: wrap;
}
.vlist_one {
	width: 340px;
	height: auto;
	margin-bottom: 40px;
	margin-right: 5px;
	box-sizing: border-box;
	position: relative;
}
.vlist_one:nth-child(3n) {
	margin-right: 0;
}
.vlist_one>a {
	display: block;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	box-sizing: border-box;
}
.vlist_one_movie, .vlist_one_thumb {
	margin-bottom: 20px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
.vlist_one>a:hover .vlist_one_movie, .vlist_one>a:hover .vlist_one_thumb {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.vlist_one_thumb img {
	width: 320px;
	height: 210px;
	object-fit: scale-down;
	background: #fff;
	transition-duration: 0.3s;
}
.vlist_one_movie iframe {
	width: 320px;
	height: 180px;
}
.vlist_one_movie object {
	display: block;
}
.vlist_one_movie a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}
.vlist_one_movie a img {
	width: 320px;
	height: 180px;
	object-fit: scale-down;
	transition-duration: 0.3s;
}
.vlist_one_movie a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.vlist_one_movie a::before {
	transition: .3s;
	opacity: 0;
	content: "";
	display: block;
	background: url(/channel_setting/img/thum_icon.png);
	width: 70px;
	height: 40px;
	position: absolute;
	left: 125px;
	top: 70px;
	background-size: 100%;
	z-index: 2;
}
.vlist_one_movie a::after {
	transition: .3s;
	opacity: 0;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 320px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
	z-index: 1;
}
.vlist_one_movie a:hover::after,
.vlist_one_movie a:hover::before {
	opacity: 1;
	transition: .3s;
}
.vlist_one>a:hover .vlist_one_name h2 {
	background: linear-gradient(transparent 50%, #f9ceb2 50%);
}
.vlist_one_name {
	color: #111;
	height: 48px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.vlist_one_name h2 {
	display: inline;
}
.vlist_one_tag {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.vlist_one_tag p {
	display: flex;
	flex-wrap: wrap;
}
.vlist_one_tag label a {
	border-radius: 3px;
	margin: 0 3px 3px 0;
	color: #409FFB;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 7px;
}
.vlist_one_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.vlist_one_tag label:hover a {
	background: #daecfd;
}
.vlist_one_tag label.good_button {
	flex-shrink: 0;
}
.vlist_newicon {
	position: absolute;
	top: 15px;
	left: 15px;
}
.vlist_newicon .jcjs_new_icon {
	display: flex;
	border-radius: 3px;
}
.vlist_newicon .jcjs_new_icon::before {
	content: "new";
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.vlist_newicon .noread {
	background: #FDCE00;
	color: #111;
}
.vlist_newicon .readed {
	background: #eee;
	color: #666;
}
.vlist_favo_button {
	margin-left: auto;
}
.vlist_favo_button span {
	cursor: pointer;
	border-radius: 3px;
	display: flex;
	font-weight: bold;
	padding: 5px 15px;
	background: #2C3F50;
}
.vlist_favo_button span.jcjs_favorite_icon:before {
	content: "一覧をフォローする";
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}
.vlist_favo_button span.checkable:hover,
.vlist_favo_button span.checked {
	background: #2899fb;
}
.vlist_favo_button span.checked:hover {
	background: #2C3F50;
}
.vlist_favo_button span.checked:before {
	content: "一覧をフォロー中";
}
/* ----------------------------------------
detail_01
---------------------------------------- */
.detail_01 .detail_row {
	width: 1000px;
	margin: 10px auto 60px;
}
.detail_01 .detail_01_blok {
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 50px 0;
}
.detail_01 .ch_tag {
	margin: 0 0 10px 0;
	float: left;
}
.detail_01 .ch_date {
	margin: 0 0 10px 0;
	float: right;
	color: #999999;
	line-height: 30px;
}
.detail_01 h2 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	padding-bottom: 25px;
	clear: both;
}
.de_tag {
	background: #F5F8FD;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.de_tag p:first-child {
	display: flex;
	flex-wrap: wrap;
}
.de_tag p:first-child label {
	margin-right: 5px;
}
.de_tag a {
	display: block;
	background: #fff;
	border: 1px solid #409FFB;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 23px;
	color: #409FFB;
	font-weight: 500;
	letter-spacing: 0;
}
.de_tag a:hover {
	background: #409FFB;
	color: #fff;
}
.de_tag p {
	font-weight: bold;
}
.de_back {
	margin: 10px auto 0 auto;
}
.de_back a {
	color: #111;
	border: 1px solid #999;
	background: #eee;
	border-radius: 3px;
	padding: 2px 10px 3px;
	display: block;
	font-size: 12px;
	text-align: center;
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.de_back a:hover {
	background: #dfebf5;
	color: #237dc0;
	border: 1px solid #237dc0;
}
.de_back a:before {
	content: '\f060';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	width: 10px;
	display: block;
	float: left;
}
.detail_01 .detail_01_movie_wrap {
	display: block;
	margin: 50px auto;
	text-align: center;
}
.detail_01 .detail_01_movie_wrap iframe {
	width: 800px;
	min-width: 800px;
	min-height: 450px;
	max-height: 70vh;
	display: block;
	margin: 0 auto;
	zoom: 1;
}
.detail_01 .detail_01_movie_wrap img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.detail_copy {
	display: flex;
	justify-content: center;
	margin-top: -30px;
	padding-bottom: 20px;
}
.detail_copy button {
	cursor: pointer;
	background: #111;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 20px;
	border: 2px solid #111;
}
.detail_copy button:hover {
	background: #fff;
	color: #111;
}
.detail_01 .detail_01_txt {
	font-size: 15px;
	line-height: 28px;
	color: #111;
	width: 90%;
	margin: 0 auto;
	word-break: break-all;
}
.detail_01 .detail_01_txt a:not([class^="fancybox"]) {
	color: #409FFB;
	font-weight: bold;
}
.detail_01 .detail_01_txt a:not([class^="fancybox"]):hover {
	text-decoration: underline;
	color: #999;
}
.detail_01 .detail_01_txt a.linkbox {
	display: inline-block;
	color: #409FFB;
	border: 2px solid #409FFB;
	border-radius: 3px;
	padding: 8px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.detail_01 .detail_01_txt a.linkbox:hover {
	color: #fff;
	background: #409FFB;
	text-decoration: none;
}
.detail_01_txt table {
	max-width: 100%;
	border-collapse: collapse;
}
.detail_01_txt table th,
.detail_01_txt table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.detail_01_txt table th {
	background: #eee;
}
.detail_01 .detail_01_dl:not(:empty) {
	width: 90%;
	margin: 0 auto 30px;
}
.detail_01_dl {
	display: flex;
	padding-top: 20px;
}
.detail_01_dl a {
	border: 1px solid #409FFB;
	background: #fff;
	padding: 5px 15px 6px;
	color: #409FFB;
	display: flex;
	align-items: center;
	border-radius: 3px;
	font-weight: bold;
}
.detail_01_dl a:hover {
	background: #daecfd;
}
.detail_01_dl a img {
	margin-right: 3px;
}
.detail_01_page_next {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.detail_01_page_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_01_page_next li {
	flex-basis: 350px;
	align-self: center;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.detail_01_page_next li:nth-child(1) a {
	padding: 35px 0 35px 65px;
}
.detail_01_page_next li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li:nth-child(2) {
	flex-basis: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}
.detail_01_page_next li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.detail_01_page_next li:nth-child(3) a {
	padding: 35px 65px 35px 0;
}
.detail_01_page_next li:nth-child(3) a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li a {
	display: block;
	color: #0086d1;
}
.detail_01_page_next li:hover a {
	text-decoration: none;
	color: #999;
}
.tb_wide {
	width: 100%;
	th {
		width: 250px;
		text-align: left;
		vertical-align: middle;
	}
	th, td {
		font-size: 14px;
		line-height: 1.5;
		padding: 10px !important;
	}
}
/* ----------------------------------------
    info_wrap
    ---------------------------------------- */
.info_wrap {
	padding: 50px;
	width: 900px;
	margin: 30px auto;
	background: #fff;
}
.info_li {
	padding-bottom: 10px;
}
.info_li>div:nth-child(2n-1) {
	background: #F5F8FD;
}
.info_box {
	position: relative;
}
.info_box a {
	display: flex;
	padding: 20px 10px;
	font-size: 15px;
}
.info_box span {
	width: 10%;
	font-weight: bold;
	color: #111
}
.info_box>a>p {
	width: 75%;
	color: #111;
}
.info_box a:hover>p {
	color: #008dd0;
	text-decoration: underline;
}
.info_box .info_tag {
	width: 15%;
	box-sizing: border-box;
	padding: 0 2%;
}
.info_box .info_tag .cms_topic_tag {
	font-size: 12px;
	background-color: #409FFB;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info_detail .info_ttl {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.7;
	background: #F5F8FD;
	padding: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info_detail .info_ttl .info_detail_tag {
	font-size: 12px;
	background-color: #409FFB;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	height: 24px;
	display: flex;
	margin-left: 10px;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}
.info_detail .info_detail_inner {
	font-size: 16px;
	line-height: 1.7;
	width: 860px;
	margin: 0 auto 60px;
}
.info_detail .info_detail_inner a {
	color: #2899fb;
	font-weight: bold;
}
.info_detail .info_detail_inner a:hover {
	color: #999;
}
.info_detail .info_detail_back a {
	display: block;
	width: 400px;
	border: 1px solid #111;
	border-radius: 3px;
	text-align: center;
	padding: 20px 0;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
}
.info_detail .info_detail_back a:hover {
	background: #111;
	color: #fff;
}
/* ----------------------------------------
	scenario
	---------------------------------------- */
.scenario_li {
	width: 1000px;
	margin: 30px auto;
}
.scenario_libox {
	background: #fff;
	margin-bottom: 30px;
}
.scenario_libox>a, .scenario_linolink {
	padding: 30px;
	border: 1px solid #999;
}
.scenario_libox>a {
	display: block;
}
.scenario_libox>a:hover {
	border: 1px solid #309df8;
}
.scenario_littl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.scenario_libox>a .scenario_littl {
	color: #309df8;
}
/* ----------------------------------------
	step
	---------------------------------------- */
.step_li {
	width: 1000px;
	margin: 30px auto;
}
.step_libox {
	background: #fff;
	margin-bottom: 30px;
}
.step_libox>a, .step_linolink {
	padding: 30px;
	border: 1px solid #999;
}
.step_libox>a {
	display: block;
}
.step_libox>a:hover {
	border: 1px solid #309df8;
}
.step_littl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.step_libox>a .step_littl {
	color: #309df8;
}


/* CMS共通 */
.fadein {
	opacity: 0;
	transition: 1.5s;
	transform: translate(0, 50px);
}
.fadein.fade_in {
	opacity: 1;
	transform: translate(0px, 0);
}
.cms01_container {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	padding: 160px 0 100px;
}
.cms01_container a{
	text-decoration: none;
}
.cms01_container p{
	margin: 0;
}
.cms01_container ul{
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cms01_container h2,
.cms01_container h3{
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding-top: 15px;
}
.cms01_container::before{
	content: url(/img/common/top_bg.webp);
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;

}


/* staff スタッフ紹介 */
.staff_list_container::before{
	background: #f6f6f6;
    width: 100%;
    height: 692px;
}
.staff_container::after{
	content: "";
	display: block;
	width: 100%;
	height: 1200px;
	background: #f2f6f2;
	position: absolute;
	top: 0;
	z-index: 0;
}
.staff_top_inner{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.staff_top_r{
	width: 500px;
}
.staff_movie:not(:empty) {
	position: relative;
	z-index: 1;
	width: 1100px;
	margin: 80px auto 0;
}
.staff_movie:not(:empty) iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.tit_sub{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
	display: inline-flex;
}
.tit_sub::before{
	content: url(/img/top/tit_before.webp);
	display: block;
	padding-right: 5px;
}
.staff_name{
	font-size: 37px;
	font-weight: bold;
	color: #46934b;
	padding: 20px 0 30px;
	line-height: 1;
}
.staff_name span{
	font-size: 14px;
	padding-left: 20px;
}
.staff_chat{
	font-size: 27px;
	font-weight: bold;
	border-top: 3px solid #fff;
	display: block;
	padding-top: 20px;
	line-height: 1.6;
}
.staff_top_img{
	width: 540px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
}
.staff_top_img img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.staff_txt16{
	
	font-size: 16px;
	line-height: 1.8;
	padding-top: 15px;
}
.staff_txt16 span{
	font-size: 12px;
	display: block;
	padding-top: 15px;
	line-height: 1;
}
.staff_career{
	z-index: 5;
	position: relative;
	padding-top: 80px;
}
.staff_career_inner{
	width: 1100px;
	margin: 0 auto;
}
.staff_tit{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	color: #46934b;
	letter-spacing: 3px;
}
.staff_tit span{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-left: 45px;
	position: relative;
	letter-spacing: 0;
}
.staff_tit span::before{
	content: "";
	width: 18px;
	height: 1px;
	background: #46934b;
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}
.staff_career_box{
	width: 100%;
	background: #fff;
	padding: 0 35px 0 20px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.staff_career_box::after{
	content: "";
	width: 10px;
	height: 90%;
	display: block;
	background: #e7f9e9;
	position: absolute;
	top: 5%;
	right: 15px;
}
.staff_career_item{
	padding: 25px 0 45px;
}
.staff_career_item:not(:last-of-type){
	border-bottom: 1px solid #f6f6f6;
}
.staff_career_name{
	font-size: 18px;
	font-weight: bold;
}
.staff_career_name span{
	font-weight: normal;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #f6f6f6;
	margin-right: 10px;
}
.staff_txt15{
	
	font-size: 15px;
	line-height: 1.6;
	padding-top: 20px;
}
.staff_career_item p:empty,
.staff_career_item span:empty {
  display: none;
}
.staff_career_item {
  display: flow-root; 
  
}
.staff_career_item:has(.staff_career_name:empty),
.staff_career_item:has(span:empty:first-child:last-child) {
    display: none;
}

.staff_free_inner{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding-top: 100px;
}
.staff_free_inner::before{
	content: url(/img/staff/triangle.webp);
	display: block;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: -75px;
	right: 0;
	width: 448px;
	z-index: 0;
}
.staff_free_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding-bottom: 180px;
}
.staff_free_flex:nth-child(odd) {
	flex-direction: row-reverse;
}
.staff_txt{
	width: 535px;
}
.staff_free_name{
	font-size: 25px;
	font-weight: bold;
	color: #46934b;
	line-height: 1.8;
}
.staff_free_img{
	width: 515px;
	height: 442px;
}
.staff_free_img img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.staff_free_about{
	
	font-size: 18px;
	line-height: 1.7;
	padding-top: 25px;
}
.staff_free_flex:not(:has(~ .staff_free_flex .staff_free_name:not(:empty))) {
    padding-bottom: 0;
}
.staff_txt p:empty,
.staff_free_img:empty {
    display: none;
}
.staff_free_flex:has(.staff_free_name:empty) {
    display: none;
}

.staff_flow_inner{
	width: 1100px;
	margin: 0 auto;
	padding: 220px 0 180px;
}
.staff_flow_inner ul{
	border-top: 1px solid #cccecc;
	margin-top: 50px;
	padding: 50px 0 0 25px;
} 
.staff_flow_inner li{
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.staff_flow_inner li:not(:last-of-type){
	padding-bottom: 60px;	
}
.staff_flow_time{
	font-family: "Century Gothic", Futura, "CenturyGothic", sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #46934b;
	position: relative;
}
.staff_flow_inner li .staff_flow_time::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 35px;
}
.staff_flow_inner li:not(:has(~ li .staff_flow_time:not(:empty))) .staff_flow_time::after {
    display: none;
}
.staff_flow_name{
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.staff_flow_name::before{
	content: "";
	display: block;
	width: 18px;
	height: 1px;
	background: #2c2c2c;
	position: absolute;
	top: 12px;
	left: -28px;
}
.staff_flow_about{
	
	font-size: 18px;
	padding-top: 15px;
}

.staff_flow li p:empty {
    display: none;
}
.staff_flow li:has(.staff_flow_time:empty) {
    display: none;
}
.staff_message{
	background: #f2f6f2;
}
.staff_message_inner{
	padding: 80px 0;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.staff_txt18{
	
    font-size: 18px;
    line-height: 1.7;
    padding-top: 25px;
}
.staff_message_inner .staff_txt18{
	padding-top: 60px;
	width: 800px;
}
.staff_message_img{
	width: 266px;
    height: 354px;
    position: absolute;
    top: -60px;
    right: 0;

}
.staff_message_img img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.staff_other_inner{
	width: 1100px;
	margin: 0 auto;
	padding: 110px 0;
}
.staff_other_tit{
	font-size: 35px;
	font-weight: bold;
	color: #46934b;
	display: inline-flex;
	align-items: center;
	gap: 23px;
	line-height: 1;
}
.staff_other_tit::before{
	content: "";
	width: 18px;
	height: 1px;
	background: #46934b;
	display: block;
}
.staff_other_inner ul{
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
}
.staff_other_inner a{
	width: 330px;
	display: block;
}
.staff_other_img{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.staff_other_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
.staff_other_inner a:hover .staff_other_img img{
	transform: scale(1.1);
}
.staff_other_bottom{
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #46934b;
	position: relative;
	border: 2px solid #46934b;
	overflow: hidden;
}
.staff_other_bottom::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
	z-index: 1;
}
.staff_other_inner a:hover .staff_other_bottom::before {
	transform: scaleX(1);
	transform-origin: left;
}
.staff_other_name{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 2;
	transition: color .3s ease;
	line-height: 1.3;
}
.staff_other_inner a:hover .staff_other_name{
	color: #46934b;
}
.staff_other_name span{
	font-size: 12px;
	transition: all .3s ease-in-out;
	display: block;
	margin-top: 5px;
}
.staff_other_arrow {
	width: 20px;
	height: 20px;
	display: grid;
	place-content: center;
	background: #fff;
	color: #46934b;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 2;
}
.staff_other_inner a:hover .staff_other_arrow{
	background: #46934b;
	color: #fff;
}
.staff_other_arrow::after {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 900;
	font-size: 12px;
}

/* スタッフ一覧 */
.staff_list_top {
    position: relative;
    z-index: 10;
}
.staff_list_top_inner{
	width: 1100px;
	margin: 0 auto;
}
.staff_list_top_box {
	background-color: #ffffff;
    padding: 60px 65px;
    position: relative;
    margin-top: 85px;
}

/* リストのレイアウト */
.staff_list_top_box ul.filter-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	gap: 20px 50px;
}

/* フィルター項目 */
.staff_list_top_box li.filter-item {
	flex: 1;
	position: relative;
	display: block;
}
.staff_list_top_box li.filter-item.is-active {
	z-index: 100;
}

/* カスタムドロップダウンのトリガー部分 */
.dropdown-trigger {
	display: flex;
	align-items: center;
	width: 460px;
	height: 60px;
	background-color: #f6f6f6;
	font-size: 0.87rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
}

/* プルダウンの矢印アイコン */
.dropdown-trigger::after {
	content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #878686;
    pointer-events: none;
}

/* 内側のラベル（種別など） */
.filter-label {
	color: #878686;
	flex-shrink: 0;
	width: 70px;
	font-size: 14px;
}

/* 現在の値（すべて/指定なし など） */
.current-value {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 未選択状態（薄い色） */
.current-value.is-placeholder {
	color: #46934b;
	font-size: 14px;
}

/* ドロップダウンメニュー */
.dropdown-menu {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    margin-top: 0.25rem;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* ホバーでメニューを表示 */
.filter-item.is-active .dropdown-menu {
	display: block;
}

/* リンクメニューの各項目 */
.dropdown-menu a {
	display: block;
	padding: 0.6rem 1rem;
	color: #374151;
	text-decoration: none;
	font-size: 0.875rem;
	transition: background-color 0.3s, color 0.3s;
}

.dropdown-menu a:hover {
	background-color: #edf7ed;
	color: #46934b;
}

/* --- 重複していたスタッフ一覧カード部分を1つだけに統一 --- */

.staff_list_flex{
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    z-index: 3;
}
.staff_list_flex ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 50px;
}
.staff_list_flex a{
	width: 330px;
	display: block;
}

/* .staff_other_img, .staff_other_img img, .staff_other_bottom, .staff_other_bottom::before, 
   .staff_other_name, .staff_other_name span, .staff_other_arrow, .staff_other_arrow::after
   は上部「スタッフ紹介（.staff_other_inner...）」の記述を利用 */

/* .staff_list_flex a:hover ... {
   各: .staff_other_inner a:hover ... と同様 */

.staff_list_flex a:hover .staff_other_img img{
	transform: scale(1.1);
}
.staff_list_flex a:hover .staff_other_bottom::before {
	transform: scaleX(1);
	transform-origin: left;
}
.staff_list_flex a:hover .staff_other_name{
	color: #46934b;
}
.staff_list_flex a:hover .staff_other_arrow{
	background: #46934b;
	color: #fff;
}




/* benefit 福利厚生 */
.bene_container{
	position: relative;
}
.bene_container::after{
	content: "";
    width: 100%;
    height: 753px;
    background: #f2f6f2;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
}
.bene_top_inner{
	width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.cms_txt18{
	font-size: 18px;
	
	line-height: 1.8;
}
.bene_top_inner .cms_txt18{
	padding-top: 40px;
}
.bene_top_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
	padding-top: 100px !important;
	gap: 10px;
}
.bene_top_list a{
	font-size: 14px;
	font-weight: bold;
	color: #46934b;
	padding: 24px 0 24px 24px;
	box-sizing: border-box;
	width: 250px;
	background: #fff;
	position: relative;
	display: block;
	transition: all .3s ease-in-out;
	overflow: hidden; /* 疑似要素のはみだし防止 */
}

.bene_top_list a .inner-text{
	position: relative;
	z-index: 2; /* 明示的にテキストを前面に */
	transition: color 0.7s cubic-bezier(.19, 1, .22, 1);
	color: inherit;
	display: block;
}

.bene_top_list a:hover .inner-text {
	color: #fff;
}

.bene_top_list a::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #46934b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    z-index: 1;
}

.bene_top_list a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}

.bene_top_list a::after{
	content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #878686;
	z-index: 3; /* テキストより前にする場合は 3、同じなら2 */
}

.bene_top_list a:hover::after{
	border-left: 8px solid #fff;
}

.bene_main{
	padding: 90px 0 120px;
}
.bene_w970{
	width: 970px;
	margin: 0 auto;
}
.bene_box:not(:first-of-type){
	padding-top: 120px;
}
.bene_box_top_img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.bene_tit{
	font-size: 34px;
	font-weight: bold;
	color: #46934b;
	text-align: center;
	padding: 40px 0 30px;
	border-bottom: 1px solid #ccc;
}
.bene_tit_sub{
	font-size: 18px;
	padding-top: 20px;
	text-align: center;
}
.bene_box_list{
	padding-top: 100px !important;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 60px;
    width: 1050px;
    margin: 0 auto !important;
}
.bene_mini_list{
	width: 310px;
	clear: both;
	
}
.bene_name{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.bene_list_img{
	width: 100%;
	height: 210px;
	padding-top: 20px;
}
.bene_list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bene_about{
	font-size: 16px;
    line-height: 1.5;
    padding-top: 25px;
}
.bene_abouts:empty {
    display: none;
}
/*-----------------------------------------------
     /recruit/ 採用情報「募集要項」
-----------------------------------------------*/
.entry_list {
	max-width: 1600px;
	margin: 0 auto;
}

.entry_list img {
	display: block;
	margin: auto;
}

.entry_list ul {
	gap: 3rem;
	padding: 0 3rem;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.entry_list ul li {
	display: grid;
	grid-template-rows: subgrid;
}

.entry_list ul li a {
	display: block;
	padding: 20px 30px 95px;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	height: 100%;
	border: solid 3px #46934b;
	background: #f5fff6;
	border-radius: 5px;
	color: #222;
}


.entry_list h2 {
	font-size: 21px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	z-index: 10;
	color: #46934b;
}

.entry_list table {
 width: 100%;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 margin-top: 20px;
}

.entry_list table th,
.entry_list table td {
 font-size: 12px;
 line-height: 24px;
 text-align: left;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 padding: 10px;
 background: #fff;
}

.entry_list table th {
 width: 60px;
 background: #eeeeee;
}

.entry_more {
	width: 180px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #46934b;
	line-height: normal;
	text-align: center;
	margin: 0 auto 0;
	padding: 15px 0;
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	transition: 0.2s;
}

.entry_list ul li a:hover .entry_more {
	background: #215925;
	transition: 0.2s;
}

/*採用エントリーフォーム　詳細*/
.entry_shosai {
	letter-spacing: 0.5px;
	margin: 0px auto 0px;
	max-width: 1100px;
}

.entry_shosai img {
 display: block;
 margin: auto;
}

.entry_shosai h2 {
 font-size: 20px;
 line-height: 32px;
 margin: 50px 0px 0px 0px;
 padding: 50px 50px 0px 50px;
 border-top: solid 1px #333;
}

.entry_shosai p {
 font-size: 16px;
 line-height: 24px;
 padding: 0px 50px 50px 50px;
 border-bottom: solid 1px #333;
}

.entry_shosai table {
	width: 100%;
	border: solid 1px #bfbfbf;
	border-collapse: collapse;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.entry_shosai table th,
.entry_shosai table td {
 font-size: 16px;
 line-height: 24px;
 text-align: left;
 border: solid 1px #bfbfbf;
 border-collapse: collapse;
 padding: 15px 20px;

}

.entry_shosai table th {
 width: 160px;
 background: #eeeeee;
}

.entry_b {
 text-align: center;
}

.entry_b a {
 margin: 30px 10px;
 padding: 20px;
 display: inline-block;
 font-size: 16px;
}



.entry_b a:nth-child(2) {
 width: 130px;
 color: #383635;
 font-weight: normal;
 text-align: center;
 background: #FFF;
 border: solid 2px #383635;
 padding: 10px;
 font-size: 12px;
}

.entry_b a:nth-child(2):hover {
 color: #FFF;
 background: #383635;
 border: solid 2px #383635;
}

.entry_b a:nth-child(1) {
 width: 300px;
 color: #fff;
 font-weight: 500;
 text-align: center;
 background: #2799fb;
 border: solid 2px #2799fb;
}

.entry_b a:nth-child(1):hover {
 color: #2799fb;
 background: #fff;
 border: solid 2px #2799fb;
}

.entry_b a:nth-child(1) i {
	color: #fff !important;
}
.entry_b a:nth-child(1):hover i {
	color: #2799fb !important;
}

.recruit_main {
 text-align: center;
 margin-top: 30px;
}

.recruit_tag ul {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 box-sizing: border-box;
 background: #f5f5f5;
 border-radius: 5px;
 padding: 30px 80px 20px 80px;
 margin-top: 40px;
}

.recruit_tag ul li {
 margin: 0 10px 10px 0;
}

.recruit_tag ul li:last-child {
 margin: 0;
}

.recruit_tag ul li a {
 display: block;
 font-size: 14px;
 font-weight: bold;
 background: #fff;
 padding: 15px 30px;
 text-align: center;
 color: #000;
 position: relative;
 z-index: 10;
 transition: all 0.2s;
 border-radius: 5px;
}

.recruit_tag ul li a:hover {
 background: #333;
 color: #fff;
}

.recruit_con_tag {
 display: inline-block;
 background: #000;
 padding: 0px 15px;
 color: #fff;
 font-weight: bold;
 font-size: 12px;
 line-height: 30px;
 position: absolute;
 right: 20px;
 top: 0;
 border-radius: 0 0 5px 5px;
}

.entry_ti {
 font-size: 14px;
 letter-spacing: 0.05em;
}



.recruit_container::before{
	display: none;
}

/* ----------------------------------------
 ch_grouppaging
 ---------------------------------------- */
.group_paging {
	padding: 20px 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.group_paging ul {
	display: flex;
	justify-content: center;
}
.group_paging li {
	padding: 5px;
	line-height: 30px;
}
.group_paging a,
.group_paging span {
	border-radius: 50%;
	border: 1px solid #2C3F50;
	color: #2C3F50;
	background: #fff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	line-height: 37px;
}
.group_paging a {
	text-decoration: none
}
.group_paging a:hover,
.group_paging span {
	background: #2C3F50;
	color: #fff;
}
.group_paging p {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
/* ----------------------------------------
search
---------------------------------------- */
.search {
	padding: 20px 5%;
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
	background: rgb(255 255 255 / 90%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: sticky;
	top: 6vw;
}
.faqtop {
	padding: 5px;
}
.faqtop a {
	background: #ddd;
	display: flex;
	padding: 0 20px;
	color: #111;
	align-items: center;
	height: 33px;
	border-radius: 16.5px;
}
.faqtop a:hover {
	background: #2899fb;
	color: #fff;
}
.taglist ul {
	display: flex;
	flex-wrap: wrap;
}
.taglist li {
	padding: 5px;
}
.taglist a {
	background: #ddd;
	display: flex;
	padding: 0 20px;
	color: #111;
	align-items: center;
	height: 33px;
	border-radius: 16.5px;
}
.taglist a:hover {
	background: #2899fb;
	color: #fff;
}
.search_form {
	flex-shrink: 0;
}
.cms_keysearch_form {
	overflow: hidden;
	display: flex;
}
.cms_keysearch_form input {
	border: 1px solid #2C3F50;
	background: #fff;
	border-radius: 20px;
	color: #111;
	font-size: 15px;
	line-height: 1.5;
	height: 40px;
	padding: 0 15px;
	width: 250px;
	box-sizing: border-box;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cms_keysearch_form placeholder {
	color: #999;
}
.cms_keysearch_form button {
	background: #2C3F50;
	border-radius: 20px;
	text-align: center;
	display: block;
	padding: 10px 15px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	margin-left: 10px;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cms_keysearch_form button:hover {
	background: #2899fb;
}
/* ----------------------------------------
content
---------------------------------------- */
.content {
	width: 70%;
	max-width: 1200px;
	margin: 160px auto;
}
.faq_ttl {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}
.faq_ttl h2 {
	font-size: 20px;
}
.faq_ttl p {
	margin-left: auto;
	font-size: 16px;
	display: flex;
	align-items: end;
}
.faq_ttl p span {
	font-family: "Century Gothic";
	font-size: 32px;
	padding-right: 5px;
	line-height: 1;
}
.btn_back {
	margin: 20px 0;
}
.btn_back a {
	color: #2899fb;
	display: flex;
	align-items: center;
}
.btn_back a:hover {
	color: #2C3F50;
}
.btn_back a:before {
	content: "＜";
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 8px;
	background: #2899fb;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	width: 16px;
	height: 16px;
	line-height: 1;
	padding-right: 2px;
	margin-right: 5px;
}
.btn_back a:hover:before {
	background: #2C3F50;
}
/* ----------------------------------------
list
---------------------------------------- */
.listbox {
	padding: 10px 0;
}
.listbox a {
	display: block;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 25px;
	color: #111;
}
.listbox a:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	outline: #2899fb 2px solid;
}
.li_q {
	display: flex;
	align-items: center;
}
.li_q span {
	font-family: "Century Gothic";
	font-weight: bold;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2c3f50;
	border-radius: 10px;
	color: #fff;
	font-size: 25px;
	margin-right: 20px;
	flex-shrink: 0;
}
.li_q p {
	font-size: 16px;
	font-weight: bold;
}
.li_tag {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	align-items: center;
}
.li_tag p {
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}
.li_tag label.cms_topic_tag {
	border-radius: 3px;
	color: #409FFB;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 7px;
}
.li_tag label.cms_topic_tag:before {
	content: "#";
	padding-right: 3px;
}
label.li_fav span {
	cursor: pointer;
	border: 1px solid #f98289;
	border-radius: 3px;
	background: #f98289;
	display: flex;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	padding-right: 6px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
label.li_fav span.jcjs_good_icon:before {
	content: "いいね";
	background: #fff;
	color: #f98289;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 5px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
label.li_fav span.jcjs_good_icon:hover:before,
label.li_fav span.checked:before {
	background: #f98289;
	color: #fff;
}
/* ----------------------------------------
article
---------------------------------------- */
.ar_q_box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 3vw;
	margin-bottom: 40px;
}
.ar_q {
	display: flex;
	align-items: center;
}
.ar_q span {
	font-family: "Century Gothic";
	font-weight: bold;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2c3f50;
	border-radius: 10px;
	color: #fff;
	font-size: 25px;
	margin-right: 20px;
	flex-shrink: 0;
}
.ar_q p {
	font-size: 20px;
	font-weight: bold;
}
.ar_tag {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
	align-items: center;
}
.ar_tag p {
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}
.ar_tag label.cms_topic_tag a {
	border-radius: 3px;
	color: #409FFB;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 7px;
}
.ar_tag label.cms_topic_tag a:hover {
	color: #2C3F50;
}
.ar_tag label.cms_topic_tag a:before {
	content: "#";
	padding-right: 3px;
}
label.ar_fav span {
	cursor: pointer;
	border: 1px solid #f98289;
	border-radius: 3px;
	background: #f98289;
	display: flex;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	padding-right: 6px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
label.ar_fav span.jcjs_good_icon:before {
	content: "いいね";
	background: #fff;
	color: #f98289;
	font-size: 11px;
	padding: 0 5px;
	margin-right: 5px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
label.ar_fav span.jcjs_good_icon:hover:before,
label.ar_fav span.checked:before {
	background: #f98289;
	color: #fff;
}
.ar_q_url:has(a:not(:empty)):before {
	content: '対象URL';
	padding-right: 10px;
}
.ar_q_url a:not(:empty) {
	color: #2899fb;
	font-weight: bold;
	text-decoration: underline;
}
.ar_q_url a:not(:empty):hover {
	color: #111;
}
.ar_q_detail:not(:empty) {
	font-size: 15px;
	padding-top: 15px;
}
.ar_q_attached:not(:empty) {
	padding-top: 15px;
}
.ar_q_attached:not(:empty) img {
	max-height: 600px;
}
.ar_q_pdf:not(:empty) {
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.ar_q_pdf a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border: 2px solid #111;
	height: 50px;
	border-radius: 25px;
	box-sizing: border-box;
	color: #111;
	font-weight: bold;
	font-size: 15px;
}
.ar_q_pdf a:hover {
	background: #eee;
}
.ar_q_pdf a img {
	margin-right: 10px;
}
.ar_a_box {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 3vw;
}
.ar_a {
	font-size: 15px;
}
.ar_a a {
	color: #2899fb;
	font-weight: bold;
	text-decoration: underline;
}
.ar_a a:hover {
	color: #2C3F50;
}

