@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	min-height: 21rem;
	position: relative;
	overflow: hidden;
	background: url(../img/common/bg01.jpg) no-repeat center;
	background-size: cover;
}
#main .mainImg .subSpan {
	width: 15.1rem;
	display: block;
	position: absolute;
	top: 0;
	right: 7.4rem;
}
#main .mainImg .subSpan .svg-animation {
	width: 100%;
	height: auto;
	opacity: 0;
}
#main .mainImg .subSpan .svg-animation.show {
	opacity: 1;
}
#main .mainImg .subSpan .svg-animation .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 8;
	stroke-dasharray: var(--getTotalLength);
	stroke-dashoffset: var(--getTotalLength);
}
#main .mainImg h2 {
	font-size: 4.4rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 120rem;
	width: 100%;
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 2.1rem;
    color: #F47804;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.headLine01.center {
	text-align: center;
}
.headLine01 .txtSpan {
	display: block;
	padding: 1.2rem 1rem;
	width: fit-content;
	margin: 0 auto 1.5rem;
	min-width: 24rem;
	border-radius: 20rem;
	background: radial-gradient(50% 50% at 50% 50%, #FFF 49.52%, #FFF3E1 100%), #FFF;
	color: #F47804;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.5rem;
	}
	.headLine01 .txtSpan{
		padding: 1.6rem 1rem;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    padding-left: 2.4rem;
    font-size: 2.6rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 3.3rem;
}
.headLine02::after {
    width: 0.4rem;
    height: 84%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    background-color: #F4A000;
    content: "";
}
.headLine02.style {
	padding-block: 0.3rem;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 1.5;
		padding: 0.6rem 0 0rem 1.6rem;
	}
	.headLine02.style {
		padding-bottom: 0;
		padding-top: 0.4rem;
		line-height: 1.5;
		padding-left: 2.4rem;
	}
	.headLine02::after {
		height: 90%;
	}
}


/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.2rem;
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
}
.headLine03 .num {
	padding-bottom: 0.3rem;
	flex-shrink: 0;
	width: 3.2rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-right: 1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 100%;
	background-color: #F4A000;
}

@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
	}
	.headLine03 .num {
		padding-top: 0.2rem;
		font-size: 1.5rem;
		width: 2.8rem;
		margin-top: -0.2rem;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #F8F8F8;
	background: #fff;
}
#pagePath li {
	display: inline;
	margin-right: 0.3rem;
	font-size: 1.2rem;
}
#pagePath a {
	margin-right: 0.1rem;
	display: inline-block;
	color: #666666;
	padding-right: 2.2rem;
	background: url(../img/common/icon06.png) no-repeat right calc(50% + 0.1rem);
	background-size: 1.4rem auto;
	position: relative;
	font-weight: 400;
}
#pagePath a:after {
	width: calc(100% - 2.3rem);
	height: 1px;
	background-color: #101010;
	position: absolute;  
	bottom: -0.3rem;
	left: 0;
	content: ""; 
	transition: 0.3s;
	opacity: 0;
}

@media all and (min-width: 897px) {
	#pagePath a:hover:after {
		opacity: 1;
	}
	#pagePath a:hover {
		font-weight: 400;
	}
}

@media all and (max-width: 896px) {
	#pagePath {
		line-height: 1.6;
		margin-bottom: 1.2rem;
		margin-top: 9.8rem;
		border: none;
	}
	#pagePath li {
		margin-right: 0.4rem;
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
select {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    height: 4.7rem;
	color: #000;
    box-sizing: border-box;
    padding: 0 3.2rem;
	font-size: 1.5rem;
    width: 100%;
	font-weight: 700;
    background-color: #F6F6F6;
	border-radius: 10rem;
	border: 1px solid #DDD;
	background: #FFF url(../img/common/icon04.png) no-repeat right 3rem center;
	background-size: 2.3rem auto;
	transition: 0.3s;
}

@media all and (min-width: 897px) {
	select:hover {
		border-color: #F4A000;
	}
}
@media all and (max-width: 896px) {
	select {
		height: 4.4rem;
		font-size: 1.3rem;
		background-size: 2.0rem auto;
	}
}

/*------------------------------------------------------------
	comTabList
------------------------------------------------------------*/
#main .comTabList {
	margin-bottom: 7.7rem;
	display: flex;
	border-bottom: 1px solid #DDD;
	gap: 0 1.6rem;
}
#main .comTabList li {
	width: 18rem;
	text-align: center;
}
#main .comTabList a {
	margin-bottom: -1px;
	display: block;
	font-weight: 700;
	padding: 1.6rem 1rem 1.3rem;
	border-bottom: 3px solid transparent;
}
#main .comTabList .on a {
	border-color: #F4A000;
}

@media all and (min-width: 897px) {
	#main .comTabList a:hover {
		border-color: #F4A000;
	}
}

@media all and (max-width: 896px) {
	#main .comTabList {
		gap: 0 0.8rem;
	}
	#main .comTabList li {
		width: auto;
	}
	#main .comTabList a {
		padding: 1.2rem 1.2rem 0.9rem;
	}
}

/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
#main .newsList li {
	margin-bottom: 1.4rem;
	display: flex;
	align-items: flex-start;
}
#main .newsList li:last-child {
	margin-bottom: 0;
}
#main .newsList .date {
	width: 8.8rem;
	flex-shrink: 0;
	padding-right: 0.5rem;
	color: #666;
	line-height: 1.6;
}
#main .newsList .txtSpan {
	min-width: 12rem;
	margin: -0.2rem 1rem -0.2rem 0;
}
#main .newsList .txtSpan span {
	margin: 0.4rem 0;
	text-align: center;
	border-radius: 0.4rem;
	background: #FAF8ED;
	padding: 0.1rem 1.2rem 0.3rem;
	font-size: 1.2rem;
	display: block;
}
#main .newsList a {
	line-height: 1.6;
	padding-left: 0.5rem;
}
#main .newsList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .newsList {
		margin-bottom: 2.4rem;
	}
	#main .newsList .date {
		width: 7.6rem;
	}
	#main .newsList li {
		margin-bottom: 2.5rem;
		flex-wrap: wrap;
	}
	#main .newsList .txtSpan {
		margin-right: 0;
		min-width: inherit;
		flex: 1;
	}
	#main .newsList .txtSpan span {
		display: inline-block;
		margin-right: 0.5rem;
		min-width: 11rem;
		font-size: 1rem;
	}
	#main .newsList a {
		padding: 0;
		margin-top: 0.4rem;
		width: 100%;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	position: fixed;
	top: 50%;
	right: 0;
	width: 4rem;
	z-index: 200;
	transform: translateY(-50%);
}
.comBtn a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1; 
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 26rem;
	border-radius: 1.2rem 0 0 1.2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	border-left: 1px solid rgba(0, 0, 0, 0.10);
	background: #F4A000;
	letter-spacing: 0.2rem;
}
.comBtn span {
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background-color: #F47804;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		top: auto;
		bottom: 0;
		right: 2rem;
		left: 2rem;
		width: auto;
		transform: none;
	}
	.comBtn a {
		font-size: 1.3rem;
		letter-spacing: 0;
		font-weight: 700;
		min-height: 4.4rem;
		border-radius: 0.8rem;
		border: 1px solid rgba(0, 0, 0, 0.10);
		background: #F4A000;
		box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
	}
	.comBtn span {
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 8rem;
	align-items: center;
}
#main .comImgBox:last-child {
	margin-bottom: 0;
}
#main .comImgBox .photoBox {
	order: 2;
	width: 48rem;
	margin-left: 6rem;
}
#main .comImgBox .photoBox img {
	border-radius: 1.2rem;
}
#main .comImgBox .textBox {
	margin-top: -1.1rem;
	flex: 1;
}
#main .comImgBox .textBox h3 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 2.4rem;
}
#main .comImgBox .textBox p {
	font-size: 1.8rem;
	margin-bottom: 2.4rem;
}
@media all and (min-width: 897px) {
	#main .comImgBoxStyle .textBox p {
		font-size: 1.5rem;
		margin-bottom: 4.9rem;
	}
}
@media all and (max-width: 896px) {
	#main .comImgBox {
		display: block;
		margin-bottom: 4.8rem;
	}
	#main .comImgBox .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .comImgBox .photoBox img {
		width: 100%;
	}
	#main .comImgBox .textBox {
		margin-top: 0;
	}
	#main .comImgBox .textBox h3 {
		font-size: 2.4rem;
		color: #F47804;
	}
	#main .comImgBox .textBox p {
		font-size: 1.5rem;
	}
	#main .comImgBox .photoBox img {
		border-radius: 0.8rem;
	}
	#main .comImgBoxStyle .textBox h3 {
		margin-bottom: 1rem;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#main .comImgBoxStyle .textBox p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink.center {
	text-align: center;
}
#main .comLink a {
	min-height: 4.7rem;
	color: #fff;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	text-align: center;
	padding: 0.5rem 3.2rem;
	border-radius: 10rem;
	background: #F4A000;
}
#main .comLink .subSpan {
	padding-right: 3rem;
	display: inline-block;
	background: url(../img/common/icon07.png) no-repeat right center;
	background-size: 2.3rem auto;
}
#main .comLink.small a {
    min-height: 3.4rem;
    font-size: 1.2rem;
    padding: 0.4rem 2.1rem 0.5rem;
}
#main .comLink.small .subSpan {
    padding-right: 2.2rem;
    background-size: 1.9rem auto;
}
#main .comLink.style .subSpan {
	background-image: url(../img/common/icon17.png);
}
@media all and (min-width: 897px) {
	#main .comLink a:hover {
		background-color: #F47804;
	}
	#main .comLink.big a {
		padding-inline: 4.3rem;
		min-height: 5.9rem;
		font-size: 1.8rem;
	}
	#main .comLink.style.big a {
		min-height: 5.9rem;
		font-size: 1.8rem;
		padding-inline: 4rem;
	}
	#main .comLink.style.big .subSpan {
		padding-right: 3.5rem;
		background-size: 2.7rem auto;
	}
	#main .comLink.style.small a {
		min-height: 4.7rem;
		font-size: 1.5rem;
		padding-inline: 3rem;
	}
	#main .comLink.style.small .subSpan {
		background-size: 2.4rem auto;
		padding-right: 3rem;
	}
}
@media all and (max-width: 896px) {
	#main .comLink {
		width: 100%;
		margin: 0 auto;
		max-width: 29.5rem;
	}
	#main .comLink a {
		display: flex;
		font-size: 1.3rem;
		min-height: 4.4rem;
	}
	#main .comLink .subSpan {
		padding-bottom: 0.1rem;
		padding-right: 2.5rem;
		background-size: 2.0rem auto;
	}
	#main .comLink.spBig a {
		min-height: 6.4rem;
	}
	#main .comLink.small a {
		min-height: 4.4rem;
		font-size: 1.3rem;
	}
	#main .comLink.style.small a {
		
	}
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
#main .comLink02 {
	margin-bottom: 4.7rem;
}
#main .comLink02 a {
	padding: 0.5rem 3.2rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 4.7rem;
	border-radius: 10rem;
	border: 1px solid #DDD;
	background: #fff;
}
#main .comLink02 .subSpan {
	display: inline-block;
	padding-right: 3rem;
	background: url(../img/common/icon01.png) no-repeat right center;
	background-size: 2.3rem auto;
}
#main .comLink02.right .subSpan {
	background-image: url(../img/common/icon13.png);
	background-size: 2.3rem auto;
}
#main .comLink02.style .subSpan {
	background-image: url(../img/common/icon08.png);
	background-size: 2.3rem auto;
}

