@charset "UTF-8";

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#aff-content .fs-12 {
  font-size: 0.85em !important;
}

#aff-content .fs-14 {
  font-size: 1em !important;
}

#aff-content .fs-18 {
  font-size: 1.28em !important;
}

#aff-content .fs-20 {
  font-size: 1.4em !important;
}

#aff-content .fs-22 {
  font-size: 1.6em !important;
}

#aff-content .fs-24 {
  font-size: 1.71em !important;
}

#aff-content .fs-26 {
  font-size: 1.8em !important;
}

#aff-content .fs-28 {
  font-size: 1.98em !important;
}

#aff-content .fs-32 {
  font-size: 2.2em !important;
}

#aff-content .fs-34 {
  font-size: 2.4em !important;
}

#aff-content .fs-38 {
  font-size: 2.7em !important;
}

#aff-content .fs-40 {
  font-size: 2.84em !important;
}

#aff-content .fs-46 {
  font-size: 3.28em !important;
}

#aff-content .fs-50 {
  font-size: 3.65em !important;
}

#aff-content .mb-10 {
  margin-bottom: 10px !important;
}

#aff-content .mb-15 {
  margin-bottom: 15px !important;
}

.content {
  padding: 0;
}

.content h1,
.content h2 {
  background-color: transparent;
}

.content h3,
.content h4 {
  border: none;
}

.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content ol {
  font-size: 1em;
}

.content ul li {
  background-image: none;
  background-position: 0% .0%;
}

.content a[href^="http://"],
.content a[href^="https://"] {
  background-position: right 1px top 40%;
  padding: 0 20px 0 0;
}

#aff-content .title-box .caption,
#aff-content .text-box .caption,
#aff-content .photo-box .caption {
  font-size: 0.9em;
  line-height: 1.4;
  padding-top: 5px;
  text-indent: 0;
}

.content #aff-content #washoku-main-text a[href^="http://"],
.content #aff-content #washoku-main-text a[href^="https://"],
.content #aff-content.voice a[href^="http://"],
.content #aff-content.voice a[href^="https://"] {
  background-image: none;
  background-size: 15px 15px;
}

#aff-content div,#aff-content ul,#aff-content ol,#aff-content li,#aff-content h1,#aff-content h2,#aff-content h3,#aff-content h4,#aff-content h5,#aff-content p,#aff-content span {
  margin: 0;
  padding: 0;
}

#aff-content p {
  font-size: 1.2em;
  line-height: 1.75;
  text-indent: 1rem;
  margin-bottom: 1rem;
}

#aff-content p.none {
  text-indent: 0 !important;
}

/* -------------------------------------------------
表紙
------------------------------------------------- */
#aff-content #frontCover {
  
}

#aff-content #frontCover #headBanner{
  margin-bottom:40px;
  width:100%;
}

#aff-content #frontCover .chapter {
  margin-bottom:100px;
}

#aff-content #frontCover .chapter:last-child {
  margin-bottom:0;
}

#aff-content #frontCover .chapter h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:20px;
  width:100%;
  height:60px;
  color:#00CC33;
  background:url(../img/bg-fc-title.png) center center no-repeat;
  background-size:contain;
}

#aff-content #frontCover .chapter h2 .pageItem {
  margin-right:20px;
  padding:2px 5px;
  color:#fff;
  font-size:1.5em;
  background:#00CC33;
}

#aff-content #frontCover .chapter h2 .pageTitle {
  font-size:2.1em;
}

#aff-content #frontCover .chapter .chapter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:-30px;
}

#aff-content #frontCover .chapter .chapter__list li {
  cursor: pointer;
  margin-right:2%;
  margin-bottom:30px;
  padding:20px;
  width:32%;
  height:320px;
  background:rgba(255,255,255,1.0);
  box-sizing:border-box;
  box-shadow:2px 2px 6px 0px #ccc;
  /* react native */{
  shadowColor:"#ccc",
  shadowOffset:{width:2,height:2},
  shadowOpacity:1,
  shadowRadius:6,
  borderWidth:0,
  borderColor:"#cccccc",
  borderRadius:0
  }
  transition: 0.5s;
}

#aff-content #frontCover .chapter .chapter__list li:nth-child(3n) {
  margin-right:0;
}

#aff-content #frontCover .chapter .chapter__list li:hover {
  background:rgba(251,239,225,1.0);
  transition: 0.5s;
}

#aff-content #frontCover .chapter .chapter__list li h3 {
  color:#00CC33;
  font-size:1.4em;
}

