.c-ttl {
	border-bottom: 1px solid #D8D8D8;
    padding-bottom: 18px;
  	position: relative;
  	margin-bottom: 20px;
}

.c-ttl:before {
	position: absolute;
    content: '';
    width: 30%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #9A82D0;
}

.pageTitle__02 {
	min-height: 59px;
  	position: relative;
}

.th {
	padding: 15px 0  15px 25px;
	position: relative;
  	font-size: 18px;
}

.td {
  	padding: 0 0 15px;
  	text-align: right;
  	font-size: 14px;
}

.th.-border-bottom,
.td.-border-bottom {
	border-bottom: 1px solid #D8D8D8;
}

.th:before {
	position: absolute;
    content: "";
  	width: 7px;
    height: 7px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/menu-dot.svg);
}

.th.pop:before {
	position: absolute;
    content: "";
  	width: 13px;
    height: 13px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-image: url(../images/menu-red-dot.svg);
}

.p-menu__contents {
	margin-top: 100px;
}

.menu__bioBox {
  	width: 100%;
  	margin: 10px 0 10px auto;
	background: #F3EFF8;
  	padding: 20px 25px;
  	font-size: 14px;
}

.menuTitle__wrapper {
	margin-top: 130px;
}

.menuTitle {
  	position: relative;
	background: #292929;
    color: #fff;
    padding: 12px 40px;
    font-size: 22px;
  	font-weight: normal;
  	margin-bottom: 20px;
}

.menuTitle:before {
	position: absolute;
	content: "";
    width: 7px;
	height: 30px;
  	background: #fff;
  	top: 50%;
  	transform: translateY(-50%);
  	left: 20px;
}

.p-menu__row {
	display: flex;
    gap: 20px;
  	flex-direction: column;
}
@media screen and (min-width: 768px) {
  	.p-menu__row {
        flex-direction: row;
    }
}
  
.p-menu__row.-rice {
	align-items: baseline;
}

.p-menu__row.-mt-50 {
	margin-top: 50px;
}

.p-menu__row.-mt-33,
.pageTitle__02.-mt-33 {
	margin-top: 33px;
}

.p-menu__box {
	width: 100%;
  	border-bottom: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  	.p-menu__box {
        width: calc( calc(100% - 20px) / 2 );
    }
}

.p-menu__box.-border-none {
	border-bottom: none;
}

.p-menu__box.-line-top {
	border-top: 1px solid #D8D8D8;
}

.p-menu__contents .row.-first {
  	border-top: 1px solid #D8D8D8;
}

.p-menu__contents .row.-sepa-first {
	margin-top: 50px;
  	border-top: 1px solid #D8D8D8;
}

.p-menu__contents .row.-last,
.p-menu__contents .row-imo.-last{
  	border-bottom: 1px solid #D8D8D8;
}

.p-menu__contents .caption {
	width: 95%;
  	margin: 40px 0 0 auto;
}

.p-menu__largeBox {
	border-bottom: 1px solid #D8D8D8;
  	margin-bottom: 33px;
}

.menu-caption {
	font-size: 14px;
  	line-height: 2.5;
}

.anker-caption {
	text-align: right;
  	margin-top: 10px;
   font-size: 14px;
}

@media screen and (min-width: 768px) {
  	.anker__box {
        align-items: flex-start;
    }
  
  	.td {
        padding: 15px 0;
    }
  
  	.p-menu__row {
        gap: 65px;
    }
  
    .p-menu__box {
      width: calc( calc(100% - 65px) / 2 );
  	}
}