@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
#utm {
  margin: 58px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing:0.075em;
}
.utm--top {
  width: 100%;
  position: relative;
}
  .utm--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.utm--container {
  width: 860px;
  margin: 0 auto 40px;
  color: #333333;
}
  .utm--container h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .utm-txt {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height:2;
  }
    .small-txt {
      font-size: 12px;
    }
.center {
  width: 860px;
}
  .utm--box {
    width: 100%;
    margin: 70px 0;
  }
    .utm--box h3 {
      font-size: 24px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.security--area {
  width: 100%;
  height: 237px;
  font-size: 0;

}
  .security--box {
    display: inline-block;
    width: 24.8%;
    padding: 20px 0;
    text-align: center;
    border-left: 1px solid #DEDEDE;
  }
    .security--box:last-child {
      border-right: 1px solid #DEDEDE;
    }
    .security--box img {
      width: 100px;
      height: auto;
    }
    .sec--title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto;
    }
    .letter-s {
      letter-spacing: -0.06em;
    }
    .sec--txt {
      font-size: 12px;
      text-align: center;
    }
    .price-area {
      width: 100%;
      margin-bottom: 130px;
    }
    .price-box {
      height: 30px;
      margin-bottom: 20px;
    }
    .price-area dd {
      height: 30px;
      line-height: 30px;
      float: left;
    }
    .dd-01 {
      width: 100px;
      font-size: 18px;
      clear:left;
    }
    .dd-02 {
      width: 450px;
      font-size: 18px;
    }
    .price {
      font-size: 36px;
      font-family: "DIN Condensed",sans-serif;
    }
    .dd-03 {
      font-size: 18px;
      margin-left: 4px;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
#utm {
  margin: 49px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing:0.075em;
}
.utm--top {
  width: 100%;
  position: relative;
}
  .utm--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 32px;
      white-space: nowrap;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.utm--container {
  width: 90%;
  margin: 0 auto 40px;
  color: #333333;
}
  .utm--container h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .utm-txt {
    font-size: 16px;
    margin: 20px 0 20px;
    line-height:2;
  }
    .small-txt {
      font-size: 12px;
    }
  .utm--box {
    width: 100%;
    margin: 70px 0;
  }
  .center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
    .utm--box h3 {
      font-size: 24px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .utm--box img {
      width: 80%;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.security--area {
  width: 100%;
  font-size: 0;
}
  .security--box {
    display: inline-block;
    width: 49%;
    padding: 20px 0;
    text-align: center;
    border-left: 1px solid #DEDEDE;
  }
    .security--box:nth-child(even) {
      border-right: 1px solid #DEDEDE;
    }
    .security--box img {
      width: 100px;
      height: auto;
    }
    .sec--title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto;
    }
    .letter-s {
      letter-spacing: -0.06em;
    }
    .sec--txt {
      font-size: 12px;
      text-align: center;
    }
    .price-area {
      width: 100%;
      margin-bottom: 80px;
    }
    .price-box {
      height: 30px;
      margin-bottom: 70px;
      position: relative;
    }
    .price-area dd {
      height: 30px;
      line-height: 30px;
      float: left;
    }
    .dd-01 {
      width: 100px;
      font-size: 16px;
      clear:left;
    }
    .dd-02 {
      width: 399px;
      font-size: 16px;
    }
    .price {
      font-size: 34px;
      font-family: "DIN Condensed",sans-serif;
      position: absolute;
      top: 40px;
      right: 93px;
    }
    .price-s {
      right: 122px;
    }
    .dd-03 {
      font-size: 16px;
      margin-left: 4px;
      position: absolute;
      top: 40px;
      right: 0px;
    }
}
/* SP ================================================== */
@media all and (max-width:559px){
#utm {
  margin: 24px auto 0 auto;
  font-family: "源ノ角ゴシック JP",sans-serif;
  letter-spacing:0.075em;
}
.utm--top {
  width: 100%;
  position: relative;
}
  .utm--top img {
    width: 100%;
  }
    .top-txt {
      display: inline-block;
      color: #ffffff;
      font-size: 26px;
      white-space: nowrap;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
    }
.utm--container {
  width: 90%;
  margin: 0 auto 40px;
  color: #333333;
}
  .utm--container h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 0 0;
  }
  .utm-txt {
    font-size: 14px;
    margin: 20px 0 20px;
    line-height:2;
  }
    .small-txt {
      font-size: 12px;
    }
  .utm--box {
    width: 100%;
    margin: 70px 0;
  }
  .center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
    .utm--box h3 {
      font-size: 20px;
      color: #100C39;
      margin-bottom: 10px;
    }
    .utm--box img {
      width: 80%;
    }
    .line {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      position: relative;
      margin-bottom: 40px;
    }
    .line::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 192px;
      height: 1px;
      display: inline-block;
      background-color: #1F1D59;
    }
.security--area {
  width: 100%;
  font-size: 0;
}
  .security--box {
    display: inline-block;
    width: 49%;
    padding: 20px 0;
    text-align: center;
    border-left: 1px solid #DEDEDE;
  }
    .security--box:nth-child(even) {
      border-right: 1px solid #DEDEDE;
    }
    .security--box img {
      width: 100px;
      height: auto;
    }
    .sec--title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 10px auto;
    }
    .letter-s {
      letter-spacing: -0.06em;
    }
    .sec--txt {
      font-size: 12px;
      text-align: center;
    }
    .price-area {
      width: 100%;
      margin-bottom: 130px;
    }
    .price-box {
      height: 30px;
      margin-bottom: 70px;
      position: relative;
    }
    .price-area dd {
      height: 30px;
      line-height: 30px;
      float: left;
    }
    .dd-01 {
      width: 100px;
      font-size: 16px;
      clear:left;
    }
    .dd-02 {
      width: 399px;
      font-size: 16px;
    }
    .price {
      font-size: 34px;
      font-family: "DIN Condensed",sans-serif;
      position: absolute;
      top: 67px;
      right: 93px;
    }
    .price-s {
      right: 122px;
    }
    .dd-03 {
      font-size: 16px;
      margin-left: 4px;
      position: absolute;
      top: 67px;
      right: 0px;
    }
}