@charset "UTF-8";

.p-compare {
  padding: 0 0 100px;
}

.p-compare-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p-compare-head {
    text-align: center;
    width: 48%;
    max-width: 450px;
    background: #369DD3;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    border-radius: 9px 9px 0 0;
    min-height: 100px;
    padding: 27px 0;
}

.p-compare-graph {
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
}

.p-compare-content {
    position: relative;
    margin: 0 auto 115px;
}

.p-compare-content:before {
    position: absolute;
    content: "";
    width: 48%;
    max-width: 450px;
    height: calc(100% - 100px);
    left: 0;
    bottom: 0;
    border: solid 1px #DDDDDD;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
      pointer-events: none;
}

.p-compare-content:after {
  position: absolute;
  content: "";
  width: 48%;
  max-width: 450px;
  height: calc(100% - 100px);
  right: 0;
  bottom: 0;
  border: solid 1px #DDDDDD;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  pointer-events: none;
}

.p-compare-list {
    width: calc(100% - 70px);
    margin: 0 auto 40px;
    background: #fff;
    border: solid 1px #DDDDDD;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.p-compare-list ul {
  max-width: 750px;
  margin: 0 auto;
}

.p-compare-list li {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 0 50px;
  background: url("../../../images/page/compare/ico_check.svg")no-repeat;
  background-size: 30px;
  background-position: left top 2px;
}


.p-compare-list li + li {
  margin-top: 25px;
}

.p-compare-block {
  width: 44%;
  max-width: 380px;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  border-top: solid 1px #E3E3E3;
  font-size: 1.5rem;
  line-height: 2;
}

.p-compare-txt {
  padding: 0 30px;
}

.p-compare-block dt {
  color: #369DD3;
  font-weight: bold;
}

.p-compare-box {
  position: relative;
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    padding: 30px 10px;
    text-align: center;
    width: 48%;
    max-width: 450px;
}

.p-compare-box::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/compare/img_arrow.svg")no-repeat;
  background-size: 40px;
  background-position: center;
  width: 100%;
  height: 75px;
  top: -95px;
  left: 0;
}

.p-compare-button {
  max-width: 316px;
  width: 100%;
  margin: 30px auto 0;
}

.p-compare-dl {
    display: block;
    color: #2860BA;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 30px;
}

.p-compare-lead {
    font-size: 1.5rem;
}

@media screen and (min-width: 768px){

  .p-compare-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p-compare-block dt {
    width: 50px;
    writing-mode: vertical-rl; /* 縦書き */
    text-align: center; /* 横方向の中央寄せ */
    display: flex;
    justify-content: center; /* 縦書き時の横方向中央 */
    align-items: center;     /* 高さ方向中央 */
  }

  .p-compare-block dd {
    width: calc(100% - 50px);
  }

}

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

  .m-page-en {
    font-size: 2.5rem;
  }

  .p-compare-head {
      font-size: 2rem;
      min-height: 60px;
      padding: 15px 0;
      width: 49%;
  }

  .p-compare-list {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    padding: 15px;
    border-radius: 5px;
  }

  .p-compare-list li {
      font-size: 1.6rem;
      background-size: 20px;
      padding: 0 0 0 25px;
  }

  .p-compare-list li + li {
      margin-top: 10px;
  }


  .p-compare-txt {
      padding: 0 10px 20px;
  }

  .p-compare-block {
      padding: 15px 0;
      font-size: 1.4rem;
      line-height: 1.8;
  }

  .p-compare-block dt {
      text-align: center;
      padding: 0 0 10px;
  }

  .p-compare-content:before {
      width: 49%;
      height: calc(100% - 60px);
  }

  .p-compare-content:after {
    width: 49%;
    height: calc(100% - 60px);
  }

  .p-compare-graph {
    padding: 10px 0 0;
  }

  .p-compare-box {
    width: 49%;
  }
  .p-compare-dl {
      font-size: 1.8rem;
      margin: 0 0 15px;
  }

  .p-compare-button {
      margin: 15px auto 0;
  }

  .m-download-button a {
  }

  .p-compare-button a {
      font-size: 1.5rem;
      text-align: center;
  }

  .p-compare-button a span {
      display: block;
      margin: 5px auto 0;
  }

  .p-compare {
    padding: 0 0 60px;
  }

}
