@media screen and (max-width:768px) {
	
	*{
	}

	/* ヘッダロゴ サイズ調整 */
	.l-site-logo__img img{
		max-width:80%;
		height:auto;
	}
	/* ヘッダ お問い合わせボタン非表示 */
	.c-header-btn{
		display:none;
	}

	/* フロント お知らせ */
	.osf_front_news h2{
		display:block;
		width:100%;
		margin-bottom:0;
	}
	.osf_front_news-more{
		width:100% !important;
		margin-bottom:2vh;
	}
	.osf_front_news-date{
		width:50%
	}
	.osf_front_news-categories{
		width:45%
	}
	.osf_front_news-title{
		width:90%;
	}
	.osf_front_news p{
		text-align:center;
	}

	/* フロント 情報カテゴリ */
	.osf_front_infomation .card{
		width:100%;
	}

	/* 情報 アーカイブ */
	.osf_infomation_user h1{
		font-size:200%;
	}
	.osf_infomation_user h1:after,
	.osf_infomation_company h1:after{
		width:50%;
		min-width:200px;
	}
	.osf_infomation_archive .p-entries{
		display:block;
	}
	.osf_infomation_archive .p-entries .p-entry-item{
		width:100%;
	}

	.osf_infomation_archive_index{
		padding:10px;
	}

	.osf_infomation_archive_cat h2{
		margin:30px 10px !important;
	}

	.osf_infomation_archive_entries{
		display:block;
		margin:0;
	}
	.osf_infomation_archive_entry{
		width:100%;
	}
	.osf_infomation_archive_index{
		margin:5px;
	}

	/* 情報 親ページ */

	.osf_infomation_user h1:after,
	.osf_infomation_company h1:after{
		width:30%;
	}

	.osf_infomation_case{
		display:block;
	}
	.osf_infomation_case_left,
	.osf_infomation_case_right{
		width:100%;
	}
	.osf_infomation_case_left{
		padding-right:0;
	}
	.osf_infomation_case_right img{
		margin-top:2vh;
	}

	/* 関連カテゴリ */
	.osf_infomation_relate_case{
		display:block;
	}
	.osf_infomation_relate_case div{
		width:100%;
	}

	/* OSFジョブインフォ専用フッターウィジェット */
	.osf_footer-widget{
		width:100%;
	}
	.osf_footer-widget li{
		list-style-type:none;
	}
}
