@charset "utf-8";

.lower1 .addInner {
  width: 1100px;
  padding: 0 1.5rem;
}

.box-body li {
  position: relative;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0 2.4rem;
}

.box-body li::before {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: #2d3237;
  border-radius: 50%;
  content: '';
}

/*.examples {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 9rem;
  margin: 3rem 0;
  padding: 2rem 2rem 2rem 11rem;
  border-bottom: 1px solid #141414;
  font-family: 'Yu Mincho', YuMincho, 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.examples::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6.8rem;
  height: 6.8rem;
  background: #8e8ec9;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  content: 'CHECK';
}
.examples::before {
  content: 'EXAMPLES';
}*/

.emphasis-box {
  background: #fbf4f0;
  border: solid 10px #f8a234;
  box-shadow: 0 0px 20px rgba(0, 0, 0, .2);
  padding: 1rem;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  .examples {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 9rem;
    margin: 3rem 0;
    padding: 2rem 2rem 2rem 11rem;
    border-bottom: 1px solid #141414;
    font-family: 'Yu Mincho', YuMincho, 'Noto Serif JP', serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .examples::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6.8rem;
    height: 6.8rem;
    background: #8e8ec9;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    content: 'examples';
  }

  .examples::before {
    content: 'EXAMPLES';
  }

  div#category table.tbl2 th {
    width: 20%;
  }
#visArea .mainAreaInner {
    width: 66rem;
}

#visArea .btn-internal.down a {
    width: 42rem;
}
}

/*////////////////////PC用CSSここまで///////////////////*/




/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .addParts-selections .addInner {
    width: 100%;
  }

  .lower1 .addInner {
    width: 100%;
    padding: 0 1.5rem;
  }

  .examples {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 9rem;
    margin: 3rem 0;
    padding: 2rem 2rem 2rem 11rem;
    border-bottom: 1px solid #141414;
    font-family: 'Yu Mincho', YuMincho, 'Noto Serif JP', serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .examples::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6.8rem;
    height: 6.8rem;
    background: #8e8ec9;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    content: 'examples';
  }
#visArea .siteName .txt-1 {
    font-size: 2rem;
}
  .examples::before {
    content: 'EXAMPLES';
  }
}
