@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

body {
  font-family: 'メイリオ' , Meiryo ,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic,Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #272727;
  overflow-x: hidden;
  max-width: 100%;
}

a:hover img {
  opacity: .7;
}

.wrapper {
  border-top: 10px solid #00bbff;
}

@media screen and (max-width: 64.0625em) {
  .wrapper {
    border-top-width: 0;
    padding-top: 40px;
  }

  .skyline {
    display: none;
  }
}
.skyline {
  border: none;
  border-bottom: 4px dotted #00bbff;
}

.skyline2 {
  display: none;
}

@media screen and (min-width: 64.0625em) {
  .skyline2 {
    margin-top: 30px;
    border-bottom: 1px solid #00bbff;
  }
}
.cate-special {
  background-color: #00bbff;
}

.cate-view {
  background-color: #a083bb;
}

.cate-play {
  background-color: #fca600;
}

.cate-live {
  background-color: #55b26d;
}

.cate-eat {
  background-color: #f05151;
}

.cate-learm {
  background-color: #138ad5;
}

.cate-shot {
  background-color: #bba083;
}

.cate-blog {
  background-color: #777777;
}

.cate-news {
  background-color: #009ed7;
}

.cate-come-kyoto {
  background-color: #151515;
}

.cate-caren_ch {
  background-color: #ff7505;
}

.cate-special {
  background-color: #f05151;
}

.cate-life {
  background-color: #00bbff;
}

.cate-snap {
  background-color: #fca600;
}

.cate-interview {
  background-color: #55b26d;
}

.cate-event {
  background-color: #138ad5;
}

.cate-hankyu {
    background-color: #73111f;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 100%;
}

body {
  font-size: 100%;
  background: #fff;
  cursor: auto;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object {
  max-width: none !important;
}

.map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

.mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  width: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.9375em;
  max-width: none;
  width: auto;
}
.row .row:before {
  content: " ";
  display: table;
}
.row .row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  content: " ";
  display: table;
  clear: both;
}

