@charset "UTF-8";

/*/////////////////////////////
基本設定
////////////////////////////*/

html {
	overflow-y: scroll;
	background: #eee;
}

body {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 1.6em;
	color: #3b3b3b;
	/* 	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif; */
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 0 8px gray;
	overflow: hidden;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

*:focus {
	outline: none;
}

a {
	cursor: pointer;
}

a,
button,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: medium;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*画面サイズ別表示*/
.sp_only {
	display: block;
}

.pc_only {
	display: none;
}


@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}

	.pc_only {
		display: block;
	}

	body {
		font-size: 18px;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	body {
		font-size: 16px;
	}
}

/*PC*/

/*/////////////////////////////
カラー指定
////////////////////////////*/

:root {
	--wht: #fff;
	--blk: #1c1c1c;
	--dbl: #1C3181;
	--ble: #0080e5;
	--org: #FEBA17;
	--lgry: #d6d6d6;
	--gry: #909090;
	--dgry: #595959;
	--red: #FE3838;
	--danger: #C8102E;
}


/*/////////////////////////////
コンテンツ共通
////////////////////////////*/

#main {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	background-color: var(--wht);
}

.content_wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.content {
	overflow: hidden;
	padding: 1.5rem 0;
	width: 100%;
}

.content_inner {
	padding: 0 1rem 2rem;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	background-color: var(--wht);
}

.section_title {
	position: relative;
	font-weight: 500;
	font-size: 120%;
	padding: 0.5em;
	margin-bottom: 1rem;
	line-height: 1.6em;
}

.section_title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	border-radius: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(var(--dbl)), to(var(--ble)));
	background-image: -webkit-linear-gradient(right, var(--dbl) 0%, var(--ble) 100%);
	background-image: linear-gradient(to left, var(--dbl) 0%, var(--ble) 100%);
}

.text_title {
	font-weight: 500;
	font-size: 120%;
	height: auto;
	margin: 2rem auto 1rem;
	padding: 10px 18px;
	color: var(--wht);
	background-color: var(--dbl);
	border-radius: 36px;
	line-height: 1.6em;
}

.text_inner {
	padding: 0 0.5rem;
	margin-top: 2rem;
}

.text_subtitle {
	display: inline-block;
	color: var(--wht);
	background-color: var(--dbl);
	border-radius: 5px;
	padding: 10px 1rem;
	margin: 1rem 0 0;
	line-height: 1.6em;
}

.pdf {
	display: block;
	height: 1.5rem;
	width: auto;
	padding-bottom: 3px;
}


