@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
  ------------------------------------------------------ */
 /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 24px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  /* -----square_light_main-layout----- */
  .square_light_main-layout {
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .square_light_main-layout_inner {
    position: relative;
  }
  .square_light_main_title-area {
    position: absolute;
    width: 37%;
    top: 59%;
    left: 0;
    background-color: #5a89be;
  }
  .square_light_main_title-area_inner {
    position: relative;
  }
  .square_light_main_title-area_inner::before,
  .square_light_main_title-area_inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #5a89be;
  }
  .square_light_main_title-area_inner::before {
    bottom: 103%;
  }
  .square_light_main_title-area_inner::after {
    top: 103%;
  }
  .square_light_main_title {
    padding: 3% 0 4% 12%;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }
  .square_light_main_badge {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .square_light_main_detail-area {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 300px;
  }
  .square_light_main_detail_text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .square_light_main_detail_text-small {
    font-size: 1.2rem;
  }
  .square_light_main_detail_text-font {
    letter-spacing: 0.8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* -----square_light_button----- */
  .square_light_button {
    margin-top: 15px;
  }
  .square_light_button_type {
    display: inline-block;
    position: relative;
    padding: 18px 12px 12px 60px;
    border: 2px solid #222;
    min-width: 273px;
    max-width: 100%;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .square_light_button_type::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #418fde;
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 0;
  }
  .square_light_button_type:hover {
    background-color: #e5f2ff;
  }
  .square_light_link_label {
    display: inline-block;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .square_light_link_label::before,
  .square_light_link_label::after {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
  }
  .square_light_link_label::before {
    background-image: url(/sp/square_light/img/square_light_ic01.png);
    background-size: 42px 43px;
    margin-top: -23px;
    width: 42px;
    height: 43px;
    top: 50%;
    left: 20px;
  }
  .square_light_link_label::after {
    position: absolute;
    bottom: 8px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
  
  /* -----square_light_lead-layout----- */
  .square_light_lead-layout {
    margin-top: 28px;
  }
  .square_light_lead_column {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .square_light_lead_column .square_light_lead_column_item > img {
    width: 100%;
  }
  
  /* -----square_light-head-layout----- */
  .square_light-head-layout {
    margin-top: 60px;
  }
  .square_light-head-layout + .square_light-head-layout {
    margin-top: 20px;
  }
  .square_light-head-layout_head {
    padding: 8px 10px 5px;
    background-color: #5a89be;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  .square_light-head-layout_body {
    background-color: #f1f3f9;
  }
  
  /* -----square_light-columnImg02----- */
  .square_light-columnImg02 {
    padding: 30px 3% 36px 5.5%;
  }
  .square_light-columnImg02_inner {
    display: flex;
    justify-content: space-between;
  }
  .square_light-columnImg02_item {
    position: relative;
    width: 460px;
  }
  .square_light-columnImg02_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -6%;
    width: 5vw;
    height: 5vw;
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    background-color: #bcb199;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .square_light-columnImg02_badge.is-large {
    font-size: 2.6rem;
    width: 7vw;
    height: 7vw;
    max-width: 120px;
    max-height: 120px;
  }
  .square_light-columnImg02_item_arrow {
    margin: 12% 3.5% 0;
    width: 100px;
  }
  .square_light-columnImg02_lead {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .square_light-columnImg02_note {
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
    color: #555;
  }
  .square_light-columnImg02_note_mark {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  /* -----square_light-head-layout-box----- */
  .square_light-head-layout-box {
    padding: 36px;
  }
  .square_light-head-layout-box_item {
    display: flex;
    padding: 20px 20px 20px 0;
    border-radius: 15px;
    background-color: #fff;
  }
  .square_light-head-layout-box_item + .square_light-head-layout-box_item {
    margin-top: 16px;
  }
  .square_light-head-layout-box_head {
    margin-right: 2%;
    width: 25%;
  }
  .square_light-head-layout-box_head_title {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
    padding-left: 36%;
    background-color: #5a89be;
    color: #fff;
    font-weight: bold;
    height: 94px;
    line-height: 1.4;
  }
  .square_light-head-layout-box_head_title::after {
    content:"";
    position: absolute;
    bottom: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 94px 24px 0 0;
    border-color: #5a89be transparent transparent transparent;
  }
  .square_light-head-layout-box_head_point {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    left: 4%;
    width: 5vw;
    height: 5vw;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    background-color: #bcb199;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .square_light-head-layout-box_head_lead {
    font-size: 2.2rem;
  }
  .square_light-head-layout-box_head_note {
    position: relative;
    margin-top: 15px;
    padding-left: 15%;
    font-size: 1.4rem;
    color: #555;
  }
  .square_light-head-layout-box_head_mark {
    display: inline-block;
    position: absolute;
    left: 9%;
  }
  .square_light-head-layout-box_body {
    width: 73%;
  }
  .square_light-head-layout-box_body_img01 {
    width: 100%;
  }
  .square_light-head-layout-box_body_img04text_lead {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .square_light-head-layout-box_body_img04text_column {
    display: flex;
    margin-top: 5px;
  }
  .square_light-head-layout-box_body_img04text_item {
    width: calc(((100% - (48px)) / 4) - .1px);
  }
  .square_light-head-layout-box_body_img04text_item + .square_light-head-layout-box_body_img04text_item {
    margin-left: 16px;
  }
  .square_light-head-layout-box_body_img04text_item_caption {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
    color: #555;
  }
  
  /* -----square_light-column03----- */
  .square_light-column03 {
    display: flex;
    margin-top: 18px;
  }
  .square_light-column03_item {
     width: calc(((100% - (72px)) / 3) - .1px);
  }
  .square_light-column03_item + .square_light-column03_item {
    margin-left: 36px;
  }
  .square_light-column03_head {
    padding: 10px;
    background-color: #5a89be;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .square_light-column03_text {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5a89be;
    line-height: 1.5;
  }
  
  /* -----square_light-notice----- */
  .square_light-notice {
    display: flex;
    margin-top: 25px;
  }
  .square_light-notice_head {
    display: flex;
    align-items: center;
    padding: 2.5% 0 2.5% 2%;
    border-radius: 8px 0 0 8px;
    background-color: #bcb199;
    border: 2px solid #bcb199;
    width: 17%;
  }
  .square_light-notice_title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.9;
  }
  .square_light-notice_body {
    display: flex;
    padding: 16px 50px 16px 36px;
    border-radius: 0 8px 8px 0;
    border: 2px solid #bcb199;
    width: 83%;
  }
  .square_light-notice_item {
    display: flex;
    align-items: center;
    width: calc(((100% - (44px)) / 2) - .1px);
  }
  .square_light-notice_item + .square_light-notice_item {
    margin-left: 44px;
  }
  .square_light-notice_item_textarea {
    margin-left: 10px;
  }
  .square_light-notice_item_note {
    position: relative;
    padding-left: 15px;
  }
  .square_light-notice_item_mark {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .square_light-notice_item_Img {
    width: 70px;
    min-width: 70px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* -----square_light_main-layout----- */
  .square_light_main_title {
    font-size: calc( 28 * 100vw / 1280);
  }
  .square_light_main_badge {
    font-size: calc( 10 * 100vw / 1280);
  }
  .square_light-columnImg02_badge {
    font-size: calc( 15 * 100vw / 1280);
  }
  .square_light-columnImg02_badge.is-large {
    font-size: calc( 18 * 100vw / 1280);
  }
  .square_light-head-layout-box_head_point {
    font-size: calc( 15 * 100vw / 1280);
  }
  .square_light-head-layout-box_head_lead {
    font-size: calc( 18 * 100vw / 1280);
  }
  .square_light-head-layout-box_head_title {
    height: 60px;
  }
  .square_light-head-layout-box_head_title::after {
    border-width: 60px 24px 0 0;
  }
  .square_light-column03_title {
    font-size: calc( 25 * 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
  ------------------------------------------------------ */
 /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----square_light_main-layout----- */
  .square_light_main-layout {
    margin-bottom: 15px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    margin-left: -15px;
    width: 100vw;
  }
  .square_light_main-layout_inner {
  }
  .square_light_main_title-area {
    margin: 20px 15px 0;
    text-align: center;
    background-color: #5a89be;
    color: #fff;
  }
  .square_light_main_title-area_inner {
    position: relative;
  }
  .square_light_main_title-area_inner::before,
  .square_light_main_title-area_inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #5a89be;
  }
  .square_light_main_title-area_inner::before {
    bottom: 103%;
  }
  .square_light_main_title-area_inner::after {
    top: 103%;
  }
  .square_light_main_title {
    padding: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .square_light_main_badge {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
  }
  .square_light_main_detail-area {
    margin-top: 10px;
    margin-left: 4%;
  }
  .square_light_main_detail_text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .square_light_main_detail_text + .square_light_main_detail_text {
    margin-top: 5px;
  }
  .square_light_main_detail_text-small {
    font-size: 1.1rem;
  }
  
  /* -----square_light_button----- */
  .square_light_button {
    margin-top: 15px;
  }
  .square_light_button_type {
    display: inline-block;
    position: relative;
    padding: 15px 34px 10px 40px;
    border: 2px solid #222;
    width: 100%;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .square_light_button_type::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #418fde;
    width: 23px;
    height: 23px;
    bottom: 0;
    right: 0;
  }
  .square_light_link_label {
    display: inline-block;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .square_light_link_label::before,
  .square_light_link_label::after {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
  }
  .square_light_link_label::before {
    background-image: url(/sp/square_light/img/square_light_ic01.png);
    background-size: 32px 33px;
    margin-top: -16px;
    width: 32px;
    height: 33px;
    top: 50%;
    left: 13px;
  }
  .square_light_link_label::after {
    position: absolute;
    bottom: 6px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
  
  /* -----square_light_lead-layout----- */
  .square_light_lead-layout {
    margin-top: 20px;
  }
  .square_light_lead_column {
  }
  .square_light_lead_column .square_light_lead_column_item {
    text-align: center;
  }
  
  /* -----square_light-head-layout----- */
  .square_light-head-layout {
    margin-top: 22px;
  }
  .square_light-head-layout + .square_light-head-layout {
    margin-top: 22px;
  }
  .square_light-head-layout_head {
    padding: 8px 2px;
    background-color: #5a89be;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
  }
  .square_light-head-layout_body {
    background-color: #f1f3f9;
  }
  
  /* -----square_light-columnImg02----- */
  .square_light-columnImg02 {
    padding: 33px 14px 12px 30px;
  }
  .square_light-columnImg02_inner {
    text-align: center;
  }
  .square_light-columnImg02_item {
    position: relative;
    width: 100%;
  }
  .square_light-columnImg02_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -17px;
    left: -15px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #bcb199;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .square_light-columnImg02_badge.is-large {
    font-size: 1.7rem;
    width: 79px;
    height: 79px;
    top: 0px;
  }
  .square_light-columnImg02_item_arrow {
    margin: 10px auto 14px;
    padding-right: 10px;
    width: 100px;
  }
  .square_light-columnImg02_item_arrow > img {
    width: 81px;
  }
  .square_light-columnImg02_Img > img {
    width: 100%;
  }
  .square_light-columnImg02_lead {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
  .square_light-columnImg02_note {
    position: relative;
    padding-left: 15px;
    font-size: 1.2rem;
    text-align: left;
    color: #555;
  }
  .square_light-columnImg02_note_mark {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  
  /* -----square_light-head-layout-box----- */
  .square_light-head-layout-box {
    padding: 15px 14px 14px;
  }
  .square_light-head-layout-box_item {
    padding: 22px 8px 14px 8px;
    border-radius: 7px;
    background-color: #fff;
  }
  .square_light-head-layout-box_item + .square_light-head-layout-box_item {
    margin-top: 15px;
  }
  .square_light-head-layout-box_head {
  }
  .square_light-head-layout-box_head_title {
    position: relative;
    margin: 0 18px 0 -8px;
    padding: 15px 0 10px 68px;
    background-color: #5a89be;
    color: #fff;
    font-weight: bold;
    height: 47px;
    width: 230px;
    line-height: 1.4;
  }
  .square_light-head-layout-box_head_title::after {
    content:"";
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 13px 0 0;
    border-color: #5a89be transparent transparent transparent;
  }
  .square_light-head-layout-box_head_point {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #bcb199;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .square_light-head-layout-box_head_lead {
    display: block;
    margin-right: -10px;
    font-size: 1.4rem;
  }
  .square_light-head-layout-box_head_note {
    position: relative;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 1.2rem;
    color: #555;
  }
  .square_light-head-layout-box_head_mark {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .square_light-head-layout-box_body_img01 {
    margin-top: 5px;
  }
  .square_light-head-layout-box_body_img04text {
    margin-top: 10px;
  }
  .square_light-head-layout-box_body_img04text_lead {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .square_light-head-layout-box_body_img04text_text {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .square_light-head-layout-box_body_img04text_column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .square_light-head-layout-box_body_img04text_item > img {
    width: 100%;
  }
  .square_light-head-layout-box_body_img04text_item {
    width: calc(((100% - (15px)) / 2) - .1px);
  }
  .square_light-head-layout-box_body_img04text_item + .square_light-head-layout-box_body_img04text_item {
    margin-left: 15px;
  }
  .square_light-head-layout-box_body_img04text_item:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .square_light-head-layout-box_body_img04text_item:first-child,
  .square_light-head-layout-box_body_img04text_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .square_light-head-layout-box_body_img04text_item_caption {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: center;
    color: #555;
  }
  /* -----square_light-column03----- */
  .square_light-column03 {
    margin-top: 22px;
  }
  .square_light-column03_item {
     width: 100%;
  }
  .square_light-column03_item + .square_light-column03_item {
    margin-top: 20px;
  }
  .square_light-column03_head {
    padding: 8px;
    background-color: #5a89be;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .square_light-column03_text {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #5a89be;
    line-height: 1.4;
  }
  .square_light-column03_Img > img {
    width: 100%;
  }
  
  /* -----square_light-notice----- */
  .square_light-notice {
    margin-top: 20px;
  }
  .square_light-notice_head {
    padding: 8px 5px;
    border-radius: 8px 8px 0 0;
    background-color: #bcb199;
    border: 2px solid #bcb199;
    text-align: center;
  }
  .square_light-notice_title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .square_light-notice_body {
    display: flex;
    padding: 18px 10px;
    border-radius: 0 0 8px 8px;
    border: 2px solid #bcb199;
  }
  .square_light-notice_item {
    display: flex;
    width: calc(((100% - (15px)) / 2) - .1px);
  }
  .square_light-notice_item + .square_light-notice_item {
    margin-left: 15px;
  }
  .square_light-notice_item_textarea {
    margin-left: 10px;
  }
  .square_light-notice_item_note {
    position: relative;
    padding-left: 15px;
  }
  .square_light-notice_item_mark {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .square_light-notice_item:nth-of-type(1) > .square_light-notice_item_Img {
    width: 39px;
    min-width: 39px;
  }
  .square_light-notice_item:nth-of-type(2) > .square_light-notice_item_Img {
    width: 35px;
    min-width: 35px;
  }
  /* ------------------------------------------------------
   * 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 {
  .square_light-columnImg02_badge {
    width: 87px;
    height: 87px;
  }
  .square_light-columnImg02_badge.is-large {
    width: 120px;
    height: 120px;
  }
  .square_light-head-layout-box_head_point {
    width: 80px;
    height: 80px;
  }
}