@charset "UTF-8";

/* アンカーリンク用のスクロールマージン */
.members_section[id],
.common_members-title[id] {
    scroll-margin-top: 110px;
}

/* ========================================
    組合員の方はこちらページ
======================================== */

/*************************************************************************************
    共通部分
*************************************************************************************/
body {
    background-color: var(--bg-color--primary);
}

.external_link {
    color: #0097eb;
	font-size: 1em;
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	text-decoration: underline;
}

.main_container {
    padding-top: 120px;
    padding-bottom: 65px;
}

.common_subtitle {
    display: flex;
	position: relative;
	font-size: clamp(1.25em, 0.711rem + 0.6vw, 1.25em);
	line-height: clamp(1.688em, 1.543rem + 0.3vw, 1.813rem);
	column-gap: 10px;
	align-items: center;
    color: #006252;
}
.common_subtitle::before {
    display: block;
	min-width: 5px;
	background-color: #006252;
	content: "";
}

.common_link-button {
    display: flex;
	position: relative;
	max-width: clamp(9.688rem, 7.044rem + 5.51vw, 12.5rem);
	width: 100%;
	padding: clamp(0.5rem, 0.324rem + 0.37vw, 0.688rem) 5px;
	border: 2px solid #006252;
	background-color: #006252;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
    column-gap: 16px;
}

.common_link-button:hover {
    background-color: #ffffff;
    color: #006252;
}

.common_link-button i {
    font-size: clamp(0.688em, 0.511em + 0.37vw, 0.875em);
}

.sp-section-divider {
	display: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .main_container {
        padding-top: 80px;
        padding-bottom: 0;
        background-color: #fff;
    }

    .common_page-text {
        max-width: 315px;
        margin: 0 auto 14px;
    }

    .common_subtitle::before {
        height: 52px;
        min-width: 7px;
    }

    .common_link-button i {
        right: 25px;
    }

    .sp-section-divider {
        display: block;
        width: 100%;
        height: 50px;
        margin-bottom: 50px;
        background-color: #F7F7F7;
    }

    .br-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .main_container {
        padding-top: 120px;
        padding-bottom: 35px;
    }

    .common_subtitle::before {
        height: 50px;
    }

    .br-sp {
        display: none;
    }
}

/*************************************************************************************
    組合員の方はこちら部分
*************************************************************************************/
.members_section {
    max-width: 1360px;
    width: 90%;
    margin: auto;
    margin-bottom: 44px;
    padding-top: 52px;
    padding-bottom: 12px;
    padding-left: 92px;
    padding-right: 92px;
    background-color: #FFFFFF;
}

.common_members-title {
    display: flex;
	width: 100%;
	height: 80px;
	margin-bottom: 25px;
	background-color: #ffffe0;
	font-weight: bold;
	font-size: clamp(1.5em, 1.211em + 0.6vw, 1.75em);
	text-align: center;
	justify-content: center;
	align-items: center;
}

.members_section-content {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 59px;

}

.members_subtitle {
    text-align: left;
    font-size: clamp(1.5em, 1.211em + 0.6vw, 1.75em);
    color: #006252;
    border-bottom: 4px solid #006252;
    padding: 0 16px 4px;
}

.content-title {
    display: flex;
    margin-top: 30px;
    padding-left: 16px;
    padding-bottom: 4px;
	border-bottom: 2px dashed #006252;
	color: #006252;
	font-size: clamp(1.25em, 1.082em + 0.35vw, 1.313em);
    font-weight: 400;
	align-items: center;
    
}

.content-block {
    padding: 16px;
}

.content-text {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.68em;
}

.members_heading {
    display: flex;
	position: relative;
    column-gap: 10px;
    margin-top: 26px;
    margin-bottom: 12px;
	font-size: clamp(1.25em, 0.711em + 0.6vw, 1.35em);
	line-height: clamp(1.688em, 1.543rem + 0.3vw, 1.813rem);
	align-items: center;
    color: #2B1E1D;
}

.members_heading::before {
    display: block;
    min-width: 7px;
    background-color: #006252;
    content: "";
}

.members_initiatives-list {
    margin-top: 12px;
    padding-left: 4px;
}

