@charset "utf-8";

/*----------------------------------------------------------------------
支払い事例
------------------------------------------------------------------------*/
.red {
    font-weight: bold;
}

.payment {
    box-sizing: border-box;
}

.payment-info {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 32px;
    box-sizing: border-box;
}

.payment_img,
.payment_table {
    flex: 1;
}

.payment_img {
    margin-right: 10px;
}

.payment_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.payment_table {
    margin-left: 10px;
}

.payment_table table {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
}

.payment_table table th,
.payment_table table td {
    padding: 12px 0;
    line-height: 1.68;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    vertical-align: middle;
}

.payment_table table th {
    width: 36%;
    font-size: 16px;
    text-align: center;
    border-right: 0;
    background: #f5f5f5;
    font-weight: bold;
    padding: 12px 0;
}

.payment_table table td {
    font-size: 15px;
    text-align: left !important;
    padding-left: 18px;
    padding-right: 18px;
    border-left: 0;
}

.payment-example {
    width: 100%;
    text-align: center;
}

.payment-example__title {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 12px 0;
    background-color: #EF7000;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
}

.payment-price {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 184%;
}

.payment-total {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 16px;
    border-bottom: 2px solid #808080;
}

.payment-actual::before {
    content: '';
    display: block;
    width: 30%;
    margin: 0 auto 14px;
    aspect-ratio: 1 / cos(80deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #D4CFC3;
}

.payment-actual {
    color: #EF7000;
}

.payment-actual .payment-price {
    font-weight: bold;
}

.payment-actual-annotation {
    display: block;
    color: #000;
}

/* サイトトップの支払い事例用 */
.top-payment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.top-payment .plan_contain {
    padding: 12px;
    border: 1px solid #ddd;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-payment .plan_contain>* {
    flex-grow: 1;
}

.top-payment .plan_contain h3 {
    margin: 16px 0;
    font-size: 18px;
}

.top-payment .payment-info {
    flex-direction: column;
}

.top-payment .payment_img {
    margin: 0 auto;
    width: 100%;
}

.top-payment .payment_table {
    margin: 0;
}

.top-payment .payment_table {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-payment .plan_contain .payment_table table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}


.top-payment .plan_contain .payment_table table tbody {
    display: table;
    height: 100%;
    width: 100%;
}

.top-payment .plan_contain .payment_table table tr {
    display: table-row;
}

.top-payment .plan_contain .payment_table table th,
.top-payment .plan_contain .payment_table table td {
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.top-payment .plan_contain .payment_table table th {
    background-color: #f8f8f8;
    font-weight: bold;
    width: 30%;
}

.top-payment .plan_contain .payment_table table td {
    width: 70%;
}

.top-payment .payment-example__title {
    width: 100%;
}

.top-payment-attention {
    color: #333;
    font-size: 14px;
}

/*----------------------------------------------------------------------
PF会社詳細用
------------------------------------------------------------------------*/
.pf .main-visual {
    background: url(../images/pf/bg_pc.jpg) no-repeat center top / contain;
}

.pf .inner-block {
    position: relative;
}

.main-visual .ttl {
    margin-bottom: 0;
    padding: 26px 0 26px 18px;
}

.pf .main-visual h2 {
    text-align: center;
    border: none;
}

.pf .main-visual img {
    display: inline-block;
}

.pf .main-visual .ttl img {
    max-width: 80%;
}

.pf .main-visual .img {
    position: absolute;
    left: 68px;
    bottom: 0;
    width: 26%;
}

.pf .main-visual .img img {
    display: inline-block;
    width: 100%;
}