/*0120-86-37270120-86-37270120-86-3727*/
@charset 'UTF-8';

/*color****************************/
/* どこでも使用可能 */
:root {
	--color-text: #302B29;
	
	--color-red: #D5343B;
	--color-blue: #0051A4;

	/* 背景色 */
	--bg-color-gray: #F7F7F7;
	/* 赤字（#D5343B */
	--bg-color-gray-onred: #F9F9F9;

	--biz-color: #575961;
}

/* --------------------------------------------------
top お知らせ news_list
-------------------------------------------------- */
@import url(renew2026_info.css);

/*
 * renew2026_cmn_layout.css
 */
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
	display: block;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	border-width: 0;
	border-style: solid;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.32px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--color-text);
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	scroll-padding-top: 80px;
}

/* Hack for Safari 7.1-8.0 */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
	margin: 0;
	padding: 0;
}

input,
textarea {
	font-size: 100%;

	margin: 0;
}

label {
	cursor: pointer;
}

table {
	font-size: 100%;

	border-spacing: 0;
	border-collapse: collapse;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;

	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	/* outline: none; */
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;

	color: var(--color-text);
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
	display: block;
	clear: both;

	content: '';
}

/* ==========================================================
!Layout
========================================================== */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		zoom: .65;
	}
}

/* ==========================================================
!Contents
========================================================== */
html.menu_open {
	overflow: visible;
}

.all_contents_wrapper {
	min-width: 1280px;
}

.all_contents_wrapper.fixed {
	padding-top: 167px;
}

@media screen and (max-width: 768px) {
	html.menu_open {
		overflow: hidden;
	}

	.all_contents_wrapper {
		min-width: unset;
	}

	.all_contents_wrapper.fixed {
		padding-top: 13.33333vw;
	}
}

/* ==========================================================
ユーティリティクラス
========================================================== */
.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.pc_only.inl_block {
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.ta_r {
	text-align: right;
}

.ta_l {
	text-align: left;
}

.ta_c {
	text-align: center;
}

.ta_c img {
	margin-right: auto;
	margin-left: auto;
}

.bgcw {
	background-color: #fff;
}

.bgnone {
	background: none;
}

.font_ss {
	font-size: 1rem !important;
}

.font_s {
	font-size: 1.4rem !important;
}

.font_n {
	font-size: 1.6rem !important;
}

.font_l {
	font-size: 2rem !important;
}

.font_ll {
	font-size: 2.5rem !important;
}

.font_lll {
	font-size: 2.8rem !important;
}

.font_llll {
	font-size: 3.5rem !important;
}

.font_lllll {
	font-size: 4rem !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.mt0_pc {
	margin-top: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

pre {
	padding: 30px;
	border-radius: 26px;
	background-color: var(--bg-color-gray);
}

.fl_l_pc {
	float: left;
}

.fl_right_pc {
	float: right;
}

p a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	.font_ss {
		font-size: 2.53521vw;
	}

	.font_s {
		font-size: 3.09859vw;
	}

	.font_n {
		font-size: 3.50704vw;
	}

	.font_l {
		font-size: 4.50704vw;
	}

	.font_ll {
		font-size: 5.07042vw;
	}

	.font_lll {
		font-size: 5.6338vw;
	}

	.font_llll {
		font-size: 6.09859vw;
	}

	.font_lllll {
		font-size: 6.50704vw;
	}

	.font_llllll {
		font-size: 7.50704vw;
	}
	
	.pd0 {
		padding: 0 !important;
	}

	.pd10 {
		padding: 10px !important;
	}

	.pd20 {
		padding: 20px !important;
	}

	.pd30 {
		padding: 30px !important;
	}

	.pd40 {
		padding: 40px !important;
	}

	.pd50 {
		padding: 50px !important;
	}

	.plr10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.pt0 {
		padding-top: 0 !important;
	}

	.pb0 {
		padding-bottom: 0 !important;
	}

	.pb5 {
		padding-bottom: 5px !important;
	}

	.pb30 {
		padding-bottom: 30px !important;
	}

	.ptb5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.ptb10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.ptb20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.ptb30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.ptb40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.ptb120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.pl10 {
		padding-right: 10px !important;
	}

	.pl20 {
		padding-right: 20px !important;
	}

	.pl30 {
		padding-right: 30px !important;
	}

	.pr0 {
		padding-right: 0px !important;
	}

	.pr10 {
		padding-right: 10px !important;
	}

	.mr0 {
		margin-right: 0 !important;
	}

	.ma5 {
		margin: .66667vw !important;
	}

	.mt0 {
		margin-top: 0 !important;
	}

	.mt5 {
		margin-top: .66667vw !important;
	}

	.mt10 {
		margin-top: 1.33333vw !important;
	}

	.mt15 {
		margin-top: 2vw !important;
	}

	.mt20 {
		margin-top: 2.66667vw !important;
	}

	.mt25 {
		margin-top: 3.33333vw !important;
	}

	.mt30 {
		margin-top: 4vw !important;
	}

	.mt35 {
		margin-top: 4.66667vw !important;
	}

	.mt40 {
		margin-top: 5.33333vw !important;
	}

	.mt45 {
		margin-top: 6vw !important;
	}

	.mt50 {
		margin-top: 6.66667vw !important;
	}

	.mt55 {
		margin-top: 7.33333vw !important;
	}

	.mt60 {
		margin-top: 8vw !important;
	}

	.mt65 {
		margin-top: 8.66667vw !important;
	}

	.mt70 {
		margin-top: 9.33333vw !important;
	}

	.mt75 {
		margin-top: 10vw !important;
	}

	.mt80 {
		margin-top: 10.66667vw !important;
	}

	.mt85 {
		margin-top: 11.33333vw !important;
	}

	.mt90 {
		margin-top: 12vw !important;
	}

	.mt95 {
		margin-top: 12.66667vw !important;
	}

	.mt100 {
		margin-top: 13.33333vw !important;
	}

	.mt105 {
		margin-top: 14vw !important;
	}

	.mb0 {
		margin-bottom: 0 !important;
	}

	.mb5 {
		margin-bottom: .66667vw !important;
	}

	.mb10 {
		margin-bottom: 1.33333vw !important;
	}

	.mb15 {
		margin-bottom: 2vw !important;
	}

	.mb20 {
		margin-bottom: 2.66667vw !important;
	}

	.mb25 {
		margin-bottom: 3.33333vw !important;
	}

	.mb30 {
		margin-bottom: 4vw !important;
	}

	.mb35 {
		margin-bottom: 4.66667vw !important;
	}

	.mb40 {
		margin-bottom: 5.33333vw !important;
	}

	.mb45 {
		margin-bottom: 6vw !important;
	}

	.mb50 {
		margin-bottom: 6.66667vw !important;
	}

	.mb55 {
		margin-bottom: 7.33333vw !important;
	}

	.mb60 {
		margin-bottom: 8vw !important;
	}

	.mb65 {
		margin-bottom: 8.66667vw !important;
	}

	.mb70 {
		margin-bottom: 9.33333vw !important;
	}

	.mb75 {
		margin-bottom: 10vw !important;
	}

	.mb80 {
		margin-bottom: 10.66667vw !important;
	}

	.mb85 {
		margin-bottom: 11.33333vw !important;
	}

	.mb90 {
		margin-bottom: 12vw !important;
	}

	.mb95 {
		margin-bottom: 12.66667vw !important;
	}

	.mb100 {
		margin-bottom: 13.33333vw !important;
	}

	.mb105 {
		margin-bottom: 14vw !important;
	}

	.mr5 {
		margin-right: .66667vw !important;
	}

	.mr10 {
		margin-right: 1.33333vw !important;
	}

	.mr15 {
		margin-right: 2vw !important;
	}

	.mr20 {
		margin-right: 2.66667vw !important;
	}

	.mr25 {
		margin-right: 3.33333vw !important;
	}

	.mr30 {
		margin-right: 3.66667vw !important;
	}

	.mr40 {
		margin-right: 4.66667vw !important;
	}

	.mr50 {
		margin-right: 5.66667vw !important;
	}

	.mr60 {
		margin-right: 6.66667vw !important;
	}

	.ml5 {
		margin-left: .66667vw !important;
	}

	.ml0 {
		margin-left: 0 !important;
	}

	.ml10 {
		margin-left: 1.33333vw !important;
	}

	.ml15 {
		margin-left: 2vw !important;
	}

	.ml20 {
		margin-left: 2.66667vw !important;
	}

	.ml25 {
		margin-left: 3.33333vw !important;
	}

	.ml30 {
		margin-left: 3.66667vw !important;
	}

	.ml40 {
		margin-left: 4.66667vw !important;
	}

	.ml50 {
		margin-left: 5.66667vw !important;
	}

	.ml60 {
		margin-left: 6.66667vw !important;
	}


	.mlr0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mlr10 {
		margin-left: 1.33333vw !important;
		margin-right: 1.33333vw !important;
	}

	.mlr20 {
		margin-left: 2.66667vw !important;
		margin-right: 2.66667vw !important;
	}

	.mtb10 {
		margin-top: 1.33333vw !important;
		margin-bottom: 1.33333vw !important;
	}

	.mtb20 {
		margin-top: 2.66667vw !important;
		margin-bottom: 2.66667vw !important;
	}

	.mb2_sp {
		margin-bottom: 2% !important;
	}

	.mb5_sp {
		margin-bottom: 5% !important;
	}

	.mb10_sp {
		margin-bottom: 10% !important;
	}

	.mb20_sp {
		margin-bottom: 20% !important;
	}

	.mb30_sp {
		margin-bottom: 30% !important;
	}

	.mt2_sp {
		margin-top: 2% !important;
	}

	.mt5_sp {
		margin-top: 5% !important;
	}

	.mt10_sp {
		margin-top: 10% !important;
	}

	.mt0_pc {
		margin-top: inherit !important;
	}
	.ptb10 {
		padding-top: 1vw !important;
		padding-bottom: 1vw !important;
	}

	.ptb20 {
		padding-top: 2vw !important;
		padding-bottom: 2vw !important;
	}

	.ptb30 {
		padding-top: 3vw !important;
		padding-bottom: 3vw !important;
	}

	.ptb40 {
		padding-top: 4vw !important;
		padding-bottom: 4vw !important;
	}

	.ml10_sp {
		margin-left: 1rem;
	}

	pre {
		padding: 4vw;
		border-radius: 13px;
	}
}

/* ==========================================================
モーダル部分の基礎　共通スタイル　popover
========================================================== */
[popover] {
  --popover-margin: 20px;
	max-inline-size: calc(100vi - var(--popover-margin) * 2);
	max-block-size: calc(100vb - var(--popover-margin) * 2);
	margin: auto;
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 100;
}
[popover]::backdrop {
	background:rgba(255, 255, 255, .3);
}
/* 閉じるボタン */
[popover] .btn_close{
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
}
[popover] .btn_close span {
	position: relative;
	cursor: pointer;
	text-indent: -300%;
	overflow: hidden;
	display: block;
	width: 3.2rem;
	height: 3.2rem;
}
[popover] .btn_close span:before {
    content: "";
	width: 100%;
	aspect-ratio: 1 / 1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
	background: url(../img/renew2026/ico_close_red.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
	[popover] {
		margin: 0 2.4rem;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* ==========================================================
ヘッダー #header
========================================================== */
#header {
	position: relative;
	z-index: 11;
	background: #fff;
}
#header::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.20);
}
#header .inner{
	width: 1080px;
}
#header .inner .header_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 1.6rem 0;
}
@media screen and (max-width: 1100px) {
    #header .inner {
        width: 98%;
    }
}
@media screen and (max-width: 768px) {
	#header::before{
		content: none;
	}
}

