@charset "UTF-8";
/* CSS Document */

.solution-case  h2{
  font-size: 2.4rem;
  line-height: 1.3;
  color: #ae2318;
  font-weight: 400;
  margin: 0 20px;
  padding-top: 30px;
}
.solution-case img{
    margin: 20px 0;
    width: 100%;
}

.solution-case .inner-block{
    padding: 0  20px;
}

.solution-case p{
  font-size: 16px;
  line-height: 1.5;
}

.solution-case  h3{
  font-size: 20px;
  line-height: 1.3;
  color: #ae2318;
  margin-bottom: 10px;
}

.solution-case .inner-block span{
  font-size: 16px;
  line-height: 1.5;
  color: #ae2318;
}          
.solution-case p.note{
  font-size: 14px;
  line-height: 1.5;
}

.solution-case .next{
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0 0;
    padding: 20px;
    background: #ae2318;
}

.solution-case .next a{
  display: block;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
  transition: 0.3s;
}
.solution-case .next a:hover{
    text-decoration: none;
    opacity: .8;
  transition: 0.3s;
}
.solution-case .next span.under-line{
  border-bottom: 2px solid #fff;
}
.solution-case .next .moreinfo{
  position: relative;
  background: #fff;
  color: #ae2318;
  font-weight: bold;
  margin: 20px 0 0;
  border-radius: 5px;
  padding: 5px 0;
}
.solution-case .next .moreinfo .arrow {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ae2318;
  border-right: 2px solid #ae2318;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 24px;
}

.link-down:before {
  content: none;
}
.solution {
  margin-bottom: 30px;
  padding-bottom: 50px;
  background-color: #fff;
}
.solution > div {
  padding: 0 20px;
}

.solution h1 + h2,
.solution h1 + h3,
.solution h1 + p,
.solution h1 + ul,
.solution h1 + div,
.solution h2 + h1,
.solution h3 + h1,
.solution p + h1,
.solution ul + h1,
.solution div + h1{
  margin-top: 50px;
}

.solution p + h2,
.solution p + h3{
  margin-top: 30px;
}

.solution p + h4,
.solution p + p,
.solution p + ul,
.solution p + div,
.solution h4 + p,
.solution ul + p,
.solution div + p,
.solution h2 + ul,
.solution h2 + div,
.solution h3 + ul,
.solution h3 + div,
.solution ul + div,
.solution div + ul{
  margin-top: 20px;
}

.solution ul + h2,
.solution div + h2,
.solution ul + h3,
.solution div + h3{
  margin-top: 30px;
}

.solution a + a{
  margin-top: 20px;
}

.solution .title +  .title_block{
  margin-top: 20px;
}

.solution .title {
  font-size: 36px;
  line-height: 1.3;
  color: #ae2318;
  font-weight: 500;
}

.solution.blue .title,
.solution.blue .title_sm,
.solution.blue .icon{
  color: #47aac0;
}

.solution.blue .icon{
  border-left: 10px solid #47aac0;
}

.solution .title_sm {
  font-size: 18px;
  line-height: 1.3;
  color: #ae2318;
  font-weight: 500;
}

.solution .title_block {
  font-size: 22px;
  line-height: 1.3;
  color: #FFF;
  padding: 15px 15px;
  background: #ae2318;
}

.solution.blue .title_block{
  background: #47aac0;
}

.solution .icon {
  font-size: 22px;
  line-height: 1.4;
  color: #ae2318;
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 10px solid #ae2318;
}

.solution .red{
  color: #ae2318;
}

.solution .button-border.red{
  color: #ae2318;
  border-color: #ae2318;
}

.solution .button.red{
  background: #ae2318;
}

