@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@300&display=swap");
body {
  overflow-x: hidden !important;
}

@media only screen and (min-width: 640px) {
  .c5-is-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 639px) {
  .c5-is-pc {
    display: none !important;
  }
}

.c5-container {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
}
.c5-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .c5-container {
    font-size: 14px;
  }
}
.c5-container img:not(.s5-iconInline):not(.c5-iconInline):not([width]) {
  width: 100%;
  height: auto !important;
  vertical-align: bottom;
}
.c5-container img[height]:not(.s5-iconInline):not(.c5-iconInline) {
  height: auto;
}
@media only screen and (max-width: 639px) {
  .c5-container img[height]:not(.s5-iconInline):not(.c5-iconInline) {
    max-width: none;
    width: 100%;
    height: auto !important;
  }
}
.c5-container .s5-inStoreFeaturesItem1A--solid img:not([width]):not(.s5-iconInline), .c5-container .s5-inStoreFeaturesItem1B--solid img:not(.s5-iconInline) {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

.c5-iconInline {
  vertical-align: middle;
  display: inline-block;
}

.c5-serviceTable {
  -ms-overflow-x: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
}
@media only screen and (max-width: 639px) {
  .c5-serviceTable {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.c5-serviceTable__inner {
  max-width: 1200px;
}

.c5-serviceTable__title {
  text-align: center;
  background: #e4e7eb !important;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: none;
}
@media only screen and (max-width: 639px) {
  .c5-serviceTable__title {
    font-size: 16px;
  }
}

.c5-serviceTable__link {
  text-align: right;
  padding-top: 0.5em;
  margin: 0;
}

.c5-serviceTable__link a {
  font-size: 11px;
  color: #5787f4;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.c5-serviceTable__link a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #5787f4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.c5-serviceTable table {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
}
@media only screen and (max-width: 639px) {
  .c5-serviceTable table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c5-serviceTable th, .c5-serviceTable td {
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .c5-serviceTable th, .c5-serviceTable td {
    font-size: 14px;
  }
}

.c5-serviceTable th {
  font-weight: bold;
  padding: 0.5em;
  background: #fafafc;
}

.c5-serviceTable th.red {
  color: #f22e2e;
}

.c5-serviceTable td {
  padding: 1em;
}

.c5-serviceTable td:first-child {
  font-weight: bold;
  text-align: left;
}

.c5-icon-recom {
  font-size: 12px !important;
  line-height: 1;
  position: relative;
  bottom: -0.2em;
  display: inline-block;
  color: #f2582e;
}

.c5-icon-recom:before, .c5-icon-recom:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #f2582e;
  position: absolute;
  top: 50%;
}

.c5-icon-recom:before {
  left: -0.5em;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}

.c5-icon-recom:after {
  right: -0.5em;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.c5-figure {
  margin: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .c5-figure {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 640px) {
  .c5-figure img {
    max-width: 100% !important;
  }
}
.c5-figure img + figcaption {
  margin-top: 10px;
}
.c5-figure figcaption + img {
  margin-bottom: 10px;
}
.c5-figure figcaption {
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  color: #83838F;
  text-align: left;
}

.c5-link1 {
  color: #5787F4;
  display: inline-block;
  padding-left: 11px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  text-decoration-line: underline;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .c5-link1 {
    text-align: left;
    font-size: 14px;
  }
}
.c5-link1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8.5px;
  border-color: transparent transparent transparent #5786f4;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

div[class*=__head] > *:first-child,
div[class*=__body] > *:first-child,
div[class*=__foot] > *:first-child,
div[class*=__figure] > *:first-child {
  margin-top: 0 !important;
}
div[class*=__head] > *:last-child,
div[class*=__body] > *:last-child,
div[class*=__foot] > *:last-child,
div[class*=__figure] > *:last-child {
  margin-bottom: 0 !important;
}

.c5-card1 {
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #DCDCDC;
}
.c5-card1--imageLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 639px) {
  .c5-card1 {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.c5-card1 > div {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 639px) {
  .c5-card1 > div {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .c5-card1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c5-card1 .c5-card1__image {
    margin-bottom: 20px;
  }
}

.c5-title1 {
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 34px;
  line-height: 160%;
  text-align: center;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 639px) {
  .c5-title1 {
    font-size: 19px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c5-title1__inner {
  display: inline-block;
  border-bottom: solid 3px #212121;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .c5-title1__inner {
    border-bottom-width: 2px;
    padding-bottom: 12px;
  }
}
.c5-title1__inner:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: white url(../images/bg-title1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media only screen and (max-width: 639px) {
  .c5-title1__inner:before {
    width: 18px;
    height: 18px;
  }
}
.c5-title1__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 26px;
  min-height: 40px;
  background: #052D8A;
  border-radius: 50px;
  margin: 0 auto 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 639px) {
  .c5-title1__sub {
    padding: 4px 18px;
    min-height: 30px;
    font-size: 12px;
  }
}
.c5-title1 strong {
  color: #052D8A;
}
.c5-title1 .c5-dots > span {
  display: inline-block;
  position: relative;
  padding-top: 0.4em;
}
.c5-title1 .c5-dots > span:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #052D8A;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 639px) {
  .c5-title1 .c5-dots > span:before {
    width: 4px;
    height: 4px;
  }
}
.c5-title1--textOnly {
  padding-bottom: 0;
}
.c5-title1--textOnly .c5-title1__inner {
  border-bottom: none;
  padding-bottom: 0;
}
.c5-title1--textOnly .c5-title1__inner:before {
  display: none;
}

.c5-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  min-height: 78px;
  background: #052D8A;
  font-weight: 600;
  font-size: 34px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 639px) {
  .c5-title2 {
    font-size: 16px;
    padding: 12px 10px;
    min-height: 0;
  }
}

hr.c5-triangle {
  margin: 60px 0;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 639px) {
  hr.c5-triangle {
    height: 30px;
    margin: 20px 0;
  }
}
hr.c5-triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 150px 0 150px;
  border-color: #f3f4f6 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 639px) {
  hr.c5-triangle:before {
    border-width: 30px 75px 0 75px;
  }
}

.c5-mv {
  margin: 0 0 60px;
}
.c5-mv img {
  vertical-align: bottom;
}
@media only screen and (max-width: 639px) {
  .c5-mv img {
    width: 100vw !important;
    max-width: none;
  }
}
@media only screen and (max-width: 639px) {
  .c5-mv {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.c5-leadText {
  margin: 0 0 60px;
}
@media only screen and (max-width: 639px) {
  .c5-leadText {
    font-size: 14px;
  }
}

.c5-leadText02 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 639px) {
  .c5-leadText02 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.c5-newsBlock__header {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  padding-bottom: 10px;
  display: block;
  border-bottom: solid 1px;
  font-size: 1.25rem;
  font-weight: bold;
}
.c5-newsBlock__list {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  margin-bottom: 60px;
}
.c5-newsBlock__item {
  list-style: none;
}

.c5-nav {
  clear: both;
  width: 100%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 639px) {
  .c5-nav {
    margin-bottom: 60px;
  }
}
.c5-nav a {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .c5-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px 5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
  }
}
@media only screen and (min-width: 640px) {
  .c5-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c5-nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #1e4aaf transparent transparent transparent;
}
@media only screen and (min-width: 640px) {
  .c5-nav a:after {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 639px) {
  .c5-nav a:after {
    border-style: solid;
    border-width: 8.67px 6.5px 0 6.5px;
    border-color: #1e4aaf transparent transparent transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c5-nav .c5-navInner--fixed ul {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;
}
.c5-nav .c5-navInner--fixed ul:before {
  display: none;
}
.c5-nav .c5-navInner--fixed ul:after {
  display: none;
}
.c5-nav ul {
  padding: 0;
  width: 100%;
  background: #ffffff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 639px) {
  .c5-nav ul {
    display: block;
  }
}
.c5-nav ul:before {
  display: block;
  overflow: hidden;
  content: "";
}
.c5-nav ul:after {
  display: block;
  overflow: hidden;
  content: "";
  clear: both;
}
.c5-nav li {
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  padding: 0;
  height: 100%;
  text-align: center;
  display: block;
  width: 25%;
  background: none;
  border-right: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .c5-nav li {
    width: 100%;
    border: none;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 0;
  }
}
.c5-nav li:last-child {
  border-right: none;
}
.c5-nav p {
  margin: 0;
}

.c5-nav.c5-nav--pc {
  display: block;
}

.c5-nav.c5-nav--sp {
  display: none;
}

.c5-navInner {
  width: 100%;
}

.c5-navInner--fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  width: 1200px;
}
.c5-navInner--fixed ul {
  margin: 0;
}

.c5-spnav {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  padding: 0;
  font-size: 105%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-spnav span.c5-spnav--pc {
  display: block;
  height: auto;
  text-align: center;
  font-size: 14px;
  padding: 10px 28px 7px 15px;
}
.c5-spnav span.c5-spnav--sp {
  display: none;
}
.c5-spnav a {
  text-decoration: none !important;
  color: #000000;
}

.c5-nav__num {
  color: #052D8A;
  font-family: "Noto Sans Symbols", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .c5-nav__num {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .c5-nav__num {
    font-size: 24px;
    padding-right: 10px;
    vertical-align: middle;
    padding-bottom: 0.2em;
  }
}

.c5-nav__ttl {
  font-weight: bold;
  font-size: 20px;
  display: table;
  width: 100%;
  height: 3em;
  line-height: 1.4;
}
@media only screen and (max-width: 639px) {
  .c5-nav__ttl {
    font-size: 14px;
    text-align: left;
    height: auto;
  }
}
.c5-nav__ttl span {
  display: table-cell;
  vertical-align: middle;
}

.c5-nav__fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.c5-nav__fix ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  max-width: 1200px;
  margin: 0 auto;
}
.c5-nav__fix li {
  display: block;
  width: 25%;
  background: none;
  border-right: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-nav__fix li:last-child {
  border-right: none;
}
.c5-nav__fix a {
  padding: 10px 0 15px;
  position: relative;
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 639px) {
  .c5-nav__fix a {
    padding: 10px 4px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c5-nav__fix a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 639px) {
  .c5-nav__fix a:hover {
    color: inheirt;
  }
}
.c5-nav__fix a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #1e4aaf transparent transparent transparent;
}
.c5-nav__fix p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 639px) {
  .c5-nav__fix p {
    display: block;
  }
}

.c5-nav__fix__num {
  color: #052D8A;
  font-family: "Noto Sans Symbols", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .c5-nav__fix__num {
    display: block;
    padding-right: 4px;
  }
}

.c5-nav__fix__ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding-left: 0.5em;
}
@media only screen and (max-width: 639px) {
  .c5-nav__fix__ttl {
    text-align: left;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 1260px) {
  .c5-navInner--fixed {
    width: 100%;
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 992px) {
  .c5-nav__fix {
    top: 0;
  }
  .c5-nav__fix__num {
    font-size: 10px;
  }
  .c5-nav__fix__ttl {
    font-size: 9px;
  }
}
.c5-secCatch {
  margin: 0 0 120px;
}
@media only screen and (max-width: 639px) {
  .c5-secCatch {
    margin-bottom: 40px;
  }
}
.c5-secCatch__bnr {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 60px;
}
.c5-secCatch__bnr img {
  width: 100% !important;
  height: auto !important;
}

.c5-secFeature {
  margin: 0 0 120px;
}

#menu-type {
  margin-top: 120px;
}
@media only screen and (max-width: 639px) {
  #menu-type {
    margin-top: 40px;
  }
}

.c5-types {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 10px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
}
@media only screen and (max-width: 639px) {
  .c5-types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.c5-types > .c5-type {
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c5-types > .c5-type--wide {
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .c5-types > .c5-type {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .c5-types > .c5-type:not(:last-child) {
    border-right: solid 1px #dcdcdc;
  }
}
@media only screen and (max-width: 639px) {
  .c5-types > .c5-type:not(:last-child) {
    border-bottom: solid 1px #dcdcdc;
  }
}
.c5-types--auto {
  display: table;
  margin: 0 auto;
  padding: 20px 10px;
  border-color: #f2582e;
}

.c5-type {
  padding: 0 20px;
}
@media only screen and (max-width: 639px) {
  .c5-type {
    padding: 20px 0;
  }
  .c5-type--wide {
    padding: 0 10px;
  }
}
.c5-type--wide .c5-type__title strong {
  color: #f2582e;
  display: inline-block;
  margin-bottom: 0.3em;
}
.c5-type__title {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .c5-type__title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.c5-type__title strong {
  display: inline-block;
  font-size: 20px;
  padding-top: 4px;
}
@media only screen and (max-width: 639px) {
  .c5-type__title strong {
    font-size: 16px;
  }
}
.c5-type__body > * {
  line-height: 120%;
}
.c5-type__body dl {
  margin: 0;
  padding: 0;
}
.c5-type__body dl + dl {
  margin-top: 1em;
}
.c5-type__body dl dt {
  font-weight: 500;
}
.c5-type__body dl dd {
  padding: 0;
  margin: 0.5em 0 0;
  text-decoration-line: line-through;
}
.c5-type__body dl dd strong {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  margin-left: 0.5em;
  text-decoration-line: none;
  color: #f2582e;
  margin-top: 0.2em;
}
.c5-type__body dl dd strong span {
  font-size: 1.1em;
}
.c5-type__body dl dd strong:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.35em;
  border-color: transparent transparent transparent #f2582e;
}
.c5-type__foot {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .c5-type__foot {
    text-align: left;
  }
}
.c5-type__foot p {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 639px) {
  .c5-type__foot p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c5-type__foot p .c5-iconInline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 24px !important;
    height: auto !important;
    margin-right: 0.5em;
  }
}

.c5-blockSelect {
  margin-top: 120px;
}
@media only screen and (max-width: 639px) {
  .c5-blockSelect {
    margin-top: 40px;
  }
  .c5-blockSelect .c5-dots {
    margin: 0 -0.5em;
  }
}

.c5-pointList {
  margin-bottom: 120px;
}
@media only screen and (max-width: 639px) {
  .c5-pointList {
    margin-bottom: 40px;
  }
}
.c5-pointList > *:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 639px) {
  .c5-pointList > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

.c5-pointItem {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c5-pointItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none !important;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c5-pointItem__head:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/icon-closed.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__head:before {
    display: none;
  }
}
.c5-pointItem__head > span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #052D8A;
  color: white;
  padding: 4px 20px;
  min-width: 110px;
  min-height: 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  font-family: "Noto Sans", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__head > span:first-child {
    font-size: 14px;
    min-height: 0;
  }
}
.c5-pointItem__head > span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(30, 74, 175, 0.07);
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  padding: 4px 64px 4px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__head > span:last-child {
    font-size: 16px;
    padding: 4px 34px 4px 10px;
    position: relative;
    min-height: 48px;
  }
  .c5-pointItem__head > span:last-child:before {
    content: "";
    display: block;
    background: url(../images/icon-closed.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    background-size: cover !important;
    right: 10px;
  }
}
.c5-pointItem__head.is-open:before {
  background-image: url(../images/icon-opened.svg);
}
.c5-pointItem__head.is-open > span:last-child:before {
  background-image: url(../images/icon-opened.svg);
}
.c5-pointItem__body {
  padding-top: 40px;
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__body {
    padding-top: 10px;
  }
}
.c5-pointItem__body > p + .c5-row {
  margin-top: -1em;
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__body > p + .c5-row {
    margin-top: -0.5em;
  }
}
@media only screen and (max-width: 639px) {
  .c5-pointItem__body > p + .c5-figure {
    margin-top: 15px;
  }
}

.c5-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: -40px -30px 0;
  width: auto;
}
@media only screen and (max-width: 639px) {
  .c5-row {
    margin: -10px -10px 0;
  }
}
.c5-row__col {
  margin: 40px 30px 0;
}
@media only screen and (max-width: 639px) {
  .c5-row__col {
    margin: 10px 10px 0;
  }
}
.c5-row__col--col6 {
  width: calc(50% - 60px);
}
@media only screen and (max-width: 639px) {
  .c5-row__col--col6 {
    width: calc(100% - 20px);
  }
}

.c5-secFlow {
  margin: 0 0 120px;
}
.c5-secFlow__lead {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
  .c5-secFlow__lead {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#model_lineup {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 60px;
}

#model_lineup ul {
  padding: 0;
}

#model_lineup li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  #model_lineup {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
  }
}
#model_lineup .xr_logo_model {
  max-width: 433px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #model_lineup .xr_logo_model {
    width: 80%;
    padding-bottom: 15px;
  }
}
#model_lineup .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#model_lineup .inner > h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > h2 {
    font-size: 18px;
  }
}
#model_lineup .inner > ul {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul {
    margin: 30px 0 0;
    display: block;
  }
}
#model_lineup .inner > ul > li {
  width: 33.3333333333%;
  background-color: #ffffff;
}