#aff-content #frontCover .chapter .chapter__list li .figure {
  margin-bottom:20px;
  width:100%;
}
#aff-content #frontCover .chapter .chapter__list li .figure.mb10 {
  margin-bottom:10px;
}

#aff-content #frontCover .chapter .chapter__list li .figure img {
  width:100%;
}

#aff-content #frontCover .chapter .chapter__list li .chapter__list--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#aff-content #frontCover .chapter .chapter__list li .chapter__list--bottom .list__number {
  display: inline-block;
  width:30px;
  color:#00CC33;
  font-size:2.0rem;
  font-weight: bold;
}

#aff-content #frontCover .chapter .chapter__list li .chapter__list--bottom h3 {
  width:calc(100% - 90px);
  letter-spacing: -0.04em;
}

#aff-content #frontCover .chapter .chapter__list li .chapter__list--bottom .list__btn--circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:60px;
  height:60px;
  color:#fff;
  font-size:0.9em;
  border-radius:30px;
  background:#00CC33;
  text-align:center;
  text-decoration: none;
}

#aff-content #frontCover .linkBanner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:80px;
}

#aff-content #frontCover .linkBanner01 a {
  width:49%;
  max-width:465px;
}

#aff-content #frontCover .linkBanner01 a:hover {
  opacity: 0.8;
}

#aff-content #frontCover .linkBanner01 a img {
  width:100%;
}

#aff-content #frontCover .linkBanner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#aff-content #frontCover .linkBanner02 a:hover {
  opacity: 0.8;
}

#aff-content #frontCover .linkBanner02 .extra, #aff-content #frontCover .linkBanner02 .info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0;
  width:120px;
  height:92px;
  color:#00CC33;
  font-size:1.3em;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  background:#fbefe1;
  border:4px solid #00CC33;
  box-sizing:border-box;
  border-radius:10px;
}

#aff-content #frontCover .linkBanner02 .voice {
  width:302px;
}

#aff-content #frontCover .linkBanner02 .pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:120px;
  height:92px;
  color:#ffffff;
  font-size:1.3em;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  background:#00CC33;
  box-sizing:border-box;
  border-radius:10px;
}

#aff-content #frontCover .linkBanner02 .bcnm {
  width:215px;
}

#aff-content #frontCover .linkBanner02 a img {
  width:100%;
}

#aff-content #frontCover .linkBanner02 .faq {
  margin-top:25px;
  width:100%;
  text-align:right;
}

#aff-content #frontCover .linkBanner02 .faq a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size:1.2em;
  text-decoration: none;
}

#aff-content #frontCover .linkBanner02 .faq a:hover {
  text-decoration: underline;
}

#aff-content #frontCover .linkBanner02 .faq a:before {
  content:'';
  display:inline-block;
  margin-right:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #00CC33;
}

/* -------------------------------------------------
バックナンバー
------------------------------------------------- */
#backnumber h1 {
  background-color: #f7e5e5;
  margin: 0 0 20px 0;
  padding: 13px 20px 12px;
  font-size: 1.714286em;
  font-weight: bold;
  color: #000;
}

#backnumber-inner {
}

#backnumber .content-box {
  display: inline-block;
  width: 200px;
  margin: 0 18px 30px;
}

#backnumber img {
  width: 200px;
}

#backnumber h2 {
  color: #ad0000;
  font-size: 1.285714em;
  margin: 5px 0;
  padding: 0;
  text-align: center;
}

#backnumber ul,
#backnumber li {
  margin: 0;
  padding: 0;
}

#backnumber li {
  background: url(/j/shared_new/shared/images/icon_arrow1.png) no-repeat 10px 5px;
  padding-left: 23px;
}

#backnumber h3 {
  background-color: #eee;
  margin: 30px 0 20px 0;
  padding: 7px 18px;
  font-size: 1.285714em;
  font-weight: bold;
  color: #000;
}

#backnumber-year li {
  display: inline-block;
  margin-right: 15px;
}

/* -------------------------------------------------
ダウンロード
------------------------------------------------- */
#download h1 {
  background-color: #f7e5e5;
  margin: 0 0 20px 0;
  padding: 13px 20px 12px;
  font-size: 1.714286em;
  font-weight: bold;
  color: #000;
}

#download .head {
  background-color: #eee;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 7px 10px 3px;
}

#download ul {
  margin: 0;
  padding: 0 10px;
}

#download li {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 5px;
  vertical-align: bottom;
}

#download li li {
  font-size: 1.0em;
}

#download li a:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 12px;
  background: url(../img/icon-arrow02.png) no-repeat;
  background-size: cover;
}

