.access {
    margin-top: 50px;
}

.office-data {
    /* background: #ccc3b0; */
    /* border-radius: 0.8rem; */
    /* padding: 2rem; */
    display: flex;
    gap: 2rem;
	justify-content: center;
}

.office-data .txt {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: -30px 25px 0;
    border: 1px solid #ece3d9;
    border-top: 4px solid #ff6600;
    border-radius: 6px;
    position: relative;
    z-index: 14;
}
.office-data dl {
    margin-bottom: 10px;
    border-bottom: 2px dotted #ece3d9;
    padding-bottom: 10px;
}
.office-data dl:nth-child(5) {
    border-bottom: none;
}
.office-data dt {
    font-size: 18px;
    font-weight: bold;
}
.office-data dd {
    font-size: 16px;
    line-height: 1.4;
}
.office-data dd span {
    font-size: 14px;
}
.office-data .photo {
    padding: 0 15px;
}
.office-data .photo iframe {
    width: 100%;
    height: 300px;
}

.office-data .txt div p {
	margin: 0;
    font-size: 1.8rem;
    color: #3f3625;
}

.office-data .txt span {
    font-size: 1.8rem;
}

.office-data .txt div {
	padding: 16px 10px 12px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #ED6D02;
    line-height: 1.3;
    margin: 20px 0;
}

.office-data a {
    background: #fff;
    border: 2px dotted #fd7e01;
    border-radius: 24px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #fd7e01;
}
.office-data a:hover {
    color: #fff;
    background: #fd7e01;
}
.office-data a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}
.office-data a span:before,
.office-data a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}
.office-data a span:before {
    left: 0px;
    top: -0.5px;
    width: 11px;
    height: 1px;
    background: #fd7e01;
}
.office-data a span:after {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fd7e01;
    border-right: 1px solid #fd7e01;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.office-data a:hover span:before {
    background: #fff;
}
.office-data a:hover span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.office-access {
    margin: 40px 15px 0;
    background: #fff;
    padding: 20px 10px 10px;
}
#page-access h3.tit_line {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
#page-access .tit_line:after {
    content: " ";
    display: block;
    width: 40%;
    height: 1px;
    border-top: 3px dotted #5a2d00;
    margin: 10px auto;
}
.office-access .lead {
    text-align: center;
}
.office-access ul {
    margin: 0 10px;
}
.office-access ul li {
    margin-top: 20px;
}
.office-access ul li p {
    margin-top: 5px;
}
.office-access ul li img {
    width: 100%;
}

.office-access ol {
    margin: 0 10px;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
}
.office-access ol li {
    margin-top: 20px;
    position: relative;
}
.office-access ol li::before {
    counter-increment: item;
    content: counter(item);
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    background: #fdad01;
    position: absolute;
    text-align: center;
    left: 50%;
    top: -10px;
    margin-left: -20px;
    border-radius: 50%;
}
.office-access ol li p {
    margin-top: 5px;
}
.office-access ol li img {
    width: 100%;
    border-radius: 5px;
}

.office-access .tit_line {
    margin-bottom: 20px;
    text-align: left;
}
.office-top-inner {
    margin: 20px 15px 20px;
    padding: 0 20px;
}
.office-top .tit_line {
    margin-bottom: 20px;
    text-align: left;
}
.office-top-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.office-top-box {
    padding: 16px;
    background-color: #fbf6e1;
    border-radius: 8px;
}
.office-top-box__title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: center;
}
.office-top-box__count {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.office-top-box__count span {
    font-size: 42px;
    color: #fdad01;
}
.office-top-box__period {
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    margin-top: 8px;
}
.office-top-box__cap {
    margin-top: 4px;
    font-size: 12px;
}

@media (min-width: 768px) {
    #page-access #content > h2 {
        margin: 50px 0;
    }
    #page-access .tit_line:after {
        width: 20%;
    }

    .office-data .photo {
        padding: 0;
    }
    .office-data .photo iframe {
        width: 600px;
        height: 450px;
    }

    .office-data .txt {
        margin: 0;
    }

    .access {
        padding: 60px 0;
    }
    .office-access ul li {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 30px 1%;
    }
    .office-access ul li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 940px) {
    #page-access .page-content {
        background-size: 100%;
    }
    .office-data {
/*         overflow: hidden; */
    }
    .office-data .txt {
        /* float: left; */
        /* width: 400px; */
        /* margin: 20px 0 0 -10%; */
        margin: 0;
        box-sizing: border-box;
        padding: 20px;
    }
    .office-data .photo {
        /* float: left; */
        padding: 0;
    }
    .office-data dt,
    .office-data dd {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
    }
    .office-data dt {
        width: 26%;
    }
    .office-data dd {
        width: 72%;
		vertical-align: baseline;
    }
    .office-data dd span {
        font-size: 14px;
    }
    .office-data a {
        font-size: 18px;
    }
    #page-access h3.tit_line {
        font-size: 26px;
    }
    #page-access h3.tit_line:after {
        width: 10%;
    }
    .access {
        padding: 100px 0 120px;
        margin-top: -60px;
    }
    .access .inner {
		max-width: 120rem;
        width: 100%;
        margin: 0 auto;
/*         overflow: hidden; */
    }
    .office-access {
        margin: 100px auto 0;
        padding: 50px 10px;
    }
    .office-access .lead {
        text-align: center;
        padding: 0 120px;
    }
    .office-access ul {
        margin: 0;
    }
    .office-access ul li {
        width: 300px;
        display: inline-block;
        margin: 0 30px 30px 0;
        position: relative;
    }
    .office-access ul li:nth-child(2n) {
        margin: 0 30px 30px 0;
    }
    .office-access ul li:nth-child(3n) {
        margin-right: 0;
    }
    .office-access ul li:after {
        content: " ";
        display: block;
        border: 18px solid transparent;
        border-left: 22px solid #f2f2cb;
        position: absolute;
        right: -46px;
        top: 50%;
        margin-top: -36px;
    }
    .office-access ul li:nth-child(3n):after {
        display: none;
    }

    .office-access ol {
        margin: 0;
    }
    .office-access ol li {
        width: 300px;
        display: inline-block;
        margin: 0 30px 30px 0;
        position: relative;
    }
    .office-access ol li:nth-child(2n) {
        margin: 0 30px 30px 0;
    }
    .office-access ol li:nth-child(3n) {
        margin-right: 0;
    }
    .office-access ol li:after {
        content: " ";
        display: block;
        border: 18px solid transparent;
        border-left: 22px solid #f2f2cb;
        position: absolute;
        right: -46px;
        top: 50%;
        margin-top: -36px;
    }
    .office-access ol li:nth-child(3n):after {
        display: none;
    }
    .office-access .tit_line {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 40px;
        text-align: left;
    }
    .office-top {
        margin-top: 80px;
    }
    .office-top-inner {
        padding: 0 40px;
    }
    .office-top .tit_line {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 40px;
        text-align: left;
    }
    .office-top-wrap {
        flex-direction: row;
        gap: 20px;
    }
    .office-top-box {
        padding: 40px 25px;
        width: 50%;
    }
    .office-top-box__title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .office-top-box__count {
        font-size: 20px;
    }
    .office-top-box__count span {
        font-size: 52px;
    }
    .office-top-box__period {
        font-size: 24px;
    }
    .office-top-box__cap {
        margin-top: 8px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .office-data {
        flex-direction: column;
    }

    .office-data .photo {
        padding: 0;
    }

    .office-data .photo iframe {
        width: 100%;
        height: 300px;
    }

    .office-data .txt {
        margin: 0;
    }
}
