@charset "utf-8";

/* ======================================================
 * door_alarm_light.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
  ------------------------------------------------------ */
  .pc-hidden {
    display: none;
  }
  /* -----talk_through-main_visual----- */
  .talk_through-main_visual-area-column {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through-main_visual-area-column-item {
    width: 50%;
  }
  .talk_through-main_visual-area-column-item:nth-of-type(1) {
    background: #dcdfed;
    padding: 0 20px;
  }
  .talk_through-main_visual-box-column {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 38px auto;
  }
  .talk_through-main_visual-box-column-item {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: calc((100% - (16px * 2) ) / 3);
    min-height: 140px;
    background-color: #fff;
    border-radius: 20px;
  }
  .talk_through-main_visual-box-column-item::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: calc(100% - 4px * 2);
    height: calc(100% - 4px * 2);
    border: 4px solid #dcdfed;
    border-radius: 20px;
    content: "";
  }
  .talk_through-main_visual-box {
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #000;
  }
  .talk_through-main_visual-box-line {
    background: linear-gradient(transparent 60%, #faee00 60%);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .talk_through_main_comments-area {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 300px;
  }
  .talk_through_main_comments_text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
  }
  .talk_through_main_comments_text-small {
    font-size: 1.2rem;
  }
  .talk_through_main_comments_text-font {
    letter-spacing: 0.8px;
  }
  .talk_through-main_visual_title-area {
    margin-top: 40px;
  }
  .talk_through-main_visual_title {
    text-align: center;
  }
  .talk_through-main_visual_image-area {
    position: relative;
  }
  .talk_through-main_visual_text-area {
    position: absolute;
    bottom: 0;
    padding: 12px 28px 12px 16px;
    background: #172a88;
    border-radius: 0px 15px 0px 0px;
  }
  .talk_through-main_visual_text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
  }
  /* -----talk_through-text-lead----- */
  .talk_through-text-lead {
    margin-top: 34px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    color: #333;
  }
  /* -----talk_through-img-column----- */
  .talk_through-img-column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6em;
  }
  .talk_through-img-column-item {
    width: 590px;
  }
  /* -----talk_through-scene-area----- */
  .talk_through-scene-area {
    margin-top: 86px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through-scene_title {
    position: relative;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    color: #000;
    overflow-x: hidden;
  }
  .talk_through-scene_title_label {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    line-height: 1.0;
  }
  .talk_through-scene_title_label::before,
  .talk_through-scene_title_label::after {
    display: block;
    position: absolute;
    top: 15px;
    width: 100vw;
    height: 6px;
    background: #172a88;
    content: "";
  }
  .talk_through-scene_title_label::before {
    left: 100%;
  }
  .talk_through-scene_title_label::after {
    right: 100%;
  }
  .talk_through-scene-example_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 26px;
  }
  .talk_through-scene-example_list li {
    width: calc((100% - 36px) / 4);
  }
  .talk_through-scene-example_image {
    text-align: center;
  }
  .talk_through-scene-example_text {
    margin-top: 6px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
  }
  /* -----talk_through_inner-layout----- */
  .talk_through_inner-layout {
    margin-top: 86px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through_inner-layout .talk_through_inner-layout_head {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .talk_through_inner-layout .talk_through_inner-layout_head::after {
    width: 80px;
    height: 8px;
    margin-top: 10px;
    background-color: #172a88;
    border-radius: 5px;
    content: "";
  }
  .talk_through_inner-layout .talk_through_inner_tilte {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .talk_through_inner-layout .talk_through_inner-layout_body {
    margin-top: 42px;
  }
  .talk_through-media {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
  }
  .talk_through-media + .talk_through-media {
    margin-top: 22px;
  }
  .talk_through-media-item {
    width: 50%;
  }
  .talk_through-media-item:nth-of-type(odd) {
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    flex-flow: column wrap;
    -webkit-justify-content:center;
    justify-content: center;
    padding: 20px 20px;
    background: #dcdfed;
  }
  .talk_through-media_box-area {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: 200px;
    min-height: 158px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
  }
  .talk_through-media_box-area::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: calc(100% - 4px * 2);
    height: calc(100% - 4px * 2);
    border: 4px solid #dcdfed;
    border-radius: 20px;
    content: "";
  }
  .talk_through-media_text-box {
    position: relative;
    z-index: 2;
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
    color: #000;
  }
  .talk_through-media_text-box-line {
    background: linear-gradient(transparent 60%, #faee00 60%);
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .talk_through-media_text {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
  }
  .talk_through_inner-layout-column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .talk_through_inner-layout-item {
    width: 100%;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* -----talk_through-main_visual----- */
  .talk_through-main_visual_title-area {
    margin-top: 3vw;
  }
  .talk_through-main_visual_title img {
    width: 30vw;
  }
  .talk_through-main_visual-area-column-item:nth-of-type(1) {
    padding: 0 1.5vw;
  }
  .talk_through-main_visual-box-column {
    margin: 2vw auto;
  }
  .talk_through-main_visual-box-column-item {
    width: calc((100% - (1.2vw * 2) ) / 3);
    min-height: 11vw;
  }
  .talk_through-main_visual-box {
    font-size: calc( 18 * 100vw / 1280);
  }
  .talk_through-main_visual-box-line {
    font-size: calc( 24 * 100vw / 1280);
  }
  .talk_through_main_comments-area {
    bottom: 4%;
  }
  .talk_through_main_comments_text,
  .talk_through-main_visual_text {
    font-size: calc( 16 * 100vw / 1280);
  }
  .talk_through_main_comments_text-small {
    font-size: calc( 12 * 100vw / 1280);
  }
  /* -----talk_through-text-lead----- */
  .talk_through-text-lead {
    font-size: calc( 22 * 100vw / 1280);
  }
  /* -----talk_through-img-column----- */
  .talk_through-img-column {
    margin-top: 7.5vw;
  }
  .talk_through-img-column-item {
    width: calc((100% - 20px) / 2);
  }
  /* -----talk_through-scene-area----- */
  .talk_through-scene-area {
    margin-top: 7vw;
  }
  .talk_through-scene_title {
    font-size: calc( 34 * 100vw / 1280);
  }
  .talk_through-scene-example_list li {
    width: calc((100% - 36px) / 4);
  }
  .talk_through-scene-example_list li + li {
    margin-left: 0;
  }
  /* -----talk_through_inner-layout----- */
  .talk_through_inner-layout {
    margin-top: 6.7vw;
  }
  .talk_through_inner-layout .talk_through_inner_tilte {
    font-size: calc( 40 * 100vw / 1280);
  }
  /* -----.talk_through-media----- */
  .talk_through-media-item:nth-of-type(odd) {
    padding: 1.5vw;
  }
  .talk_through-media_box-area {
    width: 15vw;
    min-height: 12vw;
  }
  .talk_through-media_text-box {
    font-size: calc( 20 * 100vw / 1280);
  }
  .talk_through-media_text-box-line {
    font-size: calc( 28 * 100vw / 1280);
  }
  .talk_through-media_text {
    font-size: calc( 16 * 100vw / 1280);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
  
/***
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@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
  ------------------------------------------------------ */
  .sp-hidden {
    display: none;
  }
  /* -----talk_through-main_visual----- */
  .talk_through-main_visual-area-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin: 0 -15px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through-main_visual-area-column-item:nth-of-type(1) {
    padding: 0 15px;
    background: #dcdfed;
  }
  .talk_through-main_visual-box-column {
    margin: 20px auto 70px;
  }
  .talk_through-main_visual-box-column-item {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    min-height: 28vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
  }
  .talk_through-main_visual-box-column-item::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: calc(100% - 4px * 2);
    height: calc(100% - 4px * 2);
    border: 4px solid #dcdfed;
    border-radius: 20px;
    content: "";
  }
  .talk_through-main_visual-box-column-item + .talk_through-main_visual-box-column-item{
    margin-top: 10px;
  }
  .talk_through-main_visual-box {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    color: #000;
  }
  .talk_through-main_visual-box-line {
    background: linear-gradient(transparent 60%, #faee00 60%);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  .talk_through_main_comments-area {
    position: absolute;
    bottom: 14px;
    left: 20px;
    max-width: 300px;
  }
  .talk_through_main_comments_text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .talk_through_main_comments_text-small {
    font-size: 1.1rem;
  }
  .talk_through_main_comments_text-font {
    letter-spacing: 0.8px;
  }
  .talk_through-main_visual_title-area {
    width: 75vw;
    margin: 66px auto 0;
  }
  .talk_through-main_visual_title {
    text-align: center;
  }
  .talk_through-main_visual_image-area {
    position: relative;
  }
  .talk_through-main_visual_image > img {
    width: 100%;
  }
  .talk_through-main_visual_text-area {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80vw;
    padding: 16px 5vw;
    text-align: center;
    background: #172a88;
    border-radius: 50px;
    transform: translate(-50%,50%);
  }
  .talk_through-main_visual_text-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: -17px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #172a88 transparent transparent transparent;
    border-width: 17px 17px 0 17px;
    transform: rotate(180deg);
  }
  .talk_through-main_visual_text {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #fff;
  }
  /* -----talk_through-text-lead----- */
  .talk_through-text-lead {
    margin-top: 30px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    color: #333;
  }
  /* -----talk_through-img-column----- */
  .talk_through-img-column {
    margin-top: 3.5em;
    text-align: center;
  }
  .talk_through-img-column-item + .talk_through-img-column-item {
    margin-top: 19px;
  }
  /* -----talk_through-scene-area----- */
  .talk_through-scene-area {
    margin-top: 50px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through-scene_title {
    position: relative;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    overflow-x: hidden;
  }
  .talk_through-scene_title_label {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    line-height: 1.0;
  }
  .talk_through-scene_title_label::before,
  .talk_through-scene_title_label::after {
    display: block;
    position: absolute;
    top: 10px;
    width: 100vw;
    height: 3px;
    background: #172a88;
    content: "";
  }
  .talk_through-scene_title_label::before {
    left: 100%;
  }

  .talk_through-scene_title_label::after {
    right: 100%;
  }
  .talk_through-scene-example_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
  }
  .talk_through-scene-example_list li {
    width: calc((100% - 15px) / 2);
  }
  .talk_through-scene-example_image {
    text-align: center;
  }
  .talk_through-scene-example_text {
    margin: 10px 0 15px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  /* -----talk_through_inner-layout----- */
  .talk_through_inner-layout {
    margin-top: 50px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .talk_through_inner-layout .talk_through_inner-layout_head {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .talk_through_inner-layout .talk_through_inner-layout_head::after {
    width: 40px;
    height: 4px;
    margin-top: 10px;
    background-color: #172a88;
    border-radius: 5px;
    content: "";
  }
  .talk_through_inner-layout .talk_through_inner_tilte {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
  }
  .talk_through_inner-layout .talk_through_inner-layout_body {
    margin-top: 20px;
  }
  .talk_through-media {
    position: relative;
    background: #dcdfed;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .talk_through-media + .talk_through-media {
    margin-top: 22px;
  }
  .talk_through-media-item {
    width: calc(92vw - 30px);
  }
  .talk_through-media-item:nth-of-type(odd) {
    width: 100%;
    min-height: 100%;
    padding: 15px 0;
  }
  .talk_through-media-item:nth-of-type(even) {
    width: 100%;
    padding: 3px 0 15px;
  }
  .talk_through-media-item_image-area {
    text-align: center;
  }
  .talk_through-media_box-area {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    min-height: 28vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
  }
  .talk_through-media_box-area::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: calc(100% - 4px * 2);
    height: calc(100% - 4px * 2);
    border: 4px solid #dcdfed;
    border-radius: 20px;
    content: "";
  }
  .talk_through-media_text-box {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    color: #000;
  }
  .talk_through-media_text-box-line {
    background: linear-gradient(transparent 60%, #faee00 60%);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  .talk_through-media_text {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
  }
  .talk_through_inner-layout-item {
    text-align: center;
  }
  .talk_through_inner-layout-item:nth-of-type(2) {
    margin-top: 28px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@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: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
  
@media only screen and (max-width: 360px) {
}
  
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}