.flex-dllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
}

.flex-dllist .wrap-dllRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-dllist .wrap-dllRight div {
  border-left:1px solid #ccc;
  box-sizing:border-box;
}

.flex-dllist .wrap-dllRight .file-type {
  width:100px;
  text-align:center;
}

.flex-dllist .wrap-dllRight .pdf-size {
  width:100px;
  text-align:right;
}

/* -------------------------------------------------

------------------------------------------------- */
#aff-content {
  width: 960px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

#aff-content .aff-headline {
  margin-bottom:10px;
}

#aff-content .aff-headline--bottom {
  margin-bottom:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

#aff-content .aff-headline--bottom:hover {
  text-decoration: underline;
}

#aff-content .aff-headline--bottom:before {
  content:'';
  display:block;
  margin-right:5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #00CC33;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #00CC33;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#aff-outline {
  width: 960px;
  margin: 0 auto 50px;
}

#aff-outline p {
  padding: 0 30px;
  margin: 0 0 20px 0;
  font-size: 1.142857em;
}

#aff-outline .outline p.outline-heading {
  padding: 7px 15px;
  font-size: 1.285714em;
}

#aff-outline .outline p.outline-heading_paragraph {
  margin-bottom: 10px;
  font-size: 1.5em;
}

#aff-content.voice .aff-headline {
  width: 100%;
  height: 62px;
  text-indent: -9999px;
  background: url(../img/title-toc.png) center top no-repeat;
  background-size: cover;
}

#aff-content.voice #wrap-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
  list-style-type: none;
}

#aff-content.voice #wrap-voice #wv-left {
  width: 56%;
}

#aff-content.voice #wrap-voice #wv-right {
  position: relative;
  width: 40%;
  box-sizing: border-box;

  padding-bottom: 100px;
}

#aff-content.voice #section-note {
  padding: 20px;
  width: 100%;
  background: url(../img/bg-loopNote.png);
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0px #cccccc;
}

#aff-content.voice #section-note #wrap-sntitle {
  display: block;
}

#aff-content.voice #section-note #wrap-sntitle h1 {
  width: 170px;
  height: 75px;
  background: url(../img/icon-voice.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

#aff-content.voice #section-note #wrap-sntitle p {
  margin-top: 2px;
}

#aff-content.voice #section-note #wrap-sntitle h1 img {
  width: 100%;
}

#aff-content.voice #section-note #voice-list {
  margin-top: 20px;
  list-style-type: none;
}

#aff-content.voice #section-note #voice-list li {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  line-height: 140%;
  background: #fff;
  box-sizing: border-box;
}

#aff-content.voice #wv-right img {
  margin-bottom: 30px;
  width: 60%;
}

#aff-content.voice #box-impressions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 1.28em;
  color: #fff;
  background: #46734b;
  box-sizing: border-box;
}

#aff-content.voice #box-impressions a {
  color: #fff;
  text-decoration: underline;
}

#aff-content.voice #box-impressions:before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  background: url(../img/icon-mail.png) no-repeat;
  background-size: cover;
}

#aff-content.voice #box-impressions img {
  width: 20px;
  margin: 0 0 3px 5px;
}

#aff-content.voice #box-questionnaire {
  padding: 10px;
  font-size: 0.85em;
  background: #d9e6f1;
  box-sizing: border-box;
  word-break: break-all;
}

#aff-content.voice #box-questionnaire a {
  color: #002063;
  text-decoration: underline;
}

#aff-content.voice #credit-list {
  margin-top: 30px;
  width:100%;
  list-style-type: none;
}

#aff-content.voice #credit-list li {
  margin-bottom: 30px;
  width:100%;
  line-height: 130%;
}

#aff-content.voice #credit-list li:last-child {
  margin-bottom: 0;
}

#aff-content.voice #credit-list li p {
  text-indent: 0;
}

#aff-content.voice #credit-list .cl-item {
  margin-bottom: 5px;
  font-size: 1em;
  color: #00CC33;
}

#aff-content.voice #credit-list .cl-name {
  font-size: 1.144em;
  font-weight: bold;
}

#aff-content.voice #voice-bottom,
#aff-content.washoku #washoku-backtoTop,
#aff-content.spe1 #spe1-backtoTop,
#aff-content.spe2 #spe2-backtoTop,
#aff-content.guinness #guinness-backtoTop {
  display: inline-block;
  width: 200px;
}

#aff-content.guinness #guinness-backtoTop {
  width: 100%;
  position: relative;
  top: -30px;
}