/* logo */
#header .inner .header_top .logo{
	width: 98px;
	margin-right: auto;
}

/* ヘッダー　サービスボタン　header_btn_block */
#header .inner .header_btn_block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .inner .header_btn_block .header_btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .8rem;
}
#header .inner .header_btn_block .header_btn li{
	flex-grow: 1;
}
#header .inner .header_btn_block .header_btn li a{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	min-width: 160px;
	padding: .85rem 1.6rem;
	border-radius: 100px;
	background: #4D4D4D;
	display: block;
	position: relative;
	transition: all .3s;
}
#header .inner .header_btn_block .header_btn li a[target='_blank']:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	right: 0;
	margin-left: .6rem;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: #fff;
	border: none;
	z-index: 2;
}
#header .inner .header_btn_block .header_btn li a.support{
	background: #0077BF;
}
#header .inner .header_btn_block .header_btn li a.hikari{
	background: var(--color-red);
}
#header .inner .header_btn_block .header_btn li a:hover{
	background: #828282;
}
#header .inner .header_btn_block .header_btn li a.support:hover{
	background: #3392CC;
}
#header .inner .header_btn_block .header_btn li a.hikari:hover{
	background: #E47378;
}
#header .inner .header_btn_block .search_form{
	margin-left: 0.8rem;
	position: relative;
}
#header .inner .header_btn_block .search_form::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.6rem;
	background: url(../img/renew2026/ico_search.svg) no-repeat center center / contain;
	z-index: 1;
}
#header .inner .header_btn_block .search_form fieldset input{
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.2rem 1.6rem 1.2rem 4.2rem;
	border-radius: 100px;
	background: #F2F2F2;
	border: 1px solid #949494;
	display: block;
	position: relative;
}
#header .inner .header_btn_block .search_form fieldset input::placeholder{
	color: #666666;
}
@media screen and (max-width: 768px) {
	#header .inner .header_top .header_btn_block{
		display: none;
	}
	#header .inner .header_btn_block .header_btn {
		gap: 1.6rem;
		flex-grow: 1;
	}
	#header .inner .header_btn_block .header_btn li a{
		text-align: center;
		font-size: 2.2rem;
		padding: 1.6rem 7rem 1.6rem 1.4rem;
		border-radius: 12px;
	}
	#header .inner .header_btn_block .header_btn li a::after {
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background: url(../img/renew2026/ico_arrow_circle_b.svg) no-repeat center center / contain;
		position: absolute;
		right: 2.4rem;
		top: 50%;
		transform: translateY(-50%);
	}
	#header .inner .header_btn_block .header_btn li a[target='_blank']::after {
		width: 34px;
		height: 34px;
		right: 2.4rem;
		mask-image: none;
		background: none;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: contain;
		background-image: url(../img/renew2026/ico_arrow_circle_blank.svg);
	}
	#header .inner .header_btn_block .search_form {
		flex-grow: 1;
		margin-left: 0;
		margin-bottom: 2.4rem;
		width: 100%;
	}
	#header .inner .header_btn_block .search_form fieldset input {
		border-radius: 12px;
		width: 100%;
	}
}
/* ハンバーガーメニュー内　サービスボタン　header_btn_block */
#header .inner .header_btn_block.sp_block{
	display: none;
}
@media screen and (max-width: 768px) {
	#header .inner .header_btn_block.sp_block{
		display: flex;
	}
}

/* header_bottom */
#header .inner .header_bottom{
	position: relative;
}
@media screen and (max-width: 768px) {
	#header .inner .header_bottom::before {
			content: none;
		}
	#header .inner .header_bottom {
			position: fixed;
			z-index: 9999;
			top: -30px;
			left: 0;
			overflow: scroll;
			width: 100vw;
			height: 100vh;
			pointer-events: none;
			opacity: 0;
			background: rgba(255, 255, 255, .9);
			backdrop-filter: blur(25px);
			-webkit-backdrop-filter: blur(25px);
			padding: 3.2rem 4rem 24rem;
		}
	/* ボタンクリックで.open付与（ハンバーガー開いた状態） */
	#header .inner .header_bottom.open {
		top: 82px;
		transition: all .2s ease-out 0s;
		pointer-events: auto;
		opacity: 1;
	}
	/* もう一度ボタンクリックで.close付与（ハンバーガー閉じるときのtransition） */
	#header .inner .header_bottom.close {
		transition: all .2s ease-out 0s;
	}
}

/* ヘッダーナビ　header_menus */
#header .inner .header_menus .nav_menus{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header .inner .header_menus .nav_menus >li{
	flex: 1;
	position: relative;
}
#header .inner .header_menus .nav_menus >li >a{
	color: var(--color-text);
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding: 2.6rem 2rem;
	display: block;
    white-space: nowrap;
	position: relative;
}
#header .inner .header_menus .nav_menus >li >a[target='_blank']:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	right: 0;
	margin-left: .8rem;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: var(--color-red);
	border: none;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	#header .inner .header_menus .nav_menus{
		display: block;
		margin-bottom: 1.6rem;
	}
	#header .inner .header_menus .nav_menus >li >a{
		color: var(--color-red);
		text-align: left;
		padding: 1.6rem 3.2rem 1.6rem 0;
		border-bottom: 1px solid #CCC;
		position: relative;
	}
	#header .inner .header_menus .nav_menus >li >a:after{
		content: "";
		display: block;
		font-size: 2.4rem;
		font-weight: bold;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 7px;
		z-index: 2;
		border-top: 2px solid var(--color-red);
		border-right: 2px solid var(--color-red);	
	}
	#header .inner .header_menus .nav_menus >li >a[target='_blank']:after{
		width: 22px;
		height: 22px;
		transform: translateY(-50%) rotate(0);
	}
	#header .inner .header_menus .nav_menus >li.have_child >a:after{
		content: "＋";
		display: table;
		width: 20px;
		height: 20px;
		transform: translateY(-50%) rotate(0);
		right: 0;
		border: none;
	}
	#header .inner .header_menus .nav_menus >li:last-child >a{
		border-bottom: none;
	}
	/* アコーディオン開いたとき */
	#header .inner .header_menus .nav_menus >li >a.active{
		border-bottom: none;
	}
	#header .inner .header_menus .nav_menus >li.have_child >a.active:after{
		content: "ー";
	}
}


/* ハンバーガーメニュー内　cta_block */
#header .inner .header_bottom .cta_block.sp_block{
	display: none;
}
@media screen and (max-width: 768px) {
	#header .inner .header_bottom .cta_block.sp_block{
		display: block;
		margin-top: 3.2rem;
	}
}

/* ヘッダーナビ子要素メニュー(hoverで表示)　header_menus child_menu */
#header .inner .header_menus .nav_menus>li.have_child .child_menu {
	opacity: 1;
	display: none;
}
#header .inner .header_menus .nav_menus>li.have_child.active .child_menu {
	display: block;
}

@media screen and (max-width: 768px) {
	#header .inner .header_menus .nav_menus>li.have_child.active .child_menu {
		opacity: 1;
		display: none;
	}

	#header .inner .header_menus .nav_menus>li.have_child.active .child_menu {
		opacity: 1;
	}
}
/* ヘッダーナビ子要素メニュー(style)　header_menus child_menu */
#header .inner .header_menus .nav_menus>li .child_menu {
	position: absolute;
	left: 50%;
	top: 86px;
	transform: translateX(-50%);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	padding: 3.2rem 3.2rem 1.6rem;
	width: 375px;
	z-index: 20;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav-ttl{
	margin-bottom: 0.8rem;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav-ttl a{
	color: var(--color-red);
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav{
	margin: 0 1.6rem;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav >li:not(:first-child){
	margin-top: 0.8rem;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav li a{
	color: #666666;
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav li ul{
	margin-left: .5rem;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav li ul li{
	margin-top: .8rem;
}
#header .inner .header_menus .nav_menus>li .child_menu .smart-nav li ul li a{
	font-weight: 400;
}
#header .inner .header_menus .nav_menus>li .child_menu .close_btn{
	color: #6D7186;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: right;
	cursor: pointer;
	position: relative;
}
#header .inner .header_menus .nav_menus>li .child_menu .close_btn::before{
	content: "×";
	color: #6D7186;
	display: inline-block;
	vertical-align: baseline;
	margin-right: .5rem;
}
/* ヘッダーナビ子要素メニュー:見切れを調整(style)　header_menus child_menu */
@media screen and (max-width: 1100px) {
	#header .inner .header_menus .nav_menus>li .child_menu {
		left: 90%;
	}
}
@media screen and (max-width: 768px) {
	/* ハンバーガーメニュー内のアコーディオン　header_menus child_menu */
	#header .inner .header_menus .nav_menus>li .child_menu {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		border-radius: 0;
		background: none;
		box-shadow: none;
		backdrop-filter: none;
		padding: 0;
		width: 100%;
	}
	#header .inner .header_menus .nav_menus>li .child_menu .smart-nav-ttl{
		margin-bottom: 1.8rem;
	}
	#header .inner .header_menus .nav_menus>li .child_menu .close_btn {
		display: none;
	}
	#header .inner .header_menus .nav_menus>li .child_menu .smart-nav>li:not(:first-child) {
		margin-top: 1.4rem;
	}
}

/* スクロール時 */
#header.fixed {
	position: fixed;
	z-index: 10000;
	top: -200px;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, .95);
}
#header.fixed::before {
	display: none;
}
#header.fixed .inner .header_menus .nav_menus >li >a{
	font-size: 1.4rem;
	padding: 2.6rem 2rem;
}
#header.fixed.closed {
	top: -200px;
	/* transition: all .3s linear; */
}
#header.fixed.opened {
	top: 0;
	transition: all .6s linear;
}
#header.fixed.opened .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#header.fixed.opened .inner .header_top {
	display: block;
}
#header.fixed.opened .inner .header_top .header_btn_block {
	display: none;
}
#header.fixed.opened .inner .header_menus {
	align-items: center;
}
@media screen and (max-width: 768px) {
	#header.fixed {
		background: #fff;
	}
	#header .inner .header_top,
	#header.fixed.opened .inner .header_top {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#header.fixed .inner .header_menus .nav_menus >li >a{
	font-size: 2rem;
	padding: 2.6rem 3rem;
	}
}




