@charset "UTF-8";
/* 上部メニュー帯 */

    .l-header {
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;
        height: 74px;
    }
    @media (max-width: 576px) {
        .l-header {
            position: fixed;
        }
    }

/* 上部メニューのロゴ */
    .l-header .logo {
        background-image: url(../images/header/evawat_logo_blue.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 230px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    @media (max-width: 576px) {
        .l-header .logo {
            width: 120px;
            height: 30px;
            left: 5px;
            top: 15px;
        }
        .l-header .logo.cpt {
          background-image: url(../images/header/evawat_logo_blue_compact.png);
          width: 40px;
          height: 40px;
          left: 15px;
          top: 15px;
        }
    }

/* 上部メニューの配置 */
/*
    .l-header .left-menu {}
    .l-header .right-menu {}
    @media screen and (max-width: 768px) {
        .l-header .left-menu {}
        .l-header .right-menu {}
    }
*/

/* 上部　左メニューの配置 */
  .l-header .left-menu {
    display: flex;
    position: absolute;
    left: 400px;
    top: 16px; }
    @media screen and (max-width: 768px) {
      .l-header .left-menu {
        display: none; } }
    .l-header .left-menu li {
      display: block; }
      .l-header .left-menu li a {
        display: block;
        color: #000000;
        text-decoration: none;
        padding: 10px 20px; }
      .l-header .left-menu li a:hover,
      .l-header .left-menu li a.active {
        background-color: #f5f5f5;
        stroke: #fff; }



/* 上部　右メニューの配置 */
  .l-header .right-menu {
    display: flex;
    position: absolute;
    right: 1em;
    top: 10px; }
    .l-header .right-menu > li:not(.text) {
      display: block;
      padding: 10px 10px; }
      .l-header .right-menu > li:not(.text) a {
        display: block;
        padding: 10px;
        background-color: #fff !important;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        text-decoration: none; }
      .l-header .right-menu > li:not(.text) a:hover,
      .l-header .right-menu > li:not(.text) a.active {
        background-color: #fff !important;
        stroke: #fff; }

    .l-header .right-menu > li.text {
      color: #fff; }
      .l-header .right-menu > li.text a {
        display: block;
        color: #000000;
        text-decoration: none;
        padding: 10px 20px;
        margin-top: 7px; }
      .l-header .right-menu > li.text a:hover,
      .l-header .right-menu > li.text a.active {
        background-color: #f5f5f5;
        stroke: #fff; }

/* ボタン */

    body.btn {
        display: inline-block;
        border-radius: 50px !important;
        font-size: 1rem;
        padding: 0.5em 0.8em;
        font-weight: 500;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
        border: none;
        min-width: 150px;
    }
    @media (max-width: 576px) {
        .btn {
            min-width: 100px;
        }
    }
    .btn.active {
        background-color: #1791d2 !important;
        color: #fff !important;
    }

body .col-bgblu {
  background-color: #0098e9 !important;
  color: #fff !important; }



/* 2022/06/30  小倉追加 */
.public_slick .item_img {
    display: block;
    width: 100%;
    padding-bottom: 56.2%;
    overflow: hidden;
    position: relative;
}
.public_slick a{
    text-decoration: none !important;
}
.public_slick .item_img img {
    display: block;
    position: absolute;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center center;
}