@charset "UTF-8";
/*switcher配下のshare5化プロジェクト用 2025-03*/
p {
  margin: 0 0 0.8em;
}

.catchTxt {
  padding: 15px 20px !important;
  background-color: #eeeeee;
  font-weight: bold;
}

.corporateBoxNewIn {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.corporateBoxNewIn .txtBox {
  float: none;
  width: auto;
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .corporateBoxNewIn {
    display: block;
  }
}

.profLIst + p {
  display: table;
  width: auto;
  margin: auto;
}

.mod-heading {
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  margin: 40px 0 30px;
}

.ex-contents-photobox img {
  display: block;
  max-width: 100%;
}

.c5-ex-wrap {
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
  padding: 15px;
  margin-bottom: 40px;
}

.c5-about-heading-sub {
  font-size: 16px;
  border-bottom: 1px solid #333333;
  padding: 0 10px 5px 10px;
  margin-bottom: 15px;
  font-weight: bold;
}

.sample-detail-box:has(.photo-box-left):has(.photo-box-right) {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.sample-detail-box:has(.photo-box-left):has(.photo-box-right) .photo-box-right,
.sample-detail-box:has(.photo-box-left):has(.photo-box-right) .photo-box-left {
  float: none;
}
@media only screen and (max-width: 640px) {
  .sample-detail-box:has(.photo-box-left):has(.photo-box-right) {
    display: block;
  }
}

.c5-icon--new {
  display: inline-block;
  background-image: url(/switcher/share5/images/icn_new.png);
  background-position: right top;
  padding-right: 34px;
  background-repeat: no-repeat;
}

.c5-singleAnnotation--kome {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c5-singleAnnotation--kome::before {
  content: "※";
  display: block;
}

.c5-list--kome {
  padding-left: 1em;
}
.c5-list--kome > li::marker {
  content: "※";
}
.c5-list--square {
  padding-left: 2em;
}
.c5-list--square > li::marker {
  content: "■　";
}
.c5-list--asta-colon {
  counter-reset: num--asta-colon;
  padding-left: 2.6em;
}
.c5-list--asta-colon > li {
  margin-top: 1em;
  counter-increment: num--asta-colon;
}
.c5-list--asta-colon > li::marker {
  content: "＊" counter(num--asta-colon) "：";
}

.c5-grid--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.c5-grid--col2 img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .c5-grid--col2 {
    grid-template-columns: 1fr;
  }
}

.c5-grid--dounloadAgree {
  display: grid;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 350px));
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.c5-grid--dounloadAgree__itemName {
  text-align: center;
}
.c5-grid--dounloadAgree__buttonArea {
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c5-grid--dounloadAgree__buttonArea img {
  margin: 5px 20px;
}
.c5-grid--dounloadAgree > li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
  width: 100%;
  background-color: #F5F5F5;
  padding: 15px 10px;
  box-sizing: border-box;
}

.c5-flexList_A {
  display: flex;
  flex-wrap: wrap;
  column-gap: 113px;
  row-gap: 22px;
  padding: 27px 24px;
  background-color: #F3F4F6;
}
.c5-flexList_A li {
  display: block;
}
.c5-flexList_A li img {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .c5-flexList_A {
    flex-direction: column;
  }
}

.c5-gridList_video3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  column-gap: 24px;
  row-gap: 48px;
}
.c5-gridList_video3col__outerContainer {
  container-type: inline-size;
}
@media only screen and (max-width: 640px) {
  .c5-gridList_video3col {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.2cqw;
    row-gap: 8.1cqw;
  }
}
.c5-gridList_video3col--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c5-gridList_video3col--item dl {
  margin-top: 0;
  margin-bottom: 0;
}
.c5-gridList_video3col--item dd {
  margin-left: 0;
}
.c5-gridList_video3col--item dd a {
  position: relative;
  display: block;
}
.c5-gridList_video3col--item dd a::after {
  content: "";
  background: url("/switcher/share5/images/btn-youtube--play.svg");
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.c5-gridList_video3col--item dd img {
  position: relative;
  display: block;
  max-width: 100%;
}
.c5-gridList_video3col--item dt {
  margin-top: 12px;
  font-weight: bold;
}
.c5-gridList_video3col--item--new dt {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
}
.c5-gridList_video3col--item--new dt::after {
  content: "NEW";
  display: block;
  font-size: 0.75em;
  color: #ffffff;
  padding: 0.2em 0.35em 0.25em;
  background-color: #FF3D00;
  font-weight: normal;
}

.c5-imgGrid__wrap {
  max-width: 770px;
  margin: 30px auto;
  inline-size: fit-content;
  max-inline-size: 100%;
}
.c5-imgGrid__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.c5-imgGrid__caption {
  inline-size: 0;
  min-inline-size: fit-content;
  margin-top: 5px;
  font-size: 0.846em;
}
.c5-imgGrid--365x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 40px;
}
.c5-imgGrid--365x2 img {
  width: 365px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-imgGrid--365x2 {
    max-width: 365px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.c5-imgGrid--365x3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 40px;
}
.c5-imgGrid--365x3 img {
  width: 365px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-imgGrid--365x3 {
    max-width: 365px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 640px) {
  .c5-spLayout--col {
    display: flex;
    flex-direction: column;
  }
}
.c5-spLayout--float2flex {
  display: contents;
}
@media only screen and (max-width: 640px) {
  .c5-spLayout--float2flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    margin-inline: auto;
  }
  .c5-spLayout--float2flex > * {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c5-spLayout--order-1 {
    order: 1;
  }
  .c5-spLayout--order-2 {
    order: 2;
  }
  .c5-spLayout--order-3 {
    order: 3;
  }
}

/*download_page*/
.c5-download_page {
  /* ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
  } */
  /* .ex-marginTop30 {
    margin-top: 30px !important;
  }
  .mod-subHeading2 {
    color: #666;
    clear: both;
    margin: 20px 0;
    padding: 3px 5px;
    border-bottom: 1px solid #d0d0d0;
    background: url(/share2/images/mod-subHeading2/bg_01.png) repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .mod-subHeading2 * {
    margin: 0;
  }
  .mod-subHeading2 h3 {
    font-weight: bold;
  }
  .mod-subTitle {
    font-size: 1.53846em;
    line-height: 1.2;
    clear: both;
    padding: 9px 9px 9px 15px;
    margin: 30px 0 10px;
    background: #dddddd url(/share2/images/mod-subTitle/bg_01.png) repeat-x 0 100%;
  }
  .mod-subTitle:first-child {
    margin-top: 0;
  }
  .mod-subTitle h2 {
    font-size: 100%;
    font-weight: normal;
    float: left;
    margin: 0;
  }
  .mod-subTitle ul.mod-subTitle-misc {
    font-size: 0.92308em;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .mod-subTitle:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .mod-download-block {
    zoom: 1;
    margin: 0;
    padding: 0;
  }
  .mod-download-block:before, .mod-download-block:after {
    content: "";
    display: table;
  }
  .mod-download-block h3 {
    margin: 0 10px 20px 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dbe0e8;
    font-size: 1.143em;
    font-weight: bold;
    color: #333333;
  }
  .mod-download-block-text {
    margin: 0 10px 20px 10px;
  }
  .mod-product-block .mod-product-table {
    border: 1px solid #ccc;
    margin: 0 0 1em;
  }
  .mod-product-block .mod-product-table th, .mod-product-block .mod-product-table td {
    word-wrap: break-word;
    word-break: break-all;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: .3em 5px;
  }
  .mod-product-block .mod-product-table th {
    background: #efefef;
  }
  .mod-support-block{
    margin: 0 10px 20px 10px;
    zoom: 1;

    textarea{
      width: 100%;
      height: 200px;
      font-size: 1.077em;
      font-family: sans-serif;
    }
  }
  .mod-support-block ul.mod-listMarkText li span.mod-listMarkText-mark {
    width: auto;
  }
  a.mod-linkButton1, span.mod-linkButton1, a.mod-linkButtonExpend, span.mod-linkButtonExpend, a.mod-linkButtonClose, span.mod-linkButtonClose, a.mod-linkButtonSonyStore, span.mod-linkButtonSonyStore, a.mod-linkButtonPrev, span.mod-linkButtonPrev, a.mod-linkButtonNext, span.mod-linkButtonNext {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    padding: 2px 16px;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(/share2/images/mod-linkButton1/bg_01.png) no-repeat 0 52%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  } */
}
.c5-download_page p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}/*# sourceMappingURL=style.css.map */