#mainImg {
    background: linear-gradient(55deg, #f9e258 50%, transparent 50%), url("../guide/img/bg_main.jpg?ts=2403");
}
#tissue #mainImg {
    background: linear-gradient(55deg, #f9e258 50%, transparent 50%), url("../guide/img/bg_main_tissue.jpg");
}
#search #mainImg {
    background: linear-gradient(55deg, #f9e258 50%, transparent 50%), url("../guide/img/bg_main_search.jpg");
}

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

#index #contents #map .accessmap {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    margin-bottom: 2em;
}
#index #contents #map .accessmap .detail > div {
    margin-bottom: 2em;
}
#index #contents #map .accessmap .detail h3 {
    font-size: min(15pt, 3vw);
    background-color: #D1CCC9;
    padding: 5px 10px;
    margin-bottom: .5em;
}

#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;
}

#tissue #officer table {
    font-size: 90%;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto .5em;
}
#tissue #officer table colgroup col:nth-child(1){ width: 15%; }
#tissue #officer table colgroup col:nth-child(2){ width: 22%; }
#tissue #officer table tr th,
#tissue #officer table tr td
{
    padding: 5px 1em 5px 2px;
    border-bottom: 1px solid #000;
    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 .bgColor {
    background-color: #fff3d3;
}
#tissue #officer table .bgColorWhite {
    background-color: #fff;
}


#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: 1.5em;
}

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

.area_list{
    margin-bottom: 30px;
}
.area_list dl{
    position: relative;
}
.area_list dl:not(:first-child){
    margin-top: 20px;
}
.area_list dt{
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    z-index: 1;
    border: 1px solid #000;
}
.area_list dt:hover{
    background-color: #fff !important;
}
.area_list dd{
    display: none;
}
.area_list dl.bizen dt{
    border-color: #499749;
    background-color: #499749;
}
.area_list dl.bizen dt:hover{
    color: #499749;
}
.area_list dl.bizen dd{
    border-color: #499749;
}
.area_list dl.bichu dt{
    border-color: #b23688;
    background-color: #b23688;
}
.area_list dl.bichu dt:hover{
    color: #b23688;
}
.area_list dl.bichu dd{
    border-color: #b23688;
}
.area_list dl.mimasaka dt{
    border-color: #479ea1;
    background-color: #479ea1;
}
.area_list dl.mimasaka dt:hover{
    color: #479ea1;
}
.area_list dl.mimasaka dd{
    border-color: #479ea1;
}
.area_list dt::before{
    display: inline-block;
    content: "＞";
}
.area_list dt.on::before{
    transform-origin: 6px 11px;
    transform: rotate(90deg);
}
.area_list dd{
    border: 1px solid #999;
    padding: 10px 5px 0;
    margin-top: -1.2em;
    margin-bottom: 20px;
}
.area_list ul{
    margin-top: 1.2em;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.area_list ul > li{
    width: 150px;
    text-indent: 0 !important;
    margin-left: 0 !important;
}




#search .koryo {
    width: 50%;
    padding: 1em;
    border: 1px solid #DDD;
    height: 250px;
    line-height: 1.5;
}

#search .koryo img {
    margin-bottom: 1em;
}

#search .koryo input[type="text"] {
    border: 3px solid #DDD;
}

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

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

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


@media screen and (max-width: 430px){
    #index #contents #map .accessmap {
        flex-direction: column;
    }
    #index #contents #map .accessmap .detail h3 {
        font-size: 5.5vw;
    }

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

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

    #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;
    }

    #search .map {
        flex-direction: column;
    }
}