@charset "utf-8";

body {
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.c5-d-main {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

section {
  position: relative;
  margin-bottom: 110px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 60px;
  }
}

sup {
  position: relative;
  top: -0.7em;
}

@media screen and (max-width: 768px) {
  sup {
    top: -0.8em;
    font-size: .5em;
  }
}

.c5-d-main h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  height: 110px;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw) 80px;
}

@media screen and (max-width: 768px) {
  .c5-d-main h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.c5-d-main h2 .c5-ttl-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .c5-d-main h2 .c5-ttl-inner {
    width: 100%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c5-d-main h2 .c5-ttl-inner {
    flex-direction: column;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .c5-d-main h2 .c5-ttl-inner span:first-child {
    width: 15%;
  }
}

@media screen and (max-width: 768px) {
  .c5-d-main h2 .c5-ttl-inner span:first-child {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.c5-d-main h2 .c5-ttl-inner span:last-child {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 5%;
}

@media screen and (max-width: 1200px) {
  .c5-d-main h2 .c5-ttl-inner span:last-child {
    margin-left: 1%;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .c5-d-main h2 .c5-ttl-inner span:last-child {
    display: block;
    font-size: 14px;
    width: 100%;
    letter-spacing: -0.07em;
    line-height: 1.6;
    margin-left: 0;
  }
}

.c5-d-main h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c5-d-main h3 {
    font-size: 18px;
    padding-left: 6px;
    margin-bottom: 20px;
  }
}

.c5-d-main h3 .c5-ttl__logo {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c5-d-main h3 .c5-ttl__logo {
    width: 13%;
  }
}

.c5-d-main h3 .c5-ttl__badge {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  border: 1px solid #2F353D;
}

@media screen and (max-width: 768px) {
  .c5-d-main .c5-small-anno {
    font-size: 14px;
    text-indent: -1rem;
    margin-left: 1.2rem;
  }
}

.c5-c-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c5-c-row {
    display: block;
    margin-bottom: 50px;
  }
}

.c5-c-row--txt {
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .c5-c-row--txt {
    width: 100%;
  }
}

.c5-c-row--txt>p {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c5-c-row--txt>p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-row--txt>a {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.c5-pb-2rem {
  padding-bottom: 2rem;
}

.c5-c-row--txt .c5-mb-0 {
  margin-bottom: 0;
}

.c5-c-row--txt .c5-mb-pc-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c5-c-row--txt .c5-mb-pc-0 {
    margin-bottom: 20px;
  }
}

.c5-mb-pc-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c5-mb-sp-0 {
    margin-bottom: 0;
  }
}

.c5-c-row--txt .c5-mt-pc-50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c5-c-row--txt .c5-mt-pc-50 {
    margin-top: 0;
  }
}

.c5-c-row--photo {
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .c5-c-row--photo {
    width: 100%;
  }
}

.c5-c-row--photo figure:nth-of-type(2) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c5-c-row--photo figure:nth-of-type(2) {
    margin-top: 20px;
  }
}

.c5-c-row--photo figcaption {
  text-align: center;
  margin-top: 10px;
}

.c5-c-row--photo picture {
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c5-c-row--photo picture {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c5-c-row--photo figcaption {
    font-size: 12px;
  }
}

.c5-c-row--photo-row {
  display: flex;
  justify-content: space-between;
}

.c5-c-row--photo-row figure {
  width: calc(50% - 5px);
}

.c5-c-row--photo-row figure:nth-of-type(2) {
  margin-top: 0;
}

.c5-txt-indent {
  text-indent: -1rem;
  margin-left: 1rem;
}

.c5-c-normal--txt {
  width: 100%;
}

.c5-c-link {
  color: #3865E0;
}

.c5-c-link:hover {
  color: #34568e;
}

.c5-c-link_item {
  color: #3865E0;
  font-weight: 400;
  line-height: 1.625;
  align-items: center;
  transition: all .9s;
}

.c5-c-link_item:hover {
  color: #3865E0;
  text-decoration: none;
  opacity: .7;
}

.c5-c-link_deco {
  text-decoration: underline;
}

.c5-c-link_arrow {
  position: relative;
}

.c5-c-link_arrow::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 10px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.c5-c-link_arrow-down::after {
  transform: rotate(135deg) translateY(3px);
  margin-top: 2px;
}

.c5-c-link_arrow_new {
  position: relative;
  display: flex;
  gap: 4px;
}

.c5-c-link_arrow_new::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-left: 10px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.c5-kv {
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw);
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .c5-kv {
    padding: 30px 20px 10px;
  }
}

.c5-section-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .c5-section-inner {
    flex-direction: column;
    padding: 0 0 calc(65 / 768 * 100vw);
  }
}

