/*
Theme Name: medicom child
Version: 2.0.0
Template: medicom
*/

/************************************************************/
/*　リセット
/************************************************************/
:root {
	--main: #042a7f;
	--sub:  #1b6ddf;
	--base: #f4f8fd;
	--act:  #ff9244;
	--text: #111111;
	--line: #04ad4b;
	--grad: linear-gradient(135deg, #2a7dc8, #0a438d);
	--shade: drop-shadow(2px 3px 6px rgba(41, 76, 122, 0.15)); /*filter用*/
	--font-jp: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	--font-en: "LINE Seed JP", sans-serif;
	--font-mincho: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font-awe: "Font Awesome 6 Free";
	--ease: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
*:focus {
	outline: none;
}
html{
	box-sizing: border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
	-webkit-font-smoothing: antialiased;
	outline: none;
}
::placeholder {
	color: #ccc;
}
body {
	font-family: var(--font-jp);
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	overflow-x: hidden;
	counter-reset: count;
	animation: fadeIn 2.5s ease 0s 1 normal;
	color: var(--text);
	background: #fff;
}


/*フォント*/
body,
p,
.articleBody p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	body {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		padding-top: 0;
	}
	p,
	.articleBody p {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
		padding: 0;
		margin: 0 auto 1em;
	}
	.articleBody p:last-of-type {
		margin-bottom: 0;
	}
}

/*フォーム*/
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	font: inherit;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
}
select::-ms-expand {
	display: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*PC・タブレット・スマホ 表示*/
.pc { display:block !important; }
.tb { display:none !important; }
.sp { display:none !important; }
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.tb { display:block !important; }
	.sp { display:none !important; }
}
@media screen and (max-width: 768px){   
	.pc { display:none !important; }
	.tb { display:none !important; }
	.sp { display:block !important; }
}

.pc_none { display:none !important; }
.tb_none { display:block!important; }
.sp_none { display:block !important; }
@media screen and (max-width: 768px){   
	.pc_none { display:block !important; }
	.tb_none { display:none !important; }
	.sp_none { display:block !important; }
}
@media screen and (max-width: 768px){   
	.pc_none { display:block !important; }
	.tb_none { display:block !important; }
	.sp_none { display:none !important; }
}


/************************************************************/
/*　スクロールアニメーション
/************************************************************/

/* JS有効時だけ初期状態を適用 */
.js .sa {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: opacity, transform;
	backface-visibility: hidden;
}
/* 表示 */
.js .sa.show {
	opacity: 1;
}
/* アニメーション定義 */
.js .fade-up {
	transform: translateY(30px);
}
.js .fade-up.show {
	transform: translateY(0);
}
.js .fade-down {
	transform: translateY(-30px);
}
.js .fade-down.show {
	transform: translateY(0);
}
.js .slide-left {
	transform: translateX(-30px);
}
.js .slide-left.show {
	transform: translateX(0);
}
.js .slide-right {
	transform: translateX(30px);
}
.js .slide-right.show {
	transform: translateX(0);
}
.js .zoom-in {
	transform: scale(0.9);
}
.js .zoom-in.show {
	transform: scale(1);
}
.js .rotate-in {
	transform: rotate(-5deg) scale(0.95);
}
.js .rotate-in.show {
	transform: rotate(0) scale(1);
}
/* フェードだけ */
.js .fade-in {
	transform: none;
}
/*ディレイ*/
.js .delay-1 { transition-delay: 0.3s; }
.js .delay-2 { transition-delay: 0.6s; }
.js .delay-3 { transition-delay: 0.9s; }
.js .delay-4 { transition-delay: 1.2s; }
.js .delay-5 { transition-delay: 1.5s; }
.js .delay-6 { transition-delay: 1.8s; }
.js .delay-7 { transition-delay: 2.1s; }
.js .delay-8 { transition-delay: 2.4s; }
.js .delay-9 { transition-delay: 2.7s; }
.js .delay-10 { transition-delay: 3.0s; }

/************************************************************/
/*　構成
/************************************************************/
body#main #contents {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
body#sub {
	padding-top: 80px;
}
body#sub #contents {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/*ページトップ*/
.pagetop {
	opacity: 1;
	bottom: 60px;
}
.pagetop a {
	background: var(--main);
	color: #fff;
}

/*コンテンツ*/
#archive_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 50px;
}

/*アーカイブ*/
.archiveContent {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.full-container,
.full-container .main {
	width: 100%;
	max-width: 100%;
}
body#main .articleBody,
body#sub .articleBody {
	margin: 0 auto;
}

/*固定ページ*/
.pageContent {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.pageContent.full {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.pageContent.works {
	width: 100%;
	max-width: 1200px;
	padding: 0 0 100px;
	margin: 0 auto;
}

/*1カラム*/
.pageContent.one-column {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
body#sub .pageContent.one-column .articleBody {
	width: 100%;
	padding: 100px 0;
	margin: 0;
	position: relative;
}

/*2カラム*/
.pageContent.two-columns {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
body#sub .pageContent.two-columns .articleBody {
	width: calc(100% - 50px - 250px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}

/*記事詳細ページ*/
body#sub.single .pageContent.two-columns {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 50px;
	order: 1;
}
body#sub.single .pageContent.two-columns .articleBody {
	width: calc(100% - 50px - 250px);
	padding: 0;
	margin: 0;
	position: relative;
	order: 1;
}

/*サイドバー*/
#topColumn .side {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
body#sub.single .side,
body#sub .side {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
}
.sidebar-right .side,
.sidebar-left .side {
	margin: 0;
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	body#main #contents {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	body#sub {
		padding-top: 70px;
	}
	body#sub #contents {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	
	/*アーカイブ*/
	#archive_wrap {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.archiveContent {
		padding: 0;
	}
	
	/*固定ページ*/
	.pageContent {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
	}
	.pageContent.full {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.pageContent.works {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		margin: 0 auto;
	}

	/*1カラム*/
	.pageContent.one-column {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
	}
	body#sub .pageContent.one-column .articleBody {
		width: 100%;
		padding: 0;
	}

	/*2カラム*/
	.pageContent.two-columns {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	body#sub .pageContent.two-columns .articleBody {
		width: 100%;
		padding: 0;
	}

	/*記事詳細ページ*/
	body#sub.single .pageContent.two-columns {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 40px;
	}
	body#sub.single .pageContent.two-columns .articleBody {
		width: 100%;
		padding: 0;
	}
	
	/*サイドバー*/
	.side {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0 auto;
		display: none;
	}
	body#sub.single .side {
		width: 100%;
		min-width: 100%;
	}
}





/************************************************************/
/*　Gutenberg
/************************************************************/
/*グループ用*/
.mp0 { padding: 0 !important; margin: 0 !important; }

/************************************************************/
/*　共通
/************************************************************/

/*テーブル*/
#contents table,
body#main table {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}




/************************************************************/
/*　タイトル
/************************************************************/



/************************************************************/
/*　ページタイトル
/************************************************************/
#pv {
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#pv::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/topAbout_bg.webp');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#pv > header {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#pv > header > h1 {
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	padding: 0;
	margin: 0;
	border-width: medium;
	border-style: none;
	border-color: currentcolor;
	border-image: none;
	background: none;
}
#pv > header > em {
	display: block;
	width: 100%;
	position: relative;
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
#pv > header > em::first-letter {
	text-transform: uppercase;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	#pv {
		width: 100%;
		padding: 40px 20px;
	}
	#pv > header {
		width: 100%;
		max-width: 100%;
	}
	#pv > header > h1 {
		font-size: 14px;
	}
	#pv > header > em {
		font-size: 7vw;
	}
}

/*取次店*/
#pv_store {
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/pv_store_bg.webp');
	background-position: bottom -100px right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#pv_store::before {
	content: '';
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 800 / 100;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/cta_bg.svg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 0.8;
}
#pv_store::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(243,247,254,1) 0%, rgba(243,247,254,0) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}
#pv_store > header {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#pv_store > header > h1 {
	width: 100%;
	position: relative;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	padding: 0;
	margin: 0 0 30px;
	border: none;
	background: none;
}
#pv_store > header > em {
	display: block;
	width: 100%;
	position: relative;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
#pv_store > header > em::first-letter {
	text-transform: uppercase;
}
#pv_store > header > h2 {
	width: 100%;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: left;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#pv_store > header > h2 .pc {
	display: inline-block !important;
}
#pv_store > header > p {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
}
.store_count {
	width: fit-content;
	padding: 15px 30px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 5px;
}
.store_count > p {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
}
.store_count > p:last-of-type {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: var(--act);
}
.store_count > p:last-of-type > b {
	font-family: var(--font-en);
	font-size: 1.2em;
	line-height: 1;
	font-weight: 600;
	color: var(--act);
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*取次店*/
	#pv_store {
		width: 100%;
		padding: 40px 20px;
		margin: 0 auto;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/pv_store_bg.webp');
		background-position: center;
		background-size: cover;
	}
	#pv_store::before {
		content: '';
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 800 / 130;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/cta_bg.svg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
		opacity: 0.8;
	}
	#pv_store::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(243,247,254,1) 0%, rgba(243,247,254,0) 100%);
		position: absolute;
		top: 0;
		right: 0;
		z-index: -2;
	}
	#pv_store > header {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 10px;
	}
	#pv_store > header > h1 {
		font-size: 20px;
		margin: 0 auto 10px;
	}
	#pv_store > header > em {
		font-size: 14px;
	}
	#pv_store > header > h2 {
		font-size: 4vw;
		line-height: 1.4em;
	}
	#pv_store > header > h2 .pc {
		display: none !important;
	}
	#pv_store > header > p {
		width: 100%;
	}
	.store_count {
		width: fit-content;
		padding: 12px 20px;
	}
	.store_count > p {
		width: fit-content;
		font-size: 15px;
	}
	.store_count > p:last-of-type {
		font-size: 15px;
	}
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-jp);
}

/*見出し*/
#contents h1 {
	font-size: 2.8rem;
	margin-top: 0;
	margin-bottom: 1.5em;
}
#contents h2 {
	font-size: 1.8rem;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}



/*パンくず*/
.breadcrumbs {
	width: 100%;
	max-width: 1200px;
	padding: 5px 0;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	color: var(--text);
}
#pv .breadcrumbs > li a,
#pv .breadcrumbs > li::before {
	color: var(--text);
}
#pv .breadcrumbs > li a:hover {
	color: var(--main);
}

/*PV用*/
.bc_wrap {
	width: 100%;
	padding: 5px 0;
	margin: 0 auto;
	background: var(--base);
	position: relative;
}
#pv .breadcrumbs {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	color: #fff;
}
#pv .breadcrumbs > li a,
#pv .breadcrumbs > li::before {
	color: #fff;
}
#pv .breadcrumbs > li a:hover {
	color: #fff;
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*パンくず*/
	.breadcrumbs {
		width: 100%;
		max-width: 100%;
		padding: 7px 20px;
		overflow-x: scroll;
		flex-wrap: nowrap;
		column-gap: 0;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.breadcrumbs > li {
		position: relative;
		display: table-cell;
		white-space: nowrap;
		min-width: auto;
		padding: 0;
		font-size: 0.8em;
	}
	.breadcrumbs > li a {
		font-size: 0.8em;
	}

	/*PV用*/
	.bc_wrap {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background: var(--base);
		position: relative;
	}
}

/************************************************************/
/*　ページネーション
/************************************************************/

.pagination {
	margin: 80px 0 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 42px;
	padding: 0;
	margin: 0;
	aspect-ratio: 1/1;
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	color: var(--main);
	background: #fff;
}
.pagination .page-numbers .current {
	background: var(--main);
	color: #fff;
}
.pagination .page-numbers li a:hover {
	background: var(--main);
	color: #fff;
}
.pagination .page-numbers li a.prev,
.pagination .page-numbers li a.next {
	width: 42px;
	height: 42px;
	aspect-ratio: 1/1;
}
.pagination .page-numbers .dots {
	width: auto;
	padding: 0 12px;
	border: none;
	background: transparent;
	color: var(--gray);
	font-weight: 500;
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	.pagination {
		margin: 30px 0 0;
		text-align: center;
	}
	.pagination .page-numbers {
		gap: 6px;
	}
	.pagination .page-numbers li a,
	.pagination .page-numbers li span {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}
	.pagination .page-numbers li a.prev,
	.pagination .page-numbers li a.next {
		width: 36px;
		height: 36px;
		aspect-ratio: 1/1;
	}
}

/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	padding: 0 0 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: var(--ease);
}
#header::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}
#header.scrolled::before {
	opacity: 1;
}
#header #logo {
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header #logo img {
	display: block;
	width: auto;
	height: 100%;
}
.headtxt {
	padding: 0;
	margin: 0 auto 0 0;
	border: none;
	background: none;
	position: relative;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: lighter;
	color: var(--text);
	text-align: left;
}
.headtel {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 3px;
}
.headtel > p {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--main);
	text-align: center;
}
.headtel > a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: var(--font-en);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
}
.headtel > a::before {
	content: '\f095';
	display: inline-block;
	font-family: var(--font-awe);
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}
.headtel > span {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--text);
	text-align: center;
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	#header {
		width: 100%;
		height: 70px;
		padding: 0 0 8px;
		column-gap: 20px;
		grid-row-gap: 6px;
		position: fixed;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	#header::before {
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(255,255,255,1) 100%);
	}
	#header.scrolled::before {
		opacity: 1;
	}
	#header #logo {
		height: 20px;
		padding: 0 0 0 20px;
	}
	#header #logo img {
		display: block;
		height: 16px;
	}
	.headtxt {
		width: 100%;
		height: 20px;
		padding: 5px 10px;
		margin: 0 0 auto;
		font-size: 0.8rem;
		line-height: 1;
		overflow: hidden;
		overflow-x: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
		order: -1;
		white-space: nowrap;
		background: var(--main);
		color: #fff;
	}
	.headtxt::-webkit-scrollbar {
		display: none;
	}
	.headtxt br {
		display: none;
	}
	.headtel {
		width: fit-content;
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 3px;
	}
	.headtel > p {
		display: none;
	}
	.headtel > a {
		font-size: 17px;
	}
	.headtel > a::before {
		font-size: 12px;
	}
	.headtel > span {
		font-size: 0.8rem;
		line-height: 1;
	}
}

/************************************************************/
/*　ヘッダー Fix
/************************************************************/
#header.header-fix {
	background: rgba(255,255,255,1);
	border-right: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
}


/************************************************************/
/*　スマホ用ハンバーガーメニュー
/************************************************************/

/* ハンバーガー本体（右上固定） */
.hamburger {
	position: relative;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-row-gap: 7px;
	background: var(--main);
}
.hamburger::after {
	content: 'MENU';
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--font-en);
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}
.hamburger span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	width: 35px;
	transition: var(--ease);
	transform-origin: center;
}
.hamburger.scroll span {
	background-color: #fff;
	transition: var(--ease);
}
.hamburger span:nth-child(1) {
	transform-origin: left;
}
.hamburger span:nth-child(3) {
	transform-origin: right;
}
.hamburger.active span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
	background-color: #fff;
}
.hamburger.active span:nth-child(2) {
	transform: scaleX(1);
	background-color: #fff;
}
.hamburger.active span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
	background-color: #fff;
}

/*== タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.hamburger {
		position: fixed;
		top: 20px;
		right: 0;
		width: 50px;
		height: 50px;
		background: var(--grad);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		grid-row-gap: 5px;
	}
	.hamburger::after {
		font-size: 0.8rem;
	}
	.hamburger span {
		display: block;
		width: 50%;
		height: 1px;
		background-color: #fff;
	}
	.hamburger.scroll span {
		background-color: #fff;
		transition: var(--ease);
	}
	.hamburger span:nth-child(1) {
		transform-origin: left;
	}
	.hamburger span:nth-child(3) {
		transform-origin: right;
	}
	.hamburger.active span:nth-child(1) {
		transform: scaleX(0);
		transform-origin: left;
		background-color: #fff;
	}
	.hamburger.active span:nth-child(2) {
		transform: scaleX(1);
		background-color: #fff;
	}
	.hamburger.active span:nth-child(3) {
		transform: scaleX(0);
		transform-origin: right;
		background-color: #fff;
	}
}

/* モバイルメニュー */
.mobile-menu {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 500px;
	height: calc(100vh - 80px);
	background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/panel_bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1000;
	padding: 0;
	opacity: 1;
	visibility: visible;
	transform: translateX(100%);
	transition: var(--ease);
}
.mobile-menu::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(4,42,127,0.5);
}
.mobile-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: var(--ease);
}

/*デザイン*/
.panel_wrap {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.panel_content {
	width: 100%;
	min-width: 100%;
	padding: 50px 50px;
	margin: 0;
	background: none;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	display: flex;
	justify-content: center;
	column-gap: 50px;
}
.panel_content::-webkit-scrollbar {
	display: none;
}
.panel_nav {
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panel_info {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

/* メニューリスト */
#menu-panel-menu {
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	list-style: none;
}
#menu-panel-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
#menu-panel-menu > li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	grid-row-gap: 5px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
	position: relative;
}
#menu-panel-menu > li a::before {
	content: '\f054';
	display: inline-block;
	font-family: var(--font-awe);
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	position: relative;
	top: 1px;
	transition: var(--ease);
}
#menu-panel-menu > li a:hover {
	opacity: 0.8;
	transition: var(--ease);
	position: relative;
}
#menu-panel-menu > li a:hover::before {
	content: '\f054';
	transform: translate(3px);
	transition: var(--ease);
}
#menu-panel-menu > li a > span {
	font-size: 10px;
	line-height: 1;
}

/*== タブレット対応 ==*/
@media only screen and (max-width: 768px){
	
	/* モバイルメニュー */
	.mobile-menu {
		position: fixed;
		bottom: 0;
		right: 0;
		width: calc(100% - 20%);
		height: calc(100% - 70px);
		z-index: 1000;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transition: var(--ease);
	}

	/*デザイン*/
	.panel_wrap {
		flex-wrap: wrap;
	}
	.panel_content {
		width: 100%;
		min-width: 100%;
		height: 100%;
		padding: 30px;
		flex-wrap: wrap;
		column-gap: 30px;
		grid-row-gap: 30px;
		background: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.panel_nav {
		width: 100%;
		min-width: 100%;
		order: 1;
	}
	.panel_info {
		width: 100%;
	}
	.company_info h2 {
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.company_info h2 img {
		width: auto;
		height: 50px;
		display: block;
		margin: 0 auto;
	}

	/*ボタンメニュー*/
	.menu-panelbtn-menu {
		width: 100%;
		margin: 30px auto;
		grid-row-gap: 12px;
	}
	.menu-panelbtn-menu > li {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.menu-panelbtn-menu > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 30px;
		margin: 0;
		background: none;
		border: 1px solid var(--text);
		font-size: 15px;
		line-height: 1;
		color: var(--text);
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		transition: var(--ease);
		position: relative;
	}
	.menu-panelbtn-menu > li > a:hover {
		background: var(--text);
		color: var(--text);
		transition: var(--ease);
	}

	/* メニューリスト */
	#menu-panel-menu {
		grid-row-gap: 20px;
		margin: 0 auto;
	}
	#menu-panel-menu > li {
		text-align: left;
	}
	#menu-panel-menu > li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		font-size: 15px;
		text-align: left;
		font-weight: 600;
		color: #fff;
	}
	#menu-panel-menu > li a:hover,
	#menu-panel-menu > li a:active {
		color: #fff;
		opacity: 0.8;
	}
	#menu-panel-menu > li a::after {
		display: none !important;
	}
}

/************************************************************/
/*　フッター
/************************************************************/
.footer {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: #f5f4f4;
}
.footer_top {
	width: 100%;
	max-width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	align-items: flex-start;
}
.footer_info {
	width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
}
.footer_info > p {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
	text-align: left;
}
.footer_info > #logo {
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
}
.footer_info > #logo img {
	width: auto;
	height: 30px;
	display: block;
}
/*電話*/
.footer_tel {
	width: 100%;
	padding: 0 0 0 65px;
	margin: 0 0 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.footer_tel::before {
	content: '\f095';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	background: none;
	border: 1px solid var(--main);
	border-radius: 50%;
	font-family: var(--font-awe);
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.footer_tel > p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
/*時間*/
.footer_time {
	width: 100%;
	padding: 0 0 0 65px;
	margin: 0 0 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.footer_time::before {
	content: '\f017';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	background: none;
	border: 1px solid var(--main);
	border-radius: 50%;
	font-family: var(--font-awe);
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.footer_time > p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
/*ボタン*/
.footer_info > a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: fit-content;
	padding: 13px 23px 13px 13px;
	margin: 0;
	background: var(--main);
	border-radius: 60px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.footer_info > a.btn::before {
	content: '\f3c5';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	font-family: var(--font-awe);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	color: var(--main);
}
.footer_info > a.btn:hover {
	background: var(--act);
	transition: var(--ease);
}
/*コンテンツ*/
.footer_contents {
	width: calc(100% - 50px - 400px);
	padding: 0;
	margin: 0;
	position: relative;
}
.footer_contents > h2 {
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
.footer_contents > h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu-footer-menu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 20px;
}
#menu-footer-menu > li {
	width: calc((100% - 60px) / 3);
	padding: 0 0 0 1.5em;
	margin: 0;
	position: relative;
}
#menu-footer-menu > li::before {
	content: '\f054';
	display: inline-block;
	font-family: var(--font-awe);
	font-weight: 900;
	font-size: 14px;
	line-height: 1.2em;
	color: var(--text);
	position: absolute;
	top: 0.1em;
	left: 0;
}
#menu-footer-menu > li > a {
	font-size: 16px;
	line-height: 1.2em;
	color: var(--text);
	transition: var(--ease);
}
#menu-footer-menu > li > a:hover {
	font-size: 16px;
	line-height: 1.2em;
	color: var(--act);
	transition: var(--ease);
}

/*フッター下部*/
.footer_btm {
	width: 100%;
	max-width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
	border-top: 1px solid #ddd;
}
.footer_btm > h2 {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 400;
	color: var(--text);
	text-align: left;
}
.footer_btm > #menu-sns-menu {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
.footer_btm > #menu-sns-menu > li {
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}
.footer_btm > #menu-sns-menu > li img {
	width: auto;
	height: 100%;
	transition: var(--ease);
	display: block;
}
.footer_btm > #menu-sns-menu > li img:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
.copyright {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	background: #e9e9e9;
}
.copyright > p {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	color: var(--text);
}

/*== タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.footer {
		width: 100%;
	}
	.footer_top {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.footer_info {
		width: fit-content;
		margin: 0 auto;
	}
	/*コンテンツ*/
	.footer_contents {
		width: 100%;
	}
	.footer_contents > h2 {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 0 30px;
		font-size: 18px;
	}
	#menu-footer-menu {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#menu-footer-menu > li {
		width: calc((100% - 10px) / 2);
		padding: 0 0 0 1em;
		margin: 0;
		position: relative;
	}
	#menu-footer-menu > li::before {
		position: absolute;
		top: 0.6em;
		left: 0;
		font-size: 10px;
	}
	#menu-footer-menu > li > a {
		font-size: 12px;
	}
	#menu-footer-menu > li > a:hover {
		font-size: 12px;
	}

	/*フッター下部*/
	.footer_btm {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
		border-top: 1px solid #ddd;
	}
	.footer_btm > h2 {
		width:  100%;
		font-size: 14px;
	}
	.footer_btm > #menu-sns-menu {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer_btm > #menu-sns-menu > li {
		width: auto;
		height: 30px;
	}
	.copyright {
		width: 100%;
		padding: 20px 0;
	}
	.copyright > p {
		font-size: 10px;
	}
}


/************************************************************/
/*　サイドバー
/************************************************************/
.side .widget-area {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 40px;
}
.side .widget-area > .widget,
.side .widget-area > .widget_block {
	padding: 20px;
	margin: 0;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}
body .side .widget h2:not(.widget-title) {
	padding: 1rem 1.5rem;
	background: var(--text);
	border-radius: 0;
	color: #fff;
	font-size: 1em;
}
body .side .widget .wp-block-search__label {
	position: static;
	padding: 1rem 1.5rem;
	background: var(--text);
	border-radius: 0;
	color: #fff;
	font-size: 1em;
}

/*リスト*/
body .side .widget .wp-block-page-list,
body .side .widget .wp-block-categories-list,
body .side .widget .wp-block-archives-list {
	border-bottom: 1px solid #eee;
}
body .side .widget .wp-block-page-list a,
body .side .widget .wp-block-categories-list > .cat-item > a:only-child,
body .side .widget .archive-item a {
	padding: 0.7em 0;
	margin: 0;
	position: relative;
	font-size: 0.9em;
}
body .side .widget .wp-block-page-list a::after,
body .side .widget .wp-block-categories-list > .cat-item > a:only-child::after,
body .side .widget .archive-item a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%) rotate(45deg);
}