/* ハンバーガーボタン　btn_menu */
#header .inner .header_top .btn_menu {
	display: none;
}
@media screen and (max-width: 768px) {
	#header .inner .header_top .btn_menu {
		display: block;
		overflow: hidden;
		width: 50px;
		height: 50px;
		white-space: nowrap;
		text-indent: 100%;
		background: url(../img/renew2026/ico_menu.svg) 0 0 no-repeat;
		background-size: contain;
		cursor: pointer;
	}
}

/* 本文へボタン.btn-skip */
#header .btn-skip a {
	color: #fff;
	font-size: 1rem;
	text-align: center;
	display: block;
	background: #1f1f1f;
	text-decoration: none;
	padding: 1em;
	opacity: 1;
	position: absolute;
	left: 0;
	top: -75pt;
	z-index: 3;
}

#header .btn-skip a:hover {
	background: var(--color-text);
}

#header .btn-skip a:focus {
	opacity: 1;
	top: 0;
	position: relative;
}

@media only screen and (max-width: 768px) {
	#header .btn-skip {
		display: none;
	}
}

/* ==========================================================
ページ下CTAボタン .fixed_cta_btns
========================================================== */
.fixed_cta_btns{
	display: none;
	background: var(--bg-color-gray);
	padding: 1.6rem;
	position: fixed;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fixed_cta_btns ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 24px;
	align-self: stretch;
}
.fixed_cta_btns ul li .btn_block{
	margin-bottom: 0;
}
.fixed_cta_btns ul li .btn_block a,
.fixed_cta_btns ul li .btn_block button{
	padding: 1.8rem 7.2rem !important;
}
.fixed_cta_btns ul li .btn_block .btn_main{
	padding: .7rem 8rem .7rem 4rem!important;
}
@media screen and (max-width: 1400px) {
	.fixed_cta_btns ul li:first-child {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.fixed_cta_btns{
		padding: .8rem;
	}
	.fixed_cta_btns ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 6px 8px;
	}
	.fixed_cta_btns ul li:has( .btn_block .btn_main){
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
	.fixed_cta_btns ul li:has( .btn_block .btn_sub.phone){
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.fixed_cta_btns ul li:has( .btn_block .btn_sub.calc){
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.fixed_cta_btns ul li .btn_block{
		display: block;
	}
	.fixed_cta_btns ul li .btn_block a,
	.fixed_cta_btns ul li .btn_block button {
		text-align: center;
		width: 100%;
		font-size: 1.3rem;
		letter-spacing: 0;
		padding: .5rem .5rem .5rem 3rem !important;
	}
	.fixed_cta_btns ul li .btn_block a:after,
	.fixed_cta_btns ul li .btn_block button:after {
		content: none;
	}
	.fixed_cta_btns ul li .btn_block .btn_main {
		font-size: 2.0rem;
		padding: 1.0rem .8rem !important;
	}
	.fixed_cta_btns ul li .btn_block .btn_main >span {
		font-size: 1.3rem;
		letter-spacing: 0;
		color: var(--color-red);
		background: #fff;
		margin-right: 0;
		padding: .2rem .8rem;
		margin-bottom: .6rem;
	}
	.fixed_cta_btns ul li .btn_block .btn_sub::before {
		left: .4rem;
	}
}

/* 電話お申込み/ご相談　popover */
[popover]#popover-tel {
	border-radius: 8px;
	border: 5px solid var(--color-red);
	padding: 4.8rem 8rem;
	max-width: 880px;
}
[popover]#popover-tel picture {
	display: block;
	margin-bottom: 2.4rem;
}
[popover]#popover-tel .txt-inquiries {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2.4rem;
	width: 100%;
}
[popover]#popover-tel .btn_block {
	flex-grow: 1;
	margin-bottom: 1.2rem;
}
[popover]#popover-tel .btn_block p {
	width: 100%;
}
[popover]#popover-tel .btn_main {
	font-size: 2.2rem;
}
[popover]#popover-tel .btn_main span {
	font-size: 1.6rem;
}
[popover]#popover-tel .txt-inquiries a {
	color: var(--color-red);
	font-weight: 700;
	text-decoration: none;
}
[popover]#popover-tel .txt-inquiries a[target='_blank']:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-left: 0.4rem;
	z-index: 2;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: var(--color-red);
}
@media screen and (max-width: 768px) {
	[popover]#popover-tel {
		border-radius: 4px;
		border: 2px solid var(--color-red);
		padding: 4.8rem 1.6rem 2.4rem;
	}
	[popover]#popover-tel .btn_main,
	[popover]#popover-tel .btn_sub{
		font-size: 1.7rem;
	}
	[popover]#popover-tel .btn_main >span {
		font-size: 1.3rem;
		letter-spacing: 0;
		color: var(--color-red);
		background: #fff;
		margin-right: 0;
		padding: .2rem .8rem;
		margin-bottom: .8rem;
	}
}

/* ==========================================================
フッター #footer
========================================================== */
/* fixed_pagetop ページトップへ */
.fixed_pagetop{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 10;
	right: 40px;
	bottom: 260px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.fixed_pagetop p{
	position: relative;
	text-indent: -300%;
	height: 100%;
}
.fixed_pagetop p:after{
    content: "";
	width: 100%;
	aspect-ratio: 1 / 1;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0) rotate(-90deg);
	background: url(../img/renew2026/ico_arrow_circle_bg_red.svg) no-repeat center center / contain;
}
.fixed_pagetop p:hover:after{
	background: url(../img/renew2026/ico_arrow_circle_bg.svg) no-repeat center center / contain;
}
@media screen and (max-width: 1400px) {
	.fixed_pagetop {
		bottom: 360px;
	}
}
@media screen and (max-width: 768px) {
	.fixed_pagetop {
		width: 48px;
		height: 48px;
		right: 16px;
		bottom: 215px;

	}
}


/* fixed_chat chatで質問する */
.fixed_chat{
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 10;
	right: 24px;
	bottom: 125px;
}
.fixed_chat p{
	line-height: 1.3;
	text-align: center;
}
.fixed_chat p a{
	color: var(--color-text);
	font-size: 1.3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 1.6px;
	text-decoration: none;
	width: 110px;
	height: 110px;
	border-radius: 8px;
	padding: 1.6rem .8rem;
	background: #FFF;
    border: 2px solid transparent;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
	display: block;
	transition: all .3s;
	position: relative;
}
.fixed_chat p a span{
	font-size: 1.6rem;
	display: block;
}
.fixed_chat p a:before{
	content: "";
	width: 60px;
	aspect-ratio: 60 / 42;
    display: block;
	margin: 0 auto;
	background: url(../img/renew2026/ico_chat.svg) no-repeat center center / contain;
}
.fixed_chat p a:hover{
	border-color: var(--color-text);
}
@media screen and (max-width: 1400px) {
	.fixed_chat {
		bottom: 240px;
	}
}
@media screen and (max-width: 768px){
	.fixed_chat {
		right: 16px;
		bottom: 125px;
	}
	.fixed_chat p a {
		width: 80px;
		height: 80px;
		padding: 1rem .5rem;
		font-size: 1rem;
	}
	.fixed_chat p a:before {
		width: 48px;
	}
	.fixed_chat p a span{
		font-size: 1.3rem;
	}
}

/* list_group グループ会社ロゴ */
.list_group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem 4rem;
}
@media screen and (max-width: 768px){
	.list_group {
		margin-bottom: 2.8rem;
	}
}

/* ip_icon  IPv6利用中 IPv4利用中*/
.ip_icon {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto 4rem;
}
.ip_icon a {
	display: block;
}
.ip_icon span {
	display: block;
	padding: 4px 12px;
	color: #999;
	background: #F1F1F1;
	border-radius: 4px;
	font-size: 1.3rem;
	margin-right: 10px;
}

.ip_icon .active span {
	color: #12D961;
	background: #E3FFE1;
}
@media screen and (max-width: 768px){
	.ip_icon {
		width: 100%;
		justify-content: center;
		margin: 0 auto 5%;
	}
}

/* txt_tax 金額のテキスト */
.txt_tax{
	color: #333;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.txt_tax{
		font-size: 1.4rem;
		text-align: left;
	}	
}

/* #footer フッター */
#footer{
	padding: 8rem 1.6rem 12rem;
	background: #F2F2F2;
	position: relative;
	z-index: 0;
}


@media screen and (max-width: 1400px) {
	#footer{
		padding: 8rem 1.6rem 22rem;
	}
}

@media screen and (max-width: 768px) {
	#footer{
		padding: 8rem 0 17rem;
	}
}


/* footer_memu フッターナビ */
#footer .footer_memu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
#footer .footer_memu li a{
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	display: block;
	position: relative;
}
#footer .footer_memu li a:hover{
	text-decoration: underline;
}
#footer .footer_memu li a:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	z-index: 2;
	background: #343434;
}
#footer .footer_memu li:first-child a:before{
	content: none;
}
#footer .footer_memu li a[target='_blank']:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-left: 0.4rem;
	z-index: 2;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: #1C1B1F;
}

@media screen and (max-width: 768px) {
	#footer .footer_memu{
		gap: 0;
		margin-bottom: 0.6rem;
	}
	#footer .footer_memu li{
		width: 100%;
		border-bottom: 1px solid #949494;
	}
	#footer .footer_memu li:first-child{
		border-top: 1px solid #949494;
	}
	#footer .footer_memu li a{
		text-align: left;
		padding: .6rem;
	}
	#footer .footer_memu li a:before{
		content: none;
	}
}

/* copy コピーライト */
.copy{
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 0;
}


/* ==========================================================
コンテンツの幅 .inner .inner_s
========================================================== */
.inner{
    width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .inner{
        width: 98%;
    }
}
.inner_s{
    width: 856px;
    margin: 0 auto;
}

@media screen and (max-width: 876px) {
	.inner_s {
        width: 98%;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding: 0 1.6rem;
	}
	.inner_s {
		width: 100%;
		padding: 0 1.6rem;
	}
}

/* ==========================================================
ボタン .btn_block etc.
========================================================== */
.btn_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4.8rem;
	margin-bottom: 3.2rem;
}
.btn_block.left {
	justify-content: left;
	gap: 1.6rem;
}

.btn_block.col01 > p ,
.btn_block.col01 > button {
	width: 100%;
}
.btn_block.col02 > p,
.btn_block.col02 > button {
	width: calc((100% - 4.8rem) / 2);
}
.btn_block.col03 > p,
.btn_block.col03 > button {
	width: calc((100% - 9.6rem) / 3);
}

/* cta_block */
.cta_block .btn_block {
	gap: 2.4rem;
	margin-bottom: 2.4rem;
}
.cta_block .btn_block.col02 > p,
.cta_block .btn_block.col02 > button {
	width: calc((100% - 2.4rem) / 2);
}

/* ボタン */
.btn_base,
.btn_main,
.btn_sub,
.btn_text {
	display: block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}

