/* CSS Document */
/* /government/comm/future018.asp */
em {
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
    &.large {
        font-size: 1.25em
    }
}
#scrl2 h3 {
    margin-bottom: .5em;
	padding-bottom: 0;
	border-bottom-width: 0;
}
.individual_cases a{
	width: 100%;
	border: 1px solid #d9e0de;
    border-radius: 4px;
	margin-top: 30px;
    padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.individual_cases a:hover{
	opacity: 0.7;
	transition: 0.3s;

}
.individual_cases figure{
	width: 35%;
}
.individual_cases figure img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.individual_cases_text{
	width: 60%;
}
.individual_cases_text dl{
	margin-bottom: 20px;
}
.individual_cases_text dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.individual_cases_text dl dd{
	line-height: 1.5em;
}
.individual_cases_text .case_btn{
	text-align: right;
}
.individual_cases_text .case_btn_link{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 7px 10px 8px 10px;
    border: 1px solid #152768;
    border-radius: 4px;
    background-color: #152768;
    outline: none;
    text-align: center;
	box-sizing: border-box;
}
.case_btn_link span {
    color: #fff;
    font-size: 14px;
}
.case_btn_link span:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
}
@media screen and (min-width: 48em) and (max-width: 64em) {
	.individual_cases a{
		flex-direction: column;
	}
	.individual_cases figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.individual_cases_text{
		width: 100%;
		font-size: 14px;
	}
	.individual_cases_text dl dt{
		font-size: 16px;
	}

}
@media (max-width: 767px) {
	.individual_cases_text{
		width: 60%;
		font-size: 14px;
	}
	.individual_cases_text dl dt{
		font-size: 16px;
	}

}
@media (max-width: 580px) {
	.individual_cases a{
		flex-direction: column;
	}
	.individual_cases figure{
		width: 100%;
		margin-bottom: 20px;
	}
	.individual_cases_text{
		width: 100%;
	}
}



.idxBox_flex {
    margin-top: 32px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    & * {
        box-sizing: border-box;
    }
    .idxBox {
        width: 100%;
    }
    figure {
            width: 100%;
        }
}
@media (min-width: 1024px) {
    .idxBox_flex {
        margin-top: 48px;
        align-items: center;
        justify-content: space-between;
        .idxBox {
            width: 60%;
        }
        figure {
            width: 35%;
        }
    }
}

.voice_box {
    margin-top: 24px;
    .voice_item {
        display: flex;
        flex-flow: column;
        gap: 12px;
        border-radius: 12px;
        padding: 16px 16px 0;
        .voice_text {
            ul {
                margin-left: 1.0em;
                li {
                    font-size: 14px;
                }
            }
            .voice_note {
                margin-top: 1.0em;
                font-size: 0.85em;
                line-height: 1.25;
            }
            &.text {
                margin-top: 0;
            }
        }
        .voice_person {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 12px;
            figcaption {
                margin: 0;
                font-size: 14px;
                font-weight: bold;
            }
            img {
                width: 56px;
            }
        }
        & + .voice_item {
            margin-top: 16px;
        }
        &.accounting {
            background-color: #edf7f7;
        }
        &.asset {
            background-color: #fef3f3;
        }
        &.business {
            background-color: #fcf4e0;
        }
        &.public {
            background-color: #f8ebf7;
        }
    }
}

@media (min-width: 1024px) {
    .voice_box {
        .voice_item {
            flex-flow: row;
            align-items: center;
            gap: 24px;
            padding: 1.5em 1.5em 1.5em .5em;
            .voice_text {
                order: 2;
                flex: 1;
                .ul {
                    margin-left: .5em;
                    li {
                        font-size: 16px;
                    }
                }
            }
            .voice_person {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 4px;
                order: 1;
                width: 114px;
                figcaption {
                    margin: 0;
                    order: 1;
                }
                img {
                    width: 72px;
                    order: 2;
                }
            }
        }
    }
}
.merit_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-inline: auto;
    .arrow_triangle {
        display: inline-block;
        margin: 0;
        background: #666;
        height: 24px;
        width: 64px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    figure {
        margin-bottom: 0;
    }
    img {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .merit_img {
        max-width: inherit;
    }
}
