@charset "UTF-8";

/* ▼1200px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {

	.Sp_Cont {
		display: none;
	}

}

/* ▼1200px以下の場合に適用（iPad 以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	.ijprint-image {
		display: none;
	}

	img {
		width: 100%;
		max-width: 100%;
	}

	/* ヘッダー
---------------------------- */
	.header_wrapper {
		display: none;
	}

	header {
		background: #fff;
	}

	.header_sp {
		display: block;
		height: 40px;
	}

	.header_sp {
		display: block;
		height: 40px;
	}

	.header_sp .headerbox .header_logo {
		width: 160px;
		margin: 18px 0 0 10px;
	}

	#ham-menu {
		background-color: #fff;
		/*メニュー背景色*/
		box-sizing: border-box;
		height: 100%;
		padding: 10px 20px;
		/*メニュー内左右上下余白*/
		position: fixed;
		right: -240px;
		/*メニュー横幅 width と合わせる*/
		top: 0;
		transition: transform 0.3s linear 0s;
		/*0.3s はアニメーションにかかる時間*/
		width: 240px;
		/*メニュー横幅*/
		z-index: 1000;
	}

	#menu-background {
		background-color: #333;
		/*黒背景*/
		display: block;
		height: 100%;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all 0.3s linear 0s;
		/*0.3s はアニメーションにかかる時間*/
		width: 100%;
		z-index: -1;
	}

	#menu-icon {
		background-color: #b9e600;
		/*アイコン部分背景色*/
		border-radius: 0 0 0 10px;
		/*左下角丸*/
		color: #fff;
		/*アイコン（フォント）色*/
		cursor: pointer;
		display: block;
		font-size: 50px;
		/*アイコン（フォント）サイズ*/
		height: 50px;
		/*アイコン縦高さ*/
		line-height: 50px;
		/*縦位置中央化*/
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 50px;
		/*アイコン横幅*/
		transition: all 0.3s linear 0s;
		/*0.3s はアニメーションにかかる時間*/
		z-index: 1000;
	}

	#menu-cb {
		display: none;
		/*チェックボックス本体は消しておく*/
	}

	#menu-cb:checked~#ham-menu,
	#menu-cb:checked~#menu-icon {
		transform: translate(-240px);
		/*メニュー本体横幅 width と合わせる*/
	}

	#menu-cb:checked~#menu-background {
		opacity: 0.5;
		z-index: 999;
	}

	#ham-menu ul {}

	#ham-menu li {
		border-bottom: dotted 1px #282828;
	}

	#ham-menu li a {
		color: #282828;
		text-decoration: none;
		transition: .2s;
		display: block;
		padding: 10px 0;
	}

	#ham-menu li a:hover {
		color: #0fbd44;
	}

	#ham-menu li a:before {
		content: '> ';
		color: #b9e600;
	}

	#ham-menu li ul {
		padding-left: 1em;
	}

	#ham-menu li ul li {
		border-bottom: none;
	}

	/* フッター
---------------------------- */
	.footer_wrapper {
		padding: 20px 2%;
	}

	.footer_wrapper img {
		width: 90px;
		margin-right: 18px;
		margin-bottom: 1em;
	}

	.footer_wrapper p {
		font-size: 14px;
		line-height: 1.4;
	}

	.copy_wrapper {
		margin: 0 auto;
		padding: 20px;
	}

	/* まずは相談してみませんか */
	.section_contact_wrapper {
		width: 100%;
		padding: 20px 2%;
	}

	.section_contact_wrapper .left {
		width: 100%;
		float: none;
		font-size: 18px;
	}

	.section_contact_wrapper .right {
		width: 100%;
		float: none;
	}

	.section_contact_wrapper .right a {
		display: inline-block;
		padding: 2px 30px 0;
		font-size: 16px;
		line-height: 40px;
		margin-top: 20px;
	}

	.section_contact_wrapper .right a:hover {
		color: #b9e600;
		background: #fff;
	}

	/*---ページの先頭へ---*/
	#back-top {
		display: none;
	}

	/* 第二階層 */
	.cover h2 {
		padding: 0 2%;
	}

	.contents {
		padding: 40px 2% 30px;
	}

	.contents h3 {
		font-size: 22px;
		letter-spacing: 0;
	}

	.contents .main {
		max-width: 96%;
		padding: 0;
	}

	.contents .main .left {
		max-width: 100%;
		float: none;
		padding-bottom: 30px;
	}

	.contents .main .right {
		max-width: 100%;
		float: none;
		padding-bottom: 30px;
	}

	/* テーブル */
	.table01 th {
		padding: 8px;
		width: 100%;
		display: block;
	}

	.table01 td {
		padding: 8px;
		display: block;
		border-left: solid 1px #ddd;
	}

	/* お問い合わせ */
	.contact_tel {
		font-size: 30px;
		float: none;
		text-align: center;
	}

	/* 電子ブックサンプルボタン */
	.btn_ebook {
		display: block;
		margin: 14px auto 30px;
		width: 50%;
	}

	/* 実績 */
	.inline-block {
		float: none;
		width: 100%;
	}

	.inline-block ul {
		width: 100%;
	}

	.inline-block li img {
		width: 100%;
	}

	.inline-block_4items {
		float: none;
		width: 100%;
	}

	.inline-block_4items ul {
		width: 100%;
	}

	.inline-block_4items li img {
		width: 100%;
	}

}