/* 共通スマホ */
@media screen and (max-width: 768px) {
	
	.only_pc {
		display: none !important;
	}

	.only_sp{
		display: block !important;
	}	
.blue_bigtitle{
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;	
	}
	.blue_title{
	font-size: 18px;
	padding:8px 10px;
	margin:0px;
}
	.single_content h1{
	font-size:20px;
		font-weight: bold;

}
.single_content h2 {
	font-size: 18px;
	padding:8px 10px;
	margin:0px;
}
.single_content h3{
	font-size: 17px;
	padding:6px 10px;
	clear:both;
}	
	
.underline_title{
	font-size: 17px;
	padding:6px 10px;
	clear:both;
}
.underline_bluetitle{
	font-size: 17px;
	padding:6px 10px;
	clear:both;
}
.middle_title{
		font-size:17px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
	table th,
	table td {
		height: unset !important;
		padding: 5px !important;
		font-size:14px;
	}
.btm_txt{
	font-size:16px !important ;

	}
.img-right {
        float: none; /* スマホではfloatを無効化 */
	max-width:100%;
		padding:0;
	margin:10px 0;
}
.img-left {
    float: left;
        float: none; /* スマホではfloatを無効化 */
	max-width:100%;
	padding:0;
	margin:10px 0;
}
	p {
	padding: 10px 0;
	margin: 0;
}
}

/* ヘッダーPC ----------------------------------------------- */
header ul li {
	display: inline-block;
}
header #sub-nav {
	background-color: #000;
}
header #sub-nav ul {
	max-width: 1200px;
}
header #sub-nav ul li:nth-child(n + 2) {
	margin-left: 1.25rem;
}
header #sub-nav ul li a {
	color: #fff;
	font-size: 0.9rem;
}
header #header-info {
	max-width: 1200px;
}
/* header nav #logo-fix {
	display: block;
	max-width: 300px;
} */
header nav > ul {
	letter-spacing: -0.4em;
}
header nav > ul > li {
	flex: 1 1 auto;
	letter-spacing: normal;
	padding: 0;
	position: relative;
}
header nav > ul > li > a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 1.25rem;
	text-align: center;
}
header nav > ul > li:hover > a {
	background-color: #0095e0;
	color: #fff;
}
header nav > ul > li > a:hover {
	opacity: 1;
}
header nav > ul > li > ul {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
header nav > ul > li > ul li {
	border-bottom: 1px dotted #999999;
	width: 100%;
	min-width: 220px;
}
header nav > ul > li > ul li a {
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 1rem;
	text-align: left;
	white-space: nowrap;
}
header nav > ul > li > ul li a:hover {
	background: rgba(0,149,224,0.3);
	color: #333333;
	opacity: 1;
}

header #header-info .mailform a{
	background:#ff9b00;
	padding:15px 30px;
	color:#fff;
	font-size:20px;
}
header #header-info .mailform a img{
	margin-right:10px;
}

header .tel-fix{padding-top: 5px;}
header .tel-fix p{margin-top:5px;}

header .ap-logo {
    margin-right: auto;
}
header .ap-logo a {
	display: flex;
	align-items: center;
}
header .logo-fix img {
    width: 60px;
}
header .site_name {
	font-size: 18px;
	padding-left: 5px;
}

header #gnav ul {
	margin-top: 0!important;
	max-width: 1200px;
}
header #gnav > ul {
	width: 100%;
}
header #gnav {
    margin-bottom: 0!important;
    margin-top: 20px;	
}
header {
	position: sticky;
	z-index: 999;
	top: 0;
	width: 100%;
	background: #fff;
}
header > div{
	width:1100px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > div ul{
	padding:20px 0 0;
}
header > div ul li{
	display:inline-block;
	margin-left:20px;
}
header nav{
	margin:10px 0;
}
header nav > ul{
	letter-spacing:-0.4em;
}
header nav > ul > li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
header nav > ul > li > a{
	line-height:36px;
	padding:0 26px;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
header nav > ul > li:hover > a{
	background-color:#0095e0;
	color:#fff;
}
header nav > ul > li > a:hover{
	opacity:1;
}
header nav > ul > li > ul{
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	background-color:#fff;
	display:none;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	z-index:100;
}
header nav > ul > li > ul li{
	border-bottom:1px dotted #333;
}
header nav > ul > li > ul li a{
	line-height:36px;
	display:block;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:left;
	white-space:nowrap;
}

header #sub-nav {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0.5rem 0;
    width: 100%;
}
header #sub-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}
header #sub-nav .go_home {
	flex: 1 1 auto;
	text-align: left;
}
header #header-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
header #header-info li:nth-of-type(n+3) {
    margin-left: 10px;
}
header #gnav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}
header #gnav .multi ul {
    display: flex;
    flex-direction: column;
}	
header .ap-logo a {
/*     margin-bottom: 1rem; */
}
/* ヘッダー　スマホ*/
/* common setting --------------------------------------- */
@media screen and (max-width: 992px) {
	.only_pc {
		display: none !important;
	}
	.only_smart {
		display: block !important;
	}
	.only_smart_i {
		display: inline-block !important;
	}
	body{
    max-width: 100% !important;
		margin:0;
		padding:0;
		font-size:16px;
	}
	.inner{
		margin-left:3%;
		margin-right:3%;
		    width: 94%;
		max-width:100%;


	}
	table th,
	table td {
		height: unset !important;
		padding: 5px !important;
	}
	table font,
	table span {
		font-size: 14px;
	}
		header{
		margin-bottom:120px !important;
	}
	header > dl{
	background-color:#1766bb;
	padding:0;
	width:100%;
	flex-wrap:wrap;

}
}