/*検索*/
body .side .widget .wp-block-search__input {
	height: 40px;
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 0;
	font-size: 0.9em;
	outline: none;
}
body .side .widget .wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon {
	height: 40px;
	width: auto;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	outline: none;
}

/*タイトル*/
#contents .aside > h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 7px;
	width: 100%;
	padding: 12px;
	margin: 0 auto 1px;
	background: var(--grad);
	border-radius: 5px 5px 0 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	position: relative;
	z-index: 0;
}

/*カテゴリ*/
.side .iconmenu {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	background: var(--base);
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	list-style: none;
	position: relative;
}
.side .iconmenu > li {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
}
.side .iconmenu > li a {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	padding: 10px 20px 10px 10px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background: #fff;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	color: var(--text);
	font-weight: 400;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.3s ease;
}
.side .iconmenu > li:last-child a {
	border-bottom: none;
}
.side .iconmenu > li a::before,
.side .iconmenu > li a::after {
	display: none;
}
.side .iconmenu > li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: none;
	border-top: 1px solid var(--text);
	border-right: 1px solid var(--text);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
}
.side .iconmenu > li a:hover {
	font-size: 12px;
	line-height: 1.4em;
	color: var(--sub);
	font-weight: 400;
	transition: all 0.3s ease;
}
.side .iconmenu > li a figure {
	width: 40px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.side .iconmenu > li a figure::before {
	content: '';
	display: block;
	padding: 50%;
}
.side .iconmenu > li a figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

/*エリアで探す*/
.store-cat-list {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	background: var(--base);
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.store-cat-list > li {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
.store-cat-list > li > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 4px 8px;
	margin: 0;
	background: var(--main);
	border-radius: 20px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	font-weight: 400;
	text-decoration: none;
	transition: var(--ease);
}
.store-cat-list > li > a:hover {
	background: var(--act);
	transition: var(--ease);
}

/************************************************************/
/*　メインビジュアル
/************************************************************/
#fv {
	width: 100%;
	height: 800px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
}
#fv.pc {
	display: block;
}
#fv.sp {
	display: none;
}
#fv::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/fv.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#fv::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 50%, #eae9e8 50%, #eae9e8 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.fv_cover {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
.fv_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 0 120px;
	margin: 0 auto;
	position: relative;
}
.fv_wrap > h2 {
	width: 600px;
	min-width: 600px;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
	border: none;
	background: none;
	transform: translate(-60px,0)
}
.fv_wrap > h2 img {
	width: 100%;
	height: auto;
	display: block;
}
.fv_wrap > p {
	font-family: var(--font-mincho);
	font-size: 20px;
	line-height: 2em;
	font-weight: 500;
	color: var(--main);
	text-align: left;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0 0 20px;
}
.fv_wrap > span {
	display: block;
	width: 400px;
	min-width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	transform: rotate(-3deg);
	transform-origin: center;
}
.fv_wrap > span img {
	width: 100%;
	height: auto;
	display: block;
}
.fv_cover .media {
	width: 100%;
	max-width: 1300px;
	height: 250px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
	text-align: left;
}
.fv_cover .media img {
	display: block;
	width: auto;
	height: 100%;
}

/*== タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#fv {
		width: 100%;
		height: auto;
	}
	#fv.pc {
		display: none;
	}
	#fv.sp {
		display: block;
	}
	#fv.sp img {
		width: 100%;
		height: auto;
	}
	#fv.sp > h2 {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		border: none;
		background: none;
	}
}

/************************************************************/
/*　フォーム
/************************************************************/
.wpcf7 {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 0;
}
#contents .formBox_info_1 {
	padding: 0;
	margin: 50px auto;
}
#contents #contactform > h2,
#contents .formBox_info_1 > h2,
#contents .formBox_info_2 > h2 {
	width: 100%;
	padding: 15px 20px;
	margin: 0 auto 1em;
	position: relative;
	background: var(--grad);
	border: none;
	border-radius: 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

/*ボックス*/
#contents .formBox > h3 {
	width: 100%;
	margin: 0 auto 30px;
}
.formBox {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.formBox > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	border-bottom: 1px solid #eee;
}
.formBox > dl:first-of-type {
	border-top: 1px solid #eee;
}
.formBox > dl dt {
	width: 200px;
	min-width: 200px;
	padding: 20px 0 20px 20px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	font-size: 14px;
}
.formBox > dl dt .att,
.formBox > dl dt .any {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #dd3131;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
.formBox > dl dt .any {
	background: #4584c9;
}
.formBox > dl dd {
	width: calc(100% - 20px - 200px);
	padding: 20px 20px 20px 0;
	margin: 0;
	position: relative;
}
.formBox > dl dt p,
.formBox > dl dd p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"] {
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 5px;
	line-height: 1;
}
.formBox textarea {
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fafafa;
	border-radius: 5px;
	line-height: 1.6;
}
.formBox input.w50 {
	max-width: 50%;
}
.formBox input.w25 {
	max-width: 25%;
}

/*住所*/
.formBox .wpcf7-form-control-wrap[data-name="your-zip"],
.formBox .wpcf7-form-control-wrap[data-name="your-adress"] {
	display: block;
	margin-bottom: 10px;
}
.formBox .wpcf7-form-control-wrap + p {
	margin-top: 5px;
}

/*チェックボックス*/
.formBox .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0 20px 8px 0 !important;
	padding: 0;
}

.formBox .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	cursor: pointer;
	z-index: 10;
	margin: 0 !important;
}

.formBox .wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding: 4px 0 4px 30px !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	z-index: 5;
	transition: color 0.2s ease;
}

.formBox .wpcf7-checkbox .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #cfd5dc !important;
	background: #fff !important;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.formBox .wpcf7-checkbox .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 6px;
	height: 11px;
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	transform: translateY(-65%) rotate(45deg);
	opacity: 0 !important;
	box-sizing: border-box;
	transition: opacity 0.15s ease;
}

.formBox .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:hover + .wpcf7-list-item-label::before {
	border-color: #042a7f !important;
	background: #f3f7fc !important;
}

.formBox .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background: #042a7f !important;
	border-color: #042a7f !important;
	box-shadow: 0 2px 6px rgba(4, 42, 127, 0.2);
}

.formBox .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1 !important;
}


/*ラジオボタン*/
.formBox .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 12px;
	width: 100%;
}

.formBox .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	position: relative;
	margin: 0 !important;
	padding: 0;
}

.formBox .wpcf7-radio .wpcf7-list-item input[type="radio"] {
	display: none;
}

.formBox .wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding: 5px 0 5px 24px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	transition: color 0.2s ease;
}

.formBox .wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border: 1px solid #cfd5dc;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.formBox .wpcf7-radio .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 7px;
	height: 7px;
	background: #042a7f;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.2s ease;
}

.formBox .wpcf7-radio .wpcf7-list-item-label:hover::before {
	border-color: #042a7f;
	background: #f3f7fc;
}

.formBox .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
	color: #042a7f;
	font-weight: 600;
}

.formBox .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
	border-color: #042a7f;
	box-shadow: 0 2px 6px rgba(4, 42, 127, 0.15);
}

.formBox .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}

#contents .wpcf7-spinner {
	display: none;
}
#contents .wpcf7 .wpcf7-response-output {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 100px auto;
	text-align: center;
	padding: 20px;
}

/*ファイル添付*/
.formBox .fileStatus {
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}

/*送信ボタン*/
.formBox input[type="submit"] {
	width: fit-content;
	min-width: 300px;
	padding: 15px 24px;
	margin: 30px auto 0;
	background: var(--main);
	border-radius: 50px;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: var(--ease);
}
.formBox input[type="submit"]:hover {
	background: var(--act);
	transition: var(--ease);
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	.wpcf7 {
		background: none;
		padding: 0;
		margin: 0;
	}
	#contents .formBox_info_1 {
		padding: 0;
		margin: 40px auto;
	}
	#contents #contactform > h2,
	#contents .formBox_info_1 > h2,
	#contents .formBox_info_2 > h2 {
		width: 100%;
		padding: 13px 20px;
		margin: 0 auto;
		font-size: 4vw;
	}
	#contents .formBox_info_1 > h2,
	#contents .formBox_info_2 > h2 {
		margin-bottom: 1em;
	}
	/*ボックス*/
	.formBox {
		width: 100%;
		max-width: 100%;
		padding: 0;
		flex-wrap: wrap;
		flex-direction: unset;
		justify-content: flex-start;
	}
	.formBox > dl {
		width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
	}
	.formBox > dl.item {
		width: 50%;
	}
	.formBox > dl dt {
		width: 100%;
		min-width: 100%;
		padding: 20px 0 0;
		justify-content: flex-start;
		column-gap: 10px;
		line-height: 1;
	}
	.formBox > dl dt .att,
	.formBox > dl dt .any {
		padding: 3px 7px;
		font-size: 10px;
	}
	.formBox > dl dd {
		width: 100%;
		padding: 0 0 20px;
	}
	.formBox input.w50 {
		max-width: 100%;
	}
	.formBox input.w25 {
		max-width: 50%;
	}

	/*ラジオボタン*/
	.formBox .wpcf7-radio {
		column-gap: 30px;
		grid-row-gap: 5px;
		width: 100%;
	}

	#contents .wpcf7-spinner {
		display: none;
	}
	#contents .wpcf7 .wpcf7-response-output {
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 30px auto;
		text-align: center;
		padding: 20px;
	}
}

/*注意事項*/
.attList {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.attList li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.attList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	background-color: #042a7f;
	border-radius: 50%;
}

/************************************************************/
/*　サイトマップ
/************************************************************/
.sitemap-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	border-top: 1px solid #dee5ec;
}
.sitemap-menu > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #dee5ec;
}
.sitemap-menu > li::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #737e8c;
	border-right: 1px solid #737e8c;
	background: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(45deg);
}
.sitemap-menu > li > a {
	display: block;
	padding: 15px 30px 15px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	color: var(--text);
	text-decoration: none;
	transition: var(--ease);
}
.sitemap-menu > li > a:hover {
	font-size: 14px;
	line-height: 1.4em;
	color: var(--sub);
	text-decoration: underline;
	transition: var(--ease);
}

/************************************************************/
/*　記事詳細
/************************************************************/

/*タイトル*/
#contents .articleHeader__title {
	margin: 0 auto 1em;
	font-size: 2.2vw;
}

/*ヘッダー*/
.articleHeader {
	padding: 0 0 50px;
	margin: 0 auto 50px;
	position: relative;
	border-bottom: 3px solid #eee;
}

/*公開・更新日時*/
.articleHeader__info {
	margin: 0.8rem auto 1rem;
}

/*カスタムポスト・タクソノミー・カテゴリ・タグ*/
.post-taxonomy {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
}
.post-taxonomy > span {
	display: inline-block;
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
}
.post-taxonomy > span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: var(--main);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: color 0.3s ease;
	z-index: 0;
}
.post-taxonomy > span a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--act);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	z-index: -1;
}
.post-taxonomy > span a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.post-taxonomy > span a span,
.post-taxonomy > span a * {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}
.post-taxonomy > span a:hover {
	color: #fff;
}
.post-taxonomy > span a:not(:hover)::before {
	transform-origin: right;
	transform: scaleX(0);
}

/*目次*/
.toc_block .toc > ol > li:not(.previous):has(> a) > a::before {
	content: "\f105";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--main);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.toc_block .toc > ol > li > ol > li:has(> a) > a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(1em - 2px);
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--main);
	border-radius: 50%;
}

/*監修者*/
.articleFooter__author .caption {
	border-radius: 0;
}
.articleFooter__author .uqAuthor {
	border-radius: 0;
}

/*関連記事*/
#contents .articleFooter {
	margin-top: 70px;
}
#contents .ttl {
	width: 100%;
	padding: 10px 15px;
	margin: 0 auto 30px;
	background: var(--main);
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: left;
}
/* - リスト*/
.relationList {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 50px;
}
.relationList > li {
	width: calc((100% - 60px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.relationList > li.none {
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.relationList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.relationList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.relationList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}
.relationList > li > figure:hover img {
	filter: brightness(1.05);
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
#contents .relationList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 13px;
	line-height: 1.5em;
	color: var(--text);
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .relationList > li > h3::before,
#contents .relationList > li > h3::after {
	display: none;
}
#contents .relationList > li > h3 a {
	font-size: 13px;
	line-height: 1.5em;
	color: var(--text);
	font-weight: 500;
	text-decoration: none;
	transition: var(--ease);
}
#contents .relationList > li > h3 a:hover {
	color: var(--main);
	transition: var(--ease);
}
.news-meta {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
.news-meta > span {
	display: inline-block;
	padding: 3px 7px;
	margin: 0;
	background: var(--main);
	font-size: 10px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
}
.news-meta > time {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: var(--font-en);
	font-size: 12px;
	line-height: 1;
	color: var(--text);
}
.relationList > li.no-result {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	text-align: center;
}

/*前後の記事*/
.articlePager a:hover {
	background: none;
	box-shadow: none;
	color: var(--main);
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*タイトル*/
	#contents .articleHeader__title {
		margin: 0 auto 1em;
		font-size: 5vw;
	}
	/*ヘッダー*/
	.articleHeader {
		padding: 0 0 30px;
		margin: 0 auto 30px;
	}
	#contents .toc_block {
		margin: 30px auto;
	}

	/*関連記事*/
	#contents .ttl {
		width: 100%;
		padding: 10px 15px;
		margin: 0 auto 1.5em;
		background: var(--main);
		border: none;
		border-radius: 0;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-align: left;
	}
	/* - リスト*/
	.relationList {
		column-gap: 20px;
		grid-row-gap: 30px;
	}
	.relationList > li {
		width: calc((100% - 20px) / 2);
		grid-row-gap: 10px;
	}
	#contents .relationList > li > h3 {
		font-size: 12px;
		line-height: 1.5em;
	}
	#contents .relationList > li > h3 a {
		font-size: 12px;
		line-height: 1.5em;
	}
}


/************************************************************/
/*　トップページ　メディコムについて
/************************************************************/
#topAbout {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/topAbout_bg.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.topAbout_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	align-items: center;
}
.topAbout_left {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.topAbout_right {
	width: calc((100% - 50px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.topAbout_left > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#contents .topAbout_left > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
#contents .topAbout_left > header > em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
}
#contents .topAbout_left > header > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
.topAbout_left > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.topAbout_left > figure > span.image1,
.topAbout_left > figure > span.image2 {
	display: block;
	width: 400px;
	height: auto;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	filter: var(--shade);
}
.topAbout_left > figure > span.image1::before,
.topAbout_left > figure > span.image2::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.topAbout_left > figure > span.image1 img,
.topAbout_left > figure > span.image2 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.topAbout_left > figure > span.image2 {
	margin: 0 0 0 auto;
	transform: translateY(-80px);
	z-index: 1;
}
.topAbout_left > figure > span.since {
	width: 150px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.topAbout_left > figure > span.since img {
	width: 100%;
	height: auto;
}

#contents .topAbout_right > h2 {
	width: 100%;
	padding: 0 0 25px;
	margin: 0 0 20px;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .topAbout_right > h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: var(--main);
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents .topAbout_right > p {
	width: 100%;
	padding: 0;
	margin: 0 auto 1em;
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .topAbout_right > p:last-of-type {
	margin-bottom: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topAbout {
		width: 100%;
		padding: 40px 20px;
		background-position: left bottom;
	}
	.topAbout_wrap {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 0;
		flex-wrap: wrap;
	}
	.topAbout_left {
		width: 100%;
	}
	.topAbout_right {
		width: 100%;
	}
	.topAbout_left > header {
		margin: 0 auto 20px;
		grid-row-gap: 10px;
	}
	#contents .topAbout_left > header > h2 {
		width: 100%;
		font-size: 12px;
	}
	#contents .topAbout_left > header > em {
		font-size: 7vw;
	}
	#contents .topAbout_left > header > p {
		width: 100%;
		font-size: 18px;
	}
	.topAbout_left > figure {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.topAbout_left > figure > span.image1 {
		display: block;
		width: 80%;
	}
	.topAbout_left > figure > span.image2 {
		display: block;
		width: 50%;
	}
	.topAbout_left > figure > span.image2 {
		margin: 0 0 0 auto;
		transform: translateY(-100px);
		z-index: 1;
	}
	.topAbout_left > figure > span.since {
		bottom: 30px;
		left: 0;
		z-index: 2;
	}

	#contents .topAbout_right > h2 {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 0 15px;
		font-size: 6vw;
	}
	#contents .topAbout_right > p {
		font-size: 16px;
		line-height: 2;
	}
	#contents .topAbout_right > p:last-of-type {
		margin-bottom: 0;
	}
}

/************************************************************/
/*　トップページ　こんなお悩み
/************************************************************/
#topWorry {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/worry_bg.webp');
	background-repeat: no-repeat;
	background-position: center left -50px;
	background-size: auto 100%;
	z-index: 0;
}
.topWorry_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topWorry_wrap > header {
	width: 80%;
	padding: 0;
	margin: 0 0 50px auto;
	position: relative;
}
#contents .topWorry_wrap > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .topWorry_wrap > header > h2 strong {
	background-image: linear-gradient(135deg, #2a7dc8, #0a438d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 1.2em;
	font-weight: 700;
}
span.marker {
	background: linear-gradient(transparent 70%, #ffde47 30%);
}
#contents .topWorry_wrap > header > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
#topWorry .worryList {
	width: 80%;
	padding: 0;
	margin: 0 0 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
#topWorry .worryList > li {
	width: calc((100% - 40px) / 3);
	padding: 30px;
	margin: 0;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#topWorry .worryList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#topWorry .worryList > li > figure img {
	width: 100%;
	height: auto;
}
#contents #topWorry .worryList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
#contents #topWorry .worryList > li > h3::before,
#contents #topWorry .worryList > li > h3::after {
	display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topWorry {
		width: 100%;
		padding: 40px 20px;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
	#topWorry::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.topWorry_wrap {
		width: 100%;
		max-width: 100%;
	}
	.topWorry_wrap > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}
	#contents .topWorry_wrap > header > h2 {
		width: 100%;
		margin: 0 0 20px;
		font-size: 6vw;
	}
	#contents .topWorry_wrap > header > p {
		width: 100%;
		font-size: 16px;
		line-height: 2;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
	#topWorry .worryList {
		width: 100%;
		margin: 0 auto;
		position: relative;
		gap: 10px;
	}
	#topWorry .worryList > li {
		width: calc((100% - 10px) / 2);
		padding: 10px;
		grid-row-gap: 10px;
	}
	#topWorry .worryList > li > figure {
		width: 80%;
		margin: 0 auto;
	}
	#contents #topWorry .worryList > li > h3 {
		width: 100%;
		font-size: 2.8vw;
		text-align: center;
	}
}


/************************************************************/
/*　トップページ　解決
/************************************************************/
#topSolution {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #f7f7f7;
	z-index: 0;
}
#topSolution > header {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#contents #topSolution > header > em {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
#contents #topSolution > header > em::before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: var(--main);
	border-radius: 2px;
	transform: rotate(-15deg);
	transform-origin: center;
}
#contents #topSolution > header > em::after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: var(--main);
	border-radius: 2px;
	transform: rotate(15deg);
	transform-origin: center;
}
#contents #topSolution > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
#contents #topSolution > header > h2 strong {
	background-image: linear-gradient(135deg, #2a7dc8, #0a438d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 1.2em;
	font-weight: 700;
}
#contents #topSolution > header > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
.solutionList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.solutionList > li {
	width: calc((100% - 60px) / 3);
	padding: 30px;
	margin: 0;
	background: #fff;
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	filter: var(--shade);
}
.solutionList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.solutionList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.solutionList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#contents .solutionList > li > h3 {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto;
	position: relative;
	background: none;
	border-bottom: 2px dotted var(--sub);
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
#contents .solutionList > li > h3::before,
#contents .solutionList > li > h3::after {
	display: none;
}
.solutionList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topSolution {
		width: 100%;
		padding: 40px 20px;
	}
	#topSolution > header {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	#contents #topSolution > header > em {
		column-gap: 15px;
		font-size: 20px;
	}
	#contents #topSolution > header > h2 {
		margin: 0 0 15px;
		font-size: 6vw;
	}
	#contents #topSolution > header > p {
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	.solutionList {
		width: 100%;
		max-width: 100%;
		gap: 20px;
	}
	.solutionList > li {
		width: 100%;
		padding: 20px;
		grid-row-gap: 10px;
	}
	#contents .solutionList > li > h3 {
		width: 100%;
		font-size: 5vw;
	}
}

/************************************************************/
/*　トップページ　メディア
/************************************************************/
#topMedia {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #dfe8f7;
	z-index: 0;
	overflow: hidden;
}
#topMedia::before {
	content: '';
	display: block;
	width: 1300px;
	height: 300%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%,-50%) rotate(45deg);
	z-index: -1;
	opacity: 0.5;
}
.contHead {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#contents .contHead > em {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-en);
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: var(--sub);
	font-style: normal;
	text-align: center;
}
#contents .contHead > h2 {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative;
	border: none;
	background: none;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
#contents .contHead > h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #0e2c75 0%, #0e2c75 50%, #88a1ce 50%, #88a1ce 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#contents .contHead > h2 strong {
	background-image: linear-gradient(135deg, #2a7dc8, #0a438d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 1.2em;
	font-weight: 700;
}
#contents .contHead > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
/*swiper*/
.mediaSwiper_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
.mediaSwiper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.mediaSwiper .swiper-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mediaList > li,
.mediaList .swiper-slide {
	height: auto;
	padding: 0 20px 20px;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.mediaSwiper_wrap .swiper-button-next,
.mediaSwiper_wrap .swiper-button-prev {
	color: var(--text);
}
.mediaSwiper_wrap .swiper-button-next {
	right: -50px;
}
.mediaSwiper_wrap .swiper-button-prev {
	left: -50px;
}
.mediaSwiper_wrap .swiper-pagination-bullet-active {
	background: var(--main);
}
.mediaSwiper_wrap .swiper-pagination {
	bottom: -40px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topMedia {
		width: 100%;
		padding: 40px 0;
	}
	#topMedia::before {
		content: '';
		display: block;
		width: 120%;
		height: 200%;
	}
	.contHead {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	#topMedia .contHead {
		width: calc(100% - 40px);
	}
	#contents .contHead > em {
		column-gap: 15px;
		width: 100%;
		font-size: 14px;
		margin: 0 auto 5px;
	}
	#contents .contHead > h2 {
		padding: 0 0 15px;
		margin: 0 0 15px;
		font-size: 6vw;
		line-height: 1.4em;
	}
	#contents .contHead > p {
		width: 100%;
		font-size: 16px;
	}
	/*swiper*/
	.mediaSwiper_wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 70px;
		position: relative;
	}
	.mediaSwiper {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		position: relative;
	}
	.mediaSwiper .swiper-wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.mediaList > li,
	.mediaList .swiper-slide {
		height: auto;
		padding: 0 20px 20px;
		margin: 0;
		background: #fff;
		border-radius: 10px;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 15px;
	}
	.mediaSwiper_wrap .swiper-button-next,
	.mediaSwiper_wrap .swiper-button-prev {
		color: var(--text);
	}
	.mediaSwiper_wrap .swiper-button-next {
		right: 20px;
		bottom: -35px;
		top: unset;
		width: 11px;
		height: 20px;
	}
	.mediaSwiper_wrap .swiper-button-prev {
		left: 20px;
		bottom: -35px;
		top: unset;
		width: 11px;
		height: 20px;
	}
	.mediaSwiper_wrap .swiper-button-next::after,
	.mediaSwiper_wrap .swiper-button-prev::after {
		font-size: 20px;
	}
	.mediaSwiper_wrap .swiper-pagination-bullet-active {
		background: var(--main);
	}
	.mediaSwiper_wrap .swiper-pagination {
		bottom: -40px;
	}
}

/*リスト*/
.mediaList.sub {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.mediaList.sub > li {
	width: calc((100% - 50px) / 2);
	background: var(--base);
}
.mediaList > li > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 20px;
}
.mediaList > li > header > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: var(--main);
	position: relative;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 0 0 10px;
}
.mediaList > li > header > span::after {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	background: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.mediaList > li > header > .title {
	width: calc(100% - 20px - 70px);
	padding: 10px 0 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	grid-row-gap: 10px;
}
.mediaList > li > header > .title > em {
	display: block;
	width: fit-content;
	padding: 4px 8px;
	margin: 0;
	background: #e5eefa;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	font-style: normal;
	border-radius: 20px;
}
#contents .mediaList > li > header > .title > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .mediaList > li > header > .title > h3::before,
#contents .mediaList > li > header > .title > h3::after {
	display: none;
}
#contents .mediaList > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 13px;
	line-height: 1.8em;
}
.mediaList > li > figure.movie {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.mediaList > li > figure.movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.mediaList > li > figure.thumb {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.mediaList > li > figure.thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*リスト*/
	.mediaList.sub {
		width: 100%;
		gap: 20px;
	}
	.mediaList.sub > li {
		width: 100%;
	}
}

/*ご依頼*/
.media_contact {
	width: fit-content;
	padding: 20px;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .media_contact h2 {
	width: fit-content;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	border: none;
	background: none;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-align: left;
	white-space: nowrap;
}
#contents .media_contact h2::before {
	content: '\f590';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #d5e1f5;
	border-radius: 50%;
	font-family: var(--font-awe);
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}
#contents .media_contact p {
	padding: 20px;
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	color: var(--text);
}
#contents .media_contact > a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: fit-content;
	padding: 12px 30px;
	margin: 0;
	background: var(--main);
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 50px;
	transition: var(--ease);
}
#contents .media_contact > a::before {
	content: '\f0e0';
	font-family: var(--font-awe);
	font-size: 16px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}