/* btn_base */
.btn_base {
	color: #fff;
	background: var(--color-text);
	border-radius: 999px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding: 1.6rem 8rem 1.6rem 5.6rem;
	min-width: 380px;
}
.btn_base::after {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/renew2026/ico_arrow_circle_b.svg) center / contain no-repeat;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background .3s;
}
.btn_base[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	z-index: 2;
	background: url(../img/renew2026/ico_blank_circle_b.svg) center / contain no-repeat;
}
.btn_base:hover {
	background: var(--color-red);
}
.btn_base:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_w.svg) center / contain no-repeat;
}
.btn_base[target="_blank"]:hover::after {
	background: url(../img/renew2026/ico_blank_circle_red.svg) center / contain no-repeat;
}

.btn_base.red {
	background: var(--color-red);
}
.btn_base.red::after {
	background: url(../img/renew2026/ico_arrow_circle_w.svg) center / contain no-repeat;
}
.btn_base.red[target="_blank"]::after {
	background: url(../img/renew2026/ico_blank_circle_red.svg) center / contain no-repeat;
}
.btn_base.red:hover {
	background: var(--color-text);
}
.btn_base.red:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_b.svg) center / contain no-repeat;
}
.btn_base.red[target="_blank"]:hover::after {
	background: url(../img/renew2026/ico_blank_circle_b.svg) center / contain no-repeat;
}

.btn_base.blue {
	background: var(--color-blue);
}
.btn_base.blue::after {
	background: url(../img/renew2026/ico_arrow_circle_blue.svg) center / contain no-repeat;
}
.btn_base.blue[target="_blank"]::after {
	background: url(../img/renew2026/ico_blank_circle_blue.svg) center / contain no-repeat;
}
.btn_base.blue:hover {
	background: var(--color-text);
}
.btn_base.blue:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_b.svg) center / contain no-repeat;
}
.btn_base.blue[target="_blank"]:hover::after {
	background: url(../img/renew2026/ico_blank_circle_b.svg) center / contain no-repeat;
}

.btn_base.border {
	color: var(--color-text);
	background: #fff;
	border: 3px solid var(--color-text);
	min-width: 300px;
}
.btn_base.border::after {
	background: url(../img/renew2026/ico_arrow_circle_bg.svg) no-repeat center center / contain;
}
.btn_base.border[target="_blank"]::after {
	background: url(../img/renew2026/ico_blank_circle_bg_b.svg) center / contain no-repeat;
}
.btn_base.border:hover {
	color: #fff;
	background: var(--color-text);
}
.btn_base.border:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_b.svg) no-repeat center center / contain;
}
.btn_base.border[target="_blank"]:hover::after {
	background: url(../img/renew2026/ico_blank_circle_b.svg) center / contain no-repeat;
}

.btn_base.border.red {
	color: var(--color-red);
	background: #fff;
	border: 3px solid var(--color-red);
}
.btn_base.border.red::after {
	background: url(../img/renew2026/ico_arrow_circle_bg_red.svg) center / contain no-repeat;
}
.btn_base.border.red[target="_blank"]::after {
	background: url(../img/renew2026/ico_blank_circle_bg_red.svg) center / contain no-repeat;
}
.btn_base.border.red:hover {
	color: #fff;
	background: var(--color-red);
}
.btn_base.border.red:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_w.svg) center / contain no-repeat;
}
.btn_base.border.red[target="_blank"]:hover::after {
	background: url(../img/renew2026/ico_blank_circle_red.svg) center / contain no-repeat;
}

.btn_base.small {
	color: var(--color-text);
	font-size: 1.6rem;
	font-weight: normal;
	min-width: 200px;
	background: #F2F2F2;
	padding: .8rem 3.6rem .8rem 1.6rem;
}
.btn_base.small::after {
	width: 18px;
	height: 13px;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_arrow.svg);
	background: #0077BF;
	right: 12px;
}
.btn_base.small.red::after {
	background: var(--color-red);
}
.btn_base.small[target="_blank"]::after {
	width: 18px;
	height: 18px;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: var(--color-text);
}
.btn_base.small:hover {
	color: #fff;
	background: var(--color-text);
}
.btn_base.small:hover::after,
.btn_base.small[target="_blank"]:hover::after {
	background: #fff;
}

/* btn_main */
.btn_main {
	color: #fff;
	background: var(--color-red);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
	border-radius: 10px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 2.4rem;
	padding-right: 8.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_main >span:not(.pc_only) {
	color: var(--color-red);
	background: #fff;
	border-radius: 999px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
	padding: 1.2rem 1.6rem;
	margin-right: 2.4rem;
	transition: color .3s;
}
.btn_main span.pc_only {
	display: inline-block;
}
.btn_main::after {
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	background: url(../img/renew2026/ico_arrow_circle_w.svg) no-repeat center center / contain;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background .3s;
}
.btn_main:hover {
	background: var(--color-text);
}
.btn_main:hover span {
	color: var(--color-text);
}
.btn_main:hover::after {
	background: url(../img/renew2026/ico_arrow_circle_b.svg) no-repeat center center / contain;
}

/* btn_sub */
.btn_sub {
	color: var(--color-text);
	background: #FFF;
	border: 2px solid transparent;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.20);
	border-radius: 10px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: left;
    line-height: 1.6;
	letter-spacing: 0.02em;
	padding: 2.4rem 7.2rem;
}
.btn_sub::after {
	content: "";
	display: block;
	width: 22px;
	height: 16px;
	background: url(../img/renew2026/ico_arrow.svg) no-repeat center center / contain;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.btn_sub[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	z-index: 2;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: #1C1B1F;
}
.btn_sub::before {
	content: "";
	display: block;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.4rem;
}
.btn_sub.red {
	color: #fff;
	background: var(--color-red);
}
.btn_sub.red::after {
	background: url(../img/renew2026/ico_arrow_w.svg) no-repeat center center / contain;
}
.btn_sub.red[target="_blank"]::after {
	background: #fff;
}
.btn_sub.calc::before {
	width: 29px;
	height: 40px;
	background: url(../img/renew2026/ico_calc.svg) no-repeat center center / contain;
}
.btn_sub.phone::before {
	width: 33px;
	height: 35px;
	background: url(../img/renew2026/ico_phone.svg) no-repeat center center / contain;
}
.btn_sub.online::before {
	width: 36px;
	height: 28px;
	background: url(../img/renew2026/ico_online.svg) no-repeat center center / contain;
}
.btn_sub.area::before {
	width: 37px;
	height: 32px;
	background: url(../img/renew2026/ico_areacheck.svg) no-repeat center center / contain;
}
.btn_sub:hover {
	border-color: var(--color-text);
}

/* btn_text */
.btn_text {
	color: var(--color-text);
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
.btn_text.bold {
	font-size: 2.0rem;
	font-weight: 700;
}
.btn_text::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/renew2026/ico_arrow_circle_bg.svg) no-repeat center center / contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1.6rem;
}
.btn_text[target="_blank"]::after {
	width: 26px;
	height: 26px;
	background: url(../img/renew2026/ico_external.svg) no-repeat center center / contain;
}
.btn_text:hover {
	font-weight: 700;
	text-decoration: underline;
}

/* btn_dline */
span.btn_dline::before{
	content: "/";
}
/* btn_txt_small */
span.btn_txt_small {
	font-size: 1.6rem;
	display: inline-block;
	margin-right: .8rem;
}

@media screen and (max-width: 768px) {

	/* btn_block */
	.btn_block {
		gap: 1.6rem;
		margin-bottom: 2.4rem;
	}
	.btn_block.col02 > p,
	.btn_block.col02 > button {
		width: calc((100% - 1.6rem) / 2);
	}
	.btn_block.col03 > p,
	.btn_block.col03 > button {
		width: calc((100% - 3.2rem) / 3);
	}
	.btn_block.sp_col01 > p,
	.btn_block.sp_col01 > button {
		width: 100%;
	}

	/* cta_block */
	.cta_block .btn_block {
		gap: 1.6rem;
		margin-bottom: 1.6rem;
	}
	.cta_block .btn_block .btn_sub {
		font-size: 1.2rem;
		padding: .8rem 2.4rem .8rem 3.8rem;
	}
	.cta_block .btn_block .btn_sub::before {
		left: .8rem;
	}
	.cta_block .btn_block .btn_sub::after {
		right: .8rem;
	}
	.cta_block .btn_block.col02 > p,
	.cta_block .btn_block.col02 > button {
		width: calc((100% - 1.6rem) / 2);
	}

	/* btn_base */
	.btn_base,
	.btn_base.border {
		font-size: 1.6rem;
		padding: 1rem 4.8rem 1rem 1.6rem;
		min-width: auto;
	}
	.btn_base::after {
		width: 33px;
		height: 33px;
		right: .8rem;
	}

	/* btn_main */
	.btn_main {
		font-size: 2.4rem;
		line-height: 1.4;
		padding: 1.6rem;
		padding-right: 6.4rem;
		display: flex;
		flex-direction: column;
	}
	.btn_main >span:not(.pc_only) {
		color: #fff;
		background: none;
		font-size: 1.6rem;
		padding: 0;
		margin: 0;
	}
	.btn_main::after {
		right: 1.6rem;
	}
	.btn_main:hover >span {
		color: #fff;
	}
	.btn_main span.pc_only {
		display: none;
	}

	/* btn_sub */
	.btn_sub {
		padding: 1.6rem 4rem 1.6rem 5.6rem;
	}
	.btn_sub::after {
		width: 17px;
		height: 12px;
		right: 1.6rem;
	}
	.btn_sub::before {
		left: 1.6rem;
	}
	.btn_sub.calc::before {
		width: 23px; 
		height: 28px;
	}
	.btn_sub.area::before {
		width: 30px;
		height: 27px;
	}
	.btn_sub.phone::before {
		width: 24px;
		height: 26px;
	}
	.btn_sub.online::before {
		width: 26px;
		height: 20px;
	}
	
	/* btn_text */
	.btn_text {
		font-size: 1.6rem;
	}
	.btn_text::after {
		margin-left: 1.1rem;
	}
	.btn_text.bold {
		font-size: 1.6rem;
	}
	/* btn_txt_small */
	span.btn_txt_small {
		font-size: 1.4rem;
		margin: 0;
	}
}

@media screen and (max-width: 420px) {
	/* btn_dline */
	span.btn_dline {
		display: block;
	}
	span.btn_dline::before{
		display: none;
	}
}


/* --------------------------------------------------
top 重要なお知らせ boxcaution
-------------------------------------------------- */
.boxcaution {
	background: #fff;
	width: 100%;
	margin: 0 auto 1em !important;
	padding: 15px 20px;
	font-weight: bold;
	border: solid var(--color-red) 3px;
}

.boxcaution .boxcaution-inner {
	max-width: 1080px;
	margin: 0 auto;
}

.boxcaution .boxcaution-h {
	color: var(--color-red);
	text-align: center;
	display: table;
	table-layout: fixed;
	margin: 0 auto !important;
	font-size: 3.94366vw;
	font-weight: bold;
	position: relative;
}

.boxcaution .boxcaution-h:before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: var(--color-red);
	position: absolute;
	left: auto;
	right: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
}

.boxcaution .boxcaution-h:after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: var(--color-red);
	position: absolute;
	right: auto;
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
}

.boxcaution p {
	margin: auto;
	padding: 10px 0;
	color: var(--color-red);
}

