@charset "utf-8";

/* common
--------------------------------------------------------- */

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* CSS3 */
  color: #333333;
}

body {
  text-align: center;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #247DC2;
  text-decoration: underline;
}

img {
  border: none;
  width: 100%;
  height: auto;
}

.imgOn:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

ol, ul {
  list-style: none;
}

.error {
  color: red;
}


/* ClearFix  */

.ClearFix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.ClearFix {
  display: inline-block;
}

* html .ClearFix {
  height: 1%;
}

.ClearFix {
  display: block;
}


/* outline
--------------------------------------------------------- */

#outline {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

#container {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 100%;
}


/* header
--------------------------------------------------------- */

header {
  min-height: 200px;
  background: url(//www.mag2.com/img/OldBackNumberList/header_bg.jpg) 0 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
  background-position: right;
  width: 100%;
  color: #ffffff;
  position: relative;
  justify-content: center;
  -ms-justify-content: center;
}

header, .breadcrumbs {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header, .breadcrumbs a {
  color: #ffffff;
}

.breadcrumbs {
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 12px;
}

.breadcrumbs .b-home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin-right: 0.5em;
}

.breadcrumbs li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin: 0 0.5em;
}

.inner-header {
  align-self: center;
  padding: 15px 30px;
}

.inner-header .e-titile {
  font-size: 12px;
  font-family: 'Lora', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
}

.inner-header h3 {
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.inner-header h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff8912;
  border-radius: 2px;
}

.inner-header .header-subscribe {
  font-size: 14px;
  line-height: 1.6;
}

div#container div#header {
  margin: 10px auto 15px;
  padding: 10px;
  max-width: 950px;
  width: 100%;
  border: solid 1px #e0e1e1;
  background: url(//www.mag2.com/img/magtop/header_bg.gif) 0 0 repeat-x;
  box-sizing: border-box;
}

#header #logo p {
  text-align: right;
  font-weight: bold;
  color: #6c6c6c;
  font-size: 11px;
  width: 100%;
}


/* top_catch
--------------------------------------------------------- */

#top_catch {
  margin-bottom: 30px;
}

#top_catch_sp {
  display: none;
}


/* wrapper
--------------------------------------------------------- */

#wrapper {
  margin-bottom: 20px;
}

.content_wrapper {
  background: #ffffff;
  width: 100%;
  padding: 40px 30px;
}

.content_box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  -ms-justify-content: center;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
}

.bn-list-1 {
  border-bottom: 5px solid #000000
}

.item-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  align-content: flex-start;
  padding-left: 25px;
  margin-bottom: 2.5em;
}

.navi {
  width: 15%;
  display: flex;
  font-size: 16px;
}

.navi::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin-right: 0.5em;
}

.navi a {
  color: #247DC2;
}


/* content
--------------------------------------------------------- */

#content {
  max-width: 800px;
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin: 0 15px 0 0;
}

#content a:link {
  text-decoration: none;
}

#content a:visited {
  text-decoration: none;
}

#content a:hover {
  color: #247DC2;
  text-decoration: underline;
}

#mag_data {
  margin-bottom: 15px;
}

#mag_data #mag_title {
  width: 100%;
}

#mag_data .headline-1 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 0.2em 0 10px;
  box-sizing: border-box;
  color: #000;
  margin-bottom: 5px;
  border-left: 3px solid #000000;
  line-height: 1.2;
}

#mag_data dl {
  padding: 15px;
  background: #ffffff;
}

#mag_data dt {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  border-bottom: none;
  margin-bottom: 10px;
  padding: 0;
}

#mag_data li {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}

#mag_data li.mag_info {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
}

#main {
  margin-bottom: 15px;
}

#main #main_title {
  width: 100%;
  position: relative;
}

#main .headline-2 {
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.4;
  margin: 0 0 1em;
}

#main h2.headline-2 {
  margin-top: 40px;
  padding: 0 40px;
  text-align: center;
}

.headline-2 ::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin-right: 0.5em;
  transform: rotate(15deg);
  display: inline-block;
}

#main .box {
  margin: 0 0 15px;
  padding: 0 25px;
}

.box.cat-group:first-child {
  border-top: 5px solid #000000;
}

#main .box dl {
  border-bottom: solid 2px #777777;
  margin-top: 40px;
}

#main .box dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.6em;
}

#main .box dt::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin-right: 0.5em;
  color: #3e5eff;
}

#main .box dd.reg {
  display: block;
  text-align: center;
  margin: 40px auto 40px;
}

#main .box .inner-titile {
  color: #aaaaaa;
  text-align: right;
  margin: 0;
  padding: 0 0 0.2em;
}

#main .box dd.reg .button, .mag-reg .button {
  width: 100%;
  padding: 0.8em;
  line-height: 1.2;
  background-color: #F88600;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  margin: 10px auto;
  max-width: 380px;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.mag-reg .button {
  font-size: 14px;
}

.button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#main .box dd.bnList {
  clear: both;
  line-height: 1.5;
}

#main .box dd.bnList li {
  margin-bottom: 0.8em;
  font-size: 16px;
  margin-left: 1.5em;
  font-weight: bold;
}

#main .box dd.bnList li::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  margin-right: 0.5em;
  transform: rotate(15deg);
  display: inline-block;
}

#main .box dd.bnList li span {
  font-weight: 500;
}

#main .box dd.bnList .bnTitle {}

#main .box dd.bnList .bnSummary {
  margin: 0.5em 1.5em 1.5em;
}