/* header ----------------------------------------------- */
@media screen and (max-width: 1200px) {
	header #sub-nav ul {
		max-width: 1100px;
	}
	header #header-info {
		max-width: 1100px;
	}
	header nav {
		max-width: 100%;
	}
}
@media screen and (max-width: 992px) {
	header {
		max-width: 100%;
		position: fixed;
		z-index: 101;
		background-color: #fff;
	}
	header > div{
	width:auto;
	height:50px;
	margin:auto;
	padding:0 3%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	position:rekative;
	z-index:100;
}

header > div ul{
	padding:0;
	max-width:100%;
}
header > div ul li{
	display:inline-block;
	margin-left:20px;
}
	
header nav{
	height:calc(100vh - 50px);
	margin-bottom:0;
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
		max-width:100%;

}
header nav > ul{
	padding-bottom:80px;
	letter-spacing:-0.4em;
}
header nav > ul > li{
	display:block;
	vertical-align:top;
	letter-spacing:normal;
	border-bottom:1px dotted #ccc;
}
header nav > ul > li > a{
	line-height:42px;
	padding:0 26px;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:left;
	position:relative;
}
header nav > ul > li.multi > a{
	pointer-events:none;
}
header nav > ul > li:last-child > a{
	border-bottom:none;
}
header nav > ul > li > a:hover{
	opacity:1;
	background-color:#0095e0;
	color:#fff;
}

header nav > ul > li > ul{
	position:static;
	top:auto;
	left:auto;
	transform:none;
	background-color:transparent;
	display:none;
	box-shadow:none;
}
header nav > ul > li > ul li{
	border-bottom:none;
}
header nav > ul > li > ul li a{
	line-height:36px;
	display:block;
	padding:0 40px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:left;
	position:relative;
}
	header #gnav ul {
    flex-direction: column;
}
	header #header-info {
		width: auto;
		height: 50px;
		margin: auto;
		padding: 0 3%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		position: rekative;
		z-index: 100;
	}
	
	header #header-info .logo-fix {