#contents .media_contact > a:hover {
	background: var(--act);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ご依頼*/
	.media_contact {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
	}
	#topMedia .media_contact {
		width: calc(100% - 40px);
		padding: 20px;
		flex-wrap: wrap;
	}
	#contents .media_contact h2 {
		width: 100%;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		font-size: 15px;
		line-height: 1.4em;
		white-space: unset;
		margin: 0 auto 10px;
	}
	#contents .media_contact h2::before {
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 15px;
	}
	#contents .media_contact p {
		text-align: center;
		padding: 0;
		margin: 0 auto 15px;
	}
}

/************************************************************/
/*　トップページ　料金
/************************************************************/
#topPrice {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #f5f5f5;
	z-index: 0;
}
/*タブ*/
.priceTabs {
	margin-top: 50px;
}
.tabList {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #cad5ed;
}
.tabList li {
	flex: 1;
	margin: 0;
	padding: 0;
}
.tabList button {
	display: block;
	width: 100%;
	padding: 18px 10px;
	border: 1px solid #cad5ed;
	border-bottom: none;
	background: #fff;
	color: var(--text);
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: var(--ease);
	outline: none;
}
.tabList li + li button {
	border-left: none;
	outline: none;
}
.tabList button:hover {
	background: #e8e8e8;
	outline: none;
}
.tabList li.active button {
	background: var(--main);
	border-color: var(--main);
	color: #fff;
	outline: none;
}
.tabContent {
	display: none;
}
.tabContent.active {
	display: block;
}

/*リスト*/
.lineupList {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.lineupList > li {
	width: calc((100% - 80px) / 5);
	padding: 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	filter: var(--shade);
}
.lineupList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 0;
	aspect-ratio: 1 / 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineupList > li > figure::after {
	content: '';
	display: block;
	width: auto;
	height: calc(100% + 20px);
	aspect-ratio: 1/1;
	background: #eff3fa;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.lineupList > li > figure img {
	width: auto;
	max-width: 80%;
	height: 90%;
}
#contents .lineupList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--text);
	text-align: center;
}
#contents .lineupList > li > h3::before,
#contents .lineupList > li > h3::after {
	display: none;
}
#contents .lineupList > li > p {
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 7px;
	align-items: flex-start;
}
#contents .lineupList > li > p > a {
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 400;
	color: var(--sub);
	text-decoration: underline;
	transition: var(--ease);
	position: relative;
}
#contents .lineupList > li > p > a:hover {
	text-decoration: none;
	transition: var(--ease);
}
#contents .lineupList > li > p > a::before {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	background: var(--sub);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0.2em;
	left: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topPrice {
		width: 100%;
		padding: 40px 20px;
	}
	.lineupList {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
		gap: 10px;
	}
	.lineupList > li {
		width: calc((100% - 10px) / 2);
		padding: 15px;
	}
	#contents .lineupList > li > h3 {
		width: 100%;
		font-size: 16px;
	}
	#contents .lineupList > li > p > a {
		display: inline-block;
		padding: 0 0 0 10px;
		margin: 0;
		font-size: 12px;
		line-height: 1.2em;
		font-weight: 400;
		color: var(--sub);
		text-decoration: underline;
		transition: var(--ease);
		position: relative;
	}
	
	/*タブ*/
	.priceTabs {
		margin-top: 20px;
	}
	.tabList {
		display: flex;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.tabList button {
		display: block;
		width: 100%;
		padding: 13px 10px;
		font-size: 14px;
		line-height: 1;
	}
}

/************************************************************/
/* トップページ CTA */
/************************************************************/
.cta {
	width:100%;
	padding:50px;
	margin:0 auto;
	position:relative;
	background:#05286a;
	z-index:0;
}
.cta::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	background-image:url('https://medicom-dubbing.co.jp/wp-content/uploads/cta_bg.svg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	opacity:.2;
}
.cta > header,
#contents .cta > header {
	width:100%;
	max-width:1000px;
	padding:0;
	margin:0 auto 20px;
	position:relative;
	border:none;
	background:none;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.cta > header > em,
#contents .cta > header > em {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px;
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	font-family:var(--font-en);
	font-size:15px;
	line-height:1;
	font-weight:700;
	color:#fff;
	font-style:normal;
}
.cta > header > em::before,
.cta > header > em::after,
#contents .cta > header > em::before,
#contents .cta > header > em::after {
	content:'';
	display:block;
	width:50px;
	height:2px;
	background:#fff;
}
.cta > header > h2,
#contents .cta > header > h2 {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	border:none;
	background:none;
	font-size:30px;
	line-height:1.4;
	font-weight:700;
	color:#fff;
	text-align:center;
}
.cta_wrap {
	width:100%;
	max-width:1000px;
	padding:30px;
	margin:0 auto;
	background:#fff;
	border-radius:20px;
	position:relative;
}
/* 2つのCTAボタン */
.cta_buttons {
	display:flex;
	align-items:stretch;
	justify-content:center;
	gap:20px;
	width:100%;
	padding:0 0 25px;
	margin:0 auto 25px;
	border-bottom:2px dotted #cad5ed;
}
.cta_btn {
	flex:1;
	width:50%;
	padding:0;
	margin:0;
	text-align:center;
}
.cta_btn > a {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:12px;
	width:100%;
	min-height:72px;
	padding:18px 25px;
	margin:0;
	position:relative;
	border-radius:60px;
	font-size:22px;
	line-height:1.4;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	transition:background .3s ease,transform .3s ease,box-shadow .3s ease;
}
.cta_btn > a::before {
	display:inline;
	font-family:var(--font-awe);
	font-size:23px;
	line-height:1;
	color:#fff;
	font-weight:900;
}
/* お問い合わせ：青 → オレンジ */
.cta_btn--contact > a {
	background:var(--main);
}
.cta_btn--contact > a::before {
	content:'\f0e0';
}
.cta_btn--contact > a:hover {
	background:var(--act);
	color:#fff;
	transform:translateY(-2px);
	text-decoration:none;
}
/* お申し込み：オレンジ → 青 */
.cta_btn--order > a {
	background:var(--act);
}
.cta_btn--order > a::before {
	content:'\f31c';
}
.cta_btn--order > a:hover {
	background:var(--main);
	color:#fff;
	transform:translateY(-2px);
	text-decoration:none;
}
/* 右矢印 */
.cta_btn > a::after {
	content:'\f0a9';
	display:inline;
	font-family:var(--font-awe);
	font-size:22px;
	line-height:1;
	color:#fff;
	font-weight:900;
}
/* 電話番号 */
.cta_tel {
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	row-gap:20px;
	flex-wrap:wrap;
}
.cta_tel > h3,
#contents .cta_tel > h3 {
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	border:none;
	background:none;
	font-size:18px;
	line-height:1.2;
	font-weight:700;
	color:var(--main);
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}
.cta_tel > h3::before,
.cta_tel > h3::after,
#contents .cta_tel > h3::before,
#contents .cta_tel > h3::after {
	content:'';
	display:block;
	width:2px;
	height:20px;
	background:var(--act);
	border-radius:2px;
	transform:rotate(-15deg);
	position:relative;
}
.cta_tel > h3::after,
#contents .cta_tel > h3::after {
	transform:rotate(15deg);
}
.tel_left {
	width:fit-content;
	padding:0 30px 0 60px;
	margin:0;
	position:relative;
	border-right:1px solid #cad5ed;
}
.tel_left::before {
	content:'\f590';
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	min-width:50px;
	height:50px;
	background:#eaecf4;
	border-radius:50%;
	font-size:25px;
	line-height:1;
	font-family:var(--font-awe);
	font-weight:900;
	color:var(--main);
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.tel_left h4,
#contents .tel_left h4 {
	padding:0;
	margin:0 0 5px;
	border:none;
	background:none;
	font-size:18px;
	line-height:1;
	font-weight:700;
	color:var(--main);
	text-align:left;
}
.tel_left h4::before,
.tel_left h4::after,
#contents .tel_left h4::before,
#contents .tel_left h4::after {
	display:none;
}
.tel_left p,
#contents .tel_left p {
	font-size:14px;
	line-height:1.4;
	padding:0;
	margin:0;
}
.tel_right {
	width:fit-content;
	padding:0 0 0 90px;
	margin:0;
	position:relative;
}
.tel_right::before {
	content:'\f095';
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	min-width:50px;
	height:50px;
	background:#eaecf4;
	border-radius:50%;
	font-size:25px;
	line-height:1;
	font-family:var(--font-awe);
	font-weight:900;
	color:var(--main);
	position:absolute;
	top:50%;
	left:30px;
	transform:translateY(-50%);
}
.tel_right > a {
	font-family:var(--font-en);
	font-size:40px;
	line-height:1;
	font-weight:700;
	color:var(--main);
	text-decoration:none;
	transition:var(--ease);
}
.tel_right > a:hover {
	color:var(--act);
	text-decoration:none;
}
/* スマホ・タブレット */
@media only screen and (max-width:768px) {
	.cta {
		padding:25px 15px;
	}
	.cta > header,
	#contents .cta > header {
		max-width:100%;
		margin:0 auto 18px;
		gap:8px;
	}
	.cta > header > em,
	#contents .cta > header > em {
		gap:15px;
		font-size:13px;
	}
	.cta > header > h2,
	#contents .cta > header > h2 {
		font-size:6vw;
	}
	.cta_wrap {
		max-width:100%;
		padding:18px;
		border-radius:10px;
	}
	.cta_buttons {
		flex-direction:column;
		gap:12px;
		padding:0 0 20px;
		margin:0 auto 20px;
	}
	.cta_btn {
		width:100%;
	}
	.cta_btn > a {
		min-height:58px;
		padding:14px 15px;
		font-size:16px;
		border-radius:50px;
		gap:8px;
	}
	.cta_btn > a::before,
	.cta_btn > a::after {
		font-size:16px;
	}
	.cta_tel {
		width:100%;
		row-gap:15px;
	}
	.cta_tel > h3,
	#contents .cta_tel > h3 {
		font-size:15px;
		gap:10px;
	}
	.cta_tel > h3::before,
	.cta_tel > h3::after,
	#contents .cta_tel > h3::before,
	#contents .cta_tel > h3::after {
		width:2px;
		height:18px;
	}
	.tel_left {
		width:100%;
		padding:0 0 0 50px;
		border-right:none;
	}
	.tel_left::before {
		width:40px;
		min-width:40px;
		height:40px;
		font-size:18px;
	}
	.tel_left h4,
	#contents .tel_left h4 {
		margin:0 0 5px;
		font-size:16px;
	}
	.tel_left p,
	#contents .tel_left p {
		font-size:13px;
		line-height:1.4;
	}
	.tel_right {
		width:100%;
		padding:0 0 0 50px;
	}
	.tel_right::before {
		width:40px;
		min-width:40px;
		height:40px;
		font-size:18px;
		left:0;
	}
	.tel_right > a {
		font-size:30px;
	}
}



/************************************************************/
/*　トップページ　会社概要
/************************************************************/
#topCompany {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #f7f8fa;
	z-index: 0;
}
/*画像*/
#topCompany > figure {
	width: 50%;
	min-width: 600px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	z-index: -1;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#topCompany > figure span.image1 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#topCompany > figure span.image1::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#topCompany > figure span.image1 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
#topCompany > figure span.image2 {
	display: block;
	width: 70%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	transform: translateY(-50px);
}
#topCompany > figure span.image2::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#topCompany > figure span.image2 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}

/*情報*/
.topCompany_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.topCompany_info {
	width: 500px;
	min-width: 500px;
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .topCompany_info > header {
	width: 100%;
	padding: 0 0 30px;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#contents .topCompany_info > header::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #0e2c75 0%, #0e2c75 50%, #88a1ce 50%, #88a1ce 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#contents .topCompany_info > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
#contents .topCompany_info > header > em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
}
#contents .topCompany_info > p {
	padding: 0;
	margin: 0 0 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .topCompany_info > p:last-of-type {
	margin-bottom: 50px;
}

/*リスト*/
.companyList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #cad5ed;
}
.companyList > li {
	width: 100%;
	padding: 20px 40px 20px 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #cad5ed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}
.companyList > li::after {
	content: '\f061';
	display: inline-block;
	font-family: var(--font-awe);
	font-weight: 900;
	color: var(--main);
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	transition: var(--ease);
}
.companyList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.companyList > li > figure {
	width: 150px;
	min-width: 150px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.companyList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.companyList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
.companyList > li:hover > figure img {
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
.companyList_info {
	width: calc(100% - 20px - 150px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 8px;
}
#contents .companyList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	transition: var(--ease);
}
#contents .companyList_info > h3::before,
#contents .companyList_info > h3::after {
	display: none;
}
#contents .companyList_info > p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.7em;
}
#contents .companyList > li:hover .companyList_info > h3 {
	color: var(--act);
	transition: var(--ease);
}
.companyList > li:hover::after {
	color: var(--act);
	right: -5px;
	transform: translate(0,-50%);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topCompany {
		width: 100%;
		padding: 40px 20px 0;
	}
	/*画像*/
	#topCompany > figure {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
	}
	#topCompany > figure span.image1 {
		display: block;
		width: 100%;
	}
	#topCompany > figure span.image2 {
		display: block;
		width: 70%;
		padding: 0;
		margin: 0 20px 0 0;
		transform: translateY(-50px);
	}

	/*情報*/
	.topCompany_wrap {
		width: 100%;
		max-width: 100%;
	}
	.topCompany_info {
		width: 100%;
		min-width: 100%;
	}
	#contents .topCompany_info > header {
		width: 100%;
		padding: 0 0 20px;
		margin: 0 auto 20px;
		grid-row-gap: 15px;
	}
	#contents .topCompany_info > header > h2 {
		width: 100%;
		font-size: 12px;
	}
	#contents .topCompany_info > header > em {
		font-size: 7vw;
	}
	#contents .topCompany_info > p:last-of-type {
		margin-bottom: 30px;
	}

	/*リスト*/
	.companyList {
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
	}
	.companyList > li > figure {
		width: 100px;
		min-width: 100px;
	}
	.companyList_info {
		width: calc(100% - 20px - 100px);
	}
	#contents .companyList_info > h3 {
		width: 100%;
		font-size: 16px;
	}
}


/************************************************************/
/*　トップページ　お知らせ
/************************************************************/
#topNews {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #fff;
	z-index: 0;
}
.topNews_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 100px;
}
#contents .topNews_wrap > header {
	width: 300px;
	min-width: 300px;
	padding: 0;
	margin: 0 auto 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
#contents .topNews_wrap > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
#contents .topNews_wrap > header > em {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: var(--font-en);
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}
a.more {
	width: 100%;
	max-width: 300px;
	padding: 20px 30px;
	margin: 0;
	margin-top: 60px;
	background: var(--main);
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
a.more::after {
	content: '\f061';
	display: inline-block;
	font-family: var(--font-awe);
	font-size: 16px;
	font-weight: 900;
	transition: var(--ease);
}
a.more:hover {
	background: var(--act);
	transition: var(--ease);
}
a.more:hover::after {
	transform: translateX(3px);
	transition: var(--ease);
}
.topNews_cont {
	width: calc(100% - 100px - 300px);
	padding: 0;
	margin: 0;
	position: relative;
}
/*ボタン*/
#category-buttons {
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 20px;
}
#category-buttons .cat-btn {
	width: fit-content;
	padding: 12px 15px;
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 1;
	color: var(--text);
	position: relative;
	transition: var(--ease);
	cursor: pointer;
}
#category-buttons .cat-btn:focus {
	outline: none;
}
#category-buttons .cat-btn:focus-visible {
	outline: none;
}
#category-buttons .cat-btn::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: var(--sub);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: var(--ease);
}
#category-buttons .cat-btn.active,
#category-buttons .cat-btn:hover {
	color: var(--sub);
	transition: var(--ease);
}
#category-buttons .cat-btn.active::after,
#category-buttons .cat-btn:hover::after {
	width: 100%;
	transition: var(--ease);
}

/*リスト*/
.newsList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e7e7e7;
}
.newsList.sub {
	max-width: 900px;
}
.newsList > li {
	width: 100%;
	padding: 30px 10px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.newsList > li > figure {
	display: none;
}
.newsList > li::after {
	content: '\f061';
	display: inline-block;
	font-family: var(--font-awe);
	font-size: 16px;
	font-weight: 900;
	transition: var(--ease);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
.newsList > li:hover::after {
	color: var(--act);
	transition: var(--ease);
}
.newsList > li.link::after {
	content: '\f08e';
}
.newsList > li .date {
	display: inline-block;
	width: 85px;
	min-width: 85px;
	padding: 0;
	margin: 0;
	font-family: var(--font-en);
	font-size: 14px;
	line-height: 1;
	color: #7a7c8a;
	white-space: nowrap;
}
.newsList > li .cat {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.newsList > li .cat {
	display: inline-block;
	padding: 5px 10px 6px;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	color: #7a7c8a;
	background: #e0e0e0;
	border-radius: 30px;
	transition: var(--ease);
}
.newsList > li .cat.news {
	color: #fff;
	background: var(--main);
}
.newsList > li .cat.blog {
	color: #fff;
	background: var(--act);
}
.newsList > li .cat.coverage {
	color: #fff;
	background: var(--sub);
}
#contents .newsList > li h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: left;
}
#contents .newsList > li h3::before,
#contents .newsList > li h3::after {
	display: none;
}
#contents .newsList > li h3 a {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: left;
	color: var(--text);
	transition: var(--ease);
}
#contents .newsList > li h3 a:hover {
	color: var(--act);
	transition: var(--ease);
}
#contents .newsList > li h3.pdf::after {
	content: 'PDF';
	display: inline-block;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	background: var(--main);
	border-radius: 3px;
	font-family: var(--font-en);
	font-size: 0.8rem;
	letter-spacing: normal;
	color: #fff;
	line-height: 1;
	position: relative;
	bottom: 3px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topNews {
		width: 100%;
		padding: 40px 20px;
	}
	.topNews_wrap {
		width: 100%;
		max-width: 100%;
		padding: 0;
		flex-wrap: wrap;
		column-gap: 20px;
	}
	#contents .topNews_wrap > header {
		width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		grid-row-gap: 5px;
	}
	#contents .topNews_wrap > header > h2 {
		font-size: 12px;
	}
	#contents .topNews_wrap > header > em {
		font-size: 7vw;
	}
	a.more {
		width: 100%;
		max-width: 200px;
		padding: 12px 30px;
		margin-top: 30px;
		border-radius: 40px;
		column-gap: 20px;
		font-size: 15px;
	}
	.topNews_cont {
		width: calc(100%);
	}
	/*ボタン*/
	#category-buttons {
		margin: 0 auto 20px;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#category-buttons .cat-btn {
		width: fit-content;
		padding: 10px 10px;
		font-size: 12px;
	}

	/*リスト*/
	.newsList {
		width: 100%;
	}
	.newsList.sub {
		max-width: 100%;
	}
	.newsList > li {
		width: 100%;
		padding: 15px 30px 15px 10px;
		column-gap: 10px;
		grid-row-gap: 5px;
	}
	.newsList > li .date {
		font-size: 11px;
	}
	.newsList > li .cat a {
		padding: 3px 10px 3px;
		font-size: 0.8rem;
	}
	#contents .newsList > li h3 {
		font-size: 13px;
	}
	#contents .newsList > li h3 a {
		font-size: 13px;
	}
}


/************************************************************/
/*　トップページ　コンセプト
/************************************************************/
#topConcept {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to bottom, #f7f8fa 0%, #f7f8fa 50%, #f4f8fd 50%, #f4f8fd 100%);
	z-index: 0;
	aspect-ratio: 2500 / 1232;
	display: flex;
	justify-content: center;
	align-items: center;
}
#topConcept::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/topConcept_bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.topConcept_wrap {
	width: 100%;
	max-width: 800px;
	padding: 100px 100px;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0) 100%);
}
.topConcept_wrap > header {
	width: 100%;
	padding: 0 0 25px;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	column-gap: 15px;
}
.topConcept_wrap > header::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #c39d6a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#contents .topConcept_wrap > header > i {
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents .topConcept_wrap > header > i img {
	width: 100%;
	height: auto;
}
#contents .topConcept_wrap > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-mincho);
	font-size: 50px;
	line-height: 1;
	font-weight: 500;
	color: var(--text);
	text-align: center;
}
#contents .topConcept_wrap > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topConcept {
		width: 100%;
		padding: 20px;
		aspect-ratio: unset;
		flex-wrap: wrap;
	}
	#topConcept::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url('http://medicom-dubbing.co.jp/wp-content/uploads/topConcept_bg.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.topConcept_wrap {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		position: relative;
		background: none;
		border-radius: 10px;
		z-index: 0;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.topConcept_wrap::before {
		display: none
	}
	.topConcept_wrap > header {
		width: 100%;
		padding: 0 0 25px;
		margin: 0 auto 20px;
		column-gap: 15px;
	}
	#contents .topConcept_wrap > header > i {
		width: 50px;
		height: 50px;
	}
	#contents .topConcept_wrap > header > h2 {
		width: 100%;
		font-size: 7vw;
	}
	#contents .topConcept_wrap > p {
		width: 100%;
		font-size: 15px;
		line-height: 2;
		text-align: center;
	}
}

/************************************************************/
/*　トップページ　アクセス
/************************************************************/
#topAccess {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
}
.topAccess_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.topAccess_left,
.topAccess_right {
	width: calc((100% - 20px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.topAccess_wrap dl {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.topAccess_wrap dl dt {
	width: 100%;
	padding: 15px 20px;
	margin: 0 auto;
	position: relative;
	background: var(--main);
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.topAccess_wrap dl dd {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-radius: 0 0 10px 10px;
}
.topAccess_wrap dl dd img {
	width: 100%;
	height: auto;
}
.topAccess_wrap dl.half {
	width: calc((100% - 30px) / 2);
}
.topAccess_wrap dl.half dt {
	padding: 10px 20px;
	font-size: 18px;
}
#contents #topAccess .media_contact {
	margin-top: 50px;
}
#contents #topAccess .media_contact h2::before {
	content: '\f540';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #d5e1f5;
	border-radius: 50%;
	font-family: var(--font-awe);
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}

/*GoogleMap*/
#topGmap {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.3;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#topGmap iframe {
	width: 100%;
	height: 100%;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#topAccess {
		width: 100%;
		padding: 40px 20px;
	}
	.topAccess_wrap {
		width: 100%;
		max-width: 100%;
	}
	.topAccess_left,
	.topAccess_right {
		width: 100%;
		gap: 20px;
	}
	.topAccess_wrap dl {
		width: 100%;
	}
	.topAccess_wrap dl dt {
		width: 100%;
		padding: 15px 20px;
		font-size: 16px;
		column-gap: 10px;
	}
	.topAccess_wrap dl dd {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		text-align: center;
		position: relative;
		border-radius: 0 0 10px 10px;
	}
	.topAccess_wrap dl dd img {
		width: 100%;
		height: auto;
	}
	.topAccess_wrap dl.half {
		width: 100%;
	}
	.topAccess_wrap dl.half dt {
		padding: 15px 20px;
		font-size: 16px;
	}
	#contents #topAccess .media_contact {
		margin-top: 30px;
	}
	#contents #topAccess .media_contact h2::before {
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 15px;
	}
	#contents #topAccess .media_contact p {
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		padding: 0;
		margin: 0 auto;
	}

	/*GoogleMap*/
	#topGmap {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.5;
	}
}