@media all and (min-width: 897px) {
	#main .comLink02 a:hover {
		border-color: #F4A000;
	}
	#main .comLink02.big a {
		font-size: 1.8rem;
		min-height: 5.9rem;
		padding-inline: 4rem;
	}
}
@media all and (max-width: 896px) {
	#main .comLink02 {
		text-align: center;
	}
	#main .comLink02.style a {
		min-height: 4.4rem;
	}
	#main .comLink02.style .subSpan {
		padding-right: 2.5rem;
		background-size: 2.0rem auto;
	}
	#main .comLink02.big a {
		padding-inline: 3rem;
		min-height: 4.4rem;
	}
}
/*------------------------------------------------------------
	kurasisupportsList
------------------------------------------------------------*/
#main .kurasisupportsList {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem 3.6rem;
}
#main .kurasisupportsList:last-child {
	margin-bottom: 0;
}
#main .kurasisupportsList li {
	width: calc((100% - (3.6rem * 2 + 0.1rem)) / 3);
}
#main .kurasisupportsList span {
	display: block;
	line-height: 1.6;
}
#main .kurasisupportsList a {
	display: block;
	border-radius: 1.2rem;
	position: relative;
}
#main .kurasisupportsListBg a:after {
	border: 2px solid #F4A000;
	position: absolute;  
	border-radius: 1.2rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;  
	content: ""; 
	opacity: 0;
	transition: opacity 0.3s;
}
#main .kurasisupportsList span {
	display: block;
}
#main .kurasisupportsList span:last-child {
	margin-bottom: 0;
}
#main .kurasisupportsList .photo {
	aspect-ratio: 724 / 408;
	overflow: hidden;
	margin-bottom: 2.5rem;
	border-radius: 1.2rem;
}
#main .kurasisupportsList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#main .kurasisupportsList .ttl {
	transition: 0.3s;
	margin-bottom: 1.5rem;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 700;
	padding-right: 3.8rem;
	background: url(../img/common/icon05.png) no-repeat right center;
	background-size: 3rem auto;
}
#main .kurasisupportsList2 {
	gap: 2.5rem 2.5rem;
}
#main .kurasisupportsList2 li {
	padding: 0;
	width: calc((100% - 2.5rem) / 2);
	border-radius: 1.2rem;
	border: 1px solid #DDD;
}
#main .kurasisupportsList2 a {
	padding: 3.4rem 3.4rem 3.1rem;
}
@media all and (min-width: 897px) {
	#main .kurasisupportsList a:hover img {
		transform: scale(1.05);
	}
	#main .kurasisupportsListBg a:hover {
		background-color: #FCF6EC;
	}
	#main .kurasisupportsList a:hover .ttl {
		color: #F4A000;
	}
	#main .kurasisupportsListBg a:hover .ttl {
		color: #101010;
	}
	#main .kurasisupportsListBg a:hover:after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#main .kurasisupportsList {
		gap: 2.5rem 0;
		flex-direction: column;
	}
	#main .kurasisupportsList li {
		width: 100% !important;
	}
	#main .kurasisupportsList .photo {
		margin-bottom: 2.1rem;
	}
	#main .kurasisupportsList .ttl {
		font-size: 1.5rem;
	}
	#main .kurasisupportsList2 {
		gap: 1.6rem 0;
	}
	#main .kurasisupportsList2 a {
		padding: 2.4rem 1.8rem 2rem;
	}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	padding: 6rem 0;
	margin-top: 12rem;
	border-bottom: 1px solid #DDD;
	background: #FAF8ED;
}
#main .comBox p {
	margin: 0 0 1.2rem !important;
	text-align: center;
	font-weight: 700;
}
#main .comBox p:last-child {
	margin-bottom: 0;
}
#main .comInfoList {
	margin-bottom: 3.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .comInfoList li {
	text-align: center;
	border-radius: 1.6rem;
	background: #fff;
	width: calc((100% - (2.4rem * 3 + 0.1rem)) / 4);
}
#main .comInfoList li a {
	padding: 2.4rem 2rem;
	display: block;
	position: relative;
}
#main .comInfoList li a:after {
	border: 2px solid transparent;
	position: absolute;  
	border-radius: 1.6rem;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;  
	content: ""; 
}
#main .comInfoList .photo {
	margin: 0 auto 0.8rem;
	width: 7.2rem;
}
#main .comInfoList li p {
	margin-bottom: 0 !important;
}
#main .comBox .comLink {
	width: fit-content;
	margin: 0 auto;
}
#main .comBox .comLink a {
	padding: 1.6rem 3.9rem;
	font-size: 1.8rem;
	background: #F4A000;
}
#main .comBox .comLink .subSpan {
	background-size: 2.8rem auto;
	padding-right: 3.6rem;
}
#main:has(.comBox) {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .comInfoList li a:hover:after {
		border-color: #F4A000;
	}
	#main .comBox .comLink a:hover {
		background: #F47804;
	}
}
@media all and (max-width: 896px) {
	#main .comBox {
		margin-top: 0;
		padding: 4.9rem 0 5.3rem;
	}
	#main .comBox .comInfoList {
		margin-bottom: 2.4rem;
		gap: 1.2rem;
	}
	#main .comBox .comInfoList li {
		border-radius: 0.8rem;
		width: calc((100% - 1.2rem) / 2);
	}
	#main .comBox .comInfoList li a{
		padding: 1.5rem 0.5rem;
	}
	#main .comBox .comInfoList .photo {
		margin: 0 auto 0.3rem;
		width: 4.8rem;
	}
	#main .comBox p {
		font-weight: 700;
	}
	#main .comBox .comLink {
		max-width: 29.5rem;
		margin: 0 auto;
		width: auto;
	}
	#main .comBox .comLink a {
		padding: 1.2rem 2rem;
		display: flex;
		font-size: 1.5rem;
	}
	#main .comBox .comLink .subSpan {
		padding-right: 3.0rem;
		background-size: 2.3rem auto;
	}
}

