/* 以下あとで追記 */

:root {
	--blue: #0088d6;
	--light_blue: #E4F5FF;
	--dark_blue: #005fd2;
	--pink: #EA396A;
	--light_gray: #f6f6f6;
	--green: #45b152;
	--svg-white: invert(97%) sepia(4%) saturate(317%) hue-rotate(224deg) brightness(120%) contrast(100%);
	--svg-blue: invert(32%) sepia(80%) saturate(1890%) hue-rotate(180deg) brightness(95%) contrast(102%);
	--box-shadow01 : 0 0 15px -5px #777;
	--box-shadow02 : 0 0 15px -5px #0088d6;
	--hokkaido_tohoku: #0087D6;
	--shinetsu_hokuriku: #F56287;
	--kanto: #EAA90C;
	--tokai: #61B848;
	--kansai: #5565A4;
	--chugoku: #F38530;
	--shikoku: #49B1DB;
	--kyushu_okinawa: #A15CB0;
}

.blue { color: var(--blue); }
.pink { color: var(--pink); }

.bg_blue { background: var(--dark_blue); }
.bg_blue02 { background: var(--blue); }
.bg_pink { background: var(--pink); }

.re202410 .telOuter { margin-top: 1.4em; }
.re202410 .telOuter img { width: auto; }

/* sp */
@media screen and (max-width: 768px) {
	.re202410 .telOuter img { width: 100%; }
}


/* 元の記述は戻す */
#informationOuter .containerFliudBand:nth-child(1) {
	width: 1040px;
    height: 100px;
    background: #45b152;
    text-align: center;
}

#informationOuter .ttl01 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}


/* 市区ページだけに効かせる */
.branchShiku #informationOuter .containerFliudBand:nth-child(1) {
    width: 1040px;
    height: 250px;
    background: #45b152;
    text-align: center;
}

.branchShiku #informationOuter .ttl01 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}

#informationOuter .ttl01 {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #informationOuter .containerFliudBand:nth-child(1) {
	width: auto;
    height: 100px;
}

.branchShiku #informationOuter .containerFliudBand:nth-child(1) {
    width: auto;
    height: 180px;
}

.branchShiku #informationOuter .containerFliudBand.flex img {
        width: 53.5px;
        height: 56.5px;
        margin-top: -14px;
        right: 10%;
    }
    
    #informationOuter .ttl01 {
    font-size: 5.866vw !important; 
}
}


/* 流れをご紹介*/

#ShopShikuOuter .case {
    margin-top: 6em;
}
#ShopShikuOuter .case .ttl03 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
    color: #333;
}
#ShopShikuOuter .case .ttl03::before {
	content: "＼";
	margin: 0 .5rem 0 0;
}
#ShopShikuOuter .case .ttl03::after {
	content: "／";
	margin: 0 0 0 .5rem;
}

#ShopShikuOuter .case .result .block {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 1rem 2rem 1rem 4rem;
	box-shadow: var(--box-shadow01);
	box-sizing: border-box;
	position: relative;
}
#ShopShikuOuter .case .result .block::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	font-size: 1.5rem;
	color: var(--dark_blue);
	position: absolute;
	top: 50%;
	left: 1.5rem;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ShopShikuOuter .case .result .block:hover {
    cursor: pointer;
    border-color: var(--dark_blue);
}

#ShopShikuOuter .case .result .block + .block { margin-top: 1.5em; }
#ShopShikuOuter .case .result .block .ttl {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#ShopShikuOuter .case .result .block .description {
	font-size: .75rem;
	color: #333;
}
#ShopShikuOuter .case .result .block .description span { font-weight: bold; }

#ShopShikuOuter .case a {
    text-decoration: none;
    color: #333;
}

/* sp */
@media screen and (max-width: 768px) {
	#ShopShikuOuter .case .result{ margin-top: 3.125rem; }
	#ShopShikuOuter .case .ttl03 {
		font-size: 1.1875rem;
		text-align: center;
		align-items: flex-end;
	}
	#ShopShikuOuter .case .result .block { padding: 1rem 1rem 1rem 2.5rem; }
	#ShopShikuOuter .case .result .block::before { left: .5rem; }
	#ShopShikuOuter .case .result .block + .block { margin-top: 1rem; }
}


#ShopShikuOuter .result.brResult .ttl {
    font-size: 16px;
}

#ShopShikuOuter .result .description {
    font-size: 12px;
}

