@charset "UTF-8";
/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr, table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%; }

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%; }

strong {
  font-weight: bold; }

/* clearfix */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  font-size: 0; }

* html .clearfix {
  /* IE6?p */
  height: 1%; }
* + html .clearfix {
  /* IE7?p */
  display: inline-block; }

/* -------------------
共通部分のstyle
------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'メイリオ', Meiryo, sans-serif;
  background-color: #def2f7;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt"; }

body.w {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-feature-settings: "palt"; }

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top; }

li {
  list-style: none; }

.sp {
  display: none; }

hr{
border-top: 1px solid #8c8b8b;

}

/* レイアウト */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.fl_l_pc {
  float: left !important; }

.fl_r_pc {
  float: right !important; }

.col_2_pc {
  box-sizing: border-box;
  width: 50% !important;
  padding: 0 5px; }

/* フォントサイズ */
.fs_xl {
  font-size: 1.5em !important; }

.fs_l {
  font-size: 1.2em !important; }

.fs_m {
  font-size: 1em !important; }

.fs_s {
  font-size: 0.75em !important; }

.fs_xs {
  font-size: 0.5em !important; }

/* テキストアライン */
.align_r {
  text-align: right !important; }

.align_c {
  text-align: center !important; }

.align_l {
  text-align: left !important; }

.valign_t {
  vertical-align: top !important; }

/* ボーダー */
.border_b {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 6%; }

.border_all {
  border: 1px solid #cccccc;
  padding-top: 6%;
  padding-right: 4%;
  padding-left: 4%;
  margin-bottom: 6%; }

/* リスト */
.list {
  margin-bottom: 4.54%; }
  .list li {
    list-style-type: disc;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 1.5em;
    line-height: 2; }

/* テキスト装飾 */
.txt_u {
  text-decoration: underline; }

