.p-index__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #4350A6;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .p-index__ttl {
        font-size: 6vw;
    }
}

.p-index__ttl img {
    width: 36px;
    height: auto;
    margin-right: 0.2em;
}

@media screen and (max-width: 800px) {
    .p-index__ttl img {
        width: 1.2em;
    }
}

.p-index__txt {
    font-size: 1.6rem;
    line-height: 2.0625;
    letter-spacing: 0.001em;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 34px;
}

.p-interview-block__center{
	text-align: center;
}

.c-txtBig__sub{
	color:#4350A6 !important;
}

@media screen and (max-width: 800px) {
    .p-index__txt {
        font-size: 3.6vw;
        margin: 2vw 0 5vw;
    }
}

.p-index-lists {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
    .p-index-lists {
        display: block;
    }
}

.p-index-lists__block {
    width: 403px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 42px;
    margin-top: 48px;
}

@media screen and (max-width: 800px) {
    .p-index-lists__block {
        width: 100%;
        margin-top: 5vw;
        padding-bottom: 5vw;
    }
}

.p-index-lists__block:nth-child(-n+2) {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .p-index-lists__block:nth-child(-n+2) {
        margin-top: 5vw;
    }
}

@media screen and (max-width: 800px) {
    .p-index-lists__block:first-child {
        margin-top: 0;
    }
}

.p-index-lists__img {
    width: 401px;
    height: 240px;
}

@media screen and (max-width: 800px) {
    .p-index-lists__img {
        width: 100%;
        height: 60%;
    }
}

.p-index-lists__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-index-lists__ttl {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    font-weight: 500;
    text-align: center;
    margin-top: 13px;
    padding: 0 1em;
}

@media screen and (max-width: 800px) {
    .p-index-lists__ttl {
        font-size: 4vw;
        margin-top: 3vw;
    }
}

.p-index-lists__btn {
    width: 300px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin: 25px auto 0;
}

@media screen and (max-width: 800px) {
    .p-index-lists__btn {
        width: 60vw;
        font-size: 4vw;
        margin: 3vw auto 0;
    }
}

.p-index-lists__link {
    position: relative;
    display: block;
    background: #45494b;
    color: #fff;
    border-radius: 3em;
    padding: 0.9em 0;
}

.p-index-lists__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .p-index-lists__link::after {
        right: 3vw;
        border-width: 1vw 0 1vw 2vw;
    }
}

.p-success {
    background: #e8fffc;
    padding: 50px 50px 40px;
    margin-top: 60px;
}

@media screen and (max-width: 800px) {
    .p-success {
        margin-top: 10vw;
        padding: 6vw 4vw;
    }
}

.p-success__ttl {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700;
    color: #4350A6;
    text-align: center;
}

.p-success .c-imgBlock {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .p-success .c-imgBlock {
        margin-top: 5vw;
    }
}

.p-success .c-imgBlock+.c-imgBlock {
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .p-success .c-imgBlock+.c-imgBlock {
        margin-top: 3vw;
    }
}

.p-success__btn {
    width: 260px;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: 20px 0 0 auto;
}

@media screen and (max-width: 800px) {
    .p-success__btn {
        width: 48vw;
        font-size: 5vw;
        margin-top: 3vw;
    }
}

.p-success__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-bottom: 3px solid #4350A6;
    color: #4350A6;
    padding-bottom: 6px;
}

.p-success__link::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #4350A6;
}

@media screen and (max-width: 800px) {
    .p-success__link::after {
        border-width: 2vw 0 2vw 4vw;
    }
}

.p-list-btn {
    width: 324px;
    height: 75px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0 auto;
}

.p-list-btn__link {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #4350A6;
    color: #fff;
    padding-right: 18px;
}

.p-list-btn__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
}

.p-list-btn__sm01 {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 5px;
}

.p-list-btn__sm02 {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-top: 5px;
}