#aff-content.washoku #washoku-backtoTop {
  width: 100%;
  position: relative;
  bottom: 0;
}

#aff-content.spe2 #spe2-backtoTop {
  bottom: 0;
}

#aff-content.voice #btn-backtoTop,
#aff-content.spe1 #btn-backtoTop,
#aff-content.spe2 #btn-backtoTop,
#aff-content.guinness #btn-backtoTop,
#aff-content.washoku #btn-backtoTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
  height: 50px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  /*background: #00CC33;*/
  background: #00CC33;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  font-size: 0.9rem;
  padding: 0 0 0 50px;
  letter-spacing: 1px;
}
#aff-content.spe2 #btn-backtoTop {
  background: #00CC33;
}

#aff-content.voice #btn-backtoTop:before,
#aff-content.spe1 #btn-backtoTop:before,
#aff-content.spe2 #btn-backtoTop:before,
#aff-content.guinness #btn-backtoTop:before,
#aff-content.washoku #btn-backtoTop:before {
  position: absolute;
  content: '';
  display: block;
  top: 9px;
  left: 12px;
  width: 30px;
  height: 32px;
  background: url(../img/icon-arrow04.png) no-repeat;
  background-size: cover;
}

#aff-content.voice #voice-bottom #btn-backtoTop:hover:before,
#aff-content.spe1 #btn-backtoTop:hover:before,
#aff-content.spe2 #btn-backtoTop:hover:before,
#aff-content.guinness #btn-backtoTop:hover:before,
#aff-content.washoku #btn-backtoTop:hover:before {
  background: url(../img/icon-arrow04_hover.png) no-repeat;
  background-size: cover;
}

#aff-content.voice #voice-bottom #btn-backtoTop:hover,
#aff-content.spe1 #btn-backtoTop:hover,
#aff-content.spe2 #btn-backtoTop:hover,
#aff-content.guinness #btn-backtoTop:hover,
#aff-content.washoku #btn-backtoTop:hover {
  color: #fff;
  background: #222;
}

#aff-content #washoku-paging,
#aff-content #guinness-paging,
#aff-content #voice-paging {
  position: relative;
  min-height: 30px;
  margin-top: 30px;
}

#aff-content #washoku-paging li,
#aff-content #guinness-paging li,
#aff-content #voice-paging li {
  color: #999;
  width: 160px;
  list-style: none;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: bold;
}

#aff-content #washoku-paging li.prev,
#aff-content #guinness-paging li.prev,
#aff-content #voice-paging li.prev {
  padding: 4px 0 1px 33px;
  background: url(../img/icon_arrow_left.png) no-repeat;
}

#aff-content #washoku-paging li.next,
#aff-content #guinness-paging li.next,
#aff-content #voice-paging li.next {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 4px 30px 1px 0;
  background: url(../img/icon_arrow_right.png) right top no-repeat;
}

#aff-content #washoku-paging li a,
#aff-content #guinness-paging li a,
#aff-content #voice-paging li a {
  color: #00CC33;
  text-decoration: none;
}

#aff-content #voice-guinness li a:hover,
#aff-content #voice-paging li a:hover {
  text-decoration: underline;
}

#aff-content.washoku {
  margin-bottom: 30px;
}

#aff-content .nav-nextpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 60px;
  text-decoration: none;
}

#aff-content .nav-nextpage:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #ae0001;
}

#aff-content .nav-nextpage .nn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 50px;
  background: #ae0001;
  box-sizing: border-box;
}

#aff-content .nav-nextpage .nn-left .nnl-inner {
  display: inline-block;
  margin: 0;
  padding: 4px 10px 2px;
  color: #ae0001;
  font-size: 1.4em;
  line-height: 100%;
  text-indent: 0;
  background: #fff;
  box-sizing: border-box;
}

#aff-content .nav-nextpage .nn-right {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
  color: #fff;
  font-size: 1.4em;
  line-height: 50px;
  background: #ae0001;
}

#aff-content .add-pageBottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

#aff-content .add-pageBottom-nav .apbn-left {
  position: relative;
  width: 35%;
}

#aff-content .add-pageBottom-nav .apbn-left .backtoTop {
  display: inline-block;
  width: 200px;
}

#aff-content .add-pageBottom-nav .apbn-center {
  position: relative;
  width: 40%;
}

#aff-content .add-pageBottom-nav .apbn-center .gotoVoice {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 282px;
}

#aff-content .add-pageBottom-nav .apbn-center .gotoVoice a {
  margin: 0;
  padding: 0;
  background: none;
}

#aff-content .add-pageBottom-nav .apbn-center .gotoVoice img {
  width: 100%;
}

