@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
body .eng {
    font-family: 'Josefin Sans','Noto Sans JP', Verdana,"Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","Helvetica Neue","Helvetica","Arial", sans-serif!important;
    font-weight: bold;
}

#info .def_lst{
    margin: 100px auto 0;
    width: 100%;
    max-width: 1200px;
    border-top: 2px solid #BEB29D;
    border-left: 2px solid #BEB29D;
    display: flex;
    flex-wrap: wrap;
    
}
#info .def_lst .def_lst_dt,
#info .def_lst .def_lst_dd {
    display:flex;
    border-bottom: 2px solid #BEB29D;
    border-right: 2px solid #BEB29D;
    box-sizing: border-box;
}
#info .def_lst .def_lst_dt{
    background: #CBC1B0;
    text-align: center;
    color: #fff;
    width: 400px;
    font-size: 130%;
    font-weight: bold;
    padding: 22px 10px;
    justify-content: center;
    align-items: center;
}
#info .def_lst .def_lst_dt h3 {
font-weight:bold;
}

#info .def_lst .def_lst_dd{
    width: calc(100% - 400px);
    max-width: 800px;
    font-size: 115%;
    align-items: center;
    padding: 23px 50px 23px 50px;
    line-height: 2;
    flex-wrap: wrap;
}
#info .def_lst .def_lst_dd ul{
    width: 100%;
}
#info .def_lst .def_lst_dd ul li {
    position: relative;
    padding-left: 15px;
}
#info .def_lst .def_lst_dd ul li:before{
    position: absolute;
    left: 0;
    content: "¡ö";

}
@media screen and (max-width:1024px){
    #info .def_lst {
        width: calc(100% - 100px);
    }
    #info .def_lst .def_lst_dt{
    width: 50%;
}
#info .def_lst .def_lst_dd{
    width: 50%;
}
}
@media screen and (max-width:896px){
    #info .def_lst {
        width: 90%;
    }
}
@media screen and (max-width:767px){
  #info .def_lst .def_lst_dd.txt_left.sp_center {
  text-align:center;
justify-content: center;
  }
    #info .def_lst {
        width: 100%;
        margin-top: 50px;
    }
    #info .def_lst .def_lst_dt,
    #info .def_lst .def_lst_dd {
        width: 100%;
        justify-content: center;
        padding: 10px 4%;
    }
    #info .def_lst .def_lst_dt {
        font-size: 115%;
    }
    #info .def_lst .def_lst_dd {
        font-size: 100%;
    }
   #info .def_lst .def_lst_dd.txt_left {
    text-align: left;
        justify-content: flex-start;
     
}
}
