<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* --------------------------------------------------------
  リセット
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, body{
	font-size: 24px;
}

.block &gt; *:not(:last-child) {
    margin-bottom: 10px;
}

.block:not(:last-child) {
    margin-bottom: 30px;
}
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
メニュー
====================================================================================*/
/*------------------------------------------
アイコン
------------------------------------------*/
.navigation .icon {
    display: none;
}

/*------------------------------------------
テキスト
------------------------------------------*/
.navigation-item &gt; *, .navigation-item &gt; *:link, .navigation-item &gt; *:visited {
    font-size: 16px;
    line-height: 16px;
}

/*====================================================================================
area-top
====================================================================================*/
.area-top {
    padding-left: 0;
    padding-right: 0;
}

.area-tab {
    width: 100%;
    border-right: 0;
}

.area-tab__item {
    width: 49.5%;
}

.area-tab__item &gt; * {
  font-size: 20px;
}

.area-tab__item:not(:first-child) {
    margin: 0;
}

.area-tab__item:not(:last-child) {
    margin-right: 1%;
}

.title-block01, .content-label {
    font-size: 24px;
}

/*====================================================================================
地域設定
====================================================================================*/
.area-top .btn-setting {
    bottom: -54px;
    width: auto;
}

.btn-setting &gt; *:before, .btn-setting &gt; *:link:before, .btn-setting &gt; *:visited:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-setting &gt; *, .btn-setting &gt; *:link, .btn-setting &gt; *:visited {
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 6px;
}

/*====================================================================================

====================================================================================*/
#no_area_contents.area-inner, #area_contents.area-inner {
    padding-top: 60px;
}

.area-inner2 {
    padding: 30px 10px;
}

