


.c-title__sectionEn {
	color: #636363;
	font-weight: bold;
}

.c-title__section {
	display: inline-block;
	position: relative;
	width: 100%;
}

.c-title__section span {
	background-color: #F9F9F9;
	color: #636363;
	font-size: 1.125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	z-index: 1;
}

.c-title__section:before {
	background-color: #F3BABA;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	width: 100%;
}

.c-title__section--travel span {
	background-color: #fff;
	color: #636363;
}

.c-title__section--care span,
.c-title__section-beauty span {
	background-color: #F9F9F9;
	color: #636363;
}

.c-title__section--care:before {
	background-color: #B0D382;
}

.c-title__section--beauty:before {
	background-color: #E0A8FB;
}

.c-title__section--privacy:before {
	background-color: red;
}

.c-title__section--policy:before {
	background-color: blue;
}

.c-title__section--contact:before {
	background-color: green;
}


.p-connection__title .c-title__section--connection.c-title__section span {
	background-color: #fff;
}
.p-connection__title .c-title__section span {
	background-color: #F9F9F9;
}
.c-title__section--profile {
	background-color: #fff;
	color: #636363;
	font-size: 1.25rem;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
}
.c-title__article{
	text-align: center;
}
@media screen and (min-width: 768px) {
    .c-title__section {
        width: 80%;
    }
    .c-title__section span {
        font-size: 1.5rem;
    }
    .c-title__section--profile {
        font-size: 1.5rem;
    }
	.c-title__article.c-title__section{
		width:100%;
		text-align: center;
	}

}