@charset "utf-8";


/*---------------------------------------------

手書きDMページの指示

---------------------------------------------*/

section#posting_work {
    background: linear-gradient(135deg, white 0%, white 45%, rgba(27, 171, 135, 0.349) 95%, rgba(27, 171, 135, 0.349) 100%);
    /* color: #1bab87; */
}

/*(27, 171, 135*/

section#posting_plan {
    background: #f8f8f8;
}

#posting_plan .back {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-sizing: border-box;
}

#posting_work .mainbox {
    margin: 50px 0;
}

#posting_work .sabbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#posting_work .sabbox a {
    border: 1px solid #1bab87;
    background: white;
    padding: 10px 2%;
    width: calc((100% - 5%) / 4);
    text-align: center;
    text-decoration: none;
    color: #1bab87;
}

#posting_work .sabbox a:hover {
    border: 1px solid #1bab87;
    background: #1bab87;
    color: white;
}

.postingwork {
    margin: 60px auto 0;
}

.box50 {
    height: 50px;
}


@media screen and (max-width:767.98px) {
    #posting_work .sabbox {
        flex-wrap: wrap;
    }

    #posting_work .sabbox a {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }
}




@media screen and (max-width:767.98px) {
    #posting_plan .back {
        padding: 10px;
    }
}





#Page-handwriting .title span.point-sub {
    color: #1bab87;
    font-size: 22px;
    font-family: arial;
    font-weight: 700;
    display: block;
    margin: 0 0 15px 0;
    letter-spacing: 0.1rem;
}

.priceSheet {
    padding-top: 40px;
    padding-bottom: 40px;
}

.price-attention {
    max-width: 960px;
    margin: 40px auto 0;
}

.price-attention p {
    font-size: 90%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 横4マス */
    grid-template-rows: repeat(7, 1fr);
    /* 縦3マス */
    width: 100%;
    gap: 3px;
    max-width: 700px;
    height: 300px;
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.grid-item:nth-child(1) {
    background-color: rgba(147, 171, 27, .6);
}

.grid-item:nth-child(2) {
    background-color: #e5e5e5;
}

.grid-item:nth-child(3),
.grid-item:nth-child(5),
.grid-item:nth-child(7),
.grid-item:nth-child(9),
.grid-item:nth-child(11),
.grid-item:nth-child(13) {
    background-color: rgba(147, 171, 27, .3);
}

.grid-item:nth-child(4),
.grid-item:nth-child(6),
.grid-item:nth-child(8),
.grid-item:nth-child(10),
.grid-item:nth-child(12),
.grid-item:nth-child(14) {
    background-color: rgba(229, 229, 229, .3);
}

/*------------------------------------------------------------------------------------------------------------------*/
.pointBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point02 .pointBox {
    flex-direction: column-reverse;
}

.pointBox .inner-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

.pointBox .inner-text {
    width: 100%;
}

.pointBox .inner-text mark {
    background-color: rgba(147, 171, 27, .3);
}

@media screen and (min-width: 992px) {
    .pointBox {
        flex-direction: row;
        column-gap: 40px;
    }

    .point02 .pointBox {
        flex-direction: row;
        column-gap: 40px;
    }

    .pointBox .inner-img {
        width: 380px;
    }

    .pointBox .inner-text {
        width: calc(100% - 420px);
    }
}

/*------------------------------------------------------------------------------------------------------------------*/

.posting-target {}

.targetBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.targetBox .inner {
    width: 95%;
    margin: 0 auto 30px auto;
}


@media screen and (min-width: 992px) {
    .targetBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .targetBox .inner {
        width: 30%;
    }
}





#Page-handwriting .naishoku-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}

#Page-handwriting .naishoku-title p {
    text-align: center;
}

#Page-handwriting .naishoku-title p::before {
    content: "";
    display: block;
    width: 4rem;
    height: 2px;
    background: rgb(27, 171, 135);
    margin: 7px auto 7px;
}






.onayamiBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}

.onayamiBox .inner-text {
    width: 100%;
}

/* .onayamiBox .inner-img {
    display: none;
} */

 .onayamiBox .inner-img {
    margin-top: 10px;
 }

.onayamiBox .inner-img img {
    width: 100%;
    
}

.onayamiBox .inner-text ul {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin: 0;
}

