@charset "UTF-8";

/*.c-page-hero--bg .swiper-wrapper {height:600px;}*/

.c-hero-image--inner .c-page-hero--adjustment img {
  /*top: -200px;*/
  position: relative;
}
/*@media only screen and (max-width: 480px) {
  .c-hero-image--inner .c-page-hero--adjustment img {top: 0;}
}*/

.l-container h1.ttlWrap {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 15px 0;
}
.l-container h1.ttlWrap span {display: block;}
.l-container h1.ttlWrap span.l-container--mainTtl {
  font-size: 40px;
  line-height: 1.5;
}
.l-container h1.ttlWrap span.l-container--subTtl {
  font-size: 22px;
  line-height: 1.5;
}

.l-container .c-lead-title {
  text-align: left;
  margin: 20px auto 0;
  max-width: 860px;
}

.c-grid-card--thrice .c-image-list {
  margin: 0 auto;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-grid-card--thrice .c-image-list .c-image-list__item {
  width: 33.3333%;
  padding: 0 15px 30px;
  position: relative;
}
.c-grid-card--thrice .c-image-list .c-image-list__item img {
  width: 100%;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .c-grid-card__article {
    padding: 10px 0;
  }
  .c-grid-card--thrice .c-image-list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: inline-block;
  }
  .c-grid-card--thrice .c-image-list .c-image-list__item {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 0 10px;
    white-space: normal;
  }
  .c-grid-card--thrice .c-image-list .c-image-list__item .c-image-list__image-container {
    width: 100%;
    max-width: 200px;
  }
  .c-grid-card--thrice .c-image-list .c-image-list__item .c-image-list__image-container .c-image-list__supplement {
    font-size: .5em;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 0;
  }
}

.step--modifier {
  list-style-type: none;
  display:flex;
  flex-wrap: wrap;
  width:100%;
  padding:0 20px;
  margin:1em 0;
  overflow:hidden;
  justify-content: center;
  flex-grow: 1;
}
@media only screen and (max-width: 480px) {
  .step--modifier {
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
}

.step--modifier li{
  position: relative;
  color: #000;
  margin-right: 1.5em;
  line-height: 1;
  padding: 20px;
  max-width: 250px;
}
.step--modifier li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top:0;
  right:-1.3em;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e5e5e5;
  border-width: 1.5em 0 1.5em 1em;
  z-index: 10;
}
.step--modifier h1.circle {
  position:relative;
  background: #e5e5e5;
  padding: 1em;
  white-space: nowrap;
  line-height: 1;
  margin:0 auto 15px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.step--modifier li:last-child:after {content: none;}
.step--modifier li:last-child h1.circle {
  background: #7F0019;
  border: 1px solid #7F0019;
  color: #fff;
}
.step--modifier h1.circle span.inner{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.8rem;
  text-align: center;
  line-height: .8;
  font-size: 22px;
}
.step--modifier h1.circle span.num {
  display: block;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
  font-weight: bolder;
  font-size: 24px;
  line-height: 1.7;
}
.step--modifier p {font-size: 12px;}

.monitoring-detail {
  max-width: 640px;
  margin:80px auto;
  padding: 40px 20px;
  text-align: center;
  /*border: 1px solid #ddd;*/
  border-radius: 8px;
}
.monitoring-detail_terms {padding-bottom: 30px;}
.monitoring-detail_terms-title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}
.monitoring-detail_terms p span {
  font-size: 20px;
  padding-top: 20px;
  font-weight: 600;
  line-height: 2.0;
  font-family: "Helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
  display: block;
}
.monitoring-detail_terms p span.emphasis {font-size: 24px;}

@media only screen and (max-width: 768px) {
  .monitoring-detail {width: 90%; padding: 40px 0;}
  .monitoring-detail_terms {margin: 0; padding: 0;}
  .monitoring-detail_terms p {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10%;
  }
  .monitoring-detail_terms p br.sp {
    display: none;
  }
  .monitoring-detail_terms-title {
    font-size: 1.4em;
  }
}

.monitoring-detail_benefits {padding-top: 50px;}
.monitoring-detail_benefits-title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}
.monitoring-detail_benefits p {
  padding-top: 20px;
  font-weight: 600;
  line-height: 2.0;
  font-family: "Helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}
.monitoring-detail_benefits p span {display: block; font-weight: bold;}
.monitoring-detail_benefits p span:first-child {font-size: 24px;}
.monitoring-detail_benefits p span.discount_rate {font-size: 60px; color:#7F0019;}
.monitoring-detail_benefits p.annotation {
  text-align: left;
  font-weight: normal;
  font-family: initial;
  padding-top: 0;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .monitoring-detail_benefits p span.discount_rate {font-size: 40px;}
}
@media only screen  and (max-width: 374px) {
  .monitoring-detail_benefits p span.discount_rate {font-size: 36px;}
}

.monitoring-detail_period {padding-top: 50px; text-align: center;}
.monitoring-detail_period-title {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  font-family: "helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}
.monitoring-detail_period p {
  padding-top: 20px;
  line-height: 2.0;
  font-family: "Helvetica","Gothic MB101 Bold","MySansSerif","YakuHanJP", sans-serif;
}
.monitoring-detail_period p span {
  font-size: 24px;
  font-weight: bold;
}
.monitoring-detail_period p.annotation {
  font-weight: normal;
  font-family: initial;
  padding-top: 0;
}

.arrow {
  position: relative;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #000;
  border-bottom-width: 0;
}