@media screen and (min-width:768px) {
	.content {
		padding: 2rem 1.5rem 0;
	}

	.text_title {
		margin-bottom: 1.2rem;
		margin-top: 2.5rem;
	}

	.text_inner {
		padding: 0 1rem;
	}

	.text_subtitle {
		margin: 2.5rem 0 0;
	}

	.pdf {
		height: 22px;
		margin-bottom: 7px;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	.pdf {
		height: 18px;
		margin-bottom: 5px;
	}
}

/*PC*/


/*/////////////////////////////
文字設定
////////////////////////////*/

p {
	margin-bottom: 0.5rem;
}

.red {
	color: var(--red);
}

.link {
	cursor: pointer;
	text-decoration: underline;
	color: var(--ble);
	word-break: break-all;
}

.bold {
	font-weight: bold;
}

.bold_none {
	font-weight: normal;
}

.center {
	display: block;
	text-align: center;
}

sup {
	font-size: 12px;
}

/*注釈 数字あり*/
.note_cmt {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0.25rem 0 2rem 0;
	text-align: left;
}

.note_cmt p {
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 0.5rem;
}

/*注釈 数字なし*/
.note_cmt1 {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0.25rem 0 2rem 12px;
	text-align: left;
}

.note_cmt1 p {
	text-indent: -1rem;
	margin-bottom: 0.5rem;
}

/*indent*/
.list_indent1 li {
	text-indent: -1rem;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}

.list_indent1 .indent,
.indent {
	text-indent: 0;
	padding-left: 1rem;
}

.list_indent2 {
	box-sizing: 100%;
	margin-bottom: 1rem;
}

.list_indent2 li {
	text-indent: -1.2rem;
}

.list_indent2 li>p {
	text-indent: 0rem;
	margin-bottom: 1rem;
}


@media screen and (min-width:768px) {
	sup {
		font-size: 1rem;
	}

	.note_cmt,
	.note_cmt1,
	.note_cmt2 {
		font-size: 1rem;
	}

	.list_indent2 {
		padding-left: 1rem !important;
		margin-bottom: 2rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	sup {
		font-size: 0.8rem;
	}

	.note_cmt,
	.note_cmt1,
	.note_cmt2 {
		font-size: 0.8rem;
	}
}

/*PC*/


/*/////////////////////////////
メインビジュアル	
////////////////////////////*/

#mainvisual {
	width: 100%;
	height: auto;
	background: var(--wht);
}

.mainvisual_wrapper {
	top: 0;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto 10px;
	background: var(--dbl);
	border-top-left-radius: 18rem;
	border-top-right-radius: 18rem;
	transform: rotate(180deg);
	z-index: 2;
}

.toptitle-01 {
	margin: 0 auto;
	padding: 1.5rem 1rem;
	width: 85%;
	height: auto;
}

.top_title {
	display: block;
	width: 90%;
	margin: 0 auto;
	transform: rotate(-180deg);
}

.img_top {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 2rem;
}


@media screen and (min-width:768px) {
	.mainvisual_wrapper {
		padding: 1rem;
		margin-bottom: 1rem;
	}

	.toptitle-01 {
		padding-top: 1rem;
		width: 80%;
	}

	.top_title {
		width: 80%;
	}

	.img_top {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 3rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
案内
////////////////////////////*/

#guidance {
	padding: 1.5rem auto 0;
}

table,
td,
th {
	border: 1px solid #b5bcc7;
	border-collapse: collapse;
	justify-content: center;
}

.priceTable {
	width: 100%;
	margin: 1rem auto;
}

td,
th {
	padding: 5px;
}

th {
	background: var(--dbl);
	border-bottom: solid 1px var(--wht);
	border-right: solid 1px var(--wht);
	color: var(--wht);
	text-align: center;
}

tr th:last-child {
	border-right: solid 1px var(--dbl);
}

.tableTitle {
	width: 32%;
}

td {
	font-weight: 600;
}

td:not(:first-child) {
	text-align: center;
	font-size: 1.4rem;
}

.textbox {
	width: 96%;
	margin: 1rem auto;
	padding: 1.4rem 1rem;
	background: linear-gradient(-45deg, transparent 25%, #fafafa 25%, #fafafa 50%,
			transparent 50%, transparent 75%, #fafafa 75%, #fafafa);
	background-size: 4px 4px;
	border-bottom: 4px double var(--gry);
	border-top: 4px double var(--gry);
	background-clip: padding-box;
}


@media screen and (min-width:768px) {
	#guidance {
		padding-top: 2rem;
	}

	.priceTable {
		margin-top: 0 auto 1rem;
	}

	td,
	th {
		padding: 10px;
	}

	.textbox {
		margin: 1rem auto 2rem;
		padding: 2rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
迷惑電話対策について
////////////////////////////*/

.img_form {
	display: block;
	width: 105%;
	height: 105%;
	margin: 1rem 0 1.8rem -2.5%;
}

.text_subtitle1 {
	padding: 1rem 0 0.5rem;
	line-height: 1.6em;
}

.img_post {
	display: block;
	margin: 1rem auto;
	border: 2px solid var(--dbl);
}

#aboutService .btn_area {
	margin: 3rem auto 0.5rem;
}


@media screen and (min-width:768px) {
	#aboutService .btn_area {
		margin: 3rem auto 2rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
FAQ
////////////////////////////*/

#faq {
	padding-bottom: 0;
}

.ac_menu {
	padding-top: 1rem;
}

.faqBox {
	margin: 0 auto 1rem;
	padding: 10px 3%;
	width: 90%;
	background: var(--wht);
	border: 1px solid var(--gry);
	border-radius: 8px;
}

.ac_title span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 30px;
	line-height: 1.6;
	cursor: pointer;
	gap: 0.5em;
	z-index: +1;
	transition-duration: 0.2s;
}

.ac_title span::before {
	content: "";
	background-image: url(../img/question.svg);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

.ac_title span::after {
	content: "";
	flex-shrink: 0;
	margin-top: -3px;
	margin-left: 10px;
	display: block;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid var(--gry);
	border-left: 2px solid var(--gry);
	transform: rotate(-45deg);
	transition: .3s
}

.ac_title.open span::after {
	transform: rotate(135deg)
}

.ac_menu div.ac_cont {
	display: none;
	margin-top: 10px;
	padding: 0 20px;
	border-top: 1px solid var(--gry);
	box-sizing: border-box;
}

.ac_inner_wraper {
	height: auto;
	padding-top: 1rem;
}

.ac_cont p {
	width: 100%;
}

.ac_cont ul {
	margin-bottom: 1rem;
}

.ac_cont .note_cmt1 {
	margin: 0.25rem 0 0 12px;
}


@media screen and (min-width:768px) {
	.ac_menu {
		padding-bottom: 1rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
下部エリア
////////////////////////////*/

#applyBtn_area {
	background: var(--wht);
	padding: 0;

}

#applyBtn_area .content_inner {
	background: var(--wht);
	padding-left: 0;
	padding-right: 0;
}

.btn_area {
	margin: 1rem auto 2rem;
	padding: 0;
	text-align: center;
}

.btn_area p {
	margin-bottom: 2rem;
}

/* ボタン */
.default_btn {
	position: relative;
	display: inline-block;
	min-width: 300px;
	padding: 15px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -.5px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}

#suspension_btn {
	color: var(--dbl);
	background-color: var(--wht);
	border: 1px solid var(--dbl);
}

#apply_btn {
	color: var(--blk);
	background-color: var(--org);
}

#suspension_btn:disabled {
	border: 1px solid #BFBFBF;
	background-color: #cccccc;
	color: #666666;
	box-shadow: none;
}