.cl_red {
  color: #f00; }

.cl_blue {
  color: #1a4086; }

.cl_pink{
  color: #ff69b4;}

.cl_orange{
  color: #ffa500;}

.cl_purple{
  color: purple;}

.cl_green{
  color: green;}

.cl_gray{
  color: gray;}

.cl_maroon{
  color: #800000;}	


.display_t {
  display: table; }

.display_tc {
  display: table-cell; }

.ico_new {
  padding: 3px 4px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #d04255;
  display: inline-block;
  margin-bottom: 2px; }

/* マージン */
.margin_b0 {
  margin-bottom: 0 !important; }

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

.header_nav {
  top: 0;
  z-index: 100;
  width: 100%; }
  .header_nav .header_latest {
    width: 18%;
    height: 40px;
    display: table-cell;
    text-align: center; }
    .header_nav .header_latest a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(/common_data/images/btn_latest.gif) no-repeat center center;
      background-size: contain;
      background-color: #FFC800; }
    .header_nav .header_latest img {
      display: none; }
  .header_nav .header_bn {
    width: 13%;
    display: table-cell;
    height: 40px;
    text-align: center; }
    .header_nav .header_bn a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(/common_data/images/btn_bn.gif) no-repeat center center;
      background-size: contain;
      background-color: #323232; }
    .header_nav .header_bn img {
      display: none; }
  .header_nav .header_search {
    position: relative;
    display: block;
    width: 40%;
    background-color: #e6e6e6;
    display: table-cell; }
    .header_nav .header_search:before {
      content: "";
      display: block;
      padding-top: 2%; }
  .header_nav .header_search_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
  .header_nav .header_search .header_search_title {
    float: left;
    width: 20.25%; }
  .header_nav .header_search .gsc {
    float: right;
    width: 73.75%;
    margin: 0 3% 0 3%; }
    .header_nav .header_search .gsc .gsc-input {
      padding: 0; }
      .header_nav .header_search .gsc .gsc-input input {
        width: 100%;
        border: none;
        padding: 1px 0 3px; }
    .header_nav .header_search .gsc .gsc-clear-button {
      display: none; }
    .header_nav .header_search .gsc .gsc-search-button input {
      height: 19px;
      margin: 0;
      color: #fff;
      background-color: #333333;
      border-radius: 0;
      border: none; }
  .header_nav .header_dstar {
    width: 29%;
    display: table-cell;
    vertical-align: top; }

.header_en .header_mv {
  padding-top: 0; }

.header_w {
  padding: 5px 0;
  background: #333;
  color: #fff; }
  .header_w .header_w_in {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header_w .header_w_left {
    display: flex; }
    .header_w .header_w_left a {
      color: #fff;
      text-decoration: none; }
      .header_w .header_w_left a.latest {
        margin-right: 40px; }
  .header_w .header_w_right {
    display: flex;
    align-items: center; }
  .header_w .header_fb {
    width: 20px;
    margin-left: 40px; }
    .header_w .header_fb:hover img {
      background: none; }
  .header_w .header_ja {
    margin-left: 40px; }
    .header_w .header_ja:hover img {
      background: none; }
  .header_w .header_search_inner {
    position: static;
    display: flex;
    align-items: center;
    max-width: 320px; }
    .header_w .header_search_inner .header_search_title {
      margin-right: 10px;
      white-space: nowrap; }
  .header_w .gsc-search-button-v2 {
    background: #707070;
    border: none; }
  .header_w .header_ac {
    display: none; }

.footer_w {
  background: #333;
  color: #fff;
  padding: 50px 0; }
  .footer_w .footer_w_in {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer_w .footer_w_copy {
    padding-right: 130px; }
  .footer_w .footer_w_ja {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 76px; }
    .footer_w .footer_w_ja a {
      color: #fff; }
  .footer_w .footer_w_fb:hover img {
    background: none; }

.wrapper {
  box-sizing: border-box;
  max-width: 1002px;
  margin: 0 auto;
  background-color: #fff;
  border-right: 1px solid #b9c9cd;
  border-left: 1px solid #b9c9cd; }

.wrapper_world {
  box-sizing: border-box;
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 20px; }

/* --------------------
連載記事のバックナンバー装飾
-------------------- */
.article_bn .title {
  color: #d04354;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold; }
.article_bn .content {
  max-height: 18em;
  overflow-y: scroll; }
  .article_bn .content li {
    position: relative;
    padding: 2% 160px 2% 2%;
    font-size: 14px;
    font-size: 1.4rem; }
    .article_bn .content li:after {
      position: absolute;
      right: 1%;
      top: 50%;
      margin-top: -8px;
      font-size: 10px;
      font-size: 1rem;
      color: #999999;
      content: attr(data-insert) ""; }
    .article_bn .content li a {
      color: #333333;
      text-decoration: none; }
      .article_bn .content li a:hover {
        color: #d04354;
        text-decoration: underline; }
    .article_bn .content li span {
      text-align: right; }

.article_bn_en .title {
  color: #1a4086;
  
  font-size: 1em;
  font-weight: 900; }
.article_bn_en .content {
  max-height: 18em;
  overflow-y: scroll; }
  .article_bn_en .content li {
    position: relative;
    padding: 2% 14% 2% 2%;
    font-size: 14px;
    font-size: 1.4rem; }
    .article_bn_en .content li:after {
      position: absolute;
      right: 1%;
      top: 50%;
      margin-top: -8px;
      font-size: 10px;
      font-size: 1rem;
      color: #999999;
      content: attr(data-insert) ""; }
    .article_bn_en .content li a {
      color: #333333;
      text-decoration: none; }
      .article_bn_en .content li a:hover {
        color: #d04354;
        text-decoration: underline; }
    .article_bn_en .content li span {
      text-align: right; }
  #posts .article .article_bn_en {
    border-radius: 10px;
    border: 1px solid #e6e6e6; }
    #posts .article .article_bn_en .title {
      border-bottom: 2px solid #1a4086;
      padding: 2%; }
    #posts .article .article_bn_en .content li {
      border-top: 1px solid #e6e6e6; }
      #posts .article .article_bn_en .content li:first-child {
        border: none; }

.bnr {
  margin: 4% 0;
  padding-top: 4%;
  border-top: 1px solid #eeeeee; }
  .bnr li {
    width: 64%;
    margin: auto; }
    .bnr li a {
      display: block;
      margin-bottom: 3.125%; }

.links {
  border-bottom: 1px solid #cccccc;
  padding: 4%;
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc; }
  .links:after {
    content: "";
    clear: both;
    display: block; }
  .links .info h6, .links .external h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 5px solid #ffc800;
    padding-left: 10px; }
  .links .info {
    width: 39.13%;
    float: left; }
  .links .info_box {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 7%;
    -webkit-overflow-scrolling: touch; }
  .links .info .info_items {
    padding-bottom: 5.56%;
    margin-top: 5.56%;
    border-bottom: 1px dashed #cccccc; }
    .links .info .info_items:first-child {
      margin-top: 0; }
  .links .info .info_date {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .links .info .info_content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    .links .info .info_content a {
      color: #333333; }
      .links .info .info_content a:hover {
        color: #d04225; }
  .links .external {
    width: 100%;
    float: right; }
    .links .external_box {
      margin-top: 3.846%; }
    .links .external .external_items {
      margin-top: 3.846%; }
      .links .external .external_items #external01,
      .links .external .external_items #external02,
      .links .external .external_items #external03 {
        display: none; }
      .links .external .external_items p {
        padding-bottom: 1.92%;
        margin-bottom: 1.92%;
        border-bottom: 1px dashed #cccccc;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      .links .external .external_items li {
        display: inline-block;
        line-height: 1.5; }
        .links .external .external_items li a {
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: 2em;
          color: #0066cc;
          white-space: nowrap; }
          .links .external .external_items li a:hover {
            color: #d04225; }

.next_time {
  padding: 2% 0;
  background: #333333; }
  .next_time p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold; }

.credit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5% 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }
  .credit p {
    line-height: 2.5; }
  .credit a {
    color: #333333; }
    .credit a:hover {
      color: #d04225; }

@keyframes wink {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
a:hover img {
  animation: wink .8s;
  background-color: #fff; }

a.no_wink:hover img {
  animation: none;
  opacity: 0.6; }

a.no_wink2:hover img {
  animation: none; }

.breadcrumb {
  background: #ebebeb;
  font-size: 0;
  padding: 7px 0;
  margin-bottom: 4%; }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-left: 2em;
    font-size: 10px;
    font-size: 1rem; }
    .breadcrumb li:before {
      content: " ";
      background: url("/common_data/images/breadcrumb.png") no-repeat left center;
      background-size: 100% auto;
      position: absolute;
      top: -7px;
      left: -3px;
      height: 30px;
      width: 16px; }
    .breadcrumb li:first-child {
      padding-left: 10px; }
      .breadcrumb li:first-child:before {
        background: none; }
    .breadcrumb li a {
      text-decoration: underline;
      color: #333333;
      white-space: nowrap; }
      .breadcrumb li a:hover {
        color: #d04225; }

.monthly_list .list_special h4 {
  color: #d04354;
  font-weight: bold; }
.monthly_list .list_news h4 {
  color: #ffc800;
  font-weight: bold; }
.monthly_list .list_series h4 {
  color: #1a4086;
  font-weight: bold; }

.pagenation {
  margin-bottom: 60px; }
  .pagenation .pagenation_txt {
    display: block;
    padding: 1% 0;
    margin-bottom: 2%;
    background-color: #555555;
    border: 1px solid transparent;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none; }
    .pagenation .pagenation_txt:hover {
      background-color: #fff;
      color: #555555;
      border-color: #555555; }
  .pagenation ul {
    margin: 0 auto;
    text-align: center;
    font-size: 0; }
    .pagenation ul li {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0.8%;
      vertical-align: middle; }
      .pagenation ul li a {
        display: block;
        padding: .5em;
        width: 1em;
        height: 1em;
        background-color: #555555;
        color: #fff;
        border: 1px solid transparent;
        text-decoration: none;
        line-height: 1; }
        .pagenation ul li a:hover {
          background-color: #fff;
          color: #555555;
          border-color: #555555; }
      .pagenation ul li.next a, .pagenation ul li.prev a {
        width: 2em; }
    .pagenation ul .current a {
      background-color: #eeeeee;
      color: #333333;
      border: 1px solid #888888; }

#top {
  /* --------------------
  トップページ > 　特集
  -------------------- */
  /* --------------------
  トップページ > 　ニュース
  -------------------- */
  /* --------------------
  トップページ　> 好評連載中
  -------------------- */ }
  #top .header .header_nav {
    margin-bottom: 2%; }
  #top .header .header_mv {
    width: 100%;
    margin-bottom: 4%; }
    #top .header .header_mv:after {
      content: "";
      clear: both;
      display: block; }
    #top .header .header_mv .header_mv_01 {
      width: 23%; }
    #top .header .header_mv .header_mv_02 {
      width: 23%; }
      #top .header .header_mv .header_mv_02 p:first-child {
        margin-bottom: 4.3%; }
    #top .header .header_mv .header_mv_logo {
      width: 52%;
      margin: 0 1%; }
    #top .header .header_mv .header_mv_01, #top .header .header_mv .header_mv_02, #top .header .header_mv .header_mv_logo {
      float: left; }
    #top .header .header_mv .slider {
      width: 100%;
      border-bottom: 1px solid #f0f0f0; }
      #top .header .header_mv .slider img {
        overflow: hidden; }
    #top .header .header_mv .slide-arrow {
      opacity: 0.5;
      transition: 0.5s;
      position: absolute;
      cursor: pointer;
      top: calc(50% - 20px); }
      #top .header .header_mv .slide-arrow:hover {
        opacity: 1; }
    #top .header .header_mv .prev-arrow {
      left: -50px; }
    #top .header .header_mv .next-arrow {
      right: -50px; }
    #top .header .header_mv.first_visited, #top .header .header_mv.return_visited {
      display: none; }
  #top .header .header_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #fff;
    margin-top: 25px;
    padding: 0 calc(40 / 920 * 100%) calc(20 / 920 * 100%);
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0; }
    #top .header .header_info.sp {
      display: none; }
    #top .header .header_info .header_info01 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: calc(638 / 920 * 100%); }
    #top .header .header_info .header_info02 {
      width: calc(200 / 920 * 100%); }
    #top .header .header_info .header_title {
      width: calc(429 / 638 * 100%);
      transform: translate(-5px, -5px); }
    #top .header .header_info .header_illust {
      width: calc(96 / 638 * 100%); }
    #top .header .header_info .header_month {
      width: calc(110 / 638 * 100%); }
    #top .header .header_info .header_links .header_link_world {
      margin-bottom: calc(10 / 200 * 100%); }
    #top .header .header_info .header_lead {
      width: 100%;
      margin-top: 10px; }
  #top .special .heading {
    text-align: center;
    margin-bottom: 4%; }
    #top .special .heading h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      color: #d04354;
      line-height: 1; }
    #top .special .heading p {
      font-size: 14px;
      font-size: 1.4rem; }
  #top .special .content {
    padding: 0 2%;
    font-size: 0; }
    #top .special .content .items {
      box-sizing: border-box;
      display: inline-block;
      margin: 0 2% 4% 2%;
      padding-top: 2%;
      width: 96%;
      background-image: url("../images/line_special.gif");
      background-repeat: no-repeat;
      background-position: top left;
      vertical-align: top; }
      #top .special .content .items:after {
        content: "";
        clear: both;
        display: block; }
      #top .special .content .items h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #333333; }
      #top .special .content .items a {
        color: #333333;
        text-decoration: none; }
      #top .special .content .items p {
        font-size: 14px;
        font-size: 1.4rem; }
      #top .special .content .items_img {
        margin-left: 3%;
        float: right; }
    #top .special .content a:hover h3 {
      color: #d04354;
      text-decoration: underline; }
  #top .news .heading {
    text-align: center;
    margin-bottom: 4%; }
    #top .news .heading h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      color: #ffc800;
      line-height: 1; }
    #top .news .heading p {
      font-size: 14px;
      font-size: 1.4rem; }
  #top .news .content {
    padding: 0 2%;
    font-size: 0; }
    #top .news .content .items {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      margin: 0 2% 4% 2%;
      padding-top: 2%;
      width: 46%;
      background-image: url("../images/line_news.gif");
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 100%;
      vertical-align: top; }
      #top .news .content .items:after {
        content: "";
        clear: both;
        display: block; }
      #top .news .content .items h3 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        color: #333333; }
      #top .news .content .items .inner_special {
        color: #f00; }
      #top .news .content .items a {
        color: #333333;
        text-decoration: none; }
      #top .news .content .items p {
        margin-left: 3%;
        float: right;
        text-align: right; }
    #top .news .content a:hover h3 {
      color: #ffc800;
      text-decoration: underline; }
  #top .series .heading {
    text-align: center;
    margin-bottom: 4%; }
    #top .series .heading h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      color: #1a4086;
      line-height: 1; }
    #top .series .heading p {
      font-size: 14px;
      font-size: 1.4rem; }
  #top .series .content .publish {
    width: 92%;
    margin: 0 auto 2%;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    background: url("../images/line_publish.gif") no-repeat left bottom;
    color: #051c5e;
    padding-bottom: 5px; }
  #top .series .content ul {
    padding: 0 2%;
    font-size: 0; }
    #top .series .content ul:after {
      content: "";
      clear: both;
      display: block; }
    #top .series .content ul .items {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 4%;
      padding: 0 2%;
      width: 33.33%; }
      #top .series .content ul .items .series_img {
        margin-bottom: 3%; }
      #top .series .content ul .items .series_name {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #1a4086;
        margin-bottom: 3%; }
        #top .series .content ul .items .series_name span {
          padding: 3px 4px;
          margin-left: 5px;
          font-size: 10px;
          font-size: 1rem;
          color: #fff;
          background-color: #d04255;
          display: inline-block;
          margin-bottom: 2px; }
      #top .series .content ul .items .mid_month {
        padding: 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
        color: #333333;
        text-align: center;
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666; }
      #top .series .content ul .items .series_title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 3%; }
      #top .series .content ul .items .series_caption {
        font-size: 14px;
        font-size: 1.4rem; }
      #top .series .content ul .items a {
        color: #333333;
        text-decoration: none; }
      #top .series .content ul .items a:hover .series_title {
        color: #1a4086;
        text-decoration: underline; }
  #top .inventory {
    border-top: 1px solid #eeeeee;
    padding-top: 4%;
    font-size: 0; }
    #top .inventory ul {
      width: 64%;
      margin: 0 auto; }
      #top .inventory ul li {
        display: inline-block;
        width: 47%; }
        #top .inventory ul li:first-child {
          margin-right: 6%; }
  #top .series_en {
    width: 720px;
    margin: 0 auto; }
    #top .series_en .publish {
      color: #395290;
      font-weight: bold;
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 40px;
      display: flex;
      align-items: center; }
      #top .series_en .publish:after {
        content: " ";
        border-top: 5px solid #cccccc;
        flex-grow: 1;
        margin-left: 20px; }
    #top .series_en ul {
      margin-bottom: 60px; }
    #top .series_en .items {
      margin-bottom: 40px; }
      #top .series_en .items:after {
        content: "";
        clear: both;
        display: block; }
      #top .series_en .items h3 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #333333; }
      #top .series_en .items a {
        color: #333333;
        text-decoration: none; }
      #top .series_en .items p {
        font-size: 16px;
        font-size: 1.6rem; }
      #top .series_en .items .series_name {
        color: #d04255;
        font-weight: bold; }
      #top .series_en .items .series_img {
        margin-right: 3%;
        float: left; }
  #top .btn_pagetop_en {
    text-align: center;
    padding-bottom: 40px;
    font-size: 0; }
    #top .btn_pagetop_en a {
      display: inline-block;
      padding: 2% 5%;
      border-radius: 50px;
      border: 1px solid #999999;
      color: #999999;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      text-decoration: none; }
      #top .btn_pagetop_en a:hover {
        border-color: #d04255;
        color: #d04255; }