.boxcaution p:last-child {
	padding-bottom: 0;
}

.boxcaution p+p {
	padding-top: 0;
}

.boxcaution p a {
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(--color-red);
}

.boxcaution p a time {
	color: var(--color-text);
	margin-right: 2em;
	white-space: nowrap;
	text-decoration: none;
	width: 15rem;
}

.boxcaution p a[target='_blank'] .boxcaution-ttl:after {
	width: 15px;
	height: 15px;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: var(--color-red);
	display: inline-block;
	margin-left: 10px;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}

.boxcaution p a[href$='.pdf'] .boxcaution-ttl:after {
	display: inline-block;
	width: 23px;
	height: 28px;
	margin-left: 5px;
	content: '';
	background-image: url(../img/renew2026/ico_pdf.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	vertical-align: text-top;
}

.boxcaution p a:hover .boxcaution-ttl {
	text-decoration: underline;
}

@media only screen and (min-width: 769px),
print {
	.boxcaution {
		padding: 20px;
	}

	.boxcaution .boxcaution-h {
		font-size: 2rem;
	}

	.boxcaution p {
		padding: 20px 0;
	}

	.boxcaution p a {
		flex-wrap: nowrap;
	}

	.boxcaution p a[target='_blank'] .boxcaution-ttl:after {
		width: 17px;
		height: 17px;
	}

	.boxcaution p a[href$='.pdf'] .boxcaution-ttl:after {
		width: 22px;
		height: 25px;
	}

	.boxcaution p a time {
		width: 13rem;
	}
}


/* ==========================================================
パンくず breadcrumbs
========================================================== */
.breadcrumbs{
	background: #F2F2F2;
	padding: 8px 80px;
}
.breadcrumbs .breadcrumbs_list{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 16px;
	overflow: auto;
	scroll-behavior: smooth;
}
.breadcrumbs .breadcrumbs_list::-webkit-scrollbar {
	height: 8px;
	background: #F2F2F2;
}
.breadcrumbs .breadcrumbs_list::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 999px;
}
.breadcrumbs .breadcrumbs_list::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-text);
}
.breadcrumbs .breadcrumbs_list li{
	color: #333;
	position: relative;
	white-space: nowrap;
}
.breadcrumbs .breadcrumbs_list li:after{
	content: "＞";
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}
.breadcrumbs .breadcrumbs_list li:last-child:after{
	content: none;
}
.breadcrumbs .breadcrumbs_list li a{
	color: #333;
}
.breadcrumbs .breadcrumbs_list li a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding: 8px 16px;
	}
}

/* ==========================================================
見出し
========================================================== */
/* ページタイトル　page_title */
.page_title{
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	padding: 6rem 1rem;
	background: var(--color-red);
}
.page_title h1{
	font-size: 4.2rem;
	font-weight: 700;
}

/* h2 heading_2 */
.heading_2 {
	text-align: center;
	margin: 6.4rem 0 2.4rem;
}
.heading_2 .ttl {
	font-size: 4.2rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.heading_2 .ttl::before,
.heading_2 .ttl::after {
	content: "";
    width: 24px;
    height: 4px;
    background: var(--color-red);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.heading_2 .ttl::after {
	left: auto;
	right: 0;
}

/* heading_3 */
.heading_3 {
	text-align: center;
	margin: 4.8rem 0 2.4rem;
}
.heading_3 .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 2.8rem;
	position: relative;
}
.heading_3 .ttl::before {
	content: "";
    width: 30px;
    height: 4px;
    background: var(--color-red);
    display: block;
    position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

/* heading_4 */
.heading_4 {
	margin: 4rem 0 2.4rem;
}
.heading_4 .ttl {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 2.2rem 0 2.2rem 3rem;
	position: relative;
}
.heading_4 .ttl::before {
	content: "";
    width: 15px;
    height: 4px;
    background: var(--color-red);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* heading_5 */
.heading_5 {
	margin: 3.6rem 0 2.4rem;
}
.heading_5 .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	border-left: 3px solid var(--color-red);
	padding-left: 2rem;
}

/* heading_6 */
.heading_6 {
	margin: 3rem 0 2.4rem;
}
.heading_6 .ttl {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.heading_6 .ttl::before,
.heading_6 .ttl::after {
	content: "";
	height: 1px;
	background: var(--color-text);
	flex-grow: 1;
}
.heading_6 .ttl::before {
	margin-right: 16px;
	padding-left: 15px;
}
.heading_6 .ttl::after {
	margin-left: 16px;
	padding-right: 15px;
}

@media screen and (max-width: 768px) {
	/* page_title */
	.page_title h1{
		font-size: 2.6rem;
	}

	/* heading_2 */
	.heading_2 .ttl {
		font-size: 2.6rem;
		padding: 0 3.4rem;
	}
	.heading_2 .ttl::before,
	.heading_2 .ttl::after {
		width: 18px;
	}

	/* heading_3 */
	.heading_3 .ttl {
		font-size: 2.2rem;
		padding-bottom: 2rem;
	}

	/* heading_4 */
	.heading_4 .ttl {
		font-size: 2rem;
		padding-left: 2rem;
	}
	.heading_4 .ttl::before,
	.heading_4 .ttl::after {
		width: 12px;
	}

	/* heading_5 */
	.heading_5 .ttl {
		font-size: 1.8rem;
	}

	/* heading_6 */
	.heading_6 .ttl {
		font-size: 1.8rem;
	}
}

/* ttl_top */
.ttl_top {
	color: var(--color-text);
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 4rem;
}
.ttl_top span.font {
	font-family: "Manrope", sans-serif;
	font-size: 4.8rem;
	font-weight: 800;
}
.ttl_top .sttl {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.6rem;
	color: var(--color-red);
	font-weight: 500;
	letter-spacing: 0.125em;
	display: block;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.ttl_top {
		font-size: 2.8rem;
		margin-bottom: 1.6rem;
	}
	.ttl_top span.font {
		font-size: 3.2rem;
	}
	.ttl_top .sttl {
		font-size: 1.4rem;
	}
}

/* ==========================================================
文章
========================================================== */
.sentence_block {
	margin-bottom: 4rem;
	word-break: break-word;
}

.sentence_block p {
	margin-bottom: 1.6rem;
}

/* 太字 */
.sentence_block em {
	font-weight: bold;
}

/* 赤色テキスト */
.sentence_block .txt_red {
	color: var(--color-red);
}

/* 青色テキスト */
.sentence_block .txt_blue {
	color: var(--color-blue);
}

/* テキストリンク */
.sentence_block a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../img/renew2026/ico_arrow_triangle_red.svg) no-repeat center center / contain;
	vertical-align: middle;
	margin: 0 .4rem .4rem;
}
.sentence_block a[target="_blank"]::after {
	width: 18px;
	height: 18px;
	background: url(../img/renew2026/ico_blank.svg) no-repeat center center / contain;
} 
.sentence_block a[href*=".pdf"]::after {
	width: 23px;
	height: 28px;
	background: url(../img/renew2026/ico_pdf.svg) no-repeat center center / contain;
}

/* フォントサイズ */
.sentence_block .font_size_small {
	font-size: .9rem;
}
.sentence_block .font_size_medium {
	font-size: 1.8rem;
}
.sentence_block .font_size_large {
	font-size: 3rem;
}

/* 中央揃え */
.sentence_block .txt_center {
	text-align: center;
}

/* 右揃え */
.sentence_block .txt_right {
	text-align: right;
}

/* インデント */
.txt_notes {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.txt_notes::before {
	content: "※";
	margin-right: 1rem;
}

/* 値段・チャンネル */
.price_channel_block {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 2.3rem;
	margin-bottom: 4rem;
}
.price_channel_block .num {
	color: var(--color-red);
	font-family: "Manrope", sans-serif;
	font-size: 2.4rem;
	margin-right: .4rem;
}

/* 番号付きリスト */
.list_num_square {
	margin: 1.6rem 0;
}
.list_num_square li {
	padding-left: 3em;
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: .8rem;
	position: relative;
	margin-bottom: 1.6rem;
}
.list_num_square li::before {
	content: counter(cnt);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #F2F2F2;
	border-radius: 6px;
	margin-right: .8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* 枠付きブロック */
.bg_color {
	padding: 4rem;
	border-radius: 8px;
	margin-bottom: 1.6rem;
}
.bg_color.border {
	background: #fff;
	border: 4px solid #F2F2F2;
}
.bg_color.blue {
	background: #E6F2F9;
}
.bg_color.red {
	background: #FCECEC;
}
.bg_color.white{
	background-color: #fff;
}
.bg_color.dashed {
	border: 1px dashed;
}
.bg_color.radius {
	border-radius: 12px;
}
@media screen and (max-width: 768px) {
	.bg_color {
		padding: 4rem 1.6rem;
	}
}

/* ==========================================================
アコーディオン
========================================================== */
.accordion01 .accordion_torigger {
    font-weight: bold;
    display: flex;
    cursor: pointer;
    align-items: center;
	gap: 1.6rem;
    margin-top: 2.4rem;
}
.accordion01 .accordion_torigger:first-child {
    margin-top: 0;
}
.accordion01 .accordion_torigger .icon_plus {
    display: inline-block;
    background: #666666;
	min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
	position: relative;
}
.accordion01 .accordion_torigger .icon_plus:before,
.accordion01 .accordion_torigger .icon_plus::after {
	content: "";
	display: block;
	background: #fff;
	border-radius: 10px;
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.accordion01 .accordion_torigger .icon_plus::after {
	width: 2px;
	height: 12px;
	right: 2.8rem;
}
.accordion01 .accordion_content {
	display: none;
    padding: 1.6rem 0;
}
.accordion01 .accordion_content a{
	text-decoration: underline;
}
.accordion01 .accordion_content p,
.accordion01 .accordion_content ul {
    margin-bottom: 10px;
}
.accordion01 .accordion_content *:last-child {
    margin-bottom: 0;
}
.accordion01 .accordion_content.opened {
    display: block;
}
.accordion01 .accordion_torigger.opened .icon_plus::after {
	display: none;
}

/* タイトルアコーディオン */
.accordion01.title_accordion .accordion_torigger {
	font-size: 2.6rem;
	border-bottom: 1px solid #CCCCCC;
	padding: 2.4rem 0;
	margin: 0;
}
.accordion01.title_accordion .accordion_torigger::before {
	content: "";
	display: inline-block;
	min-width: 14px;
	width: 15px;
	height: 4px;
	background: var(--color-red);
}
.accordion01.title_accordion .accordion_torigger .icon_plus {
	background: none;
	width: auto;
	height: auto;
	margin-left: auto;
}
.accordion01.title_accordion .accordion_torigger .icon_plus:before,
.accordion01.title_accordion .accordion_torigger .icon_plus::after {
	width: 20px;
	height: 4px;
	background: #666666;
	border-radius: 0;
}
.accordion01.title_accordion .accordion_torigger .icon_plus::after {
	width: 4px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	.accordion01.title_accordion .accordion_torigger {
		font-size: 2rem;
	}
}

/* ==========================================================
画像1カラム（幅画像サイズ）
========================================================== */
.pht_single {
	text-align: center;
}
.pht_single a {
	display: inline-block;
	transition: opacity .3s ease-out 0s;
}
.pht_single a:hover {
	opacity: 0.7;
}

/* ==========================================================
テーブル
========================================================== */
.basic_table table {
	font-size: 1.8rem;
	font-weight: 500;
	width: 100%;
}
.basic_table table th,
.basic_table table td {
	padding: 1.6rem 2.4rem;
	border: 1px solid #B2B2B2;
}
.basic_table table thead th {
	font-weight: bold;
	color: #fff;
	background: #444444;
}
.basic_table table tbody th {
	font-weight: bold;
	background: #EEEEEE;
}
.basic_table table .txt_justify {
	text-align-last: justify;
}
.basic_table table .bg_pink {
	background: #FFEDED;
}
.basic_table table .bg_green {
	background: #87C297;
}
.basic_table table .bg_red {
	background: #E5775B;
}
.basic_table table .bg_blue {
	background: #83AEDA;
}
.basic_table table .bg_yellow {
	background: #D3862D;
}

@media screen and (max-width: 768px) {
	.basic_table {
		width: 100%;
		overflow-x: auto;
		overflow-y: auto;
	}
	.basic_table table {
		font-size: 1.6rem;
		min-width: 100%;
		white-space: nowrap;
	}
	.basic_table table th,
	.basic_table table td {
		padding: 1.6rem;
	}
}

/* ==========================================================
チャンネルページ内リンクリスト
========================================================== */
.channel_category_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
.channel_category_list li {
	width: calc((100% - 4.8rem) / 3);
	display: flex;
}
.channel_category_list li a {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	border: 1px solid var(--color-red);
	border-radius: 8px;
	padding: 1.6rem 4rem 1.6rem 1.6rem;
	transition: background .3s, color .3s;
	position: relative;
}
.channel_category_list li a::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/renew2026/ico_arrow_link_pink.svg) no-repeat center center / contain;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all .3s;
}
.channel_category_list li a .channel_icon {
	display: inline-block;
	margin-right: 1rem;
}
.channel_category_list li a .channel_icon img {
	transition: filter .3s;
	min-width: 2.2rem;
}
/* hover */
.channel_category_list li a:hover {
	color: #fff;
	background: var(--color-red);
}
.channel_category_list li a:hover:after {
	background: url(../img/renew2026/ico_arrow_link_w.svg) no-repeat center center / contain;
}
.channel_category_list li a:hover .channel_icon img {
	filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
	.channel_category_list {
		gap: 1.6rem;
	}
	.channel_category_list li {
		width: calc((100% - 2.4rem) / 2);
	}
	.channel_category_list li a {
		text-align: left;
		justify-content: flex-start;
		padding: 1.6rem 3rem 1.6rem 1.6rem;
	}
	.channel_category_list li a::after {
		width: 20px;
		height: 20px;
		right:  .8rem;
	}
}

/* ==========================================================
お申込み電話番号
========================================================== */
.apply_tel {
	background: #fff;
	border-radius: 8px;
	border: 5px solid var(--color-red);
	text-align: center;
	padding: 2.4rem 5.6rem;
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.apply_tel {
		padding: 2.4rem 1.6rem;
	}
}

/* ==========================================================
お申込み cta_area
========================================================== */
.cta_area {
	background: var(--color-red);
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}
.cta_area::before {
	content: "";
	display: block;
	width: 120%;
	height: 600px;
	background: url(../img/renew2026/bg_apply.svg) center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.cta_area .bg_gray {
	background: var(--bg-color-gray-onred);
	border-radius: 16px;
	padding: 8rem 8rem 5.6rem;
	position: relative;
	z-index: 2;
}
.cta_area .ttl_top {
	margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
	.cta_area {
		padding: 4rem 1.6rem;
	}
	.cta_area::before {
		display: none;
	}
	.cta_area .bg_gray {
		border-radius: 8px;
		padding: 4rem 1.6rem 2.4rem;
	}
	.cta_area .ttl_top {
		margin-bottom: 1.6rem;
	}
}

/* ==========================================================
よくある質問
========================================================== */
.qa_block dl {
	border-bottom: 1px solid #666;
}
.qa_block dl .question,
.qa_block dl .answer {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: flex-start;
}
.qa_block dl .question {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	padding: 2.4rem 0 1.6rem 0;
	border-top: 1px solid #666;
	position: relative;
}
.qa_block dl .question>span {
	color: var(--color-blue);
	font-family: "Manrope", sans-serif;
	font-size: 3.1rem;
	font-weight: 700;
	margin-top: -1.2rem;
	margin-right: 1.6rem;
}
.qa_block dl .answer {
	color: var(--color-red);
	font-size: 1.6rem;
	padding: 0 0 2.4rem 0;
}
.qa_block dl .answer>span {
	color: var(--color-red);
	font-family: "Manrope", sans-serif;
	font-size: 3.1rem;
	font-weight: 700;
	margin-top: -1.2rem;
	margin-right: 1.6rem;
}
.qa_block dl .answer a {
	display: inline-block;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.qa_block dl .question {
		flex-wrap: nowrap;
	}
	.qa_block dl .question:after,
	.qa_block dl .question:before {
		top: 35px;
	}
}

/* ==========================================================
モーダルリンクリスト
========================================================== */
.list_modal li {
    list-style-type: none;
    position: relative;
    padding-left: 2.6rem;
	margin-bottom: 2.4rem;
}
.list_modal li::before {
	content: "";
    background: #999;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}
.list_modal li button {
	color: var(--color-text);
	font-size: 1.6rem;
	text-align: left;
	padding: 0;
	background: none;
	text-decoration: underline;
	cursor: pointer;
}
.list_modal li button::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/renew2026/ico_modal.svg) no-repeat center center / contain;
	vertical-align: middle;
	margin: 0 .4rem .4rem;
}

/* modal_block モーダルパーツ */
[popover].modal_block {
	border-radius: 8px;
	border: 5px solid var(--color-red);
	padding: 4.0rem 8rem;
	max-width: 880px;
}
[popover].modal_block .popover_inner .popover_ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2.4rem;
}
[popover].modal_block .popover_inner .sentence_block {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	[popover].modal_block {
		padding: 4.8rem 2.4rem 2.4rem;
	}
}


/* ==========================================================
画像テキスト
========================================================== */
.pht_txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4rem;
	margin-bottom: 8rem;
}
.pht_txt .ph_part {
	width: 184px;
	min-width: 184px;
	margin: 0 auto;
}
.pht_txt .txt_part .txt {
	margin-bottom: 1.6rem;
}
.pht_txt .txt_part .txt a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../img/renew2026/ico_arrow_triangle_red.svg) no-repeat center center / contain;
	vertical-align: middle;
	margin: 0 .4rem .4rem;
}
.pht_txt .txt_part .txt a[target="_blank"]::after {
	width: 18px;
	height: 18px;
	background: url(../img/renew2026/ico_blank.svg) no-repeat center center / contain;
} 
.pht_txt .txt_part .txt a[href*=".pdf"]::after {
	width: 23px;
	height: 28px;
	background: url(../img/renew2026/ico_pdf.svg) no-repeat center center / contain;
}

