@charset "utf-8";

/* ======================================================
 * koukinf.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
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */

  
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .mainVisual {
    position: relative;
  }
  .mainImage {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    padding-top: 39.167%;
    background: url("/sp/asd300/img/asd300_im01_pc.jpg") no-repeat 0 0/100%;
  }
  .mainVisual p {
    position: absolute;
    top: 58%;
    right: 5%;
    font-size: 1.877vw;
    color: #514e4d;
  }
  .asd300-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }
  .features {
    margin-top: 34px;
    display: -webkit-flex;
    display: flex;
  }
  .features li {
    width: 14.2%;
  }
  .features li:nth-of-type(n+2) {
    margin-left: 3%;
  }
  .contentsWrapper01 {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
  }
  .contentsWrapper01 .featuresImage {
    width: 50%;
  }
  .contentsWrapper01 .bgSkyblue {
    width: 50%;
    padding: 0 3%;
    background-color: #f2f8fa;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contentsWrapper01 .featuresText {
    font-size: 1.8rem;
    color: #333333;
  }
  .contentsWrapper01 .featuresText li {
    display: block;
    padding-left: 4%;
    background: url("/sp/asd300/img/asd300_ic_07.png") no-repeat 0 13px/1.6%;
  }
  .contentsWrapper01 .featuresText li + li {
    margin-top: 15px;
  }
  .contentsWrapper01 .featuresText li .largeText {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .contentsWrapper02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
  .contentsWrapper02 .featuresImage {
    width: 50%;
  }
  .contentsWrapper02 .bgSkyblue {
    width: 50%;
    padding: 0 3%;
    background-color: #f2f8fa;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contentsWrapper02 .featuresText {
    font-size: 2.0rem;
    line-height: 1.7;
    font-weight: bold;
    color: #333333;
  }
  .contentsWrapper02 .featuresText .txRed {
    font-size: 1.4rem;
    color: #e40000;
  }
  .contentsWrapper03 {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .contentsWrapper03 .box01 {
    width: 48.335%;
    background-color: #f2f8fa;
  }
  .contentsWrapper03 .txBox {
    padding: 31px 6%;
  }
  .contentsWrapper03 .featuresText {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .contentsWrapper03 .box02 {
    width: 48.335%;
    margin-left: 4%;
    background-color: #f2f8fa;
  }
  .image-set {
    margin-top: 0;
  }
  .image_inner {
    width: 30.463%;
  }
  .list-bullet .txRed {
    color: #e40000;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {

}
@media screen and (min-width: 768px) and (max-width: 1080px) {

}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .koukinf-heading_lv2_title::after {
    left: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {

}
@media screen and (min-width: 1200px) {
  .mainVisual p {
    font-size: 2.4rem;
  }
  .uv10-box-layout .features-list li {
    font-size: 2.4rem;
  }
  .uv10-box-layout .features-list .largeText {
    font-size: 4.0rem;
  }
  .uv10-box-layout .features-list .list04 p {
    font-size: 2.2rem;
  }
  .uv10-box-layout .box-text {
    font-size: 5.6rem;
  }
  .uv10-box-layout .features-list .smallText {
    font-size: 1.4rem;
  }
}

/* **
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .mainVisual {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .mainImage {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    padding-top: 90.145%;
    background: url("/sp/asd300/img/asd300_im01_sp.jpg") no-repeat 0 0/100%;
  }
  .mainVisual p {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 1.4rem;
    color: #514e4d;
    text-align: center;
  }
  .asd300-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }
  .features {
    margin-top: 23px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features li {
    width: 30%;
  }
  .features li:nth-of-type(n+2) {
    margin-left: 4%;
  }
  .features li:nth-of-type(4) {
    margin-left: 0;
  }
  .features li:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .contentsWrapper01 {
    margin-top: 22px;
  }
  .contentsWrapper01 .featuresImage {
    width: 100%;
  }
  .contentsWrapper01 .bgSkyblue {
    width: 100%;
    padding: 5% 6%;
    background-color: #f2f8fa;
  }
  .contentsWrapper01 .featuresText {
    font-size: 1.4rem;
    color: #333333;
  }
  .contentsWrapper01 .featuresText li {
    padding-left: 6%;
    background: url("/sp/asd300/img/asd300_ic_07.png") no-repeat 0 8.3px/2.2%;
  }
  .contentsWrapper01 .featuresText li + li {
    margin-top: 7px;
  }
  .contentsWrapper01 .featuresText li .largeText {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .contentsWrapper02 {
    margin-top: 20px;
  }
  .contentsWrapper02 .featuresImage {
    width: 100%;
  }
  .contentsWrapper02 .bgSkyblue {
    width: 100%;
    padding: 5% 6%;
    background-color: #f2f8fa;
    
  }
  .contentsWrapper02 .featuresText {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: bold;
    color: #333333;
  }
  .contentsWrapper02 .featuresText .txRed {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.1rem;
    color: #e40000;
  }
  .contentsWrapper03 {
    margin-top: 20px;
  }
  .contentsWrapper03 .box01 {
    width: 100%;
    background-color: #f2f8fa;
  }
  .contentsWrapper03 .txBox {
    padding: 5% 6%;
    background-color: #f2f8fa;
  }
  .contentsWrapper03 .featuresText {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .contentsWrapper03 .box02 {
    width: 100%;
    margin-top: 20px;
  }
  .image_inner {
    width: 30.725%;
  }
  .list-bullet .txRed {
    color: #e40000;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .mainVisual::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 351px) {
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}