#mainImg {
    background-image: url("../guide/img/bg_main.png?ts=2501");
}

#contents h3 {
    font-size: max(22pt, 2vw);
    margin-bottom: .5em;
}

#index #contents #map .accessmap > div > div {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
#index #contents #map .accessmap > div:not(:first-child) {
    border-top: 1px dashed #ccc;
    padding-top: 2em;
    margin-top: 2em;
}
#index #contents #map .accessmap > div > div > div {
    flex: 1;
}
#index #contents #map .accessmap > div > div .detail > div:not(:first-child) {
    margin-top: 2em;
}
#index #contents #map .accessmap > div > div .detail h3 {
    font-size: min(15pt, 3vw);
    background-color: #D1CCC9;
    padding: 5px 10px;
    margin-bottom: .5em;
}
#contents .access > dt:not(:first-child) {
    padding-top: .5em;
    border-top: 1px dotted #ccc;
    margin-top: .5em;
}
#index #contents #map .accessmap > div > div .detail .access dt::before {
    content: "▼";
}

#business .businessDetail ul > li {
    text-indent: -1em;
    margin-left: 1em;
}
#business .work > div:not(:first-child) {
    margin-top: 1em;
}
#business .work > div > dt {
    color: var(--main-color);
    font-weight: bold;
    font-size: 110%;
}

#tissue #contents .list {
    margin-top: 1em;
}
#tissue #contents .list > dl > div:not(:last-child) {
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
}
#tissue #contents .list > dl > div > dt {
    font-weight: bold;
}
#tissue #contents .list > dl > .symbol dl > div {
    border: 1px solid #000;
    padding: 1em;
}
#tissue #contents .list > dl > .symbol dd > div {
    display: flex;
    gap: 1em;
}

#tissue #contents .detail_list {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-top: 1em;
}
#tissue #contents .detail_list > div {
    background-color: #fff;
    border: 1px dashed #000;
    padding: .8em;
}
#tissue #contents .detail_list dt {
    font-weight: bold;
}

#tissue .officer {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
}
#tissue .officer > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#tissue .officer table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto .5em;
}
#tissue .officer table colgroup col:nth-child(1){ width: 100px; }
#tissue .officer table caption {
    font-weight: bold;
}
#tissue .officer table tr th,
#tissue .officer table tr td
{
    padding: 5px 1em 5px 10px;
    border-bottom: 1px solid #000;
    background-color: var(--color-white);
    vertical-align: middle;
}
#tissue .officer table tr th {
    font-weight: normal;
    text-align: left;
    border-top: 1px solid #000;
    background-color: #f9e258;
}
#tissue .officer table tr td span {
    display: inline-block;
}
#tissue .officer table .bgColor {
    background-color: #fff3d3;
}
#tissue .officer table .bgColorWhite {
    background-color: #fff;
}





#tissue #contents .history2 {
    border-collapse: collapse;
    width: min(100%, 800px);
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
    margin: 0 auto 30px;
}

#tissue #contents .history2 th,
#tissue #contents .history2 td
{
    padding: 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
#tissue #contents .history2 th {
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	background-color: #dddddd;
	width: 50%;
}

#tissue #contents .history2 td dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#tissue #contents .history2 td dt {
	font-weight: bold;
    width: min(100%, 250px);
}

#tissue #contents > section.secBorder {
    position: relative;
    margin-top: 4em;
    padding-top: 4em;
}
#tissue #contents > section.secBorder::before {
    content: "";
    position: absolute;
    width: 35%;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 6px solid #ccc;
}

#tissue #officer .innerWrap > div:nth-child(2) {
    width: 70%;
    margin: 0 auto;
}

#tissue .detail .about > div {
    margin-bottom: 3em;
}

#tissue .detail .about > div > dt {
    font-size: 140%;
    /* font-weight: bold; */
    margin-bottom: .5em;
}
#tissue .detail .about > div > dt::before {
    content: "-";
}
#tissue .detail .about .sideBySide {
    display: flex;
    gap: 2em;
    margin: .5em 0;
}
#tissue .detail .about .job {
    border: 1px solid #000;
    padding: 10px;
    margin: 1em 0;
}
#tissue .detail .about .job dt {
    font-weight: bold;
}
#tissue .detail .about .job dt:not(:first-child) {
    margin-top: 1em;
}
#tissue .detail .about .job dd {
    margin-left: 1em;
}
#tissue .detail .about .main_operations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-gap: 1em;
}
#tissue #fudousanHoshoOverview .about .main_operations {
    grid-template-columns: 1fr;
}
#tissue .detail .about .main_operations > li {
    background-color: #eee;
    border-radius: 6px;
    padding: .5em;
}