/* ==========================================================
下部リンクリスト
========================================================== */
.list_link {
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
	margin: 4rem auto;
}
.list_link li .btn_base {
	min-width: auto;
}
@media screen and (max-width: 768px) {
	.list_link li  {
		width: calc((100% - 1.6rem) / 2);
	}
}

/* ==========================================================
ブロック系
========================================================== */
.bg_block {
	padding: 12rem 0;
}
.bg_block  .bg_color {
	margin: 0;
}
/* gray */
.bg_block.gray {
	background-color: var(--bg-color-gray-onred);
}
/* black */
.bg_block.black {
	background-color: var(--color-text);
}
.bg_block.black * {
	color: #fff;
}
/* pht */
.bg_block.pht {
	position: relative;
}
.bg_block.pht .bg_pht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg_block.pht .inner {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.bg_block {
		padding: 8rem 0;
	}
}

/* ==========================================================
サムネイルリスト系
========================================================== */
.list_thumb {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	gap: 2.4rem;
	margin-bottom: 8rem;
}
.list_thumb > a {
    display: block;
}

/* col2 */
.list_thumb.col2 > li {
    width: calc((100% - 2.4rem) / 2);
}

/* col3 */
.list_thumb.col3 > li {
    width: calc((100% - 2.4rem * 2) / 3);
}

/* col4 */
.list_thumb.col4 > li {
    width: calc((100% - 2.4rem * 3) / 4);
}

/* li */
.list_thumb li {
    position: relative;
    display: flex;
    flex-direction: column;
	overflow: hidden;
}

/* hover */
.list_thumb li:has(a) {
	transition: opacity .3s ease-out 0s;
}

.list_thumb li:has(a:hover) {
	opacity: 0.7;
}

/* ph_part */
.list_thumb > li .ph_part {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #e2e5ec;
    aspect-ratio: 4 / 3;
	margin-bottom: 1.6rem;
}
.list_thumb > li .ph_part img {
    width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.7s;
    object-fit: contain;
}

/* txt_part */
.list_thumb > li .txt_part {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.list_thumb > li .txt_part .txt {
    font-size: 1.6rem;
}

.list_thumb > li .txt_part .list_icon {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
}
.list_thumb > li .txt_part .ttl_label span {
	color: #fff;
	background: var(--color-red);
	border-radius: 999px;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	padding: .2rem 1.4rem;
}
.list_thumb > li .txt_part .ttl {
    font-size: 1.6rem;
    font-weight: 700;
	margin-bottom: .8rem;
}
.list_thumb > li .txt_part .ttl a {
	position: unset;
}
.list_thumb > li .txt_part .ttl a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.list_thumb > li .txt_part .txt_red {
	color: var(--color-red);
}
.list_thumb > li .txt_part .txt_link {
	margin-top: auto;
	text-align: right;
	position: unset;
	padding-top: 1.6rem;
}
.list_thumb > li .txt_part .txt_link span {
	color: var(--color-red);
	font-size: 1.6rem;
	display: inline-block;
	padding-right: 4rem;
	position: relative;
}
.list_thumb > li .txt_part .txt_link span::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/renew2026/ico_arrow_circle_bg_red.svg) no-repeat center center / contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.list_thumb > li .txt_part .txt span.note {
    font-size: 1.4rem;
}
.list_thumb > li .txt_part .txt a::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../img/renew2026/ico_arrow_triangle_red.svg) no-repeat center center / contain;
	vertical-align: middle;
	margin: 0 .4rem .4rem;
}
.list_thumb > li .txt_part .txt a[target="_blank"]::after {
	width: 18px;
	height: 18px;
	background: url(../img/renew2026/ico_blank.svg) no-repeat center center / contain;
} 
.list_thumb > li .txt_part .txt a[href*=".pdf"]::after {
	width: 23px;
	height: 28px;
	background: url(../img/renew2026/ico_pdf.svg) no-repeat center center / contain;
}

