@charset "UTF-8";

/* Normalize
--------------------------------*/
html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: baseline;
  border: 1px solid;
  text-align: left;
}

/* Remove Margin
--------------------------------*/
*:first-child,
.paragraph:first-child,
.widget:first-child,
.post:first-child {
  margin-top: 0;
}

*:last-child,
.paragraph:last-child,
.widget:last-child,
.post:last-child {
  margin-bottom: 0;
}

/* Heading
--------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}

/* Common
--------------------------------*/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.center {
  text-align: center;
}

/* Site Width
--------------------------------*/
.site {
  max-width: 720px;
  margin: 0 auto;
}

.backnumber {
  margin: 64px 0 32px;
}

.backnumber__caption {
  line-height: 1;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  font-size: 1em;
  text-align: center;
}

.backnumber-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
}

.backnumber-banner__item {
  flex: 0 0 334px;
  margin-top: 10px;
}

.backnumber-banner__item:nth-child(-n+2) {
  margin-top: 0;
}

footer {
  padding-bottom: 32px;
  text-align: center;
}

/* Main
--------------------------------*/
h2,
.content_image {
  text-align: center;
}

.joshitojiki {
  line-height: 1.4;
  background: url(/assets/images/old-plan/joshitojiki/bg.jpg);
  font-size: 14px;
}

.f_left {padding-left: 15px}
#first {
  width: 410px;
  height: 215px;
  margin: 18px auto 30px;
  padding: 32px 259px 0 33px;
  background: url(/assets/images/old-plan/joshitojiki/bg_first.png) no-repeat;
  font-size: 15px;
}

#first h2 {
  text-align: left;
  margin-bottom: 14px;
}

#first p {margin-bottom: 1.2em}
.tojiki_sec {
  position: relative;
  margin: 10px auto;
  padding: 26px 0 12px;
  background: url(/assets/images/old-plan/joshitojiki/dots.png) no-repeat center top;
  background: url(/assets/images/old-plan/joshitojiki/dots.png) no-repeat center top, url(/assets/images/old-plan/joshitojiki/dots2.png) no-repeat center bottom;
}

.tojiki_sec.even {
  width: 712px;
  padding: 20px 0;
  border-radius: 14px;
  background: url(/assets/images/old-plan/joshitojiki/bg_sec.png) #FFFFAC;
}

#tojiki_ranking {
  position: relative;
  width: 100%;
  height: 696px;
  margin: -54px 0 32px;
}

#tojiki_ranking li {
  position: absolute;
}

#tojiki_ranking .no1 {
  left: 9px;
  top: 0;
}

#tojiki_ranking .no2 {
  right: 15px;
  top: 192px;
}

#tojiki_ranking .no3 {
  left: 15px;
  bottom: 0;
}

#dondon_link {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

#tojiki_sec2 h2 {margin-bottom: 5px}

#tojiki_sec3 .content_image {padding: 0 0 26px 15px}

#tojiki_sec3 .f_left p {margin-bottom: 1em}

.data {
  float: right;
  background: url(/assets/images/old-plan/joshitojiki/bg_data.png) no-repeat center top;
  width: 360px;
  min-height: 198px;
  padding: 30px 40px;
}

.data h3,
.data .detail {
  text-align: center;
  margin-bottom: 16px;
  padding-right: 26px;
}

.data dl {
  overflow: hidden;
  font-size: 12px;
}

.data dt,
.data dd {
  overflow: hidden;
  float: left;
}

.data dt {padding-right: 2px}

.data dt:before {content: "【"}
.data dt:after {content: "】"}

.data .odd {clear: both}

.data .odd + dd {width: 11em}

.data .saisho + dd {width: 7em}

.data .detail {margin: 30px 0 0}

#tojiki_sec4 h2 {margin-top: -24px}

.recommend {
  float: left;
  width: 350px;
  margin-top: 20px;
}

.recommend.even {
  float: right;
}

.recommend .image {text-align: center}

.recommend .info {
  position: relative;
  background: #fff;
  border-radius: 8px;
  width: 306px;
  font-size: 13px;
  margin: auto;
  padding: 12px;
  z-index: 10;
}

.recommend p:first-child {text-transform: uppercase}

.recommend .whose {margin: 8px 0}

#recommend1 {margin-top: 10px}
#recommend2 .info {margin-top: -6px}
#recommend5 {margin-bottom: 15px}