@charset "euc-jp";

/* CSS Document */

body {
    background: #F4F9FC;
}

.itempost {
    max-width: 1100px;
}

.itempost h2 {
    text-align: center;
}

.itempost h3 {
    color: var(--basic-color-black);
}

.main-visual-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-visual-wrap div:first-child {
    width: 360px;
}

.main-visual-title {
    margin-bottom: 24px;
    line-height: 1.5;
}

.main-visual-title span {
    font-size: 1.6rem;
    color: var(--basic-color-black);
}

.main-sub-title {
    font-size: 42px;
    margin: 0 0 30px;
    line-height: 1.5;
}

.btn-ms a {
    text-decoration: none;
}

.contents-section {
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}

.onayami-wrap {
    display: flex;
    background: #F8F8F8;
    gap: 24px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    margin: 25px auto;
}

.onayami-wrap + div {
    margin: 60px auto;
    font-size: 3.0rem;
}

.onayami-wrap + div span {
    border-bottom: 5px solid #2389CA;
}

.onayami-wrap::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #F8F8F8 transparent transparent transparent;
    border-width: 50px 40px 0px 40px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -30px;
}

.onayami-list {
    background: #ffffff;
    border-radius: 10px;
    width: 25%;
    padding: 20px 15px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8;
}

.onayami-icon {
    width: 45%;
    margin: 0 auto 10px;
}

.itempost-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.itempost-img {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 50px;
    min-width: 450px;
}

.itempost-text {
    text-align: left;
}

.itempost-text span {
    text-decoration: underline;
}

.itempost-title {
    font-size: 2.2rem;
    padding: 0 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #2389CA;/*左線*/
    margin-bottom: 20px;
}

/* -----------------------------------------------------------------
	提携サイト一覧
----------------------------------------------------------------- */
.table-wrap {
    border-radius: 10px;
    background: #fff;
    width: 100%;
    margin: 40px auto 0;
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 1.2em;
    border-radius: 20px;
}

.table-wrap thead th {
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #2389CA;
    padding: 20px;
}

.table-wrap thead th:first-child {
    border-radius: 10px 0 0 0;
}

.table-wrap thead th:last-child {
    border-radius: 0 10px 0 0;
}

.table-wrap th,
.table-wrap td {
    border-right: #E8E8E8 1px solid;
    padding: 16px;
    text-align: center;
}

.table-wrap tr {
    border-bottom: 1px solid #e8e8e8;
}

.table-wrap tr:last-child {
    border: none;
}

.table-wrap tbody td {
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: center;
    vertical-align: middle;
}

.table-wrap tbody td span.note {
    font-size: 1.2rem;
    font-weight: normal;
}

.table-wrap td img {
    padding: 8px;
    vertical-align: middle;
}

.table-wrap + p {
    line-height: 1.8;
    margin-top: 20px;
}

/* -----------------------------------------------------------------
	アイテムポストの仕組み
----------------------------------------------------------------- */

.itempost-system-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    margin: 50px auto;
}

.itempost-system-img {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 30px 50px;
}

.itempost-system-wrap .itempost-text {
    width: 400px;
}

/* -----------------------------------------------------------------
	よくある質問
----------------------------------------------------------------- */
.faq .accordion-area li {
    margin: 30px 0;
    border: none;
    border-radius: 20px;
    background: #ffffff;
} 

/* -----------------------------------------------------------------
	無料体験
----------------------------------------------------------------- */
.btn-text-wrap {
    font-size: 2.0rem;
    line-height: 2;
    margin: 0 0 20px;
}

.btn-text-wrap .btn-text {
    font-size: 3.6rem;
    line-height: 1.5;
}

footer {
    background: #ffffff;
}

/* -----------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------- */
@media (max-width: 768px) {
    .itempost {
        width: 90%;
    }
    .main-visual-wrap {
        flex-direction: column;
        margin: 0 auto;
    }

    .main-visual-wrap div:first-child {
        width: auto;
        text-align: center;
    }

    .main-visual-title span {
        font-size: 1.4rem;
        margin-bottom: 10px;
        display: inline-block;
    }

    .main-sub-title {
        font-size: 3.0rem;
    }

    .onayami-wrap {
        flex-direction: column;
    }

    .onayami-list {
        width: 100%;
    }

    .onayami-wrap + div {
        font-size: 2.0rem;
    }

    .itempost-wrap {
        gap: 60px;
        flex-direction: column;
    }

    .itempost-title {
        font-size: 2.0rem;
    }

    .itempost-img {
        padding: 20px;
        min-width: auto;
    }

    .contents-section {
        width: 100%;
        padding: 30px 20px;
    }

    .table-wrap thead th:first-child {
        width: 70%;
    }

    .table-wrap tbody td {
        font-size: 1.4rem;
    }

    .itempost-system-wrap {
        flex-direction: column;
        padding: 30px 20px;
    }

    .itempost-system-wrap .itempost-text {
        width: auto;
    }

    .itempost-system-img {
        padding: 20px;
    }

    .btn-text-wrap {
        font-size: 1.3rem;
    }

    .btn-text-wrap .btn-text {
        font-size: 2.0rem;
    }
}