input[type=checkbox] {
	transform: scale(1.3);
	margin-right: 5px;
}

@media screen and (min-width:768px) {
	.btn_area {
		margin: 1.5rem auto 1rem;
	}

	.btn_area p {
		margin-bottom: 3rem;
	}

	.default_btn {
		width: 600px;
		max-width: 80%;
		padding: 18px 15px;
		font-size: 120%;
	}

	#suspension_btn {
		max-width: 60%;
	}

	input[type=checkbox] {
		transform: scale(1.8);
		margin-right: 10px;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
お問い合わせ
////////////////////////////*/

#info {
	padding-top: 0;
}

#info .content_inner,
#info .text_inner {
	text-align: center;
}

#info .content_inner {
	padding-bottom: 0;
}

#info .text_inner {
	margin-top: 1rem;
}

.call_num {
	color: var(--dbl);
	font-size: 1.7rem;
	font-weight: 900;
	letter-spacing: -.5px;
}

.call_num::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/FC_logo.svg) no-repeat;
	background-size: contain;
	margin-right: 5px;
	margin-top: 3px;
	vertical-align: middle;
}

.chat_support {
	display: inline-block;
	color: var(--ble);
	font-size: 1.5rem;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 0.5rem;
}

.chat_support::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../img/chat.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;
	margin-top: -10px;
	vertical-align: middle;
}

#info .note_cmt1 {
	text-align: center;
}


@media screen and (min-width:768px) {
	#info {
		padding-top: 2rem;
	}

	#info .content_inner {
		padding-bottom: 2rem;
	}

	.chat_support {
		display: inline-block;
		color: var(--ble);
		font-size: 1.5rem;
		font-weight: 600;
		cursor: pointer;
		margin-bottom: 0.8rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
画像用モーダル
////////////////////////////*/

.modal_open:hover {
	cursor: pointer;
}

.modal {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.modal_bg {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	width: 100%;
	left: 0;
}

.modal_content {
	position: absolute;
	background: var(--wht);
	width: 98%;
	padding: 14% 1rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal_content img {
	width: 100%;
	height: auto;
}

.modal .close_text {
	color: var(--dgry);
	position: absolute;
	top: 5%;
	right: 3%;
	font-size: 1.5rem;
	font-weight: 600;
}

.strBlue {
	border: 3px solid var(--dbl);
}

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

/*ipad*/

@media screen and (min-width:1024px) {
	.modal_content {
		width: 70%;
		padding: 6%;
	}

	.modal .close_text {
		font-size: 2rem;
		font-weight: 800;
	}
}

/*PC*/


/*/////////////////////////////
フロートボタン
////////////////////////////*/

#float_btn_area {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 3%;
	bottom: 3%;
	background: var(--dbl);
	border-radius: 50%;
	overflow: hidden;
	border-bottom: solid 3px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
	transition: .4s;
	z-index: 9999;
	opacity: 0;
	transform: translateY(160px);
}

#float_btn_area a.float_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 7rem;
	text-decoration: none;
}

#float_btn_area a.float_btn::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: -50%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	background-image: url("../img/gototop.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

#float_btn_area a.float_btn::after {
	white-space: pre;
	content: 'TOP';
	font-size: 0.75rem;
	color: var(--wht);
	position: absolute;
	top: 28%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#float_btn_area.up {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(160px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#float_btn_area.down {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(160px);
	}
}


@media screen and (min-width:768px) {
	#float_btn_area {
		width: 80px;
		height: 80px;
		right: 3.5%;
		bottom: 3.5%;
	}

	#float_btn_area a.float_btn::before {
		width: 28px;
		height: 28px;
		top: -38%;
	}

	#float_btn_area a.float_btn::after {
		top: 35%;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {}

/*PC*/


/*/////////////////////////////
フッター
////////////////////////////*/

footer {
	width: 100%;
	height: auto;
	background-color: #666666;
	text-align: center;
}

#footer_inner {
	padding: 7% 5%;
	text-align: center;
}

.footer_link {
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: var(--wht);
	letter-spacing: .5px;
	margin-bottom: 0.5rem;
}

#copyright {
	display: block;
	font-size: 10px;
	color: var(--wht);
	letter-spacing: .5px;
	margin-top: 1rem;
	margin-bottom: 0;
}

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

	.footer_link,
	#copyright {
		font-size: 0.9rem;
	}
}

/*ipad*/

@media screen and (min-width:1024px) {
	#footer_inner {
		padding: 3% 5%;
		text-align: center;
	}

	.footer_link {
		margin-bottom: 10px;
	}

}

/*PC*/
/*/////////////////////////////
カスタマイズ（テストアップ用）
////////////////////////////*/

