@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap;
}
.alert_popup {
    z-index: 1;
    position: absolute;
    padding: 0.5em 0.25em 0.5em 0.75em;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0);
    top: 16px;
    box-sizing: border-box;
    border-radius: 0.5em;
    color: #fff;
    width: 87vw;
    max-width: 1024px;
    overflow: hidden;
}
@media (max-width: 959px) {
    .alert_popup {
        top: 9px;
        left: 14vw;
        width: 86vw;
    }
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
}
.sokuhoudetail {
    display: none;
}
body.viewalert {
    .sokuhoudetail {
        display: flex;
        
        .alert_title {
            display: none;
        }
        .alerts {
            display: contents;
        }
        .shortdt {
            display: contents;
        }
        .title {
            display: contents;
        }
        a {
            color: #fff;
        }
    }
}
body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1240px;
  padding: 0px 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
  background: #F1F4EC;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
    opacity: .7;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
/* font Apertura */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #000000;
}

a:hover {
  transition: all 0.5s ease 0s;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

p {
  line-height: 1.85;
}

@media (max-width: 767px) {
  p {
    line-height: 1.65;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  position: relative;
  background: #fff;
  padding: 10px 25px;
  height: 108px;
  box-sizing: border-box;
  /*ロゴ -----*/
  /* mediasロゴ */
}
header .hd__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header h1 {
  padding: 0;
  text-align: left;
  line-height: 1;
  margin: 0;
  display: flex;
}
header h1 a {
  display: block;
}
header h1 a img.hd__inner__ch {
  width: 320px;
  height: 36px;
  margin-right: 20px;
}
header h1 a img.hd__inner__fm {
  width: auto;
  height: 36px;
}
header .hd__medias a img {
  height: 88px;
  width: 160px;
}
@media (max-width: 959px) {
  header {
    height: auto;
    padding: 7px;
  }
  header h1 {
    display: block;
  }
  header h1 a img.hd__inner__ch {
    width: 192px;
    height: 21.6px;
    margin-right: 0px;
  }
  header h1 a img.hd__inner__fm {
    width: auto;
    height: 21.6px;
  }
  header .hd__medias a img {
    height: 70.4px;
    width: 128px;
  }
}
@media (max-width: 640px) {
  header h1 a img.hd__inner__ch {
    width: 192px;
    height: 21.6px;
    margin-right: 0px;
  }
  header h1 a img.hd__inner__fm {
    width: auto;
    height: 21.6px;
  }
  header .hd__medias a img {
    height: 61.6px;
    width: 112px;
  }
}


/*--------------------------
 共通部分
----------------------------*/

.uk-breadcrumb { 
    margin-top: 1em;
    margin-bottom: 1em;
}
.uk-breadcrumb li, .uk-breadcrumb li * {
    font-size: 1rem;
    color: #999;
}
.contents {
  background: #E1F5F3;
  padding-bottom: 6em;
  /* タイトル */
  /* ボタン */
}

.contents .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  /* h3 */
}

@media (max-width: 1200px) {
  .contents .box {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .contents .box {
    padding: 20px 15px;
  }
}

.contents .box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #4891A7;
  margin-bottom: 35px;
  line-height: 1.0;
}

@media (max-width: 959px) {
  .contents .box h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .contents .box h3 {
    margin-bottom: 20px;
  }
}

.contents h2 {
  color: #003E3A;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contents h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.contents .ttl01 {
  position: relative;
  padding-left: 45px;
}

.contents .ttl01::before {
  content: '';
  width: 40px;
  height: 29px;
  background: url(../img/h2_kazari.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.contents .btn {
  max-width: 460px;
}

.contents .btn a {
  display: block;
  border: 1px solid #00BEB2;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #fff;
}

.contents .btn a span {
  color: #00BEB2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  transition: all 0.5s ease 0s;
}

.contents .btn a span::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  transition: all 0.5s ease 0s;
}

.contents .btn a:hover {
  background: #00BEB2;
}

.contents .btn a:hover span {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.contents .btn a:hover span::after {
  background: url(../img/ico_arrow_white.svg) no-repeat center/contain;
  right: -5px;
  transition: all 0.5s ease 0s;
}

.contents .btn.small a {
  padding: 10px;
}

.contents .btn.small a span {
  font-size: 14px;
}

/*--------------------------
 キービジュアル
----------------------------*/
.kv {
  padding: 80px 0;
  position: relative;
  background: url(../img/line.svg) repeat-x top left/auto 30px, url(../img/line.svg) repeat-x bottom left/auto 30px #00BEB2;
}

.kv .pc {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

.kv .sp {
  display: none;
}

@media (max-width: 640px) {
  .kv {
    background-size: auto 15px;
    padding: 45px 10px;
  }
  .kv .pc {
    display: none;
  }
  .kv .sp {
    display: block;
  }
}

/*--------------------------
 緊急速報
----------------------------*/
.sokuhou {
  background: #E10000;
  /* いざという時の防災ラジオ*/
}

.sokuhou .uk-container {
  position: relative;
}

@media (max-width: 640px) {
  .sokuhou .uk-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sokuhou .uk-flex {
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .sokuhou .uk-flex {
    align-items: flex-start;
  }
}

.sokuhou .uk-flex h2 {
    z-index: 2;
  width: 146px;
  height: 54px;
  background: #B10000;
  position: relative;
  margin: 0;
  border-radius: 5px;
}

.sokuhou .uk-flex h2 span {
  font-size: 18px;
  color: #FFE434;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-align: center;
  display: block;
  padding-left: 35px;
  white-space: nowrap;
}

.sokuhou .uk-flex h2 span::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/ico_sokuhou.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 959px) {
  .sokuhou .uk-flex h2 {
    width: 100px;
    height: 40px;
  }
  .sokuhou .uk-flex h2 span {
    font-size: 14px;
    padding-left: 25px;
  }
  .sokuhou .uk-flex h2 span::before {
    width: 20px;
    height: 20px;
  }
}

.sokuhou .uk-flex .sokuhou__text {
  margin-left: 10px;
  width: calc(100% - 146px - 10px);
}

.sokuhou .uk-flex .sokuhou__text p {
  margin: 0 0 0 10px;
  color: #fff;
  font-weight: 500;
  font-feature-settings: normal;
  text-indent: -0.5em;
}

@media (max-width: 1200px) {
  .sokuhou .uk-flex .sokuhou__text {
    margin-right: 220px;
    width: calc(100% - 230px - 146px);
  }
}

@media (max-width: 959px) {
  .sokuhou .uk-flex .sokuhou__text {
    margin-right: 200px;
    width: calc(100% - 210px - 100px);
  }
}

@media (max-width: 640px) {
  .sokuhou .uk-flex .sokuhou__text {
    margin-right: 0px;
    margin-left: 5px;
    width: calc(100% - 105px);
  }
  .sokuhou .uk-flex .sokuhou__text p {
    font-size: 14px;
  }
}

.sokuhou .radio {
  position: absolute;
  right: 10px;
  bottom: -30px;
  z-index: 1;
}

.sokuhou .radio a:hover img {
  opacity: .9;
}

.sokuhou .radio img {
  width: 230px;
  height: 230px;
}

@media (max-width: 1200px) {
  .sokuhou .radio {
    right: 20px;
  }
  .sokuhou .radio img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 959px) {
  .sokuhou .radio img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 640px) {
  .sokuhou .radio {
    bottom: -80px;
    right: 0;
  }
  .sokuhou .radio img {
    width: 110px;
    height: 110px;
  }
}

/*--------------------------
 ニュース共通
----------------------------*/
.news {
  margin: 100px 0 0;
  position: relative;
  /* ボタン */
  /*--------------------------
     防災ニュース
    ----------------------------*/
  /*--------------------------
     お知らせ
    ----------------------------*/
}

.news::before {
  content: '';
  width: 40px;
  height: 29px;
  background: url(../img/h2_kazari.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 959px) {
  .news::before {
    content: none;
  }
}

@media (max-width: 767px) {
  .news {
    margin: 30px 0 0;
  }
}

.news__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.news h2 {
  width: 165px;
  margin-right: 35px;
}

@media (max-width: 959px) {
  .news h2 {
    width: 100%;
    margin-right: 0;
    padding-left: 45px;
    position: relative;
    margin-left: -10px;
  }
  .news h2::before {
    content: '';
    width: 40px;
    height: 29px;
    background: url(../img/h2_kazari.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
}

.news__list {
  width: calc(100% - 200px);
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
  min-height: 7em;
}

@media (max-width: 959px) {
  .news__list {
    width: 100%;
    padding-left: 0;
    min-height: auto;
  }
}

.news__list::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 0px;
  top: 0;
}

@media (max-width: 959px) {
  .news__list::before {
    content: none;
  }
}

.news__list ul {
  margin: 0;
}

.news__list ul li:nth-child(n+2) {
  margin-top: 15px;
}

@media (max-width: 640px) {
  .news__list ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.news__list ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news__list ul li a:hover {
  opacity: .9;
}

.news__list ul li a .news__cnts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news__list ul li a .news__cnts div {
  display: block;
}

.news__list ul li a .news__cnts div.text p {
  margin: 0;
}

.news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 164px;
  width: 100%;
}

@media (max-width: 959px) {
  .news .btn {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 15px auto 0;
    max-width: 275px;
  }
}

.news-bousai .news__list a .news__img img {
  width: 120px;
  height: auto;
}

.news-bousai .news__list a .news__cnts {
  width: calc(100% - 120px - 20px);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .news-bousai .news__list a .news__cnts {
    align-items: center;
    margin-left: 15px;
    width: calc(100% - 120px - 15px);
  }
}

.news-bousai .news__list a .news__cnts div.cate {
  font-size: 14px;
  padding: 7px;
  line-height: 1.0;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  width: 75px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .news-bousai .news__list a .news__cnts div.cate {
    padding: 5px;
  }
}

.news-bousai .news__list a .news__cnts div.cate01 {
  background: #FF914D;
}

.news-bousai .news__list a .news__cnts div.cate02 {
  background: #E10000;
}

.news-bousai .news__list a .news__cnts div.cate03 {
  background: #5271FF;
}

.news-bousai .news__list a .news__cnts div.date {
  text-align: center;
  width: 8em;
}

@media (max-width: 767px) {
  .news-bousai .news__list a .news__cnts div.date {
    width: 7em;
  }
}

.news-bousai .news__list a .news__cnts div.text {
  font-weight: 500;
  width: calc(100% - 8em - 75px);
}

@media (max-width: 767px) {
  .news-bousai .news__list a .news__cnts div.text {
    width: 100%;
    margin-top: 3px;
  }
  .news-bousai .news__list a .news__cnts div.text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.news-info {
  margin: 25px 0;
}

@media (max-width: 767px) {
  .news-info {
    margin: 15px 0;
  }
}

.news-info .news__list a .news__cnts {
  width: calc(100% - 120px - 20px);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .news-info .news__list a .news__cnts {
    align-items: center;
    margin-left: 15px;
    width: calc(100% - 120px - 15px);
  }
}

.news-info .news__list a .news__cnts div.cate {
  font-size: 14px;
  padding: 7px;
  line-height: 1.0;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  width: 75px;
  text-align: center;
  box-sizing: border-box;
}

/*
.news-info .news__list a .news__cnts {
  align-items: center;
}
*/

.news-info .news__list a .news__cnts div.date {
    text-align: center;
    width: 8em;
}

.news-info .news__list a .news__cnts div.text {
  width: calc(100% - 8em);
}
.news-info .news__list a .news__cnts div.text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news-info .news__list a .news__cnts div.date {
    width: 100%;
  }
  .news-info .news__list a .news__cnts div.text {
    width: 100%;
  }
}

/*--------------------------
 防災関連動画アーカイブ,
 知っておきたい防災情報　共通
----------------------------*/
.archive, .information {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .archive, .information {
    padding: 50px 0;
  }
}

.archive__list, .information__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-top: 35px;
}

@media (max-width: 1200px) {
  .archive__list, .information__list {
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .archive__list, .information__list {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .archive__list, .information__list {
    margin-left: 0;
  }
}

.archive__list > *, .information__list > * {
  width: calc(33.33% - 35px);
  margin-left: 35px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.archive__list > *:nth-child(n+4), .information__list > *:nth-child(n+4) {
  margin-top: 35px;
}

@media (max-width: 1200px) {
  .archive__list > *, .information__list > * {
    margin-left: 20px;
    width: calc(33.33% - 20px);
  }
  .archive__list > *:nth-child(n+4), .information__list > *:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .archive__list > *, .information__list > * {
    width: calc(50% - 20px);
  }
  .archive__list > *:nth-child(n+3), .information__list > *:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .archive__list > *, .information__list > * {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
  .archive__list > *:nth-child(n+2), .information__list > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

.archive__list > * a, .information__list > * a {
  display: block;
  /* サムネイル画像 */
  /* 内容 */
}

.archive__list > * a .list__img, .information__list > * a .list__img {
  padding-top: 56%;
  overflow: hidden;
  position: relative;
}

.archive__list > * a .list__img img, .information__list > * a .list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.archive__list > * a .list__cnts, .information__list > * a .list__cnts {
  padding: 20px 25px;
}

@media (max-width: 959px) {
  .archive__list > * a .list__cnts, .information__list > * a .list__cnts {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .archive__list > * a .list__cnts, .information__list > * a .list__cnts {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .archive__list > * a .list__cnts, .information__list > * a .list__cnts {
    padding: 15px 15px 10px;
  }
}

.archive__list > * a .list__cnts .date, .information__list > * a .list__cnts .date {
  color: #666666;
}

.archive__list > * a .list__cnts .title, .information__list > * a .list__cnts .title {
  font-weight: 500;
  margin: 10px 0 0;
}

@media (max-width: 640px) {
  .archive__list > * a .list__cnts .title, .information__list > * a .list__cnts .title {
    margin-top: 5px;
  }
}

.archive__list > * a:hover, .information__list > * a:hover {
  /* サムネイル画像 */
}

.archive__list > * a:hover .list__img img, .information__list > * a:hover .list__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 1;
  filter: contrast(130%);
}

.archive .btn, .information .btn {
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .archive .btn, .information .btn {
    margin: 30px auto 0;
  }
}

/*--------------------------
 防災関連動画アーカイブ
----------------------------*/
.archive__list > * {
  position: relative;
  /* エリア */
  /* 番組名 */
}

.archive__list > * .list__area {
  position: absolute;
  right: 25px;
  color: #666;
  z-index: 2;
}

@media (max-width: 640px) {
  .archive__list > * .list__area {
    margin-top: -5px;
    right: 15px;
  }
}

.archive__list > * .list__area a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
}

.archive__list > * .list__area a::before {
  content: '';
  width: 12px;
  height: 18px;
  background: url(../img/ico_pin.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.archive__list > * .list__area a:hover {
  opacity: .7;
}

.archive__list > * .list__program {
  border-top: 1px solid #B2D2CF;
  margin: 0 25px;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .archive__list > * .list__program {
    margin: 0 20px;
  }
}

@media (max-width: 640px) {
  .archive__list > * .list__program {
    margin: 0 15px;
    padding: 10px 0 15px;
  }
}

.archive__list > * .list__program a {
  display: flex;
  align-items: center;
}

.archive__list > * .list__program a span {
  display: block;
  font-size: 14px;
}

.archive__list > * .list__program a span.program__ico {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 100%;
      margin-right: 1em;
  }
}

.archive__list > * .list__program a span.program__title {
  color: #999999;
  margin-left: 10px;
  transition: all 0.5s ease 0s;
}

.archive__list > * .list__program a:hover .program__title {
  color: #666666;
  transition: all 0.5s ease 0s;
}

/*--------------------------
 知っておきたい防災情報
----------------------------*/
.information {
  background: #F6F8DF;
}

.information__list .list__tag {
  margin: 0 25px;
  padding: 0 0 20px;
}

@media (max-width: 959px) {
  .information__list .list__tag {
    margin: 0 20px;
  }
}

@media (max-width: 640px) {
  .information__list .list__tag {
    margin: 0 15px;
  }
}

.information__list .list__tag ul {
  margin: 0;
}

.information__list .list__tag ul li {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
}

.information__list .list__tag ul li a {
  display: block;
  background: #EFEFEF;
  border-radius: 3px;
  padding: 7px 10px;
  line-height: 1.0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.information__list .list__tag ul li a:hover {
  background: #d9d9d9;
}

/*--------------------------
 メディアス防災への取り組み
----------------------------*/
.efforts {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .efforts {
    padding: 50px 0;
  }
}

.efforts__inner {
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-top: 35px;
}

@media (max-width: 959px) {
  .efforts__inner {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .efforts__inner {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .efforts__inner {
    margin-left: 0;
  }
}

.efforts__list {
  width: calc(50% - 1px);
  margin-left: 1px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.efforts__list:nth-child(n+3) {
  margin-top: 1px;
}

@media (max-width: 959px) {
  .efforts__list {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .efforts__list {
    width: 100%;
    margin-left: 0;
  }
  .efforts__list:nth-child(n+2) {
    margin-top: 3px;
  }
}

.efforts__list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.efforts__list a .efforts__img {
  width: 45%;
}

.efforts__list a .efforts__img div {
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.efforts__list a .efforts__img div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.efforts__list a .efforts__text {
  width: calc(55% - 20px);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .efforts__list a .efforts__text {
    margin-left: 15px;
    width: calc(55% - 15px);
  }
}

.efforts__list a:hover {
  /* サムネイル画像 */
}

.efforts__list a:hover .efforts__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 1;
  filter: contrast(130%);
}

/*--------------------------
 footer
----------------------------*/
footer {
  position: relative;
  background: #356662;
  padding: 60px 0;
}

@media (max-width: 640px) {
  footer {
    padding: 40px 0;
  }
}
