@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 767px) {

  /* overridde */
  #contents {
    min-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  /* contents */
  #contents * {
    box-sizing: border-box;
  }

  .report1ContentsWrap {
    padding: 0 15px;
  }

  /* mainHeading1Title */
  .mainHeading1Title {
    font-size: 20px;
  }

  /* mainVisual */
  .mainVisualWrap {
    display: flex;
    justify-content: center;
    margin-top: 17px;
  }
  .mainVisualImage {
    margin: 0 -15px;
  }
  .mainVisualImage > img {
    width: 100%;
  }

  /* report1Text */
  .report1TextBold {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
  }
  .report1Text {
    margin-top: 14px;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }

  /* report1Media */
  .report1Media {
    margin-top: 23px;
  }
  .report1MediaInner {
    display: flex;
    flex-direction:column-reverse;
    background-color: #f5f5f5;
    padding: 19px 20px;
  }
  .report1MediaHead {
    margin-top: 22px;
  }
  .report1MediaTitle {
    color: #000;
    font-weight: bold;
    font-size: 19px;
  }
  .report1MediaDescription {
    color: #000;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.6;
  }
  .report1MediaButton {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
  .report1MediaButtonTypeBlank {
    display: block;
    font-size: 14px;
    padding: 14px 49px 13px 16px;
    text-decoration: none;
  }
  .report1MediaButton > .report1MediaButtonTypeBlank {
    color: #fff;
    background-color: #005AB4;
    position: relative;
  }
  .report1MediaButton > .report1MediaButtonTypeBlank > .report1MediaButtonTypeBlankImg {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
  }
  .report1MediaButton > .report1MediaButtonTypeBlank:hover {
    text-decoration: none;
  }
  .report1Mediabody {
    display: flex;
    justify-content: center;
  }
  .report1MediaImage {
    width: 140px;
  }
  .report1MediaImage > img {
    width: 100%;
  }

  /* report1Heading2 */
  .report1Heading2 {
    margin-top: 40px;
  }
  .report1Heading2Title {
    color: #000;
    position: relative;
    font-size: 19px;
    text-align: center;
  }
  .report1Heading2Title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: url(/showroom/akasaka/creator/report1/images/ttl_sp.gif) no-repeat center;
    top: 50%;
    left: 0;
    background-size: contain;
    transform: translateY(-50%);
  }
  .report1Heading2Label {
    padding: 0 14px;
    width: auto;
    background: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
  }

  /* report1Heading2Lv2 */
  .report1Heading2Lv2 {
    margin: 33px 0 0;
  }
  .report1Heading2Lv2Title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* report1ColLv1 */
  .report1ColLv1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0 0;
  }
  .report1ColLv1 > .report1ColLv1Item > * {
    margin-top: 0;
  }

  /* report1ColLv2 */
  .report1ColLv2 {
    margin-top: 23px;
  }
  .report1ColLv2 > *:first-child .report1ImageWrap .report1Image {
    max-width: 270px;
  }
  .report1ColLv2 > *:last-child .report1ImageWrap .report1Image {
    max-width: 158px;
  }

  /* report1ColLv3 */
  .report1ColLv3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  .report1ColLv3 > .report1ColLv3Item > * {
    margin-top: 0;
  }
  .report1ColLv3 > *:last-child > .report1ImageWrap > .report1Image {
    max-height: 155px;
  }

  /* report1ColLv4 */
  .report1ColLv4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 14px;
  }
  .report1ColLv4 > *:first-child > .report1ImageWrap > .report1Image {
    max-height: 137px;
  }
  .report1ColLv4 > .report1ColLv4Item > * {
    margin-top: 0;
  }
  .report1ColLv4 + .report1TextSmall {
    margin-top: 12px;
  }

  /* report1LeadTitle */
  .report1LeadTitle {
    margin-top: 11px;
    font-size: 14px;
    font-weight: bold;
  }

  /* report1LeadText */
  .report1LeadText {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.6;
  }

  /* report1ImageWrap */
  .report1ImageWrap {
    display: flex;
    justify-content: center;
    align-items:stretch;
    margin-top: 18px;
  }
  .report1Image > img {
    width: 100%;
  }


  /* txtSml */
  .txtSml {
    font-size: 16px;
  }

  /* report1TextSmall */
  .report1TextSmall {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
  }

  /* report1Interview */
  .report1InterviewWrap {
    margin-top: 14px;
  }
  .report1InterviewWrap + .report1InterviewWrap {
    margin-top: 18px;
  }
  .report1InterviewTitle {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }
  .report1InterviewPost {
    font-size: 12px;
    margin-right: 20px;
  }
  .report1InterviewImageBody {
    margin-top: 14px;
  }
  .report1InterviewImageBody::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .report1InterviewImage {
    float: left;
    margin: 3px 15px 6px 0;
  }
  .report1InterviewImage > img {
    width: 109px;
  }
  .report1InterviewText {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }

  /* report1Profile */
  .report1Profile {
    margin: 26px 0 0;
    padding: 27px 20px 19px;
    background-color: #f5f5f5;
  }
  .report1ProfileSubtitle {
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }
  .report1ProfileTitle {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    margin-top: 7px;
  }
  .report1ProfileLabel {
    font-size: 12px;
    margin-right: 19px;
  }
  .report1ProfileText {
    color: #000;
    font-size: 14px;
    margin: 4px 0 0;
    line-height: 1.6;
  }
  .report1ProfileWrap::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* report1Printer */
  .report1PrinterWrap {
    margin-top: 27px;
  }
  .report1Printer {
    display: flex;
    flex-direction:column-reverse;
    border: solid 1px #535353;
    padding: 27px 18px 20px;
  }
  .report1PrinterHead {
    margin-top: 29px;
  }
  .report1PrinterSubTitle {
    font-size: 12px;
  }
  .report1PrinterSubTitleLabel {
    font-weight: bold;
  }
  .report1PrinterSubTitleBorder {
    border-bottom: 2px solid #005AB4;
  }
  .report1PrinterTitle {
    margin-top: 15px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
  }
  .report1PrinterTextBold {
    font-weight: bold;
    font-size: 14px;
    margin: 9px 0 0;
    line-height: 1.6;
  }
  .report1PrinterText {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 2px;
  }
  .report1PrinterListWrap {
    margin-top: 4px;
  }
  .report1PrinterList > li {
    font-size: 14px;
    position: relative;
    padding-left: 13px;
  }
  .report1PrinterList > li + li {
    margin-top: 3px;
  }
  .report1PrinterList > li::before {
    content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: .65em;
    left: 5px;
    border-radius: 50%;
    background-color: #333;
  }
  .report1PrinterButtonWrap {
    margin-top: 13px;
    text-align: center;
    line-height: 1;
  }
  .report1PrinterButtonWrap > .report1PrinterButton {
    color: #000;
  }
  .report1PrinterButton {
    font-size: 14px;
    border: 1px solid #707070;
    padding: 18px 15px 16px;
    display: block;
    color: #000;
  }
  .report1PrinterButton::after {
    content: ">";
    display: inline-block;
    margin-left: 1em;
    position: relative;
    top: -1px;
  }
  .report1PrinterBody {
    display: flex;
    justify-content: center;
  }
  .report1PrinterImage {
    width: 274px;
  }
  .report1PrinterImage > img {
    width: 100%;
  }

  /* report1NotesList */
  .report1NotesListWrap {
    margin-top: 17px;
  }
  .report1NotesList {
    font-size: 12px;
    line-height: 1.6;
  }
}