/*赤字*/
.red, .red * { color: #C8102E !important; }

/*タッチデバイスのラバーバンド抑制*/
@media (hover: none) and (pointer: coarse) {
  html, body { overscroll-behavior-y: contain; }
}

/*横スクロールのみ抑制*/
html { overflow-y: scroll; }
body { overflow: visible; overflow-x: clip; }
#wrapper { overflow: visible; overflow-x: clip; }

/*行間とSP可読性*/
p { line-height: 1.85em; }
@media screen and (max-width:767px) {
  body { font-size: 1rem; }
  #main p:not(.caution_list p):not(.note_cmt1 p),
  #main li:not(.caution_list li):not(.caution_list ul li):not(.sub_list li):not(.choice_box li) { font-size: 0.98rem; }
  #main .sub_list > li { font-size: 0.88rem; }
  #main .note_cmt1 p { font-size: 0.82rem; }
  #main .choice_box li { font-size: 0.88rem; line-height: 1.6em; padding-top: 0.6rem; padding-bottom: 0.6rem; }
  #main .choice_box li .choice_num { font-size: 1em; top: 0.6rem; }
  #main .text_inner > p { font-size: 1rem; }
  .list_indent1 > li { font-size: 0.98rem; line-height: 1.85em; }
  .caution_list,
  .caution_list > li,
  .caution_list ul li,
  .caution_list p { font-size: 0.8rem; }
  .caution_list ul li { font-size: 0.78rem; }
}
@media screen and (min-width:768px) {
  body { font-size: 1rem; }
  p { line-height: 1.9em; }
}

/*改行制御*/
.page_title,
.section_title,
.text_title,
.text_subtitle,
.toc_list a,
.faqBox .ac_title span {
  overflow-wrap: break-word;
  line-break: strict;
  word-break: normal;
}
.nowrap { white-space: nowrap; }

@media screen and (max-width:767px) {
  #main .text_inner p,
  .section_title,
  .text_title,
  .text_subtitle,
  .toc_list a,
  .list_indent1 li,
  .num_list li,
  .choice_box li,
  .deadline_box {
    line-break: strict;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .section_title,
  .text_title,
  .text_subtitle,
  .deadline_box,
  .toc_list a {
    text-wrap: pretty;
  }
}

/*メインビジュアル*/
#mainvisual { overflow: visible; }
#mainvisual .mainvisual_wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50% 2.5rem;
  border-bottom-right-radius: 50% 2.5rem;
  padding: 0.5rem 0 0;
  margin-bottom: 1rem;
  transform: none;
  overflow: hidden;
  border-bottom-left-radius: 20rem 31rem;
  border-bottom-right-radius: 20rem 31rem;
}
@media screen and (min-width:768px) {
  #mainvisual .mainvisual_wrapper {
    padding: 1rem 0 0;
    border-bottom-left-radius: 31rem 31rem;
    border-bottom-right-radius: 31rem 31rem;
  }
}

/*ページタイトル*/
.page_title {
  color: var(--wht);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3em;
  text-align: center;
  padding: 1.6rem 1.2rem 1.4rem;
  transform: none;
  letter-spacing: 0.02em;
}
@media screen and (min-width:480px) {
  .page_title { font-size: 1.25rem; }
}
@media screen and (min-width:768px) {
  .page_title {
    font-size: 1.6rem;
    padding: 2.4rem 2rem 3.4rem;
  }
}

/*テキスト余白*/
.text_inner > p { margin-bottom: 0.9rem; }
.text_inner > p:last-child { margin-bottom: 0; }
.text_inner .list_indent1 { margin: 0.5rem 0 1.2rem; }
.text_inner .list_indent1 li { margin-bottom: 0.6rem; line-height: 1.85em; }

.section_title {
  margin-top: 0;
  font-weight: 900 !important;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 0.25px currentColor;
}

/*サブ見出し*/
.text_title {
  background-color: transparent !important;
  color: inherit !important;
  border-radius: 0 !important;
  border-left: 4px solid var(--dbl) !important;
  padding: 0.15rem 0 0.15rem 0.7rem !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.7em !important;
  margin: 1.6rem 0 0.7rem !important;
}
@media screen and (min-width:768px) {
  .text_title { font-size: 1.15rem !important; padding-left: 0.8rem !important; }
}

.text_subtitle {
  display: block !important;
  background-color: transparent !important;
  color: inherit !important;
  border-radius: 0 !important;
  border-left: 4px solid var(--dbl) !important;
  padding: 0.15rem 0 0.15rem 0.7rem !important;
  font-weight: 700 !important;
  font-size: 1.02rem !important;
  line-height: 1.7em !important;
  margin: 1.6rem 0 0.7rem !important;
}
@media screen and (min-width:768px) {
  .text_subtitle { font-size: 1.1rem !important; padding-left: 0.8rem !important; }
}

