@charset "Shift_JIS";

/* 共通スタイルを変更
=============================================================================== */

.ttl-or {
    background-color: #da2f3f;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 7px 6px;
}

/* 臨時防災情報見出し用
=============================================================================== */
.cmn-sttl5.ttl-red {
    color: #ed4350;
}

.cmn-sttl4.ttl-bosai02red {
    background-color: #f7e1e2;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 55px auto;
    color: #585858; }

/* 続きを読む
------------------------------------------------------*/
.more a {
  padding: 15px 30px 12px;
  border-radius: 40px;
  background-color: #e7f1fb; }

.more a.icon-arrow {
  background-color: #FFFFFF; }

.more a.icon-arrow-s {
  position: relative;
  padding-right: 60px;
  background-color: #FFFFFF;
  }

.btn-cmn-open {
  background: url(https://cdn1.n-kishou.co.jp/image/common/btn_open_pc.png) no-repeat center center;
  display: inline-block;
  width: 98px;
  height: 16px;
  margin-top: 30px;
  background-size: contain; }

.btn-cmn-close {
  background: url(https://cdn1.n-kishou.co.jp/image/common/btn_close_pc.png) no-repeat center center;
  display: inline-block;
  width: 68px;
  height: 15px;
  margin-top: 30px;
  background-size: contain; }

@media screen and (max-width: 750px) {
  .more a {
    padding: 15px 30px 18px;
    border-radius: 40px;
    background-color: #e7f1fb; }

  .btn-cmn-open {
    background: url(https://cdn1.n-kishou.co.jp/image/common/btn_open.png) no-repeat center center;
    display: inline-block;
    width: 150px;
    height: 26px;
    background-size: contain; }

  .btn-cmn-close {
    background: url(https://cdn1.n-kishou.co.jp/image/common/btn_close.png) no-repeat center center;
    display: inline-block;
    width: 98px;
    height: 25px;
    background-size: contain; } }