/* ph_thumb */
.list_thumb.ph_thumb > li {
    display: block;
}
.list_thumb.ph_thumb .ph_part {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
	margin-bottom: 1.6rem;
}
.list_thumb.ph_thumb li:has(a:hover) {
	opacity: 1;
}

/* page_link */
.list_thumb.page_link > li {
	border-radius: 8px;
}
.list_thumb.page_link > li .ph_part {
	margin-bottom: 0;
	aspect-ratio: 252 / 150;
}
.list_thumb.page_link > li .txt_part {
	background: var(--bg-color-gray-onred);
	padding: 3.2rem 2.4rem 1.6rem;
}
.list_thumb.page_link > li .txt_part .ttl_label {
	margin-top: -5rem;
	margin-bottom: 1.6rem;
	position: relative;
	z-index: 2;
}
.list_thumb.page_link > li .txt_part .txt_link span::after {
	width: 24px;
	height: 24px;
	background: url(../img/renew2026/ico_arrow_link_red.svg) no-repeat center center / contain;
	transform: translateY(-50%) rotate(90deg);
}

/* service */
.list_thumb.service {
	justify-content: center;
	margin-bottom: 8rem;
}
.list_thumb.service > li {
	border-radius: 8px;
}
.list_thumb.service > li .ph_part {
	margin-bottom: 0;
	aspect-ratio: 252 / 173;
}
.list_thumb.service > li .txt_part {
	background: #fff;
	padding: 4rem 1.6rem 1.6rem;
}
.list_thumb.service > li .txt_part .list_icon {
	justify-content: flex-end;
	margin-top: -5rem;
	margin-bottom: .8rem;
}
.list_thumb.service > li .txt_part .list_icon > li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 999px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* point */ 
.list_thumb.point {
	counter-reset: number 0; 
	gap: 3.2rem;
}
.list_thumb.point.col2 > li {
    width: calc((100% - 3.2rem) / 2);
}
.list_thumb.point.col3 > li {
    width: calc((100% - 3.2rem * 2) / 3);
}
.list_thumb.point > li {
	background: var(--bg-color-gray-onred);
	border-radius: 8px;
	padding: 2.4rem;
}
.list_thumb.point > li .ph_part {
	aspect-ratio: 3 / 1;
}
.list_thumb.point > li .ttl_part {
	margin-bottom: 1.6rem;
}
.list_thumb.point > li .ttl_part .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 7.2rem;
	min-height: 3.5em;
	position: relative;
	display: flex;
	align-items: center;
}
.list_thumb.point > li .ttl_part .ttl::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	font-family: "Manrope", sans-serif;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	color: var(--color-red);
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.list_thumb.point > li .txt_part .txt_copy {
	font-size: 1.4rem;
	text-align: right;
}

/* thumb_link */
.list_thumb.thumb_link > li {
	border-radius: 8px;
}
.list_thumb.thumb_link > li .ph_part {
	margin-bottom: 0;
	aspect-ratio: 344 / 242;
}
.list_thumb.thumb_link > li .txt_part {
	background: var(--bg-color-gray-onred);
	padding: 3.2rem 1.6rem 1.6rem;
}
.list_thumb.thumb_link > li .txt_part .ttl_label {
	margin-top: -5rem;
	margin-bottom: 1.6rem;
	position: relative;
	z-index: 2;
}
.list_thumb.thumb_link > li .txt_part .ttl a {
	color: var(--color-red);
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
}

/* thumb_card */
.list_thumb.thumb_card > li {
	border-radius: 8px;
	display: flex;
	flex-direction: initial;
}
.list_thumb.thumb_card > li .ph_part {
	margin-bottom: 0;
	width: 26%;
	min-width: 26%;
	aspect-ratio: auto  !important;
	object-fit: cover !important;
	height: 100%;
}
.list_thumb.thumb_card > li .ph_part img {
	object-fit: cover !important;
}
.list_thumb.thumb_card > li .txt_part {
	background: var(--bg-color-gray-onred);
	padding: 3.2rem 2.4rem 2.4rem;
}

/* channel */
.list_thumb.channel > li .ttl_part {
	margin-bottom: 1.6rem;
}
.list_thumb.channel > li .ttl_part .ttl {
	color: var(--color-red);
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 1.6rem;
	position: relative;
}
.list_thumb.channel > li .ttl_part .ttl::before {
	content: "";
	background: #D9D9D9;
	display: inline-block;
	width: 9px;
	min-width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.list_thumb.channel > li .ph_part {
	border-radius: 8px;
	aspect-ratio: 344 / 227;
}
.list_thumb.channel > li .txt_part .txt_copy {
	font-size: 1.4rem;
	text-align: right;
}

/* channel_logo */
.list_thumb.channel_logo > li {
	background: #fff;
	border: 1px solid #666;
	border-radius: .8rem;
	padding: 1.6rem;
}
.list_thumb.channel_logo > li .ttl_part {
	display: flex;
	gap: 2.4rem;
 	margin-bottom: 1.6rem;
}
.list_thumb.channel_logo > li .ttl_part .pht {
	max-width: 120px;
}
.list_thumb.channel_logo > li .ttl_part .ttl {
	font-size: 1.6rem;
	font-weight: 700;
}

@media screen and (max-width: 768px) {

	.sp_col01 > li {
		width: 100% !important;
	}
	.sp_col02 > li {
    	width: calc((100% - 2.4rem) / 2) !important;
	}
	.sp_card > li {
		width: 100% !important;
		margin-right: 0;
		display: flex;
		align-items: flex-start;
		flex-direction: inherit;
	}
	.sp_card > li > div.ph_part {
		width: 32%;
		min-width: 32%;
	}
	.sp_card > li > div.txt_part {
		padding: 0;
	}
	
	/* list_thumb */
	.list_thumb {
		margin-bottom: 4rem;
	}
	
	/* page_link */
	.list_thumb.page_link > li {
		display: flex;
		align-items: inherit;
	}
	.list_thumb.page_link > li a {
		width: 100% !important;
		margin-right: 0;
		display: flex;
		align-items: flex-start;
		flex-direction: inherit;
	}
	.list_thumb.page_link > li .ph_part {
		width: 36%;
		min-width: 36%;
		aspect-ratio: auto  !important;
		object-fit: cover !important;
		height: 100%;
	}
	.list_thumb.page_link > li .ph_part img {
		object-fit: cover !important;
	}
	.list_thumb.page_link > li .txt_part {
		padding: 1.6rem;
	}
	.list_thumb.page_link > li .txt_part .ttl_label {
		margin-top: 0;
	}

	/* service */
	.list_thumb.service {
		justify-content: flex-start;
		gap: 1.6rem;
	}
	.list_thumb.service > li {
		width: calc((100% - 1.6rem) / 2) !important;
	}
	.list_thumb.service > li .ph_part {
		margin-bottom: 0;
	}
	.list_thumb.service > li .txt_part {
		background: #fff;
		padding: 4rem 1.6rem 1.6rem;
	}
	
	/* point */
	.list_thumb.point {
		gap: 1.6rem;
	}

	/* thumb_link */
	.list_thumb.thumb_link > li .ph_part {
		aspect-ratio: auto  !important;
		object-fit: cover !important;
		height: 100%;
	}
	.list_thumb.thumb_link > li .ph_part img {
		object-fit: cover !important;
	}
	.list_thumb.thumb_link > li .txt_part {
		padding: 1.6rem;
	}
	.list_thumb.thumb_link > li .txt_part .ttl_label {
		position: relative;
		top: 0;
		margin:  -1.6rem -1.6rem 1.6rem;
	}
	.list_thumb.thumb_link > li .txt_part .ttl_label span {
		width: calc(100% + 2.4rem);
		border-radius: 0;
		padding: .8rem 1.4rem;
	}
	.list_thumb.thumb_link > li .txt_part .ttl {
		color: var(--color-red);
		font-size: 1.6rem;
		font-weight: 700;
	}
	/* thumb_card */
	.list_thumb.thumb_card > li .ph_part {
		width: 36%;
		min-width: 36%;
	}


}

/* ==========================================================
スライダー slider_block
========================================================== */
.slider_block .slider_thumb img {
	border-radius: 8px;
	overflow: hidden;
}
.slider_block .caption {
	text-align: center;
}
.slider_block .caption .slider_ttl {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	margin: 1.6rem;
}
.slider_block .caption > p {
	color: #B3B3B3;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.slider_block .caption .slider_ttl {
		font-size: 2rem;
	}
}

/* ==========================================================
スクロールバー付きテキスト scroll_text 
========================================================== */
.scroll_text {
    background: #fff;
    border: 1px solid #999;
    border-radius: 12px;
    padding: 3.2rem;
    overflow: hidden;
}
.scroll_text > div {
	overflow-y: scroll;
	scroll-behavior: smooth;
	height: 620px;
	padding-right: 1em;
}
.scroll_text > div::-webkit-scrollbar {
	width: 8px;
	background: #fff;
}
.scroll_text > div::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 999px;
}
.scroll_text > div::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-text);
}
@media screen and (max-width: 768px) {
	.scroll_text {
        padding: 1.6rem;
	}
	.scroll_text > div {
		height: 380px;
	}
}


/* ==========================================================
お得な料金 top_price_area
========================================================== */
.top_price_area {
	background: #fff;
	padding: 12rem 0 9.6rem;
	position: relative;
}
.top_price_area .ttl_top {
	margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
	.top_price_area {
		padding: 6.4rem 0 4rem;
	}
	.top_price_area .ttl_top {
		margin-bottom: 4rem;
	}
}