/*締切ボックス（赤枠ピル）*/
.deadline_box {
  display: block;
  margin: 1.4rem auto;
  padding: 0.55rem 1.2rem;
  background: var(--wht);
  color: #C8102E;
  border: 1.5px solid #C8102E;
  border-image: none;
  text-align: center;
  font-weight: 700;
  line-height: 1.6em;
  border-radius: 999px;
  box-shadow: none;
  cursor: default;
  pointer-events: auto;
  user-select: text;
  text-shadow: none;
}
.deadline_box .deadline_label {
  display: inline;
  background: none;
  color: inherit;
  border-radius: 0;
  padding: 0;
  margin: 0 0.4em 0 0;
  font-size: inherit;
  font-weight: 700;
  vertical-align: baseline;
  letter-spacing: normal;
}
.deadline_box .deadline_label::before { content: none; }
.deadline_box .deadline_date {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: normal;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
}
@media screen and (min-width:768px) {
  .deadline_box {
    margin: 1.8rem auto;
    padding: 0.7rem 1.6rem;
    max-width: 560px;
  }
  .deadline_box .deadline_label { font-size: inherit; padding: 0; }
  .deadline_box .deadline_date { font-size: inherit; }
}

/*注釈*/
.note_cmt1 p {
  font-size: 0.82rem;
  line-height: 1.7em;
  color: var(--dgry);
  margin: 0.4rem 0 0;
}
@media screen and (min-width:768px) {
  .note_cmt1 p { font-size: 0.85rem; }
}

/*番号付きリスト*/
.num_list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1.2rem;
}
.num_list > li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.85em;
  margin-bottom: 0.55rem;
}
.num_list > li:last-child { margin-bottom: 0; }

/*サブリスト*/
.list_indent1 .sub_list {
  list-style: none;
  padding-left: 1em;
  margin: 0.35rem 0 0.2rem;
  font-size: 0.88rem;
}
.list_indent1 .sub_list > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.65em;
  margin-bottom: 0.25rem;
  font-size: inherit;
}
.list_indent1 .sub_list > li::before {
  content: "−";
  position: absolute;
  left: 0;
  color: var(--dgry);
}

/*インライン強調*/
.hl_warn,
.mark_yellow {
  display: inline;
  background: none;
  color: inherit;
  font-weight: 700;
  padding: 0;
}
.hl_strong {
  background: none;
  border-left: none;
  padding: 0;
  margin: 0.8rem 0;
  font-weight: 700;
  line-height: 1.85em;
  border-radius: 0;
}

/*赤枠コールアウト*/
.callout_red {
  background: none;
  border: 2px solid #C8102E;
  border-radius: 6px;
  padding: 0.8rem 1rem;
  margin: 0.8rem 0 1.2rem;
  line-height: 1.85em;
  color: inherit;
  box-shadow: none;
}

/*アンカー注釈*/
.anchor_note {
  margin: 1rem 0 0.4rem;
  font-size: 0.95rem;
  line-height: 1.85em;
}

/*サービス料金比較表*/
.compare_table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.4rem;
  table-layout: fixed;
}
.compare_table th,
.compare_table td {
  border: 1px solid #B5BCC7;
  padding: 0.55rem 0.55rem;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
}
.compare_table tr th:last-child {
  border-right: 1px solid #B5BCC7;
}
.compare_table thead th {
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.45em;
  text-align: center;
  padding: 0.6rem 0.4rem;
}
.compare_table thead th:nth-child(1) {
  background: #6A7484;
  color: var(--wht);
}
.compare_table thead th:nth-child(2) {
  background: #F5C518;
  color: var(--blk);
}
.compare_table .ct_company {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  margin-top: 0.2rem;
  line-height: 1.4em;
}
.compare_table .ct_cat {
  background: #EEF1F6;
  color: var(--blk);
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  padding: 0.4rem 0.6rem;
}
.compare_table .ct_name {
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5em;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}
.compare_table .ct_price {
  display: block;
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4em;
  /* SP でも改行が起きにくい構造（label と価格の間でしか改行させない） */
  white-space: normal;
}
.compare_table .ct_price .ct_label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  background: none;
  color: inherit;
  border-radius: 0;
  padding: 0;
  margin-right: 0.3rem;
  letter-spacing: normal;
  vertical-align: baseline;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;     /* 「月額利用料（税込）」を一塊に保つ */
}
.compare_table .ct_price .ct_tax {
  font-size: 0.78em;
  text-decoration: none;
  display: inline-block;
  margin-left: 0.1em;
}
.compare_table .ct_price .ct_value {
  white-space: nowrap;
}
.compare_table .ct_red {
  color: #C8102E;
  font-weight: 700;
}
.compare_table .red,
.compare_table .red * { font-weight: 700 !important; }
/* 補足注釈の .ct_note は赤でも太字にしない */
.compare_table .ct_note.red,
.compare_table .ct_note.red * { font-weight: 400 !important; }
.compare_table .ct_note {
  font-size: 0.74rem;
  color: var(--dgry);
  margin-top: 0.25rem;
  line-height: 1.45em;
  font-weight: 400;
}
/* 後継サービスのセル：薄い黄色で強調 */
.compare_table tbody td.ct_successor {
  background: #FFF8DC;
}
/* rowspan で結合した現行セル：中央寄せ */
.compare_table tbody td.ct_merged {
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width:768px) {
  .compare_table th,
  .compare_table td { padding: 0.7rem 0.8rem; }
  .compare_table thead th { font-size: 1rem; }
  .compare_table .ct_company { font-size: 0.85rem; }
  .compare_table .ct_cat { font-size: 1rem; padding: 0.5rem 0.8rem; }
  .compare_table .ct_name { font-size: 1rem; }
  .compare_table .ct_price { font-size: 1rem; }
  .compare_table .ct_price .ct_label { font-size: 0.92rem; padding: 0; }
  .compare_table .ct_note { font-size: 0.85rem; }
}

