@charset "UTF-8";
/*====================================================================================
エリアの設定
====================================================================================*/
html, body {
  　position: relative;
}

/*====================================================================================
テキスト
====================================================================================*/
body {
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------------
基本フォント
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-size: 16px;
  font-weight: 300;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0;
  word-wrap: break-word;
}
------------------------------------------*/

/*------------------------------------------
テキストスタイル
------------------------------------------*/
/* 行揃え
------------------------------------------*/
.ta-le {
  text-align: left !important;
}

.ta-ce {
  text-align: center !important;
}

.ta-ri {
  text-align: right !important;
}

@media screen and (max-width: 500px) {
  .ta-le_sp {
    text-align: left !important;
  }
  .ta-ce_sp {
    text-align: center !important;
  }
  .ta-ri_sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 500px) {
  .ta-le_pc {
    text-align: left !important;
  }
  .ta-ce_pc {
    text-align: center !important;
  }
  .ta-ri_pc {
    text-align: right !important;
  }
}

/* 縦揃え（vertiacl-align
------------------------------------------*/
.va-to {
  vertical-align: top !important;
}

.va-mi {
  vertical-align: middle !important;
}

.va-bo {
  vertical-align: bottom !important;
}

@media screen and (max-width: 500px) {
  .va-to_sp {
    vertical-align: top !important;
  }
  .va-mi_sp {
    vertical-align: middle !important;
  }
  .va-bo_sp {
    vertical-align: bottom !important;
  }
}

@media screen and (min-width: 500px) {
  .va-to_pc {
    vertical-align: top !important;
  }
  .va-mi_pc {
    vertical-align: middle !important;
  }
  .va-bo_pc {
    vertical-align: bottom !important;
  }
}

/* テキストの太さ
------------------------------------------*/
.fw-bo {
  font-weight: bold;
  font-size: 16px;
}