/* --------------------
記事個別ページ
-------------------- */
#posts .posts_inner {
  overflow: hidden;
  position: relative; }
  #posts .posts_inner:after {
    content: " ";
    border-right: 1px solid #f0f0f0;
    position: absolute;
    right: 26%;
    width: 1px;
    height: 100%; }
#posts .article {
  box-sizing: border-box;
  width: 74%;
  padding: 0 4%;
  float: left;
  /* --------------------
  連載記事のバックナンバー装飾
  -------------------- */ }
  #posts .article_header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 6%; }
    #posts .article_header_parent {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
    #posts .article_header_title {
      line-height: 1.5;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: bold;
      color: #d04255;
      margin-bottom: 3%; }
    #posts .article_header_desc {
      margin-bottom: 3%; }
    #posts .article_header_eyecatch {
      margin-bottom: 3%; }
    #posts .article_header_author {
      font-size: 0;
      vertical-align: middle;
      margin-bottom: 3%; }
      #posts .article_header_author_img {
        display: inline-block;
        margin-right: 1%;
        vertical-align: middle; }
      #posts .article_header_author_txt {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        vertical-align: middle; }
    #posts .article_header .jaia {
      margin-bottom: 3%;
      font-size: 18px;
      font-size: 1.8rem; }
      #posts .article_header .jaia p {
        font-weight: bold;
        margin-bottom: 0; }
  #posts .article_body {
    margin-bottom: 6%; }
    #posts .article_body h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #1a4086;
      margin-bottom: 4.54%;
      padding-left: 1.5%;
      border-left: 5px solid #1a4086;
      line-height: 1.5; }
    #posts .article_body a {
      color: #0066cc;
      word-wrap: break-word; }
      #posts .article_body a:hover {
        color: #d04255; }
    #posts .article_body p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      margin-bottom: 4.54%;
      width: 100%; }
      #posts .article_body p.img {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5; }
        #posts .article_body p.img img {
          margin-bottom: 0.7%; }
        #posts .article_body p.img a {
          color: #333333;
          text-decoration: none;
          position: relative; }
          #posts .article_body p.img a img {
            box-sizing: border-box;
            border: 1px solid #6699ff; }
          #posts .article_body p.img a:after {
            content: " ";
            position: relative;
            display: inline-block;
            bottom: -3px;
            margin-left: 5px;
            background: url("/common_data/images/click.gif") no-repeat left center;
            width: 118px;
            height: 18px; }
          #posts .article_body p.img a:hover {
            color: #d04255;
            text-decoration: underline; }
      #posts .article_body p.img_border img {
        border: 1px solid #ccc; }
      #posts .article_body p.img_border_blue img {
        border: 1px solid #6699ff; }
      #posts .article_body p.no_exte a {
        text-decoration: underline;
        color: #6699ff; }
      #posts .article_body p.no_exte a:after {
        content: none; }
    #posts .article_body strong.red {
      color: #ff0033; }
    #posts .article_body sup, #posts .article_body sub {
      font-size: 0.7em; }
    #posts .article_body .outline {
      border: 3px double #cccccc;
      border-radius: 10px;
      padding: 6%;
      margin-bottom: 6%; }
      #posts .article_body .outline p {
        margin-bottom: 0;
        margin-top: 30px; }
        #posts .article_body .outline p:first-child {
          margin-top: 0; }
    #posts .article_body .table {
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 6%; }
      #posts .article_body .table table {
        width: 100%; }
      #posts .article_body .table th {
        background-color: #eee;
        width: 15.9%; }
      #posts .article_body .table th, #posts .article_body .table td {
        border: 1px solid #ccc;
        padding: 1%;
        font-size: 14px;
        font-size: 1.4rem; }
    #posts .article_body .table_schedule table {
      table-layout: fixed; }
    #posts .article_body .table_schedule tr td {
      vertical-align: top; }
    #posts .article_body .table_schedule tr .schedule_name {
      width: 40%; }
    #posts .article_body .table_schedule tr .schedule_date {
      width: 25%; }
    #posts .article_body .table_schedule tr .schedule_place {
      width: 35%; }
    #posts .article_body .table_shogi th, #posts .article_body .table_shogi td {
      padding: 2%; }
    #posts .article_body .table_shogi .hint_opener {
      cursor: pointer; }
      #posts .article_body .table_shogi .hint_opener div {
        border-radius: 20px;
        background: #d04255;
        color: #fff;
        box-shadow: 1px 2px 1px 0 #430d12; }
    #posts .article_body .table_shogi .hint_opener:hover div {
      opacity: 0.8; }
    #posts .article_body .table_shogi .opened div {
      background: none;
      color: #333;
      box-shadow: none; }
    #posts .article_body .shogi_answer #opener {
      box-sizing: border-box;
      display: block;
      margin-bottom: 0;
      padding: 1%;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      background-color: #eee;
      font-weight: bold;
      cursor: pointer; }
      #posts .article_body .shogi_answer #opener:hover {
        color: #d04255; }
    #posts .article_body .shogi_answer .answer_open {
      padding-top: 2%;
      display: none;
      box-sizing: border-box;
      border-top-color: transparent; }
      #posts .article_body .shogi_answer .answer_open h6 {
        padding: 1%;
        margin-bottom: 2%;
        text-align: center;
        background: #d04255;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
      #posts .article_body .shogi_answer .answer_open .answer_order {
        color: #d04255;
        text-align: center; }
      #posts .article_body .shogi_answer .answer_open #closer {
        text-align: right;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        border: 1px solid #eee; }
        #posts .article_body .shogi_answer .answer_open #closer:hover {
          color: #d04255;
          border-color: #d04255; }
    #posts .article_body .mov_iframe {
      position: relative;
      width: 100%;
      padding: 56.25% 0 0 0; }
      #posts .article_body .mov_iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #posts .article_body .twitter-tweet {
      margin-right: auto;
      margin-left: auto; }
  #posts .article .monthly_to_top {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 1px;
    font-size: 0; }
    #posts .article .monthly_to_top a {
      display: inline-block;
      padding: 2% 5%;
      border-radius: 50px;
      border: 1px solid #999999;
      color: #999999;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      text-decoration: none; }
      #posts .article .monthly_to_top a:hover {
        border-color: #d04255;
        color: #d04255; }
  #posts .article .article_bn {
    border-radius: 10px;
    border: 1px solid #e6e6e6; }
    #posts .article .article_bn .title {
      color: #d04255;
      border-bottom: 2px solid #d04255;
      padding: 2%; }
    #posts .article .article_bn .content li {
      border-top: 1px solid #e6e6e6; }
      #posts .article .article_bn .content li:first-child {
        border: none; }