/*PC用シンプル比較表*/
.compare_table_pc { display: none; }
@media screen and (min-width:768px) {
  /* SP表は隠して、PC表のみ表示 */
  .compare_table { display: none; }
  .compare_table_pc {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.4rem;
    /* 列幅を均等に揃えるため fixed レイアウトに */
    table-layout: fixed;
    font-size: 0.9rem;
  }
  /* 列幅指定：カテゴリ 10% / サービス名 30% / 月額 15% × 2列 */
  .compare_table_pc th:nth-child(1),
  .compare_table_pc td:nth-child(1) { width: 10%; }
  .compare_table_pc th:nth-child(2),
  .compare_table_pc td:nth-child(2) { width: 30%; }
  .compare_table_pc th:nth-child(3),
  .compare_table_pc td:nth-child(3) { width: 15%; }
  .compare_table_pc th:nth-child(4),
  .compare_table_pc td:nth-child(4) { width: 30%; }
  .compare_table_pc th:nth-child(5),
  .compare_table_pc td:nth-child(5) { width: 15%; }
  .compare_table_pc th,
  .compare_table_pc td {
    border: 1px solid #B5BCC7;
    padding: 0.6rem 0.8rem;
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    font-size: inherit;
    line-height: 1.6em;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  /* style.css の `tr th:last-child { border-right: solid 1px var(--dbl); }` を打ち消し */
  .compare_table_pc tr th:last-child {
    border-right: 1px solid #B5BCC7;
  }
  /* ヘッダー行：SP表と同じ配色（現行＝グレー、後継＝黄色） */
  .compare_table_pc thead th {
    text-align: center;
    font-weight: 700;
    padding: 0.6rem 0.6rem;
    line-height: 1.5em;
  }
  .compare_table_pc thead th:nth-child(2),
  .compare_table_pc thead th:nth-child(3) {
    background: #6A7484;
    color: var(--wht);
  }
  .compare_table_pc thead th:nth-child(4),
  .compare_table_pc thead th:nth-child(5) {
    background: #F5C518;
    color: var(--blk);
  }
  /* 左上の空セル：枠も背景も完全に抜く */
  .compare_table_pc .ctp_cat_head {
    background: transparent;
    border: none;
  }
  /* カテゴリ列：SP表と同じ薄ブルーグレー */
  .compare_table_pc .ctp_cat {
    background: #EEF1F6;
    text-align: center;
    font-weight: 700;
    color: var(--blk);
    padding: 0.6rem 0.5rem;
  }
  /* 価格列：右寄せ・太字・nowrap */
  .compare_table_pc .ctp_price {
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
  }
  /* 価格列だが文字（金額以外）の場合：中央寄せ＋折り返し可 */
  .compare_table_pc .ctp_no_price {
    text-align: center;
    font-weight: 700;
    white-space: normal;
  }
  /* 後継サービス側のセル：薄黄色で控えめに強調 */
  .compare_table_pc .ctp_successor {
    background: #FFF8DC;
  }
  /* 赤太字（強調用） */
  .compare_table_pc .ctp_red {
    color: #C8102E;
    font-weight: 700;
  }
  /* 赤字の補足注釈（「・BIGLOBE光電話…」など）：小さく赤色 */
  .compare_table_pc .ctp_red_note {
    color: #C8102E;
    font-weight: 400;
    font-size: 0.85em;
  }
  /* 地域注釈（「（東日本エリアのみ）」など）：小さめ */
  .compare_table_pc .ctp_note_sm {
    font-size: 0.85em;
    color: var(--dgry);
  }
}

/*注釈の参照マーカー（※1〜※7）*/
/* 比較表セル内の ※マーカー（赤字セル内でも常に黒字・非ボールド）
   .compare_table .red * の !important より詳細度を上げて上書き */
.compare_table .ref_mark,
.compare_table_pc .ref_mark,
.ref_mark {
  font-size: 0.7em;
  font-weight: 400 !important;
  color: #3b3b3b !important;
  vertical-align: top;
  margin-left: 0.1em;
  white-space: nowrap;
}
/* ご注意事項内の ※番号 */
.note_ref {
  font-weight: 400;
  color: inherit;
  margin-right: 0.2em;
}

/*選択肢（①②）*/
.choice_box {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem;
  border-top: none;
  border-bottom: none;
}
.choice_box li {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0.2rem 0 0.2rem 1.6em;
  font-weight: 400;
  line-height: 1.85em;
  color: inherit;
  position: relative;
  cursor: default;
  pointer-events: auto;
  user-select: text;
  text-indent: 0;
}
.choice_box li + li { border-top: none; }
.choice_box li .choice_num {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: inherit;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.85em;
}
@media screen and (min-width:768px) {
  .choice_box li { padding: 0.2rem 0 0.2rem 1.6em; font-size: inherit; }
  .choice_box li .choice_num { left: 0; top: 0.2rem; }
}

/*申込ボタン*/
#apply_btn {
  background-color: #1c3181 !important;
  color: var(--wht) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#apply_btn:disabled {
  background-color: #cfd3df !important;
  color: #ffffff !important;
  cursor: not-allowed;
  box-shadow: none !important;
  opacity: 1;
}
@media screen and (max-width:767px) {
  #apply_btn {
    min-width: 0;
    width: 100%;
    max-width: 360px;
    padding: 18px 16px;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.4em;
  }
  #applyBtn_area .btn_area { padding: 0 0.5rem; }
}

