@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリア
====================================================================================*/
html:root {
  background: url("https://smtgvs.weathernews.jp/s/illumi/img/bg.png") #f7f7f7;
  background-repeat: repeat-x;
  background-size: 250px;
}

@media screen and (max-width: 700px) {
  html:root {
    background: none;
  }
}

html {
  font-size: 62.5%;
}

html, body {
  overflow-x: hidden;
  position: relative;
}

body {
  min-height: 100vh;
}

@media screen and (max-width: 700px) {
  body {
    background: none;
  }
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本
------------------------------------------*/
a {
  color: #083997;
}

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 {
  color: #000;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

/*====================================================================================
パーツ
====================================================================================*/
/*------------------------------------------
PC/SP限定
------------------------------------------*/
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .sp {
    display: none !important;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通エリア
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
ヘッダー
====================================================================================*/
/*#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}*/
#header {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #header {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
}

/*------------------------------------------
ロゴ：WNI
------------------------------------------*/
#logo_wni {
  width: 125px;
  height: 40px;
  display: block;
  position: relative;
}

#logo_wni .st0 {
  fill: #0C419A;
}

/*------------------------------------------
ロゴ：サイト
------------------------------------------*/
.logo_site {
  width: 92px;
}

.logo_site img {
  width: 100%;
}

/*====================================================================================
コンテンツ
====================================================================================*/
#wrap {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 700px) {
  #wrap {
    width: 100%;
    display: block;
  }
}

#main, #sub {
  padding: 10px;
  background-color: #fff;
}

#main .box_L > *:not(:last-child), #sub .box_L > *:not(:last-child) {
  margin-bottom: 30px;
}

#main .box_M > *:not(:last-child), #sub .box_M > *:not(:last-child) {
  margin-bottom: 10px;
}

.ad {
  text-align: center;
}

@media screen and (max-width: 374px) {
  .ad {
    width: 100%;
  }
  .ad img {
    width: 300px;
  }
}

/*------------------------------------------
メイン
------------------------------------------*/
#main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 60px;
}

@media screen and (max-width: 700px) {
  #main {
    padding: 0;
    margin-bottom: 30px;
  }
}

#main .buff {
  padding: 10px;
}

/*------------------------------------------
サブ
------------------------------------------*/
#sub {
  width: 330px;
  margin-left: 10px;
  padding-bottom: 30px;
}

@media screen and (max-width: 700px) {
  #sub {
    width: 100%;
    margin-left: 0;
  }
}

/*------------------------------------------
アンダーテキスト
------------------------------------------*/
.underContent {
  width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.underContent * {
  color: #083997;
}

@media screen and (max-width: 700px) {
  .underContent {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }
}

/*====================================================================================
フッター
====================================================================================*/
#footer {
  margin-top: 30px;
}

#footer * {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
}

#footer > * {
  background-color: #fff;
}

#footer > *:not(:last-child) {
  margin-bottom: 1px;
}

#footer a {
  color: #083997;
}

#footer .copy {
  color: #999999;
}

@media screen and (max-width: 700px) {
  #footer {
    margin-top: 15px;
  }
  #footer .bottom {
    background-color: #f0f0f0;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ パーツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
タイトル：基本
------------------------------------------*/
.tit_box {
  font-size: 2.0rem;
  font-weight: 600;
}

.tit_box:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 27px;
  background-image: url("https://smtgvs.weathernews.jp/s/illumi/img/icon_title.png");
  background-size: 16px 27px;
  vertical-align: text-top;
  margin-right: 5px;
}


@media screen and (max-width: 374px) {
  .tit_box {
    font-size: 1.8rem;
  }
}

/*====================================================================================
ボタン
====================================================================================*/
/*------------------------------------------
テキストリンク
------------------------------------------*/
.textLink {
  text-align: right;
  font-weight: 600;
}

.textLink > *:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  vertical-align: middle;
  background-image: url("https://smtgvs.weathernews.jp/s/illumi/img/icon_arrow.png");
  background-size: cover;
  background-position: left top;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 5px;
}

/*------------------------------------------
ボタンリスト
------------------------------------------*/
.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-list__item {
  width: 110px;
  margin: 0 5px;
}

.btn-list__item img {
  width: 100%;
}

/*------------------------------------------
ボタン
------------------------------------------*/
.btn-01 {
  margin-top: 15px;
  text-align: center;
}
.btn-01.r {
  text-align: right;
}

.btn-01 > * {
  display: inline-block;
  line-height: 1em;
  background-color: #fff;
  text-align: left;
  font-weight: 600;
  border: 2px solid #083997;
  border-radius: 6px;
  padding: 10px;
  padding-right: 25px;
  position: relative;
}

.btn-01 > *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #083997;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*====================================================================================
リスト
====================================================================================*/
/*------------------------------------------
リスト:01
------------------------------------------*/
.list_pt01 {
  margin-top: -10px;
}

