@charset "UTF-8";

h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, dt, dd, fieldset, form,label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {color: #000; font-size: 24px; font-weight: 300; font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN"; line-height: 1.4em; letter-spacing: 0; word-wrap: break-word; }
ol, ul {list-style: none;}
div#header-label {background-color: #E0E6F8 !important;}
ul.nav-row2-ico li a div.title{padding-top: 5px;}
img.head_img {height: 25px; padding-top: 12px; padding-left: 75px; }
*[class*="tit"] {font-weight: 700; line-height: 1.3em; }
.tit_style01 {font-size: 24px; }
.tit_style02 {font-size: 24px; }
.tit_style03 {font-size: 22px; line-height: 1.2em; border-left: #0c419a 3px solid; padding-left: .25em; }
.tit_style04 {padding-top: 5px; padding-bottom: 5px; font-size: 18px; }
a {color: #000; }
figcaption {color: #666; font-size: 18px; }
.list_style01 li {margin-left: 1em; list-style-type: disc; }
.txt_time {font-size: 18px; color: #666; }
.tit_linkList {font-weight: bold; }
.sgtk_bg {background-color: mistyrose !important;}
/* 表示領域 */
figure img, #top img {width: 100%; }
article {padding: 10px; }
section:not(:last-child) {margin-bottom: 30px; }
section > *:not(:last-child) {margin-bottom: 15px; }
div#top_section, div#box_section {margin-bottom: 20px; }
div#source {color: #808080; font-size: 18px; line-height: 1.3em; margin-top: 10px; background: #f6f6f6; padding: 10px; word-wrap: break-word; }
/* 続きを読むボタン */
.btn_more {display: inline-block;border: 1px solid #0B4199;border-radius: 4px;}
.btn_more > span {display: block;color: #fff;font-weight: bold;font-size: 24px;line-height: 1em;padding: .5em .5em;background-color: #0B4199;}
.btn_more.big {display: block;width: 240px;margin: 20px auto;}
.btn_more.big > * {text-align: center;padding: 10px;}
/* データ無し */
div.no-data {width:90%;max-width: 400px; margin:30px auto 30px;background:#fff;border:solid 1px #a4005b;color:#000;font-size:20px;text-align:center;line-height:1.7em;}
p.no-data-text {padding:15px 10px;}
p.no-data-btn {width: 260px;background-color: #0B4199;border-radius: 2px;box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);margin: 0 auto 15px;}
p.no-data-btn > * {color: #fff !important;font-size: 22px;font-weight: 700;width: 100%;line-height: 2em;display: block;text-align: center;}
/*------------------------------------------
ニュースリスト部
------------------------------------------*/
.area_linkList .top {width: 100%; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.area_linkList .top .right {text-align: right; }
.linkList_item {background: url(https://dcsgtk.wni.co.jp/img/icon_arrow_01.png) 99% center no-repeat; }
.linkList_item a {width: 95%; display: block; padding: 8px; display: table; table-layout: fixed; }
.linkList_item:not(:last-child) {border-bottom: 2px solid #ccc; }
.linkList_item a > * {display: table-cell; vertical-align: top; }
.linkList_item a > *:not(:first-of-type) {padding-left: 10px; }
.linkList_thumb {width: 80px; }
.linkList_thumb img {width: 80px; height: 60px; }
.linkList_tit {line-height: 1.3em; }
.linkList_time {margin-top: 5px; font-size: 20px; }
.news_more_row {margin: 30px; }
ul.news_more {text-align: center; max-width: 280px; margin: auto; }
ul.news_more li {background: mistyrose; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
ul.news_more li.news_sgtk {}
ul.news_more li > a {font-size: 22px; color: #0c419a; text-decoration: none; display: table; text-align: center; font-weight: bold; padding: 10px; margin: auto; }
.btn_shadow {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); max-width: 280px; margin: 0 auto;}
/*------------------------------------------
おすすめ部
------------------------------------------*/
ul.rk-nav-row3-ico { list-style-type: none; clear: both; }
ul.rk-nav-row3-ico li {clear:both;min-height: 80px;display: block;border-top: solid 1px #ebebeb;border-bottom: solid 1px #d0d0d0;background-color: #fff;}
ul.rk-nav-row3-ico li a { width: 100%; display: block; background: url(//weather.smt.docomo.ne.jp/img/icon_arrow_01.png) 98% center no-repeat; vertical-align: top; }
ul.rk-nav-row3-ico li a img {float: left;width:60px;height:60px;padding: 8px;}
ul.rk-nav-row3-ico li a span.title {font-size: 24px;padding: 6px 20px 0 4px;display: block;}
ul.rk-nav-row3-ico li a span.detail { font-size: 22px;color: #666; display: block; }

p.sgtk_pinklink{
    position: relative;
}
p.sgtk_pinklink a {
    margin: auto;
}
p.sgtk_pinklink ::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_pinklink a {
    line-height: 1.4em;
}
