@charset "UTF-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  /* contents */
  #contents * {
    box-sizing: border-box;
  }
  #contents {
    min-width: 1240px;
    margin: 0 auto;
  }

  .pc-display-hidden {
    display: none;
  }

  .report1Wrapper {
    width: 1240px;
    margin: 0 auto;
  }

  /* report1LinkType */
  .report1LinkType:hover {
    text-decoration: underline;
    color: #005ab4;
}

  /* mainHeading1Title */
  .mainHeading1Title {
    font-size: 20px;
  }

  /* mainVisual */
  .mainVisualWrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  /* report1Text */
  .report1TextBold {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
  }
  .report1Text {
    margin-top: 40px;
    color: #000;
    font-size: 18px;
  }

  /* report1Media */
  .report1Media {
    margin-top: 53px;
  }
  .report1MediaInner {
    display: flex;
    background-color: #f5f5f5;
    margin: 55px 0 0;
    padding: 50px 56px 52px;
  }
  .report1MediaHead {
    margin-right: 30px;
  }
  .report1MediaTitle {
    color: #000;
    font-weight: bold;
    font-size: 38px;
  }
  .report1MediaDescription {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
  }
  .report1MediaButton {
    max-width: 415px;
    text-align: center;
    margin-top: 25px;
  }
  .report1MediaButton > .report1MediaButtonTypeBlank {
    min-width: 415px;
    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%);
  }
  .report1MediaButtonTypeBlank {
    font-size: 18px;
    padding: 20px 51px 17px 34px;
    position: relative;
    text-align: center;
    display: inline-block;
    transition: opacity .3s ease-in;
  }
  .report1MediaButton > .report1MediaButtonTypeBlank:hover {
    text-decoration: none;
    opacity: .7;
  }

  /* report1Heading2 */
  .report1Heading2 {
    margin-top: 90px;
  }
  .report1Heading2Title {
    color: #000;
    background: url(/showroom/akasaka/creator/report1/images/ttl.gif) no-repeat center;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  .report1Heading2Label {
    padding: 0 14px;
    width: auto;
    background: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
  }

  /* report1Heading2Lv2 */
  .report1Heading2Lv2 {
    margin: 55px 0 0;
  }
  .report1Heading2Lv2Title {
    font-size: 32px;
    font-weight: bold;
  }
  .report1Heading2Lv2 + .report1Text {
    margin-top: 25px;
  }

  /* report1ColLv1 */
  .report1ColLv1 {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 60px 0 0;
  }
  .report1ColLv1 > .report1ColLv1Item > * {
    margin-top: 0;
  }

  /* report1ColLv2 */
  .report1ColLv2 {
    display: flex;
    gap: 30px;
    margin-top: 60px;
  }
  .report1ColLv2Item {
    width: calc((100% - 32px) / 2);
  }
  .report1ColLv2 > .report1ColLv2Item > * {
    margin-top: 0;
  }

  /* report1ColLv3 */
  .report1ColLv3 {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 60px;
  }
  .report1ColLv3 > .report1ColLv3Item > * {
    margin-top: 0;
  }

  /* report1ColLv4 */
  .report1ColLv4 {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 60px;
  }
  .report1ColLv4 > .report1ColLv4Item > * {
    margin-top: 0;
  }

  /* report1LeadTitle */
  .report1LeadTitle {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  /* report1LeadText */
  .report1LeadText {
    font-size: 18px;
    margin-top: 5px;
  }

  /* report1ImageWrap */
  .report1ImageWrap {
    display: flex;
    justify-content: center;
    align-items:stretch;
    margin-top: 60px;
  }
  .report1ImageWrap + .report1LeadTitle {
    margin-top: 5px;
  }
  .report1LeadTitle + .report1LeadText {
    margin-top: 10px;
  }


  /* txtSml */
  .txtSml {
    font-size: 16px!important;
  }

  /* report1TextSmall */
  .report1TextSmall {
    margin-top: 1em;
    font-size: 16px;
  }

  /* report1Interview */
  .report1InterviewWrap {
    margin-top: 53px;
  }
  .report1InterviewWrap + .report1InterviewWrap {
    margin-top: 64px;
  }
  .report1InterviewTitle {
    color: #000;
    font-size: 32px;
    font-weight: bold;
  }
  .report1InterviewPost {
    font-size: 20px;
    margin-right: 32px;
  }
  .report1InterviewImageBody {
    margin-top: 34px;
  }
  .report1InterviewImageBody::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .report1InterviewImage {
    float: left;
    margin: 6px 45px 50px 0;
  }
  .report1InterviewText {
    color: #000;
    font-size: 18px;
  }

  /* report1Profile */
  .report1Profile {
    margin: 4px 0 0;
    padding: 50px 55px;
    background-color: #f5f5f5;
  }
  .report1ProfileSubtitle {
    color: #000;
    font-size: 18px;
  }
  .report1ProfileTitle {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    margin-top: 7px;
  }
  .report1ProfileLabel {
    font-size: 21px;
    margin-right: 30px;
  }
  .report1ProfileText {
    color: #000;
    font-size: 18px;
    margin: 20px 0 0;
  }
  .report1ProfileWrap::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* report1Printer */
  .report1PrinterWrap {
    margin-top: 75px;
  }
  .report1Printer {
    border: solid 1px #535353;
    display: flex;
    gap: 32px;
    padding: 52px 60px 41px 50px;
  }
  .report1PrinterHead {
    width: 50%;
  }
  .report1PrinterSubTitle {
    font-size: 18px;
  }
  .report1PrinterSubTitleLabel {
    font-weight: bold;
  }
  .report1PrinterSubTitleBorder {
    border-bottom: 2px solid #005AB4;
  }
  .report1PrinterTitle {
    margin-top: 16px;
    font-size: 38px;
    font-weight: bold;
  }
  .report1PrinterTextBold {
    font-weight: bold;
    font-size: 18px;
    margin: 19px 0 0;
  }
  .report1PrinterText {
    font-size: 18px;
  }
  .report1PrinterListWrap {
    margin-top: 1px;
  }
  .report1PrinterList > li {
    font-size: 18px;
    position: relative;
    padding-left: 18px;
  }
  .report1PrinterList > li::before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: .6em;
    left: 7px;
    border-radius: 50%;
    background-color: #333;
  }
  .report1PrinterButtonWrap {
    margin-top: 25px;
    text-align: center;
    line-height: 1;
    max-width: 407px;
  }
  .report1PrinterButtonWrap > .report1PrinterButton {
    color: #000;
  }
  .report1PrinterButton {
    font-size: 18px;
    border: 1px solid #707070;
    padding: 24px 24px 23px;
    display: block;
    color: #000;
  }
  .report1PrinterButtonWrap > .report1PrinterButton:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .report1PrinterButton::after {
    content: ">";
    display: inline-block;
    margin-left: 1em;
    position: relative;
    top: -1px;
  }

  /* report1NotesList */
  .report1NotesListWrap {
    margin-top: 16px;
  }
  .report1NotesList {
    font-size: 16px;
  }
}