#main {
	margin-bottom: 100px;
}
.maindesign .lead-text {
	text-align: justify;
	text-justify: inter-ideograph; 
	text-justify: inter-character;
}

.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}

@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}

.maindesign .title--outer {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
	top: 0px;
    left: 10px;
}
@media screen and (min-width:768px) {
.maindesign .title--inner {
	top: 22px;
    left: 20px;
}
}

.maindesign .title--speech-bubble {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	color: #a56935;
	font-size: 1.75em;
	font-weight: bold;
	background: #FFF;
	border: solid 3px #784c25;
	box-sizing: border-box;
	border-radius: 10px;
}
.maindesign .title--speech-bubble::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 20%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.maindesign .title--speech-bubble::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 20%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #784c25;
	z-index: 1;
}
.maindesign .title--text {
	margin-top: 15px;
	font-size: 3.0em;
	font-weight: bold;
	color: #fff;
	text-shadow: 
	2px 2px 0 #a56935, -2px -2px 0 #a56935,
  -2px 2px 0 #a56935,  2px -2px 0 #a56935,
  2px 0 0 #a56935, -2px  0 0 #a56935,
  0 2px 0 #a56935,  0 -2px 0 #a56935;
font-feature-settings: "palt" 1;
}

@media screen and (max-width:767px) {
	.maindesign .title--speech-bubble {
		font-size: 5.0vw;
		padding: 7.5px;
	}
	.maindesign .title--text {
		font-size: 7.5vw;
		line-height: 1.2;
		margin-top: 15px;
	}
}