.p-detail-modal .p-list-btn {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .p-list-tableWrap {
        overflow: scroll;
    }
}

.p-list-table {
    width: 100%;
    border-spacing: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
    .p-list-table {
        width: 190vw;
    }
}

.p-list-table th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    background: #45494b;
    color: #fff;
    padding: 20px 0;
}

@media screen and (max-width: 800px) {
    .p-list-table th {
        font-size: 3.4vw;
        padding: 0.5em 0;
    }
}

.p-list-table th:first-child {
    width: 130px;
}

@media screen and (max-width: 800px) {
    .p-list-table th:first-child {
        width: 24vw;
    }
}

.p-list-table th:nth-child(2) {
    width: 208px;
}

@media screen and (max-width: 800px) {
    .p-list-table th:nth-child(2) {
        width: 42vw;
    }
}

.p-list-table th:nth-child(3) {
    width: 150px;
}

@media screen and (max-width: 800px) {
    .p-list-table th:nth-child(3) {
        width: 32vw;
    }
}

.p-list-table th:nth-child(4) {
    width: 95px;
}

@media screen and (max-width: 800px) {
    .p-list-table th:nth-child(4) {
        width: 20vw;
    }
}

.p-list-table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    font-weight: 500;
    padding: 16px 0.5em;
}

@media screen and (max-width: 800px) {
    .p-list-table td {
        font-size: 3.4vw;
        padding: 0.5em;
    }
}

.p-list-table td:nth-child(2) {
    font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
    .p-list-table td:nth-child(2) {
        font-size: 3.4vw;
    }
}

.p-list-table td:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 800px) {
    .p-list-table td:nth-child(3) {
        padding: 0.5em;
    }
}

.p-list-table td:last-child {
    text-align: left;
    padding: 8px 28px;
}

@media screen and (max-width: 800px) {
    .p-list-table td:last-child {
        padding: 0.5em;
    }
}

.p-list-table td .c-check-box__txt {
    padding-left: 20px;
}

.p-list-table td a {
    border-bottom: 1px solid #45494b;
}

.p-list-table .class01 td {
    background: #e8fffc;
}

.p-list-table .class02 td {
    background: #e9e9e9;
}

.p-list-class {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 30px 0 20px;
}

@media screen and (max-width: 800px) {
    .p-list-class {
        display: block;
        margin: 5vw 0 3vw;
    }
}

.p-list-class__block {
    width: 270px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    border: 1px solid #ccc;
    padding: 1.3em 0;
}

@media screen and (max-width: 800px) {
    .p-list-class__block {
        width: 100%;
        font-size: 3.2vw;
        padding: 1em 0;
    }
    .p-list-class__block+.p-list-class__block {
        margin-top: 2vw;
    }
}

.p-list-class__block--class01 {
    background: #e8fffc;
    border: 1px solid #e8fffc;
}

.p-list-class__block--class02 {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
}

.p-interview-intro {
    margin: 40px 0;
}

@media screen and (max-width: 800px) {
    .p-interview-intro {
        margin: 5vw 0;
    }
}

.p-interview-intro__brackets {
    border: 1px solid #4350A6;
    background: #e8fffc;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-weight: 500;
    padding: 25px 24px;
}

@media screen and (max-width: 800px) {
    .p-interview-intro__brackets {
        font-size: 3.6vw;
        padding: 4vw;
    }
}

.p-interview-intro-listener {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 16px;
}

@media screen and (max-width: 800px) {
    .p-interview-intro-listener {
        margin-top: 2vw;
    }
}

.p-interview-intro-listener__post {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    font-weight: 500;
    color: #4350A6;
}

@media screen and (max-width: 800px) {
    .p-interview-intro-listener__post {
        font-size: 3.4vw;
    }
}

.p-interview-intro-listener__post img {
    width: 1.6em;
    height: auto;
    margin-right: 0.6em;
}

