@charset "utf-8";

.under .mv {
	background:url(../../img/service-brillian/pc/mv.jpg) no-repeat center;
	background-size: cover;
}
	.under .mv .ttl li {
		width: 100%;
		max-width: 196px;
	    margin-bottom: 15px;
	    animation-duration: 1s;
	}

#support {
	padding-top: 80px;
	padding-bottom: 100px;
}
	#support .topTips {
		margin-bottom: 80px;
	}
		#support .topTips p {
			text-align: center;
			padding-top: 20px;
		}

#serviceDetail {
	padding-top: 90px;
	padding-bottom: 100px;
}
	#serviceDetail .contTtl {
	    margin-bottom: 90px;
	}

.shops {
	padding-top: 95px;
	padding-bottom: 80px;
}
	.shops .secTtl {
		margin-bottom: 50px;
	}

	.shops .shopLists {
		background:url(../../img/service-brillian/pc/bg-list.jpg) no-repeat center;
		background-size: cover;
	}
		.shopLists .hoverBg {
			width: 50%;
			left: inherit;
			right: 0;
		}
		.shopLists .hoverBg:nth-child(2) {
			left: 0;
			right: inherit;
		}
		.shops .shopLists li {
			width: 50%;
			height: 510px;
		}
		.shops .shopLists li:nth-child(2){
			border-left: 1px solid #cccccc;
		}
			.shops .shopLists li a .office {
				max-width: 250px;
			}

/* モーダル custom */
#service-brillian .remodal-overlay {
    background: rgba(38,56,102,.9);
    background: -moz-linear-gradient(left, rgba(38,56,102,.9) 0%, rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(left, rgba(38,56,102,.9) 0%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to right, rgba(38,56,102,.9) 0%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263866', endColorstr='#000000',GradientType=1 );
}
#service-brillian .remodal-wrapper {
    padding: 0;
    overflow-x: hidden;
}
#service-brillian .remodal {
    padding: 0;
    max-width: none;
    margin: auto;
    background: transparent;
}
    #service-brillian .remodal iframe {
        width: 100vw;
        height: 100vh;
    }
    #service-brillian .remodal iframe.loading {
        background: url(../../img/common/pc/loading.svg) center 40% no-repeat;
    }

#service-brillian .remodal-close {
    top: 2%;
    right: 2%;
    width: 60px;
    height: 60px;
}
#service-brillian .remodal-close:before {
    font-size: 40px;
    line-height: 60px;
    width: 60px;
}


.businessMap {
	padding-bottom: 80px;
}
	.businessMap ul {
		display: table;
		width: auto;
	}
		.businessMap ul li {
			float: left;
		}
			.businessMap ul li a {
			    font-size: 14px;
			    font-family: 'Amiri', serif;
			    letter-spacing: 1px;
			}
			.businessMap ul li + li:before {
				content: "/";
				margin-left: 25px;
				margin-right: 25px;
				display: inline-block;
			}

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

	.under .mv .ttl li {
	    max-width: 100px;
	    margin-bottom: 0px;
	}

	#support {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	#support .topTips {
	    margin-bottom: 40px;
	}
			#support .topTips p {
			    text-align: left;
			}

	#serviceDetail {
		padding-top: 40px;
		padding-bottom: 60px;
	}
		#serviceDetail .contTtl {
		    margin-bottom: 30px;
		}

	.shops {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
		.shops .secTtl {
		    margin-bottom: 40px;
		}
		.shops .shopLists li {
		    width: 50%;
		    height: 180px;
		}
			.shops .shopLists li a .office img {
				max-width: 100px;
				display: block;
				margin-right: auto;
				margin-left: auto;
			}

	#service-brillian .remodal-close {
        position: absolute;
        top: 3vw;
        right: 3vw;
        width: 12vw;
        height: 12vw;
        margin: 0 auto;
    }
    #service-brillian .remodal-close:before {
        font-size: 12vw;
        line-height: 12vw;
        width: 12vw;
    }

	.businessMap {
	    padding-bottom: 60px;
	}
	   .businessMap ul {
		    display: block;
		    width: 87.5%;
		}
			.businessMap ul li {
				width: 100%;
				text-align: center;
				box-sizing: border-box;
				border-top: 1px solid #516475;
				border-left: 1px solid #516475;
				border-right: 1px solid #516475;
			}
			.businessMap ul li:last-child {
				border-bottom: 1px solid #516475;
			}
			.businessMap ul li + li:before {
				display: none;
			}
				.businessMap ul li a {
				    font-size: 13px;
				    letter-spacing: 0;
				    display: block;
				    padding-top: 5px;
				    padding-bottom: 5px;
				}

}