@media screen and (max-width: 1100px) {
  #model_lineup .inner > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li {
    width: 100%;
  }
}
#model_lineup .inner > ul > li .img img {
  width: 100%;
}

#model_lineup .inner > ul > li .txt-area {
  padding: 25px 10px 60px;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area {
    padding: 15px 5% 30px;
  }
}
#model_lineup .inner > ul > li .txt-area .logo {
  font-size: 0;
}

#model_lineup .inner > ul > li .txt-area .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .ttl {
    padding-right: 0;
    margin-bottom: 0;
  }
}
#model_lineup .inner > ul > li .txt-area .ttl h3 {
  font-size: 32px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .ttl h3 {
    font-size: 18px;
    padding: 0;
  }
}
#model_lineup .inner > ul > li .txt-area .flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .flex-area {
    display: block;
    font-size: 18px;
    padding: 0;
    min-height: auto;
  }
}
#model_lineup .inner > ul > li .txt-area .flex-area p {
  font-size: 14px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .flex-area p {
    width: 100%;
    margin-top: 5px;
  }
}
#model_lineup .inner > ul > li .txt-area .flex-area .btn_m {
  width: 48%;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .flex-area .btn_m {
    width: 100%;
    margin-top: 20px;
  }
}
#model_lineup .inner > ul > li .txt-area .flex-area .btn_m a {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .flex-area .btn_m a {
    text-align: center;
    font-size: 14px;
    width: 257px;
    margin: 0 auto;
    display: block;
    padding: 12px 20px;
  }
}
#model_lineup .inner > ul > li .txt-area .gray-area {
  background-color: #f2f2f2;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .gray-area {
    display: block;
    padding: 15px 3%;
  }
}
#model_lineup .inner > ul > li .txt-area .gray-area p {
  width: 47%;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .gray-area p {
    width: 100%;
  }
}
#model_lineup .inner > ul > li .txt-area .gray-area p .big {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .gray-area p .big {
    display: inline;
    font-size: 14px;
  }
}
#model_lineup .inner > ul > li .txt-area .gray-area p .small {
  font-size: 14px;
}

#model_lineup .inner > ul > li .txt-area .gray-area .full-store-btn {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #model_lineup .inner > ul > li .txt-area .gray-area .full-store-btn {
    margin-top: 10px;
    width: 100%;
  }
}
#model_lineup .inner > ul > li .txt-area .gray-area .full-store-btn .s5-sonyStoreCustom {
  margin-top: 0;
}

#model_lineup .inner > ul > li .txt-area .gray-area .full-store-btn a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#model_lineup .inner > ul > li .txt-area .note {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  color: #f00;
  margin: 5px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

#model_lineup .inner .note {
  margin-top: 25px;
}

#model_lineup .inner .note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}

#precautions {
  margin-top: 60px;
  padding: 20px;
}
@media only screen and (max-width: 639px) {
  #precautions {
    padding: 0;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .s5-inStoreFeaturesItem1B__image img {
    width: auto !important;
  }
}

@media only screen and (max-width: 639px) {
  .c5-sp-pw-0 {
    padding: 0;
  }
  .c5-sp-pw-0 .s5-table2 {
    padding: 0;
  }
}

@media only screen and (max-width: 639px) {
  .s5-inStoreFeaturesItem1B.s5-inStoreFeaturesItem1B--liquid {
    margin-top: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */