:root {
    --color-base-secondary: #F2F7F8;
    --color-text: #333333;
}

.future015_float {
	clear: both;
}
.future015_float::after {
	content: "";
	display: block;
	clear: both;
}
.future015_float > figure {
	width: 45%;
    max-width: 210px;
}
.future015_float.left > figure {
	float: left;
	margin: 0 24px 0 0;
}
.future015_float.right > figure {
	float: right;
	margin: 0 0 0 24px;
}
.future015_float > figure img {
	max-width: 100%;
	vertical-align: bottom;
}
.future015_float h3 {
	overflow: hidden;
}

.text p span{
    font-weight: bold;
}
@media screen and (min-width: 830px) {
    #scrl1 img {
        max-width: 830px;
    }
}

#scrl4 .future015_float:last-child{
    margin-bottom: 32px;
}
@media screen and (min-width: 1330px) {
    #scrl4 .future015_float:last-child figure{
        min-height: 240px;
    }
}

@media screen and (min-width: 800px) {
    #scrl4 img{
        max-width: 167px;
    }
    #scrl4 .future015_float > figure{
        max-width: 180px;
    }
}

/*---------- download bnr ----------*/

article.document_bnr{
    box-sizing: border-box;
    background: url("/web/jp/government/images/case/common/document_bnr_bg.jpg") no-repeat;
    width: 100%;
    background-position: top left;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 40px 32px;
    margin: 64px 0;
}

article.document_bnr h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding:  0 0 10px;
    background-color: transparent;
    border-left: none;
}
article .document_bnr_left ul li{
    color: #fff!important;
    line-height: 1.8em;
}
article ul.checkmark li::before {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;

}
article a.btn_cta{
    padding: 13px 16px;
    font-size: 16px;
}
article a.btn_cta.contact{
    margin-bottom: 25px;
}
article .document_bnr_cta li a{
    color: #fff;
    text-decoration: none;
}
article .document_bnr_cta li a:last-child{
    margin-bottom: none;
}
article.cta_btn_wrap li a.btn_cta::before {
    width: 32px;
    height: 32px;
}
article a.btn_cta.contact::before {
    background-image: url("/web/jp/government/images/case/common/icon_voice.svg");
}
article a.btn_cta.download::before {
    background-image: url(/web/jp/government/images/case/common/icon_document.svg);
}
@media screen and (max-width: 1265px) {
    article.document_bnr h2{
    font-size: 20px;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 14px;
    }

}
@media screen and (max-width: 1200px) {
    article.document_bnr{
        flex-direction: column;
        padding: 40px 20px;
    }
    article.document_bnr h2{
        font-size: 25px;
    }
    article .document_bnr_left{
        margin-bottom: 25px;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 16px;
    }

}
@media screen and (max-width: 48em) {
    article.document_bnr h2{
        font-size: 5vw;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 3.5vw;
    }
}

.future .detailMain h1{
    margin-top: 60px;
    margin-left: 16px;
}

@media screen and (max-width: 500px) {
    .future .detailMain h1{
        margin-block: 90px 24px;
    }
}

.detailMain .info .lbl{
    margin-right: 12px;
}

.detailMain .info .sns{
    position: static;
}

/*---------- main visual----------*/
@media screen and (min-width: 48em) {
    .detailMain .info{
        position: relative;
    }
    .future .detailMain h1 {
        margin: 60px auto 40px;
    }
}
h1 {
	font-size: clamp(18px, 4.0vw, 40px);
    font-weight: 700;
	line-height: 1.5;
    letter-spacing: 0;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
}
.mainv_subtitle {
    margin-top: 24px;
    text-align: left;
    z-index: 10;
}
.mainv_subtitle p {
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
.logo_city {
    margin-top: 24px;
    width: 240px;
}
.mainv_inner{
    background-color: var(--color-base-secondary);
    padding: 40px 0;
}
.mainv_eyecatch img{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.mainv_eyecatch, .mainv .info{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
}

@media screen and (min-width: 64em){
    .mainv .info{
        padding-left: 64px;
    }
}

@media screen and (max-width: 430px){
    .mainv .info{
        display: block;
        text-align: left;
    }
    .mainv .info .lbl{
        display: inline-block;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .mainv_container {
        align-items: flex-start;
        padding: 80px 0 224px;
        text-align: left;
    }
    h1 {
        letter-spacing: .1em;
    }
    .mainv_subtitle {
        margin-top: 32px;
        padding-left: 24px;
        border-left: 1px solid var(--color-text);
    }
    .mainv_subtitle p {
        font-size: 16px;
        line-height: 2.0;
        letter-spacing: .05em;
    }
    .logo_city {
        margin-top: 32px;
        width: 320px;
    }
}

/* pdf_btn */
.pdf_btn{
    width: 100%;
}
.pdf_btn .pdf_download_btn{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #152768;
	color: #152768;
    background-color: #F2F7F8;
	transition: 0.5s;
}
.pdf_download_btn:hover {
	color: #fff;
	background: #152768;
}
.pdf_btn .pdf_download_btn:before{
    content: "";
    position: absolute;
    background: url("/web/jp/government/images/case/common/icon_pdf.svg") no-repeat;
    background: cover;
    width: 30px;
    height: 38px;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
}
.pdf_btn .pdf_download_btn span{
    padding-left: 40px;
}
.pdf_btn .pdf_download_btn:hover:before{
    background: url("/web/jp/government/images/case/common/icon_pdf.png") no-repeat;
}
.pdf_btn .pdf_download_btn:after{
    content: "";
    position: absolute;
    right: 24px;
    width: 10px;
    height: 10px;
    top: 40%;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 64em) {
    .pdf_btn .pdf_download_btn{
        font-size: 14px;
    }
}
@media (max-width: 48em) {
    .pdf_btn .pdf_download_btn span{
        padding-left: 0;
    }
    .pdf_btn .pdf_download_btn:before{
        left:30px;
}
}
@media screen and (min-width: 48em) and (max-width: 965px) {
    .pdf_btn .pdf_download_btn span{
        padding-left: 0;
    }
    .pdf_btn .pdf_download_btn{
        text-align: left;
    }
    .pdf_btn .pdf_download_btn:before{
        left:30px;
    }

}
@media (max-width: 640px) {
    .pdf_btn .pdf_download_btn{
        text-align: left;
    }
}

.secArticleDetail{
    margin-top: -40px;
}

.secArticleDetail figcaption{
    font-size: 12px;
}

.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;
}
.individual_cases_text ul li{
    position: relative;
    padding-left: 2.3em;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.individual_cases_text ul li span{
    position: absolute;
    top:-3px;
    left:0;
    display: inline-block;
    width: 1.25em;
    text-align: center;
    border-radius: 3px;
    background: #152768;
    padding: 1px 2px;
    color: #fff;
    font-weight: bold;
    margin-top: 0.2em;
}

.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);
}

.free_download{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
}

.free_download span{
	position:relative;
}

@media screen and (min-width: 64em) {
    .free_download span{
        font-size: 21px;
        line-height: 1.25;
    }
}

.free_download span:before, .free_download span:after{
	content:'';
	display:block;
	position:absolute;
	top: 37px;
	border-top: 2px solid #000;
	width: 28px;
}

@media screen and (min-width: 1300px), (min-width: 650px) and (max-width: 64em) {
    .free_download span:before, .free_download span:after{
        top: 12px;
    }
}

.free_download span:before{
	transform: rotate(60deg);
	left: -30px;
}

.free_download span:after{
	transform: rotate(-60deg);
	right: -30px;
}

@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%;
	}
}