.p-interview-intro-listener__name {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    font-weight: 500;
    margin-left: 1em;
}

@media screen and (max-width: 800px) {
    .p-interview-intro-listener__name {
        font-size: 3.2vw;
    }
}

.p-interview-block__center {
    width: 100%;
    text-align: center;
    padding: 20px 20px ;
}

.p-interview-block-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 46px;
}

@media screen and (max-width: 800px) {
    .p-interview-block-column {
        display: block;
        margin-top: 5vw;
    }
}

.p-interview-block-column__left {
    width: 530px;
}

@media screen and (max-width: 800px) {
    .p-interview-block-column__left {
        width: auto;
    }
}

.p-interview-block-column__right {
    width: 530px;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .p-interview-block-column__right {
        width: auto;
    }
}

.p-interview-block-column__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    .p-interview-block-column__img {
        margin-top: 5vw;
    }
}

.p-interview-block-column--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.p-interview__ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-weight: 700;
    color: #4350A6;
    margin: 2.6em 0 1em;
}

@media screen and (max-width: 800px) {
    .p-interview__ttl {
        font-size: 3.6vw;
    }
}
.p-interview__ttl span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
  }
  .p-interview__ttl span img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #28231e;
  }
  .p-interview__ttl span p {
    font-size: 10px;
    color: #000
  }
.p-interview__ttl:first-child {
    margin-top: 0;
}

.p-interview__txt {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
}

.p-interview-block-column .p-interview__txt{
	margin-right: 30px;
}

@media screen and (max-width: 800px) {
    .p-interview__txt {
        font-size: 3.4vw;
    }
}

.p-case-company {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 38px 0 48px;
}

@media screen and (max-width: 800px) {
    .p-case-company {
        display: block;
        margin: 5vw 0;
    }
}

.p-case-company__block {
    width: 395px;
    border-top: 3px solid #000;
}

@media screen and (max-width: 800px) {
    .p-case-company__block {
        width: auto;
        border-top: 1vw solid #000;
    }
}

.p-case-company__block--sell {
    border-top: 3px solid #4350A6;
}

@media screen and (max-width: 800px) {
    .p-case-company__block--sell {
        border-top: 1vw solid #4350A6;
    }
}

@media screen and (max-width: 800px) {
    .p-case-company__block+.p-case-company__block {
        margin-top: 5vw;
    }
}

.p-case-company__ttl {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
    padding: 0.68em 0;
}

.p-case-company__ttl--sell {
    color: #4350A6;
}

@media screen and (max-width: 800px) {
    .p-case-company__ttl {
        font-size: 5vw;
    }
}

.p-case-define {
    border-bottom: 1px solid #ccc;
}

.p-case-define__ttl {
    clear: left;
    float: left;
    width: 100px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: -0.04em;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

@media screen and (max-width: 800px) {
    .p-case-define__ttl {
        font-size: 3.4vw;
        width: 20vw;
        padding: 0.5em 0;
    }
}

.p-case-define__txt {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: -0.04em;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 100px;
}

@media screen and (max-width: 800px) {
    .p-case-define__txt {
        font-size: 3.4vw;
        padding: 0.5em 0 0.5em 20vw;
    }
}

.p-case-content__ttl {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.4rem;
    line-height: 1.4583333333;
    letter-spacing: -0.04em;
    font-weight: 700;
    height: 112px;
    border: 2px solid #4350A6;
    color: #4350A6;
    border-radius: 8px;
    margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
    .p-case-content__ttl {
        height: auto;
        font-size: 5vw;
        border: 0.5vw solid #4350A6;
        padding: 1em;
        margin-bottom: 8vw;
    }
}

.p-case-content__ttl::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #4350A6 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 800px) {
    .p-case-content__ttl::before {
        bottom: -4vw;
        border-width: 4vw 2vw 0 2vw;
    }
}

.p-case-content__ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 800px) {
    .p-case-content__ttl::after {
        bottom: -3vw;
        border-width: 4vw 2vw 0 2vw;
    }
}

