@charset "utf-8";
/* fv */
.fv{
  background-image: url(./images/img_fv.png);
}
.fv .bubbles .bubble:nth-child(1) {
  width: 180px;
  height: 180px;
  right: 178px;
}
.fv .bubbles .bubble:nth-child(2) {
  width: 230px;
  height: 230px;
  top: 64px;
}
.fv .bubbles .bubble:nth-child(3) {
  width: 154px;
  height: 154px;
  right: 114px;
  top: 255px;
}
.fv .bubbles .bubble em {
  font-size: 28px;
}

/*.solution {*/
.solution::after {
  background-image: url(./images/img_app_pc.png);
}
.solution::before{
  background-image: url(./images/img_app_sp.png);
}
.fv h1 .part4{
  font-size: 55px;
}

.feature1 .txt{
  margin-bottom: 40px;
}
.feature .layout .txt p.subtitle{
  font-size: 24px;
  font-weight: bold;
  color: #DC3543;
  margin-bottom: 0;
}
.feature1 .kodawari{
  margin-bottom: 30px;
  padding-left: 1em;
}
.feature1 .kodawari li{
  font-size: 20px;  
  font-weight: bold;
  text-indent: -1em;
}
.feature1 .kodawari li em{
  color: #DC3543;
  border-bottom: 1px solid #DC3543;
}

.feature2 .table{
  background-color: #F5F5F5;
  padding: 40px;
}
.feature2 .table table{
  margin: 0;
  width: 100%;
}
.feature2 .table th,
.feature2 .table td{
  text-align: center;
  vertical-align: middle;
}
.feature2 .table thead th{
  background-color: #FDABB1;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0;
}
.feature2 .table thead th:nth-child(3){
  color: #fff;
  background-color: #DC3543;
}
.feature2 .table tbody th{
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}
.feature2 .table thead tr th:nth-child(3),
.feature2 .table thead tr th:nth-child(4),
.feature2 .table tbody tr td:nth-child(3),
.feature2 .table tbody tr td:nth-child(4){
  border-left: 3px solid #DC3543;
}
.feature2 .table thead tr th:nth-child(3){
  border-top: 3px solid #DC3543;
}
.feature2 .table tbody tr:last-child td:nth-child(3){
  border-bottom: 3px solid #DC3543;
}


.feature2 .table .kome{
  font-size: 12px;
}
.feature2 .table td p.em{
  color: #DC3543;
  font-size: 16px;
  font-weight: bold;
}
.feature2 .table td p{
  font-size: 12px;
  line-height: 2;
}

.feature3 .txt{
  margin-bottom: 40px;
}
.feature3 .images {
  margin-bottom: 50px;
}
.feature3 .image {
  text-align:center;
  padding: 0 50px;
}
.feature3 .image .subject{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #DC3543;
  margin-bottom: 45px;
}
.feature3 .image .subject .kome{
  font-size: 14px;
}
.feature3 .image .note{
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.feature3 .image:first-child .note{
  margin-top: 50px;
}

.otherfeature .cases .case:last-child .subject{
  padding-top: 13px;
  padding-bottom: 30px;
}

.usescene .layout{
  padding: 20px;
}
.usescene .serifu{
  font-size: 34px;  
  margin-bottom: 40px;
}
.usescene .serifu::before,
.usescene .serifu::after{
  background-size: contain;
  height: 80px;
}
.usescene .cases .case:first-child .serifu::before,
.usescene .cases .case:first-child .serifu::after{
  bottom: -20px;
}
.usescene .layout .image{
  margin-bottom: 40px;
}
.usescene .layout .txt{
  font-size: 20px;
  font-weight: bold;
  color: #DC3543;
}

/* tbl */
@media screen and (min-width:768px) and (max-width: 994px) {
  .fv h1 .part4 {
    font-size: 32px;
  }
  .feature .feature2 div.tableouter{
    width: 100% !important;
    overflow-x: auto;
  }
  .feature2 .table{
    padding: 20px;
    width: 150vw;
  }

  .usescene .layout .txt {
    font-size: 19px;
  }
  .usescene .serifu {
    font-size: 32px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .fv{
    background-image: url(./images/img_fv_sp.png);
  }
  .fv h1 .part4 {
    font-size: 32px;
  }
  .feature .layout .txt p.subtitle {
    font-size: 18px;
  }
  .feature1 .kodawari li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .feature1 .image{
    overflow-x: auto;
  }
  .feature1 .image img{
    width: 200vw;
    max-width: none;
  }

  .feature .feature2 div.tableouter{
    width: 100% !important;
    overflow-x: auto;
  }
  .feature2 .table{
    padding: 20px;
    width: 250vw;
  }
  .feature3 .image{
    padding: 0;
  }
  .feature3 .image:first-child{
    margin-bottom: 40px;
  }
  .feature3 .image .subject{
    margin-bottom: 24px;
  }
  .feature3 .image:first-child .note {
    margin-top: 20px;
  }

  .usescene .layout{
    padding-top: 50px;
  }
  .usescene .serifu{
    font-size: 20px;
  }
  .usescene .cases .case:first-child .serifu::before,
  .usescene .cases .case:first-child .serifu::after{
    bottom: -5px;
  }
  .usescene .layout .txt{
    font-size: 16px;
  }

}
