@charset "UTF-8";
body#ML_OLD {
  -webkit-print-color-adjust: exact;
}

#ML_OLD_PAGE {
  /* 01.html */
  /*----------------------------------------
  60th　charaレイアウト　調整
  -----------------------------------------*/
  /*----------------------------------------
  豆知識コーナー
  -----------------------------------------*/
}
#ML_OLD_PAGE p {
  word-wrap: break-word;
}
#ML_OLD_PAGE .page-words .unit-baloon:after {
  display: block;
  content: "";
  clear: both;
}
#ML_OLD_PAGE .page-words .unit-ebi .inner,
#ML_OLD_PAGE .page-words .unit-manabu .inner {
  /*min-height: 120px;*/
}
#ML_OLD_PAGE .page-words .unit-ebi,
#ML_OLD_PAGE .page-words .unit-manabu {
  display: table;
  width: 100%;
}
#ML_OLD_PAGE .page-words .unit-ebi .thumb,
#ML_OLD_PAGE .page-words .unit-manabu .thumb {
  display: table-cell;
}
#ML_OLD_PAGE .page-words .unit-ebi .box-baloon,
#ML_OLD_PAGE .page-words .unit-manabu .box-baloon {
  display: table-cell;
}
#ML_OLD_PAGE .photo .photo_l,
#ML_OLD_PAGE .photo .photo_r,
#ML_OLD_PAGE .photo .text_l,
#ML_OLD_PAGE .photo .text_r {
  width: 375px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo .photo_l,
  #ML_OLD_PAGE .photo .photo_r,
  #ML_OLD_PAGE .photo .text_l,
  #ML_OLD_PAGE .photo .text_r {
    width: auto !important;
  }
}
#ML_OLD_PAGE .photo2 .photo_l,
#ML_OLD_PAGE .photo2 .photo_r {
  width: 280px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo2 .photo_l,
  #ML_OLD_PAGE .photo2 .photo_r {
    width: auto !important;
    text-align: center;
  }
}
#ML_OLD_PAGE .photo2 .text_l,
#ML_OLD_PAGE .photo2 .text_r {
  width: 480px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo2 .text_l,
  #ML_OLD_PAGE .photo2 .text_r {
    width: auto;
  }
}
#ML_OLD_PAGE .photo_l,
#ML_OLD_PAGE .text_l {
  float: left;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo_l,
  #ML_OLD_PAGE .text_l {
    float: none;
  }
}
#ML_OLD_PAGE .photo_r,
#ML_OLD_PAGE .text_r {
  float: right;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo_r,
  #ML_OLD_PAGE .text_r {
    float: none;
  }
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo_r + .text_l,
  #ML_OLD_PAGE .photo_l + .text_r {
    margin-top: 30px;
  }
}
#ML_OLD_PAGE .photo .list-talk,
#ML_OLD_PAGE .photo2 .list-talk {
  margin-top: 0 !important;
}
#ML_OLD_PAGE .photo .list-talk dd {
  width: 225px !important;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo .list-talk dd {
    width: auto !important;
    margin-left: 1em;
  }
}
#ML_OLD_PAGE .photo2 .list-talk dd {
  width: 310px !important;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .photo2 .list-talk dd {
    width: auto !important;
    margin-left: 1em;
  }
}
#ML_OLD_PAGE .fig-c {
  margin-bottom: 40px;
}
#ML_OLD_PAGE .sub-ttl {
  font-size: 16px;
  margin-top: 3em;
  margin-bottom: 3em;
}
#ML_OLD_PAGE .b_text {
  font-size: 16px;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  font-weight: bold;
}
#ML_OLD_PAGE .page-60th .list-characters .chara {
  float: left;
  margin: 25px 20px 60px 0;
  width: 130px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .page-60th .list-characters .chara {
    width: 80px;
    margin: 0 20px 15px 0;
  }
}
#ML_OLD_PAGE .page-60th .list-characters li {
  float: left;
  width: 355px;
  min-height: 260px;
  margin: 20px 20px 0 0;
  padding: 10px 10px 10px 20px;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .page-60th .list-characters li {
    width: calc(100% - 20px);
    min-height: initial;
    margin: 0;
    padding: 10px;
  }
  #ML_OLD_PAGE .page-60th .list-characters li:not(:first-child) {
    margin-top: 10px;
  }
  #ML_OLD_PAGE .page-60th .list-characters li p {
    overflow: hidden;
  }
  #ML_OLD_PAGE .page-60th .list-characters li p.icon {
    margin-top: 0;
  }
  #ML_OLD_PAGE .page-60th .list-characters li p.icon + p {
    margin-top: 0.5em;
  }
}
#ML_OLD_PAGE .tips {
  margin-bottom: 80px !important;
}
#ML_OLD_PAGE .tips img {
  float: left;
  margin-right: 30px;
}
#ML_OLD_PAGE .tips .tips_text {
  position: relative;
  float: left;
  background: rgb(235, 241, 222);
  width: 600px;
  min-height: 140px;
  border: 3px solid #4bacc6;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .tips .tips_text {
    width: calc(100% - 6px);
    min-height: initial;
  }
}
#ML_OLD_PAGE .tips .tips_text:after {
  position: absolute;
  content: "";
  right: -3px;
  bottom: -3px;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #4bacc6 #fff #4bacc6;
}
#ML_OLD_PAGE .tips .tips_text p {
  color: #1f497d;
  margin: 0;
  padding: 1em;
  line-height: 2;
}