/*------------------------------------------------------------
	comLinkP
------------------------------------------------------------*/
.comLinkP:last-child {
	margin-bottom: 0;
}
.comLinkP .subSpanStyle,
.comLinkP a {
	display: inline;
	font-weight: 700;
	padding: 0.2rem 3.2rem 0.3rem 0;
	background: url(../img/common/icon05.png) no-repeat right center;
	background-size: 2.3rem auto;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
#main .comLinkP.small a {
	font-size: 1.2rem;
	font-weight: 700;
	padding-right: 2.3rem;
	background-size: 1.8rem auto;
}
.comLinkP.blank a {
	background: url(../img/common/icon08.png) no-repeat right center;
	background-size: 2.3rem auto;
}
@media all and (min-width: 897px) {
	.comLinkP a:hover {
		border-color: #101010;
	}
}
@media all and (max-width: 896px) {
	.comLinkP .subSpanStyle,
	.comLinkP a {
		padding: 0 2.6rem 0.1rem 0;
		font-size: 1.3rem;
		background-size: 2.0rem auto;
	}
	#main .comLinkP.small a {
		font-size: 1rem;
		padding-right: 1.8rem;
		background-size: 1.5rem auto;
	}
	.comLinkP.blank a {
		background-size: 2.0rem auto;
	}
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList li {
	margin-bottom: 1.6rem;
	padding-left: 2.2rem;
	position: relative;
	line-height: 1.6;
}
.comList li:last-child {
	margin-bottom: 0;
}
.comList li::before {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #F4A000;
	border-radius: 5rem;
	position: absolute;
	top: 0.6rem;
	left: 0;
	content: "";
}
.comList small {
	margin-top: 0.7rem;
	display: block;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	.comList li {
		margin-bottom: 1.1rem;
	}
	.comList {
		margin-bottom: 1.5rem;
	}
	.comList li::before {
		top: 0.5rem;
	}
	.comList small {
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	comNotes
------------------------------------------------------------*/
#main .comNotes li {
	font-size: 1.2rem;
	line-height: 1.6;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	#main .comNotes li {
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/

#main .comLinkUl {
	margin-bottom: 11.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.2rem 3.2rem;
}
#main .comLinkUl li {
	padding-right: 3.7rem;
	position: relative;
}
#main .comLinkUl li::after {
	width: 0.1rem;
	height: 2rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #DDD;
	content: "";
}
#main .comLinkUl li:last-child::after {
	display: none;
}
#main .comLinkUl a {
	padding: 0 2.6rem 0.2rem 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	position: relative;
}
#main .comLinkUl a::after {
	width: 1.3rem;
	height: 0.9rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url("../img/foryoursafety/icon01.png") no-repeat right top / 100% 100%;
	content: "";
}
#main .comLinkUl a::before {
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	background-color: #101010;
	content: "";
	opacity: 0;
	transition: 0.3s;
}

@media all and (min-width: 897px) {
	#main .comLinkUl a:hover:before {
		opacity: 1;
	}
}

@media all and (max-width: 896px) {
	#main .comLinkUl:not(.comLinkUlStyle) {
		margin-bottom: 4.5rem;
		flex-direction: column;
		gap: 0;
	}
	#main .comLinkUl:not(.comLinkUlStyle) li {
		width: 100%;
		padding: 0;
	}
	#main .comLinkUl:not(.comLinkUlStyle) a {
		display: block;
		padding: 1.4rem 0.8rem;
		border-bottom: 1px solid #ddd;
	}
	#main .comLinkUl:not(.comLinkUlStyle) li:last-child a {
		border-bottom: none;
	}
	#main .comLinkUl:not(.comLinkUlStyle) a::before {
		display: none;
	}
	#main .comLinkUl:not(.comLinkUlStyle) a::after {
		width: 1.1rem;
		right: 1.2rem;
	}
	#main .comLinkUl:not(.comLinkUlStyle) li::after {
		display: none;
	}
}


/*------------------------------------------------------------
	mainImg2
------------------------------------------------------------*/
#main .mainImg2 {
	min-height: 20.4rem;
	background-image: url(../img/common/bg02.jpg);
}
#main .mainImg2 .subSpan {
	display: none;
}
@media all and (min-width: 897px) {
	#main .mainImg2 h2 {
		font-size: 4rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg {
		min-height: 14.4rem;
		margin-bottom: 4.8rem;
		position: relative;
		background-image: url(../img/common/bg02.jpg);
	}
	#main .mainImg::before {
		width: 100%;  
		height: 1px;
		background-color: rgba(16, 16, 16, 0.08);
		position: absolute;  
		top: 0;
		left: 0;
		content: ""; 
	}
	#main .mainImg .subSpan {
		display: none;
	}
	#main .mainImg2 {
		margin-bottom: 4.8rem;
		min-height: 14.4rem;
	}
	#main .mainImg h2 {
		font-size: 2.8rem;
	}
}


/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .comLinkList li {
	width: 33.3rem;
}
#main .comLinkList .comLink a {
	padding-left: 3.0rem;
	background: #F4A000;
}
#main .comLinkList .comLink02 {
	margin-bottom: 0 !important;
}
#main .otherList {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem 1.2rem;
}
#main .otherList li {
	text-align: center;
	width: calc((100% - (1.2rem * 3 + 0.1rem)) / 4);
}
#main .otherList .otherImg {
	margin: 0 auto 2.3rem;
	width: 10.8rem;
}
#main .otherList .otherTtl {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
#main .otherList .otherTtl:last-child {
	margin-bottom: 0;
}
#main .otherList .smallTxt {
	font-size: 1.2rem;
	font-weight: 400;
}
@media all and (min-width: 897px) {
	#main .comLinkList .comLink a:hover {
		background-color: #F47804;
	}
}
@media all and (max-width: 896px) {
	#main .comLinkList {
		gap: 1.6rem 0;
		flex-direction: column;
	}
	#main .comLinkList li {
		width: 100%;
	}
	#main .comLinkList li .comLink02 {
		width: 100%;
		margin: 0 auto;
		max-width: 29.5rem;
	}
	#main .comLinkList li .comLink02 a {
		display: flex;
	}
	#main .otherList {
		margin-bottom: 0.8rem;
		padding-top: 1rem;
		gap: 0;
		flex-direction: column;
	}
	#main .otherList li {
		padding: 1.55rem 0;
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #ddd;
	}
	#main .otherList li:last-child {
		border-bottom: none;
	}
	#main .otherList .otherImg {
		width: 7rem;
		margin: 0 2.4rem 0 0;
	}
	#main .otherList .sub {
		flex: 1;
	}
	#main .otherList .otherTtl {
		margin-bottom: 0.7rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .otherList .smallTxt {
		font-size: 1rem;	
	}
}


