.int_ban{
    background: url(../images/int_ban.jpg) no-repeat;
}
.int_con {
    margin: 4rem 2rem 2rem 2rem;
}
.int_con_tit{
    position: absolute;
    top: 1rem;
    padding: .5rem;
    color: #fff;
    font-size: 1.5rem;
    width: 360px;
    background: #35a7e9;
    text-align: center;
}
.int_con1{
    flex-wrap: wrap;
}
.int_con1 .int_con_tit{
    border-top-right-radius: 20px;
    right: -160px;
}
.int_con2 .int_con_tit{
    border-top-left-radius: 20px;
    left: -160px;
}
.int_con3{
    border-bottom: 1px solid #ddd;
    margin-bottom: 5rem;
}
.int_con3:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.int_con3 .int_con_tit{
    border-top-right-radius: 20px;
    left: 0;
    top: -2rem;
}
.con{
    padding: 2rem 1rem;
}
.con h5{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.con h6 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
.con h6 strong {
    display: inline-block;
    margin-bottom: .5rem;
    color: #35a7e9;
    font-size: 1.5rem;
}
.con_txt {
    font-size: 1.125rem;
}
.con_txt .add::before, .con_txt .tel::before, .con_txt .fax::before, .con_txt .mail::before {
    color: #35a7e9;
}
.con_txt li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 50px;
    overflow-wrap: break-word;
}
.int_unit{
    background: url(../images/int_unit_bg.jpg) left center no-repeat fixed;
    padding: 80px 0 40px;
}
.int_unit .con{
    background: rgba(255, 255, 255, .8);
    margin-bottom: 5rem;
    min-height: 280px;
}
.int_unit .int_con_tit{
    position: absolute;
    top: -2rem;
    padding: .5rem;
    color: #fff;
    font-size: 1.5rem;
    width: 280px;
    background: #35a7e9;
    background: -moz-linear-gradient(top, rgba(255,255,255,.6) 0%, #35a7e9 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,.6) 0%, #35a7e9 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,.6) 0%, #35a7e9 100%);
    text-align: center;
    border-top-right-radius: 20px;
    left: 1rem;
}
/* .int_unit2{
    background: url(../images/int_unit_bg2.png) right bottom no-repeat;
} */

.int_left_tit i{
    font-size: 7rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.int_left_tit h3{
    font-size: 1.75rem;
    margin-top: .5rem;
    color: #35A7E9;
    font-weight: 600;
}
.int_stabox{
    padding: 2rem;
    box-shadow: 3px 10px 10px rgba(0,0,0,.2);
}
.int_stabox.box_b{
    border-top: 5px solid #35A7E9;
}
.int_stabox.box_g{
    border-top: 5px solid #0bd1b9;
}
.int_stabox.box_y{
    border-top: 5px solid #ffcf57;
}
.int_stabox.box_o{
    border-left: 5px solid #ff8552;
}
.int_stabox h3{
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.int_stabox.box_b h3{
    color: #35A7E9;
}
.int_stabox.box_g h3{
    color: #0bd1b9;
}
.int_stabox.box_y h3{
    color: #ffcf57;
}
.int_stabox.box_o h3{
    color: #ff8552;
}

.int_stabox ul{
    display: flex;
    flex-wrap: wrap;
}
.int_stabox ul li{
    font-size: 1.125rem;
    padding-left: 25px;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}
.int_stabox ul li::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #ccc;
    position: absolute;
    left: 3px;
    top: 8px;
    transform: rotate(45deg);
}
.stabox{
    display: flex;
    align-items: center;
}
.stabox + .stabox{
    margin-bottom: 3rem;
}
.stabox .blue_box.bg {
    position: relative;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
    background: #35a7e9;
    border-radius: 12px;
    padding: 1rem;
    margin-right: 2rem;
    width: 180px;
}
.stabox .blue_box h4 {
    line-height: 80px;
}

.stabox_txt h4{
    font-weight: 600;
    margin-bottom: 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid #ccc;
    color: #3d454f;
}
.int_stabox .stabox_txt ul li{
    width: 100%;
}

.int_btn {
    display: inline-block;
    font-size: 1.125rem;
    padding: 1rem 2rem;
    margin: .5rem 0;
    border: 1px solid #35a7e9;;
    background: #35a7e9;;
    color: #fff;
    transition: .3s;
}

.int_btn:hover {
    border: 1px solid #126fa5;
    background: #126fa5;
    color: #fff;
    border-radius: 12px;
    transition: .3s;
    cursor: pointer;
}
@media screen and (max-width:1439px) {
    .int_con{
        margin: 4rem 0 2rem 0;
    }
    .int_con3:last-child{
        padding: 0 1rem 2rem 0;
    }
    .int_unit2{
        background-size: 50%;
    }
    .int_unit2 .con{
        padding: 2rem 1rem 2rem 0;
    }
}
@media screen and (max-width:1199px) {
    .nav_year .nav-link{
        font-size: 1.25rem
    }
    .nav_year .nav-item .nav-link {
        padding: .5rem 1rem;
    }
    .int_stabox h3{
        font-size: 1.75rem;
    }
}
@media screen and (max-width:991px) {
    .int_stabox.box_b{
        border-top: 0;
        border-left: 5px solid #35A7E9;
    }
    .int_stabox.box_g{
        border-top: 0;
        border-left: 5px solid #0bd1b9;
    }
    .int_stabox.box_y{
        border-top: 0;
        border-left: 5px solid #ffcf57;
    }
    .int_stabox ul li br{
        display: none;
    }
    .nav_year{
        border-color: #f2f2f2;
    }
    .int_con1 .d-flex, .int_con2 .d-flex{
        flex-wrap: wrap;
    }
    .int_unit .con{
        padding: 2rem;
    }
    .int_unit2 .con{
        padding: 2rem 1rem;
    }
}
@media screen and (max-width:767px) {
    .int_con1 .int_con_tit{
        right: auto;
        left: 0;
        top: auto;
        bottom: -2rem;
    }
    .int_con2 .int_con_tit{
        right: 0;
        left: auto;
        top: auto;
        bottom: -2rem;
    }
}
/* 問卷 */
.que_top_txt{
    background: url(../images/que_bg.png) right bottom no-repeat;
    padding-bottom: 2rem;
}
.que_con_txt{
    width: 60%;
}
.inp_box {
    position: relative;
    margin-right: 1rem;
    font-size: 1.125rem;
}
.topic1 .d-flex{
    /* align-items: center; */
    flex-wrap: wrap;
}
.topic2 img{
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}
.que_eco, .que_env, .que_soc{
    position: relative;
    margin-bottom: 2rem;
}
.que_eco_tit{
    color: #ff8552;
    font-weight: 600;
}
.que_env_tit{
    color: #13a067;
    font-weight: 600;
}
.que_soc_tit{
    color: #126fa5;
    font-weight: 600;
}
.que_con_body .tab1 tr td:nth-child(3), .que_con_body .tab2 tr td:nth-child(3), .que_con_body .tab3 tr td:nth-child(3){
    text-align: left;
}
.que_eco .inp_box, .que_env .inp_box, .que_soc .inp_box{
    margin-right: 0;
}
.que_eco .inp_box .module_radio + label:before, .que_eco .inp_box .module_checkbox + label:before, .que_env .inp_box .module_radio + label:before, .que_env .inp_box .module_checkbox + label:before, .que_soc .inp_box .module_radio + label:before, .que_soc .inp_box .module_checkbox + label:before{
    margin-right: 0;
}
.que_eco .module_radio:checked + label:before{
    border: 1px solid #ff8552;
}
.que_eco .module_radio + label:after {
    background: #ff8552;
}
.que_eco .module_checkbox:checked + label:before {
    border: #ff8552;
    background: #ff8552;
}
.que_env .module_radio:checked + label:before{
    border: 1px solid #13a067;
}
.que_env .module_radio + label:after {
    background: #13a067;
}
.que_env .module_checkbox:checked + label:before {
    border: #13a067;
    background: #13a067;
}
.sug_box{
    margin: 1rem 0;
}
.que-d{
    width: 200px;
    height: 38px;
    border: 1px solid #ccc;
    padding: .5rem;
}
.sug_box p{
    margin-bottom: .5rem;
}

@media screen and (max-width:991px) {
    .que_top_txt{
        padding-bottom: 15rem;
        background-size: 100%;
    }
    .que_con_txt{
        width: 100%;
    }
}


/* 重大議題 */
.int_si_box{
    display: flex;
    flex-wrap: wrap;
}
.int_si_body{
    width: calc(100% / 4 - 2rem);
    margin: .5rem 1rem;
    text-align: center;
}

.int_si_box img{
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto .5rem;
}
.int_si_box h4{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
    text-align: center;
    color: #2C88B5;
}
.int_si_box h4.tit_o{
    color: #DD704A;
}
.int_si_box h4.tit_y{
    color: #DBAF4D;
}
.int_si_box h4.tit_g{
    color: #0BB59C;
}
.int_si_box h4.tit_b{
    color: #0CA0AF;
}
/* .int_si_box p{
    text-align:justify;
} */

.si_tab .si_tab_box{
    width: calc(100% / 3);
    font-size: 1.25rem;
}
@media screen and (max-width:1199px) {
    .si_txt{
        padding: 2rem 1.5rem;
    }
    .int_si_body{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .si_tab{
        flex-wrap: wrap;
    }
    .si_tab .si_tab_box{
        width: 100%;
    }
}
.si_tab .si_tab_box h4{
    font-size: 1.25rem;
    padding: 1rem 2rem;
    text-align: center;
    color: #fff;
}
.si_tab .si_tab_box h4.eco_bg{
    background: #ff8552;
}
.si_tab .si_tab_box h4.env_bg{
    background: #35a7e9;
}
.si_tab .si_tab_box h4.soc_bg{
    background: #0bd1b9;
}
.si_txt{
    padding: 2rem 3rem;
}
@media screen and (max-width:1199px) {
    .si_txt{
        padding: 2rem 1.5rem;
    }
}
.si_txt_bg{
    background: rgba(212,240,255,.3);
}
.si_item{
    margin-bottom: 1rem;
    min-height: 46px;
    display: flex;
    align-items: center;
}
.si_item .num_bgo, .si_item .num_bgb{
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 8px;
    margin-right: 1rem;
    color: #fff;
    background: #ff8552;
}
.si_item .num_bgb{
    background: #35a7e9;
}
.maj_box{
    margin-top: 4rem;
}
.tab1.maj_tab > tbody > tr > td:nth-child(1){
    color: #35a7e9;
    font-weight: 600
}
.tab1.maj_tab > tbody > tr > td:nth-child(2), .tab1.maj_tab > tbody > tr > td:last-child, .tab1.maj_tab > tbody > tr > td:nth-child(3){
    text-align: left;
}
.tab1.maj_tab > tbody > tr > td + td{
    border-left: 1px solid rgba(18, 111, 165, .8);
}
.maj_tab h6{
    color: #ff8552;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: .5rem;
    /* border: 1px solid #ff8552;
    border-radius: 12px;
    display: inline-block;
    padding: .25rem 1rem; */
}
.si_btn{
    position: relative;
    display: inline-block;
    font-size: 1.125rem;
    color: #fff;
    background: #35a7e9;
    padding: 1.25rem 3rem;
    z-index: 0;
    transition: .3s;
}
.si_btn::before{
    content: "\ea1a";
    font-size: 5rem;
    font-family: icomoon;
    color: #fff;
    position: absolute;
    bottom: -2.5rem;
    right: -.5rem;
    opacity: .2;
}
.si_btn:hover{
    color: #fff;
    background: #126fa5;
    border-radius: 12px;
    transition: .3s;
}