#main .box dd.bnList .bnSummary a {
  font-size: 14px;
  font-weight: bold;
}

#main .box dd.bnList .bnSummary p {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  color: #333333;
}

.mag-reg .magreg_title {
  width: 100%;
  height: 29px;
  border-bottom: solid 1px #888888;
  color: #000000;
  display: none;
}

.mag-reg ul {
  padding: 20px 15px 0;
}

.mag-reg li {
  margin-bottom: 15px;
}


/* sidebar
--------------------------------------------------------- */

#sidebar {
  width: 100%;
  max-width: 300px;
}

#sidebar .headline-2 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 5px 0.2em 5px 8px;
  word-break: break-all;
  color: #000;
  border-left: 3px solid #000000;
  margin-bottom: 5px;
  text-align: left;
}

#sidebar li {
  line-height: 1.5;
}

#sidebar li a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.right_column_wrapper .list_hold {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px;
}

.gray_wrap {
  border: 1px solid #000;
  border-top: 5px solid #000;
  margin-bottom: 15px;
}

.meta-period {
  background-image: url(//www.mag2.com/img/icon_routine.png);
  text-indent: 20px;
  margin-top: 5px;
}

.meta-type {
  background-image: url(//www.mag2.com/img/icon_mail.png);
  text-indent: 20px;
}

.mag-meta {
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  text-indent: 20px;
  font-size: 14px;
}

.period-w {
  font-size: 14px;
  font-weight: bold;
}

.right_column_wrapper dt {
  line-height: 1;
  padding: 10px 5px 20px 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
  position: relative;
  letter-spacing: 3px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: 'Lora', serif;
}

.right_column_wrapper dt span {
  position: absolute;
  right: 5px;
  bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 5px;
  display: block;
  margin: -10px 0;
  color: #000;
  text-shadow: 1px 1px 3px #fff;
}

.right_column_wrapper form select {
  width: 45%;
  height: 40px;
  border-radius: 5px;
  padding: 0 0 0 5px;
  line-height: 40px;
  background: #f2f2f2;
  cursor: pointer;
  font-family: YuGothic, /* Mac用 */
  'Yu Gothic', /* Windows用 */
  sans-serif, Helvetica, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

.right_column_wrapper .wave {
  width: 5%
}

#sidebar li .pay-btn {
  font-size: 16px;
  font-weight: 500;
  background: #7CC300;
  border-radius: 5px;
  display: block;
  padding: 0.8em;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 1em;
  width: calc(100% - 30px);
  letter-spacing: 1px;
}

#sidebar li .pay-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

#sidebar .report-form {
  margin: 15px 0 ;
  text-align: center;
  border: 1px solid #f00;
  padding: 10px;
  line-height: 1.4;
}

#sidebar .report-form a {
  color: #e80008;
}


/* footer
--------------------------------------------------------- */

#footer {
  position: relative;
  max-width: 950px;
  margin: 20px auto 10px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 20px;
}

#footer a:link {
  color: #505050;
  text-decoration: none;
}

#footer a:visited {
  color: #505050;
  text-decoration: none;
}

#footer a:hover {
  color: #3b5998;
  text-decoration: underline;
}

#footer ul {
  margin-bottom: 7px;
}

#footer li {
  float: left;
}

#footer li span {
  margin: 0 7px;
  color: #378fcd;
}

#footer #copy {
  margin-top: 20px;
}

#pmark {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pc-none {
  display: none;
}

.pc-block {
  display: block;
}


/*--------------------------------------------------------------------------
media query
------------------------------------------------------------*/

@media only screen and (max-width:971px) {
  #sidebar {
    width: 100%;
    max-width: 100%;
  }
  .content_box {
    flex-wrap: wrap;
  }
  .content_wrapper {
    padding: 20px 15px;
  }
  #main #main_title {
    width: 100%;
    height: auto;
  }
  /* list */
  .navi {
    width: 33%;
    display: flex;
    font-size: 16px;
    padding: 10px ;
  }
}

@media only screen and (max-width:733px) {
  #header #logo p {
    width: 80%;
  }
}

@media only screen and (max-width:480px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  header {
    background: url(//www.mag2.com/img/OldBackNumberList/header_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: right;
  }
  #header #search {
    width: 100%;
    margin-left: 0;
  }
  .inner-header {
    padding: 25px 10px;
  }
  .inner-header h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .inner-header .header-subscribe {}
  #content {
    margin: 0;
  }
  .content_wrapper {
    padding: 20px 0;
  }
  .bn-list-1 {
    padding: 0 20px;
    border-bottom: 1px solid #999999;
  }
  .bnlist-wrap img {
    width: 30%;
    height: auto;
    float: left;
    border: 1px solid #f2f2f2;
  }
  .bnlist-wrap {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .bnlist-wrap .item-list {
    width: 70%;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }
  .bnlist-wrap .item-list .navi {
    width: 50%;
    padding: 10px;
  }
  #main .box {
    margin: 0 0 15px;
    padding: 0 20px;
    clear: both;
  }
  #main .box dt {
    text-align: center;
  }
  #main .box dd.bnList li {
    margin-bottom: 0.8em;
    margin-left: 0;
  }
  .gray_wrap {
    border: none;
    border-top: 5px solid #000;
  }
  .right_column_wrapper dt {
    background: #f2f2f2;
  }
  .right_column_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
  .order3 {
    order: 3;
  }
  #main h2.headline-2 {
    padding: 0 20px;
  }
  .right_column_wrapper form select {
    font-size: 16px;
  }
  #main .box .inner-titile {
    text-align: left;
  }
}