/*------------------------------------------------------------
	companies
------------------------------------------------------------*/
#main .comCompanies {
	margin-bottom: 4.4rem;
}
#main .comCompanies p {
	font-weight: 700;
	margin-bottom: 1.5rem !important;
}
#main .comCompanies .photo {
	max-width: 47.5rem;
}
#main .attentionBox {
	margin: 4.7rem 0 7.8rem;
	padding: 4.2rem 3.6rem 3.5rem;
	border-radius: 1.6rem;
	border: 2px solid #FBE4C0;
	background: #fff;
}
#main .attentionBox p {
	font-size: 1.2rem;
}
#main .attentionBox .attentionTtl {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 5.5rem;
	background: url(../img/common/icon14.png) no-repeat left center;
	background-size: 4.8rem auto;
}
#main .attentionBox .attentionList {
	margin-bottom: 1.1rem;
}
#main .attentionBox .attentionList li {
	padding-left: 2rem;
	line-height: 1.6;
	position: relative;
}
#main .attentionBox .attentionList li::before {
	width: 0.4rem;
	height: 0.4rem;
	background-color: #101010;
	border-radius: 100%;
	position: absolute;
	top: 1.1rem;
	left: 0.7rem;
	content: "";
}
@media all and (min-width: 897px) {
	/* #main .attentionBox .attentionTtl {
		font-size: 1.6rem;
		padding-block: 0.5rem;
	}
	#main .attentionBox {
		padding: 4.0rem 3.6rem 3.5rem;
	}
	#main .attentionBox .attentionList li {
		font-size: 1.3rem;
	}
	#main .attentionBox p {
		font-size: 1rem;
	}
	#main .attentionBox .attentionList li::before {
		top: 0.9rem;
	} */
}
@media all and (max-width: 896px) {
	#main .comCompanies p {
		margin-bottom: 1.3rem !important;
		font-size: 1.6rem;
	}
	#main .comCompanies .photo {
		max-width: inherit;
		width: 79%;
	}
	#main .comCompanies {
		margin-bottom: 2.1rem;
	}
	#main .comCompanies .photo img {
		width: 100%;
	}
	#main .attentionBox {
		padding: 3.5rem 2.2rem 3.5rem;
		margin: 0 0 6rem;
		border-radius: 1.2rem;
	}
	#main .attentionBox p {
		font-size: 1rem;
	}
	#main .attentionBox .attentionTtl {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
		padding: 0.3rem 0 0.3rem 5.2rem;
	}
	#main .attentionBox .attentionList li::before {
		width: 0.3rem;
		height: 0.3rem;
		top: 0.9rem;
	}
}


/*------------------------------------------------------------
	comPriceTxt
------------------------------------------------------------*/
#main .comPriceTxt {
	width: fit-content;
	padding: 0.8rem 1.6rem 0.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 0.4rem;
	background: #FBE4C0;
}
@media all and (min-width: 897px) {
}
@media all and (max-width: 896px) {
	#main .comPriceTxt {
		width: auto;
		padding: 1.6rem 2.4rem;
		font-size: 1.5rem;
		font-weight: 700;
	}
}


/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 3.4rem;
	width: 100%;
	border-collapse: collapse;
}
.comTable th {
	padding: 1.2rem 1rem;
	vertical-align: middle;
	text-align: center;
	width: 34.5%;
	font-weight: 700;
	border-top: 1px solid #ddd;
	background: #FAF8ED;
}
.comTable td {
	padding: 0.95rem 1rem;
	text-align: center;
	font-weight: 700;
	border-top: 1px solid #ddd;
}
.comTable tr:first-child th,
.comTable tr:first-child td {
	border-top: none;
}
.comTable .tableDl {
	padding: 0.3rem 4.5rem;
	padding-left: 0;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comTable .tableDl dt {
	width: 61.5%;
	font-weight: 400;
}

.comTable .tableDl dd {
	flex: 1;
	font-size: 1.8rem;
}
.comTable .wid01 {
	width: 31%;
}
.comTable .wid02 {
	width: 8.6%;
}
.comTable .wid03 {
	width: 30%;
}
.comTable .wid04 {
	width: 30.4%;
}
.comTable .fw {
	font-weight: 400;
	font-size: 1.5rem;
}
.comTable2 td {
	font-size: 1.8rem;
	padding-block: 1.4rem;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.comTable2 td:first-child {
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	.comTable .trStyle td {
		padding-block: 3.6rem;
	}
	.comTable .tableDl dt .subSpan {
		display: inline-block;
		text-align: right;
		min-width: 24rem;
	}
}
@media all and (max-width: 896px) {
	.spComTable th {
		padding: 0.9rem 1rem;
		display: block;
		width: 100%;
		border-top: none;
	}
	.spComTable td {
		display: block;
		width: 100%;
		padding: 1.2rem 0 1.5rem;
		border-top: none;
	}
	.spComTable .tableDl {
		padding: 0;
		align-items: stretch;
	}
	.spComTable td:has(.tableDl) {
		padding: 0;
	}
	.spComTable .tableDl dt {
		width: 63%;
		display: flex;
		align-items: center;
		padding: 1.6rem 1rem 1.6rem 2rem;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.spComTable .tableDl dd {
		font-size: 1.3rem;
		padding: 1.6rem 0.5rem 1.6rem 1.7rem;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
	.spComTable tr:last-child .tableDl dt,
	.spComTable tr:last-child .tableDl dd {
		border-bottom: none;
	}
	.comTable {
		margin-bottom: 1.8rem;
	}
	.comTableBox .tableTtl {
		margin: 0 !important;
		padding: 0.7rem;
		font-weight: 700;
		text-align: center;
		border: 1px solid #FAF8ED;
		background: #FAF8ED;
	}
	.comTableBox .tableTxt {
		margin: 0 !important;
		font-size: 1.3rem;
		font-weight: 700;
		text-align: center;
		padding: 1.1rem 0.8rem 1.5rem;
	}
	.comTable2 th {
		padding: 0.8rem 0.5rem;
	}
	.comTable2 td {
		font-size: 1.3rem;
		padding: 0.85rem 0.5rem;
		border-left: none;
		border-top: none;
	}
	.comTable .fw {
		font-size: 1.3rem !important;
	}
	.comTable2 td:last-child {
		border-right: none;
	}
	.comTable2 tr:last-child td {
		border-bottom: none;
	}
	.comTable2 .wid02 {
		width: 20.6%;
	}
	.comTable2 .wid03 {
		width: 40%;
	}
	.comTable2 .wid04 {
		width: 39.4%;
	}
	
}


/*------------------------------------------------------------
	regionsList
------------------------------------------------------------*/
#main .regionsList {
	padding-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}
#main .regionsList li {
	width: calc((100% - (1.6rem * 3 + 0.1rem)) / 4);
}
#main .regionsList a {
	height: 100%;
	padding: 0.5rem 5.5rem 0.5rem 2.5rem;
	min-height: 5.5rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #DDD;
	background: #fff url(../img/common/icon05.png) no-repeat right 3rem center;
	background-size: 2.3rem auto;
}
@media all and (min-width: 897px) {
	#main .regionsList a:hover {
		border-color: #F4A000;
	}
}
@media all and (max-width: 896px) {
	#main .regionsList {
		padding-top: 0;
		gap: 1.2rem;
	}
	#main .regionsList li {
		width: calc((100% - 1.2rem) / 2);
	}
	#main .regionsList a {
		min-height: 5.2rem;
		border-radius: 0.4rem;
		font-size: 1.3rem;
		padding-right: 4.7rem;
		background-position: right 1.7rem center;
		background-size: 2rem auto;
	}
}


