
.serviceTabWeap {
	margin-top:50px;
}
#anc_2 {
	background:url(../img/serviceTab_bg.png) no-repeat top center ;
	background-size:130% auto;
}
.tab_box .btn_area {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.tab_box .tab_btn {
    width: 11em;
    padding: 14px 0;
    font-family: "Noto Serif JP", serif;
    font-size:18px;
    font-weight:500;
    color: #333;
    background: #f7f7f7;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border-radius: 12px 12px 0 0;
}

.tab_box .tab_btn:hover {
    background-color: #f2eada;
}

.tab_box .tab_btn.active {
    margin-bottom:-1px;
    background: none;
    border-left:1px solid #757575;
    border-top:1px solid #757575;
    border-right:1px solid #757575;
    border-bottom:1px solid #fff;
}

.tab_box .panel_area {
    border-top: solid 1px #757575;
    padding: 55px 70px 30px;
}

.tab_box .tab_panel {
    display: none;
}

.tab_box .tab_panel.active {
    display: block;
}
.tabFlex {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tabFlex .left {
	max-width:287px;
}
.tabFlex .right {
	max-width:630px;
}
.tabFlex .left .cap {
	margin-top:7px;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	font-weight: 500;
}
.tabFlex .right .tit {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 600;
	color:#8B6827;
}
.tabFlex .right .txt {
	margin-top:20px;
	font-size:18px;
	line-height:2;
}
@media screen and (max-width:768px) {
	.tab_box .btn_area {
	    gap: 8px;
	}
	.tab_box .tab_btn {
	    width: 25%;
	    padding: 10px 0;
	    font-size:3vw;
	}
	.tab_box .panel_area {
	    padding: 25px 5% 10px;
	}
	.tabFlex .left .cap {
		font-size:3.5vw;
	}
	.tabFlex .right .tit {
		margin-top:20px;
		font-size:5vw;
	}
	.tabFlex .right .txt {
		font-size:4vw;
		line-height:1.6;
	}
}

.tabFlex_3col {
	display:flex;
	flex-wrap: wrap;
	margin-top:40px;
}
.tabFlex_3col .col {
	margin:0 5% 30px 0;
	width:30%;
}
.tabFlex_3col .col:nth-child(3n) {
	margin-right:0;
}
.tabFlex_3col .col .cap {
	margin-top:7px;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	text-align:center;
}
@media screen and (max-width:768px) {
	.tabFlex_3col .col {
		margin:0 0% 30px 0;
		width:100%;
	}
	.tabFlex_3col .col .cap {
		font-size:4.0vw;
	}
}
