@charset "utf-8";

/* ======================================================
 * ud550.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Font
====================================================== */
.ud550-hero_lead-left,
.ud550-hero_lead-right,
.ud550-hero_sub,
.ud550-date,
.ud550-heading2_title,
.ud550-features_title,
.ud550-features_title_small {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .ud550-mt-0 {
    margin-top: 0;
  }
  .ud550-pc-hidden {
    display: none;
  }

  /* ----- ud550-hero-layout ----- */
  .ud550-hero-layout {
    position: relative;
  }
  /* ----- ud550-hero_lead ----- */
  .ud550-hero_lead-left,
  .ud550-hero_lead-right {
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    display: inline-block;
    position: absolute;
  }
  .ud550-hero_lead-left {
    bottom: 10%;
    left: 4%;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
  .ud550-hero_lead-right {
    top: 11.5%;
    right: 4.5%;
    letter-spacing: 1.5px;
    text-align: right;
    line-height: 1.2;
  }
  .ud550-hero_detail_txt_lead-big {
    font-size: 3.4rem;
  }
  .ud550-hero_sub {
    display: inline-block;
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    line-height: 1.3;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    border: 2px solid #fff;
    padding: 20px 33px;
  }
  .ud550-hero_sub_big {
    font-size: 3rem;
  }
  .ud550-hero_sub_space {
    margin-left: 12px;
  }
  /* ----- ud550-date ----- */
  .ud550-date {
    text-align: right;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 13px;
  }
  /* ----- ud550-heading2 ----- */
  .ud550-heading2 {
    position: relative;
    margin: 24px 0 0 0;
    background-color: #201a45;
  }
  .ud550-heading2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 72px;
    background: url("/sp/ud550/img/index_ic01.png")no-repeat;
  }
  .ud550-heading2_inner {
    padding: 11px 30px 12px;
  }
  .ud550-heading2_title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
  }
    /* ----- ud550-features ----- */
  .ud550-features {
    margin: 30px 0 0;
  }
  .ud550-features_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .ud550-features_item {
    width: calc((100% - 36px) / 2);
  }
  .ud550-features_item:nth-child(2n) {
    margin-left: 36px;
  }
  .ud550-features_item:nth-child(n + 3) {
    margin-top: 24px;
  }
  .ud550-features_text_col {
    display: flex;
    margin: 20px 0 0;
  }
  .ud550-features_head {
    background-color: #585698;
    padding: 20px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-width: 150px;
    max-height: 100px;
    min-height: 100px;
  }
  .ud550-features_title {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  .ud550-features_title_small {
    font-size: 1.8rem;
  }
  .ud550-features_body {
    margin: -5px 0 0 20px;
    line-height: 1.625;
    max-width: 392px;
  }
  
  .ud550-contents + .ud550-contents {
    margin-top: 62px;
  }
  .ud550-note {
    margin: 25px 0 0 -3px;
  }
  .ud550-note li {
    font-size: 1.4rem;
    padding-left: 1em;
    position: relative;
    color: #555;
  }
  .ud550-note_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .ud550-hero_lead-left,
  .ud550-hero_lead-right {
    font-size: 2vw;
  }
  .ud550-hero_lead-left {
    bottom: 4vw;
  }
  .ud550-hero_lead-right {
    top: 4.8vw;
  }
  .ud550-hero_detail_txt_lead-big {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .ud550-heading2::before {
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .ud550-heading2::before {
    height: 63px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .ud550-heading2::before {
    height: 60px;
  }
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .ud550-sp-hidden {
    display: none;
  }
  /* ----- ud550-hero-layout ----- */
  .ud550-hero-layout {
    position: relative;
    margin: 0 -15px;
  }
  /* ----- ud550-hero_lead ----- */
  .ud550-hero_lead-left,
  .ud550-hero_lead-right {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    position: absolute;
  }
  .ud550-hero_lead-left {
    top: 32.3%;
    left: 5.2%;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
  .ud550-hero_lead-right {
    bottom: 30%;
    right: 7%;
    letter-spacing: 0.5px;
    text-align: right;
    line-height: 1.2;
  }
  .ud550-hero_detail_txt_lead-big {
    font-size: 1.7rem;
  }
  .ud550-hero_sub {
    display: inline-block;
    position: absolute;
    bottom: 4vw;
    right: 3.7vw;
    line-height: 1.4;
    color: #fff;
    font-size: 1rem;
    padding: 9px 19px;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .ud550-hero_sub_big {
    font-size: 1.5rem;
  }
  .ud550-hero_sub_space {
    margin-left: 7px;
  }
  /* ----- ud550-date ----- */
  .ud550-date {
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 9px;
  }
  /* ----- ud550-heading2 ----- */
  .ud550-heading2 {
    position: relative;
    margin: 17px 0 0 0;
    background-color: #201a45;
  }
  .ud550-heading2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 43px;
    background: url("/sp/ud550/img/index_ic01-r2x.png")no-repeat;
    background-size: 10px 43px
    
  }
  .ud550-heading2_inner {
    padding: 4px 20px 9px;
  }
  .ud550-heading2_title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  
  
  
  /* ----- ud550-features ----- */
  .ud550-features {
    margin: 15px 0 0;
  }
  .ud550-features_item {
    width: 100%
  }
  .ud550-features_item:nth-child(n + 2) {
    margin-top: 35px;
  }
  .ud550-features_text_col {
    margin: 5px 0 0;
  }
  .ud550-features_head {
    background-color: #585698;
    padding: 9px 10px 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ud550-features_title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
  }
  .ud550-features_title_small {
    font-size: 1.8rem;
  }
  .ud550-features_body {
    margin: 11px 0 0;
    line-height: 1.5;
  }
  .ud550-features_item .ud550-features_body_height {
    line-height: 1.625;
  }
  
  .ud550-contents + .ud550-contents {
    margin-top: 35px;
  }
  .ud550-note {
    margin: 13px 0 0;
  }
  .ud550-note li {
    font-size: 1.1rem;
    padding-left: 1.2em;
    position: relative;
    color: #555;
  }
  .ud550-note_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media screen and (min-width: 400px) and (max-width: 767.9px) {
  .ud550-hero_lead-right,
  .ud550-hero_lead-left {
    font-size: 2.5vw;
  }
  
  .ud550-hero_lead-left {
    top: 29.5vw;
  }
  .ud550-hero_lead-right {
    bottom: 26.5vw;
  }
  .ud550-hero_detail_txt_lead-big {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 330px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}