.guide_wrapper{
    /*最大幅は変更になる可能性あり*/
    max-width: 907px;
    margin: 0 auto;
}
.guide_heading_text{
    text-align: center;
    padding-top: 114px;
    padding-bottom: 71px;
}
.guide_under_heading_text{
    text-align: center;
    padding-bottom: 46px;
}
.guide_btn_switch_button_area {
    display: flex;
    justify-content: center;
    gap: 37px;
    margin-bottom: 61px;
}
.guide_wrapper button{
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 280px;
}
.guide_wrapper .toggleButton {
    padding: 10px 20px;
    border: 3px solid #FF7600;
    background-color: #ffffff;
    color: #FF7600;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
}
.guide_wrapper .toggleButton.active {
    background-color: #FF7600;
    color: white;
}
.guide_wrapper .hidden {
    display: none;
}
.guide_wrapper .content {
    margin-top: 20px;
    background-color: #fff;
}
.guide_wrapper h3{
    padding-bottom: 20px;
}
/*-----10/26〜10/28-----*/
.guide_btn_switch_button_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 61px;
}
.guide_wrapper button{
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 18px;
}
.left-align-button {
    margin-left:5px!important;
}
.content h3{
    color: #FF7600 !important;
    font-size: 28px !important;
}
.content_heading_flex_content{
    display:flex;
    align-items: center;
    gap:10px;
    margin-top: 70px;
}
.vertical-bar {
    width: 5px;            
    height: 25px;          
    background-color: #FF7600;
    border-radius: 3px;
}
.content_heading_flex01 h4{
    font-size: 25px;
}
.content_under_heading_content{
    margin-top: 25px;
}
p.content_under_heading_content_p01{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
p.content_under_heading_content_p02{
    font-size: 14px !important;
    margin-bottom: 10px;
}
a.content_under_heading_content_a01{
    font-size: 16px;
    margin-bottom: 10px;
    color: #0000FF;
}
.content_border{
    width: 100%;
    height: 1px;
    background-color: #DBDFE9;
    margin-top: 25px;
}
p.content_under_heading_content_p02_add,
a.content_under_heading_content_a01_add{
    margin-bottom: 0;
}
.content_border_heading h5{
    font-size: 18px;
    border-bottom: 1px solid #E1E4E7;
    display: block;
}
p.content_under_border_heading_p01{
    font-size: 14px;
    font-weight: 700;
}
p.content_under_border_heading_p02{
    font-size: 14px;
}
.content_border_heading01{
    margin-top: 30px;
}
.content_border_heading02{
    margin-top: 40px;
}
.content_under_border_heading{
    margin-top: 20px;
}
.content_under_heading_content_p01_marginbotto20{
    margin-bottom: 20px;
}
.content_under_heading_content_p01_margintop15{
    margin-top: 15px;
}
.content_under_heading_image{
    margin-top: 40px;
    text-align: center;
}
.content_orange_area{
    padding: 40px;
    box-sizing: border-box;
}
p.content_under_border_heading_p01_orange{
    color: #FF7600 !important;
    margin-bottom: 10px;
}
.content_under_border_heading_img p{
    font-size: 14px !important;
}
.content_orange_area{
    background-color: #FFFBF7;
    margin-top: 40px;
    border-radius: 5px;
}
.content_under_border_heading_img{
    margin-top: 20px;
}
p.content_under_border_heading_p01_blue{
    color: #0000FF !important;
    font-size: 14px !important;
}
.content_under_border_heading_margintop0{
    margin-top: 0 !important;
}
.content_under_border_heading_p01_marginbotto15{
    margin-bottom: 15px;
}
.content_table_area{
    margin-top: 25px;
}
.content_table_header{
    width: 100%;
    background-color: #FF7000;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    box-sizing: border-box;
}
.operations_table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 0 0 10px 10px;
}
.operations_table td {
    width: 50%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
.operations_table tr:nth-child(odd) td {
    background-color: #ffffff;
}
.operations_table tr:nth-child(even) td {
    background-color: #F4F4F4;
}
.operations_table tr td{
    border-right: 1px solid #E1E4E7;
}
@media(max-width:900px){
    .left-align-button {
        margin:0 auto !important;
    }
    .guide_wrapper{
        width: 95vw;
        margin: 0 auto !important;
    }
    .content_under_heading_image img{
        width: 80%;
    }
}
@media(max-width:768px){
    .guide_heading_text h2{
        font-size: 25px !important;
    }
    .guide_wrapper{
        width: 95vw;
        margin: 0 auto !important;
    }
    .content h3{
        font-size: 20px !important;
    }
    .content_under_heading_image img{
        width: 100%;
    }
    .content_heading_flex01 h4{
        font-size: 18px !important;
    }
    .content_orange_area{
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .guide_heading_text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .guide_wrapper button {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .guide_btn_switch_button_area {
        gap: 10px;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .content_heading_flex_content {
        margin-top: 45px;
    }
}
h5.content_border_heading01{
    font-size: 16px;
}
.content_under_border_heading p.content_under_border_heading_p01,
.content_under_border_heading p.content_under_border_heading_p02{
    font-size: 14px;
}
p.content_under_heading_content_p02_16{
    font-size: 14px;
}