/*------------------------------------------------------------
	comJsBox
------------------------------------------------------------*/
#main .comJsBox {
	position: relative;
	margin: 0 -1.2rem 6rem;
}
#main .comJsBox .next,
#main .comJsBox .prev {
	position: absolute;
	top: calc(50% - 4.8rem);
	cursor: pointer;
	transform: translateX(-50%);
	width: 3rem;
	padding: 1rem;
	box-sizing: content-box;
	z-index: 10;
}
#main .comJsBox .prev {
	left: -1.3rem;
}
#main .comJsBox .next {
	right: -6.3rem;
}
#main .comJsBox .fooUl {
	margin-bottom: 2.4rem;
}
#main .comJsBox .fooUl li {
	margin: 0 1.2rem;
	float: left;
	width: 27.2rem;
	border-radius: 0.4rem;
	overflow: hidden;
}
#main .comJsBox .fooUl .photo {
	position: relative;
	aspect-ratio: 544 / 306;
}
#main .comJsBox .fooUl .photo a:hover {
	opacity: 0.7;
}
#main .comJsBox .fooUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .comJsBox .fooUl .photo .subSpan {
	position: absolute;
	bottom: 1rem;
	right: 1.2rem;
	display: block;
	width: 4rem;
}
#main .comJsBox .dotBox {
	gap: 0 1rem;
	margin-left: -1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .comJsBox .dotBox .dot {
	transform: none;
	width: auto;
	height: auto;
	height: 0.8rem;
}
#main .comJsBox .dotBox .dot li {
	margin: 0 0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	transform: none;
	vertical-align: top;
	background-color: #ddd;
	opacity: 1;
}
#main .comJsBox .dotBox .dot li.swiper-pagination-bullet-active {
	background: #101010;
}
#main .comJsBox .dotBox .icon {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}
#main .comJsBox .dotBox .icon img + img {
	display: none;
}
#main .comJsBox .dotBox .icon.play img {
	display: none;
}
#main .comJsBox .dotBox .icon.play img + img {
	display: block;
}
@media all and (min-width: 897px) {
	#main .comJsBox .next:hover,
	#main .comJsBox .prev:hover {
		opacity: 0.7;
	}
	#main .comJsBox .fooUl .photo .subSpan a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .comJsBox .dotBox .dot li {
		width: 0.6rem;
		height: 0.6rem;
		margin: 0 0.3rem;
	}
	#main .comJsBox .fooUl .photo {
		aspect-ratio: 220 / 124;
	}
	#main .comJsBox .fooUl li {
		margin: 0 0.6rem;
		width: 22rem;
	}
	#main .comJsBox .next, 
	#main .comJsBox .prev {
		border-radius: 0.4rem;
		border: 1px solid #DDD;
		background: #fff;
		width: 3.5rem;
		padding: 0;
		aspect-ratio: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		top: calc(50% - 3.1rem);
	}
	#main .comJsBox .next img, 
	#main .comJsBox .prev img {
		width: 2.4rem;
	}
	#main .comJsBox .prev {
		left: 3.7rem;
	}
	#main .comJsBox .next {
		right: 0.4rem;
	}
	#main .comJsBox .fooUl {
		margin-bottom: 1.3rem;
		margin-left: 1rem;
	}
	#main .comJsBox:has(.icon) .fooUl {
		margin-left: 0;
	}
	#main .comJsBox .dotBox {
		gap: 0 0.5rem;
		margin-left: 0;
	}
	#main .comJsBox .dotBox .icon {
		margin-top: -0.2rem;
	}
	#main .comJsBox {
		margin-inline: -2rem;
		margin-bottom: 4.6rem;
	}
}


/*------------------------------------------------------------
	emergency
------------------------------------------------------------*/
#main .emergency {
	margin-bottom: 6rem;
	padding: 4.6rem 6rem 4.8rem;
	border-radius: 1.6rem;
	background: #FDF6F7;
}
#main .emergency .emergencyTtl {
	margin-bottom: 2.4rem;
	font-size: 2.0rem;
	color: #E20E2B;
	padding: 0.3rem 0 0.2rem 4.5rem;
	background: url(../img/common/icon11.png) no-repeat left top 0.2rem;
	background-size: 3.3rem auto;
}
#main .emergencyList {
	margin-bottom: 2.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#main .emergencyList li {
	width: calc((100% - 1.2rem) / 2);
}
#main .emergencyList a {
	height: 100%;
	padding: 0.5rem 3.5rem 0.5rem 1rem;
	min-height: 6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #DDD;
	background: #fff url(../img/common/icon05.png) no-repeat right 2.3rem center;
	background-size: 2.4rem auto;
}
#main .emergency .comLink {
	text-align: center;
}
@media all and (min-width: 897px) {
	#main .emergencyList a:hover {
		border-color: #F4A000;
	}
}
@media all and (max-width: 896px) {
	#main .emergency {
		margin-bottom: 4.8rem;
		padding: 3.1rem 2.4rem;
		border: none;
		border-radius: 0.8rem;
		background: #FDF6F7;
	}
	#main .emergency .emergencyTtl {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
		padding-top: 0;
		padding-left: 3.3rem;
		background-position: left top;
		background-size: 2.4rem auto;
	}
	#main .emergencyList {
		margin-bottom: 2.4rem;
		flex-direction: column;
		gap: 1.2rem 0;
	}
	#main .emergencyList li {
		width: 100%;
	}
	#main .emergencyList a {
		min-height: inherit;
		background-position: right 1.5rem center;
		padding: 1.15rem 4rem 1.15rem 2rem;
		background-size: 2rem auto;
	}
}


/*------------------------------------------------------------
	servicesList
------------------------------------------------------------*/
#main .servicesList {
	padding: 0 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 5.7rem;
}
#main .servicesList li {
	text-align: center;
	width: calc((100% - (5.7rem * 4 + 0.1rem)) / 5);
}
#main .servicesList .photo {
	margin-bottom: 1.7rem;
	aspect-ratio: 1;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
#main .servicesList .photo img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	object-fit: cover;
}
#main .servicesList li > a {
	display: block;
}
#main .servicesList li .comLinkP {
	display: block;
	line-height: 1.6;
}
@media all and (min-width: 897px) {
	#main .servicesList li > a:hover .comLinkP .subSpanStyle {
		border-color: #101010;
	}
	#main .servicesList a:hover .photo img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main .servicesList {
		padding: 4.8rem 0 0;
		gap: 2.3rem 1.6rem;
	}
	#main .servicesList li {
		width: calc((100% - 1.6rem) / 2);
	}
	#main .servicesList .photo {
		margin-bottom: 1.1rem;
	}
}


/*------------------------------------------------------------
	proceduresList
------------------------------------------------------------*/
#main .proceduresList {
	padding-top: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .proceduresList li {
	width: calc((100% - (2.4rem * 2 + 0.1rem)) / 3);
}
#main .proceduresList .item {
	width: calc((100% - 2.4rem) / 2);
}
#main .proceduresList a {
	display: block;
	height: 100%;
	padding: 3.0rem 3.0rem 3.2rem;
	border-radius: 1.2rem;
	background: #F8F8F8;
	border: 1.5px solid transparent;
}
#main .proceduresList span {
	display: block;
}
#main .proceduresList .proceduresPhoto {
	width: 12rem;
	margin: 0 auto 1.4rem;
}
#main .proceduresList .txt {
	line-height: 1.6;
}
#main .proceduresList .link {
	text-decoration: none;
	transition: 0.3s;
	width: fit-content;
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .proceduresList .link img {
	width: 2.7rem;
	margin-left: 0.8rem;
}
#main .proceduresList .link:last-child {
	margin-bottom: 0;
}
#main .proceduresList .link2 {
	margin-right: 1.3rem;
}
@media all and (min-width: 897px) {
	#main .proceduresList a:hover {
		border-color: #F4A000;
		background: #FCF6EC;
	}
	#main .proceduresList a:hover .link {
		color: #F4A000;
	}
}
@media all and (max-width: 896px) {
	#main .proceduresList {
		padding: 0.3rem 0 0;
		flex-direction: column;
		gap: 1.6rem 0;
	}
	#main .proceduresList li {
		width: 100% !important;
	}
	#main .proceduresList a {
		padding: 2.2rem 1.9rem 2rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-radius: 0.8rem;
		justify-content: space-between;
	}
	#main .proceduresList .proceduresPhoto {
		width: 6rem;
		margin: 0 0 0 2rem;
		order: 1;
	}
	#main .proceduresList .subSpan {
		flex: 1;
	}
	#main .proceduresList .link {
		margin-bottom: 0.6rem;
		font-size: 1.3rem;
	}
	#main .proceduresList .link img {
		width: 2.0rem;
	}
	#main .proceduresList .item .link {
		font-size: 1.5rem;
	}
	#main .proceduresList .item .link img {
		width: 2.3rem;
	}
}



/*------------------------------------------------------------
	comTableStyle
------------------------------------------------------------*/
.comTableStyle th {
	padding: 1.55rem 2.4rem;
	width: 24.2%;
	line-height: 1.6;
	vertical-align: top;
	text-align: left;
	background-color: #FCF6EC;
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
}
.comTableStyle td {
	line-height: 1.6;
	padding: 1.55rem 2.4rem;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	border-bottom: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
}
#main .comTableDl dt {
	width: 6.3rem;
	padding-right: 0.5rem;
}
#main .comTableDl dd {
	width: calc(100% - 6.3rem);
}
.comTableStyle td .underLink {
	text-decoration: underline;
}
.comTableStyle td .comTableDl {
	margin-bottom: 2rem;
}
.comTableStyle td .comTableDl:last-child {
	margin-bottom: 0 !important;
}
@media all and (min-width: 897px) {
	.comTableStyle td .underLink:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	.comTableStyle th {
		padding: 0.75rem 1.2rem;
		float: left;
		width: 100%;
		border: none !important;
	}
	.comTableStyle td {
		padding: 1.28rem 1.2rem 2.4rem;
		float: left;
		width: 100%;
		border: none !important;
	}
	#main .comTableDl {
		display: block;
	}
	#main .comTableDl dt {
		width: auto;
		padding: 0;
	}
	#main .comTableDl dd {
		width: auto;
		margin-bottom: 0.8rem;
	}
	#main .comTableDl dd:last-child {
		margin-bottom: 0;
	}
}