#posts .article_en {
  float: none;
  margin: 0 auto; }
  #posts .article_en p.img a:after {
    background: url("/common_data/images/enlarge.gif") no-repeat left center; }
#posts .btn_pagetop_en {
  text-align: center;
  padding-bottom: 40px;
  font-size: 0;
  margin-top: 40px; }
  #posts .btn_pagetop_en a {
    display: inline-block;
    padding: 2% 5%;
    border-radius: 50px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none; }
    #posts .btn_pagetop_en a:hover {
      border-color: #d04255;
      color: #d04255; }
  #posts .btn_pagetop_en a:first-child {
    margin-right: 5%; }
#posts .side_bar {
  box-sizing: border-box;
  width: 26%;
  padding: 0 2%;
  float: left; }
  #posts .side_bar .monthly_list h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-position: bottom; }
  #posts .side_bar .monthly_list .list_special {
    margin-bottom: 10%; }
    #posts .side_bar .monthly_list .list_special h4 {
      background-image: url("/common_data/images/side_special.gif");
      margin-bottom: 9%; }
    #posts .side_bar .monthly_list .list_special li {
      padding-bottom: 6%;
      margin-bottom: 6%;
      border-bottom: 1px dotted #cccccc; }
      #posts .side_bar .monthly_list .list_special li a {
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #333333; }
        #posts .side_bar .monthly_list .list_special li a:hover {
          color: #d04354;
          text-decoration: underline; }
  #posts .side_bar .monthly_list .list_news {
    margin-bottom: 10%; }
    #posts .side_bar .monthly_list .list_news h4 {
      background-image: url("/common_data/images/side_news.gif");
      margin-bottom: 9%; }
    #posts .side_bar .monthly_list .list_news li {
      padding-bottom: 6%;
      margin-bottom: 6%;
      border-bottom: 1px dotted #cccccc; }
      #posts .side_bar .monthly_list .list_news li a {
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #333333; }
        #posts .side_bar .monthly_list .list_news li a:hover {
          color: #d04354;
          text-decoration: underline; }
  #posts .side_bar .monthly_list .list_series {
    margin-bottom: 10%; }
    #posts .side_bar .monthly_list .list_series h4 {
      background-image: url("/common_data/images/side_series.gif");
      margin-bottom: 6.8%; }
    #posts .side_bar .monthly_list .list_series li {
      padding-bottom: 10%;
      margin-bottom: 10%;
      border-bottom: 1px dotted #cccccc; }
      #posts .side_bar .monthly_list .list_series li .list_series_img {
        margin-bottom: 6.8%; }
      #posts .side_bar .monthly_list .list_series li .list_series_parent {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #1a4086; }
      #posts .side_bar .monthly_list .list_series li .list_series_title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5; }
      #posts .side_bar .monthly_list .list_series li a {
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        color: #333333; }
        #posts .side_bar .monthly_list .list_series li a:hover .list_series_title {
          color: #d04354;
          text-decoration: underline; }
  #posts .side_bar > p {
    margin-bottom: 4.5%; }

/* --------------------
記事のバックナンバー
-------------------- */
#bn .bn_inner {
  width: 88%;
  margin: 0 auto 6% auto; }
  #bn .bn_inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
    line-height: 1; }
  #bn .bn_inner .site_search {
    display: flex;
    width: 600px;
    margin: 0 auto 4%;
    justify-content: space-between;
    align-items: center; }
    #bn .bn_inner .site_search .site_search_title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #1a4086; }
    #bn .bn_inner .site_search .gsc {
      width: 65%; }
      #bn .bn_inner .site_search .gsc .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0; }
      #bn .bn_inner .site_search .gsc .gsc-input-box {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: none;
        border-bottom: 1px solid #ccc; }
      #bn .bn_inner .site_search .gsc .gsc-search-button-v2 {
        margin-left: 0;
        border-radius: 0;
        padding: 13px 27px;
        border: none; }
      #bn .bn_inner .site_search .gsc .gsib_a {
        padding: 8px; }
  #bn .bn_inner .btn_bn_category {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0; }
    #bn .bn_inner .btn_bn_category p {
      display: inline-block;
      padding: 0 10px; }
  #bn .bn_inner_monthly {
    margin-bottom: 4%; }
    #bn .bn_inner_monthly h3 a {
      position: relative;
      display: inline-block;
      margin-bottom: 2.3%;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #333333; }
      #bn .bn_inner_monthly h3 a:before {
        position: absolute;
        top: 50%;
        left: -15px;
        margin-top: -8px;
        content: " ";
        background: url("/common_data/images/monthly_arrow.png") no-repeat;
        width: 10px;
        height: 15px; }
      #bn .bn_inner_monthly h3 a:hover {
        color: #d04255;
        text-decoration: none; }
        #bn .bn_inner_monthly h3 a:hover:before {
          background-image: url("/common_data/images/monthly_arrow_hover.png"); }
    #bn .bn_inner_monthly .monthly_list h4 {
      margin-bottom: 1em;
      padding-bottom: 10px;
      line-height: 1;
      font-size: 14px;
      font-size: 1.4rem;
      border-bottom: 1px solid #cccccc; }
    #bn .bn_inner_monthly .monthly_list .list_special {
      margin-bottom: 2.85%; }
      #bn .bn_inner_monthly .monthly_list .list_special li {
        display: inline-block;
        position: relative;
        padding-left: 1em;
        margin-right: 2em; }
        #bn .bn_inner_monthly .monthly_list .list_special li:before {
          position: absolute;
          top: 25%;
          left: 0;
          content: " ";
          border-top: 3px solid transparent;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-left: 3px solid #333333; }
        #bn .bn_inner_monthly .monthly_list .list_special li a {
          color: #333333;
          text-decoration: none;
          font-size: 12px;
          font-size: 1.2rem;
          white-space: nowrap; }
          #bn .bn_inner_monthly .monthly_list .list_special li a:hover {
            color: #d04354;
            text-decoration: underline; }
    #bn .bn_inner_monthly .monthly_list .list_news {
      margin-bottom: 2.85%; }
      #bn .bn_inner_monthly .monthly_list .list_news li {
        display: inline-block;
        position: relative;
        padding-left: 1em;
        margin-right: 2em; }
        #bn .bn_inner_monthly .monthly_list .list_news li:before {
          position: absolute;
          top: 25%;
          left: 0;
          content: " ";
          border-top: 3px solid transparent;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-left: 3px solid #333333; }
        #bn .bn_inner_monthly .monthly_list .list_news li a {
          color: #333333;
          text-decoration: none;
          font-size: 12px;
          font-size: 1.2rem;
          white-space: nowrap; }
          #bn .bn_inner_monthly .monthly_list .list_news li a:hover {
            color: #d04354;
            text-decoration: underline; }
    #bn .bn_inner_monthly .monthly_list .list_series {
      margin-bottom: 2.85%; }
      #bn .bn_inner_monthly .monthly_list .list_series li {
        display: inline-block;
        position: relative;
        padding-left: 1em;
        margin-right: 2em; }
        #bn .bn_inner_monthly .monthly_list .list_series li:before {
          position: absolute;
          top: 30%;
          left: 0;
          content: " ";
          border-top: 3px solid transparent;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-left: 3px solid #333333; }
        #bn .bn_inner_monthly .monthly_list .list_series li .list_series_parent, #bn .bn_inner_monthly .monthly_list .list_series li .list_series_title {
          display: inline; }
        #bn .bn_inner_monthly .monthly_list .list_series li .list_series_parent {
          font-weight: bold;
          color: #1a4086;
          margin-right: 1em; }
        #bn .bn_inner_monthly .monthly_list .list_series li a {
          color: #333333;
          text-decoration: none;
          font-size: 12px;
          font-size: 1.2rem;
          white-space: nowrap; }
          #bn .bn_inner_monthly .monthly_list .list_series li a:hover .list_series_title {
            color: #d04354;
            text-decoration: underline; }
  #bn .bn_inner_past {
    display: block;
    position: relative;
    margin-top: 9%;
    padding: 1em 0;
    border-radius: 50px;
    border: 1px solid #cccccc;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: center; }
    #bn .bn_inner_past:before {
      position: absolute;
      content: " ";
      background: url("/common_data/images/monthly_arrow.png") no-repeat left center;
      top: 50%;
      left: 50%;
      margin-top: -24px;
      margin-left: -240px;
      width: 10px;
      height: 100%; }
    #bn .bn_inner_past:hover {
      color: #d04255;
      border-color: #d04255; }
      #bn .bn_inner_past:hover:before {
        background-image: url("/common_data/images/monthly_arrow_hover.png"); }
#bn .list_series_img {
  display: none; }

