@charset "UTF-8";
/* CSS Document */
/*共通=========================*/
.sub_link-btn-oren {
    max-width: 40%;
    margin: 0;
    color: #fff;
    background-color: #FC6813;
}
.download-wrap {
    margin: 20px 0 0 0;
    display: flex;
    flex-flow: column;
    gap: 0px;
    justify-content: flex-start;
}
h1 {
    scroll-margin-top: 140px;
}
.cen-img {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    width: 90%;
}
.cen-img img {
    width: 100%;
    max-width: 780px;
    display: flex;
}
.list_ore-dot strong {
    display: inline-block;
    margin-right: 12px;
}
/*お知らせ=========================*/
#news-article .two-title {
    margin: 20px auto 40px;
}
#news-article .news-day {
    margin: 60px 0px 0px 10px;
    font-size: 100%;
    display: block;
    color: #FC6813;
}
.news-year-selector {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.newsmenu-select {
    width: 100%;
}
.newsmenu-select {
    padding: 10px 100px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 120%;
    border: 2px solid #FC6821;
    border-radius: 5px;
    background-color: #fff;
}
.new-list-box .img-news img {
    width: 100%;
    max-width: 350px;
    height: 230px;
    margin: 10px 0 0 0;
    border-radius: 5px;
}
/*===　お知らせ一覧のタイトル　===*/
.news-list_wrap {
    width: 98%;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    max-height: 800px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFF5EF;
}
.new-list-box {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.new-list-box li {
    display: flex;
}
.list-news_box {
    width: 110px;
    padding: 2px;
    margin: 0px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #FFF5EF;
}
/*カテゴリー分け*/
.category_btn-list {
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.category_btn-list span {
    width: 10%;
    padding: 7px 10px;
    line-height: 130%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    background: #EDF8F8;
    box-sizing: border-box;
}
.category_btn-list_item {
    width: 14%;
    margin-left: 20px;
    padding: 7px;
    display: inline-flex;
    justify-content: center;
    background-color: #fff;
    color: #FC6813;
    font-weight: 700;
    border-radius: 28px;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.category_btn-list_item.is-active {
    text-decoration: none;
    color: #fff;
    background-color: #FC6813;
}
.is-hide {
    display: none !important;
}
.news-content-list {
    margin: 0 auto;
    padding: 0;
    min-height: 100px;
    height: auto;
    max-height: 700px;
    list-style: none;
    overflow-y: scroll;
    background-color: #fff;
    border-top: 2px solid #FFDCC7;
    border-bottom: 2px solid #FFDCC7;
    position: relative;
}
/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}
.scrollbar {
    /* Firefox用 */
    scrollbar-width: thin;
    scrollbar-color: #FC6813 #F5EEEA;
    -webkit-overflow-scrolling: touch;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-orange::-webkit-scrollbar-thumb {
    opacity: 1;
    background-color: #FC6813;
}
/* つまみの後ろの背景（レール）も設定したい場合 */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.category-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.news-content {
    margin: 0px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-list-title {
    margin: 20px 0 0;
    font-weight: 700;
    font-size: 110%;
}
.news-content-list_item + .news-content-list_item {
    border-top: 2px solid #FFDCC7;
}
/*お知らせの並びデザイン*/
.news-content .news-day {
    color: #FC6813;
}
.news-content .news-category, .news-content .event-category, .news-content .active-category, .news-content .doctor-category {
    width: 130px;
    margin: 0;
    padding: 2px 4px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 90%;
    line-height: 170%;
    border-radius: 30px;
}
.news-content .news-category {
    background-color: #FC6813;
    color: #fff;
}
.news-content .event-category {
    background-color: #FFDD90;
}
.news-content .active-category {
    background-color: #338C90;
    color: #fff;
}
.news-content .doctor-category {
    background-color: #3A67AC;
    color: #fff;
}
.news-content .news-title {
    font-size: 1.8rem;
    text-decoration: none;
}
.news-content .news-title:hover {
    opacity: 0.6;
}
.news-content-list_item.is-hide {
    display: none;
}
.news-list-link {
    width: 100%;
    display: flex;
    justify-content: end;
}
.news-list-link a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FC6813;
    gap: 4px;
    transition: 0.2s;
}
.news-list-link a:hover {
    opacity: 0.5;
    transition: 0.2s;
}
/*===　先生のname　============================*/
.sub_center-name {
    margin: 60px auto 0;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 32px;
}
.name-wrap_dc {
    display: flex;
    flex-flow: column;
    align-items: self-start;
    justify-content: end;
    font-size: 120%;
    font-weight: 700;
}
.name-wrap_dc .furigana {
    margin: 0px 0px 0px 10px;
    font-size: 80%;
}
.dc-name-img {
    width: 100%;
    max-width: 360px;
    height: fit-content;
}
.dc-name-img img {
    border-radius: 10px;
    width: 90%;
}
.dc-name {
    display: flex;
    align-items: center;
}
.name-wrap_dc img {
    width: 30px;
    height: 30px;
}
/*===　がん治療センター　=========================*/
.sub-dc_img {
    position: relative;
}
.center-greeting_wrap {
    max-width: 1200px;
    width: 98%;
    position: relative;
    margin: 0 auto;
    height: 682px;
}
.center-greeting_wrap .main-dc {
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: 0% 57%;
    border-radius: 10px;
}
.center-greeting_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/sub/message_top-pc.svg"), url("../img/sub/message_btm-pc.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 0%, 100% 100%;
}
.cen_sp-img-top, .cen_sp-img-btm {
    display: none;
    width: 100%;
}
.message-wrap {
    width: 90%;
    margin: 0 auto;
}
.messa-txt {
    margin: 32px auto;
    text-align: center;
    position: relative;
}
.messa-txt::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/logo-Orange.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    background-position: 100% 100%;
    z-index: -1;
}
.message-wrap img {
    width: 100%;
    max-width: 70%;
    min-width: 620px;
    margin: 80px auto 0;
    display: block;
}
.huku-dc_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.huku-dc_list li {
    display: flex;
    gap: 32px;
}
.yaku_dc-wrap {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 10px;
}
.yaku_dc-wrap p {
    font-size: 150%;
}
.yaku_dc-wrap img {
    width: 50px;
    height: 50px;
}
.name_dc {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-flow: column;
    font-size: 120%;
}
.name_dc span {
    display: flex;
    font-size: 60%;
}
.huku-dc_img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px
}
#sub-center .list_ore-number a, .cap-link_oren {
    color: #FC6813;
}
.right-txt {
    margin: 20px auto 0;
    text-align: right;
}
.cap-link_oren:hover {
    color: #FFDD90;
    transition: 0.3s;
}
#sub-center .b-tel {
    max-width: fit-content;
    font-weight: 500;
    text-decoration: underline;
    pointer-events: auto;
}
#ab-toggle {
    display: none;
}
.more-content {
    margin-top: 30px;
}
#sub-pdca .oren {
    display: contents;
}
.pdcacycle_wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 60px 40px;
    flex-flow: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pdcacycle_wrap li {
    width: calc(50% - 20px);
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.pdca-title {
    width: 80%;
    text-align: center;
    background-color: #FFDCC7;
    border-radius: 5px;
}
.pdcacycle_wrap li img {
    width: 100%;
    max-width: 480px;
    height: auto;
}
/*===　がんとくらし　============================*/
#sub-life .download-wrap {
    max-width: 75%;
}
#sub-life .sub_link-btn-oren {
    width: 50%;
}
/*===　部門紹介　============================*/
.dept-wrap {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
.dept-wrap .dept-list {
    margin: 40px 0px 0px 0;
    padding: 40px;
    box-sizing: border-box;
    background-color: #FFDCC7;
    border-radius: 10px;
    position: relative;
}
.dept-wrap .dept-list:nth-child(even) {
    background-color: #FFF5EF;
}
.dept-wrap .dept-list::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 100px;
    top: 0;
    right: 10px;
    background-image: url("../img/logo-Orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.5;
    z-index: 0;
}
.dept-list-box {
    width: 100%;
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    gap: 32px;
}
.dept-list-box .dept-title {
    display: block;
    color: #FC6813;
    font-size: 120%;
    font-weight: 700;
}
.dept-list-box .dept-img {
    width: 90px;
}
.dept-btn_wrap {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
    list-style: none;
}
.dept-gaibu {
    display: flex;
    justify-content: flex-end;
}
.dept-gaibu .sub_link-btn-oren {
    max-width: 410px;
}
.dept-btn_wrap li {
    width: calc(50% - 20px);
    height: 100%;
    display: flex;
}
.dept-btn_wrap a {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    justify-content: space-between;
    color: #FC6813;
    transition: 0.3s;
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px 1px rgba(224, 203, 191, 0.3);
}
.dept-btn_wrap a:hover {
    transition: 0.3s;
    background-color: #FFDD90;
    border: 2px solid #fff;
}
/*===　がん相談支援センター================================================*/
.soudan_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 32px auto;
    background-color: #FFF5EF;
    border-radius: 10px;
    padding: 32px 40px;
    box-sizing: border-box;
}
.aten-voice_wrap {
    text-align: center;
}
.aten-voice_wrap .aten-voice {
    font-size: 130%;
    font-weight: 700;
    color: #FC6813;
}
.soudan_wrap .soudan-route_wrap {
    margin: 20px auto 0;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.soudan_wrap .soudan-route_wrap h3 {
    padding: 0;
    text-align: center;
    font-size: 130%;
}
.soudan-title {
    margin: 0 0px 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FC6813;
    font-weight: 700;
    font-size: 120%;
    gap: 8px;
}
.soudan-title img {
    width: 40px;
    height: 40px;
}
.soudan_wrap .soudan-route {
    margin: 20px auto 0;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soudan_wrap .soudan-route .box-txt, .hidamari-time_wrap .box-txt {
    font-weight: 700;
    font-size: 110%;
    align-items: baseline;
}
.soudan_wrap .soudan-route .box-txt_mini {
    font-weight: 700;
    font-size: 80%;
}
.soudan_box {
    position: relative;
    width: 50%;
}
.soudan_box::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    background-color: #FFDCC7;
}
.soudan_box:last-child::after {
    display: none;
}
.soudan_box .box-title {
    width: 30%;
    font-size: 100%;
    border-radius: 5px;
    letter-spacing: 0px;
}
.soudan_box .list_box li {
    margin: 0 0 10px 0;
}
.soudan-open_wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}
.soudan-open_wrap li {
    margin: 0 0 32px 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFF5EF;
}
.soudan-open_wrap li:last-child {
    margin: 0;
}
.three-title_w {
    margin: 0 0px 20px 0;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FC6813;
    font-weight: 700;
    font-size: 120%;
    gap: 8px;
    border-radius: 5px;
    background-color: #fff;
}
.soudan-open_wrap .soudan_day-time {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.soudan-open_wrap .soudan_day-time span {
    width: 10%;
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 8px;
}
.point-soudan {
    font-weight: 700;
    display: flex;
    align-items: baseline;
    font-size: 150%;
    color: #FC6813;
}
.point-soudan span {
    font-size: 70%;
    color: #FC6813;
    display: block
}
.hidamari-time_wrap {
    margin: 20px 0;
}
.hidamari-time_wrap .list_box li {
    margin: 0 0 10px 0;
}
.hidamari-time_wrap .aten-cap {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.soudan-line_wrap {
    margin: 32px 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFF5EF;
}
.soudan-line_flex {
    display: flex;
}
.rp_wrap {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.img_wrap {
    width: 50%;
    display: flex;
}
.img_wrap img {
    width: 100%;
    max-width: 400px;
    height: 480px;
    object-position: top;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid #FFDCC7;
    border-radius: 5px;
}
.rp_wrap a {
    color: #FC6813;
}
.rp_wrap a:hover {
    transition: 0.3s;
    color: #FFB817;
}
.rp_wrap img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 5px;
    border: 1px solid #FC6813;
}
.rp_wrap .aten-cap {
    margin: 0 auto;
}
/*===　がんのリハビリ　============================*/
#rehab-tb .tb-txt {
    text-align: center;
}
.txt-right {
    text-align: right;
    font-size: 100%;
}
/*がん協議会================================================*/
.gankyogikai_img-wrap {
    width: 60%;
    margin: 0 auto;
}
.gankyogikai_img-wrap img {
    width: 100%;
    height: 100%;
}
.bukai_list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-flow: column;
    gap: 40px;
}
.bukai_list .bukai_list-itam {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.bukai-title {
    font-size: 120%;
}
.bukai_list .bukai_list-itam p {
    text-align: center;
}
.bukai_list .bukai_list-itam .bukai-link {
    width: 50%;
    max-width: 400px;
    margin: 20px auto 0;
    padding: 14px 20px;
    background-color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}
.bukai_list .bukai_list-itam .bukai-link:hover {
    box-shadow: 3px 3px 5px 0px rgba(200, 203, 203, 0.5);
    transition: 0.3s;
}
/*矢印*/
.arrow-bukai {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-color: #fff;
}
.arrow-link-b {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    margin: 0px 0.5% 0px 0.2%;
}
.arrow-bukai::before, .arrow-bukai::after {
    content: "";
    width: 7px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    right: 7px;
}
.arrow-bukai::before {
    top: calc(40% - 1px);
    transform: rotate(45deg);
}
.arrow-bukai::after {
    bottom: calc(70% - 8px);
    transform: rotate(-45deg);
}
.sub-nav-list li a:hover .arrow-link-b::before, .sub-nav-list li a:hover .arrow-link-b::after {
    background: #FC6813;
    transition: all 0.2s;
}
/*色  がん登録----------------------*/
.gantouroku {
    background-color: #F7FCFF;
}
.gantouroku-t {
    color: #1599DB;
}
.gantouroku-l {
    color: #1599DB;
    border: 1.5px solid #1599DB;
}
.gantouroku-a::before, .gantouroku-a::after {
    background: #1599DB;
}
/*色  情報支援----------------------*/
.johosien {
    background-color: #ECFAF5;
}
.johosien-t {
    color: #089D6A;
}
.johosien-l {
    color: #089D6A;
    border: 1.5px solid #089D6A;
}
.johosien-a::before, .johosien-a::after {
    background: #089D6A;
}
/*色  緩和ケア----------------------*/
.kanwa {
    background-color: #FFF8EB;
}
.kanwa-t {
    color: #F0A212;
}
.kanwa-l {
    color: #F0A212;
    border: 1.5px solid #F0A212;
} /*色  がん生殖----------------------*/
.seishyoku {
    background-color: #FFF4FA;
}
.seishyoku-t {
    color: #F26EA9;
}
.seishyoku-l {
    color: #F26EA9;
    border: 1.5px solid #F26EA9;
}
/*色  薬物----------------------*/
.yakubutsu {
    background-color: #F9F7FD;
}
.yakubutsu-t {
    color: #976FE3;
}
.yakubutsu-l {
    color: #976FE3;
    border: 1.5px solid #976FE3;
}
.yakubutsu-a::before, .yakubutsu-a::after {
    background: #976FE3;
} /*色  放射線----------------------*/
.hosyasen {
    background-color: #F6FCEA;
}
.hosyasen-t {
    color: #7FAF19;
}
.hosyasen-l {
    color: #7FAF19;
    border: 1.5px solid #7FAF19;
}
.hosyasen-a::before, .hosyasen-a::after {
    background: #7FAF19;
}
/*がん協議会-活動報告================================================*/
#active-list .list_ore-number li p {
    width: 100%;
    margin-left: 30px;
}
/*がん協議会-放射線治療部会================================================*/
.hp-tel_wrap {
    width: 100%;
    display: flex;
}
.b-tel {
    width: 100%;
    max-width: 150px;
    display: flex;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    color: #FC6813;
    align-items: center;
    pointer-events: none;
}
.b-tel:hover {
    transition: 0.3s;
    color: #FFB817;
}
.b-tel img {
    width: 30px;
    height: 30px;
}
#sekizui {
    width: 98%;
    margin: 0 auto;
}
#sekizui .download-wrap {
    margin: 20px auto;
    display: flex;
    align-items: center;
}
.hosyasen-width {
    width: 42%;
}
.sekizui_wrap {
    width: 98%;
    margin: 0 auto;
    align-items: flex-start;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.sekizui_wrap .m-left {
    margin-left: 20px;
}
.sekizui_wrap .sekizui_img {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
}
.sekizui_wrap img {
    width: 100%;
    border-radius: 5px;
}
.hanso_flow-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
.aten-cap {
    width: 70%;
    max-width: 510px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #FC6813;
    background-color: #fff;
    color: #FC6813;
    text-align: center;
    border-radius: 5px;
}
.hanso_flow-list li {
    width: calc(50% - -10px);
    min-height: 200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFF5EF;
    position: relative;
}
.hanso_flow-list li::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 40%;
    background-image: url("../img/arrow-nav_ore.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.hanso_flow-list li:last-child::after {
    display: none;
    background-image: none;
}
.hanso_flow-list li .hanso_step {
    text-align: center;
    color: #FC6813;
    font-weight: 700;
}
.hanso_flow-list li span {
    font-weight: 700;
    text-align: center;
    display: block;
}
/*医療関係者へ=========================*/
.medical_list .box-txt {
    font-weight: 500;
    font-size: 100%;
}
.medical_list .box-title {
    color: #FC6813;
    letter-spacing: 0px;
}
#cancer_aten .aten-cap {
    width: 98%;
    max-width: fit-content;
    text-align: left;
    margin: 0 auto;
}
#sub-cancer.list_ore-dot li.list_ore_flex {
    display: flex;
    align-items: flex-start;
}
#sub-cancer .list_ore-dot-point {
    width: 100%;
    max-width: 50px;
    margin: 0;
}
.cancer-download_list {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    list-style: none;
    gap: 20px 20px;
}
.cancer-download_list li {
    width: calc(22% - -10px);
    gap: 20px;
}
.cancer-download_list li a {
    max-width: 100%;
}
/*お問合せ・アクセス========================*/
#contact .hidamari-time_wrap .box-txt {
    font-weight: 500;
}
#contact .open_list {
    display: flex;
    gap: 22px;
}
#contact .box-txt_wrap {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-start;
}
#contact .openroute_list {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    gap: 22px;
    list-style: none;
    position: relative;
    color: #FC6813;
}
#contact .openroute_list_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#contact .openroute_list li {
    align-items: center;
    gap: 10px;
    position: relative;
}
#contact .openroute_list li::after {
    content: '/';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -26px;
    top: 5px;
    color: #FC6813;
}
#contact .openroute_list li:last-child::after {
    display: none;
}
#contact .openroute_list li img {
    width: 30px;
    height: 30px;
}
#contact .googlemap-wrap iframe {
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
#sub-access .soudan-open_wrap .list_ore-number li {
    margin: 0 0 20px 0;
    padding: 0px 0px 0 30px;
}
#sub-access .soudan-open_wrap .list_ore-number li:before {
    top: 4px;
}
#sub-access .annai_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}
#sub-access .car_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
}
#sub-access .annai-img {
    width: 50%;
}
#sub-access .annai-img img, #sub-access .car_wrap img {
    width: 100%;
    height: 90%;
    border-radius: 5px;
}
#sub-access .googlemap-wrap {
    width: 50%;
}