.solution ul.dot li {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.solution ul.dot li::before {
  content: "・";
}
.solution ul.note li {
  font-size: 14px !important;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.solution ul + ul {
  margin-top: 10px;
}

.solution p {
  font-size: 16px;
  line-height: 1.5;
}
.solution p + p.note {
  margin-top: -15px;
}
.solution p.note {
  font-size: 14px !important;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}


.solution a.button {
  width: 100%;
  color: #FFF;
  text-align: center;
  background: #182e84;
  box-sizing: border-box;
}
.solution a.button-border, .solution a.button-download {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.solution a.button-border::before {
  font-family: 'FontAwesome';
  content: "\f138";
  background: none;
}
.solution a.button-download::before {
  font-family: 'FontAwesome';
  content: "\f019";
  background: none;
}

.solution .t2{
  width: 50%;
}

.solution table th,
.solution table td{
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.solution table th{
  color: #FFF;
  background: #ae2318;
}

.solution.blue table th{
  background: #47aac0;
}

.solution table td{
  background: #f2f2f2;
  vertical-align: middle;
  border: 1px solid #FFF;
}

.solution table .img td{
  padding: 0;
  position: relative;
}

.solution table .img td .caption {
  font-size:.8rem;
  text-align:center;
  color:#fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.solution table .img td .mask {
    width:100%;
    height:100%;
    position:absolute;   /* 絶対位置指定 */
    top:0;
    left:0;
    opacity: 0;  /* マスクを表示しない */
    background-color:rgba(0,0,0,0.4);    /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition:all 0.2s ease;
}
.solution table .img td:hover .mask {
    opacity: 1;  /* マスクを表示する */
}

.solution table tr.link td{
  text-align: center;
  padding: 10px 0;
  background: none;
}
.solution table .link td a{
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
  border: 2px solid #ae2318;
  color: #ae2318;
  transition: 0.3s;
}

.solution table .link td a:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.solution table .link td a.button{
  color: #FFF;
  background: #ae2318
}
.solution table .link td a.button-border::before{
  font-family:'FontAwesome';
  content: "\f138";
  background: none;
}

.solution table .link td a.button-download::before{
  font-family:'FontAwesome';
  content: "\f019";
  background: none;
}
  
.solution table .link td a + a{
  margin-top: 10px;
}

.solution.blue table .link td a{
  border: 2px solid #47aac0;
  color: #47aac0;
}

.solution.blue table .link td a.button{
  color: #FFF;
  background: #47aac0
}

.sp{
  display: none;
}

.pc{
  display: block;
}


@media screen and (max-width: 650px) {

  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  .solution-case  h2{
    font-size: 6vw;
    line-height: 1.3;
    margin: 0 4vw;
    padding-top: 5vw;
  }
  .solution-case img{
      margin: 5vw 0;
  }

  .solution-case .inner-block{
      padding: 0  4vw;
  }

  .solution-case p{
    font-size: 3.8vw;
    line-height: 1.5;
  }

  .solution-case  h3{
    font-size: 4.5vw;
    line-height: 1.3;
    color: #ae2318;
    margin-bottom: 1vw;
  }

  .solution-case p.note{
    font-size: 3.3vw;
    line-height: 1.5;
  }

  .solution-case .next a{
    font-size: 1rem;
    line-height: 1.4;
  }
  
  .solution {
    margin-bottom: 10vw;
    padding-bottom: 5vw;
    background-color: #fff;
  }
  .solution > div {
    padding: 0 4vw;
  }

  .solution h1 + h2,
  .solution h1 + h3,
  .solution h1 + p,
  .solution h1 + ul,
  .solution h1 + div,
  .solution h2 + h1,
  .solution h3 + h1,
  .solution p + h1,
  .solution ul + h1,
  .solution div + h1{
    margin-top: 8vw;
  }

  .solution p + h2,
  .solution p + h3,
  .solution div + div{
    margin-top: 5vw;
  }

  .solution p + h4,
  .solution p + p,
  .solution p + ul,
  .solution p + div,
  .solution h4 + p,
  .solution ul + p,
  .solution div + p,
  .solution h2 + ul,
  .solution h2 + div,
  .solution h3 + ul,
  .solution h3 + div,
  .solution ul + div,
  .solution div + ul{
    margin-top: 5vw;
  }

  .solution ul + h2,
  .solution div + h2,
  .solution ul + h3,
  .solution div + h3{
    margin-top: 8vw;
  }

  .solution a + a{
    margin-top: 5vw;
  }

  .solution .title +  .title_block{
    margin-top: 5vw;
  }

  .solution .title {
    font-size: 4.5vw;
    line-height: 1.3;
  }

  .solution .title_sm {
    font-size: 4vw;
    line-height: 1.3;
  }

  .solution .title_block {
    font-size: 4vw;
    line-height: 1.3;
    padding: 2vw;
  }

  .solution .icon {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 1vw;
    padding-left: 2vw;
    border-left: 1.5vw solid #ae2318;
  }

  .solution ul.dot li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  
  .solution ul.note li {
    font-size: 3vw !important;
  }
  .solution ul + ul {
    margin-top: 2vw;
  }

  .solution p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .solution p + p.note {
    margin-top: -2vw;
  }
  .solution p.note {
    font-size: 14px !important;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }

  .solution table th,
  .solution table td{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .solution table .img td:hover .mask {
      opacity: 1;  /* マスクを表示する */
  }

  .solution table tr.link td{
    text-align: center;
    padding: 1vw 0;
    background: none;
  }
  .solution table .link td a{
    font-size: 3vw;
  }

  .solution table .link td a + a{
    margin-top: 1vw;
  }  
  
  .scroll-table{
    overflow: auto;
  }

  .scroll-table table{
    min-width: 700px;
  }

  .scroll-table table.t2{
    min-width: 350px;
  }


}