/* --------------------
連載記事一覧
-------------------- */
#series_bn .series_bn_inner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1; }
#series_bn .series_bn_inner .first {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px; }
  #series_bn .series_bn_inner .first a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 0;
    background-color: #eeeeee;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    border: 1px solid transparent; }
    #series_bn .series_bn_inner .first a:before {
      position: relative;
      padding: 12px 5px;
      content: " ";
      background: url("/common_data/images/series_arrow.png") no-repeat left center; }
    #series_bn .series_bn_inner .first a:hover {
      color: #d04255;
      text-decoration: underline;
      border-color: #cecece; }
      #series_bn .series_bn_inner .first a:hover:before {
        background-image: url("/common_data/images/series_arrow_hover.png"); }
#series_bn .series_bn_running {
  width: 92%;
  margin: 0 auto 80px; }
  #series_bn .series_bn_running .series_bn_each {
    margin-bottom: 40px;
    /* --------------------
    連載記事のバックナンバー装飾
    -------------------- */ }
    #series_bn .series_bn_running .series_bn_each_img {
      display: table-cell;
      vertical-align: top;
      width: 21.7%;
      height: auto; }
    #series_bn .series_bn_running .series_bn_each_txt {
      display: table-cell;
      box-sizing: border-box;
      padding-left: 1.5%;
      width: 78.3%; }
      #series_bn .series_bn_running .series_bn_each_txt h3 {
        color: #d04255;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      #series_bn .series_bn_running .series_bn_each_txt .series_bn_each_about {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.5; }
      #series_bn .series_bn_running .series_bn_each_txt .author {
        font-size: 0; }
        #series_bn .series_bn_running .series_bn_each_txt .author p {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          font-size: 1.4rem; }
        #series_bn .series_bn_running .series_bn_each_txt .author_img {
          width: 40px;
          height: 40px;
          margin-right: 10px; }
    #series_bn .series_bn_running .series_bn_each .article_bn {
      margin-top: 2%; }
      #series_bn .series_bn_running .series_bn_each .article_bn .title {
        color: #1a4086;
        margin-bottom: 10px; }
      #series_bn .series_bn_running .series_bn_each .article_bn .content li {
        border-bottom: 1px solid #e6e6e6;
        padding-left: 20px; }
        #series_bn .series_bn_running .series_bn_each .article_bn .content li:first-child {
          border-top: 1px solid #e6e6e6; }
        #series_bn .series_bn_running .series_bn_each .article_bn .content li:before {
          position: absolute;
          content: " ";
          top: 4px;
          margin-top: 2%;
          left: 5px;
          background: url("/common_data/images/series_arrow.png") no-repeat left center;
          width: 7px;
          height: 1em; }
    #series_bn .series_bn_running .series_bn_each .first a {
      width: 200px;
      text-align: center; }
#series_bn .series_bn_end_head {
  box-sizing: border-box;
  width: 92%;
  padding: 6px 10px;
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto; }
#series_bn .series_bn_end_inner {
  width: 96%;
  margin: 0 auto;
  font-size: 0; }
  #series_bn .series_bn_end_inner .series_bn_each {
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    padding: 0 2%;
    margin-top: 4%;
    vertical-align: top; }
    #series_bn .series_bn_end_inner .series_bn_each_last {
      margin-right: 0; }
    #series_bn .series_bn_end_inner .series_bn_each_img {
      margin-bottom: 10px; }
    #series_bn .series_bn_end_inner .series_bn_each h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #d04255;
      margin-bottom: 10px;
      line-height: 1.5; }
    #series_bn .series_bn_end_inner .series_bn_each_about {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px;
      line-height: 1.5; }
    #series_bn .series_bn_end_inner .series_bn_each .author p {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px;
      line-height: 1.5; }
    #series_bn .series_bn_end_inner .series_bn_each .first a {
      width: 100%;
      text-align: center; }

/* --------------------
テクニカルコーナー一覧
-------------------- */
#tech_bn .tech_bn_inner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1; }
#tech_bn .tech_bn_inner .tech_bn_present {
  width: 96%;
  margin: 0 auto;
  font-size: 0; }
  #tech_bn .tech_bn_inner .tech_bn_present .items {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 2%;
    margin-bottom: 4%; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_img {
      margin-bottom: 3%;
      width: 280px; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_name {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #1a4086;
      margin-bottom: 3%; }
      #tech_bn .tech_bn_inner .tech_bn_present .items .series_name span {
        padding: 3px 4px;
        margin-left: 5px;
        font-size: 10px;
        font-size: 1rem;
        color: #fff;
        background-color: #d04255; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 3%; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_caption {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 10px; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_date {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #999999; }
    #tech_bn .tech_bn_inner .tech_bn_present .items a {
      color: #333333;
      text-decoration: none; }
    #tech_bn .tech_bn_inner .tech_bn_present .items a:hover .series_title {
      color: #1a4086;
      text-decoration: underline; }
#tech_bn .tech_bn_inner .tech_bn_past {
  margin-bottom: 80px; }
  #tech_bn .tech_bn_inner .tech_bn_past_head {
    box-sizing: border-box;
    width: 92%;
    padding: 6px 10px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto; }
  #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 10px 0; }
    #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each h3 {
      box-sizing: border-box;
      position: relative;
      width: 100%;
      padding: 0 90px 0 2.2%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5; }
      #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each h3:before {
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -6px;
        width: 7px;
        height: 12px;
        content: " ";
        background: url("/common_data/images/series_arrow.png") no-repeat left center; }
    #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each_date {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -.5em;
      font-size: 10px;
      font-size: 1rem;
      color: #999999;
      line-height: 1; }
    #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each a {
      text-decoration: none;
      color: #333333; }
      #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each a:hover {
        color: #d04354; }
        #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each a:hover h3 {
          text-decoration: underline; }
          #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each a:hover h3:before {
            background-image: url("/common_data/images/series_arrow_hover.png"); }
#tech_bn .tech_bn_inner .first {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px; }
  #tech_bn .tech_bn_inner .first a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 0;
    background-color: #eeeeee;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    border: 1px solid transparent; }
    #tech_bn .tech_bn_inner .first a:before {
      position: relative;
      padding: 12px 5px;
      content: " ";
      background: url("/common_data/images/series_arrow.png") no-repeat left center; }
    #tech_bn .tech_bn_inner .first a:hover {
      color: #d04255;
      text-decoration: underline;
      border-color: #cecece; }
      #tech_bn .tech_bn_inner .first a:hover:before {
        background-image: url("/common_data/images/series_arrow_hover.png"); }
#tech_bn .tech_bn_running {
  width: 92%;
  margin: 0 auto 80px; }
  #tech_bn .tech_bn_running .tech_bn_each {
    margin-bottom: 40px;
    /* --------------------
    連載記事のバックナンバー装飾
    -------------------- */ }
    #tech_bn .tech_bn_running .tech_bn_each_img {
      display: table-cell;
      vertical-align: top;
      width: 21.7%;
      height: auto; }
    #tech_bn .tech_bn_running .tech_bn_each_txt {
      display: table-cell;
      box-sizing: border-box;
      padding-left: 1.5%;
      width: 78.3%; }
      #tech_bn .tech_bn_running .tech_bn_each_txt h3 {
        color: #d04255;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      #tech_bn .tech_bn_running .tech_bn_each_txt .tech_bn_each_about {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.5; }
      #tech_bn .tech_bn_running .tech_bn_each_txt .author {
        font-size: 0; }
        #tech_bn .tech_bn_running .tech_bn_each_txt .author p {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          font-size: 1.4rem; }
        #tech_bn .tech_bn_running .tech_bn_each_txt .author_img {
          width: 40px;
          height: 40px;
          margin-right: 10px; }
    #tech_bn .tech_bn_running .tech_bn_each .article_bn {
      margin-top: 2%; }
      #tech_bn .tech_bn_running .tech_bn_each .article_bn .title {
        color: #1a4086;
        margin-bottom: 10px; }
      #tech_bn .tech_bn_running .tech_bn_each .article_bn .content li {
        border-bottom: 1px solid #e6e6e6;
        padding-left: 20px; }
        #tech_bn .tech_bn_running .tech_bn_each .article_bn .content li:first-child {
          border-top: 1px solid #e6e6e6; }
        #tech_bn .tech_bn_running .tech_bn_each .article_bn .content li:before {
          position: absolute;
          content: " ";
          top: 4px;
          margin-top: 2%;
          left: 5px;
          background: url("/common_data/images/series_arrow.png") no-repeat left center;
          width: 7px;
          height: 1em; }
    #tech_bn .tech_bn_running .tech_bn_each .first a {
      width: 200px;
      text-align: center; }

