@charset "utf-8";
/*===========================
add
===========================*/

.table3.txtBld th{
    font-weight: 600;
}
.table3.txtBld td{
    font-weight: 600;
}



/*===========================
box01
===========================*/
.box01 .in01{
	position: relative;
	margin-bottom: 70px;
}

.box01 .in01:last-child{
	margin-bottom: 0;
}

.box01 .in01::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  /*border-width: 0 0 48px 48px;*/
  border-color: transparent transparent transparent #333;
  position: absolute;
	right: 0;
  left: 0;
  bottom: -50px;
  margin: auto;
	
	height: calc(40px / 2);
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #746d5c;
}

.box01 .de01{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid var(--basic-color);
}

.box01 .in01:last-child::before {
	content: none !important;
}


.box01 .catch2{
	margin-bottom: 5px !important;
}


/*===========================
box02
===========================*/
@media screen and (min-width: 601px) {
	.box02 .in01{
		display: flex;
		padding-bottom: 20px;
		margin: 0 auto 20px;
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.box02 .in01{
		width: 100%;
		padding-bottom: 15px;
		margin: 0 auto 15px;
	}
}

.box02 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box02 .st{
	background-color: #7a423c;
	margin-right: 3%;
	width: 25%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	box-shadow: 5px 5px 0 0px #f8e5de;
}
@media screen and (max-width: 600px) {
	.box02 .st{
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		box-shadow: 3px 3px 0 0px #f8e5de;
	}
}

@media screen and (min-width: 601px) {
	.box02 .st .st-box{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.box02 .st .st-box p{
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3;
	padding: 0 !important;
}
@media screen and (max-width: 768px) {
	.box02 .st .st-box p{
		font-size: 1.2em;
	}
}


.box02 .de01{
	width: 72%;
	padding: 40px 30px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-size: 1em;
	line-height: 150%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 0 0px #f8f1de;
}
@media screen and (max-width: 600px) {
	.box02 .de01{
		font-size: 1em;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 0 0px #f8f1de;
	}
}


.box02 .contactBtnWrap{
	text-align: left;
}

.box02 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}


