@charset "utf-8";
/* CSS Document */

.num_list{
    list-style-type: decimal;
    padding: 0 0 0 1.5em;
}
.num_list .mb1{
    margin-bottom: 10px;
}
.text_wrap{
    display: flex;
}
.text_wrap .title{
    width: 150px;
}
.text_wrap .row{
    display: flex;
    justify-content: space-between;
    width: 160px;
}
.text_wrap .row{
    text-align: right;
}
.photo_set{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.photo_set li{
    width: 45%;
    padding: 5px;
    box-shadow: 0px 0px 2px #999999;
    background-color: #fff;
}
.photo_set li img{
  display: block;
  width: 100%;
}