.members_initiatives-item {
    font-size: 1em;
    line-height: 1.75em;
}

.members_initiatives-note {
    margin-top: 12px;
}

.members_approach-block {
    padding: 0 16px;
}

.members_approach.content-text {
    margin-bottom: 30px;
}

.members_subheading {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 2px solid #006252;
}

.members_approach-image {
    margin-top: 16px;
    width: 224px;
    object-fit: cover;
}

.members_detail-item {
    margin-top: 19px;
}

.members_step-list {
    font-size: 1em;
    line-height: 1.75em;
}

.members_center-intro {
    margin-bottom: 19px;
    line-height: 1.75em;
}

.members_center-list {
    margin-bottom: 21px;
    font-size: 1em;
    line-height: 2em;
}

.members_center-section {
    padding-top: 36px;
    padding-bottom: 30px;
}

.members_center-content {
    padding-bottom: 0;
}

.fruit-grading-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.fruit-grading-name {
    font-size: clamp(1.25em, 0.711em + 0.6vw, 1.35em);
    font-weight: normal;
    color: #006252;
    border-bottom: 2px solid #006252;
    padding: 0 16px 4px;
}

.fruit-grading-detail-content {
    display: flex;
    column-gap: 22px;
    padding: 16px;
}

.fruit-grading-img {
    max-width: 174px;
    object-fit: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.fruit-grading-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fruit-grading-link {
    display: inline-block;
    width: fit-content;
    margin-bottom: 16px;
    color: #0097eb;
    font-size: 1em;
}

.fruit-grading-link span {
    text-decoration: underline;
}

.fruit-grading-link i {
    margin-left: 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {

    .members_section {
        padding: 0;
        width: 100%;
    }

    .members_section-content {
        padding: 0 20px 50px 20px;
    }

    .members_subtitle {
        padding: 0 10px 2px;
        border-bottom: 3px solid #006252;
        font-size: clamp(1.375em, 1.082rem + 0.35vw, 1.313rem);
    }

    .content-title {
        margin-top: 12px;
        padding-left: 10px;
        font-size: clamp(1em, 0.911rem + 0.6vw, 1.25rem);
        font-weight: 500;
    }

    .content-block {
        padding: 10px 0 0 0;
    }

    .content-text {
        padding: 0 10px 0;
        line-height: 1.5em;
    }

    .members_heading {
        margin-top: 14px;
        margin-bottom: 16px;
        font-size: clamp(1em, 0.711rem + 0.6vw, 1.15rem);
    }

    .members_approach-block .members_heading {
        margin-top: 40px;
    }

    /* 最初の.members_headingだけmargin-topを0に */
    .members_approach-block > .members_heading:first-child {
        margin-top: 0;
    }

    .members_heading::before {
        height: 62px;
    }

    .members_initiatives-list {
        padding-right: 10px;
        font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
    }

    .members_approach-block {
        padding: 0;
    }

    .members_approach.content-text {
        margin-bottom: 14px;
        padding: 0;
        font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
        line-height: 1.785em;
    }

    .members_approach-block .content-text {
        padding: 0;
        margin-bottom: 12px;
        font-size: clamp(0.9375em, 0.757em + 0.24vw, 1em);
        line-height: 1.715em;
    }

    .members_subheading {
        display: block;
        padding-left: 10px;
        padding-bottom: 2px;
        font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
    }

    .members_approach-image {
        width: 153px;
        margin-top: 12px;
    }

    .members_detail-item:first-of-type {
        margin-top: 11px;
    }

    .members_detail-item .content-text {
        margin-bottom: 0;
    }

    .ja-netbank-info .content-text {
        margin-bottom: 0;
    }

    .members_step-list {
        font-size: clamp(0.9375em, 0.757em + 0.24vw, 1em);
        line-height: 1.5em;
    }

    .members_center-intro {
        font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
    }

    .members_center-list {
        font-size: clamp(0.875em, 0.757em + 0.24vw, 1em);
        line-height: 1.5625em;
    }

    .members_center-link {
        max-width: 12.5rem;
        padding: 12px 20px;
        font-size: 1em;
    }
}

@media screen and (min-width: 768px) {
    .members_heading::before {
        height: 39px;
    }
}