/* --------------------
サイトのご利用について
-------------------- */
#policy .policy_inner {
  width: 92%;
  margin: 0 auto; }
  #policy .policy_inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
    line-height: 1; }
  #policy .policy_inner_category {
    margin-bottom: 6.5%;
    color: #333333; }
    #policy .policy_inner_category h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px; }
    #policy .policy_inner_category p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    #policy .policy_inner_category ol {
      margin-bottom: 20px; }
      #policy .policy_inner_category ol li {
        list-style-type: decimal;
        list-style-position: inside;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 20px; }
    #policy .policy_inner_category ul {
      margin-bottom: 20px; }
      #policy .policy_inner_category ul li {
        list-style-type: disc;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 20px;
        margin-left: 2%; }

/* --------------------
検索結果
-------------------- */
.result_inner {
  width: 92%;
  margin: 0 auto; }
  .result_inner h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
    line-height: 1; }
  .result_inner a:hover {
    color: #d04354; }

.sp {
  display: none; }

/* --------------------
Worldwideトップページ 2020年1月～
-------------------- */
#world_top .main .headline {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #world_top .main .headline .month_issue {
    font-size: 2rem; }
    #world_top .main .headline .month_issue .title01 {
      color: #1A4086;
      font-weight: 900; }
    #world_top .main .headline .month_issue .title02 {
      color: #1A4086; }
    #world_top .main .headline .month_issue .title03 .month {
      font-weight: 900; }
    #world_top .main .headline .month_issue .title03 .year {
      font-weight: 500; }
  #world_top .main .headline .link_back {
    text-decoration: none;
    color: #999;
    font-size: 1.4rem; }
    #world_top .main .headline .link_back:hover {
      text-decoration: underline; }
#world_top .main .content {
  margin-bottom: 40px; }
  #world_top .main .content .items {
    padding: 40px 0; }
    #world_top .main .content .items:nth-child(n+2) {
      border-top: 1px solid #ccc; }
    #world_top .main .content .items a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      color: #000; }
    #world_top .main .content .items .series_img {
      width: 250px; }
    #world_top .main .content .items .series_info {
      width: calc(100% - 270px); }
    #world_top .main .content .items .series_name {
      font-size: 1.6rem;
      color: #1A4086;
      font-weight: 700; }
    #world_top .main .content .items .series_title {
      font-size: 3.1rem;
      font-weight: 900; }
    #world_top .main .content .items .series_desc {
      margin-top: 10px;
      line-height: 1.6; }
#world_top .main .btn_backissues {
  display: none; }

.eyecatch_world .pc {
  display: inline; }
.eyecatch_world .sp {
  display: none; }