#aff-content .add-pageBottom-nav .apbn-right {
  position: relative;
  width: 25%;
}

#aff-content .add-pageBottom-nav .apbn-right .gotoBacknumber {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
}

#aff-content .add-pageBottom-nav .apbn-right .gotoBacknumber img {
  width: 100%;
}

/* -------------------------------------------------
max-width: 960px
------------------------------------------------- */
@media screen and (max-width: 960px) {

  #aff-outline {
    width: 100%;
    margin: 0 auto;
  }

  #aff-content {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }

  #aff-content.voice #wrap-voice {
    margin: 0;
  }

  #aff-content.voice #wrap-voice #wv-left {
    width: 100%;
  }

  #aff-content.voice #wrap-voice #wv-right {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #aff-content.voice #box-impressions {
    text-align: left;
  }

  #aff-content.voice #box-questionnaire {
    text-align: left;
  }

  #aff-content.voice #credit-list {
    text-align: left;
  }

  #aff-content.voice #wv-right img {
    margin: 0 auto 10px;
    width: 60%;
  }

  #aff-content.voice #box-impressions img {
    margin: 0;
    width: 20px;
  }

  #aff-content.voice #voice-bottom {
    margin-top: 40px;
    position: relative;
    width: 100%;
  }
}

/* -------------------------------------------------
max-width: 768px
------------------------------------------------- */
@media screen and (max-width: 768px) {
  #aff-content #frontCover #headBanner {
    height:unset;
  }
  
  #aff-content #frontCover .chapter, #aff-content #frontCover .linkBanner01 {
    margin-bottom:30px;
  }
  
  #aff-content #frontCover .chapter h2 {
    background-size: cover;
  }
  
  #aff-content #frontCover .chapter .chapter__list li {
    margin-right:0;
    width:100%;
    height:auto;
  }
  
  #aff-content #frontCover .linkBanner01 a {
    margin-bottom:30px;
    width:100%;
  }
  
  #aff-content #frontCover .linkBanner01 a:last-child {
    margin-bottom:0;
  }
  
  #aff-content #frontCover .linkBanner02 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  #aff-content #frontCover .linkBanner02 a {
    margin-right:20px;
  }
  
  #aff-content #frontCover .linkBanner02 .voice {
    margin-top:10px;
    margin-right:0;
  }
  
  #aff-content #frontCover .linkBanner02 .bcnm {
    margin-top:10px;
    margin-right:0;
  }
}

/* -------------------------------------------------
max-width: 480px
------------------------------------------------- */

@media screen and (max-width: 480px) {  
  #aff-content .add-pageBottom-nav .apbn-left {
    margin: 0 0 20px 0;
    width: 100%;
  }

  #aff-content .add-pageBottom-nav .apbn-center {
    margin: 0 0 20px 0;
    width: 100%;
  }

  #aff-content .add-pageBottom-nav .apbn-center .gotoVoice {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
  }

  #aff-content .add-pageBottom-nav .apbn-right {
    width: 100%;
  }

  #aff-content .add-pageBottom-nav .apbn-right .gotoBacknumber {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
  }

  #aff-content .nav-nextpage {
    margin: 0 auto 40px;
    padding: 10px;
    width: 90%;
    background: #ae0001;
    box-sizing: border-box;
    border-radius: 5px;
  }

  #aff-content .nav-nextpage .nn-left {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }

  #aff-content .nav-nextpage .nn-left .nnl-inner {
    padding: 4px 20px 2px;
  }

  #aff-content .nav-nextpage .nn-right {
    width: 100%;
    height: auto;
    line-height: 120%;
    text-align: center;
  }

  #aff-content .nav-nextpage:after {
    content: none;
  }
  
  .content .flex-dllist a {
    margin-bottom:10px;
  }
  
  #aff-content .add-pageBottom-nav .apbn-left .backtoTop {
    width: 100%;
  }
  
  #aff-content.voice #btn-backtoTop,
  #aff-content.spe1 #btn-backtoTop,
  #aff-content.spe2 #btn-backtoTop,
  #aff-content.guinness #btn-backtoTop,
  #aff-content.washoku #btn-backtoTop {
    width: 100%;
    font-size: 1.2rem;
  }
  
  #aff-content.voice #btn-backtoTop br,
  #aff-content.spe1 #btn-backtoTop br,
  #aff-content.spe2 #btn-backtoTop br,
  #aff-content.guinness #btn-backtoTop br,
  #aff-content.washoku #btn-backtoTop br {
    display: none;
  }
}
