@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
  ------------------------------------------------------ */
  /* -----door-heading----- */
  .door-heading-lv2 .heading_title {
    margin: 50px 0 30px;
    padding: 15px 28px;
    background-color: #fffde4;
    color: #009944;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .door-heading-lv2.is-first .heading_title{
    margin: 10px 0 25px;
  }
  .door-heading-lv2.is-second .heading_title{
    margin-top: 40px;
  }
  .door-heading-lv3 .heading_title {
    margin-top: 40px;
    padding: 15px 27px 14px;
    background-color: #009944;
    color: #fffde4;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .door-heading-lv3.is-first .heading_title {
    margin-top: 20px;
  }
  
  /* -----door-lead-text----- */
  .door-lead-text {
    margin-top: 52px;
    text-align: center;
  }
  
  /* -----door-date-text----- */
  .door-date-text > span {
    display: inline-block;
    min-width: 238px;
    padding: 4px 5px 3px;
    background-color: #aee9c9;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  
  /* ----- door-bold-text----- */
  .door-bold-text {
    margin: 14px 0 13px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .door-bold-text + .image-set {
    margin-top: 0;
  }
  
  /* -----door-list----- */
  .door-list > li {
    position: relative;
    padding-left: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .door-list > li::before{
    content: "";
    position: absolute;
    top: .5em;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50% 50%;
    background-color: #009944;
  }
  .door-list + .image-set {
    margin-top: 1em;
  }
  /* -----door-extend----- */
  .list-note.type-door-extend {
    margin-top: 1.5em;
  }
  /* -----door-box-layout----- */
  .door-box-layout .door-box-title {
    position: relative;
    padding: 37px 30px 37px 130px;
    background-color: #009944;
    color: #fffde4;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .door-box-layout .door-box-title > .title-icon {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }
  .door-box-layout .door-box-title > .title-icon > img {
    width: 100%;
  }
  /* -----door-box-layout-v2----- */
  .door-box-layout-v2 {
    margin-top: 60px;
  }
  .door-box-layout-v2.bg-type01 {
    background: url("/sp/door_alarm_light/img/door_alarm_light_bg01.jpg") no-repeat right 0 top -20px;
    background-color: #eaecee;
  }
  .door-box-layout-v2.bg-type02 {
    background: url("/sp/door_alarm_light/img/door_alarm_light_bg02.jpg") no-repeat right 0 top 0;
    background-color: #eaecee;
  }
  .door-box-layout-v2 .door-box-inner {
    padding: 35px 60px 25px;
    padding-right: 39.1%;
  }
  .door-box-layout-v2.bg-type02 .door-box-inner {
    padding: 35px 60px 30px;
  }
  .door-box-layout-v2 .door-box-title .title-text{
    color: #009944;
    font-size: 4.4rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  .door-box-layout-v2 .door-box-title .title-text > span {
    display: inline-block;
  }
  .door-box-layout-v2 .door-box-title .title-text .title-icon {
    margin-right: 17px;
    vertical-align: middle;
  }
  .door-box-layout-v2 .door-box-title .sub-text {
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .door-box-layout-v2.bg-type02 .door-box-title .sub-text {
    margin-top: 10px;
  }
  .door-box-layout-v2 .door-box-title .sub-text-v2 {
    margin-top: 5px;
    font-weight: 700;
  }
  .door-box-layout-v2.bg-type01 .door-box-detail {
    margin-top: 30px;
  }
  .door-box-layout-v2.bg-type01 .door-box-detail > .image-set {
    margin-top: .5em;
  }
  /* -----door-column-layout-v3----- */
  .door-column-layout-v3 {
    width: 66.6%;
    margin: 0 auto;
  }
  
  /* -----door-tab-layout----- */
  .door-tab-layout .door-tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 80px 0 50px;
    border-bottom: 4px solid #fff100;
  }
  .door-tab-layout .door-tab_list > li {
    width: calc((100% - 4px)/2);
  }
  .door-tab-layout .door-tab_list > li + li {
    margin-left: 4px;
  }
  .door-tab-layout .door-tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    min-height: 100px;
    padding: 15px 30px 15px 160px;
    border-radius: 14px 14px 0 0;
    background-color: #bbbbbb;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
  }
  .door-tab-layout .door-tab_list > li.is-current > a {
    background-color: #fff100;
    color: #009944;
  }
  .door-tab-layout .door-tab_list > li.is-current > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 29px;
    height: 15px;
    margin-left: -15px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic06.png") no-repeat 0 0;
    background-size: 29px 15px;
  }
  .door-tab-layout .door-tab_list > li > a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
  }
  .door-tab-layout .door-tab_list > li.icon-type01 > a::before {
    left: 28px;
    width: 78px;
    height: 73px;
    margin-top: -36px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic01.png") no-repeat 0 0;
  }
  .door-tab-layout .door-tab_list > li.icon-type02 > a::before {
    left: 0;
    width: 108px;
    height: 72px;
    margin-top: -36px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic02.png") no-repeat 0 0;
  }
  .door-tab-layout .door-tab_list > li > a > .tab_label >span {
    font-size: 4.2rem;
  }
    /* -----door-table----- */
  .door-table th.cell-style1 {
    padding: 13px 20px;
  }
  /* -----door-table-head----- */
  .door-table-head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2.0rem;
  }
  .door-table-head .door-table-icon {
    display: inline-block;
  }
  .door-table-head .door-table-icon.type01 {
    margin-right: 18px;
    margin-left: 4px;
  }
  .door-table-head .door-table-icon.type02 {
    margin-right: 13px;
    margin-left: -20px;
  }
  /* ----- door_related-compo ----- */
  .door_related-compo {
    margin-top: 6.5rem;
  }
  .door_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .door_related-compo .related-item .item-img {
    width: 30%;
  }
  .door_related-compo .related-item .item-link {
    width: 67.586%;
  }
  .door_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .door-tab-layout .door-tab_list > li > a {
    padding: 15px 20px 15px 140px
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .door-box-layout-v2.bg-type01 {
    background-position: right 0 top 0;
    background-size: auto 100%;
  }
  .door-box-layout-v2.bg-type02 {
    background-size: auto 100%;
  }
  .door-box-layout-v2 .door-box-inner {
    padding: 12px 30px;
    padding-right: 45%;
  }
  .door-box-layout-v2 .door-box-title .title-text .title-icon {
    margin-right: 12px;
  }
  .door-tab-layout .door-tab_list > li > a {
    padding: 15px 10px 15px 120px;
    font-size: 2.8rem;
  }
  .door-tab-layout .door-tab_list > li > a > .tab_label >span {
    font-size: 3.8rem;
  }
}
/***
@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
  ------------------------------------------------------ */
  /* -----door-heading----- */
  .door-heading-lv2 .heading_title {
    margin: 50px 0 15px;
    padding: 12px 15px;
    background-color: #fffde4;
    color: #009944;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
  }
  .door-heading-lv2.is-first .heading_title {
    margin: 10px 0;
  }
  .door-heading-lv2.is-first-v2 .heading_title {
    margin: 25px 0 15px;
  }
  .door-heading-lv3 .heading_title {
    margin-top: 30px;
    padding: 10px 15px;
    background-color: #009944;
    color: #fffde4;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .door-heading-lv3.is-first .heading_title {
    margin-top: 20px;
  }
    /* -----door-lead-text----- */
  .door-lead-text {
    margin: 30px 10px 0;
    text-align: center;
  }
  
  /* -----door-date-text----- */
  .door-date-text > span {
    display: inline-block;
    min-width: 172px;
    padding: 5px 5px 4px;
    background-color: #aee9c9;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
  }
  
  /* ----- door-bold-text----- */
  .door-bold-text {
    margin: 10px 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .door-bold-text + .image-set {
    margin-top: 0;
  }
  
  /* -----door-list----- */
  .door-list > li {
    position: relative;
    padding-left: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .door-list > li::before{
    content: "";
    position: absolute;
    top: .5em;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50% 50%;
    background-color: #009944;
  }
  .door-list + .image-set {
    margin-top: .5em;
  }
  /* -----door-box-layout----- */
  .door-box-layout {
    max-width: 689px;
    margin: 0 auto;
  }
  .door-box-layout .door-box-title {
    position: relative;
    padding: 9px 30px 10px 77px;
    background-color: #009944;
    color: #fffde4;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .door-box-layout .door-box-title > .title-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }
  .door-box-layout .door-box-title > .title-icon > img {
    width: 100%;
  }
    /* -----door-box-layout-v2----- */
  .door-box-layout-v2 {
    margin-top: 35px;
  }
  .door-box-layout-v2.bg-type01 {
    background: url("/sp/door_alarm_light/img/door_alarm_light_bg01.jpg") no-repeat right 0 top -5px;
    background-size: 138px auto;
    background-color: #eaecee;
  }
  .door-box-layout-v2.bg-type02 {
    background: url("/sp/door_alarm_light/img/door_alarm_light_bg02.jpg") no-repeat right 0 top 0;
    background-size: 120px auto;
    background-color: #eaecee;
  }
  .door-box-layout-v2 .door-box-inner {
    padding: 15px 20px;
  }
  .door-box-layout-v2 .door-box-title {
    padding-right: 100px;
    min-height: 108px;
  }
  .door-box-layout-v2 .door-box-title .title-text{
    color: #009944;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .door-box-layout-v2 .door-box-title .title-text > span {
    display: inline-block;
  }
  .door-box-layout-v2 .door-box-title .title-text .title-icon {
    width: 65px;
    margin-right: 7px;
    vertical-align: middle;
  }
  .door-box-layout-v2 .door-box-title .sub-text {
    margin-top: 13px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .door-box-layout-v2.bg-type02 .door-box-title .sub-text {
    margin-top: 7px;
  }
  .door-box-layout-v2 .door-box-title .sub-text-v2 {
    margin-top: 5px;
    font-weight: 700;
  }
  .door-box-layout-v2 .list-note > li {
    line-height: 2;
  }
  /* -----door-tab-layout----- */
  .door-tab-layout .door-tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 40px 0 25px;
    border-bottom: 4px solid #fff100;
  }
  .door-tab-layout .door-tab_list > li {
    width: calc((100% - 3px)/2);
  }
  .door-tab-layout .door-tab_list > li + li {
    margin-left: 3px;
  }
  .door-tab-layout .door-tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    min-height: 75px;
    padding: 5px 5px 10px 55px;
    border-radius: 9px 9px 0 0;
    background-color: #bbbbbb;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    text-align: center;
  }
  .door-tab-layout .door-tab_list > li.is-current > a {
    background-color: #fff100;
    color: #009944;
  }
  .door-tab-layout .door-tab_list > li.is-current > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 26%;
    width: 15px;
    height: 8px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic06.png") no-repeat 0 0;
    background-size: 15px 8px;
  }
  .door-tab-layout .door-tab_list > li > a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
  }
  .door-tab-layout .door-tab_list > li.icon-type01 > a::before {
    left: 13px;
    width: 39px;
    height: 36px;
    margin-top: -18px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic01.png") no-repeat 0 0;
    background-size: 39px 36px;
  }
  .door-tab-layout .door-tab_list > li.icon-type02 > a::before {
    left: 0;
    width: 54px;
    height: 36px;
    margin-top: -18px;
    background: url("/sp/door_alarm_light/img/door_alarm_light_ic02.png") no-repeat 0 0;
    background-size: 54px 36px;
  }
  .door-tab-layout .door-tab_list > li > a > .tab_label >span {
    font-size: 2.1rem;
  }
  /* -----door-list----- */
  .door-column-layout > .column_item + .column_item {
    margin-top: 15px;
  }
  .door-column-layout > .column_item + .column_item > .door-box-layout {
    margin-top: 30px!important;
  }
  .door-column-layout-v2 > .column_item + .column_item {
    margin-top: 19px;
  }
  /* -----door-extend----- */
  .list-note.type-door-extend {
    margin-top: 1.5em;
  }
  /* -----door-table----- */
  .door-table .gp-w-012per {
    width: 10.4%!important;
  }
  .door-table .gp-w-044per {
    width: 44.8%!important;
  }
  .door-table th.cell-style1 {
    padding: 7px 20px;
  }
  /* -----door-table-head----- */
  .door-table-head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.7rem;
  }
  .door-table-head .door-table-icon {
    display: inline-block;
  }
  .door-table-head .door-table-icon.type01 {
    margin-right: 16px;
    width: 69px;
    height: 64px;
  }
  .door-table-head .door-table-icon.type02 {
    margin-right: 12px;
    margin-left: -20px;
  }
  .door-table-head .door-table-icon > img {
    width: 100%;
  }
  /* ----- door_related-compo ----- */
  .door_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .door_related-compo .related-item .item-img {
    width: 25%;
  }
  .door_related-compo .related-item .item-link {
    width: 72.46%;
  }
  .door_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  .door_related-compo .related-item .item-link .link-button-v2 a {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  /* ------------------------------------------------------
   * 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) {
  .door-tab-layout .door-tab_list > li > a {
    padding: 5px 5px 10px 70px;
  }
}
@media only screen and (max-width: 360px) {
  .door-tab-layout .door-tab_list > li > a {
    min-height: 60px;
    padding: 10px 5px 10px 55px;
    font-size: 1.4rem;
  }
  .door-tab-layout .door-tab_list > li.icon-type01 > a::before {
    left: 7px;
  }
  .door-tab-layout .door-tab_list > li.icon-type02 > a::before {
    width: 50px;
    height: 33px;
    background-size: 50px 33px;
  }
  .door-tab-layout .door-tab_list > li > a > .tab_label >span {
    font-size: 1.8rem;
  }
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}