/* 		width: 180px; */
	}
	
	header #header-info .logo-fix img {
		width: 60px;
	}
	header #header-info .site_name {
		font-size: 15px;
	}
	
	header #header-info ul {
		padding: 0;
	}
	header #header-info ul li {
		display: inline-block;
		margin-left: 20px;
	}
	header nav {
		height: calc(100vh - 50px);
		margin-bottom: 0;
		display: none;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header nav > ul {
		letter-spacing: -0.4em;
		padding-bottom: 80px;
	}
	header nav > ul > li {
		border-bottom: solid 1px #ccc;
		display: block;
		letter-spacing: normal;
		vertical-align: top;
		width: 100%;
	}
	header nav > ul > li > a {
		line-height: 42px;
		padding: 0 26px;
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		text-align: left;
		position: relative;
	}
	header nav > ul > li.multi > a {
		pointer-events: none;
	}
	header nav > ul > li > a:hover {
		opacity: 1;
		background-color: #0095e0;
		color: #fff;
	}
	header nav > ul > li > a:after {
		color: #003d80;
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 30px;
	}
	header nav > ul > li > ul {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		background-color: transparent;
		display: none;
		box-shadow: none;
	}
	header nav > ul > li > ul li {
		border-bottom: dotted 1px #ccc;
		display: block;
	}
	header nav > ul > li > ul li:last-child {
		border-bottom: none;
	}
	header nav > ul > li > ul li a {
		line-height: 36px;
		display: block;
		padding: 0 40px;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		text-align: left;
		position: relative;
	}
	header nav > ul > li > ul li a:after {
		color: #003d80;
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 30px;
	}
	
	 .blog_main {
		 max-width:100%;
		 float:none;
        }
 .blog_aside {
             max-width:100%;
		 float:none;
        }
		/* 子要素のスタイル */
.contentsblock_li5  {
    flex: 0 0 47%; /* 基本幅を22%に設定（4列表示） */
    margin-bottom: 20px; /* 縦の余白を追加 */
    box-sizing: border-box; /* パディングやボーダーを含める */
}
/* リンクのスタイル */
.contentsblock_li5 a {
    display: block;
    text-align: center; /* コンテンツを中央寄せ */
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* 親の色を継承 */
}
.photo_post {
    flex: 0 0 calc(25% - 16px); /* 固定幅：デスクトップで横4列 */
    max-width: calc(25% - 16px); /* 最大幅設定 */
    box-sizing: border-box;
    padding: 8px;
    margin: 0; /* 不要な上下マージンを削除 */
    transition: transform 0.3s ease; /* ホバー時のアニメーション */
}


     .photo_post {
        flex: 0 0 calc(50% - 8px); /* スマホ横2列 */
        max-width: calc(50% - 8px);
    }

.staff-img {
    flex-shrink: 0; /* 画像サイズを固定 */
    width: 100px; /* 正方形のサイズを指定 */
    height: 100px;
    overflow: hidden; /* 画像のはみ出し部分を隠す */
    border-radius: 50%; /* 親要素を円形にする */
    position: relative;
    float: left;
}

.staff-img img {
    width: 100%; /* 画像を親要素いっぱいに広げる */
    height: 100%;
    object-fit: cover; /* 画像の縦横比を維持しつつ中央を切り抜く */
    display: block;
	margin-right:20px;
}

/* 画像スタイル */
.photo_post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 8px;
}

/* スタッフ画像とテキストのレイアウト */
.photo_post .staff-img {
    margin-bottom: 8px;
	width:60px;
}
.post  .staff-text{
	margin-top:15px;
	padding-left:30px;

}


.staff-text p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.staff-text a {
    color: #007bff;
    text-decoration: none;
}

.staff-text a:hover {
    text-decoration: underline;
}

.staff-text{
	padding-top:0px;
}
	.title_space .column_h1title{
	font-size:18px;
	font-weight:bold;
		margin-bottom:0px;
}
}

@media screen and (max-width:700px){
/* header */
header > nav{
	width:100%;
}
header > nav > ul{
	display:block;
}
header > nav > ul > li{
	display:block;
	height:unset;
	position:unset;
}
header > nav > ul > li > ul{
	background-color:unset;
	box-shadow:none;
	display:none;
	padding:0;
	position:unset;
}
header > nav > ul > li > ul > li,
header > nav > ul > li:hover > ul > li,
header > nav > ul > li:hover > ul > li:nth-child(4n-3),
header > nav > ul > li:hover > ul.border-bottom-none > li{
	border:none;
	width:unset;
}
header > nav > ul > li > ul > li a{
	color:#333;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	padding:0 40px;
	text-align:left;
}
#smart_nav span{
	padding:0;
}
}
/* smart_nav -------------------------------------------- */
@media screen and (max-width: 992px) {
	#smart_nav {
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 42px;
		margin: 0;
		padding: 0;
		position: relative;
		cursor: pointer;
	}
	#smart_nav span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 28px;
		height: 3px;
		margin: -1px 0 0 -14px;	
		background-color: #000;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	#smart_nav span:before,
	#smart_nav span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 28px;
		height: 3px;
		background-color: #000;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	#smart_nav span:before {
		margin-top: -11px;
	}
	#smart_nav span:after {
		margin-top: 7px;
	}
	#smart_nav .close {
		background: transparent;
		width: 42px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	#smart_nav .close:before,
	#smart_nav .close:after {
		margin-top: 0;
	}
	#smart_nav .close:before {
		width: 28px;
		height: 3px;
		margin: -2px 0 0 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#smart_nav .close:after {
		width: 28px;
		height: 3px;
		margin: -2px 0 0 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}
@media screen and (max-width: 767px) {
#breadcrumbs {
	display:none;
}
}

