@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual__inner-wrap2025{
	background-image: url(../images/owner/support1/bg_keyvisual.jpg);
	background-image: image-set(url(../images/owner/support1/bg_keyvisual.jpg) 1x, url(../images/owner/support1/bg_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__inner-wrap2025{
		background-image: url(../images/owner/support1/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/owner/support1/sp_bg_keyvisual.jpg) 1x, url(../images/owner/support1/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



/*-------------------------------
	ミユキサブリースシステムは賃貸経営のワンストップサービスを実現しています。
-------------------------------*/

.Support1 .C-Title2025{
	margin-bottom: 8.5rem;
}

.Support1-block1{
	border: 1px solid var(--maincolor);
	width: 100%;
	margin-bottom: 12.8rem;
	padding: 6.7rem 5rem 4.2rem;
	position: relative;
}
.Support1-block1::before{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	background-image: url(../images/owner/support1/icon_support1-1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}
.Support1-block1__title{
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: calc(3.6/ 2.4);
	text-align: center;
}
.Support1-block1__list-item{
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	column-gap: .4rem;
}
.Support1-block1__list-wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.Support1-block1__list-item::before{
	content: attr(data-number);
	margin-right: .5rem;
}
.Support1-block1__list-item:not(:last-child){
	margin-bottom: .5rem;
}
.Support1-block1__image{
	width: 100%;
	max-width: 79.9rem;
	margin-bottom: 5.5rem;
	margin-left: auto;
	margin-right: auto;
}
.Support1-block1__image img{
	width: 100%;
}

.Support1-block2__title{
	font-size: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: calc(3.6/ 2.4);
	text-align: center;
}
.Support1-block2__inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.Support1-block2__image{
	border: 1px solid var(--maincolor);
	width: calc((100% - 4rem) / 2);
	padding: 2.5rem 2.9rem;
}
.Support1-block2__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Support1-block2__inner{
		flex-direction: column;
	}
	.Support1-block2__image{
		width: 100%;
	}
	.Support1-block2__image:not(:last-child){
		margin-bottom: 5rem;
	}

}
@media screen and (max-width:768px){

	.Support1-block1{
		margin-bottom: 10rem;
		padding: 7.5rem 3.5rem 3.5rem;
	}
	.Support1-block1::before{
		width: 10rem;
		height: 10rem;
	}
	.Support1-block1__title{
		font-size: 3.2rem;
		margin-bottom: 5rem;
	}
	.Support1-block1__list-item{
		font-size: 2.4rem;
	}
	.Support1-block1__image{
		max-width: 100%;
		width: 100%;
		overflow: auto;
	}
	.Support1-block1__image img{
		width: 100rem;
	}
	.Support1-block1__list-item:not(:last-child){
		margin-bottom: 2.5rem;
	}

	.Support1-block2__title{
		font-size: 3.2rem;
		margin-bottom: 5rem;
		line-height: calc(3.6 / 2.4);
	}
	.Support1-block2__inner{
		flex-direction: column;
	}
	.Support1-block2__image{
		width: 100%;
		padding: 3.5rem;
	}
	.Support1-block2__image:not(:last-child){
		margin-bottom: 5rem;
	}

}



/*-------------------------------
	賃貸経営のリスクヘッジ
-------------------------------*/

.Support2{
	background: #FDF9ED;
}
.Support2-block-wrap{
	width: 100%;
	display: flex;
	gap: 4rem;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.Support2-block-wrap::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: calc(var(--padding-topbottom) * -1);
	right: 0;
}
.Support2-block{
	border: 1px solid var(--maincolor);
	width: calc((100% - 4rem) / 2);
	padding: 5.2rem 5.5rem 6rem;
	border-radius: 1rem;
	background: #fff;
}
.Support2-block__header{
	margin-bottom: 3.3rem;
}
.Support2-block__header-tag{
	color: var(--maincolor);
	font-family: var(--en);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	display: block;
	position: relative;
	text-align: center;
}
.Support2-block__header-tag::before{
	content: "";
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	background: var(--maincolor-owner);
	opacity: .2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.Support2-block__header-number{
	-webkit-text-stroke: 1px var(--maincolor);
	text-stroke: 1px var(--maincolor);
	font-family: var(--en2);
	font-size: 8rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	color: transparent;
	font-style: italic;
	display: block;
	text-align: center;
}
.Support2-block__header-number::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.Support2-block__body{
	position: relative;
}
.Support2-block__item{
	width: 100%;
	padding: 2.2rem 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 5000;
}
.Support2-block__item:not(:last-child){
	margin-bottom: 6.5rem;
}
.Support2-block__item::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .1;
	z-index: -1;
}
.Support2-block__item-title{
	font-weight: 700;
	letter-spacing: .01em;
	line-height: calc(3 / 2);
	text-align: center;
}
.Support2-block__item-hosoku{
	font-size: 1.2rem;
	margin-top: .2rem;
}
.Support2-block__item:nth-of-type(1)::before{
	background: var(--subcolor);
}
.Support2-block__item:nth-of-type(1)::after{
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.7rem;
	background-image: url(../images/common/icon_arrow-grad-naked.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: calc(100% + (6.5rem / 2));
	right: 0;
	transform: translate(-50%,-50%) rotate(90deg);
}
.Support2-block__item:nth-of-type(1) .Support2-block__item-title{
	font-size: 2rem;
	color: #F87C95;
}
.Support2-block__item:nth-of-type(2)::before{
	background: var(--maincolor);
}
.Support2-block__item:nth-of-type(2) .Support2-block__item-title{
	font-size: 1.8rem;
	color: #0070B8;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Support2-block{
		padding: 5.2rem 3.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Support2-block__item-title br{
		display: none;
	}

}
@media screen and (max-width:768px){

	.Support2 .C-Subtitle2025__title > span{
		background: #FDF9ED;
	}
	.Support2-block-wrap{
		gap: 3.2rem;
		flex-direction: column;
	}
	.Support2-block-wrap::after{
		display: none;
	}
	.Support2-block{
		width: 100%;
		padding: 5.5rem 3.5rem;
	}
	.Support2-block__header{
		margin-bottom: 4rem;
	}
	.Support2-block__header-tag{
		font-size: 2rem;
	}
	.Support2-block__header-tag::before{
		width: 5.4rem;
		height: 5.4rem;
	}
	.Support2-block__header-number{
		font-size: 9.4rem;
	}
	.Support2-block__header-number::after{
		width: 1rem;
		height: 1rem;
	}
	.Support2-block__item{
		padding: 3rem 2rem;
	}
	.Support2-block__item:not(:last-child){
		margin-bottom: 7.8rem;
	}
	.Support2-block__item-hosoku{
		width: 100%;
		font-size: 2.4rem;
		line-height: calc(3 / 2);
		margin-top: 1.5rem;
	}
	.Support2-block__item:nth-of-type(1)::after{
		width: 4.2rem;
		height: 4.4rem;
		top: calc(100% + (7.2rem / 2));
	}
	.Support2-block__item:nth-of-type(1) .Support2-block__item-title{
		font-size: 3rem;
	}
	.Support2-block__item:nth-of-type(2) .Support2-block__item-title{
		font-size: 3rem;
	}

}



/*-------------------------------
	ミユキサブリースシステム　基本プラン／ミユキサブリースシステム　低額プラン
-------------------------------*/

.Support3{
	background: #FDF9ED;
}
.Support3-block:not(:last-child){
	padding-bottom: 18.4rem;
	position: relative;
}
.Support3-block:not(:last-child)::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.Support3-block:not(:first-child){
	padding-top: 12rem;
}
.Support3-block__body:not(:last-child){
	margin-bottom: 11rem;
}
.Support3-block__header{
	width: 100%;
	margin-bottom: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Support3-block__header-tag{
	border: 1px solid var(--blackcolor);
	width: 19rem;
	height: 4.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .01em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Support3-block__header-text{
	width: calc(100% - 19rem);
	font-size: 2.2rem;
	letter-spacing: .01em;
	padding-left: 1.8rem;
	font-weight: 700;
}
.Support3-block__list{
	width: 100%;
	display: flex;
	gap: 3.7rem 4rem;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.Support3-block__list-item{
	width: calc((100% - 4rem) / 2);
}
.Support3-block__list-item a{
	width: 100%;
	height: 25rem;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	position: relative;
	opacity: 1 !important;
}
.Support3-block__list-item a::before{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 5rem;
	top: 50%;
	transform: translateY(-50%);
}
.Support3-block__list-item-title{
	width: 100%;
	font-size: 2.8rem;
	line-height: calc(4 / 2.8);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.Support3-block__list-item-title::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 3.3rem;
	height: 3.3rem;
	background-image: url(../images/common/icon_arrow-black-circle2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 5.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.Support3-block__list-item-title span{
	font-size: 2rem;
	margin-bottom: .3rem;
	font-weight: 700;
	line-height: calc(2.4 / 2);
	display: block;
	text-align: center;
}

.Support3-block:nth-of-type(1) .Support3-block__list-item a{
	border: 1px solid #F87C95;
}
.Support3-block:nth-of-type(1) .Support3-block__list-item-title{
	color: #F87C95;
}
.Support3-block:nth-of-type(1) .Support3-block__list-item a:hover{
	background: #fff6f8;
}
.Support3-block:nth-of-type(2) .Support3-block__list-item a{
	border: 1px solid #53B98D;
}
.Support3-block:nth-of-type(2) .Support3-block__list-item-title{
	color: #53B98D;
}
.Support3-block:nth-of-type(2) .Support3-block__list-item a::after{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	background-image: url(../images/owner/support1/icon_support3-2-pricedown.svg);
	background-size: 3rem;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 8rem;
	top: 50%;
	transform: translateY(calc(-50% - 2.5rem));
}
.Support3-block:nth-of-type(2) .Support3-block__list-item a:hover{
	background: #eafff6;
}

.Support3-block__list-item a:hover .Support3-block__list-item-title::after{
	transform: translate(1rem,-50%);
}

.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(1) .Support3-block__list-item:nth-of-type(1) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-1-1.svg);
}
.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(1) .Support3-block__list-item:nth-of-type(2) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-1-2.svg);
}
.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(1) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-1.svg);
}
.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(2) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-2.svg);
}
.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(3) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-3.svg);
}
.Support3-block:nth-of-type(1) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(4) a::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-4.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(1) .Support3-block__list-item:nth-of-type(1) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-1-1.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(1) .Support3-block__list-item:nth-of-type(2) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-1-2.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(1) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-1.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(2) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-2.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(3) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-3.svg);
}
.Support3-block:nth-of-type(2) .Support3-block__body:nth-of-type(2) .Support3-block__list-item:nth-of-type(4) a::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-4.svg);
}

.Support3__button{
	max-width: 45rem;
	margin-top: 6rem;
	margin-left: auto;
	margin-right: auto;
}

.lity{
	background: rgba(0,0,0,.3);
}
.lity-container{
	height: 100%;
}
.lity-content{
	height: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.lity-content::after{
	display: none;
}
.lity-close{
	display: none;
}

.Popup{
	width: 100%;
	max-width: 72rem;
	height: 100%;
	border-radius: 1.5rem;
	border: 1px solid #707070;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.Popup__inner{
	height: 100%;
}
.Popup__body{
	height: 100%;
	padding-top: 6rem;
	padding-bottom: 10rem;
	overflow: auto;
}

/* ↓　20260313_ポップアップ✕ボタン　↓ */
.Popup_close_top_202603 {
	width: 3rem;
	height: 3rem;
	display: block !important;
	position: fixed;
	top: 6.5rem;
	left: 2rem;
	cursor: pointer;
	z-index: 99999 !important;
	pointer-events: auto !important;
}
.Popup_close_top_202603 img {
    width: 100%;
    height: auto;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.Popup_close_top_202603 {
		width: 4.8rem;
		height: 4.8rem;
		top: 5.5rem;
		right: 1rem;
	}
}
/* ↑　20260313_ポップアップ✕ボタン　↑ */

.Popup-header{
	width: 100%;
	margin-bottom: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.Popup-header::before{
	content: "";
	display: block;
	width: 8rem;
	height: 8rem;
	margin-bottom: 2rem;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.Popup-header__title{
	width: 100%;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Popup-header__title-sub{
	font-size: 2rem;
	margin-bottom: 1.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	display: block;
}
.Popup-header__title-main{
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .05em;
	display: block;
}
.Popup-header__item-wrap{
	border: 1px solid var(--maincolor);
	margin-bottom: 3.2rem;
	padding: .6rem 1.5rem .2rem;
	display: inline-block;
}
.Popup-header__item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.Popup-header__item:not(:last-child){
	margin-bottom: .2rem;
}
.Popup-header__item-tag{
	font-size: 3rem;
	margin-right: 1em;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(4 / 3);
}
.Popup-header__item:nth-of-type(1) .Popup-header__item-tag{
	color: #53B98D;
}
.Popup-header__item:nth-of-type(2) .Popup-header__item-tag{
	color: #CB5252;
}
.Popup-header__item-score{
	color: var(--maincolor);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: calc(4 / 3);
}
.Popup-content{
	margin-bottom: 5.4rem;
	border-radius: 1rem;
	padding: 3.5rem 5.5rem 4rem;
	position: relative;
}
.Popup-content::before{
	content: "";
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background-image: url(../images/owner/support1/icon_support3-risk.svg);
	background-size: 4rem;
	background-repeat: no-repeat;
	background-position: top 1.6rem center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}
.Popup-content__title{
	width: 100%;
	font-size: 2rem;
	margin-bottom: 2.4rem;
	padding-bottom: 1.8rem;
	font-weight: 700;
	line-height: calc(2.8 / 2);
	border-bottom: 1px solid;
	text-align: center;
}
.Popup-content-block:not(:first-child){
	padding-top: 2.4rem;
}
.Popup-content-block:not(:last-child){
	border-bottom: 1px dotted var(--maincolor);
	padding-bottom: 5rem;
}
.Popup-content-block__header{
	width: 100%;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Popup-content-block__header-tag{
	background: var(--maincolor);
	width: 13.5rem;
	height: 2.9rem;
	padding-top: .2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.Popup-content-block__header-tag span{
	color: var(--maincolor);
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	margin-left: .2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.Popup-content-block__header-title{
	color: var(--maincolor);
	width: calc(100% - 13.5rem);
	font-size: 1.8rem;
	padding-left: 1.2rem;
	font-weight: 700;
	line-height: 1;
}
.Popup-content-block__subtitle{
	margin-bottom: 3rem;
	font-weight: 700;
}
.Popup-content-block__body{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Popup-content-block__text{
	width: calc(100% - 13.5rem);
	padding-right: 4.5rem;
}
.Popup-content-block__image{
	width: 13.5rem;
	height: 13.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
.Popup-content-block__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Popup-table-wrap__title{
	line-height: calc(2.4 / 1.6);
	margin-bottom: .2rem;
	font-weight: 700;
}
.Popup-table{
	width: 100%;
}
.Popup-table__inner{
	width: 100%;
	table-layout: fixed;
}
.Popup-table__header{
	width: 100%;
}
.Popup-table__header-list-title{
	width: 50%;
	height: 3.8rem;
	color: #fff;
	font-weight: 700;
	background: #B0BAC4;
	vertical-align: middle;
	text-align: center;
}
.Popup-table__header-list-title:not(:last-child){
	border-right: 1px solid #fff;
}
.Popup-table__body-list-text{
	width: 50%;
	padding: .5rem 1.5rem;
	vertical-align: middle;
}
.Popup-table__body-list-text:not(:last-child){
	border-right: 1px solid #707070;
}
.Popup-table__body-list:nth-of-type(2n){
	background: #F2F2F2;
}
.Popup-table__body-list:nth-of-type(2n+1){
	background: #fff;
}
.Popup-data-block__list{
	counter-reset: number 0;
}

.Popup-data{
	margin-bottom: 6.8rem;
}
.Popup-data-block__title{
	width: 100%;
	font-size: 1.8rem;
	height: 4.4rem;
	padding: .2rem 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Popup-data-block__body{
	width: 100%;
	padding: 1rem 1.4rem;
}
.Popup-data-block__text{
	line-height: calc(2.4 / 1.6);
}
.Popup-data .Popup-table-wrap{
	margin-top: 3rem;
	margin-bottom: 1.4rem;
}
.Popup-data-block__list-item{
	width: 100%;
	line-height: calc(2.4 / 1.6);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Popup-data-block__list-item::before{
	counter-increment: number 1;
	content: counter(number) ".";
	line-height: calc(2.4 / 1.6);
	display: block;
}

.Popup-guide{
	width: 100%;
	margin-bottom: 3.7rem;
	padding: 5rem 3.5rem 2.8rem;
	border: 1px solid;
}
.Popup-guide__title{
	width: 100%;
	font-size: 2rem;
	margin-bottom: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.Popup-guide__list{
	counter-reset: number 0;
}
.Popup-guide__list-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Popup-guide__list-item:not(:last-child){
	margin-bottom: 1.5rem;
}
.Popup-guide__list-item::before{
	counter-increment: number 1;
	content: counter(number,upper-alpha) ")";
	font-size: 1.4rem;
	font-weight: 700;
}
.Popup-guide__list-item-text{
	font-size: 1.4rem;
	padding-left: 1rem;
	line-height: calc(2.4 / 1.4);
}
.Popup-guide__notice{
	margin-top: 2.8rem;
}
.Popup-guide__notice-item:not(:last-child){
	margin-bottom: 1rem;
}
.Popup-guide__notice-item-text{
	width: 100%;
	font-size: 1.4rem;
	line-height: calc(2.4 / 1.4);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Popup-guide__notice-item-text::before{
	line-height: calc(2.4 / 1.4);
	margin-right: .5rem;
	display: block;
}
.Popup-guide__notice-item-text.-title::before{
	content: "●";
}
.Popup-guide__notice-item-text.-answer{
	padding-left: 2.8rem;
}
.Popup-guide__notice-item-text.-answer::before{
	content: "⇒";
}

.Popup-image{
	margin-bottom: 6.2rem;
}
.Popup-image__item{
	border: 1px solid var(--maincolor);
	padding: 2.5rem 2.8rem;
}
.Popup-image__item:not(:last-child){
	margin-bottom: 2rem;
}
.Popup-image__item img{
	width: 100%;
}
.Popup-image .Popup-table-wrap{
	margin-top: 1rem;
}
.Popup-image .Popup-table__inner{
	border-bottom: 1px solid #707070;
}

.Popup-notice{
	margin-bottom: 3.2rem;
}
.Popup-notice__title{
	width: 100%;
	height: 5rem;
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
	font-size: 2rem;
	margin-bottom: 1.8rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 1rem;
	letter-spacing: 0;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	z-index: 5000;
}
.Popup-notice__title::before{
	content: "";
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background-image: url(../images/common/icon_notice-white.svg);
	background-size: 2.7rem;
	background-position: top 1.2rem center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: .6rem;
	right: 0;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}
.Popup-notice__list{
	counter-reset: number 0;
}
.Popup-notice__list-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Popup-notice__list-item:not(:last-child){
	margin-bottom: 1.5rem;
}
.Popup-notice__list-item::before{
	counter-increment: number 1;
	content: "注" counter(number) ")";
	width: 5.2rem;
	font-weight: 700;
	line-height: calc(3.6 / 1.6);
}
.Popup-notice__list-item-text{
	width: calc(100% - 5.2rem);
}
.Popup-notice__list-item-text span::before{
	content: "※";
	margin-right: .2rem;
}
.Popup-notice__list-item-text a{
	color: var(--maincolor);
	text-decoration: underline;
}
.Popup-notice-special{
	width: 100%;
	margin-top: 5.5rem;
	padding: 4rem 5.5rem 3.5rem;
}
.Popup-notice-special__title{
	width: 100%;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 4.6rem;
	font-weight: 700;
	text-align: center;
}
.Popup-notice-special__list-item:not(:last-child){
	margin-bottom: .5rem;
}
.Popup-notice-special__list{
	counter-reset: number 0;
}
.Popup-notice-special__list-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Popup-notice-special__list-item + .Popup-notice-special__list-item{
	margin-top: 0;
}
.Popup-notice-special__list-item::before{
	counter-increment: number 1;
	content: counter(number) ".";
	font-weight: 700;
	margin-right: .8rem;
    line-height: calc(3.6 / 1.6);
}

.Popup-flow{
	margin-bottom: 5rem;
}
.Popup-flow__title{
	width: 100%;
	font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Popup-flow__title::before,
.Popup-flow__title::after{
	content: "";
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
.Popup-flow__title::before{
	content: "＼";
}
.Popup-flow__title::after{
	content: "／";
}
.Popup-flow__body{
	margin-bottom: 1.8rem;
}
.Popup-flow__item{
	width: 100%;
	min-height: 5.3rem;
	padding: 1.2rem 1.5rem 1.2rem 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	position: relative;
}
.Popup-flow__item:not(:last-child){
	margin-bottom: 2.8rem;
}
.Popup-flow__item:not(:last-child)::after{
	content: "";
	display: block;
	width: 2.6rem;
	height: 1rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	left: 0;
	bottom: calc((2.8rem / 2) * -1);
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(50%);
}
.Popup-flow__item:last-child .Popup-flow__item-list-text{
	padding-left: 0;
}
.Popup-flow__item:last-child .Popup-flow__item-list-text::before{
	display: none;
}
.Popup-flow__item-image{
	width: 17.5rem;
	height: 13.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
.Popup-flow__item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Popup-flow__item-image + .Popup-flow__item-list{
	width: calc(100% - 17.5rem);
	padding-right: 5rem;
}
.Popup-flow__item-list-text{
	width: 100%;
	font-weight: 700;
	line-height: calc(2 / 1.6);
	padding-left: 1.8rem;
	position: relative;
}
.Popup-flow__item-list-text::before{
	content: attr(data-number);
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 1px solid;
	line-height: calc(2 / 1.6);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.Popup-flow__item-list-text:not(:last-child){
	margin-bottom: 1.5rem;
}
.Popup-flow-notice{
	width: 100%;
	padding: 2.2rem 2.8rem 3.2rem;
	border: 1px solid;
}
.Popup-flow-notice__title{
	margin-bottom: 2.5rem;
	line-height: calc(2.4 / 1.6);
	font-weight: 700;
	text-align: center;
}
.Popup-flow-notice__list{
	width: 100%;
	display: flex;
	gap: .5rem 2.5rem;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Popup-flow-notice__list-item{
	font-size: 1.4rem;
	line-height: 1;
}
.Popup-flow-notice__list-item::before{
	content: "・";
	font-size: 1.4rem;
	line-height: 1;
}

.Popup.-standard .Popup-header__title{
	color: #F87C95;
}
.Popup.-standard .Popup-content{
	background: #FFF0F3;
}
.Popup.-standard .Popup-content::before{
	background-color: #F87C95;
}
.Popup.-standard .Popup-content__title{
	border-bottom-color: #F87C95;
	color: #F87C95;
}
.Popup.-standard .Popup-data-block__title{
	background: #F87C95;
}
.Popup.-standard .Popup-data-block__body{
	background: #FFF0F3;
}
.Popup.-standard .Popup-guide{
	border-color: #F87C95;
}
.Popup.-standard .Popup-guide__title{
	color: #F87C95;
}
.Popup.-standard .Popup-guide__notice-item{
	color: #F87C95;
}
.Popup.-standard .Popup-notice__title{
	background: #F87C95;
}
.Popup.-standard .Popup-notice__title::before{
	background-color: #F87C95;
}
.Popup.-standard .Popup-notice__list-item::before{
	color: #F87C95;
}
.Popup.-standard .Popup-flow__title{
	color: #F87C95;
}
.Popup.-standard .Popup-flow__item{
	background: #FFF0F3;
}
.Popup.-standard .Popup-flow__item:not(:last-child)::after{
	background: #F87C95;
}
.Popup.-standard .Popup-flow__item-list-text{
	color: #F87C95;
}
.Popup.-standard .Popup-flow-notice{
	border-color: #F87C95;
}
.Popup.-standard .Popup-flow-notice__title{
	color: #F87C95;
}

.Popup.-low .Popup-header__title{
	color: #53B98D;
}
.Popup.-low .Popup-content{
	background: #E7F5EF;
}
.Popup.-low .Popup-content::before{
	background-color: #53B98D;
}
.Popup.-low .Popup-content__title{
	border-bottom-color: #53B98D;
	color: #53B98D;
}
.Popup.-low .Popup-data-block__title{
	background: #53B98D;
}
.Popup.-low .Popup-data-block__body{
	background: #E7F5EF;
}
.Popup.-low .Popup-guide{
	border-color: #53B98D;
}
.Popup.-low .Popup-guide__title{
	color: #53B98D;
}
.Popup.-low .Popup-guide__notice-item{
	color: #53B98D;
}
.Popup.-low .Popup-notice__title{
	background: #53B98D;
}
.Popup.-low .Popup-notice__title::before{
	background-color: #53B98D;
}
.Popup.-low .Popup-notice__list-item::before{
	color: #53B98D;
}
.Popup.-low .Popup-flow__title{
	color: #53B98D;
}
.Popup.-low .Popup-flow__item{
	background: #E7F5EF;
}
.Popup.-low .Popup-flow__item:not(:last-child)::after{
	background: #53B98D;
}
.Popup.-low .Popup-flow__item-list-text{
	color: #53B98D;
}
.Popup.-low .Popup-flow-notice{
	border-color: #53B98D;
}
.Popup.-low .Popup-flow-notice__title{
	color: #53B98D;
}
.Popup-notice-special{
	background: #E7F5EF;
}
.Popup-notice-special__title{
	color: #53B98D;
}

#Popup1 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-1-1.svg);
}
#Popup2 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-1-2.svg);
}
#Popup3 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-1.svg);
}
#Popup4 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-2.svg);
}
#Popup5 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-3.svg);
}
#Popup6 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-1-2-4.svg);
}
#Popup7 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-1-1.svg);
}
#Popup8 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-1-2.svg);
}
#Popup9 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-1.svg);
}
#Popup10 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-2.svg);
}
#Popup11 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-3.svg);
}
#Popup12 .Popup-header::before{
	background-image: url(../images/owner/support1/icon_support3-2-2-4.svg);
}

.Popup__body .mCSB_container{
	margin-right: 0;
}
.Popup__body .mCustomScrollBox{
	padding-left: 9.4rem;
	padding-right: 9.4rem;
}
.Popup__body .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: var(--maincolor);
	opacity: 0;
}
.Popup__body:hover .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	opacity: .4;
}
.Popup__body .mCS-light-thick.mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger_bar{
	opacity: 1 !important;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Support3-block__list-item a{
		height: 20rem;
		padding-left: 5rem;
	}
	.Support3-block__list-item a::before{
		left: 2.5rem; 
	}
	.Support3-block__list-item-title{
		font-size: 2.4rem;
	}
	.Support3-block__list-item-title::after{
		right: 2.5rem;
	}
	.Support3-block__list-item-title span{
		font-size: 1.6rem;
	}
	.Support3-block:nth-of-type(2) .Support3-block__list-item a::after{
		left: 5.5rem;
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Support3-block__list{
		gap: 3rem;
	}
	.Support3-block__list-item{
		width: calc((100% - 3rem) / 2);
	}
	.Support3-block__list-item a::before{
		width: 6.5rem;
		height: 6.5rem;
		left: 1.5rem;
	}
	.Support3-block__list-item-title::after{
		right: 1.5rem;
	}
	.Support3-block:nth-of-type(2) .Support3-block__list-item a::after{
		width: 6.5rem;
		height: 6.5rem;
		left: 4.5rem;
	}

}
@media screen and (max-width:768px){

	.Support3{
		padding-top: 0;
	}
	.Support3 .C-Subtitle2025__title > span{
		background: #FDF9ED;
	}

	.Support3-block:not(:last-child){
		padding-bottom: 10rem;
	}
	.Support3-block:not(:first-child){
		padding-top: 10rem;
	}
	.Support3-block__body:not(:last-child){
		margin-bottom: 10rem;
	}
	.Support3-block__header{
		margin-bottom: 3.5rem;
		flex-direction: column;
	}
	.Support3-block__header-tag{
		width: 25rem;
		height: 6rem;
		font-size: 2.8rem;
		margin-bottom: 1.5rem;
	}
	.Support3-block__header-text{
		width: 100%;
		font-size: 2.8rem;
		padding-left: 0;
		line-height: calc(5 / 2.8);
		text-align: center;
	}
	.Support3-block__list{
		flex-direction: column;
		gap: 3rem;
	}
	.Support3-block__list-item{
		width: 100%;
	}
	.Support3-block__list-item a::before{
		width: 9rem;
		height: 9rem;
		left: 4.2rem;
	}
	.Support3-block__list-item-title{
		font-size: 3.8rem;
		line-height: 1;
	}
	.Support3-block__list-item-title::after{
		width: 6rem;
		height: 6rem;
		right: 4.3rem;
	}
	.Support3-block__list-item-title span{
		font-size: 2.8rem;
		margin-bottom: 1rem;
		line-height: calc(2.8 / 2);
	}

	.Support3-block:nth-of-type(2) .Support3-block__list-item a::after{
		width: 6rem;
		height: 6rem;
		left: 9.5rem;
	}

	.Support3__button{
		max-width: 51rem;
		margin-top: 5.4rem;

	}
	.Support3__button a{
		height: 10.8rem;
		border-radius: 5.4rem;
		line-height: calc(3.9 / 3);
	}
	.Support3__button a::after{
		right: 4.2rem;
	}

	.Popup{
		max-width: 60rem;
	}
	.Popup__body{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	.Popup-header{
		margin-bottom: 7.5rem;
	}
	.Popup-header::before{
		width: 10rem;
		height: 10rem;
		margin-bottom: 2.5rem;
	}
	.Popup-header__title{
		margin-bottom: 2.5rem;
	}
	.Popup-header__title-sub{
		font-size: 3rem;
		margin-bottom: 1.5rem;
		line-height: 1.35;
		text-align: center;
	}
	.Popup-header__title-main{
		font-size: 4rem;
	}
	.Popup-header__item-wrap{
		margin-bottom: 3.5rem;
		padding: 1rem 2.5rem .5rem;
	}
	.Popup-header__item:not(:last-child){
		margin-bottom: 1rem;
	}
	.Popup-content{
		padding: 7.5rem 3.5rem 3.5rem;
		margin-bottom: 7.5rem;
	}
	.Popup-content::before{
		width: 10rem;
		height: 10rem;
		background-size: 6rem;
		background-position: top 3rem center;
	}
	.Popup-content__title{
		font-size: 3.6rem;
		margin-bottom: 3.5rem;
		padding-bottom: 2.5rem;
	}
	.Popup-content-block:not(:first-child){
		padding-top: 5rem;
	}
	.Popup-content-block__header{
		margin-bottom: 3.5rem;
		flex-direction: column;
	}
	.Popup-content-block__header-tag{
        width: 22.5rem;
        height: 5rem;
        font-size: 2.8rem;
		margin-bottom: 2rem;
		padding-top: .5rem;
	}
	.Popup-content-block__header-tag span{
		width: 3.5rem;
		height: 3.5rem;
		margin-left: .5rem;
        font-size: 2.8rem;
	}
	.Popup-content-block__header-title{
		width: 100%;
		font-size: 3.4rem;
		padding-left: 0;
		text-align: center;
	}
	.Popup-content-block__subtitle{
		margin-bottom: 1.5rem;
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.Popup-content-block__body{
		flex-direction: column;
	}
	.Popup-content-block__text{
		width: 100%;
		padding-right: 0;
		margin-bottom: 2.5rem;
	}
	.Popup-content-block__image{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.Popup-table-wrap__title{
		line-height: 1.5;
		margin-bottom: 2.5rem;
	}
	.Popup-table__header-list-title{
		height: 7.5rem;
	}
	.Popup-table__body-list-text{
		padding: 2rem 3.5rem;
		line-height: 1.5;
	}

	.Popup-data{
		margin-bottom: 7.5rem;
	}
	.Popup-data-block__title{
		font-size: 3rem;
		min-height: 8.5rem;
		height: auto;
		padding: 1.8rem 3.5rem 1.2rem;
		line-height: 1.35;
		text-align: center;
	}
	.Popup-data-block__body{
		padding: 3rem 3.5rem;
	}
	.Popup-data-block__text{
		line-height: calc(6 / 2.8);
	}
	.Popup-data .Popup-table-wrap{
		margin-top: 3.5rem;
		margin-bottom: 0;
	}
	.Popup-data-block__list-item{
		line-height: calc(6 / 2.8);
	}
	.Popup-data-block__list-item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.Popup-data-block__list-item::before{
		line-height: calc(6 / 2.8);
	}

	.Popup-guide{
		margin-bottom: 7.5rem;
		padding: 5rem 3.5rem 3.5rem;
	}
	.Popup-guide__title{
		font-size: 3.4rem;
		margin-bottom: 2.5rem;
		line-height: 1.35;
		white-space: nowrap;
	}
	.Popup-guide__list-item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Popup-guide__list-item::before{
		font-size: 2.8rem;
		line-height: calc(6 / 2.8);
	}
	.Popup-guide__list-item-text{
		font-size: 2.8rem;
		line-height: calc(6 / 2.8);
	}
	.Popup-guide__notice{
		margin-top: 3.5rem;
	}
	.Popup-guide__notice-item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Popup-guide__notice-item-text{
		font-size: 2.8rem;
		line-height: calc(6 / 2.8);
	}
	.Popup-guide__notice-item-text::before{
		line-height: calc(6 / 2.8);
	}
	.Popup-guide__notice-item-text.-answer{
		padding-left: 1em;
	}

	.Popup-image{
		margin-bottom: 7.5rem;
	}
	.Popup-image__item:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.Popup-image .Popup-table-wrap{
		margin-top: 1rem;
	}

	.Popup-notice{
		margin-bottom: 7.5rem;
	}
	.Popup-notice__title{
		height: 8rem;
		border-top-left-radius: 4rem;
		border-top-right-radius: 4rem;
		font-size: 3.4rem;
		margin-bottom: 3.5rem;
		padding-bottom: 1.5rem;
	}
	.Popup-notice__title::before{
		width: 8.5rem;
		height: 8.5rem;
		background-size: 4rem;
	}
	.Popup-notice__body{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.Popup-notice__list-item{
		flex-direction: column;
	}
	.Popup-notice__list-item:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Popup-notice__list-item::before{
		width: 100%;
		line-height: 1.5;
	}
	.Popup-notice__list-item-text{
		width: 100%;
	}
	.Popup-notice__list-item-text span{
		width: 100%;
		margin-top: 2.5rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Popup-notice__list-item-text span::before{
		margin-right: .2rem;
		line-height: 1.5;
	}
	.Popup-notice__list-item-text a{
		display: inline-block;
		line-height: 1.5;
	}

	.Popup-notice-special{
		width: 100%;
		margin-top: 5.5rem;
		padding: 5rem 3.5rem 3.5rem;
	}
	.Popup-notice-special__title{
		font-size: 3.4rem;
		margin-bottom: 2.5rem;
		line-height: 1.5;
	}
	.Popup-notice-special__list-item:not(:last-child){
		margin-bottom: .5rem;
	}
	.Popup-notice-special__list-item{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Popup-notice-special__list-item::before{
		margin-right: .8rem;
		line-height: calc(3.6 / 1.6);
	}

	.Popup-flow__title{
		font-size: 3.4rem;
		margin-bottom: 2.5rem;
		line-height: 1.35;
		align-items: flex-end;
	}
	.Popup-flow__title::before,
	.Popup-flow__title::after{
		font-size: 3.4rem;
	}
	.Popup-flow__title::before{
		margin-right: .5em;
	}
	.Popup-flow__title::after{
		margin-left: .5em;
	}
	.Popup-flow__body{
		margin-bottom: 5rem;
	}
	.Popup-flow__item{
		padding: 3.5rem;
		flex-direction: column;
	}
	.Popup-flow__item:not(:last-child){
		margin-bottom: 6rem;
	}
	.Popup-flow__item:not(:last-child)::after{
		width: 5rem;
		height: 2.5rem;
		bottom: calc((6rem / 2) * -1);
	}
	.Popup-flow__item-image{
		width: 35rem;
		height: 25rem;
		margin-bottom: 3.5rem;
	}
	.Popup-flow__item-image + .Popup-flow__item-list{
		width: 100%;
		padding-right: 0;
	}
	.Popup-flow__item-list-text{
		padding-left: 1.25em;
		line-height: 1.35;
	}
	.Popup-flow__item-list-text::before{
		width: 3rem;
        height: 3rem;
        font-size: 2.8rem;
		padding-top: .2rem;
		line-height: 1.35;
	}
	.Popup-flow__item-list-text:not(:last-child){
		margin-bottom: 2rem;
	}
	.Popup-flow-notice{
		padding: 5rem 3.5rem;
	}
	.Popup-flow-notice__title{
		margin-bottom: 3.5rem;
		font-size: 3.4rem;
		line-height: calc(2.8 / 2);
	}
	.Popup-flow-notice__title span{
		font-size: 2.8rem;
	}
	.Popup-flow-notice__list{
		gap: 2.5rem;
	}
	.Popup-flow-notice__list-item{
		width: calc((100% - 2.5rem) / 2);
		line-height: 1.5;
		font-size: 2.8rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Popup-flow-notice__list-item::before{
		font-size: 2.8rem;
		line-height: 1.5;
	}

	.Popup__body .mCustomScrollBox{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

}



/*-------------------------------
	ミユキサブリースシステム 標準管理項目
-------------------------------*/

.Support4-table-wrap{
	margin-bottom: 6rem;
}
.Support4-table,
.Support4-table *{
	border: 1px solid #707070;
	vertical-align: middle;
	border-left: none;
}
.Support4-table{
	border-bottom-width: 2px;
}
.Support4-table__header{
	background: var(--maincolor);
	border: 1px solid #fff;
	color: #fff;
}
.Support4-table__header *{
	border: 1px solid #fff;
}
.Support4-table__header-title{
	padding-top: .7rem;
	padding-bottom: .5rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.Support4-table__header-title br{
	display: none;
}
.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(1){
	width: 15rem;
}
.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(2){
	font-size: 1.8rem;
}
.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(3),
.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(4){
	width: 19rem;
}
.Support4-table__header-inner:nth-of-type(2) .Support4-table__header-title{
	width: 9.5rem;
}

.Support4-table__body-title{
	color: var(--maincolor);
	width: 15rem;
	font-size: 1.8rem;
	line-height: calc(2.4 / 1.8);
	font-weight: 700;
	background: #ECF2F7;
	text-align: center;
}
.Support4-table__body-title span{
	border: none;
	position: relative;
}
.Support4-table__body-title > span{
	display: inline-block;
}
.Support4-table__body-title > span::before{
	content: attr(data-number);
	background: var(--maincolor);
	width: 2.1rem;
	height: 2.1rem;
	padding-top: .2rem;
	border-radius: 50%;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Support4-table__body-title > span > span{
	padding-left: 1.2em;
	display: block;
}
.Support4-table__body-text{
	line-height: calc(2.4 / 1.6);
	position: relative;
}
.Support4-table__body-text.-ok,
.Support4-table__body-text.-ng{
	text-indent: -999rem;
	font-size: 0;
	color: transparent;
}
.Support4-table__body-text.-ok::before{
	border: .4rem solid var(--maincolor);
	content: "";
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
}
.Support4-table__body-text.-ng::before,
.Support4-table__body-text.-ng::after{
	content: "";
	display: block;
	width: 3.4rem;
	height: .4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #989898;
}
.Support4-table__body-text.-ng::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.Support4-table__body-text.-ng::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.Support4-table__body-text.-text{
	line-height: calc(1.8 / 1.6);
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.Support4-table__body-inner:not(:first-child):has(.Support4-table__body-title){
	border-top-width: 2px;
}
.Support4-table__body-inner:nth-of-type(2n+1){
	background: #F2F2F2;
	border-bottom: none;
}
.Support4-table__body-inner:nth-of-type(2n+1) .Support4-table__body-text{
	padding: .3rem 1.6rem 0;
	border-bottom: none;
}
.Support4-table__body-inner:nth-of-type(2n){
	border-top: none;
}
.Support4-table__body-inner:nth-of-type(2n) .Support4-table__body-text{
	padding: 1.4rem 1.6rem 1rem;
	border-top: none;
}
.Support4-table__body-inner:nth-of-type(2n) .Support4-table__body-text:not(:first-child){
	text-align: center;
}

.Support4-block{
	border-radius: 1rem;
	padding: 5.2rem 5.5rem 3.8rem;
	background: #F8F8F8;
}
.Support4-block:not(:last-child){
	margin-bottom: 6rem;
}
.Support4-block__title{
	border: 1px solid var(--maincolor);
	width: 100%;
	max-width: 28.5rem;
	margin-bottom: 2.5rem;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Support4-block__subtitle{
	color: var(--maincolor);
	margin-bottom: 2rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Support4-table__body-title{
		width: 12rem;
	}
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(3),
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(4){
		width: 16rem;
	}
	.Support4-table__header-inner:nth-of-type(2) .Support4-table__header-title{
		width: 8rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Support4-table__header-title br{
		display: block;
	}
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(3),
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(4){
		width: 14rem;
	}
	.Support4-table__header-inner:nth-of-type(2) .Support4-table__header-title{
		width: 7rem;
	}
	.Support4-table__body-text.-ok::before{
		width: 2.2rem;
		height: 2.2rem;
	}
	.Support4-table__body-text.-ng::before,
	.Support4-table__body-text.-ng::after{
		width: 2.8rem;
	}

}
@media screen and (max-width:768px){

	.Support4-table-wrap{
		margin-bottom: 5rem;
		overflow: auto;
	}
	.Support4-table{
		width: calc(25rem + 100rem + 60rem);
	}
	.Support4-table__header-title{
		padding-top: .7rem;
		padding-bottom: .5rem;
	}
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(1){
		width: 25rem;
	}
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(2){
		font-size: 2.8rem;
	}
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(3),
	.Support4-table__header-inner:nth-of-type(1) .Support4-table__header-title:nth-of-type(4){
		width: 30rem;
	}
	.Support4-table__header-inner:nth-of-type(2) .Support4-table__header-title{
		width: 15rem;
	}

	.Support4-table__body-title{
		width: 25rem;
		font-size: 2.8rem;
	}
	.Support4-table__body-title > span::before{
        width: 3.5rem;
        height: 3.5rem;
		font-size: 2.8rem;
	}
	.Support4-table__body-title > span > span{
		padding-left: 1.5em;
	}
	.Support4-table__body-text{
		line-height: calc(3.2 / 1.6);
	}

	.Support4-table__body-inner:nth-of-type(2n+1) .Support4-table__body-text{
		padding: 1rem 3.5rem .5rem;
	}
	.Support4-table__body-inner:nth-of-type(2n) .Support4-table__body-text{
		padding: 3rem 3.5rem 2.5rem;
	}

	.Support4-block{
		padding: 3.5rem;
	}
	.Support4-block:not(:last-child){
		margin-bottom: 5rem;
	}
	.Support4-block__title{
		max-width: 100%;
		width: 100%;
	}
	.Support4-block__subtitle{
		font-size: 2.8rem;
	}
	.Support4-block__text{
		font-size: 2.8rem;
	}

	.scroll-hint-icon:after{
		margin-left: 0;
		transform: translateX(-50%);
	}
	.scroll-hint-text{
		text-align: center;
	}

}