/* ---------------------------------------------------------- */
/* clearfix  */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery print only */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* percentage SP */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* font-size */
/* ---------------------------------------------------------- */
/* ヒラギノ優先 */
/* 游ゴシック優先 */
/* font-size vw */
.ml-Btns {
  position: absolute;
  top: 0;
  right: 0;
}
.ml-Btns_Item button {
  border: none;
  background: none;
  outline: none;
  color: #fff;
}
.ml-Delete_Delete button {
  border: none;
  background: none;
  outline: none;
  color: #fff;
}
.ml-Links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ml-Links_Item {
  opacity: 0.5;
  font-weight: 600;
}
.ml-Links_Item-active {
  opacity: 1;
}
.sw-Input_Checkbox-btn {
  display: none;
}
.isEditing .sw-Input_Checkbox-btn {
  display: block;
  position: absolute;
}
.isEditing .sw-Lineup a {
  pointer-events: none;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.appItem{
  background-color: #13151C;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appLeft{
  width: 50%;
}
.appOvh{
  width: 50%;
  text-align: center;
}
.appOvh p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.appOvh p img{
  width: 100%;
  height: auto;
  max-width: 350px;
}
.appLeft dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
}
.appLeft dl dt,.appLeft dl dd{
  display: block;
  margin:0;
}
.appLeft dl dt{
  width: 80px;
}
.appLeft dl dd{
  padding-left: 20px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-weight: bold;
}
.appInfo{
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
}
.appIxt{
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
}
.appIxt a{
  text-decoration: underline;
}
.appIcon{
  margin: 0;
  padding-top: 13px;
}
.appIcon a{
  display: inline-block;
  margin-right: 20px;
}

.appList{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  text-align: center;
  margin: 10px 0 0 0;
}
.appList a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  background-color: #373C4A;
  border-radius: 6px;
  margin-bottom:15px;
  height: 50px;
  margin-right: 25px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}







@media print, screen and (min-width: 768px) {
  .ml-Btns {
    display: flex;
  }
  .ml-Btns_Item {
    cursor: pointer;
    border-radius: 12.5px;
    background: #373c4a;
    font-size: 13px;
    line-height: 25px;
    padding: 0 12px;
    margin-left: 15px;
  }
  .ml-Btns_Item-cancel,
  .ml-Btns_Item-edit {
    background: transparent;
    padding: 0;
  }nec_lp_hdl
  .ml-Btns_Item-btn {
    padding: 0;
  }
  .ml-Btns_Item button {
    cursor: pointer;
    padding: 0 12px;
  }
  .ml-Links {
    margin-top: 48px;
    margin-bottom: 40px;
  }
  .ml-Links_Item {
    font-size: 17px;
    margin: 0 24px;
  }
  .isEditing .sw-Lineup_List label {
    cursor: pointer;
  }
  .isEditing .sw-Input_Checkbox-btn {
    top: 3px;
    left: 3px;
  }
  .isEditing .sw-Lineup:hover {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-Btns_Item {
    font-size: 3.466666666666666vw;
  }
  .ml-Delete {
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #4e5667;
    font-size: 3.466666666666666vw;
    line-height: 13.333333333333334vw;
    height: 13.333333333333334vw;
    padding: 0 4vw;
    margin: auto;
    z-index: 1;
  }
  .ml-Delete_Txt-allNum {
    margin-right: 1.333333333333333vw;
  }
  .ml-Links {
    margin-top: 12.8vw;
    margin-bottom: 8vw;
  }
  .ml-Links_Item {
    font-size: 4.8vw;
    margin: 0 2.4vw;
  }
  .isEditing .sw-Input_Checkbox-btn {
    top: 0.8vw;
    left: 0.8vw;
  }

.pc {
  display: none;
}
.sp {
  display: block;
}
.app-Inner{
  padding: 0;
}
.appItem {
    padding: 6.66vw 8vw;
    margin: 0 0 6.66vw 0;
    display: block;
}
.appLeft{
  width: 100%;
}
.appOvh{
  width: 100%;
}
.appOvh p{
  display: block;
}
.appOvh p img{
  width: 100%;
  height: auto;
  max-width: 225px;
}
.appLeft dl{
  justify-content: center;
}
.appLeft dl dt{
  width: 60px;
}
.appLeft dl dd{
  padding-left: 3.2vw;
  font-size: 4.8vw;
}
.appInfo{
  font-size: 3.73vw;
  padding-top:8vw;
}
.appIxt{
  font-size: 3.2vw;
  padding-top: 5.33vw;
}
.appIcon{
  padding-top: 6.933vw;
  display: flex;
  align-items: center;
}
.appIcon a{
  margin-right: 0;
}
.appIcon a:first-child{
  margin-right: 5.86vw;
}
.appPic p{
  margin: 0;
  margin-top: 6.66vw;
}
.max01{
  max-width: 60.317vw;
  margin: 0 auto;
}
.max02{
  max-width: 29.93vw;
  margin: 0 auto;
}
.spLeft{
  padding-left: 15.2vw;
  box-sizing: border-box;
}





.appList{
  display: block;
  margin:2.13vw 0 0 0;
}
.appList a{
  display: flex;
  flex: 0;
  font-size: 3.73vw;
  margin-bottom:4vw;
  margin-right: 0;
}



























}