/*------------------------------------------------------------
	common//
------------------------------------------------------------*/

#main .comContactBox {
	padding: 6rem;
	margin-top: 8rem;
	text-align: center;
	border-radius: 1.2rem;
	background: #FAF8ED;
}
#main .comContactBox h4 {
	margin-bottom: 3.2rem;
	color: #F47804;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .comContactBox p {
	margin-bottom: 5rem;
}
#main .comContactBox .linkBox {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	justify-content: center;
}
#main .comContactBox .linkBox > div {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .comContactBox {
		padding: 3.2rem 2.4rem;
		text-align: left;
		margin-top: 6rem;
	}
	#main .comContactBox h4 {
		text-align: center;
		margin-bottom: 1.4rem;
		font-size: 2.5rem;
	}
	#main .comContactBox p {
		margin-bottom: 2.5rem;
	}
	#main .comContactBox .linkBox {
		flex-direction: column;
	}
	#main .comContactBox .linkBox > div {
		max-width: 29.5rem;
		margin: 0 auto;
		width: 100%;
	}
	#main .comContactBox .linkBox .comLink02 a {
		display: flex;
	}
}


/*------------------------------------------------------------
	kurasisupportsListStyle
------------------------------------------------------------*/
#main .kurasisupportsListStyle {
	gap: 3.2rem;
}
#main .kurasisupportsListStyle li {
	width: calc((100% - 3.2rem) / 2);
}
#main .kurasisupportsListStyle a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.3rem;
}
#main .kurasisupportsListStyle .photo {
	margin: 0;
	width: 27.1rem;
	border-radius: 0.5rem;
}
#main .kurasisupportsListStyle .spBox {
	flex: 1;
}
#main .kurasisupportsListStyle p:last-child {
	margin-bottom: 0;
}
#main .kurasisupportsListStyle .ttl {
	font-size: 1.5rem;
	padding-right: 3.2rem;
	background-size: 2.3rem auto;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .kurasisupportsListStyle {
		flex-direction: row;
		gap: 3rem 1.6rem;
	}
	#main .kurasisupportsListStyle li {
		width: calc((100% - 1.6rem) / 2) !important;
	}
	#main .kurasisupportsListStyle a {
		flex-direction: column;
		gap: 0;
	}
	#main .kurasisupportsListStyle .photo {
		width: 100%;
		margin: 0 0 0.8rem;
	}
	#main .kurasisupportsListStyle .spBox{
		width: 100%;
	}
	#main .kurasisupportsListStyle .ttl {
		font-size: 1.3rem;
		padding: 0 2.8rem 0.2rem 0;
		background-size: 2rem auto;
	}
}


/*------------------------------------------------------------
	tableA
------------------------------------------------------------*/
#main .tableA {
	margin-bottom: 7.8rem;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
}
#main .tableA:last-child {
	margin-bottom: 0;
}
#main .tableA th {	
	width: 24%;
	padding: 1.95rem 1.6rem;
	text-align: left;
	vertical-align: middle;
	font-weight: 700;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#main .tableA td {	
	padding: 1.95rem 1.6rem;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#main .tableA td:first-of-type {
	width: 24.3%;	
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .tableA {
		margin-bottom: 5.3rem;
	}
	#main .tableA tr {
		display: flex;
		flex-wrap: wrap;
	}
	#main .tableA tr:first-child th {
		border-top: 1px solid #DDD;
	}
	#main .tableA th {
		width: 100%;
		padding: 1.8rem 0 1rem;
		border: none;
	}
	#main .tableA td {
		flex: 1;
		padding: 0.25rem 1rem 2rem 0;
		border-top: none;
	}
	#main .tableA td:first-of-type {
		flex: inherit;
		width: 67.3%;
	}
}


/*------------------------------------------------------------
	tableB
------------------------------------------------------------*/
#main .tableB {
	width: 100%;
	line-height: 1.6;
	border-collapse: collapse;
}
#main .tableB th {
	padding: 1.1rem 0 2rem 0;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	width: 10.8rem;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #101010;
}
#main .tableB td {
	padding: 1.1rem 0 2rem 1.6rem;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#main .tableB tr:last-child td,
#main .tableB tr:last-child th {
	border-bottom: none;
}
#main .tableB td .txtSpan {
	display: block;
	margin-top: 1.2rem;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .tableB {
		line-height: 1.7;
	}
	#main .tableB th {
		padding-block: 1.1rem 1.8rem;
		width: 22.2%;
	}
	#main .tableB td {
		padding-block: 1.1rem 1.8rem;
	}
}


/*------------------------------------------------------------
	comLinkUlStyle
------------------------------------------------------------*/

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .comLinkUlStyle {
		gap: 1.7rem 1.8rem;
	}
	#main .comLinkUlStyle li {
		padding-right: 2.2rem;
	}
	#main .comLinkUlStyle a {
		padding-right: 2.2rem;
	}
	#main .comLinkUlStyle a::after {
		width: 1.1rem;
		height: 0.8rem;
	}
}


/*------------------------------------------------------------
	common//
------------------------------------------------------------*/
#main .comOfficeBox{
	margin-bottom: 8rem;
}
#main .subOffice {
	padding: 5.8rem 6rem 6.1rem;
	text-align: center;
	min-height: 19.3rem;
	border-radius: 1.6rem;
	background: #FAF8ED;
}
#main .subOffice .officeTtl {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .subOffice .whiteBox {
	margin-top: 4.8rem;
	padding: 3.6rem;
	border-radius: 0.8rem;
	background: #FFF;
	text-align: left;
	display: none;
}
#main .subOffice .whiteBox .ttl2 {
	padding-bottom: 1.7rem;
	margin-bottom: 1.9rem;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #DDD;
}
#main .subOffice .whiteBox .ttl2 .num {
	color: #F47804;
	margin-right: .5rem;
}
#main .subOffice .whiteBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .subOffice .whiteBox .tableBox {
	padding: 2.4rem 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#main .subOffice .whiteBox table th {
	padding: 0 1rem 0.9rem 1.5rem;
}
#main .subOffice .whiteBox table td {
	padding: 0 1rem 0 1.5rem;
}
#main .subOffice .whiteBox table td .txtSpan {
	display: block;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
#main .subOffice .whiteBox table .wid01 {
	width: 31.5%;
}
#main .subOffice .whiteBox table .wid02 {
	width: 18.5%;
}
#main .subOffice .whiteBox table .wid03 {
	width: 31.3%;
}
#main .subOffice .whiteBox table .wid04 {
	width: 18.7%;
}
#main .subOffice .whiteBox .subBox .mapBox {
	width: 40rem;
	aspect-ratio: 400 / 304;
	position: relative;
	border-radius: 0.8rem;
	background: #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 2rem;
}
#main .subOffice .whiteBox .subBox .mapBox p {
	font-size: 4rem;
	color: #000;
	font-weight: 700;
	padding-bottom: 1rem;
}
#main .subOffice .whiteBox .subBox .mapBox iframe {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
#main .subOffice .whiteBox .subBox .lBox {
	flex: 1;
	padding: 1.6rem 0;
}
#main .subOffice .whiteBox .subBox dl {
	display: flex;
	justify-content: space-between;
}
#main .subOffice .whiteBox .subBox dt {
	padding: 0.9rem 0 0.9rem 1.5rem;
	flex-shrink: 0;
	margin-right: 2.4rem;
	font-weight: 700;
}
#main .subOffice .whiteBox .subBox dd {
	padding: 0.9rem 0 0.9rem 0;
	flex: 1;
}
#main .subOffice .redTxt {
	margin-top: 4.8rem;
	text-align: center;
	font-size: 1.8rem;
	color: #E20E2B;
	display: none;
}
#main .subOffice .ttl {
	font-size: 1.8rem;
	color: #101010;
	margin-bottom: 1.6rem;
}
#main .subOffice .searchDl {
	display: flex;
	overflow: hidden;
	border-radius: 0.4rem;
	border: 1px solid #DDD;
	height: 4.8rem;
	max-width: 52.6rem;
	margin: 0 auto 2.3rem;
	border: none;
}
#main .subOffice .searchDl dt {
	width: calc(100% - 15.3rem - 1.2rem);
}
#main .subOffice .searchDl dd {
	margin-left: 1.2rem;
	width: 15.3rem;
}
#main .subOffice .searchDl input[type="submit"],
#main .subOffice .searchDl input[type="text"] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	height: 100%;
	color: #101010;
	border: none;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	font-size: 1.5rem;
	padding-left: 2.3rem;
	border-radius: 0.4rem;
	border: 1px solid #DDD;
}
#main .subOffice .searchDl input[type="submit"] {
	cursor: pointer;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 3.5rem;
	border-radius: 0.4rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background: #F4A000 url(../img/common/serach.png) no-repeat left 3.2rem top calc(50% + 0.1rem);
	background-size: 2.3rem auto;
}
#main .subOffice .searchDl input[type="text"] {
	padding-inline: 2.3rem;
}
#main .subOffice .smallTxt {
	font-size: 1.2rem;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #999999;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity:1;
}
input::-moz-placeholder {
	color: #999999;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999999;
	opacity:1;
}
@media all and (min-width: 897px) {
	#main .subOffice .searchDl input[type="submit"]:hover {
		opacity: 0.7;
	}
	
}