/*申込セクション間隔*/
#applyBtn_area .consent_area {
  margin: 1rem auto 0.4rem;
  padding: 0 0.5rem;
  text-align: left;
}
#applyBtn_area .btn_area { margin: 0.4rem auto 0.2rem; }
#applyForm .anchor_note {
  margin: 0.1rem 0 0.4rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.6em;
}
#applyForm .deadline_box { margin: 0.6rem auto 1rem; }

/*同意チェック*/
#applyBtn_area .consent_area label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 400;
  font-size: 0.82rem;
  line-height: 1.4em;        /* テキストを上に詰める */
  padding: 0;                /* style.css の padding: 0.6rem 0 をリセット */
  word-break: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  text-align: left;
}
#applyBtn_area .consent_area input[type=checkbox] {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 3px 0 0 0;
  margin-right: 0;
}
@media screen and (min-width:768px) {
  #applyBtn_area .consent_area {
    margin: 1.4rem auto 0.6rem;
    max-width: 600px;
    padding: 0;
  }
  #applyBtn_area .btn_area { margin: 0.6rem auto 0.4rem; }
  #applyForm .anchor_note { margin: 0.2rem 0 0.6rem; font-size: 0.92rem; }
  #applyForm .deadline_box { margin: 0.8rem auto 1.4rem; }
  #applyBtn_area .consent_area label {
    font-size: 0.95rem;
    line-height: 1.5em;
    gap: 0.8rem;
  }
  #applyBtn_area .consent_area input[type=checkbox] {
    margin-top: 8px;
  }
}

/*目次*/
.toc {
  margin: 1.4rem auto;
  padding: 0.7rem 0.9rem 0.5rem;
  background: transparent;
  border: 1px solid #E0E3E8;
  border-radius: 6px;
}
.toc_title {
  font-weight: 600;
  color: var(--dgry);
  margin: 0 0 0.3rem;
  font-size: 0.78rem;
  text-align: left;
  border-bottom: 1px solid #E0E3E8;
  padding-bottom: 0.3rem;
  letter-spacing: 0.04em;
}
.toc_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc_list li { border-bottom: none; }
.toc_list a {
  color: var(--dbl);
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  position: relative;
  padding: 0.45rem 0.3rem 0.45rem 0.1rem;
  cursor: pointer;
  font-size: 0.92rem;
  line-height: 1.55em;
  font-weight: 500;
}
.toc_list a .toc_num {
  flex: 0 0 auto;
  display: inline-block;
  min-width: 1.6em;
  font-weight: 600;
  color: var(--dbl);
}
.toc_list a .toc_text {
  flex: 1 1 auto;
  overflow-wrap: break-word;
}
.toc_list a::after { content: none; }
@media screen and (min-width:768px) {
  .toc { padding: 0.9rem 1.2rem 0.7rem; }
  .toc_title { font-size: 0.85rem; }
  .toc_list a { font-size: 0.88rem; padding: 0.4rem 0.3rem 0.4rem 0.1rem; }
}

/*FAQ*/
.faqBox {
  padding: 4px 14px;
  width: auto;
  margin: 0 auto 0.7rem;
  border-radius: 10px;
}
.ac_title { margin: 0; }
.ac_title span {
  font-weight: 700;
  color: inherit;
  font-size: 0.95rem;
  padding-left: 10px;
}
.ac_title > span::before {
  content: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
}
.ac_title span span {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  align-items: initial;
  justify-content: initial;
  gap: 0;
  line-height: inherit;
}
.ac_title span span::before,
.ac_title span span::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
.ac_cont { padding-bottom: 14px; }
.ac_cont p { margin-bottom: 0.7rem; line-height: 1.85em; font-size: 0.95rem; }
.ac_cont p:last-child { margin-bottom: 12px; }
.ac_cont a[href^="tel:"] { color: var(--ble); }
@media screen and (min-width:768px) {
  .ac_cont p { font-size: 1rem; }
  .faqBox { padding: 6px 22px; margin-bottom: 0.9rem; }
  .ac_title span { font-size: 1rem; }
}

