@charset "utf-8";
/* after.css 固有スタイル（共通部分は _shared-50th-sub.css） */

div#container {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

@charset "utf-8";

.sec {
    margin-bottom: 80px;
}

.sec-title {
    padding: 10px 40px;
    
    width: 100%;
    background-color: #0039A8;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.sec01 .sec-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.sec02 .sec__inner {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.sec02 .sec__inner .issuesBlock {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec02 .sec__inner .issuesBlock .issues-title {
    margin-bottom: 40px !important;
    width: 50%;
    padding: 10px;
    display: inline-block;
    border: 1px solid #0039A8;
    font-size: 1.5rem !important;
    font-weight: bold;
    text-align: center;
    
    background: #f2f8ff;
}

.sec02 .sec__inner .issuesBlock.--addressed .issues-title {
    color: #7e6500 !important;
    
    background: #fff9e6;
}

.issues__list .issues__item {
    
    background: #f2f8ff;
    backdrop-filter: blur(4px);
    padding: 20px 24px;
    margin-bottom: 10px;
    border: 1px solid #0039A8;
    border-radius: 3px;
}

.sec02 .sec__inner .issuesBlock.--addressed .issues__list .issues__item {
    
    background: #fff9e6;
}

.issues__list .issues__item p {
    margin-bottom: 0 !important;
    position: relative;
    padding-left: 1em;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    font-feature-settings: "palt";
    line-height: 1.666;
}

.issues__list .issues__item p::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.issues__list .issues__item-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0039A8;
}

.sec02 .sec__inner .issuesBlock.--addressed .issues__list .issues__item-title {
    color: #7e6500 !important;
}

div#container {
    background-image: url(../../50th/after/img/bg_001.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

div#main .h3title {
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 90px;
    height: 0;
    overflow: hidden;
    background-color: #0039A8;
}

div#main .h3title#h3-001 {
    background-image: url(../../50th/after/img/h3_001.png);
}

div#main .h3title#h3-002 {
    background-image: url(../../50th/after/img/h3_002.png);
}

div#main .main-container {
    padding-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

div#main .case {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    box-sizing: border-box;
    margin: 0 0 4em 0;
}

div#main .case.--flex {
    flex-direction: column;
}

div#main .case .case-left, div#main .case .case-right {
    flex: 1 1 430px;
    

    box-sizing: border-box;
}

div#main div.case div.gray {
    background-color: #f2f2f2;
    margin: 0 0 2em 0;
    padding: 20px;
    border-radius: 10px;
}

div#gmap {
    border: 5px solid #f2f2f2;
    width: auto;
    height: 360px;
    background-color: #fff;
    margin: 0 0 3em 0;

    
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.leaflet-popup-content a {
    color: #0066cc;
    text-decoration: underline;
}

div#main .main-container>.case {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

div#main #case-002.case {
    display: flex;
    flex-direction: row-reverse;
}

div#main #case-003.case, div#main #case-004.case {
    flex: 0 0 48%;
    max-width: 48%;
}

div#main #case-005.case, div#main .case.--flex {
    flex: 0 0 48%;
    max-width: 48%;
}

div#main #case-007.sub-cnt {
    margin-top: 40px;
}

div#main .main-container>.a-center {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.frame-title {
    border: 1px solid #00a4de;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 16px !important;
    color: #0039a8;
}

.circle-num-list {
    counter-reset: kyodo-step;
    list-style: none;
    padding: 0;
    margin: 0;
}

.circle-num-list li, .issue-marks {
    margin-left: 1rem;
    margin: 0 0 14px;
    padding-left: 3rem;
    position: relative;
    font-weight: 500;
    line-height: 1.6;
}

.circle-num-list li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;

    width: 1.6rem;
    height: 1.6rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: linear-gradient(135deg, #4fa3ff, #0039A8);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .02em;
}

