@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: middle;
}

body {
    line-height: 1;
    overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li {
    list-style-type: none;
}

body {
    color: #000;
    line-height: 1.5;
    font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, sans-serif;
    background-color: #F7F7F7;
}
@media (min-width: 760px) {
    body {
        //background-color: #f7f7f7;
 	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
        background-position: center 0;
        background-attachment: fixed;
        background-size: auto auto;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        -ms-background-size: auto auto;
        -o-background-size: auto auto;
    }
}
@media (max-width: 760px) {
    body {
        padding-bottom: 45px;
    }
}
*,
*::before,
*::after {
}

a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:link,
a:visited {
    color: #0c419a;
}
a:hover,
a:active {
    text-decoration: none;
}
.clearfix:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

article {
    margin: 10px 10px 0;
}
@media (min-width: 760px) {
    article {
        margin: 30px 0 0;
    }
}

em {
    font-style: normal;
    font-weight: bold;
    color: #0c419a;
}

.left-image {
    float: left;
    margin-right: 5px;
}

.right-image {
    float: right;
    margin-left: 5px;
}

.btn-single {
    margin: 15px 0;
}
@media (min-width: 760px) {
    .btn-single {
        margin: 30px 0;
    }
}

.btn-plural {
    margin: 15px 0;
    background-color: #e8e8e8;
    padding: 10px;
}
@media (min-width: 760px) {
    .btn-plural {
        margin: 30px 0;
        padding: 20px 10px;
    }
}

.btn {
    display: block;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}
.btn.line-single {
    padding-top: 15px;
    padding-bottom: 15px;
}
.btn.line-double {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.3;
}
.btn.line-double span {
    display: block;
    font-size: 14px;
}
.btn.btn-blue {
    border-color: #0b75ab;
    background-color: #248bd4;
}
.btn.btn-green {
    border-color: #27932c;
    background-color: #4caf50;
}
.btn.btn-orange {
    border-color: #da6700;
    background-color: #f78f09;
}
.btn.btn-gray {
    border-color: #777;
    background-color: #999;
}
.btn.btn-pink {
    border-color: #E22C4E;
    background-color: #fc5474;
}
a.btn:link,
a.btn:visited {
    color: #fff;
    text-decoration: none;
}
a.btn.btn-blue:hover,
a.btn.btn-blue:active {
    background-color: #207dbe;
}
a.btn.btn-green:hover,
a.btn.btn-green:active {
    background-color: #449d48;
}
a.btn.btn-orange:hover,
a.btn.btn-orange:active {
    background-color: #df8107;
}
a.btn.btn-gray:hover,
a.btn.btn-gray:active {
    background-color: #8c8c8c;
}
a.btn.btn-pink:hover,
a.btn.btn-pink:active {
    background-color: #cc3366;
}

.sns-share {
    margin-left: -10px;
    margin-right: -10px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #eee;
}
@media (max-width: 760px) {
    #main .sns-share {display: none;}
}
.sns-share li {
    float: left;
    padding: 5px;
    width: 33.3%;
}
.sns-share li a {
    display: block;
    height: 60px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.sns-share li a:link,
.sns-share li a:visited {
    text-decoration: none;
}
.sns-share li a:hover,
.sns-share li a:active {
    opacity: 0.8;
}
.sns-share .twitter a,
.sns-share .facebook a {
    padding: 7px;
}
.sns-share .twitter svg,
.sns-share .facebook svg {
    width: 25px;
    height: 25px;
}
.sns-share .twitter .count,
.sns-share .facebook .count {
    height: 18px;
    font-size: 12px;
    display: block;
    margin-top: 1px;
    padding: 3px;
    border-radius: 3px;
}
.sns-share .twitter a {
    background-color: #01a7e1;
    font-size: 12px;
    line-height: 1.4;
}
.sns-share .twitter .count {
    background-color: #007db1;
    box-shadow: 1px 1px 1px 0 rgba(0, 47, 63, 0.2) inset;
}
.sns-share .line a {
    padding: 2px;
    background-color: #00c300;
}
.sns-share .line svg {
    width: 35px;
    height: 35px;
}
.sns-share .facebook a {
    background-color: #3c599d;
}
.sns-share .facebook .count {
    background-color: #1b2f72;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}
@media (min-width: 760px) {
    .sns-share {
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
    }
    .sns-share:last-child {
        margin-bottom: 0;
    }
}

.grobal-header {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-bottom: none;
}
@media (max-width: 760px) {
    .grobal-header {
        padding: 6px 15px;
	background-color: #0c3261;
    }
}
@media (min-width: 760px) {
    .grobal-header {background-color: #fff;}
}
@media (max-width: 760px) {
    .grobal-header p .ui-link {
        text-indent: 110%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        width: 57.5px;
        height: 18.5px;
        background: url(https://gvs.weathernews.jp/s/topics/img/wni-logo-white.png) no-repeat;
        background-size: 57.5px 18.5px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 760px) {
    .grobal-header p .ui-link {
        text-indent: 110%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        width: 115px;
        height: 37px;
        background: url(/s/topics/css/logo_wni_02.png) no-repeat;
        background-size: 115px 37px;
    }
}
@media (max-width: 760px) {
/* 20151225 徳村 */
    .grobal-header {overflow: hidden;}
    .grobal-header a {float: right;}
    .grobal-header a img {width: 80px;}
/* 20151225 徳村 end */
}
@media (min-width: 760px) {
    .container {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .line-container {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 0 15px;
        overflow: hidden;
        background-color: #fff;
        margin-top: 30px;
    }
}

.pc-app_dl {
    position: absolute;
    right: 15px;
    top: 15px;
}
.pc-app_dl li {
    display: inline-block;
    padding-left: 10px;
}
@media (max-width: 760px) {
    .pc-app_dl {
        display: none;
    }
}

.content-header {
    margin: 15px 10px;
}
@media (min-width: 760px) {
    .content-header {
        margin: 0 0 50px;
    }
}
.content-header h1 {
    font-size: 22px;
}
@media (min-width: 760px) {
    .content-header h1 {
        font-size: 30px;
        padding: 10px 0px 0px 10px;
    }

    .content-header .data {
        font-size: 12px;
        padding: 5px 0px 0px 10px;
    }
}
.content-header .data {
    font-size: 12px;
}
.content-header .data p {
    display: inline-block;
    margin-bottom: 10px;
}
.content-header .main-image {
    position: relative;
}
.content-header .main-image img {
    width: 100%;
}
.content-header .main-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 760px) {
    .content-header .main-image {
        margin-left: -10px;
        margin-right: -10px;
    }
    .content-header .main-image h1,
    .content-header .main-image div {
        padding: 0 10px;
    }
}
@media (min-width: 760px) {
    .content-header .main-image {
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }
    .content-header .main-image::after {
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 20%, rgba(255, 255, 255, 0));
    }

    .content-header .main-image img {margin-top: 20px;}
}

section {
    margin-bottom: 25px;
}
@media (min-width: 760px) {
    section {
        margin-bottom: 50px;
    }
}
@media (max-width: 760px) {
    section h1 {
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
        background-color: #dea501;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    section h1 {
        font-size: 24px;
    }
}
section h2 {
    font-size: 18px;
    border-left: #0c419a 3px solid;
    padding-left: 8px;
}
@media (min-width: 760px) {
    section h2 {
        font-size: 20px;
    }
}
section ul li::before {
    content: "■";
}
section .textarea {
    margin: 15px 0;
}
@media (min-width: 760px) {
    section .textarea {
        margin: 30px 0;
    }
}
section .section-image {
    position: relative;
    margin: 15px 0;
}
@media (min-width: 760px) {
    section .section-image {
        margin: 30px 0;
    }
}
section .section-image img {
    width: 100%;
}
section .section-image figcaption {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.app_dl {
    margin-top: 20px;
}
@media (min-width: 760px) {
    .app_dl {
        background-color: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .app_dl p {
        background: url(bnr_title.png) no-repeat;
        width: 320px;
        height: 54px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 23px;
        margin-top: 25px;
    }
}

.downloads {
    margin: 10px -5px 15px;
    position: relative;
}
.downloads img:hover {
    opacity: 0.8;
}
@media (max-width: 760px) {
    .downloads li {
        float: left;
        width: 50%;
        padding: 0 5px;
    }
}
@media (min-width: 760px) {
    .downloads {
        margin-left: 90px;
        margin-bottom: 30px;
    }
    .downloads li {
        display: inline-block;
        padding-right: 3px;
    }
    .downloads img {
        height: 40px;
    }
    .downloads::after {
        content: "";
        display: block;
        background: url(app_image.png) no-repeat;
        width: 205px;
        height: 190px;
        position: absolute;
        bottom: -30px;
        right: 20px;
    }
}

.content-footer {
    margin: 0 10px;
}

@media (min-width: 760px) {
    .content-footer .copyright {
        margin: 0 -10px;
        background-color: #0c3261;
        text-align: center;
        padding: 10px;
    }
}

@media (max-width: 760px) {
    .content-footer .copyright {
        background-color: #0c3261;
        text-align: center;
        padding: 10px;
    }
}

.content-footer small {
    color: #fff;
}

.rakuraku h1 {
    font-size: 32px;
}
.rakuraku h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.rakuraku h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.rakuraku p,
.rakuraku li {
    font-size: 24px;
}
.rakuraku .btn-plural .container a {
    font-size: 170%;
}
.rakuraku .btn-plural .container a span {
    font-size: 80%;
}
.rakuraku .fontL {
    font-size: 24px;
}
/* tokumura */
/*---------------------
SNSの記述
----------------------*/

#snsTop {
  display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    border-top: 1px solid #afb2bc;
    z-index: 99;
}

#snsTop ul {
  width: 300px;
  margin: 0 auto;
  background: none;
}

#snsTop ul li a {
  height: 40px;
}

#snsTop ul .facebook a {
  position: relative;
  overflow: hidden;
}

#snsTop ul .facebook a svg {
  position: absolute;
  left: 30px;
}

#snsTop ul .facebook a span {
  width: 46px;
  height: auto;
  padding: 8px;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (min-width: 760px) {
  #snsTop {display: none;}
}

/*---------------------
ボタンの記述
----------------------*/
.btn-pull {
    overflow: hidden;
    background: #e8e8e8;
/*
    padding: 10px 0;
*/
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 760px) {
    .btn-pull {background: #fff;}
}
.btn-pull p {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-pull a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    padding: 10px 0;
    background: #4caf50;
    border: 1px solid #27932c;
    border-radius: 8px;
}

.btn-pull a span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding-top: 3px;
    font-weight: normal;
}

/*---------------------
おすすめの記述
----------------------*/

.reco {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.reco h3 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.reco li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.reco li a {
    color: #000;
    text-decoration: none;
    vertical-align: top;
    display: table;
    table-layout: fixed;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    margin-top: 10px;
}
.reco li a > span {
    display: table-cell;
    padding-left: 10px;
}
.reco li a span span {
    display: block;
    font-size: 16px;
}
.reco li a figure {
    display: table-cell;
    vertical-align: top;
}

/*---------------------
グローバルフッターのh3
----------------------*/
.wni-global-footer-h3 {
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
}

@media (min-width: 760px) {
    .wni-global-footer-h3 {display: none;}
}

/*---------------------
Youtubeの記述
----------------------*/
#youtube-area {
    margin: 10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------
フッターリンクの記述
----------------------*/
@media (max-width: 760px) {
    .content-footer {margin: 0 0px;}
    .content-footer .container {margin: 0 10px;}
}
@media (min-width: 760px) {
    #wni-global-footer{display: none;}
}
#wni-global-footer {
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
#wni-global-footer a:hover,#wni-global-footer a:visited{color: #0c419a;}
#wni-global-footer a {
    color: #0c419a;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
}

#wni-global-footer li:nth-child(odd) a {
    border-right: 1px solid #ddd;
}

#wni-global-footer li {
    float: left;
    width: 50%;
}

.reco.index h1 {
    font-size: 26px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.reco.index .more {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #0c419a;
    border-radius: 6px;
    margin: 10px 0;
}
@media (max-width: 760px) {
    .reco.index .more {
        margin-left: 10px;
        margin-right: 10px;
    }
}

#menu_ranking{background:#fff}
#menu_ranking li{box-sizing:initial;}
.areaRank__body .areaRank__item {
  border-bottom: 1px dotted rgba(255, 76, 67, 0.5);
}

.areaRank__item:not(:last-child) {
  border-right: 1px dotted rgba(255, 76, 67, 0.5);
}
