@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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: bold;
}

button {
  background: none;
  border: none;
  padding: 0;
}

.sprite-facebook, .sprite-twitter, .sprite-hatena {
  background: url(../../img/common/icon_sprite-0.1.0.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .sprite-facebook, .sprite-twitter, .sprite-hatena {
    background: url(../../img/common/icon_sprite@2x-0.1.0.png) no-repeat;
    background-size: 242px 242px;
  }
}

.sprite-facebook {
  background-position: -42px -42px;
}

.sprite-twitter {
  background-position: -126px -126px;
}

.sprite-hatena {
  background-position: -210px -210px;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

a {
  color: #436c92;
}
a:hover {
  opacity: .8;
}

button, input {
  outline: none;
}
button:focus, input:focus {
  outline: none;
}

.wrapper {
  *zoom: 1;
  width: 970px;
  margin: 0 auto 100px;
  padding-top: 56px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.main {
  width: 620px;
  float: left;
}

/*header*/
.globalHeader {
  width: 100%;
  height: 56px;
  padding: 10px 0;
  background: #fff;
  position: fixed;
  z-index: 999;
  border-top: 5px solid #ab002e;
  border-bottom: 1px solid #ab002e;
}
.globalHeader__wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  *zoom: 1;
}
.globalHeader__wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.globalHeader.js-layerShadow {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.globalHeader__title--leftPosition {
  width: 620px;
  margin: 0 auto;
  text-align: left;
}

/*ad 広告*/
.ad {
  display: block;
}
.ad--fr {
  margin-bottom: 30px;
}
.ad--ur {
  *zoom: 1;
  padding-bottom: 30px;
}
.ad--ur:after {
  content: "";
  display: table;
  clear: both;
}
.ad__wrapper--dummy {
  width: 300px;
  height: 250px;
  background: #ddd;
}
.ad__wrapper--ur {
  float: left;
  width: 300px;
}
.ad__wrapper--ur:first-child {
  margin-right: 20px;
}

.subContent {
  border-bottom: 1px solid #ddd;
}
.subContent__title {
  font-size: 160%;
  font-size: 1.6rem;
  padding: 15px 0;
  color: #333;
  font-weight: bold;
}

.relatedList__item {
  border-top: 1px solid #f0f0f0;
}
.relatedList__link {
  *zoom: 1;
  padding: 10px 0;
  position: relative;
  display: block;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.relatedList__link:after {
  content: "";
  display: table;
  clear: both;
}
.relatedList__link--noImg {
  min-height: 95px;
}
.relatedList__imgWrapper {
  background-color: #fafafa;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  float: left;
  text-align: center;
}
.relatedList__title {
  font-size: 160%;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
.relatedList__subInfo {
  font-size: 120%;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #777;
}
.relatedList__subInfo:last-of-type {
  margin-bottom: 0;
}
.relatedList__subInfo--ad {
  margin-bottom: 4px;
  text-indent: -0.5em;
}
.relatedList__subInfo--ad:last-of-type {
  margin-bottom: 4px;
}

.sub {
  width: 300px;
  padding-top: 20px;
  float: right;
  position: relative;
}

.goTop {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.goTop:hover {
  opacity: .6;
}

.rightFooter {
  *zoom: 1;
  position: relative;
  margin-bottom: 30px;
}
.rightFooter:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  padding: 40px 0;
}
.footer__copyright {
  font-size: 120%;
  font-size: 1.2rem;
  text-align: center;
}

.footerList {
  *zoom: 1;
  font-size: 120%;
  font-size: 1.2rem;
  width: 300px;
  padding-top: 15px;
}
.footerList:after {
  content: "";
  display: table;
  clear: both;
}
.footerList__item {
  margin-bottom: 5px;
}
.footerList__item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.footerList__item--float {
  float: left;
  margin-right: 15px;
}
.footerList__item--float:last-child {
  margin-right: 0;
}

.markdown {
  *zoom: 1;
  word-break: break-word;
}
.markdown:after {
  content: "";
  display: table;
  clear: both;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  clear: both;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.markdown h1::before, .markdown h2::before, .markdown h3::before, .markdown h4::before, .markdown h5::before, .markdown h6::before {
  content: "";
  margin-right: 6px;
  border-left: 4px solid #ab002e;
}
.markdown h1 {
  font-size: 240%;
  font-size: 2.4rem;
}
.markdown h2 {
  font-size: 225%;
  font-size: 2.25rem;
}
.markdown h3 {
  font-size: 210%;
  font-size: 2.1rem;
}
.markdown h4 {
  font-size: 195%;
  font-size: 1.95rem;
}
.markdown h5 {
  font-size: 180%;
  font-size: 1.8rem;
}
.markdown h6 {
  font-size: 180%;
  font-size: 1.8rem;
  color: #555;
}
.markdown p {
  font-size: 160%;
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.8;
  text-align: justify;
}
.markdown del {
  text-decoration: line-through;
}
.markdown em {
  font-style: italic;
}
.markdown strong {
  font-weight: bold;
}
.markdown a {
  color: #436c92;
  text-decoration: none;
}
.markdown a:hover {
  opacity: .8;
}
.markdown ul {
  clear: both;
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 15px;
}
.markdown ul > li > ul {
  list-style: circle;
  margin-bottom: 0;
}
.markdown ul > li > ul > li > ul {
  list-style: square;
}
.markdown ul > li > ul > li > ul > li > ul {
  list-style: disc;
}
.markdown ul li {
  font-size: 160%;
  font-size: 1.6rem;
  line-height: 1.8;
}
.markdown blockquote {
  clear: both;
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 4px solid #f0f0f0;
  border-radius: 0 3px 3px 0;
  background: #fafafa;
}
.markdown blockquote:before {
  font-size: 600%;
  font-size: 6rem;
  content: '“';
  font-family: serif;
  position: absolute;
  top: 20px;
  left: 5px;
  color: #aaa;
}
.markdown blockquote p {
  color: #777;
}
.markdown blockquote p.source {
  font-size: 120%;
  font-size: 1.2rem;
  color: #777;
  text-align: right;
}
.markdown blockquote p:last-of-type {
  margin-bottom: 0;
}
.markdown blockquote p span {
  margin-right: 5px;
}
.markdown pre {
  font-size: 140%;
  font-size: 1.4rem;
  clear: both;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  white-space: pre-wrap;
  line-height: 1.6;
}
.markdown hr {
  clear: both;
  margin: 0 0 15px 0;
  border: 1px solid #ddd;
}
.markdown .figure {
  display: block;
  clear: both;
  margin-bottom: 25px;
  position: relative;
}
.markdown .figure.left, .markdown .figure.right {
  width: 248px;
  margin-top: 8px;
}
.markdown .figure.left {
  float: left;
  margin-right: 25px;
}
.markdown .figure.right {
  float: right;
  margin-left: 25px;
}
.markdown .figure img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.markdown .figure img:last-of-type {
  margin-bottom: 0;
}
.markdown .figure .figcaption {
  font-size: 120%;
  font-size: 1.2rem;
  display: block;
  padding-top: 5px;
  color: #777;
  line-height: 1.6;
}
.markdown .figure .clickShield {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.markdown iframe {
  display: block;
  width: 620px;
  height: 480px;
}

.js-menuExpand__expandArea {
  display: none;
}
.js-menuExpand__arrow {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.js-menuExpand__arrow.on {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mainContent {
  padding: 20px 0 30px;
}
.mainContent__article {
  min-height: 250px;
}
.mainContent__title {
  font-size: 340%;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
  line-height: 1.2;
}
.mainContent__mainHead {
  font-size: 240%;
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: bold;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
  line-height: 1.2;
}
.mainContent__date {
  font-size: 140%;
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #777;
}
.mainContent__imgWrapper {
  margin-bottom: 10px;
}
.mainContent__shareButtons {
  margin-bottom: 20px;
}
.mainContent__img {
  width: 100%;
}
.mainContent__share {
  margin-bottom: 20px;
}
.mainContent__articleBody {
  font-size: 160%;
  font-size: 1.6rem;
  line-height: 1.8;
}
.mainContent__series {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.shareButtons {
  *zoom: 1;
}
.shareButtons:after {
  content: "";
  display: table;
  clear: both;
}
.shareButtons__item {
  float: left;
  margin-right: 10px;
}
.shareButtons__item:last-child {
  margin-right: 0;
}
.shareButtons__link {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}

.series__title {
  font-size: 140%;
  font-size: 1.4rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.seriesPaging {
  position: relative;
}
.seriesPaging__link {
  font-size: 120%;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0;
  line-height: 40px;
}
.seriesPaging__link--prev {
  left: 0;
}
.seriesPaging__link--next {
  right: 0;
}
.seriesPaging__link--disabled {
  color: #aaa;
}
.seriesPaging__titleWrapper {
  margin: 0 60px;
  text-align: center;
  cursor: pointer;
  color: #436c92;
}
.seriesPaging__title {
  font-size: 120%;
  font-size: 1.2rem;
  line-height: 40px;
}

.seriesList__item {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
.seriesList__item:first-child {
  padding-top: 0;
}
.seriesList__item:last-child {
  border-bottom: none;
}
.seriesList__link {
  display: block;
  position: relative;
  height: 40px;
}
.seriesList__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  margin-right: 10px;
  text-align: center;
}
.seriesList__title {
  font-size: 140%;
  font-size: 1.4rem;
  padding-left: 50px;
  line-height: 1.4;
}

.paidPosts {
  margin-bottom: 30px;
}
.paidPosts__titleWrapper {
  *zoom: 1;
  margin-bottom: 10px;
}
.paidPosts__titleWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.paidPosts__title {
  font-size: 160%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 22px;
  float: left;
}
.paidPosts__img {
  display: block;
  float: right;
}
.paidPosts__listWrapper {
  margin-bottom: 10px;
}

.paidPostsList {
  list-style-type: disc;
  margin-left: 14px;
}
.paidPostsList__item {
  margin-bottom: 12px;
}
.paidPostsList__item:last-child {
  margin-bottom: 0;
}
.paidPostsList__link {
  font-size: 140%;
  font-size: 1.4rem;
  color: #436c92;
  line-height: 1.2;
}

.chBanner {
  width: 300px;
  height: 100px;
  overflow: hidden;
}
.chBanner__link {
  display: block;
}

.js-followFooter {
  position: absolute;
  top: 9999px;
  right: 0;
}