.issuesBlock.--addressed .circle-num-list li::before {
    background: linear-gradient(135deg, #ffd84a, #ffb800);
}

.issue-marks::before, .issue-marks::after {
    
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;

    width: 1.6rem;
    height: 1.6rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: linear-gradient(135deg, #ffd84a, #ffb800);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .02em;
}

.issue-marks::before {
    content: "6";
    position: absolute;
    left: 24px;
    top: -30px;
}

.issue-marks::after {
    content: "5";
    position: absolute;
    left: -6px;
    top: -30px;
}

.circle-num-list li.--01::before {
    content: "1";
}

.circle-num-list li.--02::before {
    content: "2";
}

.circle-num-list li.--03::before {
    content: "3";
}

.circle-num-list li.--04::before {
    content: "4";
}

.circle-num-list li.--05::before {
    content: "5";
}

.circle-num-list li.--06::before {
    content: "6";
}

.circle-num-list li.--07::before {
    content: "7";
}

.issuesBlock.--addressed .circle-num-list li.--05::after {
    content: "5";
    left: 16px;
}

*/ .issuesBlock.--addressed .circle-num-list li.--07::before {
    content: "7";
}

.arrow-red {
    width: 80px;
    height: 10px;
    background: #e53935;
    
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

.arrow-red::after {
    content: "";
    position: absolute;
    right: -18px;
    top: -5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #e53935;
}

@media screen and (max-width: 980px) {
	div#main {
        margin: 0 10px;
	}

	.sec02 .sec__inner {
        flex-direction: column;
	}

	.sec02 .sec__inner .issuesBlock {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
	}

	.sec02 .sec__inner .issuesBlock.--addressed {
        margin-top: 60px;
	}

	.sec02 .sec__inner .issuesBlock .issues-title {
        width: 80%;
	}

	.arrow-red {
        display: none;
	}

}

div#main div.case h5 {
    margin: 0 0 1em 44px;
    font-size: 1.8em;
    line-height: 1.333;
    color: #0039a8;
    text-indent: -46px;
    position: relative;
}

div#main div.case h5 img {
    margin-left: 4px;
    margin-right: 12px;
    margin-bottom: 3px;
    max-width: 30px;
}

div#main div.case h6 {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
    color: #0039a8;
}

div#main ul.icon-002.l {
    width: 540px;
}

div#main ul.icon-002.l li {
    border-bottom: 1px solid #00a4de;
    padding: 1em 0 1em 25px;
    background-position: left 1.1em;
    margin: 0;
}

div#main ul.icon-002 li {
    border-bottom: 1px solid #00a4de;
    padding: 1em 0 1em 25px;
    background-position: left 1.1em;
    margin: 0;
}

div#main .case img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 980px) {
	div#main #case-002 .case-right img {
        width: 100%;
	}

	div#main img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
	}

	div#main .main-container {
        display: block;
        
        padding-left: 10px !important;
        padding-right: 10px !important;
	}

	#h3-002+.main-container {
        display: flex !important;
        flex-direction: column-reverse;
	}

	div#main .main-container>.case, div#main .main-container>.a-center, div#gmap {
        max-width: 100%;
        width: 100%;
        flex: none;
        z-index: 0;
	}

	div#main .case {
        display: block;
        
        margin: 0 0 4em 0;
        max-width: 100% !important;
	}

	div#main .case .case-left, div#main .case .case-right {
        max-width: 100%;
        width: 100%;
        flex: none;
        box-sizing: border-box;
	}

	div#main ul.icon-002.l {
        width: auto;
        margin: 40px 0 0;
	}

}

@media print {
	div#main h3 {
        padding-top: 60px;
	}

	div#main .main-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        align-items: flex-start;
        box-sizing: border-box;
	}

	div#main .main-container>.case {
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
	}

	div#main #case-003.case, div#main #case-004.case, div#main #case-005.case, div#main #case-006.case {
        flex: 0 0 48%;
        max-width: 48%;
	}

	div#main .case {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        flex-direction: row;
        box-sizing: border-box;
	}

	div#main .case .case-left, div#main .case .case-right {
        flex: 0 0 48%;
        max-width: 48%;
        box-sizing: border-box;
	}

	div#main .case .case-left img, div#main .case .case-right img {
        max-width: 100%;
        height: auto;
	}

}

.quote {
    display: inline-block;
    margin-left: auto;
    margin-right: 40px;
}

#case-001, #case-002, #case-003, #case-004 {
    scroll-margin-top: 150px;
}