.area-inner2 .btnList.area-inner {
    padding: 0;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ テキスト
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-message__bar a {
    overflow: visible;
    white-space: normal;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em;
    padding-right: 8px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 今日/明日の天気
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
アイテム
====================================================================================*/
.weather-2day, .weather-2day__item {
    display: block;
    position: relative;
}

@media screen and (max-width: 600px) {
    .weather-2day__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 600px) {
    .weather-2day {
        display: table;
    }
    .weather-2day__item {
        display: table-cell;
        padding: 0 10px;
    }
}

.weather-2day__item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom : 15px;
    border-bottom : 1px solid #ccc;
    border-right  : none;
}

@media screen and (min-width: 600px) {
    .weather-2day__item:not(:last-child) {
        padding-bottom: 0;
        margin-bottom : 0;
        border-bottom : none;
        border-right  : 1px solid #ccc;
    }
}

/*------------------------------------------
タイトル
------------------------------------------*/
.weather-2day__title, .weather-2day__title .small {
    text-align: left;
    font-size: 25px;
}

/*------------------------------------------
天気
------------------------------------------*/
.weather-2day__weather {
    color: #000;
    font-size: 20px;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
}

@media screen and (min-width: 600px) {
    .weather-2day__weather {
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        padding-top: 10px;
    }
}

@media screen and (max-width: 360px) {
    .weather-2day__weather.small {
        font-size: 18px;
        top: 7px;
    }
}

@media screen and (max-width: 320px) {
    .weather-2day__weather.small {
        font-size: 15px;
        top: 9px;
    }
}

/*====================================================================================
コンテント
====================================================================================*/
.weather-2day__content {
    width: 100%;
}
@media screen and (min-width: 600px) {
    .weather-2day__content {
        width: auto;
    }
}

.weather-2day .info {
    padding-left: 15px;
}
@media screen and (max-width: 420px) {
    .weather-2day .info {
        padding-left: 30px;
    }
}
@media screen and (max-width: 320px) {
    .weather-2day .info {
        padding-left: 15px;
    }
}

/*====================================================================================
インフォメーション
====================================================================================*/
.weather-2day .thumb {
    width: 96px;
    height: 71px;
    padding-left: 30px;
}
@media screen and (max-width: 320px) {
    .weather-2day .thumb {
        padding-left: 20px;
    }
}
@media screen and (min-width: 600px) {
    .weather-2day .thumb {
        padding-left: 0;
    }
}

.weather-2day .info .small {
    font-size: 20px;
    padding-left: 5px;
}
@media screen and (max-width: 320px) {
    .weather-2day .info .small {
        font-size: 18px;
    }
}

.weather-2day .info *[class^="icon"] {
    padding-left: 30px;
}

.weather-2day .info *[class^="icon"] i, .weather-2day .info *[class^="icon"] i img {
    width: 22px;
}

.weather-2day .info .high {
    margin-right: 5px;
}

.weather-2day .info .low {
    margin-left: 5px;
}

.weather-2day .info * {
    font-size: 26px;
}

.icon-kaze br {
    display: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ robo
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.area-notice01 {
    position: relative;
    padding: 5px 10px 55px;
}
/*
.area-notice01 &gt; * {
    vertical-align: top;
}
*/
.area-notice01 .btn-dtl--blue02 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-dtl--blue02 &gt; *:link, .btn-dtl--blue02 &gt; *:visited {
  font-size: 22px;
  font-weight: 600;
}

.area-notice01__content p {
    font-size: 22px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 時間天気
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#weather_one_hour {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.table-weather1hour {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-color: #fff;
}

.table-weather1hour:before, .table-weather1hour:after {
    display: none;
}

.table-weather1hour * {
    font-size: 24px;
}

/*====================================================================================
タイトル
====================================================================================*/
.table-weather1hour__title {
    width: 100%;
    position: static;
    border-radius: 0;
    display: table-row;
}

.table-weather1hour__title &gt; * {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

/*====================================================================================
header
====================================================================================*/
.table-weather1hour .day {
    display: none;
}

.table-weather1hour .day.rakuraku {
    width: 37px;
    display: table-cell;
}
@media screen and (min-width: 600px) {
    .table-weather1hour .day.rakuraku {
        width: 75px;
    }
}

/*====================================================================================
コンテント
====================================================================================*/
.table-weather1hour__content {
    padding-left: 0;
    display: table-row-group;
}

.table-weather1hour .small {
    font-size: 18px;
}
@media screen and (min-width: 600px) {
    .table-weather1hour .small {
        font-size: 24px;
    }
}

.table-weather1hour__content .table-weather1hour__item {
    width: 100%;
    display: table-row;
}

.table-weather1hour__content .table-weather1hour__item &gt; * {
    background-color: #fff;
    vertical-align: middle;
    display: table-cell;
}

.table-weather1hour__content .wind i {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

@media screen and (min-width: 600px) {
    .table-weather1hour__content .table-weather1hour__item &gt; * {
        font-size: 24px;
    }

    .table-weather1hour__content .icon {
        width: 70px;
    }
}

.table-weather1hour__content .wind i.wdir1 {
  background-position-x: -180px;
}

.table-weather1hour__content .wind i.wdir2 {
  background-position-x: -200px;
}

.table-weather1hour__content .wind i.wdir3 {
  background-position-x: -220px;
}

.table-weather1hour__content .wind i.wdir4 {
  background-position-x: -240px;
}

.table-weather1hour__content .wind i.wdir5 {
  background-position-x: -260px;
}

.table-weather1hour__content .wind i.wdir6 {
  background-position-x: -280px;
}

.table-weather1hour__content .wind i.wdir7 {
  background-position-x: -300px;
}

.table-weather1hour__content .wind i.wdir9 {
  background-position-x: -20px;
}

.table-weather1hour__content .wind i.wdir10 {
  background-position-x: -40px;
}

.table-weather1hour__content .wind i.wdir11 {
  background-position-x: -60px;
}

.table-weather1hour__content .wind i.wdir12 {
  background-position-x: -80px;
}

.table-weather1hour__content .wind i.wdir13 {
  background-position-x: -100px;
}

.table-weather1hour__content .wind i.wdir14 {
  background-position-x: -120px;
}

.table-weather1hour__content .wind i.wdir15 {
  background-position-x: -140px;
}

.table-weather1hour__content .wind i.wdir16 {
  background-position-x: -160px;
}

.table-weather1hour__content .weather {
    padding: 5px 0 5px 5px;
}


/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ピンポイント天気リンク
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.area-commentary .text-label {
    padding-bottom: 10px;
}
.area-commentary &gt; * {
    line-height: 1.2em;
}
.area-commentary .btn-dtl {
    width: 240px;
}
.area-commentary .btn-dtl &gt; * {
    padding: 10px 8px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 週間天気
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
article#weather_week {
  margin-top: 30px;
}

#weather_week .title-block01 {
  display: block;
}

.box-week {
    
}

.box-week .table-weather1hour__title {
  display: table-row;
}

.table-weather1hour__item &gt; *,
.table-weather1hour__title &gt; *,
.table-weather1hour__title .temp,
.table-weather1hour__title .prec,
.table-weather1hour__title .wind {
    padding: 6px 0;
}

.table-weather1hour__title &gt; *,
.table-weather1hour__item .day {
    line-height: 1em;
}

.table-weather1hour__title .small {
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.box-week li .unit {
  display: none;
}

.box-week .day, .box-week * {
    font-size: 24px;
}

.box-week .day br {
  display: block;
}

.box-week img {
    margin: 3px 0 0;
}

.table-weather1hour__item {
    display: table-row;
}

.table-weather1hour__item &gt; * {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 今の天気
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.area-wNow {
    padding: 0;
}

.box-now__item:not(:last-child) {
    margin-right: 0;
}

.area-wNow .box-now {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.area-wNow .box-now &gt; * {
    display: table-cell;
}

.area-wNow .box-now .small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.area-wNow .box-now .unit {
    display: none;
}

@media screen and (min-width: 600px) {
    .area-wNow .box-now {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .btnArea__group {
        padding-left: 10px;
        vertical-align: top;
    }
}

.btnArea__group {
    margin: 0 15px;
}



/*====================================================================================
タイトル
====================================================================================*/
.box-now__item .title {
    color: #000;
    font-size: 24px;
    background-color: #e0e0e0;
    line-height: 1.4em;
    padding: 6px 0 7px;
}

.box-now__item .title::before {
    display: none;
}

.box-now__item &gt; * {
    font-weight: 600;
}

/*====================================================================================
コンテント
====================================================================================*/
.area-wNow .content {
    height: 80px;
    font-size: 24px;
}
@media screen and (min-width: 600px) {
    .area-wNow .content {
        height: 50px;
    }
}

.area-wNow .content.line1 {
    line-height: 60px;
}

.box-now .content br {
    display: block;
}

.box-now .content .wdir_j {
    font-size: 18px;
    font-weight: 600;
}

.box-now .content.row1 {
    margin-top: 14px;
}

.box-now .content.row2 {
    line-height: 1em;
    margin-top: 10px;
}

/*====================================================================================
ボタン
====================================================================================*/
.btnArea__group &gt; *:not(:last-child) {
    margin-bottom: 10px;
}

.btnArea__item {
    width: 100%;
    display: block;
}

.btn-dtl &gt; *:link, .btn-dtl &gt; *:visited {
    font-size: 22px;
}

.btn-dtl--white &gt; *:link, .btn-dtl--white &gt; *:visited {
  font-size: 22px;
  font-weight: 600;
}

/*====================================================================================
雲の様子
====================================================================================*/
.box-cloud {
    margin: 0 10px;
}
@media screen and (min-width: 600px) {
    .box-cloud {
        margin: 0;
    }
}

.box-vis {
    position: relative;
    padding-top: 39px;
}

.box-vis:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.box-vis .box-cap {
    padding-left: 0;
    margin-left: 0;
}

.box-vis .box-cap p {
    min-height: 114px;
    font-size: 20px;
    line-height: 26px;
    margin-left: 135px;
    margin-bottom: 15px;
}

.box-vis .box-cap p b {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1em;
    position: absolute;
    top: 3px;
    left: 0;
}

.box-vis .img-container {
    float: none;
    position: absolute;
    top: 40px;
    left: 0;
}

@media screen and (min-width: 600px) {
    .box-cloud .box-vis:not(:last-child) {
        border-right: 0;
    }

    .box-vis:not(:last-child) {
        border-bottom: 0;
    }

    .box-vis .img-container {
        left: 10px;
    }

    .box-vis .box-cap p {
        margin-top: 8px;
        margin-bottom: 20px;
    }
}

.timestamp {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    padding: 5px;
    z-index: 4;
}

/*====================================================================================
おすすめ
====================================================================================*/
.box-weather-recommend .cap-ttl p,
.box-style2 .cap-ttl &gt; * {
    font-size: 24px;
    font-weight: 600;
}

/*------------------------------------------

------------------------------------------*/
.recommend_list_item a {
    padding: 10px;
}
.recommend_list_item a &gt; * {
    padding: 0px;
    vertical-align: top;
}
/*
.recommend_list_thumb {
    width: 60px;
    height: 60px;
}
*/
.recommend_list_thumb img {
/*
    width : 60px;
    height: 60px;
*/
    object-fit: contain;
}

.recommend_list_item a &gt; *:not(:first-of-type) {
    padding-right: 0px;
}

.recommend_list_txt {
    font-size: 18px;
}

.recommend_list_txt b {
    font-size: 22px;
    line-height: 26px;
}

.recommend_list_tit {
    font-size: 18px;
}

/*====================================================================================
ニュース
====================================================================================*/
/*
.news_list_thumb {
    width: 60px;
}
*/
.news_list_tit {
    font-size: 22px;
}

.news_list_time {
    font-size: 18px;
}

.box-weather-news ul li {
    position: relative;
}

.box-weather-news ul li::after {
    content: ''; position: absolute; top: 50%; right: 5px; display: block; width: 8px; height: 14px; margin-top: -7px; background: url(../img/weather_arrow_b.png) no-repeat 0 0; -webkit-background-size: 8px 14px; -moz-background-size: 8px 14px; -o-background-size: 8px 14px; background-size: 8px 14px;
}

/*====================================================================================
チャンネル
====================================================================================*/
.list-ch__item {
    font-size: 22px;
    width: 100%;
    display: block;
}

.reco_icon {
    vertical-align: middle;
}

.list-ch__text {
    width: auto;
    vertical-align: middle;
}

.list-ch__item:nth-last-child(2) {
    border-bottom: 1px solid #d3d3d3;
}

.list-ch__item:nth-child(odd) {
    border-right: none;
}

/*====================================================================================
動画
====================================================================================*/
.box-style2 .cap-ttl .movie-title {
    font-size: 22px;
    height: 36px;
    line-height: 36px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ pinpoint
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
1時間ごと天気
====================================================================================*/
.table-weather1hour__content .table-weather1hour__item.disp-none {
    display: none;
}
/* もっと見るボタン
------------------------------------------*/
.under-weather1hour-table.btn-dtl &gt; *:link:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.under-weather1hour-table.btn-dtl.open &gt; *:link:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.under-weather1hour-table.btn-dtl {
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

/*====================================================================================
指数情報
====================================================================================*/
/* 指数
------------------------------------------*/
#shisu .content-label {
    padding-left: 0;
}

.shisu {
    display: block;
}

.shisu__item {
    display: block;
    padding: 0;
}

.shisu__content {
    padding: 10px 0;

    background-color: #fff;
}

.shisu__item &gt; .shisu__content:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.shisu__item:not(:last-child) {
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.shisu__point {
    text-align: center;
}

/* タイトル
------------------------------------------*/
.shisu__day, .shisu__day .small {
    font-size: 25px;
}

.shisu__title {
    font-size: 24px;
    width: 40%;
    text-align: left;
}

.shisu__point &gt; * img {
    width: 45px;
}

.shisu__status {
    font-size: 24px;
    line-height: 1em;
}

/*====================================================================================
おすすめコンテンツ
====================================================================================*/
.box-reco__title {
    font-size: 24px;
    line-height: 1.25em;
}

.box-reco__text {
    font-size: 22px;
    line-height: 1.25em;
}

/*====================================================================================
地名
====================================================================================*/
#label-back a {
    font-size: 22px;
    width: 50px;
    height: 40px;
    line-height: 40px;
}
#label-back:after {
    border-bottom: solid 22px transparent;
    border-top: solid  18px transparent;
}

#pname {
    position: relative;
    top: auto;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}
/*====================================================================================
テキスト
====================================================================================*/
.cm-body {
    font-size: 23px;
    line-height: 1.4em;
}

.title-block01 {
    padding-left: 10px;
}


.box-weather-area {
    margin-bottom: 20px;
}

.nav-row1 li a {
    font-size: 24px;
    line-height: 1.25em;
}

/*====================================================================================
サブメニュー
====================================================================================*/
.content-label {
    padding-left: 10px;
}
.content-label-child {
    font-size: 24px;
}

.content-label-child .icon {
    position: relative;
    top: -4px;
}

/*------------------------------------------
お天気ニュース
------------------------------------------*/
.dmenu_newsList .linkList_tit {
    font-size: 22px;
}

.dmenu_newsList .linkList_time {
    font-size: 18px;
}

.news_more li {
    border-radius: 10px;
}

.news_more li a {
    font-size: 22px;
    height: 56px;
    line-height: 56px;
}


/*====================================================================================
沼ロボ
====================================================================================*/
.nRobo__link:link, .nRobo__link:active, .nRobo__link:hover, .nRobo__link:visited {
    padding-bottom: 48px;
}

.nRobo__link-content {
    text-align: center;
    display: block;
}

.nRobo__link-text {
    display: inline-block;
    text-align: left !important;
    font-size: 24px !important;
    line-height: 1.25em;
}

.nRobo__link-button {
    max-width: 100%;
    position: absolute;
    max-width: calc(100% - 12px);
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.nRobo__link-button-text {
    font-size: 18px;
}

/*====================================================================================
ピンポイント用
====================================================================================*/
#shisu .indexStyle01 {
    padding: 0px;
}

#shisu .content-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#shisu .indexStyle01__date {
    color: #666;
    position: static;
    font-size: 22px;
    width: auto;
}
</pre></body></html>