.eyecatch_world.eyecatch_world_bn {
  border-bottom: 1px solid #ccc; }

/* --------------------
Worldwideバックナンバー 2020年1月～
-------------------- */
.toggle_world_issues {
  display: flex;
  align-items: center;
  margin-top: 80px; }
  .toggle_world_issues span {
    display: block;
    position: relative;
    font-size: 3.9rem;
    font-weight: 900;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 1.1; }
    .toggle_world_issues span:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 1em;
      background: #707070; }
  .toggle_world_issues a {
    display: block;
    font-size: 2rem;
    color: #666;
    text-decoration: none; }

.back_issues_world .item {
  display: flex;
  padding: 80px 0; }
  .back_issues_world .item:nth-child(n+2) {
    border-top: 1px solid #ccc; }
  .back_issues_world .item .monthly {
    font-size: 2.5rem;
    font-weight: 500;
    width: 180px; }
    .back_issues_world .item .monthly .month {
      font-weight: 900; }
  .back_issues_world .item .lists {
    width: calc(100% - 200px); }
    .back_issues_world .item .lists li:nth-child(n+2) {
      margin-top: 40px; }
    .back_issues_world .item .lists a {
      text-decoration: none;
      color: #333; }
    .back_issues_world .item .lists .list_series_parent {
      font-size: 1.6rem;
      font-weight: 900;
      color: #1a4086; }
    .back_issues_world .item .lists .list_series_title {
      font-size: 2rem;
      font-weight: 900;
      margin-top: 10px; }
    .back_issues_world .item .lists .list_series_desc {
      font-size: 1.4rem;
      margin-top: 10px; }

.bn_world_past {
  display: block;
  position: relative;
  padding: 1em 0;
  margin-bottom: 4%;
  border-radius: 50px;
  border: 1px solid #cccccc;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  text-align: center; }
  .bn_world_past:before {
    position: absolute;
    content: " ";
    background: url("/common_data/images/monthly_arrow.png") no-repeat left center;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -240px;
    width: 10px;
    height: 100%; }
  .bn_world_past:hover {
    color: #d04255;
    border-color: #d04255; }
    .bn_world_past:hover:before {
      background-image: url("/common_data/images/monthly_arrow_hover.png"); }

/* --------------------
Worldwide連載一覧 2020年1月～
-------------------- */
.series_world .item {
  padding: 80px 0; }
  .series_world .item:nth-child(n+2) {
    border-top: 1px solid #ccc; }
.series_world .series_name {
  font-size: 3.1rem;
  color: #1a4086;
  font-weight: 900;
  }
.series_world .lists{
  padding-top: 20px; 
  }
.series_world .lists li {
  /*margin-top: 40px; */
  padding-top: 20px; 
  padding-bottom: 20px;
  padding-left: 10px;
  border-top: 1px solid #e6e6e6;
  }
  .series_world .lists li:first-child {
        border: none;
        padding-top: 0px; 
        }
  .series_world .lists li a {
    color: #000;
    text-decoration: none; }
  .series_world .lists li .article_date {
    font-weight: 900; }
  .series_world .lists li .article_title {
    font-size: 2rem;
    font-weight: 900;
    margin-top: 10px; }
  .series_world .lists li .article_desc {
    font-size: 1.4rem;
    margin-top: 10px; }

.result_world {
  margin-bottom: 80px; }

.pt_world {
  display: block;
  margin-top: 80px;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.1; }

@media screen and (max-width: 599px) {
  a:hover img {
    animation: none; }

  .fl_l_pc, .fl_r_pc {
    float: none; }

  .col_2_pc {
    width: 100% !important;
    padding: 0; }

  .header_nav .pc {
    display: none; }
  .header_nav .sp {
    display: table-cell;
    vertical-align: bottom; }
  .header_nav .header_latest,
  .header_nav .header_bn,
  .header_nav .header_ac {
    width: auto;
    height: auto;
    background: none; }
    .header_nav .header_latest img,
    .header_nav .header_bn img,
    .header_nav .header_ac img {
      display: block;
      width: 100%;
      height: auto; }

  .header_en .header_mv {
    padding-top: 0; }

  .header_w .header_w_in {
    padding: 15px 20px 12px; }
  .header_w .header_w_left a.latest {
    margin-right: 30px; }
  .header_w .header_w_right {
    display: none; }
  .header_w .header_ac {
    display: block;
    width: 25px;
    height: 100%; }

  .footer_w .footer_w_in {
    padding: 0 20px;
    align-items: flex-start; }
  .footer_w .footer_w_fb {
    width: 40px;
    height: 40px; }
  .footer_w .footer_w_ja {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px; }

  .wrapper {
    width: 100%; }

  .wrapper_world {
    padding: 0; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

  .breadcrumb {
    padding-left: 3%;
    padding-right: 3%; }
    .breadcrumb li:first-child {
      padding: 0; }
    .breadcrumb li::before {
      content: ">";
      background: none;
      top: 0;
      left: 0.7em; }
    .breadcrumb li:first-child::before {
      content: none; }

  .pagenation {
    margin-bottom: 2%; }
    .pagenation .pagenation_txt {
      padding: 3% 1%; }
    .pagenation ul li {
      margin: 0 2%; }
      .pagenation ul li a {
        padding: 1em 1.5em; }

  .bnr {
    padding-top: 8%;
    margin-bottom: 8%; }
    .bnr li {
      width: 94%; }
      .bnr li a {
        margin-bottom: 2%; }

  .links {
    border-bottom: 1px solid #cccccc;
    padding: 4% 4% 8%; }
    .links .info {
      float: none;
      width: 100%;
      margin-bottom: 8%; }
      .links .info .info_box {
        max-height: 200px; }
      .links .info .info_date {
        margin-bottom: 0; }
      .links .info .info_items {
        padding-bottom: 3%; }
    .links .external {
      float: none;
      width: 100%; }
      .links .external .external_items ul {
        display: none; }
        .links .external .external_items ul li {
          display: block;
          width: 100%;
          padding: 2% 0;
          border-bottom: 2px dotted #cccccc; }
      .links .external .external_items .external_btn {
        position: relative;
        border-bottom: 3px solid #333333;
        padding-right: 25px;
        cursor: pointer; }
      .links .external .external_items .external_btn:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background: url(/common_data/images/radio_close.gif);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .links .external .external_items .external_btn_open:after {
        background: url(/common_data/images/radio_open.gif); }

  .next_time {
    padding: 4% 0; }
    .next_time p {
      width: 94%;
      margin: 0 auto;
      font-size: 16px;
      font-size: 1.6rem; }

  .credit p {
    width: 94%;
    margin: 0 auto; }

  .side_bar {
    display: none;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5% 2% 40px;
    z-index: 100;
    background: #fafafa;
    background-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .side_bar .monthly_list .list_special,
    .side_bar .monthly_list .list_news,
    .side_bar .monthly_list .list_series {
      margin-bottom: 8%; }
      .side_bar .monthly_list .list_special h4,
      .side_bar .monthly_list .list_news h4,
      .side_bar .monthly_list .list_series h4 {
        background: none;
        text-align: center;
        margin-bottom: 3%;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1; }
      .side_bar .monthly_list .list_special li,
      .side_bar .monthly_list .list_news li,
      .side_bar .monthly_list .list_series li {
        margin-bottom: 3%;
        padding-bottom: 3%;
        border-bottom: 1px dotted #cccccc; }
        .side_bar .monthly_list .list_special li a,
        .side_bar .monthly_list .list_news li a,
        .side_bar .monthly_list .list_series li a {
          text-decoration: none;
          color: #333333; }
    .side_bar .monthly_list .list_series li .list_series_parent {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #1a4086; }
    .side_bar .monthly_list .list_series li .list_series_title {
      line-height: 1.5; }
    .side_bar > p {
      margin-bottom: 4.5%;
      text-align: center; }
      .side_bar > p img {
        width: 100%; }

  .side_bar_open {
    display: block; }

  .side_bar_world {
    background: #fff; }
    .side_bar_world .list_series_title {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.2; }
    .side_bar_world .list_series_desc {
      margin-top: 10px; }

  /* ----------
  トップページ
  ---------- */
  #top .header .header_nav {
    margin-bottom: 0; }
  #top .header .header_mv {
    display: flex;
    flex-wrap: wrap; }
    #top .header .header_mv .header_mv_logo {
      width: 100%;
      order: 1;
      margin: 0; }
      #top .header .header_mv .header_mv_logo img {
        width: 100%;
        height: auto; }
    #top .header .header_mv .header_mv_01, #top .header .header_mv .header_mv_02 {
      width: 50%;
      order: 2; }
      #top .header .header_mv .header_mv_01 img, #top .header .header_mv .header_mv_02 img {
        width: 100%;
        height: auto; }
    #top .header .header_mv .header_mv_01 {
      position: relative;
      overflow: hidden; }
      #top .header .header_mv .header_mv_01 img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    #top .header .header_mv .header_mv_02 p:first-child {
      margin-bottom: 0; }
  #top .header .header_info {
    flex-wrap: wrap;
    margin-top: 0;
    padding: calc(30 / 750 * 100%); }
    #top .header .header_info.sp {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    #top .header .header_info.pc {
      display: none; }
    #top .header .header_info .header_info01 {
      flex-wrap: nowrap;
      width: 100%;
      align-items: flex-end; }
    #top .header .header_info .header_info02 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      width: 100%;
      margin-top: 10px; }
    #top .header .header_info .header_title {
      width: calc(528 / 690 * 100%);
      transform: translate(-5px, 0); }
      #top .header .header_info .header_title img {
        vertical-align: bottom; }
    #top .header .header_info .header_month {
      width: calc(114 / 690 * 100%); }
    #top .header .header_info .header_links {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      width: calc(205 / 690 * 100%); }
      #top .header .header_info .header_links .header_link_world {
        width: calc(135 / 205 * 100%);
        margin-bottom: 0; }
      #top .header .header_info .header_links .header_link_fb {
        width: calc(60 / 205 * 100%); }
    #top .header .header_info .header_lead {
      width: calc(471 / 690 * 100%);
      margin-top: 0; }
  #top .special .heading h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 2%; }
  #top .special .content .items {
    border-top: 3px solid #d04354;
    display: block;
    padding-top: 8%;
    background: none; }
    #top .special .content .items h3 {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 3%; }
    #top .special .content .items .items_img {
      width: 100%;
      margin-bottom: 3%; }
      #top .special .content .items .items_img img {
        width: 100%;
        height: auto; }
  #top .news .heading h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 2%; }
  #top .news .content .items {
    display: block;
    width: 96%;
    margin-bottom: 8%;
    padding-top: 8%; }
    #top .news .content .items h3 {
      font-size: 14px;
      font-size: 1.4rem; }
    #top .news .content .items p {
      width: 30%; }
  #top .series {
    background: #eeeeee;
    padding-top: 8%;
    padding-bottom: 4%; }
    #top .series .heading h2 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 2%; }
    #top .series .heading p {
      width: 94%;
      margin: 0 auto; }
    #top .series .content .publish {
      font-size: 18px;
      font-size: 1.8rem;
      background: none; }
    #top .series .content ul {
      margin-bottom: 8%; }
      #top .series .content ul .items {
        display: block;
        width: 100%;
        padding: 6% 4%;
        margin-bottom: 8%;
        background: #ffffff; }
        #top .series .content ul .items .series_name {
          margin-bottom: 0; }
        #top .series .content ul .items .series_title {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 0; }
        #top .series .content ul .items .series_img {
          float: right;
          width: 35%;
          margin-left: 3%; }
          #top .series .content ul .items .series_img img {
            width: 100%;
            height: auto; }
        #top .series .content ul .items .series_caption {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          clear: both; }
  #top .series_en {
    width: 92%;
    margin: 0 auto; }
    #top .series_en .publish {
      font-size: 28px;
      font-size: 2.8rem;
      margin-bottom: 5%; }
    #top .series_en ul {
      margin-bottom: 12%; }
    #top .series_en .items {
      margin-bottom: 8%; }
      #top .series_en .items:after {
        content: "";
        clear: both;
        display: block; }
      #top .series_en .items h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        color: #333333; }
      #top .series_en .items a {
        color: #333333;
        text-decoration: none; }
      #top .series_en .items p {
        font-size: 16px;
        font-size: 1.6rem; }
      #top .series_en .items .series_name {
        color: #d04255;
        font-weight: bold; }
      #top .series_en .items .series_img {
        float: left;
        width: 35%;
        margin-right: 3%; }
  #top .btn_pagetop_en {
    padding-bottom: 6%; }
    #top .btn_pagetop_en a {
      width: 50%;
      padding: 15px 5%; }
  #top .inventory {
    display: none;
    margin-bottom: 8%; }
    #top .inventory ul {
      width: 94%; }
      #top .inventory ul li {
        display: block;
        width: 100%;
        margin-bottom: 4%; }
        #top .inventory ul li img {
          width: 100%;
          height: auto; }
  #top .bnr {
    margin-top: 0;
    border-top: none; }
    #top .bnr li {
      width: 94%; }
      #top .bnr li a {
        margin-bottom: 2%; }

  /* --------------------
  記事個別ページ
  -------------------- */
  #posts .btn_pagetop_en {
    padding-bottom: 6%; }
    #posts .btn_pagetop_en a {
      display: block;
      width: 50%;
      margin: 0 auto;
      padding: 15px 5%; }
    #posts .btn_pagetop_en a:first-child {
      margin: 0 auto 6%; }

  /* ----------
  バックナンバー　総合
  ---------- */
  #bn .bn_inner {
    width: 92%; }
    #bn .bn_inner h2 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 6%; }
    #bn .bn_inner .site_search {
      display: block;
      width: 100%;
      margin: 0 auto 6%;
      justify-content: space-between;
      align-items: center; }
      #bn .bn_inner .site_search .site_search_title {
        font-size: 14px;
        font-size: 1.4rem; }
      #bn .bn_inner .site_search .gsc {
        width: 100%; }
        #bn .bn_inner .site_search .gsc .gsc-search-box-tools .gsc-search-box .gsc-input {
          padding-right: 0; }
        #bn .bn_inner .site_search .gsc .gsc-input-box {
          border-left: 1px solid #ccc;
          border-top: 1px solid #ccc;
          border-right: none;
          border-bottom: 1px solid #ccc; }
        #bn .bn_inner .site_search .gsc .gsc-search-button-v2 {
          margin-left: 0;
          border-radius: 0;
          padding: 13px 27px;
          border: none; }
        #bn .bn_inner .site_search .gsc .gsib_a {
          padding: 8px; }
    #bn .bn_inner .btn_bn_category {
      text-align: center;
      margin: 0 -1% 20px; }
      #bn .bn_inner .btn_bn_category p {
        box-sizing: border-box;
        display: inline-block;
        padding: 0 1%;
        width: 50%; }
    #bn .bn_inner h3 {
      margin-bottom: 4%; }
      #bn .bn_inner h3 a {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0; }
      #bn .bn_inner h3 a:before {
        content: none; }
    #bn .bn_inner h4 {
      font-size: 14px;
      font-size: 1.4rem; }
  #bn .bn_inner_monthly {
    margin-bottom: 12%; }
    #bn .bn_inner_monthly .monthly_list .list_special,
    #bn .bn_inner_monthly .monthly_list .list_news,
    #bn .bn_inner_monthly .monthly_list .list_series {
      margin-bottom: 8%; }
      #bn .bn_inner_monthly .monthly_list .list_special li,
      #bn .bn_inner_monthly .monthly_list .list_news li,
      #bn .bn_inner_monthly .monthly_list .list_series li {
        margin-bottom: 4%;
        display: block;
        width: 100%;
        box-sizing: border-box; }
        #bn .bn_inner_monthly .monthly_list .list_special li a,
        #bn .bn_inner_monthly .monthly_list .list_news li a,
        #bn .bn_inner_monthly .monthly_list .list_series li a {
          white-space: normal;
          font-size: 16px;
          font-size: 1.6rem; }
        #bn .bn_inner_monthly .monthly_list .list_special li p,
        #bn .bn_inner_monthly .monthly_list .list_news li p,
        #bn .bn_inner_monthly .monthly_list .list_series li p {
          font-size: 16px;
          font-size: 1.6rem; }
        #bn .bn_inner_monthly .monthly_list .list_special li .list_series_parent,
        #bn .bn_inner_monthly .monthly_list .list_news li .list_series_parent,
        #bn .bn_inner_monthly .monthly_list .list_series li .list_series_parent {
          font-size: 14px;
          font-size: 1.4rem; }
    #bn .bn_inner_monthly .monthly_list .list_series li .list_series_title {
      display: block; }
  #bn .bn_inner_past {
    line-height: 1.2;
    padding: 1em; }
    #bn .bn_inner_past:before {
      content: none; }

  /* ----------
  バックナンバー　連載記事
  ---------- */
  #series_bn .series_bn_inner h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  #series_bn .series_bn_running {
    margin-bottom: 20%; }
    #series_bn .series_bn_running .series_bn_each {
      margin-bottom: 15%; }
      #series_bn .series_bn_running .series_bn_each_img {
        display: block;
        width: 100%;
        margin-bottom: 4%; }
        #series_bn .series_bn_running .series_bn_each_img img {
          width: 100%;
          height: auto; }
      #series_bn .series_bn_running .series_bn_each_txt h3 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px; }
      #series_bn .series_bn_running .series_bn_each_txt .series_bn_each_about {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2; }
      #series_bn .series_bn_running .series_bn_each_txt .author p {
        font-size: 12px;
        font-size: 1.2rem; }
      #series_bn .series_bn_running .series_bn_each .article_bn .content {
        max-height: 10em; }
        #series_bn .series_bn_running .series_bn_each .article_bn .content li {
          padding-right: 0;
          padding-bottom: 1.5em; }
        #series_bn .series_bn_running .series_bn_each .article_bn .content li::after {
          top: auto;
          bottom: 5px;
          right: 5px; }
      #series_bn .series_bn_running .series_bn_each .first {
        text-align: center; }
        #series_bn .series_bn_running .series_bn_each .first a {
          width: 100%; }
  #series_bn .series_bn_end_inner .series_bn_each {
    display: block;
    width: 100%;
    margin-top: 15%; }
    #series_bn .series_bn_end_inner .series_bn_each img {
      width: 100%;
      height: auto; }
    #series_bn .series_bn_end_inner .series_bn_each .series_bn_each_about {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }

  /* ----------
  バックナンバー　テクニカル
  ---------- */
  #tech_bn .tech_bn_inner h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  #tech_bn .tech_bn_inner .tech_bn_present .items {
    display: block;
    width: 100%;
    margin-bottom: 15%; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_img {
      width: 100%; }
      #tech_bn .tech_bn_inner .tech_bn_present .items .series_img img {
        width: 100%;
        height: auto; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_title {
      font-size: 14px;
      font-size: 1.4rem; }
    #tech_bn .tech_bn_inner .tech_bn_present .items .series_caption {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
  #tech_bn .tech_bn_inner .tech_bn_past {
    margin-bottom: 20%; }
    #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each {
      padding-bottom: 1.5em; }
      #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each h3 {
        padding-right: 0;
        padding-left: 20px; }
    #tech_bn .tech_bn_inner .tech_bn_past .tech_bn_each_date {
      top: auto;
      bottom: 5px;
      right: 5px;
      margin-top: 0; }

  /* ----------
  サイトポリシー
  ---------- */
  #policy .policy_inner h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  #policy .policy_inner_category h3 {
    margin-bottom: 3%;
    font-size: 16px;
    font-size: 1.6rem; }
  #policy .policy_inner_category p,
  #policy .policy_inner_category ol li,
  #policy .policy_inner_category ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3%; }
  #policy .policy_inner_category ul li {
    list-style-position: inside; }

  /* ----------
  記事個別ページ
  ---------- */
  #posts .article_header_title {
    font-size: 18px;
    font-size: 1.8rem; }
  #posts .posts_inner {
    position: static; }
  #posts .posts_inner::after {
    content: none;
    background: none; }
  #posts .article {
    width: 100%; }
    #posts .article_body .table_shogi th, #posts .article_body .table_shogi td {
      box-sizing: border-box;
      display: block;
      width: 100%; }
  #posts .side_bar {
    width: 100%;
    padding: 5% 2% 40px; }
    #posts .side_bar .monthly_list .list_special,
    #posts .side_bar .monthly_list .list_news,
    #posts .side_bar .monthly_list .list_series {
      margin-bottom: 8%; }
      #posts .side_bar .monthly_list .list_special h4,
      #posts .side_bar .monthly_list .list_news h4,
      #posts .side_bar .monthly_list .list_series h4 {
        background: none;
        margin-bottom: 3%;
        padding: 0; }
      #posts .side_bar .monthly_list .list_special li,
      #posts .side_bar .monthly_list .list_news li,
      #posts .side_bar .monthly_list .list_series li {
        margin-bottom: 3%;
        padding-bottom: 3%; }
  #posts .article_bn .content {
    max-height: 10em; }
    #posts .article_bn .content li {
      padding-right: 0;
      padding-bottom: 1.5em; }
    #posts .article_bn .content li::after {
      top: initial;
      bottom: 5px;
      right: 5px; }

  /* --------------------
  Worldwideトップページ 2020年1月～
  -------------------- */
  #world_top .main .headline {
    margin-top: calc(30 / 414 * 100%);
    display: block;
    text-align: center; }
    #world_top .main .headline .month_issue {
      font-size: 2rem; }
      #world_top .main .headline .month_issue .title01 {
        color: #1A4086;
        font-weight: 900; }
      #world_top .main .headline .month_issue .title02 {
        color: #1A4086; }
      #world_top .main .headline .month_issue .title03 {
        display: block; }
        #world_top .main .headline .month_issue .title03 .month {
          font-weight: 900; }
        #world_top .main .headline .month_issue .title03 .year {
          font-weight: 500; }
    #world_top .main .headline .link_back {
      display: none; }
  #world_top .main .content {
    margin-bottom: calc(40 / 414 * 100%); }
    #world_top .main .content .items {
      padding: calc(40 / 414 * 100%) 0 0; }
      #world_top .main .content .items:nth-child(n+2) {
        border-top: none; }
      #world_top .main .content .items a {
        display: block; }
      #world_top .main .content .items .series_img {
        width: 100%; }
        #world_top .main .content .items .series_img img {
          width: 100%; }
      #world_top .main .content .items .series_info {
        box-sizing: border-box;
        width: 100%;
        position: relative;
        padding: 20px 20px 0; }
      #world_top .main .content .items .series_name {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 8px 15px;
        font-size: 1.2rem;
        color: #fff;
        font-weight: 900;
        letter-spacing: 0.01em;
        transform: translateY(-100%); }
      #world_top .main .content .items .series_title {
        font-size: 1.8rem; }
  #world_top .main .btn_backissues {
    display: block;
    background: #eee;
    padding: 20px;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    text-decoration: none;
    font-weight: 700; }

  .eyecatch_world .pc {
    display: none; }
  .eyecatch_world .sp {
    display: inline;
    width: 100%; }

  .toggle_world_issues {
    padding: 0 20px;
    margin-top: 40px; }
    .toggle_world_issues span {
      font-size: 2.4rem; }
    .toggle_world_issues a {
      font-size: 1.4rem; }

  .back_issues_world {
    padding: 0 20px; }
    .back_issues_world .item {
      display: block;
      padding: 40px 0; }
      .back_issues_world .item .monthly {
        width: 100%; }
        .back_issues_world .item .monthly br {
          display: none; }
      .back_issues_world .item .lists {
        width: 100%;
        margin-top: 30px; }
        .back_issues_world .item .lists li:nth-child(n+2) {
          margin-top: 30px; }

  .series_world {
    padding: 0 20px; }

  .result_world {
    margin-bottom: 40px; }

  .pt_world {
    margin-top: 40px;
    font-size: 2.4rem; } }
