@import url('https://fonts.googleapis.com/css?family=Roboto:700');
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
img {
  border: none;
}
body {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  color: #dc5448;
}
#page-viewer .header {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
#page-viewer .header-container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header {
  height: 76px;
}
@media screen and (max-width: 600px) {
  .header {
    height: 90px;
  }
}
.header a {
  display: block;
}
.header-container {
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px dotted #eaeaea;
}
.header nav {
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .header nav {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .header nav {
    padding-top: 20px;
  }
}
.header-logo {
  background: url("https://cdn.comic-days.com/images/logo.svg") left center no-repeat;
  background-size: 150px 22px;
  width: 150px;
  height: 22px;
  box-sizing: border-box;
  float: left;
  margin-left: 16px;
  margin-top: 27px;
}
@media screen and (max-width: 1120px) {
  .header-logo {
    margin-top: 33px;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    float: none;
    margin: 6px 0 0;
  }
}
.header-logo a {
  width: 100%;
  height: 22px;
}
.header-logo a:hover {
  opacity: .9;
}
.header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-description {
  float: left;
  height: 76px;
  color: #333;
  font-size: 12px;
  line-height: 76px;
  margin-left: 16px;
}
@media screen and (max-width: 1120px) {
  .header-description {
    float: none;
    position: absolute;
    top: 14px;
    line-height: 1.3;
    font-size: 10px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .header-description {
    top: 8px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .header-description p.copy-pc {
    display: none;
  }
}
.header-description p.copy-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-description p.copy-sp {
    display: block;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
}
@media screen and (max-width: 600px) {
  .header-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 42px;
    margin-right: -16px;
  }
}
.header-nav li {
  cursor: pointer;
  font-size: 13px;
}
@media screen and (max-width: 1120px) {
  .header-nav li {
    padding-top: 12px;
  }
}
@media screen and (max-width: 740px) {
  .header-nav li {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li {
    padding-top: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .header-nav li {
    font-size: 11px;
  }
}
.header-nav li a {
  text-decoration: none;
  margin: 0 12px;
}
@media screen and (max-width: 740px) {
  .header-nav li a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li a {
    margin: 0 22px 0 0;
  }
}
@media screen and (max-width: 360px) {
  .header-nav li a {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li.premium-button-container {
    position: absolute;
    right: 16px;
    top: 25px;
    font-size: 11px;
  }
}
.header-nav li.premium-button-container a.premium {
  padding: 3px 12px 4px;
  background: -webkit-linear-gradient(left, #dc5448, #db9e48);
  background: linear-gradient(to right, #dc5448, #db9e48);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0px -2px 0px 0 rgba(0, 0, 0, 0.15) inset;
}
@media screen and (max-width: 600px) {
  .header-nav li.premium-button-container a.premium {
    margin: 0;
  }
}
.footer {
  background-color: #f1f1f1;
  margin-top: 56px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #dc5448;
}
.footer-comicdays-container {
  background-color: #333;
}
.footer-comicdays-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 0 auto;
  width: 980px;
}
@media screen and (max-width: 980px) {
  .footer-comicdays-box {
    padding: 20px 18px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-comicdays-box {
    padding: 15px 16px;
  }
}
.footer-comicdays-box p {
  font-size: 12px;
  margin-left: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 600px) {
  .footer-comicdays-box p {
    margin-left: 6%;
  }
}
.footer-logo {
  background: url("https://cdn.comic-days.com/images/logo_white.png") left center no-repeat;
  background-size: 150px 22px;
  width: 150px;
  height: 22px;
  box-sizing: border-box;
}
.footer-logo:hover {
  opacity: .9;
}
@media screen and (max-width: 600px) {
  .footer-logo {
    background-size: 125px auto;
    width: 125px;
    height: auto;
  }
}
.footer-logo a {
  width: 100%;
  height: 22px;
  display: block;
}
.footer-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer-navi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}
@media screen and (max-width: 980px) {
  .footer-navi-container {
    width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-navi-container h2 {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 700;
}
.footer-navi-container .footer-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer-navi-container .footer-button-info {
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .footer-button-info {
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-navi-container .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box {
    display: block;
  }
}
.footer-navi-container .button-box li {
  height: 43px;
  width: 160px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box li {
    width: auto;
    max-width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .button-box li {
    height: 40px;
  }
}
.footer-navi-container .button-box li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-navi-container .blog-button,
.footer-navi-container .twitter-button {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-navi-container .blog-button {
  display: block;
  background: #fff url("https://cdn.comic-days.com/images/logo/logo_blog.png") center no-repeat;
  background-size: 100px auto;
  border: solid 1px #999;
  box-sizing: border-box;
}
.footer-navi-container .blog-button:hover {
  opacity: 0.65;
}
.footer-navi-container .blog-button span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer-navi-container .twitter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #55acee url("https://cdn.comic-days.com/images/icon_twitter.png") 10px center no-repeat;
  background-size: 18px 15px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button {
    background: #55acee url("https://cdn.comic-days.com/images/icon_twitter.png") 8px center no-repeat;
    background-size: 14px 10px;
  }
}
.footer-navi-container .twitter-button:hover {
  color: #fff;
  opacity: .9;
}
.footer-navi-container .twitter-button p {
  font-size: 12px;
  padding-left: 34px;
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button p {
    padding-left: 24px;
  }
}
.footer-navi-container .twitter-button span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button span {
    font-size: 10px;
  }
}
@media screen and (max-width: 980px) {
  .footer-navi-container .footer-button-app {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer-navi-container .footer-button-app .button-box {
  position: relative;
}
.footer-navi-container .footer-button-app .button-box li {
  width: auto;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app .button-box li {
    text-align: left;
  }
}
.footer-navi-container .footer-button-app img {
  width: auto;
  height: 43px;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app img {
    height: 40px;
  }
}
.footer-navi-container .footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-navi-container .footer-link-container a {
  color: #000;
}
.footer-navi-container .footer-link-container a:hover {
  color: #dc5448;
}
.footer-navi-container .footer-link-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-navi-container .footer-link-container ul:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container ul:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container ul {
    width: 50%;
  }
}
.footer-navi-container .footer-link-container li {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container li:last-child {
    padding-bottom: 0;
  }
}
.footer-copyright {
  text-align: center;
  padding: 24px 24px 60px;
  background-color: #eaeaea;
}
@media screen and (max-width: 600px) {
  .footer-copyright {
    padding: 24px 16px 60px;
  }
}
.footer-copyright a {
  color: #999;
}
.footer-copyright a:hover {
  color: #dc5448;
}
.footer-copyright p {
  font-size: 10px;
  color: #999;
}
@media screen and (max-width: 600px) {
  .footer-copyright p {
    text-align: left;
  }
}
.footer .logo-container {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 0;
}
.footer .logo-container li {
  display: inline-block;
}
.footer .logo-container li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .footer .logo-container li {
    margin: 0 12px 6px 0;
  }
}
.footer .logo-container img {
  width: auto;
  height: 24px;
  opacity: .3;
}
.footer .logo-container img:hover {
  opacity: .6;
}
/*
  Responsive: yes
 */
/* ヘッダやタイトルなど共通部分 */
.hatena-module-title {
  color: #297ec2;
  font-weight: 700;
  font-size: 15px;
  padding: 24px 0 12px;
}
.hatena-module-title a {
  color: #297ec2;
  font-weight: 700;
}
.hatena-module .urllist-date-link a {
  color: #999;
}
#top-box {
  background: #fafafa;
  margin-bottom: 32px;
}
#top-box .breadcrumb {
  padding: 16px 0;
  width: 980px;
  margin: 0 auto;
}
#top-box .breadcrumb-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
#top-box .breadcrumb-link {
  text-decoration: underline;
}
#top-box .breadcrumb-gt {
  font-size: 11px;
  margin: 0 10px;
}
#top-box .breadcrumb-child span {
  color: #297ec2;
}
/* サイドバーのあるレイアウト */
body.page-index #content-inner,
body.page-archive #content-inner {
  width: 980px;
  margin: 16px auto 40px;
  zoom: 1;
}
body.page-index #content-inner:after,
body.page-archive #content-inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  body.page-index #content-inner,
  body.page-archive #content-inner {
    max-width: 690px;
    width: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  body.page-index #content-inner,
  body.page-archive #content-inner {
    max-width: 400px;
  }
}
body.page-index #wrapper,
body.page-archive #wrapper {
  width: 690px;
  float: left;
}
@media screen and (max-width: 980px) {
  body.page-index #wrapper,
  body.page-archive #wrapper {
    float: none;
    width: auto;
  }
}
body.page-index #box2,
body.page-archive #box2 {
  width: 230px;
  float: right;
}
@media screen and (max-width: 980px) {
  body.page-index #box2,
  body.page-archive #box2 {
    float: none;
    width: auto;
  }
}
/* トップのカテゴリ */
#main-inner .category-特集 ul.hatena-urllist li {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li {
    margin-bottom: 24px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-date-link {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-date-link {
    font-size: 12px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
    font-size: 15px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
  font-size: 12px;
  margin: 4px 0 0 370px;
}
@media screen and (max-width: 980px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
    margin: 2px 0 0;
    font-size: 10px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-image {
  margin: 0 1.2em .5em 0;
  float: left;
  vertical-align: bottom;
  width: 352px;
  height: auto;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-image {
    margin: 0 0 .5em 0;
    float: none;
    width: 100%;
    height: auto;
  }
}
/* トップのサイドバー */
#box2-inner .hatena-module-body {
  background: #fafafa;
  padding: 16px;
}
#box2-inner ul.hatena-urllist li {
  margin-bottom: 1em;
  font-size: 13px;
}
#box2-inner ul.hatena-urllist li:last-child {
  margin-bottom: 0;
}
#box2-inner .urllist-date-link {
  font-size: 12px;
}
#box2-inner .urllist-title-link {
  font-size: 13px;
}
#box2-inner .urllist-with-thumbnails li .urllist-image {
  max-width: 200px;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 600px) {
  #box2-inner .urllist-with-thumbnails li .urllist-image {
    max-width: 100%;
    margin: 0 0 5px 0;
  }
}
/* アーカイブページ */
.page-archive .archive-heading {
  color: #297ec2;
  font-weight: 700;
  font-size: 15px;
  padding: 24px 0 12px;
}
.page-archive .archive-entry {
  position: relative;
  min-height: 160px;
  padding-bottom: 24px;
}
.page-archive .entry-thumb {
  width: 140px;
  height: 140px;
  background-size: cover;
  float: left;
  border: 1px solid #eaeaea;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-thumb {
    width: 100px;
    height: 100px;
  }
}
.page-archive .date a {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .page-archive .date a {
    font-size: 11px;
  }
}
.page-archive .entry-title {
  line-height: 1.3;
  margin: 4px 0 8px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-title {
    line-height: 1.2;
  }
}
.page-archive .entry-title-link {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-title-link {
    font-size: 17px;
  }
}
.page-archive .categories {
  position: absolute;
  top: 0;
  left: 90px;
}
@media screen and (max-width: 600px) {
  .page-archive .categories {
    left: 80px;
  }
}
.page-archive .categories a {
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
}
@media screen and (max-width: 600px) {
  .page-archive .categories a {
    font-size: 11px;
  }
}
.page-archive .entry-description {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-description {
    font-size: 11px;
  }
}
.entry-footer .entry-footer-section {
  font-size: 10px;
  color: #999;
  margin-bottom: 8px;
}
.entry-footer .entry-footer-section a {
  color: #999;
  text-decoration: underline;
}
.entry-footer .entry-footer-section a:hover {
  color: #000;
}
.page-entry .header-container {
  border-bottom: 1px solid #eaeaea;
}
.page-entry .author {
  display: none;
}
.category-お知らせ .categories a {
  padding: 5px 9px;
}
.category-お知らせ .entry-title {
  padding-top: 12px;
  padding-bottom: 4px;
  font-weight: 700;
}
.category-お知らせ .entry-date {
  padding-left: 5em;
}
.category-お知らせ .entry-date a {
  color: #999;
  text-shadow: none;
}
.category-お知らせ .entry-date a:hover {
  color: #999;
}
.category-お知らせ .entry-content p {
  margin: 1em 0;
  line-height: 210%;
}
.pager {
  border-top: 1px solid #eaeaea;
  margin: 50px 0 0;
  display: table;
  width: 100%;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 600px) {
  .pager {
    display: block;
  }
}
.pager a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .pager a {
    font-size: 12px;
  }
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .pager .pager-next,
  .pager .pager-prev {
    display: block;
    width: 100%;
    padding: 18px 0;
  }
}
.pager .pager-next:before,
.pager .pager-prev:before {
  color: #999;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 600px) {
  .pager .pager-next:before,
  .pager .pager-prev:before {
    font-size: 11px;
  }
}
.pager .pager-prev:before {
  content: '次の記事';
}
.pager .pager-next:before {
  content: '前の記事';
}
.pager-prev + .pager-next {
  border-top: 1px solid #eee;
}
.static-page-help .entry-content p,
.static-page-help_ios .entry-content p,
.static-page-help_android .entry-content p,
.static-page-terms_of_service .entry-content p,
.static-page-sct .entry-content p {
  margin: 0 0 1em;
}
.static-page-help .entry-content a,
.static-page-help_ios .entry-content a,
.static-page-help_android .entry-content a,
.static-page-terms_of_service .entry-content a,
.static-page-sct .entry-content a {
  color: #dc5448;
  text-decoration: underline;
}
.static-page-help .entry-content a:hover,
.static-page-help_ios .entry-content a:hover,
.static-page-help_android .entry-content a:hover,
.static-page-terms_of_service .entry-content a:hover,
.static-page-sct .entry-content a:hover {
  color: #d33628;
}
.static-page-help #content,
.static-page-help_ios #content,
.static-page-help_android #content,
.static-page-terms_of_service #content,
.static-page-sct #content {
  margin: 32px auto 48px;
  padding: 0;
  max-width: 980px;
  width: auto;
}
@media screen and (max-width: 980px) {
  .static-page-help .entry-header,
  .static-page-help_ios .entry-header,
  .static-page-help_android .entry-header,
  .static-page-terms_of_service .entry-header,
  .static-page-sct .entry-header {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-header,
  .static-page-help_ios .entry-header,
  .static-page-help_android .entry-header,
  .static-page-terms_of_service .entry-header,
  .static-page-sct .entry-header {
    padding: 0 8px;
  }
}
.static-page-help .entry-content,
.static-page-help_ios .entry-content,
.static-page-help_android .entry-content,
.static-page-terms_of_service .entry-content,
.static-page-sct .entry-content {
  padding: 0 0 24px;
}
@media screen and (max-width: 980px) {
  .static-page-help .entry-content,
  .static-page-help_ios .entry-content,
  .static-page-help_android .entry-content,
  .static-page-terms_of_service .entry-content,
  .static-page-sct .entry-content {
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-content,
  .static-page-help_ios .entry-content,
  .static-page-help_android .entry-content,
  .static-page-terms_of_service .entry-content,
  .static-page-sct .entry-content {
    padding: 0 8px 16px;
  }
}
.static-page-help .entry-title,
.static-page-help_ios .entry-title,
.static-page-help_android .entry-title,
.static-page-terms_of_service .entry-title,
.static-page-sct .entry-title {
  font-size: 27px;
  font-weight: 300;
  padding: 28px 0 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-title,
  .static-page-help_ios .entry-title,
  .static-page-help_android .entry-title,
  .static-page-terms_of_service .entry-title,
  .static-page-sct .entry-title {
    text-align: center;
    font-size: 20px;
  }
}
.help-container h2 {
  color: #999;
  margin: 56px 0 24px;
}
@media screen and (max-width: 600px) {
  .help-container h2 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
}
.help-container h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 40px 0 16px;
}
@media screen and (max-width: 600px) {
  .help-container h3 {
    font-size: 15px;
    margin: 24px 0 12px;
  }
}
.help-container p {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .help-container p {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container p.date {
  text-align: center;
  margin: 8px 0 56px;
}
@media screen and (max-width: 600px) {
  .help-container p.date {
    margin: 0 0 32px;
  }
}
.help-container ul,
.help-container ol {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .help-container ul,
  .help-container ol {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container ul li,
.help-container ol li {
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .help-container ul li,
  .help-container ol li {
    margin: 0 0 6px;
  }
}
.help-container ul ul,
.help-container ol ul,
.help-container ul ol,
.help-container ol ol {
  margin: 8px 0 8px 16px;
}
@media screen and (max-width: 600px) {
  .help-container ul ul,
  .help-container ol ul,
  .help-container ul ol,
  .help-container ol ol {
    margin: 4px 0 4px 12px;
  }
}
.help-container .answerBold {
  font-weight: bold;
  font-size: 14px;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  margin: 8px 0 12px;
}
@media screen and (max-width: 600px) {
  .help-container .answerBold {
    font-size: 13px;
    padding: 8px;
  }
}
.help-container .answerBold li {
  margin: 0 0 1em;
}
.help-container .answerBold a.list-url {
  margin-left: 16px;
}





/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ START*/
body.category-特集 h1.entry-title{
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
body.page-entry{ }
.category-特集 .clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.page-entry img {border: none; vertical-align: middle; max-width : 100%; height: auto;}
.page-entry div,
.page-entry table,
.page-entry td{box-sizing: border-box;}
/*デフォルト*/
.page-entry #wrapper{ overflow-x: hidden; }
.page-entry #main{  max-width: 750px; margin: 0px auto; padding: 10px; }
.page-entry #main-inner{ background-color: #FFF;  }
/*-----*/
.kijiwrapper{ margin: -200px -500% 0; padding: 200px 500% 10px; }
.kijiouter{ background-color: #FFF; padding-bottom: 20px; }
/*-----*/
header.entry-header{ margin-bottom: 10px; position: relative; margin-top: 10px; }
.entry-date{ padding-left: 4em; }
.entry-date a{font-size: 14px; color: #FFF;
text-shadow: 0px 1px 1px rgba(0,0,0,.5);;}
.categories{ width: 5em; position: absolute; left: 0px; top: 0px; }
.categories a{ background-color: #7e7e7e; display: inline-block; font-size: 12px; line-height: 100%; color: #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 4em; padding-top: 5px; padding-bottom: 5px; text-align: center; }
.entry-date a:hover,
.categories a:hover{ color: #FFF; text-decoration: none; }
.category-特集 .entry-content p a{ color: #04c; text-decoration: underline; }
.entry-content{ font-size: 14px; }
.entry-content p{ margin: 15px; }
.entry-content .pic{ text-align: center; }
.entry-content .pic.l{ margin: 0px; }
.entry-content .pic.m{ padding-right: 3%; padding-left: 3%; }
.entry-content .pic.s{ padding-right: 5%; padding-left: 5%; }
.entry-content .pic.xs{ padding-right: 10%; padding-left: 10%; }
.entry-content .pic.xxs{ padding-right: 15%; padding-left: 15%; }
.entry-content .pic.xxxs{ padding-right: 20%; padding-left: 20%; }
.entry-content .pic.xxxxs{ padding-right: 25%; padding-left: 25%; }
.entry-content .pic.xxxxxs{ padding-right: 30%; padding-left: 30%; }
.entry-content .txt.xxl{ font-size: 24px; }
.entry-content .txt.xl{ font-size: 20px; }
.entry-content .txt.l{ font-size: 18px; }
.entry-content .txt.s{ font-size: 14px; }
.entry-content .txt.xs{ font-size: 12px; }
.entry-content .txt.xxs{ font-size: 10px; }
.entry-content .bold{ font-weight: bold; }
/*-----12345*/
div.txt12345{}
.txt12345 ul{ margin-right: 8%; margin-left: 8%; }
.txt12345 ul li{ line-height: 140%; margin-top: 15px; }
.txt12345 ul li .number{ float: left; width: 8%; max-width: 38px; }
.txt12345 ul li .text{ overflow: hidden; /zoom:1; padding-left: 15px; }
.txt12345 ul li .text a{ color: #E14138; text-decoration: underline; font-size: 11px; margin-left: 1em; }
.txt12345 ul li .text strong{ font-weight: bold; }
/*-----見出し*/
div.midashi-day{ width: 100%; display: table; table-layout: fixed; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #CCC; border-bottom-color: #CCC; padding-left: 10px; margin-top: 40px; }
.midashi-day table{ border-collapse: collapse; table-layout: fixed; width: 100%; margin: 0px; padding: 0px; }
.midashi-day table td{ margin: 0px; padding: 0px; }
.midashi-day table .td1{ width: 10%; }
.midashi-day table .td2{ width: 72%; padding: 8px; line-height: 140%; }
.midashi-day table .td3{ width: 18%; }
.midashi-day .comictitle{ font-size: 16px; font-weight: bold; line-height: 120%; }
.midashi-day .comicsakusha{ margin-left: 1em; }
/*-----読んでみる*/
div.yomu{ background-color: #F0F0F0; margin: 30px 4%; padding: 3%; }
.yomu .left{ float: left; width: 20%; }
.yomu .right{ float: right; width: 75%; }
.yomu p{ margin: 0px; padding: 0px; }
.yomu .comictitle{ font-size: 16px; font-weight: bold; line-height: 120%; text-indent: -0.7em; }
.yomu .comicsakusha{ line-height: 140%; }
.yomu .imanaramuryo{ font-size: 16px; color: #F60; margin-top: 0.3em; font-weight: bold; }
.yomu .right .btn{}
.yomu .right .btn a{ background-color: #e14138; color: #FFF; line-height: 100%; padding: 5px 0em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 0.5em; display: block; font-size: 12px; color: #FFF; width: 12em; text-align: center; text-decoration: none; }
/*-----*/
p.matome{ border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; margin-right: 0px; margin-left: 0px; padding-right: 3%; padding-left: 3%; padding-top: 30px; }
/*-----*/
footer.entry-footer{ margin-top: 10px; }
/*600px〜*/
@media screen and (min-width: 600px) {
.entry-content p{ margin: 6%; line-height: 160%; }
.txt12345 ul{ margin-right: 10%; margin-left: 10%; }
.txt12345 ul li{ margin-top: 25px; }
.midashi-day .comictitle{ font-size: 20px;}
.yomu p{ margin: 0px; padding: 0px; }
.yomu .comictitle{ font-size: 20px;}
.yomu .imanaramuryo{ font-size: 20px;}
p.matome{ margin-right: 0px; margin-left: 0px; padding-right: 6%; padding-left: 6%; }
}
/*980px〜*/
@media screen and (min-width: 980px) {
}
/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ END*/

/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ インタビュー START*/
p.interviewlarge{ font-size: 16px; line-height: 140%; font-weight: bold; margin-top: 40px; margin-bottom: 40px; }
p.interview,
p.interview-q,
p.interview-a
{ margin-top: 40px; margin-bottom: 40px; }
p.interview-q{ }
p.interview-a{ color: #de8457; line-height: 175%; }
p.interview-a span.answername{ margin-right: 1em; font-weight: bold; }
p.interview-cap{ font-size: 12px; line-height: 140%; color: #888; margin-top: 15px; }
ul.interviewbtn1{}
ul.interviewbtn1 li{ background: -moz-linear-gradient(top, #ffba46, #ff9930); background: -webkit-linear-gradient(top, #ffba46, #ff9930); background: linear-gradient(to bottom, #ffba46, #ff9930); margin-right: 15px; margin-left: 15px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cc7a26; }
ul.interviewbtn1 li a{ display: block; font-size: 14px; line-height: 130%; padding: 15px 40px 15px 15px; color: #FFF; background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/days_staff/20180302/20180302140801.png); background-repeat: no-repeat; background-position: right center; }
ul.interviewbtn1 li a:hover{ text-decoration: underline; }
div.kijishita{ padding: 20px 15px 0px; margin-top: 30px; border-top-width: 1px; border-top-style: dashed; border-top-color: #CCC; }
div.kijishita ul{}
div.kijishita ul li{ margin-bottom: 20px;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color: #405cae;}
div.kijishita ul li a{ color: #FFF; display: block; font-size: 14px; padding: 15px 40px 15px 15px; line-height: 130%; background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/d/days_staff/20180302/20180302140801.png); background-repeat: no-repeat; background-position: right center; }
div.kijishita ul li a:hover{ text-decoration: underline; }
/*600px〜*/
@media screen and (min-width: 600px) {
p.interview-cap{ margin-bottom: 15px; }
ul.interviewbtn1 li{ margin-right: 6%; margin-left: 6%; }
div.kijishita{ padding-right: 6%; padding-left: 6%; }
}
/*980px〜*/
@media screen and (min-width: 980px) {
}
/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ インタビュー END*/

/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ 無料CP START*/
p.muryokikan{ border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #333; padding: 5px 5px 8px 8px; line-height: 135%; font-size: 16px; font-weight: bold; text-align: right; margin-top: 30px; }
/*CSS◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ 無料CP END*/