<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.c5-alpha-container {
  width: 100%;
  overflow: hidden;
}

/*.c5-alpha-contents {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #231815;
}*/
@media screen and (max-width: 639px) {
  .c5-alpha-contents {
    font-size: 14px;
  }
}
.c5-alpha-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-alpha-contents p {
  margin: 0 0 24px 0;
}
.c5-alpha-contents p:last-child {
  margin-bottom: 0;
}
.c5-alpha-contents p + table,
.c5-alpha-contents p + .c5-table-wrap {
  margin-top: 30px;
}
.c5-alpha-contents a {
  /*color: #ec5f00;*/
}
.c5-alpha-contents a.s5-button {
  color: #fff;
}
.c5-alpha-contents a.s5-textLink {
  color: #43677e;
}
.c5-alpha-contents a.s5-textLink:hover {
  color: #c41230;
}
.c5-alpha-contents ul {
  padding: 0;
}
.c5-alpha-contents li {
  list-style: none;
}
.c5-alpha-contents img {
  max-width: 100%;
  line-height: 1;
  vertical-align: top;
}
.c5-alpha-contents picture,
.c5-alpha-contents figure {
  line-height: 1;
}
.c5-alpha-contents figure {
  margin: 0;
}
.c5-alpha-contents .c5-smallHeading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-smallHeading {
    font-size: 12px;
  }
}
.c5-alpha-contents .s5-categoryNav a {
  color: #000;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .s5-categoryNav__item a {
    padding: 17px 5px;
  }
}
.c5-alpha-contents .s5-categoryHeader {
  padding: 0;
}
.c5-alpha-contents .s5-categoryHeader__headingText {
  color: #000000 !important;
  font-size: 18px !important;
  padding: 0 !important;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .s5-categoryHeader__headingText {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .s5-categoryNav__extraOpener {
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c5-alpha-head {
  background: url("../images/bg_mv02.jpg") repeat-x 0 0/auto 100%;
  position: relative;
}
@media screen and (max-width: 639px) {
  .c5-alpha-head {
    background: none;
  }
}
.c5-alpha-head::before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../images/bg_mv01.jpg") repeat-x 0 0/auto 100%;
}
@media screen and (max-width: 639px) {
  .c5-alpha-head::before {
    display: none;
  }
}
.c5-alpha-head_in {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.c5-alpha-head_contents {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 979px) {
  .c5-alpha-head_contents {
    left: 2%;
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-head_contents {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -90px;
    -webkit-transform: none;
            transform: none;
    padding: 50px 15px 0 15px;
  }
}
.c5-alpha-logo {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-logo {
    margin-bottom: 50px;
  }
}
.c5-alpha-topttl {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1;
}
.c5-alpha-mv {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-mv img {
    width: 100%;
  }
}
.c5-alpha-nav-wrap {
  background-color: #231815;
  color: #fff;
  border-top: 5px solid #ec5f00;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav-wrap {
    padding: 5px;
  }
}
.c5-alpha-nav-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.c5-alpha-nav-wrap ul {
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav-wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c5-alpha-nav-wrap ul:not(.onlyOne) li {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav-wrap ul:not(.onlyOne) li {
    margin: 0;
    font-size: 3vw;
    line-height: 1.3;
  }
}
.c5-alpha-nav-wrap ul.onlyOne {
  display: block;
  text-align: center;
}
.c5-alpha-nav-wrap ul.onlyOne a {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav-wrap ul.onlyOne a {
    font-size: 16px;
  }
}
.c5-alpha-nav-wrap a {
  display: block;
  color: #fff !important;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav-wrap a {
    padding: 2vw;
  }
}
.c5-alpha-nav-wrap a:hover {
  text-decoration: underline;
  color: #fff;
}
.c5-alpha-nav_tel {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  background: url("../images/phone_icon.svg") no-repeat 0 12px/40px 40px;
  padding: 10px 10px 10px 50px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav_tel {
    font-size: 10px;
    padding: 0 0 0 40px;
    background-size: 35px 35px;
    background-position: 0 0;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .c5-alpha-nav_tel {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.c5-alpha-nav_tel span {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav_tel span {
    font-size: 18px;
  }
}
.c5-alpha-nav_tel a[href*=tel] {
  padding: 0;
  display: inline;
}
.c5-alpha-nav_mobile {
  border: 1px solid #fff;
  text-align: center;
  display: none;
  font-size: 12px;
  margin-left: 10px;
}
.c5-alpha-nav_mobile a {
  padding: 7px;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-nav_mobile {
    display: block;
  }
}
.c5-alpha-anchors {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 70px 0;
    position: relative;
  }
  .c5-alpha-anchors::before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 86px 0 86px;
    border-color: #ec5f00 transparent transparent transparent;
  }
}
.c5-alpha-anchors li {
  margin: 0 20px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors li {
    width: 48%;
    margin: 60px 0 0 0;
    background-color: #f9f8f8;
  }
}
.c5-alpha-anchors li div {
  padding: 30px 20px 20px 20px;
  background-color: #f9f8f8;
  min-height: 170px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors li div {
    padding: 15px;
    background: none;
    min-height: 0;
  }
}
.c5-alpha-anchors li div img {
  height: 70px;
  margin-bottom: 15px;
}
.c5-alpha-anchors a {
  display: block;
  text-align: center;
  position: relative;
  padding: 30px 0 54px 0;
  line-height: 1.3;
  color: #231815;
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors a {
    padding-bottom: 0;
  }
}
.c5-alpha-anchors a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 37px 0 37px;
  border-color: #ec5f00 transparent transparent transparent;
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors a::before {
    display: none;
  }
}
.c5-alpha-anchors a:hover {
  text-decoration: none;
}
.c5-alpha-anchors a:hover div {
  background-color: #eee;
}
@media screen and (max-width: 639px) {
  .c5-alpha-anchors a:hover div {
    background: none;
  }
}
.c5-widenum {
  position: absolute;
  top: -5px;
  width: 100%;
  text-align: center;
  left: 0;
}
@media screen and (max-width: 639px) {
  .c5-widenum {
    top: -30px;
  }
}
.c5-alpha-section {
  padding: 80px 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-section {
    padding: 60px 15px;
  }
}
.c5-alpha-section_inner {
  max-width: 840px;
  margin: 0 auto;
}
.c5-alpha-section_inner_l {
  max-width: 1040px;
  margin: 0 auto;
}
.c5-alpha-section_inner_ll {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-alpha-section_mini + * {
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-section_mini + * {
    margin-top: 60px;
  }
}
.c5-alpha-section-mini {
  padding: 40px 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-section-mini {
    padding: 20px 15px;
  }
}
.c5-agree-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 60px;
}
@media screen and (max-width: 639px) {
  .c5-agree-section {
    padding: 30px 15px;
  }
}
.c5-agree-section + section {
  margin-top: 40px;
}
.c5-agree-section h3 {
  padding: 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .c5-agree-section h3 {
    font-size: 18px;
  }
}
.c5-agree-section h3 + p {
  margin-top: 15px !important;
}
.c5-agree-section a {
  color: #da5c08;
}
.c5-agree-section p + h3,
.c5-agree-section ul + h3,
.c5-agree-section ol + h3 {
  margin-top: 40px;
}
.c5-alpha-ttl_l {
  font-size: 42px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
.c5-alpha-ttl_l.noborder {
  padding-bottom: 60px;
}
.c5-alpha-ttl_l.noborder::before {
  display: none;
}
.c5-alpha-ttl_l .sub {
  font-size: 60%;
  display: inline-block;
  line-height: 1.3;
  margin-top: 0.5em;
}
@media screen and (max-width: 639px) {
  .c5-alpha-ttl_l {
    font-size: 39px;
  }
}
.c5-alpha-ttl_l::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c5-alpha-ttl_l + p,
.c5-alpha-ttl_l + p:not([class]),
.c5-alpha-ttl_l + ol,
.c5-alpha-ttl_l + ul {
  margin-top: 40px;
}
.c5-alpha-ttl_m {
  font-size: 32px;
  font-family: "ＭＳ 明朝", "MS Mincho", serif;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-ttl_m {
    font-size: 30px;
  }
}
.c5-alpha-ttl_m.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-ttl_m.in-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c5-alpha-ttl_m img[src*=_icon] {
  width: 50px;
  margin-right: 25px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-ttl_m img[src*=_icon] {
    width: 40px;
    margin-right: 10px;
  }
}
.c5-alpha-ttl_s {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.c5-alpha-ttl_s + .c5-alpha-section_mini {
  margin-top: 60px;
}
.c5-list-footnote {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.c5-list-footnote + p,
.c5-list-footnote + div {
  margin-top: 30px;
}
.c5-list-3y_wide {
  display: table;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .c5-list-3y_wide {
    display: block;
    text-align: center;
  }
}
.c5-list-3y_wide &gt; div {
  display: table-cell;
  vertical-align: bottom;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .c5-list-3y_wide &gt; div {
    display: inline-block;
    padding: 5px 15px 0 15px;
  }
}
.c5-list-3y_wide &gt; div.normal {
  background-color: #f9f8f8;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .c5-list-3y_wide &gt; div.normal {
    display: block;
    max-width: 120px;
    margin: 0 auto;
  }
}
.c5-list-3y_wide &gt; div.plus {
  vertical-align: middle;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 639px) {
  .c5-list-3y_wide &gt; div.plus {
    padding: 20px 0 0 0;
    display: block;
  }
}
.c5-list-3y_wide &gt; div p {
  margin: 0;
}
.c5-list-3y_wide &gt; div img {
  margin: 5px 0;
}
.c5-list-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 30px -24px 0 -24px;
}
@media screen and (max-width: 639px) {
  .c5-list-other {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
}
.c5-list-other li {
  width: calc(33.3333333333% - 24px);
  margin: 0 24px;
}
@media screen and (max-width: 639px) {
  .c5-list-other li {
    width: auto;
    margin: 30px 0 0 0;
  }
}
.c5-list-other a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c5-list-other a:hover {
  opacity: 0.7;
}
.c5-list-other a::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.c5-list-other a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 22px;
  right: 24px;
}
.c5-list-other .c5-icon-blank {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c5-list-spec-col .c5-list-spec {
  float: left;
}
.c5-list-spec-col .c5-list-spec + ul {
  padding-left: 10px;
}
.c5-list-spec-col .c5-list-spec li {
  float: none;
}
.c5-list-spec {
  margin: 0 -5px -11px -5px;
  padding: 0;
  overflow: hidden;
}
.c5-list-spec li {
  background-color: #f5f5f6;
  text-align: center;
  padding: 3px 2px;
  font-size: 10px;
  line-height: 1.4;
  width: 100px;
  float: left;
  margin: 0 5px 10px 5px;
  letter-spacing: 0;
}
.c5-list-spec li.logo {
  background-color: transparent;
}
.c5-list-spec li strong {
  font-weight: bold;
  font-size: 12px;
}
.c5-list-contact {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
.c5-list-num li {
  margin-top: 10px;
  list-style: decimal;
}
.c5-box-3y_wide {
  padding: 40px 110px;
  background-color: #fff;
}
.c5-box-3y_wide + p {
  margin-top: 30px;
}
@media screen and (max-width: 979px) {
  .c5-box-3y_wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 639px) {
  .c5-box-3y_wide {
    padding: 15px;
    display: block;
  }
}
.c5-box-3y_wide .c5-box-3y_ttl {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.c5-box-border {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .c5-box-border {
    padding: 15px;
  }
}
.c5-box-border.ver-block {
  display: block;
}
.c5-box-border.ver-desk {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.c5-table-wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c5-table-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .c5-table-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .c5-table-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
.c5-alpha-table {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}
.c5-alpha-table.c5-overwidth {
  table-layout: fixed;
}
.c5-alpha-table th,
.c5-alpha-table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.c5-alpha-table th {
  font-weight: normal;
  text-align: center;
}
.c5-alpha-table_item {
  padding: 10px;
}
.c5-alpha-table_item span,
.c5-alpha-table_item img {
  display: inline-block;
  vertical-align: middle;
}
.c5-alpha-table_item span {
  font-weight: bold;
}
.c5-alpha-btn {
  border: 1px solid #ec5f00;
  color: #da5c08;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 639px) {
  .c5-alpha-btn:not(._s) {
    display: block;
    padding: 10px;
  }
}
.c5-alpha-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ec5f00;
}
.c5-alpha-btn:hover .c5-icon-arrow::before {
  border-color: #fff;
}
.c5-alpha-btn._s {
  min-width: 200px;
  padding: 6px 12px;
  font-size: 12px;
}
.c5-alpha-btn._s .c5-icon-arrow::before {
  top: 4px;
}
.c5-alpha-btn.black {
  color: #231815;
  border-color: #231815;
}
.c5-alpha-btn.black:hover {
  background-color: #231815;
  color: #fff;
}
.c5-alpha-btn.black:hover .c5-icon-arrow::before {
  border-color: #fff;
}
.c5-alpha-btn.black .c5-icon-arrow::before {
  border-color: #231815;
}
.c5-alpha-btn.reverse {
  color: #fff;
  background-color: #ec5f00;
}
.c5-alpha-btn.reverse:hover {
  background-color: #fff;
  color: #ec5f00;
}
.c5-alpha-btn.reverse:hover .c5-icon-arrow::before {
  border-color: #ec5f00;
}
.c5-alpha-btn.reverse .c5-icon-arrow::before {
  border-color: #fff;
}
.c5-icon-arrow {
  position: relative;
  padding-left: 20px;
}
.c5-icon-arrow.ver-left {
  padding-left: 15px;
}
.c5-icon-arrow.ver-left::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c5-icon-arrow.black::before {
  border-color: #231815;
}
.c5-icon-arrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #ec5f00;
  border-right: 1px solid #ec5f00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
.c5-icon-down {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.c5-icon-down::before {
  width: 13px;
  height: 13px;
  border-top: 3px solid #ec5f00;
  border-right: 3px solid #ec5f00;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: -1%;
  left: 0;
  content: "";
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .c5-icon-down::before {
    width: 10px;
    height: 10px;
  }
}
.c5-icon-down._s {
  padding-left: 20px;
}
.c5-icon-down._s::before {
  width: 8px;
  height: 8px;
  border-width: 2px;
}
.c5-icon-blank {
  vertical-align: baseline !important;
  width: 15px;
  margin-left: 8px;
}
.c5-txt-c {
  text-align: center;
}
.c5-txt-r {
  text-align: right;
}
.c5-v-top {
  vertical-align: top;
}
.c5-v-bottom {
  vertical-align: bottom;
}
.c5-bg-gray {
  background-color: #fafafa;
}
.c5-bg-white {
  background-color: #fff !important;
}
.c5-bg-cell01 {
  background-color: #f8ede6;
}
.c5-bg-cell02 {
  background-color: #fedbc6;
}
.c5-bg-cell03 {
  background-color: #f6a874;
}
.c5-fs12 {
  font-size: 12px;
  line-height: 1.3;
}
.c5-notes-in-cell {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
}
.c5-w700 {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-pay {
    margin: 0;
  }
}
.c5-alpha-pay &gt; div {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-pay &gt; div {
    margin-top: 40px;
  }
}
.c5-alpha-pay &gt; div h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  max-width: 300px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-pay &gt; div h3 {
    font-size: 18px;
    max-width: none;
  }
}
.c5-alpha-pay &gt; div h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
.c5-alpha-pay &gt; div p {
  margin-top: 10px !important;
}
.c5-freetel {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 40px 0;
}
.c5-freetel a {
  color: #231815;
}
@media screen and (max-width: 639px) {
  .c5-freetel {
    font-size: 35px;
  }
}
.c5-freetel img {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .c5-freetel img {
    width: 40px;
    vertical-align: baseline;
    margin-right: 10px;
  }
}
.c5-mobiletel {
  pointer-events: none;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
.c5-mobiletel a {
  color: #231815 !important;
}
@media screen and (max-width: 1024px) {
  .c5-mobiletel {
    pointer-events: auto;
  }
}
@media screen and (max-width: 639px) {
  .c5-mobiletel {
    font-size: 30px;
  }
}
.c5-lensimg {
  text-align: center;
  margin: 60px 0 0 0;
}
.c5-logo-g {
  margin-bottom: 10px;
}
.c5-award-col {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}
.c5-award-col &gt; div {
  display: inline-block;
  vertical-align: top;
}
.c5-award-col &gt; div:first-child {
  margin-right: 5px;
}
.c5-sp {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .c5-sp {
    display: block !important;
  }
}
.c5-tab {
  display: none;
}
@media screen and (max-width: 979px) {
  .c5-tab {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .c5-pc {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .c5-sp-txt-l {
    text-align: left;
  }
}

.c5-camerasimg {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-camerasimg {
    padding: 30px 15px 0 15px;
  }
}
.c5-camerasimg + .c5-alpha-section {
  padding-top: 0;
}

.c5-bn-ichigan {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-bn-ichigan {
    margin-top: 30px;
  }
}

.c5-alpha-cslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -35px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-cslist {
    display: block;
    margin: 0;
  }
}
.c5-alpha-cslist a {
  display: block;
  color: #231815;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c5-alpha-cslist a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c5-alpha-cslist .figure {
  text-align: center;
  margin-bottom: 20px;
}
.c5-alpha-cslist .c5-icon-arrow::before {
  border-color: #231815;
}
.c5-alpha-cslist &gt; li {
  padding: 0;
  width: calc(33% - 70px);
  margin: 0 35px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-cslist &gt; li {
    width: auto;
    margin: 0 0 40px 0;
  }
  .c5-alpha-cslist &gt; li:last-child {
    margin-bottom: 0;
  }
}

.c5-mb10 {
  margin-bottom: 10px !important;
}

.c5-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .c5-contact-wrap {
    display: block;
  }
}
.c5-contact-wrap &gt; div {
  width: 50%;
  padding: 0 30px;
}
.c5-contact-wrap &gt; div:first-child {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.c5-contact-wrap &gt; div:last-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 639px) {
  .c5-contact-wrap &gt; div {
    width: auto;
  }
  .c5-contact-wrap &gt; div:first-child {
    margin-bottom: 40px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
  }
  .c5-contact-wrap &gt; div:last-child {
    padding: 0;
    border: none;
  }
}

a.c5-linkwrap {
  text-decoration: none;
  display: block;
  color: #231815;
}
a.c5-linkwrap:hover .c5-alpha-btn.reverse {
  background-color: #fff;
  color: #ec5f00;
}
a.c5-linkwrap:hover .c5-alpha-btn.reverse .c5-icon-arrow::before {
  border-color: #ec5f00;
}

.c5-tel a[href*=tel] {
  color: #231815;
}
.c5-tel .c5-box-border {
  margin-bottom: 0;
}
.c5-tel p {
  margin-bottom: 5px;
}
.c5-tel .free {
  margin-bottom: 20px;
}
.c5-tel .free .c5-teltxt {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .c5-tel .free .c5-teltxt {
    font-size: 18px;
  }
}
.c5-tel .free .c5-telnumber {
  line-height: 1;
  font-size: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 639px) {
  .c5-tel .free .c5-telnumber {
    font-size: 34px;
  }
}
.c5-tel .mobile {
  margin-bottom: 20px;
}
.c5-tel .mobile .c5-telnumber {
  line-height: 1;
  font-size: 28px;
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .c5-tel .mobile .c5-telnumber {
    pointer-events: auto;
    font-size: 24px;
  }
}

.c5-contact-ttl {
  color: #ec5f00;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  /*&amp;::after {
  	position: absolute;
  	content: '';
  	width: 40px;
  	height: 2px;
  	background-color: $black;
  	margin: auto;
  	left: 0;
  	right: 0;
  	bottom: 0;
  }*/
}
@media screen and (max-width: 639px) {
  .c5-contact-ttl {
    font-size: 18px;
  }
}

.c5-contact-img {
  text-align: center;
  margin-bottom: 30px;
}

.c5-formtxt {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .c5-formtxt {
    font-size: 18px;
  }
}

.c5-small {
  font-size: 90%;
}

.c5-icon-blank_inline {
  background: url("../images/icon_blank_w.png") no-repeat 0 0/100% auto;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}

a:hover .c5-icon-blank_inline {
  background-image: url("../images/icon_blank.png");
}

.c5-pickupblock {
  letter-spacing: 0;
}

.c5-mv_lp {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-mv_lp {
    padding: 0;
  }
}

.c5-ttl_border {
  padding: 0;
  margin: 50px 0 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.c5-ttl_border img {
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .c5-ttl_border {
    margin-top: 30px;
    font-size: 18px;
  }
  .c5-ttl_border img {
    margin-right: 10px;
    width: 40px;
  }
}

.c5-cols_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .c5-cols_logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .c5-cols_logo .txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c5-cols_logo .img {
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media screen and (max-width: 639px) {
  .c5-cols_logo .img {
    text-align: center;
    margin: 0 0 20px 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c5-col_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .c5-col_items {
    display: block;
    margin-top: 40px;
  }
}
.c5-col_items.col1 {
  display: block;
}
.c5-col_items &gt; div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}
@media screen and (max-width: 639px) {
  .c5-col_items &gt; div:not(:first-child) {
    margin-top: 40px;
  }
}

a.c5-alphabn {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a.c5-alphabn:hover {
  opacity: 0.7;
}

.c5-ttl_items {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 1.4;
  border-left: 10px solid #ec5f00;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 640px) {
  .c5-ttl_items.adjust {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 639px) {
  .c5-ttl_items {
    font-size: 18px;
  }
}

.c5-list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c5-list_items.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c5-list_items a {
  display: block;
  color: #231815;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c5-list_items a:hover {
  opacity: 0.7;
}
.c5-list_items .thumb {
  margin-bottom: 20px;
  text-align: center;
}
.c5-list_items li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
@media screen and (max-width: 639px) {
  .c5-list_items li.sp_noneflex {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 639px) {
  .c5-list_items li {
    font-size: 12px;
  }
}

.c5-list_menuIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -36px -20px -36px;
  padding: 0;
}
.c5-list_menuIcons + p,
.c5-list_menuIcons + ul {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .c5-list_menuIcons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
  }
}
.c5-list_menuIcons &gt; li {
  width: calc(33.3333333333% - 62px);
  margin: 0 36px 20px 36px;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .c5-list_menuIcons &gt; li {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
.c5-list_menuIcons &gt; li::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #ec5f00 transparent transparent transparent;
}
.c5-list_menuIcons .icon {
  text-align: center;
  margin-bottom: 15px;
}
.c5-list_menuIcons .icon.card {
  margin: 15px 0 23px 0;
}

.c5-box_imp {
  border: 1px solid #ec5f00;
  padding: 15px;
  margin-bottom: 40px;
}

.c5-icon_box {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #ec5f00;
  padding: 5px 8px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.c5-plus {
  margin: 20px 0;
  text-align: center;
}
.c5-plus &gt; div {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
.c5-plus &gt; div::before, .c5-plus &gt; div::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ec5f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c5-plus &gt; div::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c5-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  .c5-mt60 {
    margin-top: 40px;
  }
}

.c5-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 639px) {
  .c5-mb60 {
    margin-bottom: 40px;
  }
}

.c5-ttl_borderL {
  border-left: 10px solid #ec5f00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .c5-ttl_borderL {
    font-size: 18px;
  }
}

.c5-qa {
  padding: 15px;
  background-color: #fafafa;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  .c5-qa {
    margin-top: 60px;
  }
}

.c5-qabox-wrap {
  margin-bottom: 60px;
}

.c5-qabox .question {
  position: relative;
  padding: 20px 0 20px 40px;
  border-bottom: 1px solid #ccc;
}
.c5-qabox .question.js-acc_btn {
  padding-right: 40px;
}
.c5-qabox .question::before {
  content: "Q";
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
}
.c5-qabox .answer {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 90px;
}
@media screen and (max-width: 639px) {
  .c5-qabox .answer {
    padding-left: 40px;
  }
}
.c5-qabox .answer::before {
  content: "A";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ec5f00;
  color: #ec5f00;
  position: absolute;
  top: 20px;
  left: 50px;
}
@media screen and (max-width: 639px) {
  .c5-qabox .answer::before {
    left: 0;
  }
}

.js-acc_btn {
  cursor: pointer;
  padding-right: 40px;
}
.js-acc_btn::after {
  background: url("../images/icon_plus.png") no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.js-acc_btn.open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-acc_btn + * {
  display: none;
}

.c5-list_news {
  margin: 40px 0 0 0;
  padding: 0;
}
.c5-list_news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .c5-list_news li {
    display: block;
  }
}
.c5-list_news .date {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .c5-list_news .date {
    margin: 0 0 5px 0;
  }
}
.c5-list_news .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-list_news a {
  display: block;
  color: #231815;
}

.c5-mt20 {
  margin-top: 20px;
}

.c5-cols_sdk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c5-cols_sdk &gt; div:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .c5-cols_sdk {
    display: block;
  }
  .c5-cols_sdk &gt; div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.c5-icon_new {
  color: #fff;
  display: inline-block;
  background-color: #ec5f00;
  padding: 0 4px;
  font-size: 0.85em;
}

.c5-pickupblock .s5-bannerToggleButtonContainer .s5-bannerToggleButton img {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c5-alpha-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-topMv {
    margin-bottom: 30px;
  }
}
.c5-alpha-contents .c5-alpha-topMv .s5-promotionCSimg__subTextMain {
  color: #3865e0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-subMv {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
  }
}
.c5-alpha-contents .c5-alpha-subMv .c5-alpha-subMv__picture {
  display: block;
  width: 100%;
}
.c5-alpha-contents .c5-alpha-subMv .c5-alpha-subMv__picture img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-subMv .c5-alpha-subMv__text {
  margin-top: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-subMv .c5-alpha-subMv__text {
    margin: 0;
    padding: 20px;
  }
}
.c5-alpha-contents .c5-alpha-subMv img {
  height: auto;
}
.c5-alpha-contents .c5-alpha-use__subTitle {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use__subTitle {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.c5-alpha-contents .c5-alpha-use__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c5-alpha-contents .c5-alpha-use__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use__list-item {
    display: block;
    padding: 30px 0 0 0;
  }
}
.c5-alpha-contents .c5-alpha-use__list-thumb {
  width: 37.5%;
  max-width: 450px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use__list-thumb {
    width: 100%;
    max-width: none;
  }
}
.c5-alpha-contents .c5-alpha-use__list-thumb img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-use__list-conts {
  width: 56.6%;
  max-width: 680px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use__list-conts {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use .s5-heading2 {
    margin-bottom: 30px;
  }
}
.c5-alpha-contents .c5-alpha-use .s5-heading3 {
  margin-bottom: 10px;
}
.c5-alpha-contents .c5-alpha-use .s5-p1 {
  margin-bottom: 30px;
  line-height: 1.8;
}
.c5-alpha-contents .c5-alpha-use .s5-button {
  width: 200px;
  text-align: center;
  background: #2d75c7;
}
.c5-alpha-contents .c5-alpha-use .s5-button:hover {
  background: #34568e;
}
.c5-alpha-contents .c5-alpha-use img {
  height: auto;
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__list {
    display: block;
  }
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item {
    width: 100%;
  }
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item + .c5-alpha-use3col__item {
  margin-left: 19px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item + .c5-alpha-use3col__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item a {
  display: block;
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__thumb {
  display: block;
  line-height: 1;
}
.c5-alpha-contents .c5-alpha-use3col .c5-alpha-use3col__thumb img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-use3col .s5-heading3 {
  display: block;
  width: 100%;
  color: #000;
  margin-top: 13px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .s5-heading3 {
    font-size: 16px;
  }
}
.c5-alpha-contents .c5-alpha-use3col .s5-heading4,
.c5-alpha-contents .c5-alpha-use3col .s5-heading5,
.c5-alpha-contents .c5-alpha-use3col .c5-smallHeading {
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .s5-heading5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-use3col .c5-tab {
    display: none;
  }
}
.c5-alpha-contents .c5-alpha-use3col img {
  height: auto;
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Text {
  width: 100%;
  line-height: 1.8;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Text sup {
  font-size: 10px;
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic {
    display: block;
    margin-top: 0;
  }
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic picture,
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic figure {
  display: block;
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic picture:nth-of-type(2),
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic figure:nth-of-type(2) {
  margin-left: 8px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic picture:nth-of-type(2),
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic figure:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-cont1col .c5-alpha-cont1col__Pic figcaption {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}
.c5-alpha-contents .c5-alpha-cont1col .s5-heading1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont1col .s5-heading1 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.c5-alpha-contents .c5-alpha-cont1col .s5-heading1 sup {
  font-size: 14px;
  font-weight: normal;
  vertical-align: super;
}
.c5-alpha-contents .c5-alpha-cont1col .c5-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c5-alpha-contents .c5-alpha-cont1col img {
  height: auto;
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Text {
  width: calc(67% - 30px);
  line-height: 1.8;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Text {
    width: 100%;
    font-size: 16px;
  }
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Text sup {
  font-size: 10px;
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic {
  width: 33%;
  margin-left: 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic picture,
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic figure {
  display: block;
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-cont2col .c5-alpha-cont2col__Pic figcaption {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}
.c5-alpha-contents .c5-alpha-cont2col .s5-heading1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cont2col .s5-heading1 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.c5-alpha-contents .c5-alpha-cont2col .s5-heading1 sup {
  font-size: 14px;
  font-weight: normal;
  vertical-align: super;
}
.c5-alpha-contents .c5-alpha-cont2col .c5-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c5-alpha-contents .c5-alpha-cont2col img {
  height: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit {
    margin-bottom: 40px !important;
  }
}
.c5-alpha-contents .c5-alpha-merit__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn-wrap {
    display: block;
    margin-top: 30px;
  }
}
.c5-alpha-contents .c5-alpha-merit__btn {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f05a23;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 25px 10px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn {
    width: 100%;
    padding: 15px 0;
  }
}
.c5-alpha-contents .c5-alpha-merit__btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
.c5-alpha-contents .c5-alpha-merit__btn span {
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn span {
    font-size: 13px;
  }
}
.c5-alpha-contents .c5-alpha-merit__btn picture {
  line-height: 1;
  padding-right: 25px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn picture {
    padding-right: 12px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn picture img {
    width: auto;
    height: 42px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__btn + .c5-alpha-merit__btn {
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-merit__singleBtn {
  display: block;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-merit__singleBtn {
    max-width: 350px;
    width: 100%;
  }
}
.c5-alpha-contents .c5-alpha-merit__singleBtn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.c5-alpha-contents .c5-alpha-merit img {
  height: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-casestudy {
    margin-bottom: 40px !important;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__subTitle {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-casestudy__subTitle {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -20px;
  margin-top: -30px;
}
@media screen and (max-width: 979px) {
  .c5-alpha-contents .c5-alpha-casestudy__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: 0;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list-item {
  width: calc((100% - 80px) / 4);
  margin-left: 19.98px;
  margin-top: 30px;
}
@media screen and (max-width: 979px) {
  .c5-alpha-contents .c5-alpha-casestudy__list-item {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 979px) {
  .c5-alpha-contents .c5-alpha-casestudy__list-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list-item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c5-alpha-contents .c5-alpha-casestudy__list-item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.c5-alpha-contents .c5-alpha-casestudy__list-item-blank {
  position: relative;
}
.c5-alpha-contents .c5-alpha-casestudy__list-item-blank::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url(../images/biz_icon_blank_bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-casestudy__list-item-blank::before {
    width: 14px;
    height: 14px;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list-thumb {
  display: block;
  line-height: 1;
}
.c5-alpha-contents .c5-alpha-casestudy__list-thumb img {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-heading3,
.c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-heading4,
.c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-heading5,
.c5-alpha-contents .c5-alpha-casestudy__list-conts .c5-smallHeading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 15px;
  word-break: break-all;
}
.c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-p1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-p1 {
    font-size: 12px;
    line-height: 1.9;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list-conts .s5-p2 {
  color: #000;
  margin-top: 10px;
}
.c5-alpha-contents .c5-alpha-casestudy__list-conts .c5-icon_new {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
  padding: 3px 6px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-casestudy__list-conts .c5-icon_new {
    font-size: 10px;
  }
}
.c5-alpha-contents .c5-alpha-casestudy__list-conts span.c5-alpha-casestudy__list-camera {
  background-color: #ffdcc4;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
  padding: 3px 6px 2px;
}
.c5-alpha-contents .c5-alpha-casestudy .s5-button {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.c5-alpha-contents .c5-alpha-casestudy img {
  height: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-news {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-news .s5-newsTable {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-news .s5-newsTable table {
    margin: 0;
  }
}
.c5-alpha-contents .c5-alpha-news a {
  color: #000;
}
.c5-alpha-contents .c5-alpha-news a:hover {
  text-decoration: underline;
}
.c5-alpha-contents .c5-alpha-news img {
  height: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-relatedSite {
    padding-bottom: 30px;
  }
}
.c5-alpha-contents .c5-alpha-relatedSite__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-relatedSite__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c5-alpha-contents .c5-alpha-cardItem {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c5-alpha-contents .c5-alpha-cardItem:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cardItem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 5% 55%;
    grid-template-columns: 40% 55%;
    gap: 5%;
  }
}
.c5-alpha-contents .c5-alpha-cardItem__img img {
  width: 100%;
  height: auto;
}
.c5-alpha-contents .c5-alpha-cardItem .c5-bannerLabel {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cardItem .c5-bannerLabel {
    margin-top: 0;
  }
}
.c5-alpha-contents .c5-alpha-cardItem__text {
  display: block;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-cardItem__text {
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact {
    margin-bottom: 70px !important;
  }
}
.c5-alpha-contents .c5-alpha-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__inner {
    display: block;
  }
}
.c5-alpha-contents .c5-alpha-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-alpha-contents .c5-alpha-contact__inner1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-alpha-contents .c5-alpha-contact__box {
  width: 48.5%;
  max-width: 550px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__box {
    width: 100%;
    max-width: none;
  }
}
.c5-alpha-contents .c5-alpha-contact__box--single {
  width: 100%;
}
.c5-alpha-contents .c5-alpha-contact__bottomBox .s5-p2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__mail img {
    height: 22px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__tel {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__tel img {
    height: 26px;
  }
}
.c5-alpha-contents .c5-alpha-contact__btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2d75c7;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact__btn {
    height: 48px;
  }
}
.c5-alpha-contents .c5-alpha-contact__btn span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.c5-alpha-contents .c5-alpha-contact__btn picture {
  display: inline-block;
}
.c5-alpha-contents .c5-alpha-contact__btn img {
  margin-right: 10px;
}
.c5-alpha-contents .c5-alpha-contact__btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-contact .s5-p1 {
    line-height: 1.9;
    text-align: left;
  }
}
.c5-alpha-contents .c5-alpha-contact img {
  height: auto;
}
.c5-alpha-contents .c5-alpha-recommendCamera {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 870px;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__flex {
    display: block;
    max-width: none;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__item {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__item:nth-of-type(2) {
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__itemInner {
  padding: 30px 26px;
  background-color: #efefef;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__itemInner .c5-text--12 {
  margin-bottom: 0;
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__itemInner &gt; div {
  margin-top: auto;
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__caution {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__caution {
    font-size: 10px;
    padding-left: 20px;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__lead {
  font-size: 21px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__lead {
    font-size: 17px;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__lead sup {
  vertical-align: super;
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__pic {
  display: block;
  margin-bottom: 10px;
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__name {
  font-size: 34px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-alpha-recommendCamera__name {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .c5-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-recommendCamera .c5-heading {
    font-size: 21px;
    line-height: 1.4;
  }
}
.c5-alpha-contents .c5-alpha-recommendCamera .s5-button {
  width: 130px;
  padding: 5px 18px;
}
.c5-alpha-contents .c5-alpha-recommendCamera .s5-small1 {
  display: block;
  color: #000000;
  margin-bottom: 10px;
}
.c5-alpha-contents .c5-alpha-recommendCamera sup {
  font-size: 10px;
}
.c5-alpha-contents .c5-alpha-recommendCamera img {
  height: auto;
}
.c5-alpha-contents .c5-heading {
  font-weight: bold;
}
.c5-alpha-contents .c5-heading--26 {
  font-size: 26px;
  line-height: 1.7;
}
.c5-alpha-contents .c5-text--md {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-text--md {
    font-size: 14px;
  }
}
.c5-alpha-contents .c5-text--12 {
  font-size: 12px;
  line-height: 1.65;
}
.c5-alpha-contents .c5-button {
  position: relative;
}
.c5-alpha-contents .c5-button::before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-button {
    font-size: 14px !important;
  }
}
.c5-alpha-contents .c5-button--blank {
  display: inline-block;
  position: relative;
}
.c5-alpha-contents .c5-button--blank img {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.c5-alpha-contents .c5-alpha-fixedContents {
  width: 100vw;
  background-color: rgba(243, 244, 246, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 calc(-50vw + 50%);
  padding: 20px 30px;
}
@media screen and (max-width: 767.98px) {
  .c5-alpha-contents .c5-alpha-fixedContents {
    position: relative !important;
    padding: 15px 20px;
  }
}
.c5-alpha-contents .c5-alpha-fixedContents__heading {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-fixedContents__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .c5-alpha-contents .c5-alpha-fixedContents__heading {
    font-size: 16px;
  }
}
.c5-alpha-contents .c5-alpha-fixedContents__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  width: 100%;
  max-width: 840px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-fixedContents__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 15px auto 0 auto;
  }
}
.c5-alpha-contents .c5-alpha-fixedContents__wrapper.c5-column03 {
  max-width: 1200px;
  -ms-grid-columns: 1fr 6% 1fr 6% 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 6%;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-fixedContents__wrapper.c5-column03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c5-alpha-contents .c5-alpha-fixedContents__wrapper.c5-column03 .c5-alpha-fixedContents__item {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-fixedContents__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.c5-alpha-contents .c5-alpha-fixedContents__item .s5-p2 {
  text-align: center;
  margin-bottom: 12px;
}
.c5-alpha-contents .c5-alpha-fixedContents__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d75c7;
  padding: 15px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c5-alpha-contents .c5-alpha-fixedContents__btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.c5-alpha-contents .c5-alpha-fixedContents__btn[target=_blank] span {
  position: relative;
}
.c5-alpha-contents .c5-alpha-fixedContents__btn[target=_blank] span::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/biz_icon_blank_bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c5-alpha-contents .c5-alpha-fixedContents__btn span {
  color: white;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  line-height: 1;
}
.c5-alpha-contents .c5-alpha-watchVideo {
  margin-bottom: 90px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-watchVideo {
    margin-bottom: 50px;
  }
}
.c5-alpha-contents.lease .c5-alpha-magazin {
  padding: 56px 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents.lease .c5-alpha-magazin {
    padding: 34px 0;
  }
}
.c5-alpha-contents .c5-alpha-magazin {
  padding: 90px 0;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-alpha-magazin {
    padding: 70px 0;
  }
}
.c5-alpha-contents.c5-alpha-purchase .c5-alpha-magazin__inner {
  padding: 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents.c5-alpha-purchase .c5-alpha-magazin__inner {
    padding: 0 20px;
  }
}
.c5-alpha-contents .c5-purchase-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 639px) {
  .c5-alpha-contents .c5-purchase-btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c5-alpha-contents .c5-iconInline {
  width: 14px;
  margin-left: 3px;
}
.c5-alpha-contents .c5-bannerLabel {
  background: #2d75c7;
  border: 1px solid #2d75c7;
}
.c5-alpha-contents .c5-button-blue {
  background: #2d75c7;
}

@media screen and (min-width: 639px) {
  .js-backToTop-hidden {
    display: none !important;
  }
}

.s5-returnToTop {
  margin: 0;
}

/*20241002 add*/
.c5-installable-top .c5-caseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media screen and (max-width: 639px) {
  .c5-installable-top .c5-caseList {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media (any-hover: hover) {
  .c5-installable-top .c5-caseList li {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c5-installable-top .c5-caseList li:hover {
    opacity: 0.7;
  }
}
.c5-installable-top .c5-caseList li a:hover {
  text-decoration: none !important;
}</pre></body></html>