/************************************************************/
/*　ブログ
/************************************************************/
.blogList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.blogList > li {
	width: calc((100% - 30px) / 2);
	padding: 30px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	filter: var(--shade);
}
.blogList > li > figure {
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.blogList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.blogList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transform-origin: center;
	object-fit: cover;
	transition: var(--ease);
}
.blogList > li:hover > figure img {
	transform: translate(-50%,-50%) scale(1.05);
	transform-origin: center;
	transition: var(--ease);
}
.blogList_info {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.blogList_info > .date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-family: var(--font-en);
	font-size: 12px;
	line-height: 1;
	text-align: left;
	color: #555;
}
#contents .blogList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 500;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
#contents .blogList_info > h3::before,
#contents .blogList_info > h3::after {
	display: none;
}
#contents .blogList_info > h3 a {
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 500;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	transition: var(--ease);
}
#contents .blogList_info > h3 a:hover {
	color: var(--act);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.blogList {
		width: 100%;
		gap: 20px;
	}
	.blogList > li {
		width: 100%;
		padding: 20px;
		grid-row-gap: 15px;
	}
	.blogList_info {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
	}
	.blogList_info > .date {
		display: block;
		width: 100%;
		font-size: 12px;
	}
	#contents .blogList_info > h3 {
		width: 100%;
		font-size: 15px;
	}
	#contents .blogList_info > h3 a {
		font-size: 15px;
	}
}

/************************************************************/
/*　よくある質問
/************************************************************/

.faq-page-ttl {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
}
#contents .faq-page-ttl > h2 {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto 20px;
	position: relative;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: center;
}
.faq-page-ttl > p {
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

/*カテゴリ*/
.faqCategoryNav ul {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.faqCategoryNav ul > li {
	width: calc((100% - 60px) / 4);
	padding: 0;
	margin: 0;
	position: relative;
}
.faqCategoryNav ul > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	column-gap: 10px;
	grid-row-gap: 10px;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	margin: 0;
	background: var(--main);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-align: center;
	transition: var(--ease);
}
.faqCategoryNav ul > li a:hover {
	background: var(--act);
	transition: var(--ease);
}
.faqCategoryNav ul > li a::before {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-family: var(--font-awe);
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
.faqCategoryNav ul > li:nth-child(1) a::before {
	content: '\f008';
}
.faqCategoryNav ul > li:nth-child(2) a::before {
	content: '\f055';
}
.faqCategoryNav ul > li:nth-child(3) a::before {
	content: '\f4db';
}
.faqCategoryNav ul > li:nth-child(4) a::before {
	content: '\f144';
}
.faqCategoryNav ul > li:nth-child(5) a::before {
	content: '\f1ec';
}
.faqCategoryNav ul > li:nth-child(6) a::before {
	content: '\f31c';
}
.faqCategoryNav ul > li:nth-child(7) a::before {
	content: '\f073';
}
.faqCategoryNav ul > li:nth-child(8) a::before {
	content: '\f4ad';
}
/*タイトル*/
.faqCategory {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	scroll-margin-top: 100px;
}
#contents .faqCategory__title {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	border: none;
	background: var(--grad);
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
/*リスト*/
.faqList {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.faqList > dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: none;
	border-radius: 20px;
}
.faqList > dl > dt {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 20px;
	flex-wrap: nowrap;
	width: 100%;
	padding: 30px 60px 30px 0;
	margin: 0 auto;
	background: none;
	border-radius: 0;
	border-bottom: 1px dotted #cfcfcf;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	position: relative;
	cursor: pointer;
	transition: var(--ease);
}
.faqList > dl > dt:hover {
	color: var(--act);
	transition: var(--ease);
}
.faqList > dl > dt.active {
	color: var(--act);
	transition: var(--ease);
}
.faqList > dl > dt::before {
	content: '\51';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-awe);
	font-size: 22px;
	line-height: 1;
	font-weight: 900;
	color: var(--main);
}
.faqList > dl > dt:hover::before,
.faqList > dl > dt.active::before {
	transition: var(--ease);
}
.faqList > dl > dt span {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.faqList > dl > dt span::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt span::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: var(--text);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt.active span::after {
	transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	transform-origin: center;
	transition: var(--ease);
}
.faqList > dl > dt:hover span::before,
.faqList > dl > dt:hover span::after,
.faqList > dl > dt.active span::before,
.faqList > dl > dt.active span::after {
	background: var(--text);
	transition: var(--ease);
}
.faqList > dl > dd {
	margin: 20px auto 0;
	padding: 20px 30px;
	background: #f3faff;
	border-radius: 10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
}
.faqList > dl > dd p {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.faqList > dl > dd p:last-of-type {
	margin-bottom: 0;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	.faq-page-ttl {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 40px;
	}
	#contents .faq-page-ttl > h2 {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 15px;
		font-size: 5vw;
	}
	
	/*カテゴリ*/
	.faqCategoryNav ul {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 40px;
		gap: 10px;
	}
	.faqCategoryNav ul > li {
		width: calc((100% - 10px) / 2);
	}
	.faqCategoryNav ul > li a {
		column-gap: 10px;
		width: 100%;
		height: 100%;
		padding: 10px;
		font-size: 12px;
	}
	.faqCategoryNav ul > li a i {
		display: none;
	}
	.faqCategory {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 40px;
	}
	#contents .faqCategory__title {
		width: 100%;
		padding: 10px;
		font-size: 15px;
	}
	/*リスト*/
	.faqList {
		width: 100%;
		max-width: 100%;
	}
	.faqList.sub {
		width: 100%;
	}
	.faqList > dl {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		background: none;
		border-radius: 20px;
	}
	.faqList > dl > dt {
		column-gap: 15px;
		width: 100%;
		padding: 15px 25px 15px 0;
		font-size: 14px;
	}
	.faqList > dl > dt::before {
		width: 25px;
		min-width: 25px;
		height: 25px;
		padding: 0 0 3px;
		font-size: 14px;
	}
	.faqList > dl > dt span {
		display: block;
		width: 10px;
		height: 10px;
	}
	.faqList > dl > dt span::before {
		content: '';
		display: block;
		width: 10px;
		height: 1px;
		border-radius: 0;
	}
	.faqList > dl > dt span::after {
		content: '';
		display: block;
		width: 10px;
		height: 1px;
		border-radius: 0;
	}
	.faqList > dl > dd {
		margin: 10px auto 0;
		padding: 20px;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 500;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
	.faqList > dl > dd p {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 1.7em;
		font-weight: 500;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}


/************************************************************/
/*　会社概要
/************************************************************/

/*セクション*/
.sec {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
}
#contents .sec > h2 {
	width: 100%;
	padding: 15px 20px;
	margin: 0 auto 1.5em;
	position: relative;
	border: none;
	background-image: var(--grad);
	border-radius: 0;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	color: #fff;
	text-align: left;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*セクション*/
	.sec {
		margin: 0 auto 40px;
	}
	#contents .sec > h2 {
		width: 100%;
		padding: 13px 20px;
		margin: 0 auto 1em;
		font-size: 4vw;
	}
	#contents .sec > p {
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}

#company {
	padding: 0;
	margin: 0;
}
#company_header {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
	position: relative;
}
#company_header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-mincho);
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 500;
	color: var(--text);
	text-align: left;
}
#company_header > p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	font-family: var(--font-mincho);
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 500;
}
/*リスト*/
.company_reason {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.company_reason > li {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	border: 1px solid #cad5ed;
	border-radius: 10px;
}
.company_reason > li > figure {
	width: 300px;
	min-width: 300px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.company_reason > li > figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.company_reason > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}
.company_reason_info {
	width: calc(100% - 30px - 300px);
	padding: 0;
	margin: 0;
	position: relative;
}
#contents .company_reason_info > h3 {
	width: 100%;
	padding: 0 0 0 15px;
	margin: 0 auto 1em;
	position: relative;
	border: none;
	border-left: 5px solid #0a438d;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: left;
}
#contents .company_reason_info > h3::before,
#contents .company_reason_info > h3::after {
	display: none;
}
#contents .company_reason_info > p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.company_table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cad5ed;
	background: #fff;
}
.company_table th,
.company_table td {
	padding: 18px 20px;
	border: 1px solid #cad5ed;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
	vertical-align: middle;
}
.company_table th {
	width: 25%;
	background: #f5f7fb;
	font-weight: 600;
	color: #333;
}
.company_table td {
	color: #555;
	background: #fff;
}
/* スマホ */
@media screen and (max-width: 767px) {
	#company {
		padding: 0;
		margin: 0;
	}
	#company_header {
		margin: 0 auto 30px;
	}
	#company_header > h2 {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		font-size: 30px;
	}
	#company_header > p {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 20px;
	}
	/*リスト*/
	.company_reason {
		width: 100%;
		grid-row-gap: 20px;
	}
	.company_reason > li {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		gap: 15px;
	}
	.company_reason > li > figure {
		width: 100%;
		min-width: 100%;
	}
	.company_reason_info {
		width: 100%;
	}
	#contents .company_reason_info > h3 {
		width: 100%;
		padding: 0 0 0 15px;
		margin: 0 auto 1em;
		font-size: 4vw;
	}

	.company_table {
		width: 100%;
		margin: 0 auto;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #cad5ed;
		background: #fff;
	}
	.company_table th,
	.company_table td {
		padding: 15px 15px;
		border: 1px solid #cad5ed;
		font-size: 14px;
		line-height: 1.7;
		text-align: left;
		vertical-align: middle;
	}
	.company_table th {
		width: 120px;
		background: #f5f7fb;
		font-weight: 600;
		color: #333;
	}
	.company_table td {
		color: #555;
		background: #fff;
	}
}

/************************************************************/
/*　サービス一覧
/************************************************************/

/*ヘッダー*/
.service-header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_header_bg.webp');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	z-index: 0;
	overflow: hidden;
}
/* 波のコンテナ */
.wave-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	line-height: 0;
}
.wave-container svg {
	display: block;
	width: 100%;
	height: 100%;
}
.wave-layer-1 {
	fill: #ffffff;
	opacity: 0.2;
}
.wave-layer-2 {
	fill: #ffffff;
	opacity: 0.5;
}
.wave-layer-3 {
	fill: #ffffff;
	opacity: 1;
}
.next-section {
	background-color: #ffffff;
	padding: 60px 20px;
}

.service-header-wrap {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0 150px;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	z-index: 0;
}
.service-header-wrap::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 120%;
	aspect-ratio: 1 / 1;
	background: radial-gradient(circle, rgba(173, 216, 230, 0.8) 0%, rgba(173, 216, 230, 0) 70%);
	filter: blur(40px);
	pointer-events: none;
	z-index: -1;
	opacity: 0.5;
}
.separator-section-double-wave {
	height: 120px;
	position: absolute;
	bottom: -3px;
	width: 100%;
	z-index: 1;
}
.service-header-wrap > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.service-header-wrap > header > em {
	display: block;
	width: 100%;
	position: relative;
	font-family: var(--font-en);
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	font-style: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
#contents .service-header-wrap > header > h1 {
	width: 100%;
	position: relative;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#contents .service-header-wrap > h2 {
	width: 100%;
	position: relative;
	font-family: var(--font-mincho);
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	padding: 0;
	margin: 0 auto 20px;
	border: none;
	background: none;
}
#contents .service-header-wrap > p {
	width: 100%;
	max-width: 500px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*ヘッダー*/
	.service-header {
		width: 100%;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_header_bg_sp.webp');
		background-size: 100%;
		background-position: center;
	}
	/* 波のコンテナ */
	.wave-container {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		overflow: hidden;
		line-height: 0;
	}
	.wave-container svg {
		display: block;
		width: 100%;
		height: 100%;
	}
	.wave-layer-1 {
		fill: #ffffff;
		opacity: 0.2;
	}
	.wave-layer-2 {
		fill: #ffffff;
		opacity: 0.5;
	}
	.wave-layer-3 {
		fill: #ffffff;
		opacity: 1;
	}
	.next-section {
		background-color: #ffffff;
		padding: 60px 20px;
	}

	.service-header-wrap {
		width: 100%;
		max-width: 100%;
		padding: 50px 20px 70px;
		margin: 0 auto;
		position: relative;
		background-image: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 100%);
		z-index: 0;
	}
	.service-header-wrap::before {
		content: "";
		position: absolute;
		top: -50%;
		left: -50%;
		width: 100%;
		aspect-ratio: 1 / 1;
		background: radial-gradient(circle, rgba(173, 216, 230, 1) 0%, rgba(173, 216, 230, 1) 70%);
		filter: blur(40px);
		pointer-events: none;
		z-index: -1;
		opacity: 0.5;
	}
	.separator-section-double-wave {
		height: 60px;
		position: absolute;
		bottom: -3px;
		width: 100%;
		z-index: 1;
	}
	.service-header-wrap > header {
		margin: 0 auto 20px;
	}
	.service-header-wrap > header > em {
		font-size: 15px;
	}
	#contents .service-header-wrap > header > h1 {
		font-size: 20px;
	}
	#contents .service-header-wrap > h2 {
		font-size: 20px;
		margin: 0 auto 10px;
	}
	#contents .service-header-wrap > p {
		width: 100%;
		max-width: 100%;
	}
}

/*メニュー*/
.serviceMenu {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	flex-wrap: wrap;
	transform: translateY(-50px);
}
.serviceMenu > li {
	width: calc((100% - 50px) / 2);
	padding: 30px;
	margin: 0;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
	position: relative;
	transition: var(--ease);
	filter: var(--shade);
	z-index: 0;
	overflow: hidden;
}
.serviceMenu > li:nth-child(1)::before {
	content: '';
	display: block;
	width: 300px;
	height: auto;
	aspect-ratio: 384 / 180;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_list_1.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(-1,1);
	z-index: -1;
}
.serviceMenu > li:nth-child(2)::before {
	content: '';
	display: block;
	width: 300px;
	height: auto;
	aspect-ratio: 384 / 180;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_list_2.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 10px;
	right: -20px;
	z-index: -1;
}
.serviceMenu > li > header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.serviceMenu > li > header > em {
	display: inline-block;
	width: fit-content;
	padding: 6px 10px;
	margin: 0;
	background: var(--main);
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-style: normal;
}
#contents .serviceMenu > li > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-mincho);
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
.serviceMenu > li > p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.serviceMenu > li > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	width: fit-content;
	padding: 15px 30px;
	margin: 0;
	position: relative;
	background: var(--act);
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	transition: var(--ease);
}
.serviceMenu > li > a::after {
	content: '\f105';
	display: inline-block;
	font-family: var(--font-awe);
	font-weight: 900;
}
.serviceMenu > li > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*メニュー*/
	.serviceMenu {
		width: 100%;
		max-width: 100%;
		padding: 0 20px 0;
		flex-wrap: wrap;
		gap: 20px;
		flex-wrap: wrap;
		transform: translateY(-40px);
	}
	.serviceMenu > li {
		width: 100%;
		padding: 20px;
		grid-row-gap: 10px;
	}
	.serviceMenu > li:nth-child(1)::before {
		content: '';
		display: block;
		width: 150px;
		height: auto;
		aspect-ratio: 384 / 180;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_list_1.webp');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: absolute;
		top: 0;
		right: 0;
		transform: scale(-1,1);
		z-index: -1;
	}
	.serviceMenu > li:nth-child(2)::before {
		content: '';
		display: block;
		width: 150px;
		height: auto;
		aspect-ratio: 384 / 180;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_list_2.webp');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: absolute;
		top: 10px;
		right: -20px;
		z-index: -1;
	}
	.serviceMenu > li > header {
		width: 100%;
		grid-row-gap: 10px;
	}
	.serviceMenu > li > header > em {
		display: inline-block;
		font-size: 12px;
	}
	#contents .serviceMenu > li > header > h2 {
		font-size: 25px;
	}
	.serviceMenu > li > a {
		padding: 12px 20px;
		font-size: 14px;
	}
}

/*SERVICE 01*/
.service_box {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: var(--base);
	z-index: 0;
}
.service_box::before {
	content: '';
	display: block;
	width: 50%;
	height: auto;
	aspect-ratio: 1000 / 419;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/fv_object.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: -1;
}
.service_box > header {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.service_box > header > em {
	display: inline-block;
	width: fit-content;
	padding: 6px 10px;
	margin: 0;
	background: var(--main);
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-style: normal;
}
#contents .service_box > header > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-mincho);
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
.service_box > header > p {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*SERVICE 01*/
	.service_box {
		width: 100%;
		padding: 40px 20px;
	}
	.service_box::before {
		content: '';
		display: block;
		width: 40%;
		height: auto;
		aspect-ratio: 1000 / 419;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/fv_object.webp');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: -1;
	}
	.service_box > header {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
		grid-row-gap: 10px;
	}
	.service_box > header > em {
		font-size: 12px;
	}
	#contents .service_box > header > h2 {
		width: 100%;
		font-size: 5vw;
		line-height: 1.4em;
	}
	.service_box > header > p {
		width: 100%;
		max-width: 100%;
	}
}

/*強み*/
#contents .service_box > h2 {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 30px;
	border: none;
	background: none;
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	align-items: center;
	white-space: nowrap;
	font-family: var(--font-mincho);
	font-size: 30px;
	line-height: 1;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
}
#contents .service_box > h2::before,
#contents .service_box > h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #cad5ed;
}
#contents .service_box > h2 + p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}
.service_strength {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	counter-reset: strength-counter;
}
.service_strength.flex-3.mb50 {
	margin-bottom: 50px;
}
.service_strength > li {
	width: calc((100% - 30px) / 2);
	padding: 30px;
	margin: 0;
	background: #fff;
	border: 1px solid #cad5ed;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
	grid-row-gap: 20px;
	flex-wrap: wrap;
	filter: var(--shade);
	counter-increment: strength-counter;
}
.service_strength > li.wide {
	width: 100%;
}
.service_strength.flex-3 > li {
	width: calc((100% - 60px) / 3);
	grid-row-gap: 15px;
}
#contents .service_strength > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
#contents .service_strength > li > h3::before,
#contents .service_strength > li > h3::after {
	display: none;
}
#contents .service_strength > li > h3::before {
	content: counter(strength-counter);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	aspect-ratio: 1/1;
	background: var(--main);
	border-radius: 50%;
	font-size: 15px;
	font-family: var(--font-en);
	line-height: 1;
	font-weight: 600;
	color: #fff;
	top: unset;
	left: unset;
	position: relative;
}
#contents .service_strength.flex-3 > li > h3 {
	text-align: center;
	justify-content: center;
}
#contents .service_strength.flex-3 > li > h3::before {
	display: none;
}
.service_strength > li > figure {
	width: 200px;
	min-width: 200px;
	height: auto;
	aspect-ratio: 1/0.75;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
}
.service_strength.flex-3 > li > figure {
	width: 100%;
	min-width: 100%;
}
.service_strength > li > figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.service_strength > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.service_strength > li > p {
	width: calc(100% - 200px - 20px);
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.service_strength.flex-3 > li > p {
	width: 100%;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*強み*/
	#contents .service_box > h2 {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px;
		column-gap: 10px;
		font-size: 20px;
	}
	#contents .service_box > h2 + p {
		margin: 0 auto 15px;
	}
	.service_strength {
		width: 100%;
		max-width: 100%;
		gap: 20px;
		flex-wrap: wrap;
	}
	.service_strength.flex-3.mb50 {
		margin-bottom: 30px;
	}
	.service_strength > li {
		width: 100%;
		padding: 20px;
		margin: 0;
		background: #fff;
		border: 1px solid #cad5ed;
		border-radius: 10px;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 15px;
		grid-row-gap: 15px;
		flex-wrap: wrap;
		filter: var(--shade);
		counter-increment: strength-counter;
	}
	.service_strength > li.wide {
		width: 100%;
	}
	.service_strength.flex-3 > li {
		width: 100%;
		grid-row-gap: 15px;
	}
	#contents .service_strength > li > h3 {
		width: 100%;
		font-size: 4.5vw;
		line-height: 1.4em;
	}
	.service_strength > li > figure {
		width: 100%;
		min-width: 100%;
	}
	.service_strength > li > p {
		width: 100%;
	}
	.service_strength.flex-3 > li > p {
		width: 100%;
	}
}

/*注釈*/
.service_box > p {
	width: 100%;
	max-width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
/*対応メディア*/
.service_01_media {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: center;
	filter: var(--shade);
}
.service_01_media:last-of-type {
	margin-bottom: 0;
}
.service_01_media dt {
	width: 200px;
	padding: 30px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: var(--main);
	border-radius: 10px 0 0 10px;
}
.service_01_media dt small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.service_01_media dd {
	width: calc(100% - 200px);
	padding: 30px;
	margin: 0;
	background: #fff;
	border: 1px solid #cad5ed;
	border-left: none;
	border-radius: 0 10px 10px 0;
	position: relative;
}
.service_01_media_list {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}
.service_01_media_list li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 20px;
}
#contents .service_01_media_list li h4 {
	width: 140px;
	min-width: 140px;
	padding: 10px 20px;
	margin: 0;
	border: none;
	background: var(--sub);
	border-radius: 5px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	text-align: center;
}
#contents .service_01_media_list li h4::before,
#contents .service_01_media_list li h4::after {
	display: none;
}
#contents .service_01_media_list li > p {
	width: calc(100% - 120px - 20px);
	padding: 0;
	margin: 0;
	position: relative;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*注釈*/
	.service_box > p {
		width: 100%;
		max-width: 100%;
		padding: 20px 0;
	}
	/*対応メディア*/
	.service_01_media {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		flex-wrap: wrap;
	}
	.service_01_media dt {
		width: 100%;
		padding: 15px;
		font-size: 16px;
		border-radius: 10px 10px 0 0;
	}
	.service_01_media dd {
		width: 100%;
		padding: 15px 20px;
		border-radius: 0 0 10px 10px;
	}
	.service_01_media_list {
		width: 100%;
		grid-row-gap: 10px;
	}
	.service_01_media_list li {
		width: 100%;
		column-gap: 10px;
		grid-row-gap: 5px;
		flex-wrap: wrap;
	}
	#contents .service_01_media_list li h4 {
		width: fit-content;
		min-width: fit-content;
		padding: 8px 15px;
		border-radius: 5px;
		font-size: 14px;
	}
	#contents .service_01_media_list li > p {
		width: 100%;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
}

/*SERVICE 02*/
#service_02.service_box {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
	background: #fffdfa;
	z-index: 0;
}
#service_02.service_box::before {
	content: '';
	display: block;
	width: 40%;
	height: auto;
	aspect-ratio: 1221 / 1040;
	background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_album.webp');
	background-position: top -100px right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*SERVICE 02*/
	#service_02.service_box {
		width: 100%;
		padding: 40px 20px;
	}
	#service_02.service_box::before {
		content: '';
		display: block;
		width: 40%;
		height: auto;
		aspect-ratio: 1221 / 1040;
		background-image: url('https://medicom-dubbing.co.jp/wp-content/uploads/service_album.webp');
		background-position: top -30px right;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
}

/*SERVICE 03 04*/
.compare_box {
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
	background: var(--base);
	position: relative;
}
#service_04.compare_box {
	background: #fff;
}
.compare_box_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}
.compare_box_info {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
#contents .compare_box_info > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-family: var(--font-mincho);
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
}
.compare_box_info > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.compare_box_wrap .movie {
	width: 550px;
	min-width: 550px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
.compare_box_wrap .movie iframe {
	width: 100%;
	height: 100%;
}
.compare_box_wrap .compare {
	width: 850px;
	min-width: 850px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}
.compare_box_wrap .compare::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 5;
}
.compare_box_wrap .compare::after {
	content: '\f138';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: var(--main);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6;
	font-family: var(--font-awe);
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
.compare_box_wrap .compare > div {
	width: 50%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 700 / 815;
}
#contents .compare_box_wrap .compare > div > h3 {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: var(--main);
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border: none;
}
#contents .compare_box_wrap .compare > div:first-of-type > h3 {
	background: #999;
}
#contents .compare_box_wrap .compare > div > h3::before,
#contents .compare_box_wrap .compare > div > h3::after {
	display: none;
}
.compare_box_wrap .compare > div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
/*チェックリスト*/
.checkList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.checkList > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	column-gap: 6px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--text);
}
.checkList > li::before {
	content: '\f00c';
	font-family: var(--font-awe);
	font-weight: 900;
	color: var(--act);
}

/*== スマホ対応 ==*/
@media only screen and (max-width: 768px){
	/*SERVICE 03 04*/
	.compare_box {
		width: 100%;
		padding: 40px 20px;
	}
	.compare_box_wrap {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		grid-row-gap: 15px;
	}
	.compare_box_info {
		width: 100%;
		grid-row-gap: 15px;
	}
	#contents .compare_box_info > h2 {
		width: 100%;
		font-size: 6vw;
		text-align: left;
	}
	.compare_box_wrap .movie {
		width: 100%;
		min-width: 100%;
	}
	.compare_box_wrap .compare {
		width: 100%;
		min-width: 100%;
	}
	#contents .compare_box_wrap .compare > div > h3 {
		font-size: 14px;
	}
	/*チェックリスト*/
	.checkList {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		flex-direction: column;
		grid-row-gap: 10px;
	}
	.checkList > li {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: flex-start;
		column-gap: 6px;
		align-items: flex-start;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 600;
		color: var(--text);
	}
	.checkList > li::before {
		content: '\f00c';
		font-family: var(--font-awe);
		font-weight: 900;
		color: var(--act);
	}
}

/*=========================================================*/
/* 料金表
/*=========================================================*/

#page-price {
	width: 100%;
	max-width: 1200px;
	padding: 100px 0;
	margin: 0 auto;
	position: relative;
}
#contents #page-price > h2 {
	width: 100%;
	max-width: 1000px;
	padding: 0 0 0 15px;
	margin: 50px auto 1em;
	position: relative;
	border: none;
	border-left: 5px solid #0a438d;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: left;
	border-radius: 0;
}
#contents #page-price > p.att {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 20px auto;
	position: relative;
	text-align: left;
}
.plus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0 auto 10px;
}
.plus i {
	font-size: 30px;
	line-height: 1;
	color: var(--text);
}
/* スマホ */
@media screen and (max-width: 767px) {
	#page-price {
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
	}
	#contents #page-price > h2 {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0 15px;
		margin: 40px auto 1em;
		position: relative;
		font-size: 20px;
	}
	#contents #page-price > p.att {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 20px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
	.plus {
		width: 100%;
		height: 20px;
		margin: 0 auto 10px;
	}
	.plus i {
		font-size: 20px;
	}
}


/* スクロールJS */
.scroll-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.scroll-table-wrap table {
		min-width: 500px;
		margin-bottom: 0;
	}
}
.scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
	font-weight: bold;
	border-radius: 20px;
	pointer-events: none; /* 下のテーブル操作を邪魔しない */
	z-index: 10;
}
.scroll-hint i {
	font-size: 16px;
	animation: swipeHint 1.5s infinite ease-in-out;
}
@keyframes swipeHint {
	0%, 100% { transform: translateX(0); }
	50% { transform: translateX(8px); }
}
/* スクロールバーの非表示 */
.scroll-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: 10px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.scroll-table-wrap::-webkit-scrollbar {
	display: none;
}

/*======================*/
/* 納期・基本料金 */
/*======================*/
.nouki-table,
.baseprice-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 3px solid #111;
}
.nouki-table th,
.nouki-table td,
.baseprice-table th,
.baseprice-table td {
	padding: 20px 30px;
	border: 1px solid #111;
	vertical-align: middle;
}
/* 左見出し */
.nouki-table th,
.baseprice-table th {
	width: 220px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: var(--main);
}
/* 内容 */
.nouki-table td,
.baseprice-table td {
	position: relative;
	background: #fff8e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
/* 赤文字 */
.red {
	color: #e60000;
	font-weight: 700;
}
/* 小文字 */
.nouki-table small,
.baseprice-table small {
	font-size: 0.7em;
	font-weight: 700;
}
/* 税込 */
.baseprice-table small {
	color: #555;
	margin-left: 15px;
}
/* 金額 */
.baseprice-table strong {
	font-size: 1.4em;
	line-height: 1;
}
/* 版数 */
.nouki-table em {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	font-size: 20px;
	font-style: normal;
	color: #555;
}
@media screen and (max-width: 768px) {

	.nouki-table,
	.baseprice-table {
		margin-bottom: 10px;
		border-width: 2px;
		width: 100%;
	}

	/* 1. tr・th・td をすべてブロック化して縦に並べる */
	.nouki-table tr,
	.baseprice-table tr {
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #111; /* 行ごとの区切り線 */
	}

	.nouki-table tr:last-child,
	.baseprice-table tr:last-child {
		border-bottom: none;
	}

	.nouki-table th,
	.nouki-table td,
	.baseprice-table th,
	.baseprice-table td {
		display: block;
		width: 100% !important; /* 横幅を全開にして上下配置へ */
		box-sizing: border-box;
		padding: 10px 12px;
		text-align: center; /* 必要に応じて left や center に調整 */
	}

	/* 上側（旧・左見出し） */
	.nouki-table th,
	.baseprice-table th {
		font-size: 15px;
		line-height: 1.3;
		border-right: none;
		border-bottom: 1px solid #111; /* th と td の間の区切り線 */
	}

	/* 下側（内容） */
	.nouki-table td,
	.baseprice-table td {
		font-size: 15px;
		line-height: 1.5;
		border-right: none;
	}

	/* 税込 */
	.baseprice-table small {
		display: inline-block;
		margin: 0 0 0 5px;
	}

	/* 金額 */
	.baseprice-table strong {
		font-size: 1.4em;
	}

	/* 版数 */
	.nouki-table em {
		top: unset;
		right: unset;
		position: relative;
		display: block;
		transform: none;
		font-size: 11px;
	}
}

/*======================*/
/* 対象原版 */
/*======================*/
.master-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 3px solid #111;
}
.master-table th,
.master-table td {
	padding: 20px 30px;
	border: 1px solid #111;
	vertical-align: middle;
}
/* 左見出し */
.master-table th {
	width: 220px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: var(--main);
}
/* 内容 */
.master-table td {
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
/* 対象タイトル */
#contents .master-table td > h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	color: #111;
}
#contents .master-table td > h3::before,
#contents .master-table td > h3::after {
	display: none;
}
.master-table td > h3 .red {
	font-size: 1.3em;
}
/* 原版一覧 */
.master-list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.master-list > li {
	width: fit-content;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contents .master-list > li h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	height: 2.4em;
	color: #111;
	border: none;
	background: none;
	position: relative;
}
#contents .master-list > li h4::before,
#contents .master-list > li h4::after {
	display: none;
}
.master-list > li img {
	display: block;
	width: auto;
	height: 70px;
	margin: 0 auto;
}
/* 下向き矢印 */
.btm-arrow {
	display: block;
	width: 40px;
	height: 25px;
	margin: 20px auto;
	background: var(--main);
	clip-path: polygon(
		0 0,
		100% 0,
		50% 100%
	);
}
/* メディア */
.master-media {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 15px 20px;
	margin: 0;
	background: var(--base);
}
#contents .master-media h3 {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}
#contents .master-media h3::before,
#contents .master-media h3::after {
	display: none;
}
.master-media h3 .blue {
	color: #174a9c;
}
.master-media h3 .red {
	color: #e60000;
}
.master-media h3 small {
	display: inline-block;
	font-size: 0.7em;
	font-weight: 700;
}
.master-media figure {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
}
.master-media figure span {
	display: block;
	width: 80px;
}
.master-media figure img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	/*======================*/
	/* 対象原版 */
	/*======================*/
	.master-table {
		border-width: 2px;
	}
	.master-table th,
	.master-table td {
		padding: 12px 10px;
	}
	/* 左見出し */
	.master-table th {
		width: 90px;
		font-size: 15px;
		line-height: 1.3;
	}
	/* 内容 */
	.master-table td {
		font-size: 15px;
		line-height: 1.4;
	}
	/* 対象タイトル */
	#contents .master-table td > h3 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.4;
	}
	.master-table td > h3 .red {
		font-size: 1.3em;
	}
	/* 原版一覧 */
	.master-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 10px;
	}
	.master-list > li {
		width: 100%;
	}
	.master-list > li:last-child {
		grid-column: 1 / 3;
	}
	#contents .master-list > li h4 {
		margin-bottom: 8px;
		font-size: 13px;
		line-height: 1.2;
		height: 2.4em;
	}
	.master-list > li img {
		height: 55px;
	}
	/* 下向き矢印 */
	.btm-arrow {
		width: 30px;
		height: 20px;
		margin: 15px auto;
	}
	/* メディア */
	.master-media {
		gap: 15px;
		padding: 12px 10px;
		flex-wrap: wrap;
	}
	#contents .master-media h3 {
		gap: 3px;
		font-size: 14px;
		line-height: 1.4;
		border: none;
		text-align: center;
	}
	.master-media h3 small {
		font-size: 0.7em;
		text-align: center;
	}
	.master-media figure {
		width: 100%;
		gap: 8px;
		justify-content: center;
	}
	.master-media figure span {
		width: 55px;
	}
}

/*======================*/
/* 時間料金 */
/*======================*/
.time-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 3px solid #111;
}
.time-table th,
.time-table td {
	padding: 15px 20px;
	border: 1px solid #111;
	vertical-align: middle;
}
/* 左見出し */
.time-table th {
	width: 220px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	color: var(--main);
}
.time-table th small {
	font-size: 0.7em;
}
/* 項目名 */
.time-table td.title {
	width: 200px;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
/* 内容 */
.time-table td {
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
/* 数字 */
.time-table strong {
	font-size: 1.4em;
}
/* 税込 */
.time-table small {
	font-size: 0.7em;
	font-weight: 700;
	margin-left: 8px;
	color: #555;
}
/* 超過料金 */
.time-table tr:nth-child(2) td:last-child {
	background: #ffe7e7;
}
@media screen and (max-width: 768px) {
	.time-table {
		border-width: 2px;
		margin-bottom: 0;
		table-layout: auto; /* ★追加: 固定レイアウトを解除して文字幅に合わせる */
		width: max-content;  /* ★修正: 中身の最大幅までテーブルを広げる */
		min-width: 100%;     /* ★追加: 画面内に収まる時は画面幅いっぱいに広げる */
	}
	.time-table th,
	.time-table td {
		padding: 12px 10px;
		white-space: nowrap; /* ★各セルに指定することで確実に折り返しを防止 */
	}
	/* 左見出し */
	.time-table th {
		width: 120px;
		font-size: 14px;
		line-height: 1.3;
	}
	.time-table th small {
		font-size: 0.75em;
	}
	/* 項目名 */
	.time-table td.title {
		width: 150px;
		font-size: 14px;
		line-height: 1.4;
	}
	/* 内容 */
	.time-table td {
		font-size: 14px;
		line-height: 1.5;
	}
	/* 数字 */
	.time-table strong {
		font-size: 1.3em;
	}
	/* 税込 */
	.time-table small {
		display: inline-block;
		margin: 0 0 0 5px;
		font-size: 0.75em;
	}
}

/*======================*/
/* ダビング料金 */
/*======================*/
.dub-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 3px solid #111;
}
.dub-table th,
.dub-table td {
	padding: 15px 20px;
	border: 1px solid #111;
	vertical-align: middle;
}
/* 左見出し */
.dub-table th {
	width: 220px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	color: var(--main);
}
.dub-table th small {
	font-size: 0.7em;
}
/* 本数 */
.dub-table td.title {
	width: 200px;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
/* 料金 */
.dub-table td:not(.title) {
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
/* 金額 */
.dub-table strong {
	font-size: 1.5em;
}
/* 税込 */
.dub-table small {
	font-size: 0.7em;
	font-weight: 700;
	margin-left: 8px;
	color: #555;
}
@media screen and (max-width: 768px) {
	.dub-table {
		border-width: 2px;
		margin-bottom: 0;
		table-layout: auto; /* 固定幅を解除しコンテンツ幅に自動フィット */
		width: max-content;  /* 文字が収まる最大幅まで拡張 */
		min-width: 100%;     /* 画面内に収まる場合は100%表示 */
	}
	.dub-table th,
	.dub-table td {
		padding: 12px 10px;
		white-space: nowrap; /* テキストの自動改行を防止 */
	}
	/* 左見出し */
	.dub-table th {
		width: 120px;
		font-size: 14px;
		line-height: 1.3;
	}
	.dub-table th small {
		font-size: 0.75em;
	}
	/* 本数 */
	.dub-table td.title {
		width: 130px;
		font-size: 14px;
		line-height: 1.4;
	}
	/* 料金 */
	.dub-table td:not(.title) {
		font-size: 14px;
		line-height: 1.5;
	}
	/* 金額 */
	.dub-table strong {
		font-size: 1.3em;
	}
	/* 税込 */
	.dub-table small {
		display: inline-block;
		margin: 0 0 0 5px;
		font-size: 0.75em;
	}
}

/*======================*/
/* テープ補修作業 */
/*======================*/
.repair-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 3px solid #111;
}
.repair-table th,
.repair-table td {
	padding: 0;
	border: 1px solid #111;
	vertical-align: middle;
}
/* 左見出し */
.repair-table th {
	width: 220px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	color: var(--main);
	padding: 20px;
}
.repair-table th small {
	font-size: 0.7em;
	font-weight: bold;
}
/* 上段（メッセージ ＋ バツ印付き旧料金） */
.repair-top {
	display: flex;
	border: none !important;
	background: #fff8e6;
}
.repair-main-msg {
	flex: 1;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#contents .repair-main-msg h3 {
	padding: 0;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 700;
	border: none;
	background: none;
}
#contents .repair-main-msg h3::before,
#contents .repair-main-msg h3::after {
	display: none;
}
.repair-main-msg .note {
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.7;
	color: #111;
}
/* 右側の打ち消し料金リスト */
.repair-old-prices {
	position: relative;
	width: calc(50% + 1px);
	background: #fff;
	border-left: 1px solid #111;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
}
.price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px dotted #888;
	padding-bottom: 4px;
}
.price-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.price-row .item-name {
	width: 40%;
	text-align: left;
	font-size: 16px;
}
.price-row .price {
	width: 35%;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	color: #111;
}
.price-row .tax {
	width: 25%;
	text-align: right;
	font-size: 11px;
	color: #333;
}
/* バツ印（×） */
.strike-cross {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}
.strike-cross::before,
.strike-cross::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 5px;
	background-color: rgba(230, 0, 0, 0.75);
	border-radius: 2px;
}
.strike-cross::before {
	transform: translateY(-50%) rotate(30deg);
}
.strike-cross::after {
	transform: translateY(-50%) rotate(-30deg);
}
/* 下段（写真付き補修一覧） */
.repair-bottom {
	background: #fff;
	padding: 15px 10px;
}
.repair-list {
	display: flex;
	justify-content: space-between;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.repair-list > li {
	width: calc(100% / 4);
	border-right: 1px dotted #888;
	padding: 15px;
}
.repair-list > li:last-child {
	border-right: none;
}
#contents .repair-list h4 {
	padding: 0;
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	background: none;
	border: none;
}
#contents .repair-list h4::before,
#contents .repair-list h4::after {
	display: none;
}
.repair-list h4.blue {
	color: #174a9c;
}
.repair-item-body {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.repair-item-body img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	flex-shrink: 0;
}
.repair-item-body p {
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	color: #111;
}
@media screen and (max-width: 768px) {
	.repair-table {
		border-width: 2px;
		margin-bottom: 0;
		table-layout: auto; /* コンテンツ幅に合わせる */
		width: max-content;  /* 全要素の最大幅まで横に拡張 */
		min-width: 100%;
	}
	.repair-table th {
		width: 120px;
		font-size: 14px;
		line-height: 1.3;
		padding: 12px 10px;
		white-space: nowrap;
	}
	.repair-table th small {
		font-size: 0.75em;
	}

	/* 上段（メッセージ＋打ち消し料金） */
	.repair-top {
		width: max-content;
	}
	.repair-main-msg {
		padding: 12px 15px;
		white-space: nowrap;
	}
	#contents .repair-main-msg h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.repair-main-msg .note {
		font-size: 10px;
	}
	.repair-old-prices {
		width: 320px; /* 右側ブロックの最小幅を確保 */
		padding: 10px;
	}
	.price-row {
		font-size: 12px;
		white-space: nowrap;
	}
	.price-row .item-name {
		font-size: 13px;
	}
	.price-row .price {
		font-size: 15px;
	}
	.price-row .tax {
		font-size: 10px;
	}

	/* 下段（写真付き補修一覧） */
	.repair-bottom {
		padding: 10px;
	}
	.repair-list {
		width: 100%;
		flex-wrap: wrap;
	}
	.repair-list > li {
		width: 50%; /* 1項目あたりの幅を固定して横スクロール化 */
		padding: 10px;
	}
	.repair-list > li:nth-child(1),
	.repair-list > li:nth-child(2) {
		border-bottom: 1px dotted #888;
	}
	#contents .repair-list h4 {
		font-size: 13px;
		white-space: nowrap;
	}
	.repair-item-body img {
		width: 60px;
		height: 60px;
	}
	.repair-item-body p {
		font-size: 11px;
	}
}

/*======================*/
/* 共通オプション */
/*======================*/
.option-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 50px auto 10px;
	border: 3px solid #111;
	background: #fff;
}
.option-table th,
.option-table td {
	border: 1px solid #111;
	padding: 10px 12px;
	vertical-align: top;
	box-sizing: border-box;
}
/* ヘッダー */
.option-header {
	background: var(--base);
	color: var(--main);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 12px !important;
}
/* コピー見出し */
.option-title {
	width: 35%;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	vertical-align: middle !important;
}
.option-title small {
	font-size: 14px;
	font-weight: normal;
}
.option-title .sub-note {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
/* コピー価格セル */
.copy-price-cell {
	width: 32.5%;
	vertical-align: middle !important;
	background: #fff;
}
.copy-price-cell .media-type {
	display: inline-block;
	width: 30%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.copy-price-cell .price-box {
	display: inline-block;
	width: 68%;
	text-align: right;
	vertical-align: middle;
}
.copy-price-cell .price-box small {
	display: block;
	line-height: 1.2em;
}
/* 区切り見出し */
.section-header-row .section-header {
	background: #f5f5f5;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
}
/* 特殊補修セル */
.repair-cell {
	width: 35%;
	background: #fff;
}
.repair-item-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px dotted #888;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.repair-item-top .item-name {
	font-size: 20px;
	font-weight: 700;
}
.repair-item-content {
	display: flex;
	gap: 10px;
	align-items: center;
}
.repair-item-content img {
	width: auto;
	height: 80px;
	object-fit: cover;
	flex-shrink: 0;
}
.repair-item-content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 500;
}
.repair-item-content p.align-center {
	text-align: center;
	width: 100%;
}
/* オプションセル */
.option-cell {
	width: 32.5%;
	background: #fff;
	border-left: 1px dotted #888;
}
.option-item-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 4px;
}
.option-item-top .item-name {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2em;
}
.option-item-top .item-name small {
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.option-cell .desc {
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
	color: #111;
}
.option-table .price {
	font-size: 20px;
	font-weight: 700;
	color: #e60000;
}
.price-wrap {
	text-align: right;
	line-height: 1.2em;
}
.price-wrap small {
	font-size: 11px;
	color: #444;
	display: block;
}
.option-table .ask-price {
	font-size: 15px;
	font-weight: 500;
}
.option-table .red {
	color: #e60000;
	font-weight: 700;
}
.option-table .blue {
	color: #174a9c;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.option-table {
		margin-top: 20px;
		margin-bottom: 0;
		table-layout: auto; /* 固定幅を解除しコンテンツ幅に自動フィット */
		width: max-content;  /* 文字やコンテンツが収まる最大幅まで拡張 */
		min-width: 100%;     /* 画面内に収まる場合は100%表示 */
	}
	.option-table th,
	.option-table td {
		padding: 8px 10px;
	}
	.option-table th {
		text-align: left;
	}

	/* ヘッダー・区切り見出し */
	.option-header {
		font-size: 16px;
		padding: 10px !important;
		white-space: nowrap;
	}
	.section-header-row .section-header {
		font-size: 15px;
		padding: 6px;
		white-space: nowrap;
	}

	/* コピー見出し */
	.option-title {
		width: 180px; /* 固定最小幅を指定して崩れ防止 */
		font-size: 14px;
		white-space: nowrap;
	}
	.option-title small {
		font-size: 11px;
	}
	.option-title .sub-note {
		font-size: 10px;
	}

	/* コピー価格セル */
	.copy-price-cell {
		width: 200px;
		white-space: nowrap;
	}
	.copy-price-cell .media-type {
		font-size: 14px;
	}

	/* 特殊補修セル */
	.repair-cell {
		width: 280px; /* 画像と文章が並ぶため一定幅を確保 */
	}
	.repair-item-top {
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.repair-item-top .item-name {
		font-size: 15px;
	}
	.repair-item-content img {
		height: 60px; /* 画像サイズを調整 */
	}
	.repair-item-content p {
		font-size: 11px;
	}

	/* オプションセル */
	.option-cell {
		width: 220px;
	}
	.option-item-top {
		white-space: nowrap;
	}
	.option-item-top .item-name {
		font-size: 14px;
	}
	.option-item-top .item-name small {
		font-size: 10px;
	}
	.option-cell .desc {
		font-size: 11px;
	}

	/* 価格テキスト共通 */
	.option-table .price {
		font-size: 16px;
	}
	.price-wrap small {
		font-size: 10px;
	}
	.option-table .ask-price {
		font-size: 13px;
	}
}

/*======================*/
/* 送料の内訳 */
/*======================*/
.shipping-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0 10px;
	border: 2px solid #f29600;
	background: #fff;
}
.shipping-table th,
.shipping-table td {
	padding: 15px 20px;
	border: 1px solid #f29600;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}
/* 1段目：見出しヘッダー（オレンジ） */
.shipping-table thead th {
	background: #f29600;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.shipping-table thead th:nth-child(1) { width: 35%; border-right: 1px solid #fff; }
.shipping-table thead th:nth-child(2) { width: 30%; border-right: 1px solid #fff; }
.shipping-table thead th:nth-child(3) { width: 35%; }
/* 左見出し（薄オレンジ背景） */
.shipping-table td.category {
	background: #ffe08a;
	font-size: 18px;
	font-weight: 700;
	color: #111;
	line-height: 1.3;
}
.shipping-table td.category small {
	font-size: 0.85em;
	font-weight: 500;
	display: block;
	text-align: center;
}
/* 単位・送料有無（極薄オレンジ背景） */
.shipping-table td.unit,
.shipping-table td.status {
	background: #fff8eb;
	font-size: 18px;
	font-weight: 500;
	color: #111;
	line-height: 1.3;
}
/* 下線修飾 */
.shipping-table u {
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
	.shipping-table {
		margin-bottom: 0;
		table-layout: auto; /* 固定幅を解除してコンテンツ幅にフィット */
		width: max-content;  /* 文字が収まる最大幅まで自動拡張 */
		min-width: 100%;     /* 画面内に収まる場合は100%幅で表示 */
	}
	.shipping-table th,
	.shipping-table td {
		padding: 10px 12px;
		white-space: nowrap; /* テキストの改行を防ぐ */
	}

	/* 1段目：見出しヘッダー */
	.shipping-table thead th {
		font-size: 15px;
	}
	.shipping-table thead th:nth-child(1) { width: 140px; }
	.shipping-table thead th:nth-child(2) { width: 120px; }
	.shipping-table thead th:nth-child(3) { width: 140px; }

	/* 左見出し */
	.shipping-table td.category {
		font-size: 14px;
	}
	.shipping-table td.category small {
		font-size: 0.8em;
	}

	/* 単位・送料有無 */
	.shipping-table td.unit,
	.shipping-table td.status {
		font-size: 14px;
	}
}

/*=========================================================*/
/* いろいろプラン 料金表
/*=========================================================*/
.anshin-plan-section {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
.iroiro-plan-section {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}
#contents #page-price .price-ttl {
	width: 100%;
	max-width: 1000px;
	padding: 15px 20px;
	margin: 0 auto 1em;
	position: relative;
	border: none;
	background: var(--grad);
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	color: #fff;
	text-align: left;
	border-radius: 0;
}
#contents .iroiro-plan-section > .price-ttl-iroiro::before,
#contents .iroiro-plan-section > .price-ttl-iroiro::after {
	display: none;
}
.iroiro-plan-section .red {
	color: #e60000;
	font-weight: 700;
}
.iroiro-plan-section .blue {
	color: #174a9c;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.anshin-plan-section {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 50px;
	}
	.iroiro-plan-section {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 50px;
	}
	#contents #page-price .price-ttl {
		width: 100%;
		max-width: 100%;
		padding: 13px 20px;
		margin: 0 auto 1em;
		font-size: 18px;
	}
	#contents #page-price .price-ttl small {
		display: block;
	}
}