.fw-no {
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .fw-bo_sp {
    font-weight: bold !important;
  }
  .fw-no_sp {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 500px) {
  .fw-bo_pc {
    font-weight: bold !important;
  }
  .fw-no_pc {
    font-weight: normal !important;
  }
}

/* 一行ではみ出た部分を...
------------------------------------------*/
.to-el {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media screen and (max-width: 500px) {
  .to-el_sp {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 500px) {
  .to-el_pc {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* 折り返しなし・はみ出たら非表示
------------------------------------------*/
.to-el {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
  .to-el_sp {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (min-width: 500px) {
  .to-el_pc {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/*====================================================================================
余白の設定：top、right、bottom、left、topとbottom、leftとright
====================================================================================*/
/*------------------------------------------
paddingを与える
------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.ptAuto {
  padding-top: auto !important;
}

.prAuto {
  padding-right: auto !important;
}

.pbAuto {
  padding-bottom: auto !important;
}

.plAuto {
  padding-left: auto !important;
}

.ptbAuto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.plrAuto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media screen and (max-width: 500px) {
  .pt0_sp {
    padding-top: 0px !important;
  }
  .pr0_sp {
    padding-right: 0px !important;
  }
  .pb0_sp {
    padding-bottom: 0px !important;
  }
  .pl0_sp {
    padding-left: 0px !important;
  }
  .ptb0_sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .plr0_sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .ptb10_sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .plr10_sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .ptb20_sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .plr20_sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .ptb30_sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .plr30_sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .ptb40_sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .plr40_sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .ptb50_sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .plr50_sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .ptb60_sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .plr60_sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .ptb70_sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .plr70_sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .ptb80_sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .plr80_sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .ptb90_sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .plr90_sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
  .ptb100_sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .plr100_sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .ptAuto_sp {
    padding-top: auto !important;
  }
  .prAuto_sp {
    padding-right: auto !important;
  }
  .pbAuto_sp {
    padding-bottom: auto !important;
  }
  .plAuto_sp {
    padding-left: auto !important;
  }
  .ptbAuto_sp {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .plrAuto_sp {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

@media screen and (min-width: 500px) {
  .pt0_pc {
    padding-top: 0px !important;
  }
  .pr0_pc {
    padding-right: 0px !important;
  }
  .pb0_pc {
    padding-bottom: 0px !important;
  }
  .pl0_pc {
    padding-left: 0px !important;
  }
  .ptb0_pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .plr0_pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt10_pc {
    padding-top: 10px !important;
  }
  .pr10_pc {
    padding-right: 10px !important;
  }
  .pb10_pc {
    padding-bottom: 10px !important;
  }
  .pl10_pc {
    padding-left: 10px !important;
  }
  .ptb10_pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .plr10_pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pt20_pc {
    padding-top: 20px !important;
  }
  .pr20_pc {
    padding-right: 20px !important;
  }
  .pb20_pc {
    padding-bottom: 20px !important;
  }
  .pl20_pc {
    padding-left: 20px !important;
  }
  .ptb20_pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .plr20_pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pt30_pc {
    padding-top: 30px !important;
  }
  .pr30_pc {
    padding-right: 30px !important;
  }
  .pb30_pc {
    padding-bottom: 30px !important;
  }
  .pl30_pc {
    padding-left: 30px !important;
  }
  .ptb30_pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .plr30_pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pt40_pc {
    padding-top: 40px !important;
  }
  .pr40_pc {
    padding-right: 40px !important;
  }
  .pb40_pc {
    padding-bottom: 40px !important;
  }
  .pl40_pc {
    padding-left: 40px !important;
  }
  .ptb40_pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .plr40_pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pt50_pc {
    padding-top: 50px !important;
  }
  .pr50_pc {
    padding-right: 50px !important;
  }
  .pb50_pc {
    padding-bottom: 50px !important;
  }
  .pl50_pc {
    padding-left: 50px !important;
  }
  .ptb50_pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .plr50_pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .pt60_pc {
    padding-top: 60px !important;
  }
  .pr60_pc {
    padding-right: 60px !important;
  }
  .pb60_pc {
    padding-bottom: 60px !important;
  }
  .pl60_pc {
    padding-left: 60px !important;
  }
  .ptb60_pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .plr60_pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pt70_pc {
    padding-top: 70px !important;
  }
  .pr70_pc {
    padding-right: 70px !important;
  }
  .pb70_pc {
    padding-bottom: 70px !important;
  }
  .pl70_pc {
    padding-left: 70px !important;
  }
  .ptb70_pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .plr70_pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .pt80_pc {
    padding-top: 80px !important;
  }
  .pr80_pc {
    padding-right: 80px !important;
  }
  .pb80_pc {
    padding-bottom: 80px !important;
  }
  .pl80_pc {
    padding-left: 80px !important;
  }
  .ptb80_pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .plr80_pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .pt90_pc {
    padding-top: 90px !important;
  }
  .pr90_pc {
    padding-right: 90px !important;
  }
  .pb90_pc {
    padding-bottom: 90px !important;
  }
  .pl90_pc {
    padding-left: 90px !important;
  }
  .ptb90_pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .plr90_pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt100_pc {
    padding-top: 100px !important;
  }
  .pr100_pc {
    padding-right: 100px !important;
  }
  .pb100_pc {
    padding-bottom: 100px !important;
  }
  .pl100_pc {
    padding-left: 100px !important;
  }
  .ptb100_pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .plr100_pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .ptAuto_pc {
    padding-top: auto !important;
  }
  .prAuto_pc {
    padding-right: auto !important;
  }
  .pbAuto_pc {
    padding-bottom: auto !important;
  }
  .plAuto_pc {
    padding-left: auto !important;
  }
  .ptbAuto_pc {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .plrAuto_pc {
    padding-left: auto !important;
    padding-right: auto !important;
  }
}

/*------------------------------------------
marginを与える
------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mlr0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mlr40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mlr50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mlr60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mlr70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mlr80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mlr90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mlr100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mtAuto {
  margin-top: auto !important;
}

.mrAuto {
  margin-right: auto !important;
}

.mbAuto {
  margin-bottom: auto !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mtbAuto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mlrAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 500px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mr0_sp {
    margin-right: 0px !important;
  }
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .ml0_sp {
    margin-left: 0px !important;
  }
  .mtb0_sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mlr0_sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .mtb10_sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mlr10_sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .mtb20_sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mlr20_sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .mtb30_sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mlr30_sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .mtb40_sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mlr40_sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .mtb50_sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mlr50_sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .mtb60_sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mlr60_sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .mtb70_sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mlr70_sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .mtb80_sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mlr80_sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .mtb90_sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mlr90_sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
  .mtb100_sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mlr100_sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mtAuto_sp {
    margin-top: auto !important;
  }
  .mrAuto_sp {
    margin-right: auto !important;
  }
  .mbAuto_sp {
    margin-bottom: auto !important;
  }
  .mlAuto_sp {
    margin-left: auto !important;
  }
  .mtbAuto_sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mlrAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 500px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
  .mr0_pc {
    margin-right: 0px !important;
  }
  .mb0_pc {
    margin-bottom: 0px !important;
  }
  .ml0_pc {
    margin-left: 0px !important;
  }
  .mtb0_pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mlr0_pc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mt10_pc {
    margin-top: 10px !important;
  }
  .mr10_pc {
    margin-right: 10px !important;
  }
  .mb10_pc {
    margin-bottom: 10px !important;
  }
  .ml10_pc {
    margin-left: 10px !important;
  }
  .mtb10_pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mlr10_pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mt20_pc {
    margin-top: 20px !important;
  }
  .mr20_pc {
    margin-right: 20px !important;
  }
  .mb20_pc {
    margin-bottom: 20px !important;
  }
  .ml20_pc {
    margin-left: 20px !important;
  }
  .mtb20_pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mlr20_pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mr30_pc {
    margin-right: 30px !important;
  }
  .mb30_pc {
    margin-bottom: 30px !important;
  }
  .ml30_pc {
    margin-left: 30px !important;
  }
  .mtb30_pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mlr30_pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mt40_pc {
    margin-top: 40px !important;
  }
  .mr40_pc {
    margin-right: 40px !important;
  }
  .mb40_pc {
    margin-bottom: 40px !important;
  }
  .ml40_pc {
    margin-left: 40px !important;
  }
  .mtb40_pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mlr40_pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  .mr50_pc {
    margin-right: 50px !important;
  }
  .mb50_pc {
    margin-bottom: 50px !important;
  }
  .ml50_pc {
    margin-left: 50px !important;
  }
  .mtb50_pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mlr50_pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mt60_pc {
    margin-top: 60px !important;
  }
  .mr60_pc {
    margin-right: 60px !important;
  }
  .mb60_pc {
    margin-bottom: 60px !important;
  }
  .ml60_pc {
    margin-left: 60px !important;
  }
  .mtb60_pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mlr60_pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mt70_pc {
    margin-top: 70px !important;
  }
  .mr70_pc {
    margin-right: 70px !important;
  }
  .mb70_pc {
    margin-bottom: 70px !important;
  }
  .ml70_pc {
    margin-left: 70px !important;
  }
  .mtb70_pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mlr70_pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mt80_pc {
    margin-top: 80px !important;
  }
  .mr80_pc {
    margin-right: 80px !important;
  }
  .mb80_pc {
    margin-bottom: 80px !important;
  }
  .ml80_pc {
    margin-left: 80px !important;
  }
  .mtb80_pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mlr80_pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mt90_pc {
    margin-top: 90px !important;
  }
  .mr90_pc {
    margin-right: 90px !important;
  }
  .mb90_pc {
    margin-bottom: 90px !important;
  }
  .ml90_pc {
    margin-left: 90px !important;
  }
  .mtb90_pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mlr90_pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mt100_pc {
    margin-top: 100px !important;
  }
  .mr100_pc {
    margin-right: 100px !important;
  }
  .mb100_pc {
    margin-bottom: 100px !important;
  }
  .ml100_pc {
    margin-left: 100px !important;
  }
  .mtb100_pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mlr100_pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mtAuto_pc {
    margin-top: auto !important;
  }
  .mrAuto_pc {
    margin-right: auto !important;
  }
  .mbAuto_pc {
    margin-bottom: auto !important;
  }
  .mlAuto_pc {
    margin-left: auto !important;
  }
  .mtbAuto_pc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mlrAuto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*====================================================================================
限定
====================================================================================*/
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

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

/*====================================================================================
横並びの設定
====================================================================================*/
/*------------------------------------------
解除
------------------------------------------*/
.cf:after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  clear: both !important;
}

@media screen and (max-width: 500px) {
  .cf_sp:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    clear: both !important;
  }
}

@media screen and (min-width: 500px) {
  .cf_pc:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    clear: both !important;
  }
}

/*====================================================================================
HTML&BODY
====================================================================================*/
html:root {
  background-color: #fff;
}
/*
@media screen and (min-width: 500px) {
  html:root {
    background-color: #EEE9DF;
  }
}
*/
/*====================================================================================
ボックス
====================================================================================*/
/*------------------------------------------
MAIN & SUB
@media screen and (min-width: 500px) {
  #content {
    margin-top: 30px;
  }
  #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;
  }
}
------------------------------------------*/

/* メイン
#main {
  padding-bottom: 20px;
  background-color: #fff;
}

#main.col1 {
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  #main {
    padding: 10px;
    width: 650px;
    box-sizing: border-box;
  }
}
------------------------------------------*/

/* サブ
#sub {
  padding-bottom: 20px;
  background-color: #fff;
}

@media screen and (min-width: 500px) {
  #sub {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 330px;
    padding: 10px;
    padding-bottom: 30px;
  }
}
------------------------------------------*/

/*------------------------------------------
ボックス：通常
------------------------------------------*/
/* レベル01
------------------------------------------*/
.box_L + .box_L {
  margin-top: 20px;
}

/* レベル02
------------------------------------------*/
.box_M + .box_M {
  margin-top: 20px;
}
/*
.box_M > *:not(:last-child) {
  margin-bottom: 10px;
}
*/
.box_M.top {
  padding: 10px;
  background-color: #EEE9DF;
}

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

@media screen and (min-width: 500px) {
  .box_M.top {
    background-color: #fff;
  }
}

/* レベル03
------------------------------------------*/

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

.box_S + .box_S {
  margin-top: 10px;
}

/* ボックス：インナー02
------------------------------------------*/
.boxInner02 {
  padding: 10px;
  background-color: #FAEED3;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

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

.boxInner02 .boxInner02_txt02 {
  color: #EB0A09;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.boxInner02 .boxInner02_txt02 * {
  color: #666;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  display: block;
}

.boxInner02 .boxInner02_item {
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

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

.boxInner02 .boxInner02_item .txt {
  padding-left: 10px;
}

.boxInner02 .boxInner02_item .txt * {
  font-size: 14px;
}

.boxInner02 .boxInner02_item .txt .time {
  color: #FF3300;
  font-weight: 600;
  font-size: 48px;
  line-height: 1em;
  margin: 0;
}

.boxInner02 .boxInner02_item .txt .time span {
  font-size: 36px;
}

.boxInner02 .boxInner02_item .notice {
  color: #666666;
}

@media screen and (max-width: 320px) {
  .boxInner02 .boxInner02_item .image {
    width: 70px;
  }
  .boxInner02 .boxInner02_item .image img {
    width: 100%;
  }
  .boxInner02 .boxInner02_item .txt * {
    font-size: 13px;
  }
}

.boxInner03 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

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

.wallpaper .img {
  text-align: center;
}

.wallpaper .item + .item {
  margin-top: 30px;
}

.wallpaper .txt > *:not(:last-child) {
  margin-bottom: 20px;
}

.wallpaper .notice {
  color: #EF1E00;
  font-size: 14px;
}

@media screen and (min-width: 500px) {
  .wallpaper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wallpaper .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}

.boxTop {
  max-width: 340px;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
}
.boxTop .dl01 dt {width: 7em;}
.boxTop .dl01 dd {padding-left: 7.2em;}


.map .mapTxt {
  font-size: 12px;
  color: #666666;
  text-align: right;
  margin-right: 5px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
/*
.boxIndex {
  background-color: #FFF7E6;
}
*/
.boxIndex > *:not(:last-child) {
  margin-bottom: 20px;
}

.boxIndex .tit {
  color: #EB0A09;
  font-weight: 600;
}

.boxIndex .btn .tit {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.boxIndex strong {
  font-weight: 600;
}

.boxIndex .notice {
  font-size: 14px;
}

/*------------------------------------------
オプション
------------------------------------------*/
.inner {
  padding: 10px;
}

@media screen and (min-width: 500px) {
  .inner {
    padding: 20px 10px;
  }
}

/*====================================================================================
リードテキスト
====================================================================================*/
.readBox {
  padding: 15px 0;
}

.readBox .tit {
  color: #EF1E00;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.readBox .thumbBox {
  width: 130px;
}

.readBox .txtBox p {
  line-height: 1.4em;
}

@media screen and (min-width: 700px) {
  .readBox .thumbBox {
    width: 160px;
  }
}

.readBox .btn_pt01 {
  margin-top: 5px;
}

@media screen and (min-width: 700px) {
  .readBox .txtBox {
    padding-top: 0;
  }
}

/*------------------------------------------
ボックス：2カラム　
------------------------------------------*/
.box_Col2 {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}

.box_Col2 .item {
  display: table-cell;
  vertical-align: top;
}

.box_Col2 .item:first-child {
  padding-right: 5px;
}

.box_Col2 .item:last-child {
  padding-left: 5px;
}

.readBox .liquid {
  width: 100%;
}

/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
共通
------------------------------------------*/
*[class*="tit_subLv"] {
  color: #EB0A09;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  padding: 5px;
}

/* アイコンあり 
------------------------------------------*/
*[class*="tit_sub"].ico:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url("/sunrise/img/icon_title.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/* レベル：01
------------------------------------------*/
*[class*="tit_subLv01"] {
  background-color: #E8D09A;
}

/* レベル：02
------------------------------------------*/
*[class*="tit_subLv02"] {
  background-color: #FAEED3;
  border-left: 4px solid #977957;
}

/*------------------------------------------
ページ
------------------------------------------*/
#main > * .tit_page01 {
  color: #EB0A09;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
  line-height: 1.1em;
}

/*====================================================================================
ボタン
====================================================================================*/
/*------------------------------------------
ボタン：通常
------------------------------------------*/
.btn, .btn_wide {
  text-align: center;
  font-size: 16px;
}

.btn > * {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0px 1em;
  background-color: #ff8000;
  border-radius: 2px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  box-sizing: border-box;
}

.btn_wide {
  width: 260px;
  height: 40px;
  line-height: 40px;
  padding: 0px 1em;
  color: #fff;
  background-color: #ff8000;
  border-radius: 2px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33);
  box-sizing: border-box;
  margin: 10px auto 30px;
}

.btn *, .btn_wide *, #season_detail {
  color: #fff;
  font-weight: 600;
}

/*------------------------------------------
青いボタン
------------------------------------------*/
a#btn03 {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  background-color: #0088FF;
  padding: 5px 15px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.3);
}

/*------------------------------------------
ボタン：アイコンあり・2行
------------------------------------------*/
.btn.btn_sub > * {
  width: 100%;
  height: 50px;
  padding: 5px;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  position: relative;
}

.btn.btn_sub > * > * {
  display: table-cell;
}

.btn.btn_sub > *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn.btn_sub .ico {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.btn.btn_sub .tit {
  width: 100%;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 1em;
}

.btn.btn_sub .tit, .btn.btn_sub .tit * {
  text-align: left;
  line-height: 1.4em;
}

.btn.btn_sub .txt {
  display: block;
  font-weight: 300;
}

#main .btn.btn_sub {
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 500px) {
  .btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btnList > *:not(:last-child) {
    margin-bottom: 0px;
  }
}

/*------------------------------------------
青いボタン
------------------------------------------*/
.btn03 > * {
  color: #fff !important;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  background-color: #0088FF;
  padding: 5px 15px  !important;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

/*------------------------------------------
リンクリスト
------------------------------------------*/
.linkList {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

.linkList .item {
  width: 100%;
  padding: 5px;
  position: relative;
  display: table;
  table-layout: fixed;
}

.linkList .item > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

.linkList .item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.linkList .ico {
  width: 48px;
  height: 48px;
}

.linkList .ico img {
  width: 100%;
}

.linkList .txt {
  width: 100%;
  font-weight: 600;
  padding-left: 10px;
}

.linkList .txt span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}

.linkList a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 500px) {
  .linkList {
    border-top: none;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkList .item {
    width: 49.5%;
    border-top: 1px solid #ccc;
  }
  .linkList .item:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.btn_twitter {
  max-width: 250px;
  background-color: #2DAAE1;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}

.btn_twitter > * {
  text-align: center;
  display: block;
  padding: 5px;
}

.btn_twitter * {
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}

.btn_twitter img {
  width: 25px;
  margin-right: 5px;
}

.app {
  text-align: center;
}

/*====================================================================================
バナー
====================================================================================*/
.banner01 {
  text-align: center;
}

.banner01 img {
  width: 100%;
}

.banner01 .pc {
  width: 540px;
}

/*====================================================================================
アロー
====================================================================================*/
.linkTxt {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}

.linkTxt * {
  color: #EF1E00;
}

.linkTxt *:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #EB0A09;
  border-right: 0px;
  margin-left: 5px;
}

.arrow01, .list_pt02 li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #EB0A09;
  border-right: 0px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 5px;
}

/*====================================================================================
リスト
====================================================================================*/
/*------------------------------------------
リスト：通常
------------------------------------------*/
.list_pt01 li {
  list-style-type: none;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.list_pt01 li > * {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 5px;
}

@media screen and (min-width: 500px) {
  .list_pt01 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list_pt01 li > * {
    color: #EF1E00;
  }
}

/*------------------------------------------
リスト：サムネイルあり
------------------------------------------*/
/*
.list_pt02 li {
  display: table;
  table-layout: fixed;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #666;
}
*/
.list_pt02 li {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #666;
}

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

.list_pt02 .thumb {
  width: 95px;
  display: table-cell;
}

.list_pt02 .thumb.all {
  height: 70px;
}

.list_pt02 .txt {
  padding-left: 10px;
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}

.list_pt02 .txt .tit {
  color: #000;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 15px;
}

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

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

/*------------------------------------------
オプション
------------------------------------------*/
.thumb.all {
  overflow: hidden;
}

.thumb.all img {
  width: auto;
}

.thumb img {
  width: 100%;
}

/*====================================================================================
テーブル
====================================================================================*/
.tWeather tbody .ico img, .weather tbody .ico img {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .tWeather tbody .ico img, .weather tbody .ico img {
    width: 70px;
  }
}

/*------------------------------------------
テーブル：01
------------------------------------------*/
.tWeather {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.tWeather thead th {
  color: #333;
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
}

.tWeather tbody tr {
  border-top: 1px solid #ccc;
}

.tWeather tbody tr.day {
  border-top: none;
}

.tWeather tbody tr.day + tr {
  border-top: none;
}

.tWeather tbody .day th {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 7px 0;
  background-color: #F0F0F0;
}

.tWeather tbody td {
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
}

.tWeather tbody .ico {
  padding: 5px;
}

.tWeather tbody .h {
  color: #CC0000;
}

.tWeather tbody .l {
  color: #0000CC;
}

.tWeather tbody .sat {
  color: #1747bb;
}

.tWeather tbody .holiday {
  color: #b92b12;
}

.tWeather tbody .rank {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-size: 36px 22px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 500px) {
  .tWeather {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

/*------------------------------------------
テーブル：週間天気
------------------------------------------*/
.weather {
  width: 100%;
  max-width: 540px;
  background-color: #F6F6F6;
  margin: 0 auto;
}

.weather th, .weather td {
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  border: 1px solid #fff;
}

.weather .ico * {
  padding: 0;
}

.weather .ico * img {
  width: 100%;
}

.weather .h td {
  color: #CC0000;
}

.weather .l td {
  color: #0000CC;
}

.weather th.sat {
  color: #1747bb;
}

.weather th.holiday {
  color: #b92b12;
}

/*====================================================================================
タブメニュー
====================================================================================*/
/*------------------------------------------
リスト：タブメニュー
------------------------------------------*/
.menu_tab_switch {
  width: 94%;
  display: table;
  table-layout: auto;
  padding: 0px 10px 10px;
}

.menu_tab_switch .switch {
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
  display: table-cell;
}

@media screen and (min-width: 500px) {
  .menu_tab_switch {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* デザイン：01
------------------------------------------*/
.menu_tab_switch.pt01 .switch {
  color: #EF1E00;
  border: 1px solid #EF1E00;
}

.menu_tab_switch.pt01 .switch.act {
  color: #fff;
  background-color: #EF1E00;
}

.menu_tab_switch.pt01 .switch:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu_tab_switch.pt01 .switch:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu_tab_switch.pt02 .switch {
  color: #fff;
  background-color: #EF1E00;
}

.menu_tab_switch.pt02 .switch.act {
  opacity: 0.5;
}

.menu_tab_switch.pt02 .switch:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu_tab_switch.pt02 .switch:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menu_tab_cont .cont {
  display: none;
}

.menu_tab_cont .cont.act {
  display: block;
}

/*====================================================================================
dl
====================================================================================*/
.dl01 * {
  font-size: 14px;
}

.dl01 dt {
  width: 6em;
  float: left;
  text-align: right;
}

.dl01 dt:after {
  content: "：";
}

.dl01 dd {
  padding-left: 6.2em;
}

/*====================================================================================
テキストスタイル
====================================================================================*/
small {
  font-size: 75%;
}

.top_info {
  background-color: #FFF7E6;
  color: #EB0A09;
}

.spot .item {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.4em;
}

.spot .item > * {
  display: table-cell;
}

.spot .item:not(:first-child) {
  padding-top: 10px;
}

.spot .tit {
  color: #000;
  font-weight: 600;
  width: 6em;
  text-align: right;
  padding-right: 15px;
  line-height: 1.3em;
}

.spot .cont {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  line-height:1.5em;
}

.sns {
  margin: 15px 0;
}

.sns .tit {
  color: #0C419A;
  font-weight: 600;
  text-align: center;
}

.sns .item {
  text-align: center;
}

.sns .item > *, .sns .item > a {
  width: 60px;
  height: 30px;
  display: inline-block;
}

.spot_url_text {
  min-width: 195px;
  word-wrap: break-word;
}

/*====================================================================================
フォーム
====================================================================================*/
input {
  width: 100%;
}

textarea, .email {
  width: 100%;
  border: 1px solid #EB0A09;
  display: block;
  padding: 5px;
  border-radius: 3px;
  background-color: #FAFAFA;
}

.file {
  width: 150px;
  height: 96px;
  display: block;
  background-image: url("../images/upload.svg");
  background-size: 150px 96px;
}

.file > * {
  display: none;
}

label.btn {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

form .item > *:not(:last-child) {
  margin-bottom: 5px;
}

form .item:not(:last-child) {
  margin-bottom: 15px;
}

form .notice01, form .notice02 {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

form .notice01 {
  color: #EF1E00;
  line-height: 20px;
}

/*====================================================================================
ヘッダー
====================================================================================*/
.bb_red {
  border-bottom: solid 2px #861818;
}

div#header-label.sunrise {
  border-bottom: solid 1px #861818;background: #a71f1f;
}

/*------------------------------------------
ロゴ：WNI
------------------------------------------*/
#logo-wni {
  width: 125px;
  height: 40px;
  display: block;
}

#logo-wni {
  width: 125px;
  height: 40px;
  position: relative;
}

#logo-wni .st0 {
  fill: #0C419A;
}

/*------------------------------------------
配置
------------------------------------------*/
/*
#header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

#header > * {
  display: table-cell;
  vertical-align: middle;
}

#header .left > * {
  margin-right: auto;
}

#header .right > * {
  margin-left: auto;
}
*/

/*====================================================================================
フッター
====================================================================================*/
/*
#footer * {
  font-size: 15px;
  text-align: center;
  line-height: 1em;
}

#footer .item > * {
  display: block;
  padding: 15px 0;
  background-color: #fff;
}

#footer .item:not(:last-child) {
  margin-bottom: 2px;
}

#footer .link {
  color: #EF1E00;
  font-weight: 600;
  background-color: #FDF4B1;
}

#footer .copy {
  color: #666;
  background-color: #ccc;
}

@media screen and (min-width: 500px) {
  #footer {
    margin-top: 30px;
  }
  #footer .item:not(:last-child) {
    margin-bottom: 1px;
  }
}
*/
@media screen and (min-width: 500px) {
  a:hover {
    opacity: 0.7;
    transition: .25s;
  }
}
/* トピックス */
.linkList_item a {display: block;padding: 8px 10px;display: table;table-layout: fixed;}
.linkList_item:first-child {border-top: 1px solid #ccc;}
.linkList_item:not(:last-child) {border-bottom: 1px solid #ccc;}
.linkList_item a > * {display: table-cell;vertical-align: top;}
.linkList_item a > *:not(:first-of-type) {padding-left: 10px;}
.linkList_thumb img {width: 95px;height: 70px;}
.linkList_tit {font-size: 15px;line-height: 1.3em; font-weight: 600;}
.linkList_time {margin-top: 1px;font-size: 13px;}
#sgtk_linkList {
    background-color: mistyrose;
}
.pink-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(#fff));
    color: #0c419a;
    border-radius: 4px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 220px;
}
.pink-btn a, #sgtk_linkList a .linkList_tit{
    color: #0c419a !important;
}
.pink-btn > * {
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.pink-btn a.txt-row {
  font-size: 16px;
}
.pink-btn a.txt-row::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;
}
.pink-btn .txt-row2 {
  line-height: 1.4em;
  padding-top: 8px;
  min-height: 60px;
  font-size: 17px;
}
/*====================================================================================
初詣 2018
====================================================================================*/
/*
.logo_site.hatsumoude > * {
  background-image: url(//smtgvs.weathernews.jp/s/sunrise/img/logo_hatsumoude.png);
}
*/
*[class*="tit_sub"].ico.hatsumoude:before {
  background-image: url(/sunrise/img/icon_title_hatsumoude.svg);
}

/*------------------------------------------
マップ
------------------------------------------*/
.map-area {
  padding: 10px;
  background: -webkit-linear-gradient(#FFF1B5, #ffffff);
}

.map-area .content {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map-area .tit {
  font-weight: 600;
  color: #E7161A;
  position: absolute;
  top: 20px;
}

.map-area li {
  width: 4.5em;
  line-height: 1em;
  list-style-type: none;
  border: 1px solid #083997;
  box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.25);
  position: absolute;
}

  .map-area li a {
    display: block;
    color: #083997;
    font-weight: 600;
    background-color: #fff;
    padding: 5px;
    position: relative;
  }
/*
  .map-area li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: .45em solid transparent;
    border-left-color: #083997;
    border-right: 0px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
*/
  .map-area li a:after {
    content: "";
    border-top: 0.45em solid transparent;
    border-bottom: 0.45em solid transparent;
    border-left: 0.45em solid #083997;
    position: absolute;
    right: 5px;
    top: 7px;
  }

.map-area li.map-01 { top: 10px;    left : 135px; }
.map-area li.map-02 { top: 90px;    right: 0px;   }
.map-area li.map-03 { top: 105px;   left : 120px; }
.map-area li.map-04 { top: 160px;   right: 5px;   }
.map-area li.map-05 { top: 130px;   left : 35px;  }
.map-area li.map-06 { top: 200px;   left : 135px; }
.map-area li.map-07 { top: 220px;   left : 0px;   }
.map-area li.map-08 { bottom: 60px; left : 90px;  }
.map-area li.map-09 { bottom: 0px;  left : 40px;  }

/*------------------------------------------
ほか、調整
------------------------------------------*/
table {border-collapse: collapse; border-spacing: 0; }
.weather th, .weather td {font-size: 16px; }
.weather th .unit, .weather td .unit {font-size: .75em; }
.map-area .tit {font-size: 16px; }
.red-txt {font-size: 16px; color: #EF1E00; line-height: 1.4em; padding:10px;}
.linkList_item {border-bottom: 1px solid #ccc !important;}

/* 初日の出 */
.banner01 img {max-width: 350px;}
.area-list {width: 100%; font-size: 0; position: relative; padding: 0; margin: 0 0 0 3px; }
.area-list li {width: 49%; display: inline-block; line-height: 1em; list-style-type: none; border: 1px solid #ccc; font-size: 16px; box-sizing: border-box; }
.area-list li > * {display: block; font-weight: 600; color: #000; padding: 10px; }
.area-list li:nth-child(odd) {border-left: none; }
.area-list li:nth-child(even) {border-right: none; }
@media screen and (min-width: 650px) {.area-list li {width: 25%; } .area-list li:nth-child(odd) {border-left: 1px solid #ccc; } .area-list li:nth-child(1), .area-list li:nth-child(5) {border-left: none; } .area-list li:nth-child(4n) {border-right: none; } }
/* 初日の出ピンポイント */
.boxInner02 .boxInner02_txt02 {font-size: 22px; line-height: 3em;}

/* オススメコンテンツ
------------------------------------------*/
.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;
}