@media all and (max-width: 896px) {
	
	#main .comOfficeBox {
		margin-bottom: 6rem;
	}
	#main .subOffice {
		margin-bottom: 4.7rem;
		padding: 4.6rem 2.4rem 5.0rem;
		border-radius: 1.2rem;
		background: #FAF8ED;
	}
	#main .subOffice .searchDl dt {
		width: calc(100% - 10.6rem - 1.2rem);
	}
	#main .subOffice .searchDl dd {
		width: 10.6rem;
	}
	#main .subOffice .officeTtl {
		font-size: 1.6rem;
	}
	#main .subOffice .searchDl {
		height: 4.5rem;
	}
	#main .subOffice .searchDl input[type="submit"] {
		font-size: 1.3rem;
		width: 10.5rem;
		background-position: left 1.5rem center;
	}
	#main .subOffice .searchDl input[type="text"] {
		font-size: 1.3rem;
	}
	#main .subOffice .smallTxt {
		margin-bottom: 0;
		font-size: 1rem;
	}
	#main .subOffice .whiteBox {
		padding: 2.2rem 2.4rem;
		margin: 2.6rem 0rem 0;
		border-radius: 0.8rem;
	}
	#main .subOffice .whiteBox .ttl2 {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	#main .subOffice .whiteBox table th {
		padding-bottom: 0.83rem;
		width: 100% !important;
		float: left;
		display: block;
	}
	#main .subOffice .whiteBox table td {
		padding-block: 0.18rem 0;
		width: 100% !important;
		float: left;
		display: block;
	}
	#main .subOffice .whiteBox .tableBox {
		padding: 1.1rem 0;
	}
	#main .subOffice .redTxt {
		font-size: 1.4rem;
		margin: 2.4rem -1.5rem 0;
	}
	#main .subOffice .whiteBox .subBox {
		display: block;
	}
	#main .subOffice .whiteBox .subBox .lBox {
		padding: 0;
	}
	#main .subOffice .whiteBox .subBox .mapBox {
		width: auto;
		margin: 2rem 0 0;
	}
	#main .subOffice .whiteBox .subBox dt {
		padding-block: 0.4rem;
	}
	#main .subOffice .whiteBox .subBox dd {
		padding-block: 0.4rem;
	}
	#main .subOffice .whiteBox .subBox .mapBox p {
		font-size: 2.5rem;
	}
}


/*------------------------------------------------------------
	tableC
------------------------------------------------------------*/
#main .tableC {
	width: 100%;
	border-collapse: collapse;
}
#main .tableC thead th {
	font-weight: 700;
	padding: 1.2rem 0.5rem 1.2rem 0;
	text-align: left;
	vertical-align: middle;
	background-color: #F8F8F8;
}
#main .tableC .wid01 {
	width: 13.6%;
}
#main .tableC thead th:first-child {
	padding-left: 3.3rem;
}
#main .tableC .wid02 {
	width: 24%;
}
#main .tableC .wid03 {
	width: 12%;
}
#main .tableC .wid04 {
	width: 39.4%;
}
#main .tableC .wid05 {
	width: 11.0%;
}
#main .tableC tbody th {
	text-align: left;
	vertical-align: top;
	padding: 2.4rem 1rem 2.4rem 0;
	border-bottom: 1px solid #DDD;
}
#main .tableC tbody th:first-child {
	text-align: center;
}
#main .tableC tbody td {
	padding: 2.3rem 1rem 2.4rem 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}
#main .tableC tbody p {
	padding-right: 8.2rem;
	display: flex;
	justify-content: space-between;
}
#main .tableC tbody .mapLink {
	flex-shrink: 0;
	margin-left: 3rem;
	margin-bottom: -1px;
	padding-left: 2.8rem;
	font-weight: 500;
	background: url(../img/common/map_icon.png) no-repeat left center;
	background-size: 2.3rem auto;
	border-bottom: 1px solid transparent;
}
#main .tableC tbody .lSpan {
	flex: 1;
}
#main .tableC.style thead th:first-child {
	padding-left: 1.5rem;
}
#main .tableC.style tbody td:first-child {
	padding-left: 1.5rem;
}
#main .tableC.style .wid06 {
	width: 13.5%;
}
#main .tableC.style .wid07 {
	width: 75.5%;
}
#main .tableC.style .wid08 {
	width: 89%;
}
@media all and (min-width: 897px) {
	#main .tableC tbody .mapLink:hover {
		border-bottom: 1px solid currentColor;
	}
	#main .tableD .wid02 {
		width: 25.5%;
	}
	#main .tableD .wid03 {
		width: 12%;
	}
	#main .tableD .wid04 {
		width: 51.5%;
	}
	#main .tableD .wid05 {
		width: 11%;
	}
	#main .tableD thead th:nth-child(2) {
		padding-left: 1.6rem;
	}
	#main .tableD tbody th:nth-child(2) {
		text-align: left;
		padding-left: 1.6rem;
	} 
	#main .tableD thead th:first-child {
		display: none;
	}
	#main .tableD tbody th:first-child {
		display: none;
	}
}

@media all and (max-width: 896px) {
	#main .tableC thead {
		display: none;
	}
	#main .tableC tbody th:first-child {
		display: none;
	}
	#main .tableC tbody th {
		float: left;
		width: 100%;
		padding: 0.8rem 1.2rem;
		background: #FCF6EC;
		border: none;
	}
	#main .tableC tbody td {
		padding: 0.45rem 1.2rem;
		border: none;
		float: left;
		width: 100%;
	}
	#main .tableC tbody td input {
		width: 12px;
	}
	#main .tableC tbody td:first-of-type {
		padding-top: 1.2rem;
	}
	#main .tableC tbody td:last-of-type {
		padding-bottom: 2.5rem;
	}
	#main .tableC tbody p {
		padding: 0;
	}
	#main .tableC tbody .mapLink {
		display: none;
	}
}


/*------------------------------------------------------------
	comLink03
------------------------------------------------------------*/
#main .comLink03 {
	margin-bottom: 2.4rem;
}
#main .comLink03 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.5rem 1rem;
	min-height: 7rem;
	border-radius: 1.2rem;
	background: #F7E898;
	font-size: 2rem;
	font-weight: 700;
}
#main .comLink03 a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	comFaqList
------------------------------------------------------------*/
#main .comFaqList {
	border-top: 1px solid #DDD;
}
#main .comFaqList > li {
	padding: 3.2rem 7rem 3.2rem 0;
	border-bottom: 1px solid #DDD;
}
#main .comFaqList dt {
	cursor: pointer;
	padding-left: 5.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