.onayamiBox .inner-text ul li {
    width: 100%;
    padding: 20px;
    padding-left: 20px !important;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.onayamiBox .inner-text ul li:last-child {
    margin-bottom: 0;
}

.onayamiBox .inner-text ul li p {
    margin: 0;
}

.onayamiBox .inner-text ul li p strong {
    font-size: 110%;
    padding-left: 0.1em;
}

@media screen and (min-width: 992px) {
    .onayamiBox {
        width: 100%;
        justify-content: space-between;
        max-width: 1200px;
        flex-direction: row;
    }

    .onayamiBox .inner-text {
    width: 55%;
}

    .onayamiBox .inner-img {
        display: block;
        width: 42%;
        margin-top: 0;
    }

    .onayamiBox .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
}



.down-arrow p {
    display: block;
    text-align: center;
    font-size: clamp(100px, 30vw, 200px);
    line-height: 0.95em;
    margin: 0;
    transform: scaleY(0.5);
    margin: 0 auto;
    color: #1bab87;
}

.solutionFrame {
    background-color: rgba(27, 171, 135, 0.14);
    padding-top: 70px;
    padding-bottom: 0px;
}

.solutionBox {
    display: flex;
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
    /* column-gap: 30px;.solutionBox .inner .comments h4 { */
    justify-content: space-around;
}

.solutionBox .inner {
    padding: 30px 20px;
    background-color: #fff;
    width: 90%;
    display: flex;
    column-gap: 20px;
    margin: 0 auto 30px;
}

.solutionBox .inner .comments h4 {
    text-align: center;
    background-color: #1bab87;
    color: #fff;
    padding: 10px 5px;
}

.solutionBox .inner .inner-img img {
    width: 100%;
    margin-bottom: 30px;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-width: 320px) and (max-width: 767.98px) {
    .solutionBox .inner {
        flex-direction: column;
    }

    .solutionBox .inner .plusone {
        width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width:991.98px) {
    .solutionBox .inner {
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: start;
        justify-content: flex-start;
        position: relative;
    }

    .solutionBox .inner .comments {
        width: 60%;
        order: 1;
        height: auto;
        position: relative
    }

    .solutionBox .inner .plusone {
        /* width: 8em; */
        width: 100%;
        order: 3;
        position: relative;
        top: -20%;
        text-align: center;
    }

    .solutionBox .inner-img {
        order: 2;
        width: 35%;
        position: relative
    }
}

@media screen and (min-width: 992px) {
    .solutionBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        column-gap: 30px;
        max-width: 1200px;
    }

    .solutionBox .inner {
        flex-direction: column;
    }

    .solutionBox .inner {
        width: calc((100% - 60px)/3);
    }

    .solutionBox .inner .comments,
    .solutionBox .inner .plusone {
        width: 100%;
    }

    .solutionBox .inner .comments h4 {
        font-size: 20px;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
        font-weight: bold;


    }

    .solutionBox .inner .comments p {
        font-size: 1rem;
        line-height: 1.8em;
    }

    .solutionBox .inner .plusone {
        margin-top: 15px;
    }
}



/*----------------------------------------------------
吹き出し
----------------------------------------------------*/
.plusone {
    padding: 15px;
    border: 2px dotted #1bab87;
    background-color: rgba(27, 171, 135, 0.05);

    position: relative;
    width: fit-content;
    /* max-width: 90%; */
    /* margin: 40px auto; */
    width: 7em;
}

.plusone span {
    font-family: 'Noto sans JP';
    font-weight: bold;
}

.balloon-wrapper {
    position: relative;
    width: fit-content;
    max-width: 90%;
    margin: 40px auto;
}

.balloon {
    border: 2px dotted #1bab87;
    padding: 1em;
    border-radius: 10px;
    background-color: #fff;
}

/* 吹き出しのとんがり（三角） */
.balloon-tail {
    position: absolute;
    width: 0;
    height: 0;
}

/* ▼スマホ用（上辺の中央より左側） */
/* @media screen and (max-width: 767px) {
    .balloon-tail {
        top: -10px;
        left: 20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px dotted #1bab87;
    }
} */

/* ▼タブレット用（左辺の中央） */
@media screen and (min-width: 768px) {
    .balloon-tail {
        /*top: 50%;
        left: -10px;
        transform: translateY(-50%); */
        top: -10px;
        left: 20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        /* border-bottom: 10px dotted #1bab87; */
    }
}


.alphabet {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}



/*----------- サンプル -----------*/
.dm-sample {
    background-color: rgba(27, 171, 135, 0.14);
    padding-bottom: 70px;
}

.sampleBox .inner {
    display: flex;
    flex-direction: row;
    width: 96%;
    margin: 0 auto;
    justify-content: center;
    column-gap: 30px;
    max-width: 960px;
}

.sampleBox a {
    display: block;
    width: 400px;
    border: 1px solid #1bab87;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    color: #333;
}

.sampleBox a:hover {
    background-color: rgba(27, 171, 135, 0.2);
}

/*----------- 料金プラン -----------*/
.planBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}

.planBox .inner {
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, .03);
    margin-bottom: 30px;
}

.planBox .inner p {
    margin: 0.5em 0;
}

.planBox .inner p span {
    display: inline-block;
    padding: 3px 10px;
    font-size: 80%;
    color: #333;
    background-color: rgba(27, 171, 135, 0.5);
}

@media screen and (min-width: 768px) {
    .planBox {
        flex-direction: row;
        width: 100%;
        column-gap: 1%;
        max-width: 1080px;
    }

    .planBox .inner {
        width: 49%;
    }
}