.content{
    width: 100%;
    box-sizing: border-box;
    margin-top: 5%;
    padding: 2% 2%;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .2);
}
.note_list{
    list-style: none;
    font-size: 16px;
    line-height: 2em;
}
.note_list li{
    text-indent: -2em;
    padding-left: 2em;
    font-weight: 600;
}
.color_word{
 color: #037AAB;
}
.content_area{
    display: block;
}
.gate_title{
    width: 100%;
    text-align: center;
    font-size: 26px;
}
.gate_picture{
    /* width: 48%; */
    display: flex;
    margin-top: 100px;
}
.gate_area{
    margin-top: 7%;
    width: 100%;
}
.card_area{
    margin-left: -10%;
}
.card1{
    margin-top: -12%;
}
.card2{
    margin-top: -5%;
}
.right{
    display: none;
}
.down{
    display: inline;
}
.induction_icon{
    width: 16px;
}
@media screen and (min-width:769px) {
    .content_area{
        display: flex;
        justify-content: space-between;
        align-items:center;
    }
    .content{
        margin-top: 50px;
        width: 52%;
    }
    .right{
        display: inline;
    }
    .down{
        display: none;
    }
    .gate_area{
        margin-top: 0;
        width: 40%;
    }
}
@media screen and (min-width:1100px) {
    .note_list{
        font-size: 18px;
    }
    .induction_icon{
        width: 18px;
    }
}
@media screen and (min-width:1200px) {
    .gate_title{
        font-size: 32px;
    }
    .note_list{
        font-size: 19px;
    }
    .induction_icon{
        width: 19px;
    }
}
@media screen and (min-width:1400px) {
    .gate_title{
        font-size: 36px;
    }
    .note_list{
        font-size: 20px;
    }
    .induction_icon{
        width: 20px;
    }
}