/*注意事項リスト*/
.caution_list {
  list-style: none;
  padding: 1rem 1.2rem;
  margin: 0.8rem 0 1.8rem;
  background: #F5F6F8;
  border: 1px solid #E0E3E8;
  border-radius: 8px;
  font-size: 0.8rem;
}
.caution_list > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.55rem;
  line-height: 1.5em;
  text-indent: -1em;
}
.caution_list > li:last-child { margin-bottom: 0; }
.caution_list > li::before {
  content: "・";
  color: inherit;
  position: static;
  font-size: inherit;
  margin-right: 0;
}
.caution_list ul {
  list-style: none;
  padding-left: 0.6em;
  margin-top: 0.25rem;
}
.caution_list ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.2rem;
  line-height: 1.45em;
  font-size: 0.95em;
}
.caution_list .note_cmt1 p { line-height: 1.5em; margin: 0.3rem 0 0; }
@media screen and (min-width:768px) {
  .caution_list { padding: 1.2rem 1.4rem; }
}

/*同意チェックエリア*/
.consent_area {
  text-align: center;
  margin: 2rem auto 1rem;
  padding: 0 0.5rem;
}
.consent_area label {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.6em;
  overflow-wrap: break-word;
}

/*お手続き手順画像*/
.howto_img_wrap {
  position: relative;
  display: block;
  max-width: 680px;
  margin: 1.2rem auto;
  cursor: zoom-in;
}
.howto_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid var(--lgry);
  border-radius: 6px;
  pointer-events: none;
  user-select: none;
}
.howto_zoom_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(28, 49, 129, 0.92);
  color: #fff;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  pointer-events: none;
}
.howto_zoom_btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*拡大モーダル*/
.howto_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
}
.howto_modal_inner {
  position: absolute;
  top: 3.2rem;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.6rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 6px;
}
.howto_modal_img {
  display: block;
  width: 200%;
  max-width: none;
  height: auto;
}
.howto_modal_close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 42px;
  height: 42px;
  border: none;
  background: #fff;
  color: #111;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  padding: 0;
  font-weight: 700;
  z-index: 2;
}
.howto_modal_close:hover { background: #f3f3f3; }
@media screen and (min-width:768px) {
  .howto_modal_inner {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: calc(100% - 4rem);
    max-height: calc(100% - 5rem);
    overflow: visible;
    background: transparent;
    border-radius: 0;
  }
  .howto_modal_img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 5rem);
    border-radius: 6px;
    background: #fff;
  }
  .howto_modal_close {
    top: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
  }
}

/*お問い合わせカード*/
#info {
  background: #F5F7FB;
  padding: 2rem 1rem;
}
#info .content_inner {
  background: var(--wht);
  border: 1px solid #DCE3EF;
  border-radius: 12px;
  padding: 1.6rem 1.2rem 1.5rem;
  box-shadow: 0 2px 10px rgba(28, 49, 129, 0.06);
  max-width: 640px;
}
#info .info_card_title {
  display: block;
  text-align: center;
  color: var(--dbl);
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.2rem;
  letter-spacing: 0.04em;
}
#info .info_card_title::before,
#info .info_card_title::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--dbl);
  vertical-align: middle;
  margin: 0 10px;
}
#info .text_inner { text-align: center; margin-top: 0.8rem; padding: 0; }
#info .text_inner p { margin-bottom: 0.3rem; line-height: 1.8em; }
#info .center_name {
  display: block;
  font-weight: 700;
  color: var(--blk);
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}
#info .call_num { margin: 0.4rem 0 0.1rem; }
#info .call_note { font-size: 0.85em; color: var(--dgry); margin-bottom: 0.5rem; }
#info .hours {
  display: inline-block;
  background: #EEF3FB;
  color: var(--dbl);
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
@media screen and (min-width:768px) {
  #info { padding: 2.5rem 1.5rem; }
  #info .content_inner { padding: 2rem 2rem 1.8rem; }
  #info .info_card_title { font-size: 1.2rem; }
  #info .center_name { font-size: 1.05rem; }
}
#info a.call_num {
  display: inline-block;
  color: var(--dbl);
  text-decoration: none;
}
#info a.call_num:hover { text-decoration: none; }

/*税込注釈（お問い合わせカードの外側）*/
#info .info_tax_note {
  max-width: 640px;
  margin: 1rem auto 0;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.6em;
  color: var(--dgry);
}
@media screen and (min-width:768px) {
  #info .info_tax_note { font-size: 0.85rem; }
}

/*セクション間余白*/
.content { padding-top: 0.2rem; padding-bottom: 1.8rem; }
@media screen and (min-width:768px) {
  .content { padding-top: 0; padding-bottom: 2.5rem; }
}

/*.content_inner 下余白*/
.content_inner { padding-bottom: 1rem; }