.column, .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.large-6.columns:nth-child(2n + 1){
  clear: both;
}

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-0 {
    display: none;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-0 {
    display: block;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  content: " ";
  display: table;
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.header, .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.main_content {
  float: left;
  width: 700px;
}
.main_content section {
  margin-bottom: 30px;
}

.sub_content {
  float: right;
  width: 220px;
}

.social_contents {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  margin-top: 50px;
}
.social_contents .columns {
  margin-bottom: 20px;
  text-align: center;
}

.read {
  margin: 20px 10px 10px;
  font-size: 14px;
}

@media screen and (max-width: 64.0625em) {
  .main_content {
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .sub_content {
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.text-left {
  text-align: auto;
}

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

.text-right {
  text-align: right;
}

.header {
  margin: 15px auto;
}
.header h1 {
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 14px;
}
.header .btn {
  float: right;
}

.sns-btn a {
  text-decoration: none;
  color: white;
  border-radius: 100%;
  padding: 6px;
  line-height: 1;
  display: inline-block;
  height: 28px;
  text-align: center;
}
.sns-btn a i {
  vertical-align: middle;
}
.sns-btn .facebook {
  background-color: #39599f;
}
.sns-btn .twitter {
  background-color: #45b0e3;
}
.sns-btn .rss {
  background-color: #f8bc2e;
}
.sns-btn .line {
  background-color: white;
  display: none;
}

.search-form {
  margin-top: 15px;
  text-align: right;
}
.search-form input[type="text"] {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  background: url(../img/common/icon_search.png) no-repeat center right;
  position: relative;
  width: 0;
  padding: 5px 20px 5px 10px;
  border: 1px solid white;
  font-size: 15px;
}
.search-form input[type="text"]:focus {
  border: 1px solid #c8c8c8;
  width: 200px;
  padding: 5px 40px 5px 10px;
  outline: 0;
  border-radius: 4px;
}
.search-form input[type="text"]:after {
  font-family: 'icomoon';
  content: "\e607";
  color: #eeeeee;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 16px;
}
.search-form input[type="submit"] {
  display: none;
  background: url(../img/common/icon_search.png) no-repeat center right;
  border: none;
  text-indent: -9999px;
  padding: 5px 20px 5px 10px;
}
.search-form a {
  border: 1px solid #c8c8c8;
  color: #828282;
  text-decoration: none;
  padding: 2px 4px;
  background: white;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (max-width: 64.0625em) {
  .header {
    height: 5px 0;
  }
  .header h1 {
    display: none;
  }

  .header_logo {
    position: fixed;
    top: 5px;
    width: 35%;
    z-index: 1001;
  }
  .header_logo img {
    opacity: 0;
  }
  .header_logo a:hover img {
    opacity: 0;
  }

  .sns-btn {
    display: none;
    margin-top: 5px;
    text-align: right;
  }
  .sns-btn .line {
    display: inline-block;
    padding: 0;
  }
  .sns-btn .line i {
    height: 29px;
    width: 28.9px;
    border-radius: 100%;
    display: inline-block;
    font-size: 8px;
    line-height: 28px;
    background: #00c300;
  }

  .search-form {
    width: 94%;
    margin: 0 auto;
    /* display: none; */
  }
  .search-form input[type="text"]{
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 16px;
    outline: 0;
    padding: 5px 40px 5px 10px;
  }
  .search-form input[type="text"]:focus {
    width: 100%;
  }
}
.footer_wrap {
  margin-top: 100px;
  padding: 40px 0 15px;
  background-color: #00bbff;
  color: white;
}

.footer_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer_inner dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_inner dl dd {
  font-size: 12px;
}

.pagetop a{
  width: 40px;
  height: 40px;
  background: #00bbff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: -100px; right: 0;
  text-align: center;
  text-decoration: none;
  transition: .3s all;
}
@media screen and (max-width: 64.0625em) {
  .pagetop a{
    font-size: 18px;
    top: -70px;
    right: 0.9375em;
  }
}

.pagetop a:hover{
  opacity: .7;
}

.fnav_title {
  display: none;
}

.fnav {
  margin-bottom: 40px;
}
.fnav li {
  display: inline-block;
  margin-right: 1em;
  font-size: 13px;
}
.fnav li a {
  text-decoration: none;
  color: white;
}
.fnav li a:hover {
  text-decoration: underline;
}
.fnav li:before {
  content: "|";
  margin-right: 1em;
}

.f_title {
  font-size: 24px;
  margin-bottom: 20px;
}

.f_banner {
  margin: 10px 0;
}
.f_banner a:first-child {
  margin-right: 10px;
}

.copyright {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 64.0625em) {
  .footer_wrap {
    padding: 10px 0;
  }

  .fnav_title {
    display: block;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #00bbff;
    padding: 10px 0;
  }

  .fnav {
    margin-bottom: 5px;
  }
  .fnav li {
    display: block;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 2.5;
    border-bottom: 1px solid white;
  }
  .fnav li:before {
    content: ">";
    position: absolute;
    left: 0;
  }

  .footer_category_list {
    overflow: hidden;
  }
  .footer_category_list li {
    float: left;
    width: 50%;
    margin: 0;
  }
  .footer_category_list li:before {
    content: "";
  }

  .f_title {
    text-align: center;
  }
}
/*========page_content=========*/
.page_header {
  margin: 0 0 18px;
}
.page_header .cate {
  position: static;
  display: inline-block;
  font-size: 14px;
}
.page_header .date {
  margin-right: 20px;
}
.page_header .author {
  font-size: 12px;
  margin-right: 5px;
}
.page_header .author-link{
  color: #272727;
  text-decoration: none;
}
.page_header .author img {
  margin-right: 10px;
  border-radius: 50%;
}
.page_header .tags a {
  color: #272727;
  display: inline-block;
  border: 1px solid #cccccc;
  font-size: 13px;
  margin: 3px;
  padding: 0 5px;
}

.article_body {
  margin: 0 10px;
  color: #666666;
  word-break: break-all;
}
.article_body figure {
  margin-bottom: 30px;
}
.article_body figure img {
  margin-bottom: 10px;
  max-width: 100%;
}
.article_body figure figcaption {
  font-size: 90%;
}
.article_body img {
  max-width: 100% !important;
  height: auto;
  margin-bottom: 15px;
}
.article_body .sns_area {
  border-bottom: 1px solid #272727;
  margin-bottom: 15px;
}
.article_body h2 {
  font-size: 20px;
  border-left: 5px solid #00bbff;
  padding: 2px 0 2px 8px;
  color: #3e3e3e;
  margin-bottom: 25px;
}
.article_body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.article_body h4 {
  font-weight: bold;
  margin-bottom: 1em;
}
.article_body p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.8;
  overflow-wrap:break-word;
  word-wrap:break-word;
}
.article_body p img {
  margin-bottom: 0;
}
.article_body blockquote {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px;
  margin-bottom: 25px;
  font-style: italic;
}
.article_body blockquote:before {
  content: url(../img/common/blockquote_before.png);
  position: absolute;
  top: 10px;
  left: 10px;
}
.article_body blockquote:after {
  content: url(../img/common/blockquote_after.png);
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.article_body blockquote p {
  margin-bottom: 0;
}
.article_body a {
  color: #00bbff;
  text-decoration: underline;
}
.linkcard a{
  text-decoration: none;
}
.article_body a[target="_blank"]:before {
  content: url(../img/common/icon_blank.png);
  margin-right: 5px;
}
.article_body dl {
  margin-bottom: 2em;
}
.article_body table {
  width: 100%;
}
.article_body table th, .article_body table td {
  padding: 8px 12px;
  border: 1px solid #272727;
}
.article_body ul.uniList li {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 15px;
}
.article_body ul {
  margin-bottom: 2em;
}
.article_body ul li {
  list-style: disc inside;
  text-indent: -1em;
  margin-left: 1em;
}
.article_body ol {
  margin-bottom: 2em;
}
.article_body ol li {
  list-style: decimal inside;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.article_body .contact_table {
  margin-bottom: 20px;
}
.article_body .contact_table tr {
  border: 0;
}
.article_body .contact_table th, .article_body .contact_table td {
  border-top: 1px dotted #777777;
  border-bottom: 1px dotted #777777;
  border-left: 0;
  border-right: 0;
}
.article_body .contact_table th {
  border-right: 1px dotted #777777;
}
.article_body .contact_table th span {
  color: #f05151;
  font-size: 10px;
}
.article_body .contact_table td span.sampletext {
  font-size: 10px;
  display: block;
}
.article_body .contact_table td .error {
  font-size: 13px;
  background: #f05151;
  color: white;
  padding: 4px 6px;
  border-radius: 6px;
  margin: 5px 0;
}
.article_body .contact_table input {
  padding: 4px 8px;
  font-size: 16px;
  width: 100%;
}
.article_body .contact_table input[type="checkbox"], .article_body .contact_table input[type="radio"] {
  width: inherit;
  font-size: 14px;
}
.article_body .contact_table label {
  margin-right: 2em;
}
.article_body .contact_table textarea {
  width: 100%;
  min-height: 100px;
  font-size: 16px;
}
.article_body .color_red {
  color: #f05151;
}
.article_body .m0 {
  margin-top: 0;
}
.article_body strong {
  font-weight: bold;
}
.article_body em{
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #ffff66 0%);
}

.article_body .pagesprit {
  clear: both;
  line-height:1.714285714;
}
.article_body .page-numbers{
  margin-bottom: 30px;
}
.article_body .page-numbers a {
  width: 40px;
  height: 40px;
  display:inline-block;
  border: 1px solid #00bbff;
  box-sizing: border-box;
  color: #00bbff;
  line-height: 40px;
  text-decoration:none;
  text-align: center;
  transition: .3s all;
}
.article_body .page-numbers a:hover {
  background: #00bbff;
  color: #fff;
}
.article_body .page-numbers > .numbers {
  width: 40px;
  height: 40px;
  background: #00bbff;
  border: 1px solid #00bbff;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
.article_body .page-numbers > *:not(:first-child){
  margin-left: 10px;
}

.share_area {
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  text-align: center;
  padding: 18px 0;
  margin-bottom: 38px;
}
.share_area h3 {
  font-size: 20px;
  margin-bottom: 18px;
}

.snsbv {
  text-align: center;
}
.snsbv li {
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
  margin: 0 5px;
}
.snsbv li iframe {
  height: 60px !important;
}

.author_block {
  background-color: #f4f4f4;
  border: 1px dotted #151515;
  padding: 18px;
  margin: 12px 30px;
}
.author_block h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #151515;
  text-align: center;
  margin-bottom: 20px;
}
.author_block .name {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #151515;
  text-indent: 5px;
}
.author_block .plofile {
  margin: 10px 0;
}
.author_block .plofile li {
  margin-top: .7em;
}
.author_block .graduate:before {
  content: url(../img/common/icon_graduate.png);
  margin-right: 5px;
}
.author_block .card:before {
  content: url(../img/common/icon_card.png);
  margin-right: 5px;
}

.author_large {
  padding: 10px 0;
}
.author_large li {
  overflow: hidden;
  margin-bottom: 20px;
}
.author_large li strong {
  margin: 5px 0;
  font-size: 16px;
  display: block;
  text-align: center;
}
.author_large li strong a {
  color: #272727;
  font-size: 16px;
}
.author_large .avatar_th {
  border-radius: 100%;
  overflow: hidden;
}
.author_large .avatar_th img {
  border-radius: 100%;
}
.author_large .plofile a {
  text-decoration: none;
}
.author_large .button {
  background: white;
  border: 1px solid #151515;
  border-radius: 2px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 2px;
  margin: 10px auto;
  width: 80%;
  text-align: center;
}
.author_large .human {
  background: url(../img/common/icon_human.png) no-repeat 10px center white;
}
.author_large .pen {
  background: url(../img/common/icon_pen.png) no-repeat 10px center white;
}

.social_feed_area {
  padding: 0;
  margin: 0 -1% 15px;
  overflow: hidden;
}
.social_feed_area li {
  display: block;
  float: left;
  line-height: 0;
  vertical-align: top;
  width: 24%;
  text-indent: 0 !important;
  margin-right: .5%;
  margin-left: .5% !important;
}
.social_feed_area li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.social_feed_area li a[target="_blank"]:before {
  content: "" !important;
  margin-right: 0 !important;
}
.social_feed_area li i {
  color: #fff;
  font-size: 18px;
}
.social_feed_area .share_twitter a {
  background: #45b0e3;
}
.social_feed_area .share_twitter i {
  background: #45b0e3;
}
.social_feed_area .share_facebook a {
  background: #39599f;
}
.social_feed_area .share_facebook i {
  background: #39599f;
}
.social_feed_area .share_hatebu a {
  background: #1872bf;
}
.social_feed_area .share_hatebu i {
  background: #1872bf;
}
.social_feed_area .share_googleplus a {
  background: #f40909;
}
.social_feed_area .share_googleplus i {
  background: #f40909;
}
.social_feed_area .share_pocket a {
  background: #ef3e56;
}
.social_feed_area .share_pocket i {
  background: #ef3e56;
}
.social_feed_area .share_line a {
  background: #00c300;
}
.social_feed_area .share_line i {
  background: #00c300;
}

.author_arcive {
  margin-bottom: 20px;
}

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

.widget_yarpp_widget .yarpp-related a {
  font-weight: normal;
}

.caren_block {
  background: url(../img/common/caren.png) no-repeat 8px 8px #f4f4f4;
  border: 1px dotted #151515;
  padding: 18px;
  margin: 12px 30px;
  min-height: 100px;
}
.caren_block p {
  padding-left: 80px;
}

@media screen and (max-width: 64.0625em) {
  .article_body .contact_table th, .article_body .contact_table td {
    display: block;
    width: 90%;
    margin: auto;
    border: 1px solid #eeeeee;
  }
  .article_body .contact_table th {
    background: white;
  }
  .article_body .th {
    margin-bottom: 10px;
  }
  .article_body .th img {
    margin-bottom: 0;
  }

  .author_large .button {
    width: 100%;
    font-size: 10px;
    text-indent: 1em;
    background-position: 5px center;
  }

  .author_block {
    padding: 8px;
  }

  .social_feed_area li i {
    font-size: 16px;
  }

  .page_header .author {
    display: block;
    margin: 4px 0;
  }

  .caren_block {
    background: url(../img/common/caren.png) no-repeat center 8px #f4f4f4;
    margin: 20px 0;
  }
  .caren_block p {
    padding-top: 80px;
    padding-left: 0;
  }

  .author_block {
    margin: 20px 0;
  }

  .related .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.author_arcives .row {
  margin: 30px 0 80px;
}
.author_arcives .columns {
  margin-bottom: 30px;
}

.author_arcive a {
  color: #272727;
  text-decoration: none;
  min-height: 2.4em;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.author_arcive a:hover img {
  border-color: #fdef14;
}
.author_arcive img {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 100%;
  border: 4px solid transparent;
}
.author_arcive .author_name {
  display: block;
  text-align: center;
}
.author_arcive .author_name strong {
  font-weight: bold;
}

.author_plofile {
  margin-bottom: 70px;
}

.author_img {
  text-align: center;
}
.author_img img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 4px solid #fdef14;
  margin: auto;
}

.gnav {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.gnav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.gnav ul li {
  position: relative;
  display: table-cell;
  text-align: center;
}
.gnav ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #272727;
}
.gnav ul li a:after {
  content: "";
  width: 60%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 4px solid #00bbff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav ul li a:hover:after {
  width: 100%;
}
.gnav .special a:after {
  border-color: #00bbff;
}
.gnav .view a:after {
  border-color: #a083bb;
}
.gnav .play a:after {
  border-color: #fca600;
}
.gnav .live a:after {
  border-color: #55b26d;
}
.gnav .eat a:after {
  border-color: #f05151;
}
.gnav .leam a:after {
  border-color: #138ad5;
}
.gnav .shot a:after {
  border-color: #bba083;
}
.gnav .special a:after {
  border-color: #f05151;
}
.gnav .life a:after {
  border-color: #00bbff;
}
.gnav .snap a:after {
  border-color: #fca600;
}
.gnav .interview a:after {
  border-color: #55b26d;
}
.gnav .event a:after {
  border-color: #138ad5;
}
.gnav .come-kyoto a:after {
  border-color: #151515;
}
.gnav .hankyu a:after {
  border-color: #7f0b10;
}
.postnav {
  border-top: 2px solid #151515;
  border-bottom: 2px solid #151515;
  padding: 10px 0;
}

.post-nav {
  overflow: hidden;
}

.previous, .next, .page_navi .previous {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 49%;
  padding: 25px 20px 15px 10px;
  position: relative;
}
.previous a, .next a, .page_navi .previous a {
  text-decoration: none;
  color: #272727;
  display: table;
}
.previous .text, .next .text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
.previous .post_title, .next .post_title {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.previous .tumb, .next .tumb {
  margin-right: 12px;
  display: table-cell;
  vertical-align: middle;
}

.next, .page_navi .previous, .page_navi .next {
  padding: 25px 10px 15px 20px;
  border-left: 2px solid #151515;
}
.next .text, .page_navi .previous .text {
  right: 0;
  left: inherit;
}

.postnav_author {
  border-top: 2px solid #151515;
  border-bottom: 2px solid #151515;
  padding: 10px 0;
  margin: 30px 0;
}
.postnav_author .post-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.postnav_author a {
  text-decoration: none;
  text-align: center;
  display: table-cell;
}
.postnav_author .to_the_prev {
  text-align: left;
}
.postnav_author .to_the_center {
  text-align: center;
}
.postnav_author .to_the_next {
  text-align: right;
}

@media screen and (min-width: 64.0625em) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 64.0625em) {
  .gnav {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .previous, .next, .page_navi .previous {
    padding: 25px 5px 0 0;
  }
  .previous .tumb, .next .tumb {
    display: none;
  }

  .next, .page_navi .previous, .page_navi .next {
    padding: 25px 0 0 5px;
  }
}
.bread_crumb {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin: 30px auto 20px;
  font-size: 13px;
}
.bread_crumb li {
  display: inline-block;
  color: #272727;
}
.bread_crumb li a {
  color: #272727;
  text-decoration: none;
}
.bread_crumb li a:hover {
  text-decoration: underline;
}
.bread_crumb li + li:before {
  content: ">";
  margin: 0 1em;
  vertical-align: middle;
}

@media screen and (max-width: 64.0625em) {
  .bread_crumb {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.page_navi {
  text-align: center;
  margin: 20px 0;
}
.page_navi li {
  display: inline-block;
}
.page_navi span, .page_navi a {
  font-size: 13px;
  color: #272727;
  line-height: 1;
  padding: 0 6px;
  border: 1px solid #151515;
  text-decoration: none;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page_navi span, .page_navi a:hover {
  color: white;
  background: #151515;
}
.page_navi .previous, .page_navi .next {
  padding: 0;
  border: 0;
  float: none;
  width: auto;
}
.page_navi .previous a, .page_navi .next a {
  display: inline;
}

.btn {
  display: inline-block;
  border: 1px solid #00bbff;
  border-radius: 6px;
  padding: 4px 12px;
  background-color: #00bbff;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
}
.btn i {
  margin-right: 10px;
  vertical-align: middle;
}
.btn.l {
  padding: 4px 32px;
}
.btn.mx {
  width: 100%;
}
.btn.shadow {
  box-shadow: 0 4px 0 #009ed7;
  -webkit-transition: all 0.075s;
  -moz-transition: all 0.075s;
  -o-transition: all 0.075s;
  -ms-transition: all 0.075s;
  transition: all 0.075s;
}
.btn.shadow:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
}

.contact_btn {
  text-align: center;
}
.contact_btn input {
  display: inline-block;
  border: 1px solid #00bbff;
  border-radius: 6px;
  padding: 4px 12px;
  background-color: #00bbff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 0;
  box-shadow: 0 4px 0 #009ed7;
  -webkit-transition: all 0.075s;
  -moz-transition: all 0.075s;
  -o-transition: all 0.075s;
  -ms-transition: all 0.075s;
  transition: all 0.075s;
  margin-bottom: 20px;
  font-size: 18px;
  width: 66%;
}
.contact_btn input:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
}

.more {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0.9375em;
  margin-right: 0.9375em;
}

.media__primary li {
  position: relative;
}
.media__primary li .cate {
  font-size: 22px;
  padding: 5px;
  left: 0;
}
.media__primary .media_caption {
  background-color: rgba(0, 187, 255, 0.9);
  color: #fff;
}
.media__primary .media_caption .date {
  display: inline-block;
  margin-right: 2em;
  font-size: 16px;
}
.media__primary .media_caption .author {
  font-size: 14px;
}
.media__primary .media_caption .author img {
  margin: 0 5px;
  display: inline-block;
}
.media__primary .media_caption h2 {
  font-size: 24px;
  margin: 10px 0;
}
.media__primary .avatar {
  height: 30px;
  width: auto;
}

.media__general {
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.media__general a {
  color: #272727;
  display: block;
  overflow: hidden;
  max-height: 235px;
}
.media__general a:hover .media_over {
  opacity: 1;
}
.media__general .author {
  float: right;
  display: block;
  margin-right: 10px;
}
.media__general .author img {
  margin: auto;
  display: block;
  text-align: center;
}
.media__general h2 {
  clear: both;
  font-size: 14px;
}
.media__general .avatar {
  height: 30px;
  width: auto;
}
.media__general .media_caption {
  padding: 0 8px 8px;
}
.media__general .media_caption .date {
  font-size: 12px;
}
.media__general .media_caption .author {
  font-size: 12px;
  float: none;
  display: inline-block;
  margin-left: 10px;
}

.media__articles {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.media__articles a {
  color: #272727;
}
.media__articles a:hover h2 {
  text-decoration: underline;
}
.media__articles img {
  width: 140px;
  display: block;
  float: left;
}
.media__articles .date {
  font-size: 12px;
}
.media__articles .cate {
  font-size: 12px;
  width: 8em;
}
.media__articles .media_caption {
  float: right;
  width: 170px;
  position: static;
  padding: 0;
}
.media__articles .media_caption h2 {
  font-size: 14px;
  margin-top: 10px;
  min-height: 70px;
}

.cate {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 9em;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  font-size: 14px;
}

.media_caption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.media_caption .author {
  font-size: 10px;
}
.media_caption .author img {
  border-radius: 100%;
}

.date {
  font-size: 14px;
}

.tags i {
  vertical-align: middle;
}
.tags ul {
  margin-left: 1em;
}
.tags ul, .tags li, .tags a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.tags li + li:before {
  content: "/";
  margin: 0 1em;
}

.media_over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 239, 20, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 115px;
  text-align: center;
  z-index: 2;
}
.media_over p {
  display: inline-block;
  margin: 0 10px;
}
.media_over p span i {
  border-radius: 100%;
  color: white;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 2;
  margin-bottom: 5px;
}
.media_over p .facebook i {
  background-color: #39599f;
}
.media_over p .twitter i {
  background-color: #45b0e3;
}
.media_over p .googleplas i {
  background-color: #f40909;
}
.media_over p .hatebu i {
  background-color: #1872bf;
}

.tab {
  overflow-y: hidden;
  padding-left: 1%;
  padding-right: 1%;
  margin: 25px auto 15px;
  border-bottom: 1px solid #151515;
}
.tab li {
  cursor: pointer;
  color: #272727;
  border: 1px solid #151515;
  border-bottom: 0;
  margin: 0 1%;
  width: 48%;
  text-align: center;
  padding: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.tab li.select {
  background-color: #151515;
  color: white;
}

.tab li {
  float: left;
}

.tab_content li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.rank > div {
  counter-increment: rank;
  position: relative;
}
.rank article:before {
  content: counter(rank);
  position: absolute;
  color: white;
  z-index: 3;
  line-height: 1;
}
.rank article:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #272727;
  line-height: 1;
  height: 20px;
  width: 20px;
}
.rank .media__general:before {
  font-size: 14px;
  top: 5px;
  left: 5px;
}
.rank .media__general:after {
  font-size: 60px;
  top: 0px;
  left: 0px;
}
.rank .media__articles:before {
  font-size: 8px;
  top: 5px;
  left: 5px;
}
.rank .media__articles:after {
  font-size: 40px;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 64.0625em) {
  .media__primary li a > img {
    min-width: 960px;
    height: 520px;
  }
}
@media screen and (max-width: 64.0625em) {
  .row.archive_post .small-6:first-child {
    width: 100% !important;
  }
  .row.archive_post .columns {
    padding-left: .3em;
    padding-right: .3em;
  }

  .hallOfFame .columns, .archive__post_list .columns {
    padding-left: .3em;
    padding-right: .3em;
  }

  .media__primary .media_caption {
    padding: 5px 10px;
    font-size: 14px;
    background: #fdef14;
    color: #333;
  }
  .media__primary .media_caption .data {
    font-size: 10px;
  }
  .media__primary .media_caption .author {
    font-size: .8em;
    display: none;
  }
  .media__primary .media_caption h2 {
    font-size: .8em;
    margin: 0 0.25px;
  }
  .media__primary .media_caption .tags {
    font-size: .8em;
  }
  .media__primary li a > img {
    min-width: 100%;
    height: auto;
  }
  .media__primary li .cate {
    padding: 0;
    font-size: 80%;
  }

  .media__general a {
    overflow: hidden;
    text-decoration: none;
    max-height: inherit;
  }
  .media__general .cate {
    font-size: 60%;
  }
  .media__general .th {
    width: 40%;
    float: left;
  }
  .media__general .media_caption {
    width: 58%;
    float: right;
    padding: 0 4px 4px 4px;
    position: static;
    line-height: 1;
  }
  .media__general .media_caption h2 {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .media__general .media_caption .date {
    vertical-align: bottom;
    font-size: 10px;
    line-height: 1;
  }
  .media__general .media_caption .author {
    display: none;
  }
  .media__general .media_over {
    display: none;
  }

  .media__articles .cate {
    left: 0;
  }
  .media__articles img {
    margin-right: 5px;
    width: 100%;
  }
  .media__articles .media_caption {
    width: 45%;
  }

  .rank .media__general:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #f5006e;
  }
  .rank > div:nth-child(10) article:before {
    left: inherit;
    right: 4px;
  }
  .rank .media__articles {
    border-bottom: 1px solid #eeeeee;
  }
  .rank .media__articles img {
    display: none;
  }
  .rank .media__articles:before {
    top: 5px;
    left: inherit;
    right: 6px;
  }
  .rank .media__articles:after {
    top: 0;
    left: inherit;
    right: 0;
    content: "";
    background-color: #f5006e;
    height: 20px;
    width: 20px;
  }
  .rank .media__articles .media_caption {
    padding: 20px 0;
  }
  .rank .media__articles .media_caption h2 {
    min-height: inherit;
  }

  .bx-wrapper {
    margin: 30px auto 20px !important;
    overflow: hidden;
  }

  .cate {
    font-size: 12px;
  }
}
@media screen and (max-width: 40.0625em) {
  .media__articles .media_caption {
    width: 100%;
  }
  .media__articles .media_caption h2 {
    margin-top: 0;
  }

  .bx-wrapper {
    margin: 30px auto 0px !important;
    height: 205px;
    overflow: hidden;
  }
}
.title {
  font-size: 24px;
  border-bottom: 3px solid #00bbff;
  padding: 10px 10px 0;
}

.page_title {
  font-size: 30px;
  background: #00bbff;
  color: white;
  padding: 20px;
  margin-top: 20px;
  clear: both;
}

.page_title h1 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.page_type {
  border-bottom: 4px solid #00bbff;
}

.media_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.media_title span {
  font-size: 80%;
  display: block;
}

.fz-s {
  font-size: 80%;
}

.fz-m {
  font-size: 100%;
}

.fz-l {
  font-size: 120%;
}

@media screen and (max-width: 64.0625em) {
  .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.sub_content aside {
  margin-bottom: 30px;
  max-width: 100%;
}
.sub_content aside h2 {
  font-size: 16px;
  border-bottom: 3px solid #00bbff;
  padding: 20px 0px 0;
  margin-bottom: 25px;
  min-height: 50px;
}
.sub_content aside img {
  text-align: center;
}
.sub_content .photo {
  background-color: #eeeeee;
  padding: 8px 0 30px;
}
.sub_content .photo img {
  text-align: center;
  display: block;
  margin: 0 auto 5px;
}
.sub_content .photo p {
  font-size: 12px;
  text-align: left;
  text-indent: 2em;
}
.sub_content .tab {
  margin-top: 20px;
}

.hallOfFame {
  margin-bottom: 20px;
}
.hallOfFame li {
  counter-increment: hall;
  border-bottom: 1px dotted #00bbff;
  padding: 20px 0;
  font-size: 80%;
}
.hallOfFame li a {
  display: block;
  text-decoration: none;
  color: #272727;
  position: relative;
  overflow: hidden;
}
.hallOfFame li a:hover {
  text-decoration: underline;
}
.hallOfFame li a:hover .date, .hallOfFame li a:hover .cate {
  text-decoration: none;
}
.hallOfFame li a:before {
  content: counter(hall);
  color: white;
  background-color: #151515;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 5px;
  line-height: 1;
  z-index: 2;
}
.hallOfFame li a .th {
  float: left;
  margin-right: 5px;
  max-width: 50px;
}
.hallOfFame li a h3 {
  font-size: 13px;
}
.hallOfFame li a .cate {
  position: static;
  font-size: 12px;
  display: inline-block;
}
.hallOfFame li a .date {
  font-size: 8px;
}
.hallOfFame.ranking .columns {
  counter-increment: hall;
}
.hallOfFame.ranking .columns .media__general:before {
  content: counter(hall);
  color: white;
  background-color: #f5006e;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 5px;
  line-height: 1;
  z-index: 2;
}

.tagcloud a {
  display: inline-block;
  margin: 0 1.5px 5px;
  padding: 5px;
  line-height: 1;
  font-size: 12px !important;
  background-color: #cccccc;
  color: #272727;
  text-decoration: none;
}
.tagcloud a:hover {
  background-color: #eeeeee;
}

.news_list {
  margin-bottom: 20px;
}
.news_list li {
  border-bottom: 1px dotted #00bbff;
  padding: 0 5px;
}
.news_list li a {
  display: block;
  text-decoration: none;
  color: #272727;
  font-size: 14px;
  padding: 10px 0;
}
.news_list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 64.0625em) {
  .sub_content .widget_sp_image {
    width: 50%;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    padding: 2%;
  }
  .sub_content .media__general .media_caption h2 {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    min-height: inherit;
  }
  .sub_content .hallOfFame li {
    padding: 10px 0;
  }
}