/* -------------------
price_block
------------------- */
/* タブ切り替え */
.price_block .price_tab ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.price_block .price_tab ul li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.price_block .price_tab ul li .price_tab_ttl {
	display: block;
	width: 100%;
}
.price_block .price_tab ul li .price_tab_ttl a {
	background: #F2F2F2;
	border: 2px solid #F2F2F2;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 1.6rem;
	display: block;
}
.price_block .price_tab ul li .price_tab_ttl a::after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--color-red);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.price_block .price_tab ul li .price_tab_ttl span {
	display: inline-block;
	padding-left: 5.6rem;
	position: relative;
}
.price_block .price_tab ul li .price_tab_ttl span::before {
	content: "";
	display: block;
	width: 45px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.price_block .price_tab ul li .price_tab_ttl.home span::before {
	background: url(../img/renew2026/ico_type_home.svg) no-repeat center center / contain;
}
.price_block .price_tab ul li .price_tab_ttl.apartment span::before {
	background: url(../img/renew2026/ico_type_apartment.svg) no-repeat center center / contain;
}
.price_block .price_tab ul li.active .price_tab_ttl a {
	background: #fff;
	border: 2px solid var(--color-red);
	border-bottom: none;
}
.price_block .price_tab ul li.active .price_tab_ttl a::after {
	display: none;
}
.tab_contents {
	padding: 4.8rem 0 0;
	margin-bottom: 8rem;
	position: relative;
}
.tab_contents_inner {
	display: none;
	background: var(--bg-color-gray-onred);
	border-radius: 12px;
	width: 100%;
	padding: 4rem 2.4rem;
}
.tab_contents_inner.active {
	display: block;
}
/* -- ギガ タブ切り替え -- */
.price_block .giga_tab_block {
	display: none;
	margin-bottom: 1.6rem;
}
.price_block .giga_tab_block .giga_tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.6rem;
	position: relative;
}
.price_block .giga_tab_block .giga_tabs .giga_tab {
	flex: 1;
	cursor: pointer;
}
.price_block .giga_tab_block .giga_tabs .giga_tab > a {
	color: var(--color-red);
	background: #fff;
	border: 1.17px solid var(--color-red);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.20);
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1 ;
	display: block;
	padding: 1rem 1.4rem 2.6rem;
	position: relative;
}
.price_block .giga_tab_block .giga_tabs .giga_tab > a:before,
.price_block .giga_tab_block .giga_tabs .giga_tab > a:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: .8rem;
  width: 2px;
  height: 12px;
  background-color: var(--color-red);
  transform-origin: 50% calc(100% - 1px);
}
.price_block .giga_tab_block .giga_tabs .giga_tab > a:before {
  transform: rotate(45deg);
}
.price_block .giga_tab_block .giga_tabs .giga_tab > a:after {
  transform: rotate(-45deg);
}
.price_block .giga_tab_block .giga_tabs .giga_tab.active >a {
	color: #fff;
	background: var(--color-red);
}
.price_block .giga_tab_block .giga_tabs .giga_tab.active >a::before ,
.price_block .giga_tab_block .giga_tabs .giga_tab.active >a::after {
	background-color: #fff;
}
.price_block .giga_tab_block .giga_tabs .giga_tab span {
	font-family: "Manrope", sans-serif;
	font-size: 3.2rem;
}
.price_giga_tab_contents {
	display: flex;
	gap: 2.4rem;
	margin-bottom: 4rem;
}
.price_giga_tab_contents .price_card {
	flex: 1;
}
/* price_ttl */
 .price_block .price_sttl_block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
	gap: 1rem;

 }
 .price_block .price_sttl_block .price_sttl {
	color: var(--color-text);
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
.price_block .price_sttl_block .price_sttl span {
	display: block;
	color: var(--color-red);
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
.price_block .price_sttl_block.sp_only {
	display: none;
}
.price_block .price_sttl_block .price_limit {
	color: #fff;
	background: var(--color-red);
	border-radius: 43px;
	width: 86px;
	min-width: 86px;
	height: 86px;
	min-height: 86px;
	padding: .8rem 1.4rem;
}
.price_block .price_sttl_block .price_limit span {
	display: block;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.price_block .price_sttl_block .price_limit .year {
	font-size: 1.4rem;
}
.price_block .price_sttl_block .price_limit .date {
	font-size: 2.6rem;
}
.price_block .price_sttl_block .price_limit .until {
	font-size: 1.6rem;
}
/* price_note_list */
.price_block .price_note_list li {
	color: #666;
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 0.02em;
	margin-bottom: .4rem;
}
@media screen and (max-width: 768px) {
	/* タブ切り替え */
	.price_block .price_tab ul li .price_tab_ttl span {
		padding-left: 5.2rem;
	}
	.price_block .price_tab ul li .price_tab_ttl span br.sp_only{
		display: inline-block;
	}
	.price_block .price_tab ul li .price_tab_ttl a {
		font-size: 1.6rem;
		padding: 1.6rem 1.6rem .8rem;
	}
	.tab_contents {
		padding: 3.2rem 0 0;
		margin-bottom: 4rem;
	}
	.tab_contents_inner {
		background: none;
		padding: 0;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	/* -- ギガ タブ切り替え -- */
	.price_block .giga_tab_block {
		display: block;
		padding: 0 1.6rem;
	}
	.price_block .price_ttl {
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
	.price_block .price_sttl_block {
		position: relative;
		margin-bottom: .8rem;
	}
	.price_block .price_sttl_block .price_sttl {
		font-size: 2rem;
		text-align: left;
		padding-right: 6.4rem;
	}
	.price_block .price_sttl_block .price_limit {
		width: 80px;
		min-width: 80px;
		height: 80px;
		min-height: 80px;
		position: absolute;
		top: -15px;
		right: -15px;
	}
	.price_block .price_sttl_block .price_limit .year {
		font-size: 1.4rem;
	}
	.price_block .price_sttl_block .price_limit .date {
		font-size: 2.4rem;
	}
	.price_block .price_sttl_block .price_limit .until {
		font-size: 1.4rem;
	}
	.price_giga_tab_contents {
		background: #F2F2F2;
		padding: 1.6rem;
		margin-bottom: 0;
	}

	/* price_ttl */
	.price_block .price_sttl_block.pc_only {
		display: none;
	}
	.price_block .price_sttl_block.sp_only {
		display: block;
	}

	/* price_note_list */
	.price_block .price_note_list {
		background: #F2F2F2;
		text-align: left;
		padding: 0 1.6rem 4rem;
	}
	.price_block .price_note_list li {
		font-size: 1.2rem;
	}
}
/* -------------------
price_card
------------------- */
/* 料金表 */
.price_card {
	background: #fff;
	padding: 2.4rem;
	border-radius: 12px;
}
/* price_card_ttl */
.price_card .price_card_ttl {
	color: var(--color-red);
	border: 1px solid var(--color-red);
	border-radius: 999px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: .8rem 1.6rem;
	margin-bottom: 2.4rem;
}
.price_card .price_card_ttl span {
	font-family: "Manrope", sans-serif;
	font-size: 4rem;
	line-height: 1;
}
/* price_card_intro */
.price_card .price_card_intro {
	color: #666;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 2.4rem;
}
.price_card .price_card_intro span {
	color: var(--color-red);
}
/* price_card_img */
.price_card .price_card_img {
	margin-bottom: 1.6rem;
	display: block;
}
/* price_card_price */
.price_card_price {
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 1.2rem 1.6rem 1.6rem;
	margin-bottom: .8rem;
}
.price_card_price:last-of-type {
	margin-bottom: .8rem;
}
.price_card_price .price_sub {
	color: var(--color-red);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.6rem;
}
.price_card_price.first .price_sub {
	margin-bottom: -2.4rem;
}
.price_card_price .price_main {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1fr auto;
	align-items: flex-end;
	gap: .4rem;
}
.price_card_price .price_main .price_main_num {
	color: var(--color-red);
	font-family: "Manrope", sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	text-align: center;
	word-break: break-all;
	grid-area: 1 / 1 / 3 / 2;
}
.price_card_price .price_main .price_main_num.price_single {
	font-size: 9.6rem;
	line-height: .8;
}
.price_card_price .price_main .price_main_num.price_range {
	font-size: 4.3rem;
	text-align: left;
}
.price_card_price .price_main .price_main_num.price_range > span {
	display: block;
	text-align: right;
}
.price_card_price .price_main .price_main_unit {
	color: var(--color-red);
	font-size: 1.6rem;
	font-weight: 700;
	text-align: right;
	grid-area: 2 / 2 / 3 / 3;
} 
.price_card_price .price_main .price_main_note {
	color: #666;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
	grid-area: 1 / 2 / 2 / 3;
}
/* price_card_note */
.price_card .price_card_note {
	font-size: 1.4rem;
	color: #666;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: right;
	margin-bottom: 4rem;
}
/* price_card_list */
.price_card .price_card_list li {
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 2.4rem;
	margin-bottom: 0.4rem;
	position: relative;
}
.price_card .price_card_list li::before {
	content: "";
	display: block;
	width: 12px;
	height: 13px;
	background: url(../img/renew2026/ico_check.svg) center / contain no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.price_card {
		display: none;
	}
	.price_card.active {
		display: block;
	}
	/* price_card_ttl */
	.price_card .price_card_ttl {
		display: none;
	}
	/* price_card_intro */
	.price_card .price_card_intro {
		color: var(--color-text);
		font-size: 2rem;
	}
	/* price_card_img */
	.price_card .price_card_img {
		margin-bottom: 4rem;
	}
	.price_card .price_card_img img {
		width: 100%;
	}
	/* price_card_price */
	.price_card_price .price_main .price_main_num.price_single {
		font-size: 8.8rem;
	}

	/* price_card_note */
	.price_card .price_card_note {
		color: #6D7186;
		text-align: center;
	}
}

/* ==========================================================
割引&特典 top_campaign_area
========================================================== */
.top_campaign_area {
	padding: 12rem 0 6.4rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top_campaign_area {
		padding: 6.4rem 0 2.4rem;
	}
	.top_campaign_area .ttl_top {
		margin-bottom: 2.4rem;
	}
}
/* -------------------
campaign_block
------------------- */
/* タブ切り替え */
.campaign_block .campaign_tab ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: 4rem;
}
.campaign_block .campaign_tab ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.campaign_block .campaign_tab ul li .campaign_tab_ttl {
	display: inline-block;
}
.campaign_block .campaign_tab ul li .campaign_tab_ttl a {
	background: #fff;
	color: var(--color-red);
	border-radius: 126px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding: .6rem 2.4rem;
	display: inline-block;
}
.campaign_block .campaign_tab ul li.active .campaign_tab_ttl a {
	color: #fff;
	background: var(--color-red);
}
.campaign_block .campaign_tab_contents {
	position: relative;
	padding: 5.6rem 0;
}
.campaign_block .campaign_tab_contents .campaign_tab_contents_inner {
	display: none;
}
.campaign_block .campaign_tab_contents .campaign_tab_contents_inner.active {
	display: block;
} 
@media screen and (max-width: 768px) {
	.campaign_block .campaign_tab ul {
		gap: 1.6rem;
	}
	.campaign_block .campaign_tab ul li .campaign_tab_ttl a {
		padding: .6rem 3.2rem;
	}
	.campaign_block .campaign_tab_contents {
		padding: 3.2rem 0 4rem;
	}
}
/* -------------------
campaign_list
------------------- */
.campaign_list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	margin-bottom: 3.2rem;
}
.campaign_list li {
	width: calc((100% - 3.2rem) / 2);
}
.campaign_list li {
	height: auto;
}
.campaign_list li a {
	display: block;
	background: #fff;
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
}
.campaign_list li a .thumb_campaign {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
  	background: var(--color-red);

}
.campaign_list li a .thumb_campaign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .3s;
}
.campaign_list li a:hover .thumb_campaign img {
	opacity: 0.5;
}
.campaign_list li a .caption {
	padding: 1.6rem;
}
.campaign_list li a .caption .ttl_campaign {
	color: var(--color-text);
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.campaign_list li a[target=_blank] .caption .ttl_campaign:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-left: 0.4rem;
	z-index: 2;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../img/renew2026/ico_blank.svg);
	background: var(--color-red);
}
@media screen and (max-width: 768px) {
	.campaign_list {
		gap: 1.6rem;
	}
	.campaign_list li {
		width: calc((100% - 1.6rem) / 2);
	}
	.campaign_list li a .caption {
		padding: .8rem;
	}
	.campaign_list li a .caption .ttl_campaign {
		font-size: 1.6rem;
	}
}