.list_pt01 li {
  border-bottom: 1px solid #083997;
  position: relative;
}

.list_pt01 li > * {
  width: 100%;
  color: #083997;
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 5px;
  position: relative;
  padding-left: 50px;
}

.list_pt01 .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_pt01 .icon img {
  width: 100%;
}

.list_pt01 .small {
  font-size: 1.4rem;
  display: block;
  color: #606060;
  font-weight: 300;
  margin-top: 5px;
}

@media screen and (max-width: 700px) {
  .list_pt01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ランキング
- - - - - - - - - - - - - - - - - - - - - */
.list_pt01.rank li > * {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_pt01.rank .icon {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
}

.list_pt01.rank .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 40px;
  background-position: center;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: -1;
}

.list_pt01.rank .icon.rank_1 {
  background-image: url("https://smtgvs.weathernews.jp/s/illumi/img/icon_star01.svg");
}

.list_pt01.rank .icon.rank_2 {
  background-image: url("https://smtgvs.weathernews.jp/s/illumi/img/icon_star02.svg");
}

.list_pt01.rank .icon.rank_3 {
  background-image: url("https://smtgvs.weathernews.jp/s/illumi/img/icon_star03.svg");
}

.list_pt01.rank .icon small {
  font-size: .5em;
  vertical-align: bottom;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

/*------------------------------------------
リスト：02
------------------------------------------*/
.list_pt02 li {
/*  width: 100%;*/
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #4362A8;
  display: table;
  table-layout: fixed;
}

.list_pt02 li > * {
  display: table-cell;
  vertical-align: top;
}

.list_pt02 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list_pt02 .thumb {
  width: 95px;
  height: 70px;
  display: block;
  overflow: hidden;
}

.list_pt02 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_pt02 .txt {
  width: 100%;
  padding-left: 10px;
}

.list_pt02 .tit {
  color: #083997;
  font-weight: 600;
  line-height: 1.2em;
  padding-right: 15px;
  position: relative;
}

.list_pt02 .tit:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #083997;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.list_pt02 .info {
  margin-top: 5px;
}

.list_pt02 .info * {
  font-size: 12px;
  line-height: 1em;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ indexページ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
バナー
====================================================================================*/
.banner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*====================================================================================
マップ
====================================================================================*/
.mapArea {
  padding: 10px;
  background: linear-gradient(#11044B, #7863D7);
  position: relative;
}

.mapTop {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.mapTop__title {
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.mapMiddle {
  width: 570px;
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.mapMiddle > * {
  display: table-cell;
  vertical-align: top;
}

.mapContent {
  position: relative;
}

.map__body {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.map__body img {
  width: 100%;
}

.mapInfo {
  width: 220px;
  padding-top: 10px;
}

/* .mapList {
  width: 175px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
} */
.mapList {
  width: 175px;
  margin-bottom: 20px;
}

.mapList__item {
  width: 79.5px;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #083997;
  border-radius: 4px;
}

@media screen and (min-width: 700px) {
  li.mapList__item:nth-child(odd) {
    margin-right: 10px;
  }
}

.mapList__item * {
  display: block;
  font-weight: bold;
  padding: 5px 0;
  padding-right: 20px;
  position: relative;
}

.mapList__item *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #083997;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 700px) {
  .mapTop, .mapMiddle {
    width: 100%;
    display: block;
    padding: 0px 10px;
  }
  .mapTop__title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .mapMiddle {
    position: relative;
  }
  .mapMiddle > * {
    display: block;
  }
  .mapInfo {
    width: 100%;
    padding-top: 0;
  }
  .map__body {
    width: 350px;
  }
  .mapList {
    width: 355px;
    height: 343px;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mapList__item {
    position: absolute;
    z-index: 2;
  }
  .mapList__item:nth-child(1) {
    top: 20px;
    right: 100px;
  }
  .mapList__item:nth-child(2) {
    top: 100px;
    right: 0px;
  }
  .mapList__item:nth-child(3) {
    top: 150px;
    right: 0px;
  }
  .mapList__item:nth-child(4) {
    top: 215px;
    right: 65px;
  }
  .mapList__item:nth-child(5) {
    top: 130px;
    left: 120px;
  }
  .mapList__item:nth-child(6) {
    top: 170px;
    left: 30px;
  }
  .mapList__item:nth-child(7) {
    top: 240px;
    left: 115px;
  }
  .mapList__item:nth-child(8) {
    top: 230px;
    left: -5px;
  }
  .mapList__item:nth-child(9) {
    top: 300px;
    left: 0px;
  }
}

@media screen and (max-width: 374px) {
  .map__body {
    width: 300px;
  }
  .mapTop__title {
    font-size: 18px;
  }
  .mapList__item {
    width: 70px;
    padding-right: 0px;
  }
  .mapList__item > * {
    font-size: 1.4rem;
  }
  .mapList__item:nth-child(1) {
    top: 10px;
    right: 115px;
  }
  .mapList__item:nth-child(2) {
    top: 80px;
    right: 25px;
  }
  .mapList__item:nth-child(3) {
    top: 130px;
    right: 25px;
  }
  .mapList__item:nth-child(4) {
    top: 185px;
    right: 65px;
  }
  .mapList__item:nth-child(5) {
    top: 110px;
    left: 135px;
  }
  .mapList__item:nth-child(6) {
    top: 130px;
    left: 50px;
  }
  .mapList__item:nth-child(7) {
    top: 205px;
    left: 130px;
  }
  .mapList__item:nth-child(8) {
    top: 185px;
    left: 30px;
  }
  .mapList__item:nth-child(9) {
    top: 245px;
    left: 30px;
  }
}

.search > *:not(:last-child) {
  margin-bottom: 10px;
}

.search__title {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
}

.searchList__item {
  display: inline-block;
}

.searchList__item:not(:last-child) {
  margin-right: 10px;
}

.searchList a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .search__title {
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  }
  .searchList {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .searchList__item {
    display: block;
  }
  .searchList__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .searchList__item a {
    font-size: 1.4rem;
  }
}

/*====================================================================================
ニュース
====================================================================================*/
.topNews {
  padding: 10px;
  background-color: #F3F1FF;
}

.topNews * {
  color: #083997;
}

.topNews__title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #083997;
  margin-bottom: 10px;
}

.topNews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.topNews__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  padding-bottom: 30px;
}

.topNews__thumb {
  width: 100px;
  height: 75px;
}

.topNews__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topNews__btn {
  width: 155px;
  display: block;
  line-height: 1em;
  background-color: #fff;
  text-align: left;
  font-weight: 600;
  border: 2px solid #083997;
  border-radius: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.topNews__btn > * {
  display: block;
  padding: 10px;
}

.topNews__btn > *:after, .btn-01 > *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #083997;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 700px) {
  .topNews__content {
    height: 95px;
    overflow: hidden;
    position: relative;
  }
  .topNews__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
    background: linear-gradient(rgba(236, 247, 255, 0), #ecf7ff);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}

/*====================================================================================
ゲレンデコレクション通知
====================================================================================*/
.topPhotoStudio .thumb {
  width: 240px;
  float: left;
  margin-right: 15px;
}

.topPhotoStudio .thumb img {
  width: 100%;
}

.topPhotoStudio * {
  color: #11044B;
}

.topPhotoStudio .textLink {
  margin-top: 30px;
}

.topPhotoStudio .txtBox + .infoBox {
  margin-top: 30px;
}

.topPhotoStudio .txtBox + .infoBox > *:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .topPhotoStudio {
    padding: 10px;
    position: relative;
  }
  .topPhotoStudio .thumb {
    width: 100px;
    margin-bottom: 20px;
  }
  .topPhotoStudio .txtBox {
    padding-left: 110px;
  }
  .topPhotoStudio .txtBox + .infoBox {
    clear: both;
    margin-top: 40px;
  }
  .topPhotoStudio .textLink {
    margin-top: 10px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ VS app2017
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
共通コンテンツ
====================================================================================*/
#content {
  background: none;
  overflow: visible;
}

.box_M + .box_M {
  margin-top: 0;
}

/*------------------------------------------
リスト
------------------------------------------*/
.list_pt01, .list_pt02 {
  padding-left: 0px;
  padding-right: 0px;
}

/* 01
- - - - - - - - - - - - - - - - - - - - - */
.list_pt01.rank li a {
  padding-left: 50px;
}

/* 02
- - - - - - - - - - - - - - - - - - - - - */
.list_pt02 a:after {
  display: none;
}

.list_pt02 .thumb {
  float: none;
  margin-right: 0;
}

.list_pt02 .txt {
  padding-right: 0px;
}

.list01, .listRank {
  margin-top: -10px;
}

.list01__item, .listRank__item {
  position: relative;
  border-bottom: 1px solid #083997;
}

.list01__item > *, .listRank__item > * {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 5px;
  overflow: hidden;
  color: #083997;
  font-weight: 600;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list01__item.ico > *, .listRank__item.ico > * {
  padding-left: 50px;
}

.list01 .small, .listRank .small {
  display: block;
  margin-top: 5px;
  color: #606060;
  font-size: 14px;
  font-weight: 300;
}

.list01 .icon, .listRank .icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}

.list01 .icon img, .listRank .icon img {
  width: 100%;
}

.list01 .icon:before, .listRank .icon:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 40px;
  content: "";
}

.listRank__item > * {
  padding: 20px 5px;
  padding-left: 45px;
}

.textBox {
  padding: 10px;
  border: 1px solid #ccc;
}

.textBox > *:not(:last-child) {
  margin-bottom: 10px;
}

.textBox .text {
  border: none;
  color: #000;
  width: auto;
}

.textBox .title {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}
