@charset "UTF-8";

.wrap_depart {
   height: 100%;
}
.wrap_depart h2 {
   font-size: 37px;
   color: #fff;
   font-family: "Dream Bold";
   letter-spacing: -2px;
   position: absolute;
}
.wrap_depart h2 b {
   display: none;
}

.newListBox {
   position: relative;
}

.newListBox ul {
   position: relative;
   display: flex;
   justify-content: space-between;
   list-style: none;
   flex-wrap: wrap;
}

.newListBox ul li {
   position: relative;
   background: #fff;
   border: 1px solid #ddd;
   width: 49.5%;
   padding: 20px 20px;
   box-sizing: border-box;
   margin-bottom: 30px;
}

.newListBox ul li .item_1 {
   position: relative;
   display: flex;
   justify-content: space-between;
   margin-bottom: 30px;
}

.newListBox ul li .item_1 .text_1 {
   position: relative;
   font-size: 26px;
   color: #151515;
   font-family: "Dream Bold";
}

.newListBox ul li .item_2 {
   position: relative;
   display: flex;
}

.newListBox ul li .item_2 .textBox {
   position: relative;
   padding-right: 50px;
   box-sizing: border-box;
   width: calc(100% - 150px);
}

.newListBox ul li .item_2 .textBox .text_2 {
   font-size: 18px;
   color: #444;
   font-family: "Dream Medium";
}

.newListBox ul li .item_2 .textBox .text_3 {
   font-size: 16px;
   color: #666;
   margin-top: 20px;
   font-family: "Dream Medium";
}

.newListBox ul li .item_2 .imgBox {
   position: relative;
   width: 150px;
   height: 150px;
   overflow: hidden;
   background: #fff;
   border: 1px solid #ccc;
}

.newListBox ul li .item_2 .imgBox img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   max-width: 100%;
   max-height: 100%;
}

.newListBox ul li > a {
   position: relative;
   display: block;
   width: 140px;
   margin-top: 40px;
   padding: 15px;
   font-family: "Dream Medium";
   font-size: 15px;
   color: #fff;
   background: #151515 url(../images/plus.png) 90% center no-repeat;
   text-decoration: none;
}