/*======================*/
/* 納期 */
/*======================*/
.nouki-table-iroiro {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto 10px;
	border: 3px solid #111;
}
.nouki-table-iroiro th,
.nouki-table-iroiro td {
	padding: 20px 20px;
	border: 1px solid #111;
	vertical-align: middle;
}
.nouki-table-iroiro th {
	width: 180px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: var(--main);
}
.nouki-table-iroiro td {
	background: #fff8e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.nouki-table-iroiro td.nouki-main {
	width: 34%;
}
.nouki-table-iroiro td.bd-option {
	width: 38%;
}
.nouki-table-iroiro td.version {
	width: 13%;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
}
.nouki-table-iroiro td.nouki-main .red {
	font-size: 20px;
}
.nouki-table-iroiro small {
	font-size: 0.7em;
	font-weight: 700;
}
.nouki-table-iroiro td.bd-option .red {
	display: inline-block;
	font-size: 17px;
}
.nouki-table-iroiro td.bd-option small {
	display: block;
	margin-top: 3px;
	color: #555;
}
@media screen and (max-width: 768px) {

	.nouki-table-iroiro {
		margin-bottom: 10px;
		border-width: 2px;
		width: 100%;
	}

	/* 1. tr・th・td をブロック化して縦並びに変更 */
	.nouki-table-iroiro tr {
		display: flex;
		flex-direction: column;
		border-bottom: 2px solid #111; /* 行ごとの区切り線を太めに */
	}

	.nouki-table-iroiro tr:last-child {
		border-bottom: none;
	}

	.nouki-table-iroiro th,
	.nouki-table-iroiro td {
		display: block;
		width: 100% !important; /* パーセント指定（34%, 38%等）を解除して全幅へ */
		box-sizing: border-box;
		padding: 10px 12px;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #111; /* 各セルの間に入れる区切り線 */
	}

	.nouki-table-iroiro td:last-child {
		border-bottom: none; /* 行の最後のセルは下線を削除 */
	}

	/* 上側（旧・左見出し） */
	.nouki-table-iroiro th {
		font-size: 15px;
		line-height: 1.3;
	}

	/* 下側（内容セル共通） */
	.nouki-table-iroiro td {
		font-size: 15px;
		line-height: 1.4;
	}

	/* 各 td の個別の文字サイズ調整 */
	.nouki-table-iroiro td.version {
		font-size: 13px;
		white-space: normal; /* スマホでは自動改行を許可 */
	}

	.nouki-table-iroiro td.nouki-main .red {
		font-size: 16px;
	}

	.nouki-table-iroiro td.bd-option .red {
		font-size: 14px;
	}

	.nouki-table-iroiro small {
		font-size: 0.75em;
	}
	
	.nouki-table-iroiro td.bd-option {
		border-bottom: none;
		padding-bottom: 5px;
	}
	.nouki-table-iroiro td.version {
		border-top: none;
		padding: 0 10px 10px;
	}
}

/*======================*/
/* 基本料金 */
/*======================*/
.baseprice-table-iroiro {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto 10px;
	border: 3px solid #111;
}
.baseprice-table-iroiro th,
.baseprice-table-iroiro td {
	padding: 20px 30px;
	border: 1px solid #111;
	vertical-align: middle;
}
.baseprice-table-iroiro th {
	width: 180px;
	background: var(--base);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: var(--main);
}
.baseprice-table-iroiro td {
	background: #fff8e6;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.baseprice-table-iroiro strong {
	font-size: 1.4em;
	line-height: 1;
}
.baseprice-table-iroiro small {
	font-size: 0.7em;
	font-weight: 700;
	margin-left: 10px;
	color: #555;
}
@media screen and (max-width: 768px) {
	.baseprice-table-iroiro {
		margin-bottom: 10px;
		border-width: 2px;
		width: 100%;
	}

	/* tr・th・td をブロック化して縦並びに変更 */
	.baseprice-table-iroiro tr {
		display: flex;
		flex-direction: column;
		border-bottom: 2px solid #111; /* 行ごとの区切り線 */
	}

	.baseprice-table-iroiro tr:last-child {
		border-bottom: none;
	}

	.baseprice-table-iroiro th,
	.baseprice-table-iroiro td {
		display: block;
		width: 100% !important; /* PC版の幅180pxなどを解除 */
		box-sizing: border-box;
		padding: 12px 15px;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #111; /* th と td の間の区切り線 */
	}

	.baseprice-table-iroiro td:last-child {
		border-bottom: none; /* 最終セルは下線を消す */
	}

	/* 上側（旧・左見出し） */
	.baseprice-table-iroiro th {
		font-size: 15px;
		line-height: 1.3;
	}

	/* 下側（内容） */
	.baseprice-table-iroiro td {
		font-size: 15px;
		line-height: 1.4;
	}

	/* 金額強調表示 */
	.baseprice-table-iroiro strong {
		font-size: 1.3em;
	}

	/* 税込表記 */
	.baseprice-table-iroiro small {
		display: inline-block;
		font-size: 0.75em;
		margin-left: 6px;
	}
}

/*======================*/
/* 各種原版ダビング */
/*======================*/
.dubbing-table {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto 10px;
	border: 3px solid #111;
	background: #fff;
}
.dubbing-table th,
.dubbing-table td {
	padding: 15px 12px;
	border: 1px solid #111;
	vertical-align: middle;
	box-sizing: border-box;
}
.dubbing-table .table-header-yellow {
	background: var(--base);
	color: var(--main);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	padding: 12px;
}
.dubbing-table .sub-header th {
	background: #f5f5f5;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	color: #111;
}
.dubbing-table .sub-header .col-media {
	width: 42%;
}
.dubbing-table .sub-header .col-arrow {
	width: 18%;
}
.dubbing-table .sub-header .col-time {
	width: 20%;
}
.dubbing-table .sub-header .col-price {
	width: 20%;
}

/* 原版 */
.dubbing-table tbody .col-media {
	width: 42%;
	background: #fff;
}
.dubbing-table tbody .col-arrow {
	width: 8%;
	background: #f5f5f5;
	text-align: center;
	position: relative;
}
.dubbing-table tbody .col-arrow::before {
	content: '\f101';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 30px;
	font-family: var(--font-awe);
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translate(0,-50%);
	z-index: 1;
}
.dubbing-table tbody .col-time {
	width: 25%;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.dubbing-table tbody .col-price {
	width: 25%;
	background: #fff8e6;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}

/* メディア画像＋文字 */
.media-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 90px;
}
.media-flex.center {
	gap: 20px;
}
.media-flex > img {
	display: block;
	width: auto;
	height: 80px;
	flex-shrink: 0;
}
.media-flex .img-beta {
	height: 80px;
}
.media-flex .img-8cm {
	height: 70px;
}
.media-text {
	text-align: left;
}
.media-text strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}
.title-8cm {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
}

/* ディスク */
.media-discs {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 15px;
}
.disc-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	min-width: 65px;
}
.disc-item img {
	display: block;
	width: auto;
	height: 65px;
	max-width: 75px;
}
.disc-item.width img {
	display: block;
	width: 100%;
	height: auto;
	max-width: auto;
	margin: auto 0;
}
.disc-item span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
	text-align: center;
}

/* SD・USB */
.sd-usb-imgs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
}
.sd-usb-imgs img {
	display: block;
	width: auto;
	height: 70px;
}

/* 注釈 */
.dubbing-table .red-note {
	margin: 8px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	color: #e60000;
	text-align: center;
}
.dubbing-table .sub-note {
	margin: 5px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	color: #555;
	text-align: center;
}
.dubbing-table .col-time strong {
	font-size: 1.25em;
}
.dubbing-table .col-time small,
.dubbing-table .col-price small {
	font-size: 0.7em;
	font-weight: 700;
	color: #555;
}
.dubbing-table .price-num {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	color: #e60000;
}
.dubbing-table .vertical-text {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 35px;
	min-height: 70px;
	padding: 5px;
	background: var(--main);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
@media screen and (max-width: 768px) {
	.dubbing-table {
		margin-top: 0;
		margin-bottom: 0;
		table-layout: auto; /* 固定幅を解除しコンテンツ幅に自動拡張 */
		width: max-content;  /* 全要素が収まる最大幅まで拡張 */
		min-width: 100%;
	}
	.dubbing-table th,
	.dubbing-table td {
		padding: 10px 8px;
	}

	/* 大ヘッダー・サブヘッダー */
	.dubbing-table .table-header-yellow {
		font-size: 16px;
		padding: 10px;
		white-space: nowrap;
		text-align: left;
	}
	.dubbing-table .sub-header th {
		font-size: 13px;
		padding: 8px 5px;
		white-space: nowrap;
	}

	/* 各カラムの最小幅を確保（崩れ防止） */
	.dubbing-table .sub-header .col-media,
	.dubbing-table tbody .col-media {
		min-width: 320px;
	}
	.dubbing-table .sub-header .col-arrow,
	.dubbing-table tbody .col-arrow {
		width: 40px;
	}
	.dubbing-table .sub-header .col-time,
	.dubbing-table tbody .col-time {
		width: 140px;
		white-space: nowrap;
	}
	.dubbing-table .sub-header .col-price,
	.dubbing-table tbody .col-price {
		width: 150px;
		white-space: nowrap;
	}

	/* カラム間の矢印アイコン調整 */
	.dubbing-table tbody .col-arrow::before {
		width: 24px;
		height: 24px;
		font-size: 22px;
		left: -12px;
	}

	/* メディア画像・テキスト表示の軽量化 */
	.media-flex {
		gap: 10px;
		min-height: auto;
	}
	.media-flex > img {
		height: 55px;
	}
	.media-flex .img-beta {
		height: 55px;
	}
	.media-flex .img-8cm {
		height: 50px;
	}
	.media-text strong {
		font-size: 13px;
	}
	.title-8cm {
		font-size: 14px;
	}

	/* ディスク画像サイズ調整 */
	.media-discs {
		gap: 8px;
	}
	.disc-item {
		min-width: 50px;
	}
	.disc-item img {
		height: 45px;
		max-width: 55px;
	}
	.disc-item span {
		font-size: 10px;
	}

	/* SD・USB画像サイズ調整 */
	.sd-usb-imgs {
		gap: 6px;
	}
	.sd-usb-imgs img {
		height: 45px;
	}

	/* テキスト・価格サイズ調整 */
	.dubbing-table tbody .col-time {
		font-size: 13px;
	}
	.dubbing-table tbody .col-price {
		font-size: 14px;
	}
	.dubbing-table .price-num {
		font-size: 1.3em;
	}
	.dubbing-table .vertical-text {
		min-width: 28px;
		min-height: 50px;
		font-size: 12px;
		padding: 3px;
	}
	.dubbing-table .red-note,
	.dubbing-table .sub-note {
		font-size: 10px;
	}
}

/*======================*/
/* 写真関連 */
/*======================*/
.photo-table-horiz {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 30px auto 10px;
	border: 3px solid #111;
	background: #fff;
}
.photo-table-horiz th,
.photo-table-horiz td {
	padding: 15px 20px;
	border: 1px solid #111;
	vertical-align: middle;
	box-sizing: border-box;
}
.photo-table-horiz .table-header-yellow {
	background: var(--base);
	color: var(--main);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	padding: 12px;
}
.photo-table-horiz .header-sub {
	display: block;
	margin-top: 3px;
	font-size: 0.7em;
	font-weight: 500;
	color: #555;
}
.photo-table-horiz .col-title {
	width: 25%;
	background: #f5f5f5;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}
.photo-table-horiz .col-condition {
	width: 40%;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.photo-table-horiz .col-price {
	width: 35%;
	background: #fff8e6;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
.photo-table-horiz .price-num {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	color: #e60000;
}
.photo-table-horiz .col-price small {
	font-size: 0.7em;
	font-weight: 700;
	color: #555;
}
.photo-table-horiz .detail-cell {
	background: #fff8e6;
}
.photo-detail-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	padding: 5px 10px;
}
.photo-detail-flex > img {
	display: block;
	width: auto;
	height: 100px;
	flex-shrink: 0;
}
.photo-detail-flex .sd-usb-imgs {
	display: flex;
	align-items: center;
	gap: 15px;
}
.photo-detail-flex .sd-usb-imgs img {
	width: auto;
	height: 80px;
}
.photo-detail-flex .sd-usb-imgs img:last-of-type {
	width: auto;
	height: 40px;
}
.photo-detail-flex .desc-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #111;
}
.photo-detail-flex .desc-text strong {
	font-weight: 700;
}
.photo-detail-flex .desc-text small {
	font-size: 0.7em;
	font-weight: 700;
	color: #555;
}
.photo-table-horiz .example-cell {
	background: #fff8e6;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
.photo-table-horiz .example-cell strong {
	font-size: 1.2em;
	font-weight: 700;
	color: #e60000;
}
.photo-table-horiz .notes-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	color: #111;
}
@media screen and (max-width: 768px) {
	.photo-table-horiz {
		margin-top: 20px;
		margin-bottom: 0;
		table-layout: auto; /* 固定幅を解除しコンテンツ幅に自動フィット */
		width: max-content;  /* 全要素が収まる最大幅まで自動拡張 */
		min-width: 100%;
	}
	.photo-table-horiz th,
	.photo-table-horiz td {
		padding: 10px 12px;
	}
	.scroll-table-wrap table .photo-table-horiz {
		min-width: 650px;
	}

	/* ヘッダー類 */
	.photo-table-horiz .table-header-yellow {
		font-size: 16px;
		padding: 10px;
		white-space: nowrap;
		text-align: left;
	}
	.photo-table-horiz .header-sub {
		font-size: 0.75em;
		text-align: left;
	}

	/* 各列の幅とフォントサイズ調整 */
	.photo-table-horiz .col-title {
		width: 160px;
		font-size: 15px;
		white-space: nowrap;
	}
	.photo-table-horiz .col-condition {
		font-size: 14px;
	}
	.photo-table-horiz .col-price {
		font-size: 14px;
		white-space: nowrap;
	}
	.photo-table-horiz .price-num {
		font-size: 1.3em;
	}

	/* 写真詳細フレックス（画像・SD/USB等） */
	.photo-detail-flex {
		gap: 12px;
		padding: 5px 0;
		flex-wrap: wrap;
	}
	.photo-detail-flex > img {
		height: 60px;
	}
	.photo-detail-flex .sd-usb-imgs {
		gap: 8px;
	}
	.photo-detail-flex .sd-usb-imgs img {
		height: 50px;
	}
	.photo-detail-flex .sd-usb-imgs img:last-of-type {
		height: 25px;
	}
	.photo-detail-flex .desc-text {
		font-size: 13px;
	}

	/* 例・注意事項 */
	.photo-table-horiz .example-cell {
		font-size: 13px;
	}
	.photo-table-horiz .notes-list {
		font-size: 12px;
		min-width: 280px; /* リストが極端に潰れるのを防止 */
	}
}

/*======================*/
/* 8mmフィルム */
/*======================*/
.film-table {
	width: 100%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 30px auto 10px;
	border: 3px solid #111;
	background: #fff;
}
.film-table th,
.film-table td {
	border: 1px solid #111;
	vertical-align: middle;
	box-sizing: border-box;
}
.film-table .table-header-yellow {
	background: var(--base);
	color: var(--main);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	padding: 12px;
}
.film-table .header-sub {
	font-size: 0.7em;
	font-weight: 500;
	color: #555;
}
.film-left-cell {
	width: 50%;
	padding: 20px;
	background: #fff;
}
.film-right-cell {
	width: 50%;
	padding: 0;
	background: #fff;
}
.film-desc {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #111;
}
.film-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.film-img-wrap {
	width: 120px;
	flex-shrink: 0;
}
.film-img-wrap img {
	display: block;
	width: 100%;
	height: auto;
}
.film-sizes {
	flex: 1;
}
.size-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
	border-bottom: 1px dotted #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.size-row:last-child {
	border-bottom: none;
}
.size-row span {
	padding: 6px 3px;
}
.size-row span:nth-child(odd) {
	font-weight: 700;
}

/* 8mm内側テーブル */
.film-inner-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
}
.film-inner-table th,
.film-inner-table td {
	padding: 12px 15px;
	border: 1px solid #111;
	vertical-align: middle;
}
.film-inner-table th {
	width: 65%;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #111;
}
.film-inner-table td {
	width: 35%;
	background: #fff8e6;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.film-inner-table .price-num {
	font-size: 1.4em;
	font-weight: 700;
	color: #e60000;
}
.film-inner-table small {
	font-size: 0.7em;
	font-weight: 700;
	color: #555;
}
.film-inner-table td.text-right {
	text-align: center;
}

@media screen and (max-width: 768px) {
	/*======================*/
	/* 8mmフィルム（最終決定版・ボーダー重複解消） */
	/*======================*/
	.film-table {
		margin-top: 20px;
		margin-bottom: 0;
		table-layout: auto;
		width: max-content;
		min-width: 100%;
		border-collapse: collapse; /* 線をキレイに1本に結合 */
	}

	/* ヘッダー */
	.film-table .table-header-yellow {
		font-size: 16px;
		padding: 10px;
		white-space: nowrap;
		text-align: left;
	}
	.film-table .header-sub {
		font-size: 0.75em;
	}

	/* 左セル */
	.film-left-cell {
		width: 380px !important;
		min-width: 380px !important;
		padding: 15px;
		box-sizing: border-box;
		border-right: 1px solid #111; /* 右側の重なり防止 */
	}

	/* 右セル */
	.film-right-cell {
		width: 300px !important;
		min-width: 300px !important;
		padding: 0; /* 内側テーブルとの二重余白・二重枠線を防止 */
		box-sizing: border-box;
		border-left: none; /* 左セルとの重複カット */
	}

	/* 左セル内部（説明文） */
	.film-desc {
		font-size: 15px;
		margin-bottom: 12px;
		text-align: center;
		white-space: nowrap;
	}

	/* 画像とサイズ表（縦並び） */
	.film-flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		width: 100%;
	}

	/* 上：画像 */
	.film-img-wrap {
		width: 80px;
		flex-shrink: 0;
	}

	/* 下：サイズ表 */
	.film-sizes {
		width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}

	.size-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		font-size: 13px;
		width: 100%;
	}

	.size-row span {
		padding: 6px 2px;
		white-space: nowrap;
	}

	/* 右セル内部（内側テーブルのボーダー重複防止） */
	.film-inner-table {
		width: 100%;
		border-collapse: collapse;
		border: none; /* 外枠との重なりカット */
		margin: 0;
	}

	.film-inner-table th,
	.film-inner-table td {
		padding: 10px;
		white-space: nowrap;
		box-sizing: border-box;
	}

	.film-inner-table th {
		width: 60%;
		font-size: 13px;
		border-left: none; /* 外側枠線との重なりカット */
	}

	.film-inner-table td {
		width: 40%;
		font-size: 14px;
		border-right: none; /* 外側枠線との重なりカット */
	}

	/* 最終行の下枠線を外枠に任せて重なり防止 */
	.film-inner-table tr:last-child th,
	.film-inner-table tr:last-child td {
		border-bottom: none;
	}

	.film-inner-table .price-num {
		font-size: 1.3em;
	}
}

/*======================*/
/* 最下部注意書き */
/*======================*/
.iroiro-bottom-note {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 20px auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
.iroiro-bottom-note strong {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.iroiro-bottom-note {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 20px auto;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.6;
		text-align: left;
	}
}

/*=========================================================*/
/* お申し込みの流れ
/*=========================================================*/
#page-flow {
	padding: 0;
	margin: 0;
}
#contents #page-flow > h2 {
	width: 100%;
	padding: 0 0 0 15px;
	margin: 50px auto 1em;
	position: relative;
	border: none;
	border-left: 5px solid #0a438d;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--text);
	text-align: left;
	border-radius: 0;
}
.flowList {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
	counter-reset: flow-counter;
}
.flowList > li {
	width: 100%;
	padding: 30px 30px 30px 110px;
	margin: 0;
	position: relative;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	counter-increment: flow-counter;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 30px;
}
.flowList > li::before {
	content: counter(flow-counter);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	background: var(--main);
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 30px;
}
.flowList > li::after {
	content: '\f107';
	font-family: var(--font-awe);
	font-weight: 900;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 2;
}
.flowList > li:last-child::after {
	display: none;
}
#contents .flowList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: left;
}
#contents .flowList_info > h3::before,
#contents .flowList_info > h3::after {
	display: none;
}
#contents .flowList_info > p {
	width: 100%;
	padding: 0;
	margin: 10px auto 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.flowList > li > figure {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
}
.flowList > li > figure::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.flowList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}

@media screen and (max-width: 768px) {
	#page-flow {
		padding: 0;
		margin: 0;
	}
	#contents #page-flow > h2 {
		width: 100%;
		padding: 0 0 0 15px;
		margin: 50px auto 1em;
		position: relative;
		border: none;
		border-left: 5px solid #0a438d;
		background: none;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 700;
		color: var(--text);
		text-align: left;
		border-radius: 0;
	}
	.flowList {
		margin: 0 auto 40px;
		grid-row-gap: 20px;
		counter-reset: flow-counter;
	}
	.flowList > li {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		grid-row-gap: 20px;
		column-gap: 0;
	}
	.flowList > li::before {
		width: 40px;
		min-width: 40px;
		height: 40px;
		font-size: 20px;
		top: 20px;
		left: 20px;
	}
	.flowList > li::after {
		content: '\f107';
		font-family: var(--font-awe);
		font-weight: 900;
		font-size: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		position: absolute;
		bottom: -32px;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 2;
	}
	.flowList > li:last-child::after {
		display: none;
	}
	#contents .flowList_info > h3 {
		width: 100%;
		height: 40px;
		font-size: 15px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 0 0 50px;
	}
	#contents .flowList_info > p {
		width: 100%;
		padding: 0;
		margin: 10px auto 0;
		position: relative;
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
	}
	.flowList > li > figure {
		width: 100%;
		min-width: 100%;
	}
}

/************************************************************/
/*　取扱店舗一覧
/************************************************************/
.storeList {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
.storeList > li {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #cad5ed;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	filter: var(--shade);
	z-index: 0;
}
.storeList > li .storeList_left {
	width: calc((100% - 30px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.storeList > li .storeList_right {
	width: calc((100% - 30px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
}
.store-images {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	padding: 0;
	margin: 0 auto 20px;
}
.store-images > span {
	display: block;
	width: calc((100% - 20px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 16 / 9;
	border-radius: 5px;
}
.store-images > span:first-of-type {
	width: 100%;
}
.store-images > span::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.store-images > span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}
#contents .storeList_left > h3 {
	width: 100%;
	padding: 10px;
	margin: 0;
	background: var(--main);
	border-radius: 5px 5px 0 0;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.store-map {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 3 / 1;
}
.store-map iframe {
	width: 100%;
	height: 100%;
}
/*右側*/
.store-tag {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
}
.store-tag > span {
	display: block;
	width: fit-content;
	padding: 5px 8px;
	margin: 0;
	background: #dbe3f6;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1;
	color: var(--main);
	white-space: nowrap;
}
#contents .storeList_right > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	border-radius: 0;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.storeList_data {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.storeList_data dt {
	width: 120px;
	min-width: 120px;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #cad5ed;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.storeList_data dd {
	width: calc(100% - 120px);
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #cad5ed;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
	text-align: left;
}
.storeList_data dd a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	text-decoration: underline;
	color: var(--main);
	transition: var(--ease);
}
.storeList_data dd a:hover {
	text-decoration: none;
	color: var(--act);
	transition: var(--ease);
}
.storeList_data dd a.mapbtn {
	width: fit-content;
	padding: 10px 20px;
	margin: 0;
	border-radius: 5px;
	background: var(--main);
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	transition: var(--ease);
	font-size: 13px;
	line-height: 1;
}
.storeList_data dd a.mapbtn:hover {
	background: var(--act);
	transition: var(--ease);
}
@media screen and (max-width: 768px) {
	.storeList {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 20px;
	}
	.storeList > li {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		gap: 20px;
	}
	.storeList > li .storeList_left {
		width: 100%;
		order: 1;
	}
	.storeList > li .storeList_right {
		width: 100%;
	}
	#contents .storeList_right > h2 {
		margin: 0 auto 10px;
		font-size: 20px;
	}
	.storeList_data dt {
		width: 100px;
		min-width: 100px;
		padding: 10px 0;
		font-size: 12px;
	}
	.storeList_data dd {
		width: calc(100% - 100px);
		padding: 10px 0;
		font-size: 12px;
	}
	.storeList_data dd a.mapbtn {
		width: fit-content;
		padding: 10px 10px;
		border-radius: 5px;
		font-size: 12px;
		line-height: 1;
	}
}

/* lightbox */
.store-images .js-lightbox {
	cursor: pointer;
}
/* 画像クリック */
.store-images .js-lightbox {
	cursor: pointer;
}
/* Lightbox */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.lightbox-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#lightbox-image {
	display: block;
	max-width: 80vw;
	max-height: 85vh;
	width: auto;
	height: auto;
	object-fit: contain;
}
/* 閉じる */
.lightbox-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 80px;
	height: 80px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 45px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}
/* 前へ・次へ */
.lightbox-prev,
.lightbox-next {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 80px;
	height: 80px;
	border: 0;
	background: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
	outline: none;
}
.lightbox-prev:hover,
.lightbox-next:hover {
	opacity: 0.5;
}
.lightbox-prev {
	left: 20px;
}
.lightbox-next {
	right: 20px;
}
/* スクロール禁止 */
body.is-lightbox-open {
	overflow: hidden;
}
/* 画像が1枚しかない場合は矢印を隠す */
.lightbox.is-single .lightbox-prev,
.lightbox.is-single .lightbox-next {
	display: none;
}
@media screen and (max-width: 767px) {
	.lightbox {
		padding: 20px;
	}
	#lightbox-image {
		max-width: 90vw;
		max-height: 80vh;
	}
	.lightbox-prev,
	.lightbox-next {
		width: 45px;
		height: 60px;
		font-size: 28px;
	}
	.lightbox-prev {
		left: 5px;
	}
	.lightbox-next {
		right: 5px;
	}
	.lightbox-close {
		top: 5px;
		right: 5px;
	}
}

/*エリアインフォメーション*/
.area-information {
	width: 100%;
	padding: 30px;
	margin: 0 auto 50px;
	background: #fff;
	border: 1px solid #cad5ed;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	filter: var(--shade);
	z-index: 0;
}
#contents .area-information > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: var(--main);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
#contents .area-information > p {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	line-height: 1.7em;
}
#contents .area-information > ul {
	grid-row-gap: 7px;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	/*エリアインフォメーション*/
	.area-information {
		width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
	}
	#contents .area-information > h2 {
		width: 100%;
		font-size: 4vw;
	}
	#contents .area-information > h2 i {
		font-size: 8vw;
	}
	#contents .area-information > p {
		line-height: 1.7em;
	}
	#contents .area-information > p small {
		display: block;
		margin-top: 5px;
	}
}