#process #contents .process{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
#process #contents .sikaku{
	overflow: hidden;
	margin-bottom: 20px;
}
#process #contents .sikaku dt{
	float: left;
	background-color: #959595;
	color: #fff;
	width: 140px;
	text-align: center;
	line-height: 2.2;
	font-size: 24px;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 15px;
}
#process #contents .sikaku dd{
	float: left;
	height: 55px;
}

#process #contents .process{
	margin-bottom: 30px;
}
#process #contents p.gr{
	background-color: #00964e;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
}
#process #contents .gr2{
	background-color: rgb(178, 225, 202);
	color: rgb(0, 154, 78);
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
	padding: 5px 0;
}
#process #contents .gr2 ul{
	display: flex;
	justify-content: center;
}
#process #contents .gr2 ul > li{
	padding: 0 10px;
}
#process #contents .table_fl{
	overflow: hidden;
}
#process #contents .table_fl table{
	float: left;
	width: 50%;
	border-collapse: separate;
	border-spacing: 14px 0;
}
#process #contents .table_fl table:first-of-type{
	border-right: 1px dotted #666;
}
#process #contents .table_fl table th{
	border: 1px solid #b0b0b0;
	border-radius: 10px;
	padding: 8px;
}
#process #contents .table_fl table td{
	text-align: center;
	padding: 8px;
}

#search .map {
    display: flex;
    justify-content: space-between;
    gap: 3em;
    margin-bottom: 3em;
}

#search .map div:nth-child(2) {
    flex: 1;
}

#search .area .box_bdr {
    padding: .5em;
    border: 1px solid #999;
}
#search .area .box_bdr dl > div:not(:first-child) {
    padding-top: .5em;
    border-top: 1px dotted #999;
    margin-top: .5em;
}
#search .area .box_bdr dl > div > dt {
    font-weight: bold;
}
#search .area .box_bdr dl > div > dt::before {
    content: "▼";
}
#search .area .box_bdr dl > div > dd ul {
    display: grid;
    gap: .2em;
    grid-template-columns: repeat(auto-fit, minmax(140px, 4fr));
}
#search .area .box_bdr dl > div > dd ul .grid2 {
    grid-column: span 2;
}
#search .area .box_bdr dl > div > dd ul .grid3 {
    grid-column: span 3;
}

#search .input {
    padding: .5em;
    border: 1px solid #999;
    margin-top: 1em;
}

#search .input dt {
    font-weight: bold;
}
#search .input form .radioSelect {
    display: grid;
    gap: .5em;
    grid-template-columns: 150px 1fr;
    margin-block: .5em 1em;
}
#search .input form input {
    border: 1px solid #000;
    padding: 10px 5px;
    border-radius: 6px;
    margin-bottom: .8em;
}
#search .input form .btn-link {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #2974E5;
}





#search .platform {
    margin-bottom: 4em;
}

#search .platform h4 {
    font-weight: bold;
    background-color: #EFEFEF;
    padding: 0.8em;
    margin: 0 0 .8em;
}

#search .platform ul li {
    padding-left: 2em;
    text-indent: -2em;
}


@media screen and (max-width: 430px){
    #mainImg {
        background-image: url("../guide/img/bg_main_sp.png");
    }

    #index #contents #map .accessmap > div > div {
        flex-direction: column;
    }
    #index #contents #map .accessmap > div > div .detail h3 {
        font-size: 5.5vw;
    }

    #tissue .detail .about .sideBySide {
        flex-direction: column-reverse;
    }

    #tissue .detail .about .main_operations {
        grid-template-columns: 1fr;
    }

    #tissue #contents .detail_list {
        grid-template-columns: 1fr;
    }
    #tissue .officer {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    #tissue .officer table tr td span {
        display: block;
    }

    #tissue #officer .innerWrap > div:nth-child(2) {
        width: 100%;
    }
    #tissue #officer table colgroup col {
        width: auto !important;
    }
    #tissue #officer table tr th,
    #tissue #officer table tr td.totalAmount
    {
        display: none;
    }
    #tissue #officer table tr td {
        display: block;
        text-align: center !important;
        border: 0;
        padding: 2px 5px;
    }
    #tissue #officer table tr td.name {
        text-align: center;
        padding: .5em;
        background-color: var(--color-gray);
    }
    #tissue #officer table tbody tr td.detailName {
        padding-top: .5em;
    }
    #tissue #officer table tr {
        border-top: 1px solid #ccc;
    }
    #tissue #contents .list > dl > .symbol dd > div {
        flex-direction: column;
    }
    #tissue #contents .list > dl > .symbol dd > div div {
        text-align: center;
    }

    #search .map {
        flex-direction: column;
    }
    #search .area .box_bdr dl > div > dd ul {
        grid-template-columns: repeat(3, 1fr);
    }
    #search .area .box_bdr dl > div > dd ul .grid2 {
        grid-column: span 3;
    }
    #search .area .box_bdr dl > div > dd ul .grid3 {
        grid-column: span 3;
    }
}