
span.c5-bnr-miniTxt {
  font-size: 14px;
  padding-bottom: 8px;
  display: block;
  line-height: 1.5;
}

.c5-monitor-mainText {
  margin-bottom: 46px;
}

.c5-monitor-headTitle {
  margin-top: 90px;
}

.c5-monitor-form {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  span.c5-bnr-miniTxt {
    font-size: 1.287vw;
  }
}

@media screen and (max-width: 768px) {
  .c5-monitor-headTitle {
    margin-top: 45px;
  }
  span.c5-bnr-miniTxt {
    font-size: 2.2vw;
  }
}

.c5-c-size__flexWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.c5-c-size__flexItem {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c5-c-size__flexWrap {
    flex-direction: column;
  }
  .c5-c-size__flexItem {
    width: 100%;
  }
  .c5-c-size__flexItem div figure img {
    width: 100%;
    max-width: 620px;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .c5-c-size__flexItem div p {
    font-size: 13px;
  }
}

.c5-c-sizeWrap {
  margin-top: 5%;
}

.c5-item__btn-02.c5-item__btnLarge > a:hover {
  opacity: .7;
}

.c5-cost__btn .c5-contact-btn > .c5-cost__centerlingBtn {
  text-align: center;
}



.c5-c-tips__textWrap {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 5%;
}
.c5-c-tips__text {
  line-height: 2.5;
  text-align: center;
}

.c5-c-use__title {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 1% 0;
  margin-bottom: 6px;
}

.c5-c-use__title.c5-c-use__title-01 {
  background: #006d7b;
}.c5-c-use__title.c5-c-use__title-02 {
  background: #0076a8;
}.c5-c-use__title.c5-c-use__title-03 {
  background: #033f75;
}

.c5-c-useItems {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.c5-c-useItem {
  width: 48%;
  max-width: 580px;
}
.c5-c-useItem >img {
  padding: 20px;
  max-width: 525px;
  width: 90%;
}
.c5-c-useItem__img {
  width: 48%;
}
.c5-c-useItem__imgLabel {
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  padding: 3% 0;
  margin-bottom: 3px;
}
.c5-c-useItem__imgLabel-mtg {
  background: #7584c3;
}
.c5-c-useItem__imgLabel-signage {
  background: #2fbed2;
}
.c5-c-useItem__img__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.c5-c-useItem__img__text-mtg::before {
  content: '';
  background: #7584c3;
  width: 3px;
  position: absolute;
  height: 100%;
}
.c5-c-useItem__img__text-signage::before {
  content: '';
  background: #2fbed2;
  width: 3px;
  position: absolute;
  height: 100%;
}
.c5-c-useItem__img__text--inner {
  margin-left: 11px;
  line-height: 1.6;
}

.c5-c-useItems > .c5-c-useItem:last-of-type {
  background: #f3f4f6;
}

.c5-c-useConditions {
  border: 1px solid #7584c3;
  padding: 3% 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c5-c-useConditions > div:first-of-type {
  margin-right: 16px;
  width: 47%;
}

.c5-c-useConditions > div:last-of-type {
  margin-right: 16px;
  width: 53%;
}

.c5-c-useConditions__item-left h2{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.c5-c-useConditions__item-left p{
  font-size: 16px;
  line-height: 1.625;
}

.c5-c-useConditions__item-right {
  background: #f3f4f6;
  padding: 3% 2%;
}

.c5-c-useConditions__item-right dl {
  color: #221815;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.c5-c-useConditions__item-right dt {
  float: left;
  clear: left;
}

.c5-c-useConditions__item-right dd {
  float: left;
  margin-bottom: 8px;
}

.c5-c-useMore {
  background: #f0f3fc;
  padding: 3% 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c5-c-useMore__item h2 {
  color: #505e97;
  font-size: 24px;
  font-weight: 700;
}
.c5-c-useMore__item h3 {
  color: #2c333d;
  font-size: 20px;
  font-weight: 700;
}
.c5-c-useMore__item p {
  color: #2c333d;
  font-size: 16px;
  line-height: 1.6;
}

.c5-c-useMore__item {
  width: 50%;
}
.c5-c-useMore__item img{
  max-width: 391px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.c5-c-useMore > div:first-of-type {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .c5-c-useItems {
    flex-direction: column;
    align-items: center;
  }

  .c5-c-useConditions {
    flex-direction: column;
    align-items: center;
    padding: 6%;
  }

  .c5-c-useMore {
    flex-direction: column;
    align-items: center;
    padding: 6%;
  }

  .c5-c-useItem {
    width: 100%;
    max-width: 100%;
  }

  .c5-c-useConditions > div {
    width: 100%;
  }


  .c5-c-useMore__item {
    width: 100%;
  }
  
  .c5-c-useItem__img > img {
    width: 100%;
  }

  .c5-c-useItems > .c5-c-useItem:first-of-type {
    margin-bottom: 20px;
  }

  .c5-c-useConditions > div:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .c5-c-useConditions > div:last-of-type {
    width: 100%;
    margin-right: 0;
  }

  .c5-c-useMore > div:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .c5-c-tips__text {
    text-align: center;
  }

  .c5-c-use__title {
    padding: 1.75% 0;
  }

  .c5-c-useItem__imgLabel {
    padding: 3% 0;
  }

  .c5-c-mainvisual__kv {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .c5-strong.c5-strong__tips {
    margin-bottom: 40px;
  }

  .c5-c-useMore__item img {
    max-width: 100%;
  }

  .c5-c-useConditions__item-right {
    padding: 3% 2% 3% 3%;
  }
}

.c5-c-sec.c5-c-tips__section {
  margin-bottom: 7.5%;
}
.c5-c-monitor__headimg {
  width: 100%;
  margin-bottom: 32px;
}
.c5-c-monitor__headimg >img{
  margin: 0 auto 32px;
}
.c5-c-useItem__imgWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c5-c-sec.c5-c-tips__section.c5-c-sec-mb60 {
  margin-bottom: 5%;
}
.c5-c-sec.c5-c-tips__section.c5-c-sec-mb100 {
  margin-bottom: 8.345%;
}



.c5-estimate__tips {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: #f3f4f6;
}

.c5-estimate__tips--inner {
  padding: 40px 20px;
}

.c5-estimate__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c5-estimate__item:first-of-type {
  margin-right: 40px;
}

.c5-estimate__flex__title {
  margin-bottom: 30px;
}

.c5-estimate__flex__title h2{
  font-weight: 700;
  font-size: 28px;
  color: #2f353d;
}

.c5-estimate__item__text {
  margin-bottom: 12px;
}

.c5-estimate__item__text .c5-estimate__item__text__inner {
  font-weight: 700;
  font-size: 20px;
  color: #2f353d;
}

@media screen and (max-width: 768px) {
  .c5-estimate__item:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .c5-estimate__flex {
    flex-direction: column;
  }

  .c5-estimate__item a {
    max-width: 500px;
    width: 100%;
  }

  .c5-estimate__item__text .c5-estimate__item__text__inner {
    font-size: 16px;
  }

}

@media screen and (min-width:768px) and ( max-width:840px) {
  .c5-estimate__item__text .c5-estimate__item__text__inner {
    font-size: 16px;
  }
}

.c5-c-tips__ren-flex{
  max-width: 100%;
  display: flex;
}

.c5-c-tips__ren-txt{
  text-align: left;
  width: 70%;
}

.c5-c-tips__ren-photo{
  width: 30%;
}

.c5-c-anno{
  background: #fff;
  font-size: 13px;
  padding-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}

.c5-strong__tips .c5-c-useConditions .c5-c-useConditions__item-left {
  width: 100%;
}

.c5-c-tips-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px){
  .c5-c-tips__ren-flex{
    flex-direction: column;
  }
  
  .c5-c-tips__ren-txt{
    text-align: left;
    width: 100%;
    margin-bottom: 5%;
  }
  
  .c5-c-tips__ren-photo{
    width: 65%;
    max-width: 425px;
    margin: 0 auto;
  }

  .c5-strong__tips .c5-c-useConditions .c5-c-useConditions__item-left {
    margin-bottom: 0;
  }
}

