@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  color: #333;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 1.5;
  word-break: break-word;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4em;
  }
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .forPC {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

input {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: top;
}

hr {
  height: 1px;
  margin: 0;
  border: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body > img,
body > iframe {
  display: none !important;
}

.l-header-renewal .l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header-renewal .l-header__banner {
  position: relative;
  z-index: 10;
}

.l-header-renewal .l-header__logo-sony {
  background-color: #000;
  text-align: left;
  padding: 25px 26px;
  line-height: 1;
  font-size: x-small;
}

.l-header-renewal .l-header__logo-sony img {
  width: 100px;
  height: auto;
}

.l-header-renewal .l-header__menuArea {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.l-header-renewal .l-header__menuWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #ffffff;
  z-index: 3;
}

.l-header-renewal .l-header__logo-hikari {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .l-header-renewal .l-header__logo-sony {
    padding: 16px 20px;
  }
  .l-header-renewal .l-header__logo-sony img {
    width: auto;
    max-height: 3vw;
  }
  .l-header-renewal .l-header__menuArea {
    background-color: transparent;
    border-bottom: none;
  }
  .l-header-renewal .l-header__menuWrap {
    padding: 12px 1.5rem;
  }
}
#wrapper {
  max-width: 100%;
  min-height: 100%;
  position: relative;
  padding-top: 125px;
  padding-bottom: 65px;
  width: auto;
  min-width: 950px;
  margin: 0 auto;
  background: #f6f7f8;
}
@media screen and (max-width: 559px) {
  #wrapper {
    padding-top: 100px;
    min-width: auto;
  }
}

.cmn-txt {
  font-size: 16px;
}
@media screen and (max-width: 559px) {
  .cmn-txt {
    font-size: 14px;
  }
}
.cmn-txt.-center {
  text-align: center;
}
.cmn-txt.-bold {
  font-weight: bold;
}
.cmn-txt.-large {
  font-size: 20px;
}
@media screen and (max-width: 559px) {
  .cmn-txt.-large {
    font-size: 18px;
  }
}
.cmn-txt.-small {
  font-size: 14px;
}
@media screen and (max-width: 559px) {
  .cmn-txt.-small {
    font-size: 14px;
  }
}
.cmn-txt.-red {
  color: #d91e02;
}

.cmn-ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 559px) {
  .cmn-ul {
    padding-left: 16px;
  }
}

.fv {
  padding-top: 16px;
}
.fv h1 {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  margin-top: 64px;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .fv h1 {
    font-size: 28px;
    margin-top: 48px;
    font-weight: bold;
  }
}

.mv {
  width: 100%;
  max-width: 1200px;
  margin: 16px auto;
  border-radius: 16px;
  overflow: hidden;
}

.detail {
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  border-radius: 16px;
  padding: 48px;
}
@media screen and (max-width: 559px) {
  .detail {
    padding: 32px 16px;
  }
}
.detail_unit {
  border-bottom: 2px solid #dadada;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.detail_unit:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.detail_unit__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 559px) {
  .detail_unit__title {
    font-size: 24px;
  }
}
.detail_unit__tel {
  background: #f7f8f9;
  border-radius: 16px;
  padding: 32px;
  margin: 16px auto;
}
@media screen and (max-width: 559px) {
  .detail_unit__tel {
    padding: 24px 16px;
    margin: 8px auto;
  }
}
.detail_unit__tel h3 {
  margin-bottom: 4px;
}
.detail_unit__tel .telno {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  max-width: 944px;
  margin: 4px auto;
}
@media screen and (max-width: 559px) {
  .detail_unit__tel .telno {
    max-width: 85%;
    font-size: 24px;
    margin: 4px auto;
  }
}

.commonFooter * {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

.commonFooter__corporate {
  background: #262626;
  padding: 26px;
  text-align: left;
}

.commonFooter__corporateList {
  margin-top: 0;
  margin-bottom: 0;
}

.commonFooter * {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

.commonFooter__wrap {
  width: 950px;
  margin: auto;
  padding: 0;
}

.commonFooter__corporateLogo {
  margin-bottom: 8px;
  width: 108px;
}

.commonFooter__corporateLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.commonFooter__corporateCopy {
  color: #e5e5e5;
}

/*# sourceMappingURL=style.css.map */
