@charset "UTF-8";

/* ===============================================
  biofertilizer_howto-detail
=============================================== */
/* ==============================
  data
============================== */
.data picture img{
	width: 80%;
	max-width: 360px;
	margin: 0 auto;
}


/* Data Table */
.table__scroll {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.data__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--color-gray-dark);
    border-radius: 10px;
    overflow: hidden;
    font-size: 0.85em;
}
.data__table th, .data__table td {
    padding: 0.8em 0.5em;
    text-align: center;
    border-right: 1px solid var(--color-gray-dark);
    border-bottom: 1px solid var(--color-gray-dark);
    vertical-align: middle;
    white-space: nowrap;
    background-color: var(--color-white);
}
.data__table th:last-child, .data__table td:last-child {
    border-right: none;
}
.data__table tr:last-child td, .data__table tr:last-child th {
    border-bottom: none;
}
.data__table thead tr:first-child th {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-weight: bold;
}
.data__table thead tr:nth-child(2) th {
    background-color: #F8F8EC;
    border-bottom: 1px solid var(--color-gray-dark);
    color: var(--color-text);
    font-weight: bold;
}
.data__table tbody th {
    text-align: left;
    font-weight: normal;
}
@media (min-width: 768px) {
    .data__table {
        font-size: 0.9em;
    }
    .data__table th,
    .data__table td {
        padding: 1em;
    }
}

/* per10a */
.per10a dl {
	display: flex;
}
.per10a dd {
    padding-left: 1em;
    text-indent: -1em;
    flex: 1;
}
.per10a dd::before {
    content: "／";
}

@media (min-width: 768px) {
    .per10a dt {
        white-space: nowrap;
    }
}

@media (max-width: 959px) {
	.per10a .c-column {
        gap: 0;
	}
}

/* caution */
.caution .caution__container {
    border: 1px solid var(--color-gray-dark);
    border-radius: clamp(20px, 4.5vw, 40px);
}

.caution__container .caution__item02 {
    border-top: 1px solid var(--color-gray-dark);
}

@media (max-width: 959px) {
    .caution__container .caution__item01 > dl,
    .caution__container .caution__item02 > dl {
        padding-left: 2em;
        padding-right: 2em;
    }
    .caution__container .caution__item01 > dl:first-child,
    .caution__container .caution__item02 > dl:first-child {
        padding-top: 1em;
        padding-bottom: 2em;
    }
    .caution__container .caution__item01 > dl:last-child,
    .caution__container .caution__item02 > dl:last-child {
        padding-top: 1em;
        padding-bottom: 2em;
    }
}

@media (max-width: 767px) {
    .caution__container .caution__item01 > dl:first-child,
    .caution__container .caution__item02 > dl:first-child {
        padding-bottom: 0em;
    }
}

@media (min-width: 960px) {
    .caution__container .caution__item01 > dl,
    .caution__container .caution__item02 > dl {
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 0;
        padding-right: 0;
    }
    .caution__container .caution__item01 > dl:first-child,
    .caution__container .caution__item02 > dl:first-child {
        padding-left: 2em;
    }
    .caution__container .caution__item01 > dl:last-child,
    .caution__container .caution__item02 > dl:last-child {
        padding-right: 2em;
    }
}

.caution dl dt {
    font-size: 1.375em;
    font-weight: 900;
    letter-spacing: 0.12em;
}

@media (max-width: 959px) {
	.caution .c-column {
        gap: 0;
	}
}