.c5-kv__photo {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2%;
}

@media screen and (max-width: 768px) {
  .c5-kv__photo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 5%;
  }
}

.c5-kv .c5-kv__ttl {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-top: 90px;
}

@media screen and (max-width: 1200px) {
  .c5-kv .c5-kv__ttl {
    font-size: calc(32 / 1200 * 100vw);
    margin-top: calc(90 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-kv .c5-kv__ttl {
    font-size: 18px;
    margin-top: 0;
  }
}

.c5-kv__ttl span {
  display: block;
  font-weight: 300;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .c5-kv__ttl span {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-kv__ttl span {
    font-size: 14px;
    margin-top: 25px;
  }
}

.c5-kv .c5-kv__logo {
  position: absolute;
  bottom: 22%;
  right: 18%;
  width: 188px;
}

@media screen and (max-width: 1200px) {
  .c5-kv .c5-kv__logo {
    width: calc(188 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-kv .c5-kv__logo {
    width: calc(260 / 768 * 100vw);
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.c5-renewal-main img {
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

.c5-ren-kv {
  background: url(/bravia-biz/images/conference/renewal/kv_bg.png) top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c5-ren-kv {
    margin-bottom: 50px;
  }
}

.c5-ren-kv-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c5-ren-kv-inner {
    flex-direction: column;
  }
}

.c5-ren-kv__ttl {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .c5-ren-kv__ttl {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__ttl {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 30px 20px;
  }
}

.c5-ren-kv__head {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .c5-ren-kv__head {
    font-size: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__head {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c5-ren-kv__head span {
  box-sizing: border-box;
  background-color: #6976B8;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__head span {
    padding: 10px 25px;
  }
}

.c5-ren-kv__txt {
  font-size: 28px;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .c5-ren-kv__txt {
    font-size: calc(28 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__txt {
    font-size: 17px;
  }
}

.c5-ren-kv__photo {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c5-ren-kv__photo {
    width: 100%;
  }
}

.c5-reason {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c5-reason {
    margin-bottom: 0;
  }
}

.c5-reason__ttl {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .c5-renewal-main .c5-reason__ttl {
    height: 92px;
  }
}

.c5-reason__ttl-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .c5-reason__ttl-inner {
    margin-left: 30px;
  }
}

.c5-reason__sub-ttl {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.c5-reason__sub-ttl:not(:first-of-type) {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl:not(:first-of-type) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl-head {
    margin-bottom: 20px;
  }
}

.c5-reason__sub-ttl-head span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #6976B8;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl-head span {
    font-size: 16px;
  }
}

.c5-reason__sub-ttl-main {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  color: #6976B8;
  margin: 0 0 10px 15px;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .c5-reason__sub-ttl-main {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    letter-spacing: -0.03em;
  }
}

.c5-c-support-box {
  background: #F5F5F5;
  padding: 40px 80px;
}

@media screen and (max-width: 1200px) {
  .c5-c-support-box {
    padding: calc(40 / 1200 * 100vw) calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-c-support-box {
    padding: 30px 15px;
  }
}

.c5-c-support-box .c5-c-row {
  margin-bottom: 0;
}

.c5-c-support-box .c5-c-row li {
  width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 1200px) {
  .c5-c-support-box .c5-c-row li {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .c5-c-support-box .c5-c-row li {
    width: 100%;
  }

  .c5-c-support-box .c5-c-row li:not(:last-child) {
    margin-bottom: 10px;
  }

}

.c5-c-row-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c5-c-row-list {
    flex-direction: column;
  }
}

.c5-c-list-child {
  width: calc(100% / 3);
  max-width: 372px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .c5-c-list-child {
    width: 98%;
    max-width: 690px;
    margin: 10px auto;
  }
}

.c5-list__ttl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .c5-list__ttl {
    font-size: 1.6vw;
    padding: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-list__ttl {
    font-size: 16px;
    font-weight: 600;
    height: 74px;
    padding: 0 20px;
  }
}

.c5-convenience__box {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c5-convenience__box {
    margin-bottom: 50px;
  }
}

.c5-convenience__list--child .c5-list__ttl {
  color: #C63735;
  background-color: #FCEDED;
  font-weight: 600;
}

.c5-c-list-child figure {
  padding: 29px;
}

@media screen and (max-width: 768px) {
  .c5-c-list-child figure {
    padding: 20px;
  }
}

.c5-list__txt {
  padding: 0 30px 30px;
}

@media screen and (max-width: 768px) {
  .c5-list__txt {
    padding: 0 20px 20px;
    font-size: 14px;
  }
}



.c5-support__point {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c5-support__point {
    margin-bottom: 40px;
  }
}



.c5-support__list--child .c5-list__ttl {
  color: #18AF84;
  background-color: #E5F7F2;
  height: 70px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c5-support__list--child .c5-list__ttl {
    height: 50px;
  }
}

.c5-reason__point .c5-reason__point--ttl {
  color: #2E3A3E;
  border-left: 4px solid #2E3A3E;
}

.c5-recommend-ren {
  background-color: #FFF;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c5-recommend-ren {
    padding-bottom: 50px;
  }
}

.c5-recommend__inner {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #2E3A3E;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c5-recommend__inner {
    box-sizing: border-box;
    margin: 0 20px;
  }
}

.c5-recommend__ttl {
  font-size: 32px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2E3A3E;
}

@media screen and (max-width: 768px) {
  .c5-recommend__ttl {
    font-size: 20px;
    height: 60px;
    text-align: center;
    line-height: 1.15;
  }
}

.c5-recommend__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 80px;
}

@media screen and (max-width: 1200px) {
  .c5-recommend__list {
    padding: 50px calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-recommend__list {
    flex-direction: column;
    padding: 50px calc(30 / 768 * 100vw);
  }
}

.c5-recommend__child {
  width: calc(50% - 10px);
}



.c5-recommend__child a {
  transition: all .25s;
}

.c5-recommend__child a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-recommend__child:first-child {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .c5-recommend__child:first-child {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .c5-recommend__child:last-child {
    margin-bottom: 20px;
  }
}

.c5-recommend__child--txt {
  padding: 0 55px;
}

@media screen and (max-width: 1200px) {
  .c5-recommend__child--txt {
    padding: 0 calc(55 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt {
    padding: 0;
  }
}

.c5-recommend__child--txt .c5-desc {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt .c5-desc {
    font-size: 14px;
  }
}

.c5-recommend__child--txt .c5-name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt .c5-name {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

.c5-recommend__child--txt .c5-icon {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt .c5-icon li {
    width: 46px;
  }
}



.c5-recommend__child--txt .c5-icon li figure {
  width: 50px;
}

@media screen and (max-width: 1200px) {
  .c5-recommend__child--txt .c5-icon li figure {
    width: calc(50 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt .c5-icon li figure {
    width: 100%;
  }
}

.c5-recommend__child--txt .c5-btn-info {
  position: relative;
  color: #fff;
  background-color: #2d75c7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .c5-recommend__child--txt .c5-btn-info {
    width: 93%;
  }
}

.c5-recommend__child--txt .c5-btn-info::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 16px;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.c5-consultation-inc {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c5-consultation-inc {
    margin-bottom: 50px;
  }
}

.c5-c-sub-link a {
  transition: all .25s;
}

.c5-c-sub-link a:hover {
  opacity: .7;
}

.c5-c-sub-link img {
  margin: 0 auto;
}

.c5-page__jump {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .c5-page__jump {
    padding: 50px 0 0;
  }
}

.c5-page__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
}

.c5-page__list--child {
  width: calc(100% / 2 - 30px);
  max-width: 570px;
  height: 100%;
  border-top: 2px solid #E4E7EB;
  border-bottom: 2px solid #E4E7EB;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .c5-page__list--child {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .c5-page__list--child {
    width: 100%;
    max-width: 690px;
    margin: 0 auto 10px;
  }
}

.c5-page__list--child figure {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .c5-page__list--child figure {
    width: 35%;
  }
}

.c5-c-click {
  position: relative;
  transition: all .25s;
}

.c5-c-click:hover {
  text-decoration: none;
  opacity: .7;
}

.c5-page__list--child .c5-c-click {
  position: relative;
  display: flex;
  align-items: center;
}

.c5-page__list--child p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 30px;
  line-height: 1.75;
}

@media screen and (max-width: 1200px) {
  .c5-page__list--child p {
    font-size: calc(18 / 1200 * 100vw);
    margin-left: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-page__list--child p {
    font-size: 14px;
    margin-left: 15px;
  }
}

.c5-c-click_arrow {
  position: absolute;
  content: "";
  display: inline-block;
  top: auto;
  right: 20px;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.c5-floating-btn {
  color: #fff;
  position: fixed;
  right: 0;
  transition: transform .5s;
  z-index: 995;
  /* -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%); */
}



.c5-floating-btn.c5-floating-btn__top-15 .c5-floating-product {
  margin-bottom: 6px;
}

.c5-floating-btn a.c5-floating-txt:hover {
  opacity: .7;
}

.c5-floating-btn a.c5-floating-txt:active {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .c5-floating-btn {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .c5-floating-btn.c5-floating-btn__top-15 {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .c5-floating-btn.c5-floating-btn__top-15 .c5-floating-product {
    margin-bottom: 0;
  }

  .c5-floating-btn a.c5-floating-txt:hover {
    opacity: 1;
  }
}

.c5-floating-btn a {
  text-align: center;
  border-right: none;
  display: block;
  padding: 28px 10px 15px 15px;
  transition: all .25s;
}




.c5-floating-btn .c5-floating-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 8px;
  text-decoration: none;
  width: 60px;
  height: 200px;
  margin-left: auto;
  font-size: 16px;
  letter-spacing: 0.2em;
  transition: all .3s;
  line-height: 1.125em;
  writing-mode: vertical-rl;
  box-shadow: 0 0 1px white;
  box-sizing: border-box;
}

ul.c5-recommend__list__25 {
  padding: 20px;
}

ul.c5-recommend__list__25 li {
  width: 25%;
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt {
  padding: 0 1.25rem;
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt .c5-child__glaph {
  margin-top: 20px;
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt .c5-icon {
  flex-wrap: wrap;
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt .c5-icon li {
  margin-bottom: 12px;
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt .c5-btn-info {
  width: 100%;
}


ul.c5-recommend__list__33 {
  padding: 20px;
}

ul.c5-recommend__list__33 li {
  width: calc(100% / 3);
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt {
  padding: 0 1.25rem;
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-child__glaph {
  margin-top: 20px;
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-icon {
  flex-wrap: wrap;
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-icon li {
  margin-bottom: 12px;
  width: 50px;
}

ul.c5-recommend__list__33 li .c5-recommend__child--txt .c5-btn-info {
  width: 100%;
}


ul.c5-recommend__list__100 li .c5-recommend__child--txt .c5-child__glaph img {
  margin-left: 0;
  margin-top: 20px;
}

ul.c5-recommend__list__100 li .c5-recommend__child--txt .c5-icon li:not(:first-child) {
  /* margin-left: 8px; */
}




@media screen and (max-width: 768px) {
  .c5-floating-btn .c5-floating-txt {
    padding: 15px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    font-size: 14px;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}

.c5-floating-btn .c5-floating-txt figure {
  width: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c5-floating-btn .c5-floating-txt figure {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.c5-floating-btn .c5-floating-product {
  background-color: #0ea587;
}

.c5-floating-btn .c5-floating-tel {
  background-color: #f39800;
}

.c5-floating-btn .c5-floating-model {
  background-color: #444444;
  margin-bottom: 6px;
}

.c5-icon li:not(:first-child) {
  /* margin-left: 6px; */
}

.c5-icon li:nth-child(4n) {
  margin-left: 0;
}

.c5-recommend__list__33 .c5-icon li:nth-child(4n) {
  margin-left: 6px;
}

.c5-recommend__list li ul {
  overflow-x: hidden !important;

}

@media screen and (max-width: 768px) {
  .c5-floating-btn .c5-floating-product {
    margin-bottom: 0;
  }

  ul.c5-recommend__list__25 li {
    width: 100%;
    margin-bottom: 50px;
  }

  .c5-floating-btn__group {
    display: flex;
  }

  .c5-floating-btn .c5-floating-model {
    margin-bottom: 0;
  }
}



@media screen and (min-width: 769px) {
  .c5-kv .c5-kv__ttl {
    margin-right: 12px;
  }

}

@media screen and (min-width:769px) and (max-width:1201px) {
  .c5-recommend__child--txt .c5-c-text {
    font-size: 1.2vw;
  }

  .c5-floating-btn .c5-floating-txt {
    width: 40px;
    height: 170px;
    font-size: 1.4vw;
  }

  .c5-floating-btn .c5-floating-txt figure {
    width: 20px;
  }
}

.c5-c-another-item__btn-ren a {
  background: #2d75c7;
}

.c5-pc-only__inline {
  display: flex !important;
}

.c5-sp-only {
  display: none;
}

.c5-pc-only {
  display: block;
}

.c5-floatBtn__wrap {
  background: rgba(0, 0, 0, 0.45);
  width: 100vw;
  padding: 24px 0;
  max-height: 85px;
}

.c5-floating-btn.c5-floating-btn.c5-floating-btn__top-15 {
  bottom: 0%;
}

.c5-floatBtn__wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-floatBtn__wrap ul li {
  width: 25%;
  max-width: 240px;
  display: flex;
  justify-content: center;
}

.c5-floatBtn__wrap.c5-floating-btn__3contents ul li {
  width: 25%;
  max-width: 280px;
}

.c5-floatBtn__wrap ul .c5-floatBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 51px;
  gap: 12px;
  background: #fff;
  color: #444444;
  font-weight: 700;
  font-size: clamp(12px, 1.5vw, 22px);
  border: 2px solid #444444;
  border-radius: 8px;
  padding: 0 2%;
}

.c5-floatBtn__wrap ul .c5-floatBtn:hover {
  text-decoration: none;
}

.c5-floatBtn__wrap ul .c5-floatBtn__contact {
  color: #038168;
  border: 2px solid #038168;
}

.c5-floatBtn__wrap ul .c5-floatBtn__price {
  color: #CC5004;
  border: 2px solid #CC5004;
}

.c5-sp-only__flex {
  display: none !important;
}

.c5-pc-only__flex {
  display: flex !important;
}

.c5-floatBtn__icon {
  max-width: 30px;
  margin: 0;
}

.c5-downloadContents .c5-downloadContents__ttl {
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 700;
  color: #2F353D;
  background: #F3F5F9;
  padding: 2%;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  line-height: 1.7;

}

.c5-downloadContents .c5-downloadContents__wrap ul {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.c5-downloadContents .c5-downloadContents__wrap ul li {
  width: 25%;
  max-width: 240px;
}

.c5-downloadContents .c5-downloadContents__wrap ul li a:hover {
  text-decoration: none;
  opacity: .7;
  transition: all .9s;
}

.c5-downloadContents.c5-file-download__signage .c5-downloadContents__wrap ul li .c5-downloadContents__subText {
  background: #478E9D;
}

.c5-downloadContents .c5-downloadContents__wrap ul li .c5-downloadContents__subText {
  color: #fff;
  background: #6976B8;
  min-height: 84px;
  display: flex;
  padding: 4%;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.7;
}

.c5-downloadContents .c5-downloadContents__wrap ul li .c5-downloadContents__text {
  color: #2F353D;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.6;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c5-pc-only__inline {
    display: none !important;
  }

  .c5-sp-only {
    display: block;
  }

  .c5-pc-only {
    display: none;
  }

  .c5-sp-only__flex {
    display: flex !important;
  }

  .c5-pc-only__flex {
    display: none !important;
  }

  .c5-floatBtn__wrap ul li {
    width: 45%;
  }

  .c5-floatBtn__wrap .c5-floatBtn__wrap-ul.c5-sp-only__flex {
    margin-bottom: 8px;
  }

  .c5-floatBtn__icon {
    max-width: 14px;
    margin: 0;
  }

  .c5-downloadContents .c5-downloadContents__wrap ul li {
    width: 50%;
  }

  .c5-downloadContents .c5-downloadContents__wrap ul:nth-child(2) {
    margin-bottom: 30px;
  }

  .c5-floatBtn__wrap ul .c5-floatBtn {
    height: 30px;
  }
}

.c5-sp-only__inline {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .c5-sp-only__inline {
    display: flex !important;
  }

  ul.c5-recommend__list__33 li {
    width: 100%;
  }

  .c5-icon li:nth-child(4n) {
    margin-left: 6px;
  }

  .c5-icon {
    width: 220px;
  }

  .c5-icon li:nth-child(5n) {
    margin-left: 0;
  }

  .c5-floating-btn {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .c5-floatBtn__wrap {
    max-height: 145px;
  }

  .c5-floatBtn__wrap.c5-floating-btn__3contents ul li {
    width: 45%;
  }
}

#floatingMenu {
  position: fixed;
  bottom: -34px;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* 子要素 */
.flObj {
  display: flex;
  transition: all 0.5s ease;
  position: relative;
  bottom: 34px;
}

/* 子要素のリンク */
.flObj a {
  background: rgba(0, 0, 0, 0.45);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.2rem;
}

/* aタグのhover時 */
.flObj.top a:hover,
.flObj.middle a:hover {
  opacity: 0.8;
}

/* FontAwesomeアイコンのスタイル */
.flObj a i {
  color: #FFF;
}

/* ＋アイコン */
.flObj.bottom a:before {
  content: "ー";
  position: absolute;
  z-index: 1;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: #FFF;
}

/* クリック後の親要素 */
#floatingMenu.notshow {
  gap: 0;
}

/* クリック前の各メニュー */
div#floatingMenu.notshow>.flObj.top,
div#floatingMenu.notshow>.flObj.middle {
  gap: 0;
  display: none;
  /* margin-bottom: -68px; */
}

/* クリック前のテキスト */
div#floatingMenu.notshow>.flObj.top p,
div#floatingMenu.notshow>.flObj.middle p {
  display: none;
}

/* クリック前のFontawesomeアイコン */
div#floatingMenu.notshow .flObj.bottom a:before {
  content: "＋";
}

@media screen and (max-width: 768px) {

  /* クリック前の各メニュー */
  div#floatingMenu.notshow>.flObj.top,
  div#floatingMenu.notshow>.flObj.middle {
    gap: 0;
    margin-bottom: -90px;
  }
}