#main .comFaqList dt:before,
#main .comFaqList dt:after {
	position: absolute;
	right: -4.8rem;
	top: 50%;
	width: 1.8rem;
	height: 3px;
	border-radius: 100vmax;
	background-color: #F4A000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
}
#main .comFaqList dt:after {
	transform: rotate(90deg);
}
#main .comFaqList dt.on:after {
	transform: rotate(180deg);
	opacity: 0;
}
#main .comFaqList dt span {
	display: block;
	position: relative;
}
#main .comFaqList dt span::before {
	color: var(--Orange-03, #F4A000);
	font-size: var(--Font-Heading4, 20px);
	font-weight: 700;
	position: absolute;  
	top: 0;
	left: -3.8rem;  
	content: "Q."; 
}
#main .comFaqList dd {
	display: none;
	padding: 2.35rem 0 0 5.2rem;
	position: relative;
	line-height: 1.6;
}
#main .comFaqList dd .txtSpan {
	display: block;
	margin-top: 2.5rem;
}
#main .comFaqList dd .underLink {
	text-decoration: underline;
}
#main .comFaqList dd::before {
	color: var(--Orange-03, #F4A000);
	font-size: var(--Font-Heading4, 20px);
	font-weight: 700;
	position: absolute;  
	top: 2.3rem;
	left: 1.6rem;  
	content: "A."; 
}
#main .comFaqList dd .linkUl {
	margin: 2.4rem 0 0 -3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .comFaqList dd .linkUl li div {
	margin-bottom: 0;
}
#main .comFaqList dd .txtSpan2 {
	display: flex;
}
#main .comFaqList dd .txtSpan2 .subSpan {
	flex-shrink: 0;
}
@media all and (min-width: 897px) {
	#main .comFaqList dd .underLink:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#main .comFaqList > li {
		padding: 2rem 5.4rem 2.1rem 0;
	}
	#main .comFaqList dt {
		line-height: 1.5;
		font-size: 1.6rem;
		padding-left: 3.4rem;
	}
	#main .comFaqList dt span::before {
		font-size: 1.6rem;
		left: -3.4rem;
		top: 50%;
		transform: translateY(-50%);
	}
	#main .comFaqList dd{
		padding: 2.85rem 0 0 3.2rem;
	}
	#main .comFaqList dd::before {
		font-size: 1.6rem;
		top: 2.7rem;
		left: 0;
	}
	#main .comFaqList dd .linkUl {
		gap: 1.5rem 0;
		flex-direction: column;
		margin-right: -5rem;
	}
	#main .comFaqList dd .linkUl li {
		width: 100%;
	}
	#main .comFaqList dd .linkUl .comLink02 a {
		min-height: 4.4rem;
	}
}


/*------------------------------------------------------------
	astomosdenkiLinkUl
------------------------------------------------------------*/

#main .astomosdenkiLinkUl {
	margin-bottom: 12rem;
	display: flex;
	flex-wrap: wrap;
}
#main .astomosdenkiLinkUl li {
	width: 50%;
	padding: 0 1.2rem;
	border-right: 1px solid #DDDDDD;
}
#main .astomosdenkiLinkUl li:last-child {
	border-right: none;
}
#main .astomosdenkiLinkUl a {
	padding: 1rem 2rem 4rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.8rem;
	background: url(../img/common/icon01.png) no-repeat center bottom 1rem;
	background-size: 2.5rem auto;
}
#main .astomosdenkiLinkUl .imgSpan {
	display: block;
	width: 9rem;
	margin: 0 auto 0;
}
@media all and (min-width: 897px) {
	#main .astomosdenkiLinkUl a:hover {
		background-color: #FCF6EC;
	}
}

@media all and (max-width: 896px) {
	#main .astomosdenkiLinkUl a {
		font-size: 1.5rem;
	}
	#main .astomosdenkiLinkUl .imgSpan {
		width: 7.3rem;
	}
	#main .astomosdenkiLinkUl {
		margin: 0 -1rem 6.3rem;
	}
}


/*------------------------------------------------------------
	comAppliances
------------------------------------------------------------*/
#main .comAppliances {
	margin-bottom: 8rem;
	align-items: flex-start;
}
#main .comAppliances:last-child {
	margin-bottom: 0;
}
#main .comAppliances .rBox {
	padding: 2rem;
	margin: -2rem 0 0 4.0rem;
	border-radius: 67.8571rem;
	aspect-ratio: 1;
	width: 19rem;
	order: 2;
	box-sizing: border-box;
	background: #F7E898;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#main .comAppliances .rBox p {
	font-size: 2.7rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
#main .comAppliances .rBox p .num {
	font-size: 4.3429rem;
	vertical-align: -0.2rem;
	margin: -0.2rem 0.4rem 0 0;
	display: inline-block;
}
#main .comAppliances .rBox p small {
	margin-top: 0.2rem;
	font-size: 1.6286rem;
	display: block;
	font-weight: 400;
}
#main .comAppliances .lBox {
	flex: 1;
}
#main .comAppliances .lBox p {
	margin-bottom: 4.8rem;
}
#main .comAppliances .lBox p:last-child {
	margin-bottom: 0 !important; 
}
#main .comAppliances .lBox .ttl {
	margin-bottom: 3.1rem;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .comAppliances {
		margin-bottom: 5.5rem;
	}
	#main .comAppliances .spBox {
		margin-bottom: 2.5rem;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .comAppliances .rBox {
		padding: 0.5rem;
		width: 9.6rem;
		margin-top: 0;
	}
	#main .comAppliances .lBox .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .comAppliances .rBox p {
		font-size: 1.3714rem;
	}
	#main .comAppliances .rBox p .num {
		font-size: 2.1943rem;
		vertical-align: -0.1rem;
		margin-right: 0;
	}
	#main .comAppliances .rBox p small {
		font-size: 0.8229rem;
	}
	#main .comAppliances .lBox p {
		margin-bottom: 2.5rem;
	}
}


/*------------------------------------------------------------
	tableBStyle
------------------------------------------------------------*/
#main .tableBStyle tr:first-child td {
	padding: 1.1rem 2rem;
	text-align: center;
	font-weight: 700;
	border: none;
}
#main .tableBStyle .wid01 {
	width: 45.5%;
}
#main .tableBStyle tr:first-child th {
	border: none;
	padding: 0.5rem 0;
}
#main .tableBStyle td:last-child {
	border-left: 1px solid #DDD !important;
}
#main .tableBStyle td:first-of-type {
	padding-right: 2rem;
}
#main .tableBStyle th {
	vertical-align: middle;
}
#main .tableBStyle td {
	vertical-align: middle;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .historyTableBox {
		overflow-x: scroll;
	}
	#main .historyTableBox table {
		width: 100%;
		min-width: 59rem;
	}
	#main .tableBStyle th {
		width: 7.5rem;
	}
	#main .tableBStyle th,
	#main .tableBStyle td {
		padding-block: 1rem;
	}
	#main .tableBStyle tr:first-child td{
		padding-block: 1.1rem;
	}
	#main .tableBStyle tr:first-child th{
		padding-block: 1.1rem;
	}
	#main .tableBStyle .wid01 {
		width: 42.5%;
	}
	#main .tableBStyle th {
		vertical-align: top;
	}
	#main .tableBStyle td {
		vertical-align: top;
	}
}


/*------------------------------------------------------------
	common//
------------------------------------------------------------*/

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
}

/* 1. トリガーとなるリンクのスタイル */
.modal-trigger {
	cursor: pointer;
}

/* 2. モーダル全体の背景（オーバーレイ） */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* アニメーション用：初期状態は隠す */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

/* クラスが付与されたら表示 */
.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

/* 3. モーダルのウィンドウ部分 */
.modal-window {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	/* レスポンシブ対応 */
	width: 90%;
	max-width: 500px;
	/* アニメーション用：少し下にずらしておく */
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

/* アクティブ時に元の位置へふわっと移動 */
.modal-overlay.is-active .modal-window {
	transform: translateY(0);
}

/* テキストエリア */
.modal-text {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 24px;
}

/* ボタンエリア */
.modal-actions {
	display: flex;
	justify-content: center; /* 中央寄せ */
	gap: 15px; /* ボタン間の隙間 */
}

/* 共通ボタンスタイル */
.dlgbtn {
	padding: 10px 30px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	transition: background 0.2s;
}
a.dlgbtn {
	color: #fff !important;
}

/* 戻るボタン */
.dlgbtn-cancel {
	background-color: #e0e0e0;
	color: #333;
}
.dlgbtn-cancel:hover {
	background-color: #d0d0d0;
}

/* OKボタン */
.dlgbtn-ok,
.dlgbtn-ok:visited {
	background-color: #007bff;
	color: #fff;
	display: inline-block;
}
.dlgbtn-ok:hover {
	background-color: #0056b3;
}