/************************************************************/
/*　取扱店舗 詳細
/************************************************************/
.storeList.single {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 50px;
}
.storeList.single > .storeList_left {
	width: 100%;
}
.storeList.single > .storeList_right {
	width: 100%;
	padding: 30px;
	margin: 0;
	background: var(--base);
	border-radius: 10px;
	position: relative;
}
.storeList.single .store-images {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	position: relative;
	padding: 0;
	margin: 0 auto 20px;
}
.storeList.single .store-images > span {
	display: block;
	width: calc((100% - 40px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
.storeList.single .store-images > span:first-of-type {
	width: 100%;
}
.storeList.single .store-images > span::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.storeList.single .store-images > span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	transform-origin: center;
	transition: var(--ease);
}
#contents .storeList.single .storeList_left > h3 {
	width: 100%;
	padding: 13px 20px;
	margin: 0;
	background: var(--main);
	border-radius: 10px 10px 0 0;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
.storeList.single .store-map {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	text-align: center;
	aspect-ratio: 3 / 1;
}
.storeList.single .store-map iframe {
	width: 100%;
	height: 100%;
}
/*右側*/
.storeList.single .store-tag {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
}
.storeList.single .store-tag > span {
	display: block;
	width: fit-content;
	padding: 5px 8px;
	margin: 0;
	background: #dbe3f6;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	color: var(--main);
	white-space: nowrap;
}
#contents .storeList.single .storeList_right > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	border-radius: 0;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.storeList.single .storeList_data {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.storeList.single .storeList_data dt {
	width: 120px;
	min-width: 120px;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #cad5ed;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	color: var(--main);
	text-align: left;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.storeList.single .storeList_data dd {
	width: calc(100% - 120px);
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #cad5ed;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	color: var(--text);
	text-align: left;
}
.storeList.single .storeList_data dd a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	text-decoration: underline;
	color: var(--main);
	transition: var(--ease);
}
.storeList.single .storeList_data dd a:hover {
	text-decoration: none;
	color: var(--act);
	transition: var(--ease);
}
.storeList.single .storeList_data dd a.mapbtn {
	width: fit-content;
	padding: 10px 20px;
	margin: 0;
	border-radius: 5px;
	background: var(--main);
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	transition: var(--ease);
	font-size: 13px;
	line-height: 1;
}
.storeList.single .storeList_data dd a.mapbtn:hover {
	background: var(--act);
	transition: var(--ease);
}
@media screen and (max-width: 768px) {
	.storeList.single {
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
		gap: 20px;
	}
	.storeList.single > .storeList_left {
		width: 100%;
	}
	.storeList.single > .storeList_right {
		width: 100%;
	}
	.storeList.single .store-images {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
		position: relative;
		padding: 0;
		margin: 0 auto 20px;
	}
	.storeList.single .store-images > span {
		display: block;
		width: calc((100% - 20px) / 3);
		padding: 0;
		margin: 0;
		position: relative;
		overflow: hidden;
		text-align: center;
		aspect-ratio: 16 / 9;
		border-radius: 5px;
	}
	#contents .storeList.single .storeList_right > h2 {
		margin: 0 auto 10px;
		font-size: 20px;
	}
	.storeList.single .storeList_data dt {
		width: 100px;
		min-width: 100px;
		padding: 10px 0;
		font-size: 12px;
	}
	.storeList.single .storeList_data dd {
		width: calc(100% - 100px);
		padding: 10px 0;
		font-size: 12px;
	}
	.storeList.single .storeList_data dd a.mapbtn {
		width: fit-content;
		padding: 10px 10px;
		border-radius: 5px;
		font-size: 12px;
		line-height: 1;
	}
}

/*=========================================================*/
/* 取次店様へ
/*=========================================================*/
#page-agency {
	padding: 0;
	margin: 0;
}
.downloads {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.downloads > li {
	width: calc((100% - 20px) / 2);
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 1;
}
.downloads > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	position: relative;
	background: var(--act);
	border-radius: 5px;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
.downloads > li > a::before {
	content: '\f1c1';
	font-family: var(--font-awe);
	font-weight: 900;
}
.downloads > li > a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: var(--ease);
}
@media screen and (max-width: 768px) {
	#page-agency {
		padding: 0;
		margin: 0;
	}
	.downloads {
		width: 100%;
		gap: 10px;
	}
	.downloads > li {
		width: 100%;
	}
	.downloads > li > a {
		width: 100%;
		padding: 13px 20px;
		font-size: 16px;
	}
}

/*=========================================================*/
/* ご希望の店舗様へ
/*=========================================================*/
#page-agency-2 {
	padding: 0;
	margin: 0;
}

/*流れボックス*/
.flowBox {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
	list-style: none;
	counter-reset: flow-number;
}
.flowBox > dl {
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	background: var(--base);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}
.flowBox > dl::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 50%;
	width: 20px;
	height: 20px;
	background: var(--base);
	border-right: 1px solid #cad5ed;
	border-bottom: 1px solid #cad5ed;
	transform: translateX(-50%) rotate(45deg);
}
.flowBox > dl:last-of-type::after {
	display: none;
}
.flowBox > dl > dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	counter-increment: flow-number;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	color: var(--main);
}
.flowBox > dl > dt::before {
	content: counter(flow-number) "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	background: var(--main);
	border-radius: 50%;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
.flowBox > dl > dd {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
/*流れ*/
.flowList-2 {
	width: 100%;
	padding: 0 0 0 60px;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	counter-reset: flow-number;
}
.flowList-2::before {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 23px;
	width: 6px;
	background: var(--grad);
	border-radius: 3px;
}
.flowList-2 > li {
	width: 100%;
	min-height: 70px;
	padding: 20px 30px;
	margin: 0;
	position: relative;
	background: var(--base);
	border: 1px solid #cad5ed;
	border-radius: 10px;
	display: flex;
	align-items: center;
	counter-increment: flow-number;
	font-size: 18px;
	line-height: 1.7em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.flowList-2 > li::before {
	content: counter(flow-number);
	position: absolute;
	left: -60px;
	top: 50%;
	width: 50px;
	height: 50px;
	background: var(--base);
	border: 4px solid #0a438d;
	border-radius: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: var(--main);
	box-sizing: border-box;
	z-index: 2;
}
/*ボタン*/
a.btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	width: fit-content;
	padding: 15px 20px;
	margin: 1em 0 0;
	position: relative;
	background: var(--act);
	border-radius: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	transition: var(--ease);
}
a.btn.dl::before {
	content: '\f1c1';
	font-family: var(--font-awe);
	font-weight: 900;
}
a.btn:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: var(--ease);
}
@media screen and (max-width: 768px) {
	#page-agency-2 {
		padding: 0;
		margin: 0;
	}

	/*流れボックス*/
	.flowBox {
		width: 100%;
		grid-row-gap: 20px;
	}
	.flowBox > dl {
		width: 100%;
		padding: 20px;
		border-radius: 10px;
		grid-row-gap: 10px;
	}
	.flowBox > dl > dt {
		column-gap: 10px;
		font-size: 4vw;
	}
	.flowBox > dl > dt::before {
		width: 40px;
		min-width: 40px;
		height: 40px;
		font-size: 20px;
	}
	/*流れ*/
	.flowList-2 {
		width: 100%;
		padding: 0 0 0 50px;
	}
	.flowList-2::before {
		content: "";
		position: absolute;
		top: 5px;
		bottom: 0;
		left: 18px;
		width: 6px;
		background: var(--grad);
		border-radius: 3px;
	}
	.flowList-2 > li {
		width: 100%;
		min-height: 70px;
		padding: 20px;
		border-radius: 10px;
		font-size: 4vw;
	}
	.flowList-2 > li::before {
		content: counter(flow-number);
		position: absolute;
		left: -50px;
		top: 0;
		width: 40px;
		height: 40px;
		border: 2px solid #0a438d;
		font-size: 16px;
		transform: unset;
	}
	/*ボタン*/
	a.btn {
		padding: 13px 15px;
		font-size: 12px;
	}
}

/* =========================================================
   ダビングサービス お申し込みフォーム
========================================================= */
#dubbing-application-form {
	--df-blue:#0757b9;
	--df-blue-dark:#034493;
	--df-blue-light:#f1f6fc;
	--df-border:#e3e8ed;
	--df-text:#222;
	--df-sub:#6b7280;
	--df-red:#d9534f;
	--df-orange:#f15a24;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	color:var(--df-text);
	font-size:16px;
	line-height:1.8;
}
#dubbing-application-form *,
#dubbing-application-form *::before,
#dubbing-application-form *::after {
	box-sizing:border-box;
}
/* ヘッダー */
#dubbing-application-form .dubbing-form__header {
	margin:0 0 28px;
	padding:34px 38px;
	background:linear-gradient(135deg,#0754aa 0%,#0874da 100%);
	border-radius:9px;
	color:#fff;
}
#dubbing-application-form .dubbing-form__eyebrow {
	margin:0 0 4px;
	color:#fff;
	font-size:11px;
	font-weight:700;
	letter-spacing:.12em;
	opacity:.8;
}
#dubbing-application-form .dubbing-form__header h2 {
	margin:0 0 8px;
	padding:0;
	border:0;
	background:none;
	color:#fff;
	font-size:29px;
	font-weight:700;
	line-height:1.4;
}
#dubbing-application-form .dubbing-form__lead {
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:1.8;
}
#dubbing-application-form .dubbing-required-inline {
	display:inline-block;
	margin:0 3px;
	padding:3px 7px;
	background:var(--df-red);
	border-radius:3px;
	color:#fff;
	font-size:10px;
	font-weight:700;
	line-height:1.4;
}
/* セクション */
#dubbing-application-form .dubbing-form__section {
	margin:0 0 28px;
	padding:0;
	background:#fff;
	border:1px solid var(--df-border);
	border-radius:8px;
	overflow:hidden;
	box-shadow:none;
}
#dubbing-application-form .dubbing-form__section-head {
	display:flex;
	align-items:center;
	gap:13px;
	padding:19px 22px;
	background:var(--df-blue-light);
	border:0;
	border-bottom:1px solid var(--df-border);
}
#dubbing-application-form .dubbing-form__section-num {
	display:flex;
	flex:0 0 38px;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	background:var(--df-blue);
	border-radius:50%;
	color:#fff;
	font-size:11px;
	font-weight:700;
}
#dubbing-application-form .dubbing-form__section-head h2 {
	margin:0 0 2px;
	padding:0;
	border:0;
	background:none;
	color:var(--df-blue-dark);
	font-size:20px;
	font-weight:700;
	line-height:1.5;
}
#dubbing-application-form .dubbing-form__section-head p {
	margin:0;
	color:var(--df-sub);
	font-size:12px;
	line-height:1.5;
}
/* 入力行 */
#dubbing-application-form .dubbing-field {
	display:grid;
	grid-template-columns:220px minmax(0,1fr);
	margin:0;
	padding:0;
	border:0;
	border-bottom:1px solid #edf0f3;
	background:#fff;
}
#dubbing-application-form .dubbing-field:last-child {
	border-bottom:0;
}
#dubbing-application-form .dubbing-field__label {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
	padding:22px 20px;
	background:#fff;
	border:0;
	font-weight:700;
}
#dubbing-application-form .dubbing-field__label label {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.6;
}
#dubbing-application-form .dubbing-field__input {
	min-width:0;
	padding:16px 22px;
	background:#fff;
	border:0;
}
/* 入力幅 */
#dubbing-application-form .dubbing-field__input--medium {
	max-width:460px;
}
#dubbing-application-form .dubbing-field__input--medium input {
	max-width:415px;
}
#dubbing-application-form .dubbing-field__input--small {
	max-width:250px;
}
#dubbing-application-form .dubbing-field__input--small input {
	max-width:205px;
}
#dubbing-application-form .dubbing-field__input--address {
	max-width:460px;
}
#dubbing-application-form .dubbing-field__input--address input {
	max-width:415px;
}
/* 必須・任意 */
#dubbing-application-form .dubbing-required,
#dubbing-application-form .dubbing-optional {
	display:inline-block;
	flex-shrink:0;
	padding:4px 6px;
	border-radius:3px;
	font-size:10px;
	font-weight:700;
	line-height:1.2;
}
#dubbing-application-form .dubbing-required {
	background:var(--df-red);
	color:#fff;
}
#dubbing-application-form .dubbing-optional {
	background:#e8eaed;
	color:#666;
}
/* 入力欄 */
#dubbing-application-form input[type="text"],
#dubbing-application-form input[type="email"],
#dubbing-application-form input[type="tel"],
#dubbing-application-form input[type="number"],
#dubbing-application-form textarea {
	width:100%;
	max-width:100%;
	margin:0;
	padding:10px 14px;
	background:#fff;
	border:1px solid #d1d8df;
	border-radius:4px;
	box-shadow:none;
	color:#222;
	font-size:16px;
	font-family:inherit;
	transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
#dubbing-application-form input[type="text"],
#dubbing-application-form input[type="email"],
#dubbing-application-form input[type="tel"],
#dubbing-application-form input[type="number"] {
	height:48px;
}
#dubbing-application-form textarea {
	height:150px;
	padding-top:13px;
	resize:vertical;
}
#dubbing-application-form input::placeholder,
#dubbing-application-form textarea::placeholder {
	color:#aaa;
	opacity:1;
}
#dubbing-application-form input:focus,
#dubbing-application-form textarea:focus {
	outline:none;
	border-color:var(--df-blue);
	box-shadow:0 0 0 3px rgba(7,87,185,.1);
}
#dubbing-application-form .dubbing-field__note {
	margin:6px 0 0;
	color:#777;
	font-size:11px;
	line-height:1.6;
}
#dubbing-application-form .dubbing-field__note--top {
	margin:0 0 8px;
}
/* 合計 */
#dubbing-application-form .dubbing-total {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin:0;
	padding:17px 22px;
	background:#f8fafc;
	border:0;
	border-bottom:1px solid #e5e9ed;
}
#dubbing-application-form .dubbing-total__label {
	display:flex;
	align-items:center;
	gap:10px;
}
#dubbing-application-form .dubbing-total__label strong {
	font-size:14px;
}
#dubbing-application-form .dubbing-auto-label {
	display:inline-block;
	padding:3px 7px;
	background:#e8edf3;
	border-radius:3px;
	color:#647080;
	font-size:10px;
	font-weight:700;
	line-height:1.3;
}
#dubbing-application-form .dubbing-total__input {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:7px;
	width:150px;
}
#dubbing-application-form .dubbing-total__input .wpcf7-form-control-wrap {
	width:90px;
}
#dubbing-application-form .dubbing-total__input input {
	width:90px;
	height:auto;
	padding:0;
	background:transparent!important;
	border:0!important;
	border-radius:0;
	box-shadow:none!important;
	color:var(--df-blue);
	font-size:22px;
	font-weight:700;
	text-align:right;
	pointer-events:none;
}
#dubbing-application-form .dubbing-total__input > span:last-child {
	font-size:14px;
	font-weight:700;
}
/* メディア */
#dubbing-application-form .dubbing-media-list {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	margin:0;
	padding:0;
	background:#fff;
	border:0;
}
#dubbing-application-form .dubbing-media {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	min-height:70px;
	margin:0;
	padding:11px 22px;
	background:#fff;
	border:0;
	border-bottom:1px solid #edf0f3;
}
#dubbing-application-form .dubbing-media:nth-child(odd),
#dubbing-application-form .dubbing-media:nth-child(even) {
	border-left:0!important;
	border-right:0!important;
}
#dubbing-application-form .dubbing-media:nth-last-child(-n+2) {
	border-bottom:0;
}
#dubbing-application-form .dubbing-media__name {
	font-size:13px;
	font-weight:700;
	line-height:1.5;
}
#dubbing-application-form .dubbing-media__input {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:7px;
	width:135px;
}
#dubbing-application-form .dubbing-media__input .wpcf7-form-control-wrap {
	width:90px;
}
#dubbing-application-form .dubbing-media__input input[type="number"] {
	width:90px;
	height:43px;
	padding:7px 8px;
	text-align:center;
}
#dubbing-application-form .dubbing-media__input > span:last-child {
	flex-shrink:0;
	min-width:27px;
	font-size:12px;
}
/* ラジオ・チェック */
#dubbing-application-form .dubbing-choice {
	padding-top:18px;
	padding-bottom:18px;
}
#dubbing-application-form .dubbing-choice .wpcf7-form-control {
	display:flex;
	flex-direction:column;
	gap:10px;
}
#dubbing-application-form .dubbing-choice .wpcf7-list-item {
	display:block;
	margin:0;
}
#dubbing-application-form .dubbing-choice label {
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0;
	cursor:pointer;
	font-weight:400;
}
#dubbing-application-form .dubbing-choice input[type="radio"],
#dubbing-application-form .dubbing-choice input[type="checkbox"],
#dubbing-application-form .dubbing-agreement input[type="checkbox"] {
	-webkit-appearance:auto!important;
	appearance:auto!important;
	position:static!important;
	opacity:1!important;
	visibility:visible!important;
	display:inline-block!important;
	width:20px!important;
	height:20px!important;
	min-width:20px!important;
	margin:0!important;
	padding:0!important;
	border:initial!important;
	background:initial!important;
	box-shadow:none!important;
	transform:none!important;
	clip:auto!important;
	clip-path:none!important;
	accent-color:#0757b9;
	cursor:pointer;
}
#dubbing-application-form .dubbing-choice .wpcf7-list-item-label {
	display:inline-block;
	line-height:1.6;
}
/* 発送案内 */
#dubbing-application-form .dubbing-shipping-guide {
	margin:0;
	padding:22px;
	background:#f8fafc;
	border:0;
	border-radius:0;
}
#dubbing-application-form .dubbing-shipping-guide h3 {
	margin:0 0 7px;
	color:var(--df-blue-dark);
	font-size:16px;
	font-weight:700;
	line-height:1.5;
}
#dubbing-application-form .dubbing-shipping-guide > p {
	margin:0;
	color:#444;
	font-size:13px;
	line-height:1.8;
}
/* フロー */
#dubbing-application-form .dubbing-simple-flow {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	margin:18px 0 0;
	padding:0;
	border:0;
	border-top:1px solid #e3e8ed;
	border-bottom:1px solid #e3e8ed;
}
#dubbing-application-form .dubbing-simple-flow__item {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	gap:5px;
	margin:0;
	padding:14px 7px;
	background:transparent;
	border:0;
	border-radius:0;
	text-align:center;
}
#dubbing-application-form .dubbing-simple-flow__item span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	margin:0;
	background:var(--df-blue);
	border-radius:50%;
	color:#fff;
	font-size:10px;
	font-weight:700;
}
#dubbing-application-form .dubbing-simple-flow__item strong {
	font-size:11px;
	font-weight:700;
	line-height:1.5;
}
/* 送料表 */
#dubbing-application-form .dubbing-table-wrap {
	margin:0;
	padding:22px;
	overflow-x:auto;
	background:#fff;
}
#dubbing-application-form .dubbing-shipping-table {
	width:100%;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	font-size:13px;
}
#dubbing-application-form .dubbing-shipping-table th,
#dubbing-application-form .dubbing-shipping-table td {
	padding:13px 14px;
	border-left:0!important;
	border-right:0!important;
	border-top:0;
	border-bottom:1px solid #e4e8ec;
	vertical-align:middle;
}
#dubbing-application-form .dubbing-shipping-table th {
	background:var(--df-blue);
	border-bottom:0;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-align:center;
}
#dubbing-application-form .dubbing-shipping-table td {
	background:#fff;
}
#dubbing-application-form .dubbing-shipping-table td:first-child {
	background:#fafbfc;
}
#dubbing-application-form .dubbing-shipping-table small {
	display:block;
	margin-top:2px;
	color:#777;
	font-size:10px;
	line-height:1.5;
}
/* 注意事項 */
#dubbing-application-form .dubbing-attention {
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	background:#fff;
	overflow:visible;
}
#dubbing-application-form .dubbing-attention summary {
	position:relative;
	display:block;
	margin:0;
	padding:17px 50px 17px 22px;
	background:#fff9e9;
	border:0;
	color:#665000;
	font-size:14px;
	font-weight:700;
	line-height:1.5;
	cursor:pointer;
	list-style:none;
}
#dubbing-application-form .dubbing-attention summary::-webkit-details-marker {
	display:none;
}
#dubbing-application-form .dubbing-attention summary::after {
	content:"＋";
	position:absolute;
	top:50%;
	right:22px;
	transform:translateY(-50%);
	font-size:20px;
	font-weight:400;
}
#dubbing-application-form .dubbing-attention[open] summary::after {
	content:"−";
}
#dubbing-application-form .dubbing-attention__body {
	margin:0;
	padding:7px 22px 20px;
	background:#fffdf8;
	border:0;
}
#dubbing-application-form .dubbing-attention__body ul {
	margin:12px 0 0;
	padding:0 0 0 1.4em;
}
#dubbing-application-form .dubbing-attention__body li {
	margin:0 0 7px;
	color:#444;
	font-size:12px;
	line-height:1.8;
}
/* 同意 */
#dubbing-application-form .dubbing-agreement {
	margin:0;
	padding:19px 22px;
	background:#f6f8fa;
	border:0;
	border-radius:0;
	font-size:13px;
	font-weight:700;
}
#dubbing-application-form .dubbing-agreement .wpcf7-list-item {
	margin:0;
}
#dubbing-application-form .dubbing-agreement label {
	display:inline-flex;
	align-items:center;
	gap:10px;
	cursor:pointer;
}
/* 送信 */
#dubbing-application-form .dubbing-form__submit-area {
	margin:0;
	padding:8px 0 25px;
	text-align:center;
}
#dubbing-application-form .dubbing-form__submit-note {
	margin:0 0 14px;
	font-size:13px;
	font-weight:700;
}
#dubbing-application-form .dubbing-submit {
	display:block;
	width:100%;
	max-width:620px;
	height:62px;
	margin:0 auto;
	padding:0 20px;
	background:var(--df-orange);
	border:0;
	border-radius:5px;
	box-shadow:none;
	color:#fff;
	font-family:inherit;
	font-size:17px;
	font-weight:700;
	cursor:pointer;
	transition:opacity .2s ease,transform .2s ease;
}
#dubbing-application-form .dubbing-submit:hover {
	opacity:.9;
	transform:translateY(-1px);
}
#dubbing-application-form .dubbing-form__privacy {
	max-width:680px;
	margin:15px auto 0;
	color:#777;
	font-size:10px;
	line-height:1.7;
}
/* エラー */
#dubbing-application-form span.wpcf7-not-valid-tip {
	display:block;
	margin-top:6px;
	color:#d9534f;
	font-size:12px;
	font-weight:700;
	line-height:1.5;
}
#dubbing-application-form span.wpcf7-not-valid-tip::before {
	content:"\26A0";
	margin-right:5px;
}
#dubbing-application-form .wpcf7-form-control.wpcf7-not-valid {
	background:#fdf2f2!important;
	border:2px solid #d9534f!important;
}
.wpcf7 form:has(#dubbing-application-form) .wpcf7-response-output {
	margin:18px 0 0;
	padding:14px 17px;
	border-radius:4px;
	font-size:13px;
	font-weight:700;
	line-height:1.7;
}
.wpcf7 form.invalid:has(#dubbing-application-form) .wpcf7-response-output {
	background:#fdf2f2;
	border:2px solid #d9534f;
	color:#b73430;
}
.wpcf7 form.sent:has(#dubbing-application-form) .wpcf7-response-output {
	background:#effaf2;
	border:2px solid #31985a;
	color:#277948;
}
/* スマホ */
@media screen and (max-width:767px) {
	#dubbing-application-form {
		font-size:15px;
	}
	#dubbing-application-form .dubbing-form__header {
		margin-bottom:20px;
		padding:23px 17px;
		border-radius:6px;
	}
	#dubbing-application-form .dubbing-form__header h2 {
		font-size:23px;
	}
	#dubbing-application-form .dubbing-form__lead {
		font-size:12px;
	}
	#dubbing-application-form .dubbing-form__section {
		margin-bottom:22px;
		border-radius:6px;
	}
	#dubbing-application-form .dubbing-form__section-head {
		gap:10px;
		padding:15px 13px;
	}
	#dubbing-application-form .dubbing-form__section-num {
		flex:0 0 34px;
		width:34px;
		height:34px;
		font-size:10px;
	}
	#dubbing-application-form .dubbing-form__section-head h2 {
		font-size:17px;
	}
	#dubbing-application-form .dubbing-form__section-head p {
		font-size:10px;
	}
	#dubbing-application-form .dubbing-field {
		display:block;
	}
	#dubbing-application-form .dubbing-field__label {
		justify-content:flex-start;
		align-items:center;
		padding:14px 13px 5px;
	}
	#dubbing-application-form .dubbing-field__input,
	#dubbing-application-form .dubbing-field__input--medium,
	#dubbing-application-form .dubbing-field__input--small,
	#dubbing-application-form .dubbing-field__input--address {
		max-width:none;
		padding:5px 13px 16px;
	}
	#dubbing-application-form .dubbing-field__input--medium input,
	#dubbing-application-form .dubbing-field__input--small input,
	#dubbing-application-form .dubbing-field__input--address input {
		max-width:100%;
	}
	#dubbing-application-form input[type="text"],
	#dubbing-application-form input[type="email"],
	#dubbing-application-form input[type="tel"],
	#dubbing-application-form input[type="number"] {
		height:50px;
		font-size:16px;
	}
	#dubbing-application-form textarea {
		height:135px;
		font-size:16px;
	}
	#dubbing-application-form .dubbing-total {
		padding:14px 13px;
	}
	#dubbing-application-form .dubbing-total__input {
		width:125px;
	}
	#dubbing-application-form .dubbing-total__input input {
		font-size:20px;
	}
	#dubbing-application-form .dubbing-media-list {
		grid-template-columns:1fr;
	}
	#dubbing-application-form .dubbing-media {
		min-height:61px;
		padding:9px 13px;
		border-right:0!important;
		border-left:0!important;
		border-bottom:1px solid #edf0f3;
	}
	#dubbing-application-form .dubbing-media:nth-last-child(-n+2) {
		border-bottom:1px solid #edf0f3;
	}
	#dubbing-application-form .dubbing-media:last-child {
		border-bottom:0;
	}
	#dubbing-application-form .dubbing-media__input {
		width:125px;
	}
	#dubbing-application-form .dubbing-media__input .wpcf7-form-control-wrap {
		width:82px;
	}
	#dubbing-application-form .dubbing-media__input input[type="number"] {
		width:82px;
		height:42px;
	}
	#dubbing-application-form .dubbing-shipping-guide {
		padding:17px 13px;
	}
	#dubbing-application-form .dubbing-shipping-guide h3 {
		font-size:15px;
	}
	#dubbing-application-form .dubbing-shipping-guide > p {
		font-size:12px;
	}
	#dubbing-application-form .dubbing-simple-flow {
		display:block;
	}
	#dubbing-application-form .dubbing-simple-flow__item {
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-start;
		gap:9px;
		padding:10px 3px;
		border-bottom:1px solid #e5e9ed;
		text-align:left;
	}
	#dubbing-application-form .dubbing-simple-flow__item:last-child {
		border-bottom:0;
	}
	#dubbing-application-form .dubbing-simple-flow__item span {
		flex:0 0 24px;
	}
	#dubbing-application-form .dubbing-simple-flow__item strong {
		font-size:11px;
	}
	#dubbing-application-form .dubbing-table-wrap {
		padding:16px 13px 20px;
	}
	#dubbing-application-form .dubbing-shipping-table {
		min-width:500px;
		font-size:11px;
	}
	#dubbing-application-form .dubbing-shipping-table th,
	#dubbing-application-form .dubbing-shipping-table td {
		padding:10px 8px;
	}
	#dubbing-application-form .dubbing-attention summary {
		padding:15px 43px 15px 13px;
		font-size:13px;
	}
	#dubbing-application-form .dubbing-attention summary::after {
		right:14px;
	}
	#dubbing-application-form .dubbing-attention__body {
		padding:5px 13px 16px;
	}
	#dubbing-application-form .dubbing-attention__body li {
		font-size:11px;
	}
	#dubbing-application-form .dubbing-agreement {
		padding:16px 13px;
		font-size:12px;
	}
	#dubbing-application-form .dubbing-submit {
		height:58px;
		font-size:16px;
	}
	#dubbing-application-form .dubbing-form__privacy {
		padding:0 10px;
		font-size:10px;
	}
}