/* sp共通*/
@media screen and (max-width: 767px){

img{
	max-width:100%;
}
iframe{
	max-width:100%;
}
	#wrapper{
	min-width:auto;
	min-width:initial;
}

article{
	padding:50px 0 0 0;
	margin:0;
	max-width:100%;
	    overflow-x: hidden; /* 横スクロールを防ぐ（必要に応じて追加） */
}
	body{
			max-width:100%;

	}

article > h1 span{
	display:block;
	width:90%;
	margin:0;
	padding:5px 5%;
	text-align:left;
}

table{
	width:100%;
	margin:20px 0;
}
table th,
table td{
	padding:10px;
	border:1px solid;
	border:1px solid #d2d2d2;
	/*display:block;*/
}
table th{
	width:auto;
	background-color:#edf4f8;
	font-weight:normal;
	border-bottom:none;
}
}
/* スマホフッター*/
@media screen and (max-width: 767px){
footer {
    font-size: 14px;
	margin-top: 50px;
}
footer .contact{padding-top:30px;}
footer .contact h2 {font-size:1.5rem;margin-bottom: 0;}
footer section{
	padding:20px 0 30px;
	border-top:6px solid #003d80;
	background-color:#fff;
}
footer section h2{
	margin-bottom:20px;
	font-size:16px;
}

footer .contact p{width:100%;margin-top:0px;}
footer .contact ul {
    display: block;
}
footer .contact ul li{
	margin-right:0px;
	margin-bottom: 40px;
}
footer .contact ul li:last-child{
	margin-bottom:0px;
}
footer .contact ul li a{
	margin:0 auto;
	line-height: 50px;
	font-size:18px;
}
footer .foot {
    display:block;
	width: 92%;
}

footer .foot .left a {
    margin-bottom: 10px;
}
footer .foot .left .access {
    display: block;
}
footer .foot .left p {
    text-align:left;
}
footer .foot .right{
	display:none;
}
footer div.b_fff{
	padding: 3px 0px 0px;
}
footer div.b_fff figure{
	width:auto;
	margin:auto;
	text-align:left;
	padding-bottom: 60px;
}
footer div.b_fff figure img{
	width:160px;
	margin:0 0 10px;
}
footer div.b_fff figure figcaption{
	font-size:10px;
	display:block;
	vertical-align:bottom;
}
	/* スマホ固定バナー*/
	
	footer dl{
	display:flex;
    position: fixed;
    bottom: 0;
    z-index: 99;
	justify-content:space-around;
		text-align:center;
		width:100%;

}
footer dl dd{
	margin:0px;
	width:100%;

}
footer dl dd a {
	color:#fff;
	padding:5px 0;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
footer dl dd a img{
    display: block;
    margin: 0 auto 5px;
	height:19px;
}
footer dl dd:first-child a{
	background:#ff9b00;
}
footer dl dd:nth-child(2) a{
/* 	background:#00b900; */
	background: #dc143c;
}
footer dl dd:last-child a{
	background:#1877f2;
}
	}


/* スマートフォン用のレスポンシブ対応 */
@media screen and (max-width: 768px) {
	html, body {
    overflow-y: auto !important; /* 縦スクロールを強制的に有効化 */
    overflow-x: hidden; /* 横スクロールを防止（必要なら） */
    height: auto !important;
		max-width:100%;
    -webkit-overflow-scrolling: touch; /* iOSデバイスでスムーズスクロールを有効化 */
}
	 .kv {
        min-height: 400px; /* スマホ画面用に高さを調整 */
		     overflow: visible !important;

    }
	
	 .member_list > ul > li {
        width: calc(50% - 10px); /* 2列分の幅 */
        margin-left: 5px;       /* 隙間を均等に */
        margin-bottom: 10px;    /* 縦の余白を少し縮小 */
    }
	.member_list > ul > li dl{
	margin-top:5px;
}
	.member_list > ul > li dl dt{
	font-size:16px;
			margin-bottom:0px;
}
    .left-img {
        float: none;
        margin: 0 auto 20px;
        display: block;
        max-width: 100%;
    }
}
    /* スマートフォン用のレスポンシブ対応 */
@media screen and (max-width: 768px) {
    .img-box img {
        width: 100%; /* 画像を1列に並べる */
        margin-bottom: 10px; /* 各画像間の余白 */
    }
}

/* indeedトップページ202404〜 */
@media (max-width: 768px) {
	.indeedTop {
		padding-top: 0;
	}
	.indeedTop * {
		font-size: 1rem;
	}
	.indeedTop p {
		text-align: left;
	}
	.indeedTop h2 {
		font-size: 1.6rem;
		margin: 1rem auto;
	}
	.indeedTop h3 {
		font-size: 1.2rem;
	}
	.indeedTop h4 {
		font-size: 1rem;
		text-align: center;
	}
	.indeedTop .pr_txt, .indeedTop .inner .pr_txt {
		font-size: 1.375rem;
	}
	.indeedTop .inner p {
		width: 92%;
	}
	.indeedTop .basic_btn {
		padding: 1rem;
	}
	.indeedTop .card_list {
		display: block;
	}
	.indeedTop .strength .card_list li {
		width: 100%;
	}
	.indeedTop .strength .card_list h3 {
		font-size: 1.25rem;
	}
	.indeedTop .basic_list {
		padding: 1rem;
	}
	.kadai .inner {
		max-width: 90%;
	}
	.indeedTop .white_area {
		padding: 1rem;
	}
	.indeedTop .kadai {
		background: url(https://www.listing-partners.com/indeed2/wp-content/uploads/2024/04/bg_kadai_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.indeedTop .description_card_list_col2 {
		display: block;
	}
	.indeedTop .description_card_list_col2 div {
		width: 100%!important;
	}
	.indeedTop .description_card_list_col2 div:nth-child(2) {
		margin-top: 1rem;
	}
	.indeedTop .voice p:first-child {
    font-size: 1.125rem;
}
	.indeedTop .service_indeed_list {
		display: block;
	}
	.indeedTop .service_indeed_list li {
		width: 100%;
	}
	.indeedTop .service_indeed_list li:not(:last-child) {
		margin-bottom: 20px;
	}
	.indeedTop .flow-list {
		display: block;
	}
	.indeedTop .flow-list li {
		width: 100%;
	}
	.indeedTop .flow-list li:not(:last-child) {
		margin-bottom: 30px;
	}
	.indeedTop .flow-list li:not(:last-of-type)::after {
		content: "▼";
		top: inherit;
		right: 50%;
		bottom: -41px;
	}
	.indeedTop .qa_list dt, .indeedTop .qa_list dd {
		padding-left: 3rem;
	}
	.indeedTop .qa_list dt::before, .indeedTop .qa_list dd::before {
		left: 1rem;
		font-size: 1.5rem
	}
	.indeedTop .qa_list dt::before {
		top: 14px;
	}
	.indeedTop .qa_list dd::before {
		top: 10px;
	}
}
/* indeedトップページ202404〜ここまで */

/* 人材会社様向け202404〜ここから */
@media (max-width: 768px)  {
	.jinzai h1 {
	font-size: 1.6rem;
	margin-bottom: 0;
	}
	.jinzai .problem h2 {
		font-size: 1.4rem;
	}
	.jinzai .service_jinzai_list li {
		width: 100%;
	}
		
}

@media (max-width: 768px)  {
.image-slider {
    width: 100%; /* コンテナの幅を画面全体に */
    overflow: hidden; /* 画像が外にはみ出ないようにする */
    background-color: #fff;
}

.image-track {
    display: flex;
    gap: 10px; /* 画像間の隙間 */
	 animation: scroll 15s linear infinite; /* スピードを統一 */
	    will-change: transform;

}

.image-track img {
    max-width:150px; /* 画像の幅 */
    height: auto; /* アスペクト比を維持 */

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 画像に影を追加（オプション） */
}
}

/* スマートフォン用（レスポンシブデザイン） */
@media screen and (max-width: 768px) {
    .4block_li {
        flex: 0 0 48%; /* 2列表示に切り替え */
    }
	/* 子要素のスタイル */
.contentsblock_li  {
    flex: 0 0 47%; /* 基本幅を22%に設定（4列表示） */
    margin-bottom: 20px; /* 縦の余白を追加 */
    box-sizing: border-box; /* パディングやボーダーを含める */
}
/* リンクのスタイル */
.contentsblock_li a {
    display: block;
    text-align: center; /* コンテンツを中央寄せ */
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* 親の色を継承 */
}
	.card_list{
		width:100% !important;
	}
	.blackline_space{
	padding:10px 20px;
   width:100%;
	float:normal;
	margin-bottom:10px;
	border: #000 2px solid;
	}
#top .cta {
	position: absolute;
    width: 100%;
    bottom: 26%;
}

#top .cta a{    
	background: #00b900;
    color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
	position:relative;
}
#top .cta a:after{
	position: absolute;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} 
}
