#content .mjPick .mjPick__mn .mjPick__mn__dt {
  font-size: 15px;
  font-weight: 500;
  color: #0033A0;
  margin-bottom: 10px;
}
#content .mjPick .mjPick__mn .c-white {
  color: white;
}
#content .mjPick .mjPick__mn .mjPick__key {
  background: #08207D;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .key__ttl {
  display: block;
  width: 100%;
}
#content .mjPick .mjPick__mn .mjPick__key .key__ttl img {
  width: 100%;
}
#content .mjPick .mjPick__mn .mjPick__key .key__txt {
  background: rgba(0, 51, 160, 0.07);
  padding: 20px 40px;
  border-top: solid 1px #0033A0;
  border-bottom: solid 1px #0033A0;
  font-size: 15px;
  font-weight: 500;
  color: #0033A0;
  line-height: 1.8;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .key__txt {
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .key__txt {
    padding: 15px;
    font-size: 14px;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv {
  border-top: solid 3px #CB333B;
  border-bottom: solid 3px #CB333B;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a {
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a:hover {
  background: #CB333B;
}
#content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a:not(:first-of-type):before {
  content: "";
  display: block;
  height: calc(100% - 30px);
  width: 1px;
  background: #CB333B;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a:not(:first-of-type):before {
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .mjPick__key__nv a:not(:first-of-type):before {
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 20px;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .key__contents {
  padding-block: 40px;
  padding-inline: 30px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .key__contents {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .key__contents {
    padding-inline: 15px;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .key__contents .key__ld {
  color: white;
  font-size: 24px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#13AEF4), to(transparent)) top left/10px 100% no-repeat;
  background: linear-gradient(to bottom, #13AEF4, transparent) top left/10px 100% no-repeat;
  padding-left: 40px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .key__contents .key__ld {
    padding-left: 20px;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#13AEF4), to(transparent)) top left/5px 100% no-repeat;
    background: linear-gradient(to bottom, #13AEF4, transparent) top left/5px 100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .key__contents .key__ld {
    padding-left: 20px;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#13AEF4), to(transparent)) top left/5px 100% no-repeat;
    background: linear-gradient(to bottom, #13AEF4, transparent) top left/5px 100% no-repeat;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .key__contents .fig__ttl {
  color: white;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .mjPick__mn .mjPick__key .key__contents .fig__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .mjPick__mn .mjPick__key .key__contents .fig__ttl {
    font-size: 16px;
  }
}
#content .mjPick .mjPick__mn .mjPick__key .key__contents .fig {
  border-radius: 10px;
  overflow: hidden;
}
#content .mjPick .mjPick__mn .mjPick__key .key__contents .fig .slide {
  border: none;
  display: block;
}
#content .mjPick .sec.is-red .sec__ttl__bx {
  background: linear-gradient(to right, #0033A0 2px, #CB333B 2px, #CB333B 6px, transparent 6px);
}
#content .mjPick .sec.is-red .sec__ttl__bx .sec__ttl {
  color: #CB333B;
}
#content .mjPick .sec.is-red .sec__ttl__bx .sec__ttl__sb {
  color: #CB333B;
}
#content .mjPick .sec.is-red .hd01 {
  color: #CB333B;
  background: -webkit-gradient(linear, left top, right top, from(#CB333B), to(rgba(203, 51, 59, 0.3))) left bottom/100% 3px no-repeat;
  background: linear-gradient(to right, #CB333B, rgba(203, 51, 59, 0.3)) left bottom/100% 3px no-repeat;
}
#content .mjPick .sec.is-red .tbl .tbl__hd {
  color: #CB333B;
}
#content .mjPick .sec.is-red .hd02 {
  color: #CB333B;
}
#content .mjPick .sec.is-red .hd02:before {
  background: #0033A0;
}
#content .mjPick .sec.is-red .exp {
  background: rgba(203, 51, 59, 0.1);
}
#content .mjPick .sec.is-red .exp .exp__txt {
  color: #A3282E;
}
#content .mjPick .sec.is-red .has-dot:before {
  background: rgba(203, 51, 59, 0.7);
}
#content .mjPick .sec .sec__ttl__bx {
  background: linear-gradient(to right, #CB333B 2px, #0033A0 2px, #0033A0 6px, transparent 6px);
  padding-left: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .sec__ttl__bx {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .sec__ttl__bx {
    padding-left: 20px;
  }
}
#content .mjPick .sec .sec__ttl__bx .sec__ttl__nt {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .sec__ttl__bx .sec__ttl__nt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .sec__ttl__bx .sec__ttl__nt {
    font-size: 13px;
  }
}
#content .mjPick .sec .sec__ttl__bx .sec__ttl__nt a {
  color: #13AEF4;
  text-decoration: underline;
}
#content .mjPick .sec .sec__ttl__bx .sec__ttl {
  font-size: 30px;
  font-weight: 700;
  color: #0033A0;
  line-height: 1.4;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .sec__ttl__bx .sec__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .sec__ttl__bx .sec__ttl {
    font-size: 26px;
  }
}
#content .mjPick .sec .sec__ttl__bx .sec__ttl__sb {
  font-size: 16px;
  color: #0033A0;
  font-weight: 700;
}
#content .mjPick .sec .sec__ttl__bx .sec__ttl__txt {
  font-size: 16px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .sec__ttl__bx .sec__ttl__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .sec__ttl__bx .sec__ttl__txt {
    font-size: 14px;
  }
}
#content .mjPick .sec .hd01 {
  font-size: 19px;
  font-weight: 700;
  color: #0033A0;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#13AEF4)) left bottom/100% 3px no-repeat;
  background: linear-gradient(to right, #0033A0, #13AEF4) left bottom/100% 3px no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .hd01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .hd01 {
    font-size: 18px;
  }
}
#content .mjPick .sec .tbl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .tbl li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .tbl li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content .mjPick .sec .tbl li:not(:first-of-type) {
  margin-top: 7px;
}
#content .mjPick .sec .tbl .tbl__hd {
  width: 120px;
  min-width: 120px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #0033A0;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  padding-top: 1px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .tbl .tbl__hd {
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
    min-width: 0;
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .tbl .tbl__hd {
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
    min-width: 0;
    width: 100%;
    font-size: 14px;
  }
}
#content .mjPick .sec .hd02 {
  font-size: 19px;
  font-weight: 700;
  color: #0033A0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .hd02 {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .hd02 {
    font-size: 18px;
    padding-left: 20px;
  }
}
#content .mjPick .sec .hd02 .is-sm {
  font-size: 17px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .hd02 .is-sm {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .hd02 .is-sm {
    font-size: 16px;
  }
}
#content .mjPick .sec .hd02:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #CB333B;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .hd02:before {
    width: 15px;
    height: 15px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .hd02:before {
    width: 15px;
    height: 15px;
    top: 6px;
  }
}
#content .mjPick .sec .hd03 {
  font-size: 17px;
  font-weight: 700;
  color: #CB333B;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .hd03 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .hd03 {
    font-size: 16px;
  }
}
#content .mjPick .sec .exp {
  background: rgba(0, 51, 160, 0.09);
  border-radius: 10px;
  padding-block: 20px;
  padding-inline: 40px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .exp {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .exp {
    padding-inline: 15px;
  }
}
#content .mjPick .sec .exp .exp__txt {
  color: #0033A0;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .exp .exp__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .exp .exp__txt {
    font-size: 14px;
  }
}
#content .mjPick .sec .matrix {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #707070;
}
#content .mjPick .sec .matrix tr {
  border-top: solid 1px #707070;
}
#content .mjPick .sec .matrix th:not(:first-of-type), #content .mjPick .sec .matrix td:not(:first-of-type) {
  border-left: solid 1px #707070;
}
#content .mjPick .sec .matrix th {
  background: rgba(203, 51, 59, 0.7);
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding-block: 5px;
  text-align: center;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .matrix th {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .matrix th {
    font-size: 12px;
  }
}
#content .mjPick .sec .matrix td {
  font-size: 15px;
  text-align: center;
  padding-block: 5px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .sec .matrix td {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .sec .matrix td {
    font-size: 12px;
  }
}
#content .mjPick .ref {
  font-size: 12px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .ref {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .ref {
    font-size: 11px;
  }
}
#content .mjPick .to__top {
  color: #08207D;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .to__top {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .to__top {
    font-size: 17px;
  }
}
#content .mjPick .has-dot {
  position: relative;
  padding-left: 12px;
}
#content .mjPick .has-dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #707071;
  position: absolute;
  top: 10px;
  left: 0;
}
#content .mjPick .txt {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .txt {
    font-size: 13px;
  }
}
#content .mjPick .txt.is-sm {
  font-size: 13px;
}
#content .mjPick .txt a {
  color: #3f81cd;
  text-decoration: underline;
}
#content .mjPick .note {
  background: white;
  border: solid 1px;
  font-size: 15px;
  line-height: 1.4;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .note {
    font-size: 13px;
  }
}
#content .mjPick .note a {
  color: #13AEF4;
  text-decoration: underline;
}
#content .mjPick .dosage {
  border: solid 1px;
  padding: 20px 30px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .dosage {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .dosage {
    padding: 20px 15px;
  }
}
#content .mjPick .dosage .dosage__txt {
  font-size: 15px;
  line-height: 1.8;
}
#content .mjPick .more {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .more {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .more {
    font-size: 15px;
  }
}
#content .mjPick .more:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/newmajor/urece/pick/cs/07/icon_more.png) center/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .more:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .more:before {
    width: 20px;
    height: 20px;
  }
}
#content .mjPick .more a {
  color: #13AEF4;
  text-decoration: underline;
}
#content .mjPick .smry {
  padding-block: 40px 60px;
  padding-inline: 40px;
  background: #08207D url(../img/newmajor/urece/pick/cs/07/smry_bg.png) top right/420px auto no-repeat;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .smry {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .smry {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    padding-inline: 15px;
  }
}
#content .mjPick .smry .smry__ttl {
  color: white;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  letter-spacing: 6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .smry .smry__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .smry .smry__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#content .mjPick .smry .smry__ttl:before, #content .mjPick .smry .smry__ttl:after {
  content: "";
  display: block;
  height: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #CB333B;
}
#content .mjPick .smry .smry__lst {
  padding-inline: 40px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .smry .smry__lst {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .smry .smry__lst {
    padding-inline: 0;
  }
}
#content .mjPick .smry .smry__lst li {
  color: white;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .smry .smry__lst li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .smry .smry__lst li {
    font-size: 16px;
  }
}
#content .mjPick .smry .smry__lst li:not(:last-of-type) {
  border-bottom: dashed 1px #E4999D;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content .mjPick .smry .smry__lst li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #CB333B;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .smry .smry__lst li:before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .smry .smry__lst li:before {
    top: 7px;
  }
}
#content .mjPick .metas {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content .mjPick .metas .create,
#content .mjPick .metas .no {
  font-size: 15px;
}
@media screen and (max-width: 784px) {
  .is-responsive.win #content .mjPick .metas .create,
.is-responsive.win #content .mjPick .metas .no {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .is-responsive #content .mjPick .metas .create,
.is-responsive #content .mjPick .metas .no {
    font-size: 13px;
  }
}
#content .mjPick .mjPick__mn__ls .itm__ls {
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
}

.slide {
  width: 100%;
  border: solid 1px #A3A3A3;
}