/* =========================================================
   スマホ完全補完版
========================================================= */
@media screen and (max-width:767px) {

	/* =========================================
	   全体
	========================================= */
	#dubbing-application-form {
		width:100%!important;
		max-width:100%!important;
		margin:0!important;
		padding:0!important;
		font-size:15px!important;
		line-height:1.7!important;
		overflow:visible!important;
	}

	#dubbing-application-form *,
	#dubbing-application-form *::before,
	#dubbing-application-form *::after {
		box-sizing:border-box!important;
	}

	/* =========================================
	   フォーム上部
	========================================= */
	#dubbing-application-form .dubbing-form__header {
		width:100%!important;
		margin:0 0 20px!important;
		padding:22px 16px!important;
		background:linear-gradient(135deg,#0754aa 0%,#0874da 100%)!important;
		border-radius:6px!important;
		color:#fff!important;
	}

	#dubbing-application-form .dubbing-form__eyebrow {
		display:block!important;
		margin:0 0 3px!important;
		padding:0!important;
		color:#fff!important;
		font-size:10px!important;
		line-height:1.4!important;
	}

	#dubbing-application-form .dubbing-form__header h2 {
		display:block!important;
		margin:0 0 7px!important;
		padding:0!important;
		border:0!important;
		background:none!important;
		color:#fff!important;
		font-size:23px!important;
		line-height:1.4!important;
	}

	#dubbing-application-form .dubbing-form__lead {
		margin:0!important;
		padding:0!important;
		color:#fff!important;
		font-size:12px!important;
		line-height:1.7!important;
	}

	/* =========================================
	   セクション
	========================================= */
	#dubbing-application-form .dubbing-form__section {
		display:block!important;
		width:100%!important;
		margin:0 0 22px!important;
		padding:0!important;
		background:#fff!important;
		border:1px solid #e3e8ed!important;
		border-radius:6px!important;
		overflow:hidden!important;
	}

	/* =========================================
	   セクション見出し
	========================================= */
	#dubbing-application-form .dubbing-form__section-head {
		display:flex!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:flex-start!important;
		width:100%!important;
		gap:10px!important;
		margin:0!important;
		padding:15px 13px!important;
		background:#f1f6fc!important;
		border:0!important;
		border-bottom:1px solid #e3e8ed!important;
	}

	#dubbing-application-form .dubbing-form__section-num {
		display:flex!important;
		flex:0 0 34px!important;
		align-items:center!important;
		justify-content:center!important;
		width:34px!important;
		min-width:34px!important;
		max-width:34px!important;
		height:34px!important;
		margin:0!important;
		padding:0!important;
		position:static!important;
		background:#0757b9!important;
		border:0!important;
		border-radius:50%!important;
		color:#fff!important;
		font-size:10px!important;
		line-height:1!important;
		font-weight:700!important;
	}

	#dubbing-application-form .dubbing-form__section-head > div {
		display:block!important;
		flex:1!important;
		width:auto!important;
		min-width:0!important;
		margin:0!important;
		padding:0!important;
	}

	#dubbing-application-form .dubbing-form__section-head h2 {
		display:block!important;
		margin:0 0 2px!important;
		padding:0!important;
		background:none!important;
		border:0!important;
		color:#034493!important;
		font-size:18px!important;
		line-height:1.4!important;
		font-weight:700!important;
	}

	#dubbing-application-form .dubbing-form__section-head p {
		display:block!important;
		margin:0!important;
		padding:0!important;
		color:#6b7280!important;
		font-size:11px!important;
		line-height:1.5!important;
	}

	/* =========================================
	   通常入力行
	========================================= */
	#dubbing-application-form .dubbing-field {
		display:block!important;
		width:100%!important;
		min-width:0!important;
		margin:0!important;
		padding:0!important;
		background:#fff!important;
		border:0!important;
		border-bottom:1px solid #edf0f3!important;
	}

	#dubbing-application-form .dubbing-field:last-child {
		border-bottom:0!important;
	}

	#dubbing-application-form .dubbing-field__label {
		display:flex!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:flex-start!important;
		width:100%!important;
		gap:8px!important;
		margin:0!important;
		padding:14px 13px 6px!important;
		background:#fff!important;
		border:0!important;
	}

	#dubbing-application-form .dubbing-field__label label {
		display:inline-block!important;
		width:auto!important;
		margin:0!important;
		padding:0!important;
		color:#111!important;
		font-size:14px!important;
		line-height:1.5!important;
		font-weight:700!important;
	}

	#dubbing-application-form .dubbing-required,
	#dubbing-application-form .dubbing-optional {
		display:inline-block!important;
		width:auto!important;
		height:auto!important;
		margin:0!important;
		padding:4px 6px!important;
		position:static!important;
		border-radius:3px!important;
		font-size:10px!important;
		line-height:1.2!important;
	}

	#dubbing-application-form .dubbing-required {
		background:#d9534f!important;
		color:#fff!important;
	}

	#dubbing-application-form .dubbing-optional {
		background:#e8eaed!important;
		color:#666!important;
	}

	#dubbing-application-form .dubbing-field__input,
	#dubbing-application-form .dubbing-field__input--medium,
	#dubbing-application-form .dubbing-field__input--small,
	#dubbing-application-form .dubbing-field__input--address {
		display:block!important;
		width:100%!important;
		max-width:100%!important;
		min-width:0!important;
		margin:0!important;
		padding:5px 13px 17px!important;
		background:#fff!important;
		border:0!important;
	}

	/* =========================================
	   CF7 wrapper
	========================================= */
	#dubbing-application-form .wpcf7-form-control-wrap {
		display:block!important;
		width:100%!important;
		max-width:100%!important;
		min-width:0!important;
		margin:0!important;
		padding:0!important;
		position:relative!important;
	}

	/* =========================================
	   input / textarea
	========================================= */
	#dubbing-application-form input[type="text"],
	#dubbing-application-form input[type="email"],
	#dubbing-application-form input[type="tel"],
	#dubbing-application-form input[type="number"],
	#dubbing-application-form textarea {
		-webkit-appearance:none!important;
		appearance:none!important;
		display:block!important;
		visibility:visible!important;
		opacity:1!important;
		position:static!important;
		float:none!important;
		clear:none!important;
		width:100%!important;
		max-width:100%!important;
		min-width:0!important;
		height:50px!important;
		margin:0!important;
		padding:10px 12px!important;
		background:#fff!important;
		border:1px solid #d1d8df!important;
		border-radius:5px!important;
		box-shadow:none!important;
		color:#222!important;
		font-family:inherit!important;
		font-size:16px!important;
		line-height:1.4!important;
		transform:none!important;
	}

	#dubbing-application-form textarea {
		height:135px!important;
		min-height:135px!important;
		resize:vertical!important;
	}

	#dubbing-application-form input::placeholder,
	#dubbing-application-form textarea::placeholder {
		color:#aaa!important;
		opacity:1!important;
	}

	#dubbing-application-form .dubbing-field__note {
		display:block!important;
		margin:6px 0 0!important;
		padding:0!important;
		color:#777!important;
		font-size:11px!important;
		line-height:1.6!important;
	}

	/* =========================================
	   合計欄
	========================================= */
	#dubbing-application-form .dubbing-total {
		display:flex!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:space-between!important;
		width:100%!important;
		gap:10px!important;
		margin:0!important;
		padding:14px 13px!important;
		background:#f8fafc!important;
		border:0!important;
		border-bottom:1px solid #e5e9ed!important;
	}

	#dubbing-application-form .dubbing-total__label {
		display:flex!important;
		align-items:center!important;
		gap:7px!important;
		width:auto!important;
		margin:0!important;
		padding:0!important;
	}

	#dubbing-application-form .dubbing-total__label strong {
		font-size:14px!important;
		line-height:1.4!important;
	}

	#dubbing-application-form .dubbing-auto-label {
		display:inline-block!important;
		margin:0!important;
		padding:3px 6px!important;
		background:#e8edf3!important;
		border-radius:3px!important;
		color:#647080!important;
		font-size:9px!important;
	}

	#dubbing-application-form .dubbing-total__input {
		display:flex!important;
		flex:0 0 100px!important;
		align-items:center!important;
		justify-content:flex-end!important;
		width:100px!important;
		gap:6px!important;
		margin:0!important;
		padding:0!important;
	}

	#dubbing-application-form .dubbing-total__input .wpcf7-form-control-wrap {
		width:55px!important;
		max-width:55px!important;
		flex:0 0 55px!important;
	}

	#dubbing-application-form .dubbing-total__input input[type="number"] {
		-webkit-appearance:textfield!important;
		appearance:textfield!important;
		display:block!important;
		width:55px!important;
		max-width:55px!important;
		height:auto!important;
		margin:0!important;
		padding:0!important;
		background:transparent!important;
		border:0!important;
		border-radius:0!important;
		box-shadow:none!important;
		color:#0757b9!important;
		font-size:20px!important;
		line-height:1.2!important;
		font-weight:700!important;
		text-align:right!important;
	}

	#dubbing-application-form .dubbing-total__input > span:last-child {
		display:inline-block!important;
		width:auto!important;
		margin:0!important;
		padding:0!important;
		font-size:13px!important;
		font-weight:700!important;
	}

	/* =========================================
	   ダビング依頼品
	========================================= */
	#dubbing-application-form .dubbing-media-list {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:0!important;
		background:#fff!important;
		border:0!important;
	}

	#dubbing-application-form .dubbing-media {
		display:flex!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:space-between!important;
		width:100%!important;
		min-width:0!important;
		min-height:62px!important;
		gap:10px!important;
		margin:0!important;
		padding:9px 13px!important;
		background:#fff!important;
		border:0!important;
		border-bottom:1px solid #edf0f3!important;
	}

	#dubbing-application-form .dubbing-media:last-child {
		border-bottom:0!important;
	}

	#dubbing-application-form .dubbing-media__name {
		display:block!important;
		flex:1 1 auto!important;
		width:auto!important;
		min-width:0!important;
		margin:0!important;
		padding:0!important;
		color:#111!important;
		font-size:14px!important;
		line-height:1.5!important;
		font-weight:700!important;
	}

	#dubbing-application-form .dubbing-media__input {
		display:flex!important;
		flex:0 0 125px!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:flex-end!important;
		width:125px!important;
		max-width:125px!important;
		gap:7px!important;
		margin:0!important;
		padding:0!important;
	}

	#dubbing-application-form .dubbing-media__input .wpcf7-form-control-wrap {
		display:block!important;
		flex:0 0 82px!important;
		width:82px!important;
		max-width:82px!important;
	}

	#dubbing-application-form .dubbing-media__input input[type="number"] {
		-webkit-appearance:textfield!important;
		appearance:textfield!important;
		display:block!important;
		visibility:visible!important;
		opacity:1!important;
		position:static!important;
		width:82px!important;
		max-width:82px!important;
		min-width:82px!important;
		height:42px!important;
		margin:0!important;
		padding:6px 8px!important;
		background:#fff!important;
		border:1px solid #d1d8df!important;
		border-radius:5px!important;
		box-shadow:none!important;
		color:#222!important;
		font-size:16px!important;
		line-height:1.3!important;
		text-align:center!important;
	}

	#dubbing-application-form .dubbing-media__input > span:last-child {
		display:inline-block!important;
		flex:0 0 auto!important;
		width:auto!important;
		min-width:28px!important;
		margin:0!important;
		padding:0!important;
		color:#111!important;
		font-size:13px!important;
		line-height:1.4!important;
		text-align:left!important;
	}

	/* Chrome 数値上下ボタン非表示 */
	#dubbing-application-form input[type="number"]::-webkit-inner-spin-button,
	#dubbing-application-form input[type="number"]::-webkit-outer-spin-button {
		margin:0!important;
		-webkit-appearance:none!important;
	}

	/* =========================================
	   ラジオ・チェック
	========================================= */
	#dubbing-application-form .dubbing-choice {
		display:block!important;
		width:100%!important;
		padding:8px 13px 17px!important;
	}

	#dubbing-application-form .dubbing-choice .wpcf7-form-control {
		display:flex!important;
		flex-direction:column!important;
		align-items:flex-start!important;
		gap:10px!important;
		width:100%!important;
	}

	#dubbing-application-form .dubbing-choice .wpcf7-list-item {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:0!important;
	}

	#dubbing-application-form .dubbing-choice label,
	#dubbing-application-form .dubbing-agreement label {
		display:flex!important;
		flex-direction:row!important;
		align-items:flex-start!important;
		justify-content:flex-start!important;
		gap:9px!important;
		width:auto!important;
		margin:0!important;
		padding:0!important;
		cursor:pointer!important;
	}

	#dubbing-application-form .dubbing-choice input[type="radio"],
	#dubbing-application-form .dubbing-choice input[type="checkbox"],
	#dubbing-application-form .dubbing-agreement input[type="checkbox"] {
		-webkit-appearance:auto!important;
		appearance:auto!important;
		display:inline-block!important;
		visibility:visible!important;
		opacity:1!important;
		position:static!important;
		float:none!important;
		flex:0 0 20px!important;
		width:20px!important;
		min-width:20px!important;
		max-width:20px!important;
		height:20px!important;
		margin:2px 0 0!important;
		padding:0!important;
		border:initial!important;
		background:initial!important;
		box-shadow:none!important;
		transform:none!important;
		clip:auto!important;
		clip-path:none!important;
		accent-color:#0757b9!important;
	}

	#dubbing-application-form .dubbing-choice .wpcf7-list-item-label {
		display:inline-block!important;
		width:auto!important;
		color:#222!important;
		font-size:14px!important;
		line-height:1.6!important;
	}

	/* =========================================
	   発送案内
	========================================= */
	#dubbing-application-form .dubbing-shipping-guide {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:17px 13px!important;
		background:#f8fafc!important;
		border:0!important;
	}

	#dubbing-application-form .dubbing-shipping-guide h3 {
		margin:0 0 7px!important;
		padding:0!important;
		color:#034493!important;
		font-size:15px!important;
		line-height:1.5!important;
	}

	#dubbing-application-form .dubbing-shipping-guide > p {
		margin:0!important;
		padding:0!important;
		color:#444!important;
		font-size:12px!important;
		line-height:1.7!important;
	}

	/* =========================================
	   流れ
	========================================= */
	#dubbing-application-form .dubbing-simple-flow {
		display:block!important;
		width:100%!important;
		margin:15px 0 0!important;
		padding:0!important;
		border-top:1px solid #e3e8ed!important;
		border-bottom:1px solid #e3e8ed!important;
	}

	#dubbing-application-form .dubbing-simple-flow__item {
		display:flex!important;
		flex-direction:row!important;
		align-items:center!important;
		justify-content:flex-start!important;
		width:100%!important;
		gap:9px!important;
		margin:0!important;
		padding:10px 3px!important;
		border:0!important;
		border-bottom:1px solid #e5e9ed!important;
		text-align:left!important;
	}

	#dubbing-application-form .dubbing-simple-flow__item:last-child {
		border-bottom:0!important;
	}

	#dubbing-application-form .dubbing-simple-flow__item span {
		display:flex!important;
		flex:0 0 24px!important;
		align-items:center!important;
		justify-content:center!important;
		width:24px!important;
		height:24px!important;
		margin:0!important;
		background:#0757b9!important;
		border-radius:50%!important;
		color:#fff!important;
		font-size:10px!important;
		line-height:1!important;
	}

	#dubbing-application-form .dubbing-simple-flow__item strong {
		font-size:12px!important;
		line-height:1.5!important;
	}

	/* =========================================
	   送料表
	========================================= */
	#dubbing-application-form .dubbing-table-wrap {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:16px 13px 20px!important;
		overflow-x:auto!important;
		-webkit-overflow-scrolling:touch!important;
	}

	#dubbing-application-form .dubbing-shipping-table {
		width:100%!important;
		min-width:520px!important;
		margin:0!important;
		border-collapse:collapse!important;
		font-size:11px!important;
	}

	#dubbing-application-form .dubbing-shipping-table th,
	#dubbing-application-form .dubbing-shipping-table td {
		padding:10px 8px!important;
		border-left:0!important;
		border-right:0!important;
	}

	/* =========================================
	   注意事項
	========================================= */
	#dubbing-application-form .dubbing-attention {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:0!important;
		border:0!important;
	}

	#dubbing-application-form .dubbing-attention summary {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:15px 43px 15px 13px!important;
		position:relative!important;
		background:#fff9e9!important;
		color:#665000!important;
		font-size:13px!important;
		line-height:1.5!important;
	}

	#dubbing-application-form .dubbing-attention summary::after {
		right:14px!important;
	}

	#dubbing-application-form .dubbing-attention__body {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:5px 13px 16px!important;
		background:#fffdf8!important;
	}

	#dubbing-application-form .dubbing-attention__body ul {
		margin:10px 0 0!important;
		padding:0 0 0 1.3em!important;
	}

	#dubbing-application-form .dubbing-attention__body li {
		margin:0 0 7px!important;
		font-size:11px!important;
		line-height:1.7!important;
	}

	/* =========================================
	   同意
	========================================= */
	#dubbing-application-form .dubbing-agreement {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:16px 13px!important;
		background:#f6f8fa!important;
		font-size:12px!important;
		line-height:1.6!important;
	}

	/* =========================================
	   送信
	========================================= */
	#dubbing-application-form .dubbing-form__submit-area {
		display:block!important;
		width:100%!important;
		margin:0!important;
		padding:5px 0 20px!important;
		text-align:center!important;
	}

	#dubbing-application-form .dubbing-form__submit-note {
		margin:0 0 12px!important;
		padding:0 10px!important;
		font-size:12px!important;
		line-height:1.6!important;
	}

	#dubbing-application-form .dubbing-submit {
		display:block!important;
		width:calc(100% - 26px)!important;
		max-width:none!important;
		height:58px!important;
		margin:0 13px!important;
		padding:0 15px!important;
		background:#f15a24!important;
		border:0!important;
		border-radius:5px!important;
		color:#fff!important;
		font-size:16px!important;
		line-height:1!important;
		font-weight:700!important;
	}

	#dubbing-application-form .dubbing-form__privacy {
		width:100%!important;
		margin:13px auto 0!important;
		padding:0 13px!important;
		color:#777!important;
		font-size:10px!important;
		line-height:1.6!important;
	}

	/* =========================================
	   エラー
	========================================= */
	#dubbing-application-form span.wpcf7-not-valid-tip {
		display:block!important;
		margin:6px 0 0!important;
		color:#d9534f!important;
		font-size:11px!important;
		font-weight:700!important;
		line-height:1.5!important;
	}

	#dubbing-application-form .wpcf7-form-control.wpcf7-not-valid {
		display:block!important;
		visibility:visible!important;
		opacity:1!important;
		background:#fdf2f2!important;
		border:2px solid #d9534f!important;
	}
}


#price-audio,
#price-photo {
	scroll-margin-top:120px;
}

/* ==============================
   PC / SP 表示切り替え
================================ */

.pc {
	display: block;
}

.sp {
	display: none;
}

/* br.pc はPCのみ改行 */
br.pc {
	display: inline;
}


/* ==============================
   ご挨拶
================================ */

.greeting-text {
	font-size: 16px;
	line-height: 2;
}

.greeting-text::after {
	content: "";
	display: block;
	clear: both;
}

.greeting-text p {
	margin: 0 0 24px;
}


/* ==============================
   ユネスコリンク
================================ */

.greeting-text .unesco-link {
	margin-bottom: 36px;
}

.greeting-text .unesco-link a {
	color: #c46a35;
	text-decoration: underline;
}


/* ==============================
   PC：代表写真
================================ */

.representative-photo {
	float: right;
	width: 350px;
	margin: 0 0 30px 50px;
}

.representative-photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.representative-photo .signature {
	margin: 16px 0 0;
	padding: 0;
	text-align: right;
	line-height: 1.8;
}


/* ==============================
   最後の挨拶
================================ */

.greeting-text .greeting-last {
	margin-top: 48px;
	margin-bottom: 0;
}


/* ==============================
   スマートフォン
================================ */

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

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* PC用改行を無効 */
	br.pc {
		display: none !important;
	}

	.greeting-text {
		font-size: 15px;
		line-height: 1.9;
	}

	.greeting-text p {
		margin-bottom: 20px;
	}

	.greeting-text .greeting-last {
		margin-top: 30px;
		margin-bottom: 0;
	}

	/* ==============================
	   スマホ用代表写真
	================================ */

	.representative-photo-sp {
		width: 100%;
		margin: 30px 0 40px;
	}

	.representative-photo-sp img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 18px;
		border-radius: 4px;
	}

	.representative-photo-sp .signature {
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 1.8;
	}
}