.p-case-content__txt {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    .p-case-content__txt {
        font-size: 3.4vw;
    }
}

.p-case-content__txt+.p-case-content__txt {
    margin-top: 1.875em;
}

.p-buyer__txt {
    font-size: 2.5rem;
    line-height: 1.44;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-left: 1.4em;
}

.p-buyer-search {
    border: 5px solid #ccc;
    padding: 18px 78px 10px;
    margin: 40px 0 32px;
}

.p-buyer-search__ttl {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #4350A6;
}

.p-buyer-search__block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 15px 0 10px;
}

.p-buyer-search .c-select {
    width: 320px;
}

.p-buyer-search__btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 420px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #45494b;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2em;
    padding: 9px 0;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .p-buyer-search__btn {
        width: auto;
    }
}

.p-buyer-search__btn:hover {
    opacity: 0.7;
}

.p-buyer-result {
    border: 5px solid #ccc;
    background: #e8fffc;
    padding: 40px 70px 24px 50px;
}

.p-buyer-result__number {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;
    color: #4350A6;
}

.p-buyer-result__number span {
    display: inline-block;
    font-size: 5.1rem;
    line-height: 0.7;
    margin-right: 0.1em;
}

.p-buyer-result__txt {
    font-size: 2.5rem;
    line-height: 1.44;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
}

.p-buyer-contact {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.p-buyer-contact+.p-buyer-contact {
    margin-top: 50px;
}

.p-buyer-contact__ttl {
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #4350A6;
}

.p-buyer-contact__btn {
    width: 400px;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
}

.p-buyer-contact__btn a {
    display: block;
    color: #fff;
    background: #4350A6;
    padding: 23px 0;
}

.p-buyer-contact__content {
    width: 400px;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-buyer-contact__tel {
    font-size: 4.9rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: right;
}

.p-buyer-contact__time {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: right;
    margin: 0.3em 0.3em 0 0;
}

.p-reserve-img {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin: 30px 0;
}

.p-reserve-img__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p-reserve-img__content {
    margin-left: 30px;
}

.p-reserve-img__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.p-reserve-img__txt {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.p-reserve__txt {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin: 0 0 10px;
}

.p-reserve-place {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    border: 1px solid #4350A6;
    margin-bottom: 10px;
}

.p-reserve-place__ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 240px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    background: #4350A6;
    color: #fff;
    text-align: center;
}

.p-reserve-place__txt {
    width: calc(100% - 240px);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    padding: 14px 0;
}

.p-reserve-map {
    margin-top: 95px;
}

.p-reserve-map__iframe iframe {
    width: 100%;
    height: 450px;
}

.p-reserve-map__txt {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #4350A6;
    text-align: right;
    margin: 1em 0 0;
}

.p-reserve-map__txt i {
    margin-right: 0.5em;
}

.p-detail .c-table-ttl {
    padding: 20px 15px;
}

.p-detail .c-table-txt {
    padding: 20px 240px 20px 24px;
}

.p-detail-modal {
    width: 900px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 25px;
}

.mfp-bg {
    background: rgba(255, 255, 255, 0.8);
}

.p-info .c-txtBig {
    margin-bottom: 25px;
}

.p-info .c-txtBg {
    margin-bottom: 8px;
}

.p-info__brackets {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 500;
    border: 2px solid #4350A6;
    background: #e8fffc;
    padding: 20px 36px;
    margin: 30px 0 20px;
}

.p-info__txt {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
}

.exampleBuyerinteviewList p,
.exampleVoiceList p {
    font-size: 15px;
    font-weight: 700;
}

.businesstype {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0px;
    background-color: #737373;
    color: #FFFFFF;
    width: 100%;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.exampleBuyerinteviewList p,
    .exampleVoiceList p {
        font-size: 12px;
        margin: 0 0 14px;
    }
}