@charset "UTF-8";

body {
  -webkit-font-smoothing: antialiased;
}

/* 天気画像 */
.weather-map > div {
  display: none;
  text-align: center;
}

.weather-map > div.on {
  display: block;
}

.weather-map img {
  max-width: 540px;
}

/* エリアリスト */
.area-list-panel {
  padding: 10px 10px 40px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.area-list-panel .title {
  margin-bottom: 15px;
}

.area-list-panel .title img {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}

.area-list-panel .title span {
  font-size: 24px;
  font-weight: 600;
}

.area-list-wrap {
  border-top: 1px solid #ccc;
}

.area-list {
  width: 100%;
  font-size: 0;
  display: table;
  position: relative;
  margin: 0;
}

.area-list li {
  border: none;
  width: 50%;
  display: table-cell;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.area-list li > * {
  display: block;
  font-weight: 600;
  color: #0c419a;
  padding-left: 10px;
  font-size: 22px;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.area-list li:nth-child(odd) {
  border-left: none;
}

.area-list li:nth-child(even) {
  border-right: none;
}

.area-list li.no-border {
  border: none;
}

#top_link > a {
  font-size: 22px;
}

/* 切り替えボタン */
.switch-panel {
  padding: 20px 10px;
}

.switchCont-switch {
  width: 100%;
  display: table;
  table-layout: fixed;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.switchCont-switch > * {
  display: table-cell;
  color: #0C419A;
  font-weight: 600;
  text-align: center;
  border: 1px solid #0C419A;
  background-color: #fff;
  transition: .1s ease-in;
  cursor: pointer;
  font-size: 22px;
  height: 46px;
  line-height: 46px;
}

.switchCont-switch > *:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.switchCont-switch > *:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.switchCont-switch > *.act {
  color: #fff;
  background-color: #0C419A;
  transition: .1s ease-out;
  cursor: default;
}

/* etc */
[v-cloak] {display:none;}

/* テキスト青、背景白、ボーダー青 */
.btn-06 {  max-width: 320px;margin-left: auto; margin-right: auto; background: #fff; border: 1px solid #0c419a; border-radius: 4px; text-align: center; padding:7px 0  4px 0; }
.btn-06 img { vertical-align: top; }
.btn-06 a { display: block; color: #0c419a; font-size: 21px; font-weight: bold; line-height: 1em; padding: 5px 10px; }
.btn-06 .img { float: left; }
.btn-06 .txt { font-size: 22px; display: block; }
.btn-06 .txt .txt_small { padding-top: 5px; font-size: 14px; display: block; font-weight: normal; }
.txt_title{padding-bottom:10px;}
.btn-06 .txt:after { content: ""; display: block; width: 0; height: 0;bottom: 20px; border: 6px solid transparent; border-left: 8px solid #0c419a; position: relative; left: 99%; margin-right: -8px; }
.btn-06 a{padding:5px 10px 0px 10px !important;}

/* 現在地の天気 */
.btnList {
    padding: 0px 10px;
    margin:auto auto 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width:320px;
}

.btnList-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #0c419a;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(60, 121, 172, 0.2);
    text-align:center;
}

.btnList-item a {
    padding: 10px;
    position: relative;
    color: #0c419a;
}

.btnList-item a:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-left: 8px solid #0c419a;
    position: absolute;
    right: 0px;
    top: 40%;
}

.btnList-text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.btnList-text span {
    display: block;
    font-size: 12px;
    opacity: 0.5;
}

.btnList-icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
/* オススメコンテンツ
------------------------------------------*/
.sgtk-osusume-contents ul li {/* clearfix */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border-top: 1px dotted #d3d3d3;
  min-height:  65px;
}

.sgtk-osusume-contents li:nth-child(2) {
  background-color: mistyrose;
}

.sgtk-osusume-contents ul li ::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(//weather.smt.docomo.ne.jp/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;
}

.sgtk-osusume-contents ul li img {
  float: left;
  width: 45px;
  margin-right: 10px;
}

.sgtk-osusume-contents ul li p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 55px;
  color: #535353;
  line-height: 1.1;
}

.sgtk-osusume-contents ul li p b {
  display: block;
  margin-bottom: 1px;
  color: #000;
}

