.sitemap_wrapper{
    /*最大幅は変更になる可能性あり*/
    max-width: 1186px;
    margin: 0 auto;
}
.sitemap_heading_text{
    padding-top: 114px;
    padding-bottom: 47px;
}
.sitemap_top_btn_area{
    padding-bottom: 38px;
}
.sitemap_link_flex_content{
    display: flex;
}
.sitemap_link_flex{
    width: 375px;
}
a.btn_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    width: 100%;
    min-width: 193px;
    max-width: 193px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-right: 15px;
    background:#ff7600;
    border-radius: 5px;
}
a.btn_link::after {
    content: '';
    width: 7.79px;
    height: 7.79px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    border-width: 4px;
}
.sitemap_top_btn_area_after_the_second_area_first{
    padding-bottom: 14px;
}
.sitemap_link_flex_for_border {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
a.btn_link_after_the_second_area_first{
    background: #1D1D1D;
    min-width: 277px;
    max-width: 277px;
}
.horizontal_bar {
    width: 25px;
    height: 3px;
    background:#ff7600;
    border-radius: 2px;
    margin-right: 10px;
}
.horizontal_text {
    font-size: 16px;
}
.sitemap_link_flex_content02{
    /*ボタンのpadding-botto:14px;分を引く*/
    padding-top: 56px;
}
.sitemap_link_flex_content02 .horizontal_bar{
    background:#9A9A9A;
}
.sitemap_link_flex_content02 a.btn_link_after_the_second_area_first{
    background: #ffffff;
    border: 2px solid #1D1D1D;
}
.sitemap_link_flex_content02 a.btn_link::after{
    border-top: 4px solid #1D1D1D;
    border-right: 4px solid #1D1D1D;
}
.sitemap_top_btn_area_after_the_second_area_first img{
    width: 37.96px;
    height: auto;
}
/*==========レスポンシブ==========*/
/*(内容が決まってから記述します。)*/
/*---10/26〜10/27---*/
@media(max-width:1200px){
    .sitemap_wrapper{
        width:98vw;
        margin:0 auto;
    }
    .sitemap_link_flex_content{
        flex-wrap:wrap;
    }
    .sitemap_link_flex_for_border{
        padding-top:20px
    }
}
/*-------------*/
.sitemap_top_btn_area_after_the_second_area_first_none{
    display: none;
}