@charset "utf-8";
/*
Template: njg
Theme Name:njg-sp
*/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
$font-small-size  : 10px;
$font-big-size    : 16px;
 */
/*
$active-color     : #41a62a;
$hover-color      : #41a62a;
 */
/*
$image-path: "./resources/images/";
 */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background: url("./images/sp-texture02.png");
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.375;
  background: #ffffff;
  color: #4c4c4c;
}
body a {
  color: #861b20;
  text-decoration: none;
  /*
  		&:hover {
  			@include opacity;
  		}
   */
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  /*for responsive*/
  height: auto;
  /*for responsive*/
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
font
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*mediaquery************************************/
.pc-original {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc-original {
    display: none;
  }
}

.sp-original {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-original {
    display: block;
  }
}

/*************************************/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.float-n {
  float: none;
}

/*
.pc-float-l {
	float: left;
	@include media(s) {
		float: none;
	}
}
.pc-float-r {
	float: right;
	@include media(s) {
		float: none;
	}
}
.sp-original-br {
	display: none;
	@include media(s) {
		display: block;
	}
}
 */
.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.clear {
  clear: both;
}

.site-width {
  width: 950px;
  margin: 0 auto;
}

strong,
.strong {
  font-weight: bold;
}

/*layout************************************/
/*header************************************/
/*gnavi************************************/
/*footer************************************/
/*breadcrumb************************************/
/* additional-mixins */
/* additional-setting */
a {
  outline: none;
}

input, select, option, textarea, label {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

/*
input, select {
	vertical-align: middle;
}
*/
/*for Webkit*/
input::-webkit-input-placeholder {
  color: #bbb;
}

/*for Firefox 18-*/
input:-moz-placeholder {
  color: #999;
}

/*for Firefox 19+*/
input::-moz-placeholder {
  color: #999;
}

/*for IE*/
input:-ms-input-placeholder {
  color: #999;
}

/* additional-sprites */
/*
@import "./icon.png";
@include all-icon-sprites;
$icon: sprite-map("./icon.png", $spacing:20px, $position: 0%, $layout: vertical);
 */
/* additional-class */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fade50, .fade60, .fade75 {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.opacity50:hover,
.fade50:hover {
  opacity: .50;
  -ms-filter: "alpha(opacity=50)";
  display: inline-block\9;
  zoom: 1;
}

.opacity60:hover,
.fade60:hover {
  opacity: .60;
  -ms-filter: "alpha(opacity=60)";
  display: inline-block\9;
  zoom: 1;
}

.opacity75:hover,
.fade75:hover {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  display: inline-block\9;
  zoom: 1;
}

/* body
*************************************/
body {
/*  background: url("./images/sp-texture02.png"); */
}

/* .body-wrapper
*************************************/
.body-wrapper {
  position: relative;
}

/* .header
*************************************/
.body-wrapper .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 55px;
  background-color: #FFFFFF;
  z-index: 100;
}
.body-wrapper .header .innerheader {
  display: table;
  width: 95%;
  padding: 8px 2.5%;
}
.body-wrapper .header .innerheader .header-logo {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.body-wrapper .header .innerheader .header-logo img {
  width: 100%;
  height: auto;
  max-width: 175px;
}
.body-wrapper .header .innerheader .btn-open {
  display: table-cell;
  width: 40%;
  text-align: right;
}
.body-wrapper .header .innerheader .btn-open a {
  position: relative;
  display: inline-block;
  background-color: #dedede;
  border-radius: 4px;
  padding: 10px 10px 10px 32px;
}
.body-wrapper .header .innerheader .btn-open a:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -213px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 32px;
  height: 24px;
  top: 7px;
  left: 10px;
}
.body-wrapper .header .innerheader .btn-close {
  display: table-cell;
  text-align: right;
  display: none;
}
.body-wrapper .header .innerheader .btn-close a {
  display: inline-block;
  background-color: #dedede;
  border-radius: 4px;
  padding: 13px;
}
.body-wrapper .header .innerheader .btn-close a span {
  display: block;
  overflow: hidden;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background: url("./images/menu-close.png") 0 0 no-repeat;
  background-size: cover;
}

/* .main
*************************************/
.main {
  margin-top: 55px;
}

/* .contents
*************************************/
.contents {
  margin-bottom: 15px;
}

/* .pickup
*************************************/
.pickup {
  position: relative;
  margin-bottom: 16px;
}
.pickup .label-pickup {
  position: absolute;
  z-index: 10;
  width: 100%;
  border-top: 3px solid #ffab2c;
}
.pickup .label-pickup span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #352000;
  font-weight: bold;
  background: #ffab2c;
  padding: 7px 1% 9px 2.5%;
}
.pickup .label-pickup span:after {
  position: absolute;
  top: 0;
  right: -36px;
  content: "";
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 18px solid #ffab2c;
  border-left: 18px solid #ffab2c;
}
.pickup .pickup-area {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.pickup .pickup-area.active {
  z-index: 9;
}
.pickup .pickup-area .pickup-image {
	text-align: center;
	overflow: hidden;
}
.pickup .pickup-area .pickup-image img {
  width: auto;
  height: 100%;
}
.pickup .pickup-area .pickup-description {
  position: absolute;
  bottom: 0;
  padding: 100px 3% 14px;
  width: 94%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.75) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.75) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.75) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.75) 90%); /* W3C */
}
.pickup .pickup-area .pickup-description .category {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 3%;
  background: url("./images/sp-texture01.png");
  margin-bottom: 7px;
}
.pickup .pickup-area .pickup-description h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #1a1a1a;
}
.pickup .pickup-nav {
  width: 100%;
}
.pickup .pickup-nav td {
  position: relative;
  width: 25%;
  height: auto;
  background-color: #000;
}
.pickup .pickup-nav td img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.pickup .pickup-nav td.active img{
  opacity: 1;
}
.pickup .pickup-nav td.active:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  box-sizing: border-box;
  border: 3px solid #ffab2c;
}

/* .summary
*************************************/
.summary {
  background: #FFFFFF;
}
.summary .summary-title {
  position: relative;
  height: 48px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #7e694b;
  line-height: 48px;
  padding: 0 2.5%;
  border-top: 3px solid #d1d1d1;
}
.summary .summary-title:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #7e694b;
}

.summary.category .summary-title,
.summary.book-category .summary-title,
.summary.new-books .summary-title,
.summary.future-books .summary-title {
  color: #333;
}
.summary.category .summary-title:before,
.summary.book-category .summary-title:before,
.summary.new-books .summary-title:before,
.summary.future-books .summary-title:before {
  border-top: 3px solid #333;
}

.summary .summary-area {
  border-top: 1px solid #d1d1d1;
}

.item {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
.item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 95%;
  padding: 8px 2.5%;
}
.item a .item-image {
  float: left;
  width: 25%;
}
.item a:after {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 32px;
  height: 18px;
  top: 50%;
  right: -15px;
  margin-top: -7px;
}

.book-category,
.new-books,
.related {
  margin-bottom: 15px;
}
.book-category .item a,
.new-books .item a,
.related .item a {
  display: block;
}
.book-category .item a .item-image,
.new-books .item a .item-image,
.related .item a .item-image {
  float: left;
  width: 25%;
  text-align: center;
  display: block;
}
.book-category .item a .item-image img,
.new-books .item a .item-image img,
.related .item a .item-image img {
  width: auto;
  height: 100%;
}
.book-category .item a .item-detail,
.new-books .item a .item-detail,
.related .item a .item-detail {
  float: left;
}
.book-category .item a .item-detail .date,
.new-books .item a .item-detail .date,
.related .item a .item-detail .date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.book-category .item a .item-detail h2,
.new-books .item a .item-detail h2,
.related .item a .item-detail h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 5px;
}
.book-category .item a .item-detail .division-category,
.new-books .item a .item-detail .division-category,
.related .item a .item-detail .division-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #ff8400;
  text-align: right;
}
.book-category .item a .item-detail .division-tag,
.new-books .item a .item-detail .division-tag,
.related .item a .item-detail .division-tag {
  text-align: right;
  line-height: 1;
}
.book-category .item a .item-detail .division-tag li,
.new-books .item a .item-detail .division-tag li,
.related .item a .item-detail .division-tag li {
  font-size: 10px;
  font-size: 0.625rem;
  color: #6e6e6e;
  display: inline-block;
  line-height: 1;
}

.future-books .item {
  display: block;
  width: 95%;
  padding: 8px 2.5%;
}
.future-books .item .item-image {
  float: left;
  width: 25%;
  text-align: center;
  display: block;
}
.future-books .item .item-image img {
/*
  height: 100%;
 */
  width: auto;
}
.future-books .item .item-detail {
  float: left;
  width: 70%;
  padding: 0 2.5%;
}
.future-books .item .item-detail .date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.future-books .item .item-detail .division-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #ff8400;
}
.future-books .item .item-detail .division-category + h2 {
  margin-top: 5px;
}
.future-books .item .item-detail .division-tag {
  line-height: 1;
  margin-bottom: 5px;
}
.future-books .item .item-detail .division-tag li {
  font-size: 10px;
  font-size: 0.625rem;
  color: #6e6e6e;
  display: inline-block;
  line-height: 1;
}
.future-books .item .item-detail h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.2;
}
.future-books .item .item-description {
  clear: left;
  padding-top: 12px;
  margin-bottom: 10px;
}
.future-books .item .item-description dl {
  width: 100%;
}
.future-books .item .item-description dl:before, .future-books .item .item-description dl:after {
  content: " ";
  display: table;
}
.future-books .item .item-description dl:after {
  clear: both;
}
.future-books .item .item-description dl {
  *zoom: 1;
}
.future-books .item .item-description dl dt {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  line-height: 24px;
}
.future-books .item .item-description dl dt:after {
  content: "：";
}
.future-books .item .item-description dl dd {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  line-height: 24px;
}
.future-books .item .item-description dl + dl {
  border-top: 1px dotted #d1d1d1;
}
.future-books .item .quote {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5e4a35;
  line-height: 1.5;
  padding: 20px 2.5%;
  background: #eee;
}
.future-books .item .quote:before {
  position: absolute;
  content: "";
  background: url("./images/icon-clip02.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 19px;
  top: -3px;
  left: 6px;
}
.future-books .item:first-child .quote:before {
  position: absolute;
  content: "";
  background: url("./images/icon-clip01.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 19px;
  top: -3px;
  left: 6px;
}

.item-detail {
  position: relative;
  float: left;
  width: 65%;
  padding: 0 6.5% 0 2.5%;
}
.item-detail .division li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 12px;
  margin: 0 0 5px 0;
}
.item-detail .division li.category {
  color: #FFFFFF;
  background: url("./images/sp-texture01.png");
}
.item-detail .division li.tag {
  color: #444;
  background: url("./images/sp-texture03.png");
}
.item-detail h2 {
  font-weight: bold;
  color: #1a1a1a;
}

/* .article
*************************************/
.article {
  width: 100%;
  background: #FFFFFF;
  border-top: 3px solid #d7d7d7;
}
.article .article-title {
  position: relative;
  width: 95%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 18px 2.5%;
  border-bottom: 1px dotted #d0d0d0;
}
.article .article-title .sub-title {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.2;
	color: #7b7b7b;
}
.article .article-title:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;
}
.article .article-mainimage {
  width: 100%;
}
.article .article-mainimage img {
  width: 100%;
  height: auto;
}
.article .article-area {
  width: 95%;
  padding: 0 2.5%;
}
.article .article-area:before, .article .article-area:after {
  content: " ";
  display: table;
}
.article .article-area:after {
  clear: both;
}
.article .article-area {
  *zoom: 1;
}
.article-sns {
  margin: 16px 0;
}
.article .blog-content .article-area {
  margin-top: 16px;
}
.article .article-area .article-header {
  padding-top: 10px;
}
.article .article-area .article-header .article-innerheader {
  position: relative;
  overflow: hidden;
}
.article .article-area .article-header .article-innerheader .date {
  float: right;
  width: 33%;
  text-align: right;
  font-weight: bold;
  color: #adadad;
  margin: 0;
}
.article .article-area .article-header .article-innerheader .category {
  float: left;
  display: inline-block;
  max-width: 58%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  background: url("./images/sp-texture01.png");
  padding: 2px 4%;
  margin: 0;
}
.article .article-header .tag {
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
}
.article .article-header .tag:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -405px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 0;
}
.article .article-header .tag li {
  display: inline-block;
}
.article .article-header .tag li:after {
  content: "、";
}
.article .article-header .tag li:last-child:after {
	display: none;
}
.article .article-area .article-header .article-sns {
  margin-top: 15px;
  margin-bottom: 12px;
}
.article.blog + .book-intro {
  width: 93%;
  margin: 15px auto 0;
  border: 3px solid #ea8099;
  background-color: #fff;
}
.article .article-area .book-intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ea8099;
}
.article.blog + .book-intro .book-detail,
.article .article-area .book-intro .book-detail {
  width: 90%;
  display: table;
  margin: 16px auto;
}
.article.blog + .book-intro .book-detail p,
.article .article-area .book-intro .book-detail p {
  display: table-cell;
}
.article.blog + .book-intro .book-detail p img,
.article .article-area .book-intro .book-detail p img {
  width: 100%;
  height: auto;
}
.article.blog + .book-intro .book-detail .book-description,
.article .article-area .book-intro .book-detail .book-description {
  width: 76.25%;
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.article.blog + .book-intro .book-detail .book-description h2, .article.blog + .book-intro .book-detail .book-description p,
.article .article-area .book-intro .book-detail .book-description h2, .article .article-area .book-intro .book-detail .book-description p {
  display: block;
}
.article.blog + .book-intro .book-detail .book-description h2,
.article .article-area .book-intro .book-detail .book-description h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.article.blog + .book-intro .book-detail .book-description .book-author, .article.blog + .book-intro .book-detail .book-description .book-price,
.article .article-area .book-intro .book-detail .book-description .book-author, .article .article-area .book-intro .book-detail .book-description .book-price {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.article.blog + .book-intro .book-summary,
.article .article-area .book-intro .book-summary {
  color: #2e2e2e;
  padding: 18px 5%;
  background: #e6e4dc;
  margin: 0;
}

.article.blog + .book-intro .book-store,
.article .book-store {
  width: 100%;
}
.article.blog + .book-intro .book-store h2,
.article .book-store h2 {
  text-align: center;
}
.article.blog + .book-intro .book-store h2 span,
.article .book-store h2 span {
  display: inline-block;
  position: relative;
  font: 48px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  padding-left: 30px;
}
.article.blog + .book-intro .book-store h2 span:before,
.article .book-store h2 span:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -68px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 2px;
}
.article.blog + .book-intro .book-store ul,
.article .book-store ul {
  width: 92%;
  padding: 13px 4% 0;
  background: #d6d4ca;
}
.article.blog + .book-intro .book-store ul li,
.article .book-store ul li {
  width: 100%;
  text-align: center;
  padding-bottom: 13px;
}
.article.blog + .book-intro .book-store ul li a,
.article .book-store ul li a {
  max-width: 544px;
}
.article.blog + .book-intro .book-detail-link,
.article .book-detail-link {
  text-align: center;
  padding: 16px 0;
  background: #949288;
  margin: 0;
}
.article.blog + .book-intro .book-detail-link a,
.article .book-detail-link a {
  position: relative;
  display: inline-block;
  height: 42px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 42px;
  padding: 0 74px;
  background: #9b1e23;
  border: 1px solid #771519;
}
.article.blog + .book-intro .book-detail-link a:after,
.article .book-detail-link a:after {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -47px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 16px;
  top: 50%;
  right: -6px;
  margin-top: -6px;
}

/* .article.books
*************************************/
.article.books {
  width: 95%;
  background: #FFFFFF;
  padding: 0 2.5%;
  border-top: 3px solid #d7d7d7;
}
.article.books .article-header {
  position: relative;
  width: 100%;
  padding: 22px 0 12px;
}
.article.books .article-header:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;
}
.article.books .article-header .article-innerheader {
  margin-bottom: 5px;
}
.article.books .article-header .article-innerheader:before, .article.books .article-header .article-innerheader:after {
  content: " ";
  display: table;
}
.article.books .article-header .article-innerheader:after {
  clear: both;
}
.article.books .article-header .article-innerheader {
  *zoom: 1;
}
.article.books .article-header .article-innerheader .single-cover {
  float: left;
  width: 28%;
  margin: 0 4%;
}
.article.books .article-header .article-innerheader .single-cover img {
  width: 100%;
  height: auto;
}
.article.books .article-header .article-innerheader .single-outline {
  float: left;
  width: 64%;
  padding-bottom: 10px;
}
.article.books .article-header .article-innerheader .single-outline .article-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.article.books .article-header .article-innerheader .single-outline .article-title:before {
  border: none;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl:before, .article.books .article-header .article-innerheader .single-outline .single-description dl:after {
  content: " ";
  display: table;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl:after {
  clear: both;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl {
  *zoom: 1;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl + dl {
  margin-top: 5px;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl dt {
  float: left;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.article.books .article-header .article-innerheader .single-outline .single-description dl dt:after {
  content: "：";
}
.article.books .article-header .article-innerheader .single-outline .single-description dl dd {
  float: left;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.article.books .article-header .quote {
  clear: left;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5e4a35;
  line-height: 1.5;
  padding: 20px 2.5%;
  background: #eee;
}
.article.books .box-title {
  position: relative;
  padding: 8px;
  background: #FFFFFF;
  border: 2px solid #333;
}
.box-title + ul + p {
	padding-bottom: 0;
}
.article.books .box-title span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  padding-left: 7px;
  border-left: 3px solid #861b20;
}
.article.books .box-title.toggle {
  margin-bottom: 12px;
}
.article.books .box-title.toggle:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.article.books .box-title.toggle:after {
  position: absolute;
  content: "";
  background: url("./images/pulldown-open.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}
.article.books .box-title.toggle.open:after {
  position: absolute;
  content: "";
  background: url("./images/pulldown-close.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}
.article.books .single-bookstore {
  background: #e6e4dc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.article.books .single-bookstore li {
  width: 85%;
  max-width: 544px;
  margin: 12px auto 0;
}
.article.books .chapter-content {
  display: none;
  margin-bottom: 12px;
  padding: 0 6px;
  font-size: 0.7675rem;
  line-height: 1.8;
}
.article.books .chapter-content ul {
  padding: 0 0 20px;
}
.article.books .chapter-content ul li {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4c4c4c;
  line-height: 1.6;
  padding-left: 10px;
}
.article.books .chapter-content ul li:before {
  position: absolute;
  content: "";
  background: url("./images/dot01.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 3px;
  height: 3px;
  top: 9px;
  left: 2px;
}
.article.books .profile-content {
  display: none;
  padding: 0 6px 20px;
}
.article.books .profile-content .name {
  font-size: 18px;
  font-size: 0.925rem;
  font-weight: bold;
  color: #4c4c4c;
}
.article.books .profile-content .kana {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #4c4c4c;
}
.article.books .profile-content .detail {
  font-size: 15px;
  font-size: 0.8375rem;
  color: #4c4c4c;
  line-height: 1.9;
}
.article.books .summary.related {
  padding-bottom: 30px;
}
.article.books .summary.related .summary-title {
  height: 24px;
  line-height: 24px;
  padding: 8px 0;
  border-top: none;
  border-bottom: 1px dotted #d1d1d1;
}
.article.books .summary.related .summary-title:before {
  border: none;
}
.article.books .summary.related .summary-title span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  padding: 0 8px;
  border-left: 3px solid #861b20;
}
.article.books .summary.related .summary-area {
  border-top: none;
}
.article.books .revision h2 {
  height: 24px;
  line-height: 24px;
  padding: 8px 0;
  border-bottom: 1px dotted #d1d1d1;
}
.article.books .revision h2 span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  padding: 0 8px;
  border-left: 3px solid #861b20;
}
.article.books .revision ul li {
border-top: 1px dotted #b5b5b5;
margin: 0 0 1em;
padding: 1em 0 0;
}
.article.books .revision ul li:first-child {
border-top: none;
}
.article.books .revision ul li:last-child {
padding: 1em 0;
margin-bottom: 0;
}
.article.books .revision .correct-box h3 {
color: #6e6e6e;
font-size: 0.875rem;
font-weight: bold;
}
.article.books .revision .correct-box p {
  font-size: 15px;
font-size: 0.8125rem;
  color: #4c4c4c;
  line-height: 1.6;
}
.article.books .revision .correct-box .date {
color: #6e6e6e;
font-size: 12px;
margin-bottom: 15px;
}
.article.books .article-title {
  position: relative;
  width: 95%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 18px 2.5%;
  border-bottom: 1px dotted #d0d0d0;
}
.article.books .article-title:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;
}
.article.books .article-mainimage {
  width: 100%;
}
.article.books .article-mainimage img {
  width: 100%;
  height: auto;
}
.article.books .article-area {
  width: 95%;
  padding: 0 2.5% 8px;
}
.article.books .article-area:before, .article.books .article-area:after {
  content: " ";
  display: table;
}
.article.books .article-area:after {
  clear: both;
}
.article.books .article-area {
  *zoom: 1;
}
.article.books .article-area .article-header {
  padding-top: 10px;
}
.article.books .article-area .article-header .article-innerheader {
  position: relative;
  overflow: hidden;
}
.article.books .article-area .article-header .article-innerheader .date {
  float: right;
  width: 33%;
  text-align: right;
  font-weight: bold;
  color: #adadad;
}
.article.books .article-area .article-header .article-innerheader .category {
  float: left;
  display: inline-block;
  max-width: 58%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  background: url("./images/sp-texture01.png");
  padding: 2px 4%;
}
.article.books .article-area .article-header .tag {
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
}
.article.books .article-area .article-header .tag:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -405px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 0;
}
.article.books .article-area .article-header .tag li {
  display: inline-block;
}
.article.books .article-area .article-header .tag li + li:before {
  content: "、";
}
.article.books .article-area .article-header .article-sns {
  margin-bottom: 12px;
}
.article.books .article-area .book-intro {
  width: 99%;
  border: 3px solid #ea8099;
}
.article.books .article-area .book-intro .book-detail {
  width: 95%;
  display: table;
  margin: 7px auto 6px;
}
.article.books .article-area .book-intro .book-detail p {
  display: table-cell;
}
.article.books .article-area .book-intro .book-detail p img {
  width: 100%;
  height: auto;
}
.article.books .article-area .book-intro .book-detail .book-description {
  width: 76.25%;
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.article.books .article-area .book-intro .book-detail .book-description h2, .article.books .article-area .book-intro .book-detail .book-description p {
  display: block;
}
.article.books .article-area .book-intro .book-detail .book-description h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.article.books .article-area .book-intro .book-detail .book-description .book-author, .article.books .article-area .book-intro .book-detail .book-description .book-price {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.article.books .article-area .book-intro .book-summary {
  color: #2e2e2e;
  padding: 18px 5%;
  background: #e6e4dc;
}

.article .book-store {
  width: 100%;
}
.article .book-store h2 {
  text-align: center;
}
.article .book-store h2 span {
  display: inline-block;
  position: relative;
  font: 48px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  padding-left: 30px;
}
.article .book-store h2 span:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -68px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 2px;
}
.article .book-store ul {
  width: 92%;
  padding: 13px 4% 0;
  background: #d6d4ca;
}
.article .book-store ul li {
  width: 100%;
  text-align: center;
  padding-bottom: 13px;
}
.article .book-store ul li a,
.article .single-bookstore ul li a {
	display: block;
    max-width: 544px;
	-webkit-box-shadow: 0 10px 6px -8px #999;
	box-shadow: 0 10px 6px -8px #999;
}
.book-store p,
.single-bookstore > p {
	padding: 18px 5%;
}
.article .book-detail-link {
  text-align: center;
  padding: 16px 0;
  background: #949288;
}
.article .book-detail-link a {
  position: relative;
  display: inline-block;
  height: 42px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 42px;
  text-decoration: none;
  padding: 0 74px;
  background: #9b1e23;
  border: 1px solid #771519;
	-webkit-box-shadow: 0 10px 6px -8px #555;
	box-shadow: 0 10px 6px -8px #555;
}
.article .book-detail-link a:after {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -47px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 26px;
  height: 16px;
  top: 50%;
  right: -6px;
  margin-top: -6px;
}

/* .common-box
*************************************/
.common-box.archive-column.blog .blog-lead,
.common-box {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 18px;
  border-top: 3px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.common-box.archive-column.blog {
  background: none;
  border-top: none;
  border-bottom: none;
}
.common-box.archive-column.blog .blog-lead {
 margin-bottom: 15px;
}
.common-box.archive-column.blog .blog-lead:last-child {
 margin-bottom: 0;
}
.common-box h1 {
  position: relative;
  width: 95%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 18px 2.5%;
  border-bottom: 1px dotted #d0d0d0;
}
.common-box h1:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;
}

.article-area {
  width: 95%;
  padding: 0 2.5%;
}
.article-area p {
	line-height: 1.8;
  margin-bottom: 20px;
}
.article-area p strong {
  font-weight: bold;
}
.article-area p a {
  color: #ff8400;
  text-decoration: underline;
}
.article-area p a:hover {
  text-decoration: none;
}
.article-area p em {
  font-weight: bold;
}
.article-area p i {
  font-style: italic;
}
.article-body sup {
vertical-align: super;
}
.article-body sub {
vertical-align: sub;
}
.article-area ul li {
  position: relative;
  line-height: 1.6;
  /*
  		&:before {
  			position: absolute;
  			content: "";
  			background: url("./images/dot01.png") 0 0 no-repeat;
  			background-size: cover;
  			display: inline-block;
  			width: 3px;
  			height: 3px;
  			top: 9px;
  			left: -8px;
  		}
   */
}
.article-area caption {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin: 0 0 8px;
}
.article-area blockquote {
  font-style: italic;
}
.article-area img.aligncenter,
.article-area img.alignleft,
.article-area img.alignright,
.article-area img.alignnone {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.article-area p.wp-caption-text {
  max-width: 100%;
  padding: 5px 2.5%;
  background: #f2f2f2;
  margin: 0 auto 20px;
}
.article-area .notable-area {
	margin: 20px 0 30px;
	padding: 20px;
	border: 1px solid #851C20;
	background-color: #ffe8ec;
}
.article-area .notable-area p:last-child {
	margin-bottom: 0;
}

/* .article-body 記事投稿部分
*************************************/
.article-body {
}
.article-body h2,
.related-posts h2,
h2.column-archived {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 3%;
  border-left: 3px solid #851b20;
  border-bottom: 1px dotted #b5b5b5;
  padding-bottom: 8px;
  margin: 28px 0 12px;
}
.article-body h2:before {
  position: absolute;
  bottom: 0;
  left: -3px;
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  border-left: 3px solid #fff;
}
.article-body h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #851b20;
  padding-bottom: 2px;
  border-bottom: 1px dotted #b5b5b5;
  margin: 10px 0 18px;
}
.article-body h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  margin: 10px 0 8px;
}
.article-body h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #000;
  margin: 10px 0 8px;
}
.article-body p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.article-body ul {
  padding: 0 0 23px 19px;
}

/*------------------------------180912　NJG調整------------------------------------------*/

.article-body ul li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
  			&:before {
  				position: absolute;
  				content: "";
  				background: url("./images/sprite-icon.png") 0 -113px no-repeat;
    /*
				background-size: cover;
  				display: inline-block;
  				width: 26px;
  				height: 26px;
  				top: 10px;
  				left: -10px;
	*/
  			}
   
}

/*------------------------------180912　NJG調整ここまで------------------------------------------*/

.article-body ul li:before {
  position: absolute;
  content: "";
  background: url("./images/dot01.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 3px;
  height: 3px;
  top: 9px;
  left: -8px;
}
.article-body ol {
  padding: 0 0 23px 19px;
}

/*------------------------------180912　NJG調整------------------------------------------*/

.article-body ol li {
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 5px;
  display:list-item;
  list-style: decimal;
}

/*------------------------------180912　NJG調整ここまで------------------------------------------*/

.article-body dl {
  padding-bottom: 23px;
}
.article-body dl dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #851b20;
  line-height: 1.6;
  padding: 10px;
  background: #f2f2f2;
}
.article-body dl dd {
  color: #4c4c4c;
  line-height: 1.6;
  padding: 11px 10px;
  border-bottom: 1px dotted #b2b2b2;
}
.article-body table {
  width: 100%;
  padding-bottom: 23px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 36px;
}
.article-body table th {
  font-weight: bold;
  text-align: left;
  color: #4c4c4c;
  padding: 13px 2.5%;
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
}
.article-body table td {
  color: #4c4c4c;
  padding: 13px 2.5%;
  border-bottom: 1px solid #d9d9d9;
}
.article-body blockquote {
  position: relative;
  width: 88%;
  font-size: 15px;
  font-size: 0.8875rem;
  color: #4d4343;
  font-style: normal;
  padding: 36px 6%;
  background: url("./images/sp-texture02.png");
  margin-bottom: 35px;
}
.article-body blockquote p:last-child {
	margin-bottom: 0;
}
.article-body blockquote:before, .article-body blockquote:after {
  position: absolute;
  content: "";
  background: url("./images/sp-bq.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 21px;
  height: 20px;
}
.article-body blockquote:before {
  top: 15px;
  left: 8px;
}
.article-body blockquote:after {
  bottom: 15px;
  right: 13px;
}

/*------------------------------161214　NJG追加------------------------------------------*/
.article-body .question {
  position: relative;
  width: 88%;
  font-size: 15px;
  font-size: 0.8875rem;
  color: #4d4343;
  font-style: normal;
  padding: 36px 6%;
  background: url("./images/sp-texture02q.png");
  margin-bottom: 35px;
}
.article-body .question p:last-child {
	margin-bottom: 0;
}
.article-body .question:before {
  position: absolute;
  content: "";
  background: url("./images/sp-que.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 21px;
  height: 20px;
  top: 5px;
  left: 8px;
}

.article-body .answer {
  position: relative;
  width: 88%;
  font-size: 15px;
  font-size: 0.8875rem;
  color: #4d4343;
  font-style: normal;
  padding: 36px 6%;
  background: url("./images/sp-texture02a.png");
  margin-bottom: 35px;
}
.article-body .answer p:last-child {
	margin-bottom: 0;
}
.article-body .answer:before, .article-body .answer:after {
  position: absolute;
  content: "";
  background: url("./images/sp-ans.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 21px;
  height: 20px;
  top: 5px;
  left: 8px;
}

/*------------------------------161214　NJG追加　ここまで------------------------------------------*/

.article-body .wp-caption {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 25px;
}
.article-body .wp-caption img {
  width: 100%;
  height: auto;
}
.main-caption {
  display: block;
  color: #1a1a1a;
  padding: 14px 2.5%;
  background: #f2f2f2;
}
.article-body .wp-caption .wp-caption-text {
  width: 95%;
  color: #1a1a1a;
  padding: 14px 2.5%;
  background: #f2f2f2;
}
.article-body iframe {
	max-width: 100%;
}

/* .blog
*************************************/
.blog h1 {
  width: 100%;
  margin-bottom: 15px;
}
.blog h1 img {
  width: 100%;
  height: auto;
}
.blog .catch-text {
  width: 95%;
  padding: 0 2.5%;
  margin-bottom: 20px;
}
.blog .catch-text .catch-maintext {
  height: 4.5em;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blog .catch-text .catch-maintext.full {
	height: auto;
}
.blog .catch-btn {
  text-align: right;
  position: relative;
  font-weight: bold;
  color: #4f3f2e;
  text-decoration: underline;
}
.blog .catch-btn:hover {
  text-decoration: none;
}
.blog .catch-btn:before {
  position: relative;
  content: "";
  background: url("./images/pulldown-open.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 6px;
  left: -6px;
}
.blog .full + .catch-btn:before {
  background-image: url("./images/pulldown-close.png");
}
.blog .blog-nav {
  width: 100%;
}
.blog .blog-nav:before, .blog .blog-nav:after {
  content: " ";
  display: table;
}
.blog .blog-nav:after {
  clear: both;
}
.blog .blog-nav {
  *zoom: 1;
}
.blog .blog-nav li {
  float: left;
  width: 50%;
  height: 55px;
  display: table;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
}
.blog .blog-nav li:first-child {
  border-right: 1px solid #d7d7d7;
}
.blog .blog-nav li a,
.blog .blog-nav li span {
  display: table-cell;
  font-weight: bold;
  color: #4f3f2e;
  text-align: center;
  vertical-align: middle;
}
.blog .blog-nav li a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.blog .blog-nav li span {
  opacity: 50%;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.author-profile {
	border-top: 1px solid #d7d7d7;
	box-sizing: border-box;
	display: block;
	padding: 2.5%;
	width: 100%;
}
.author-profile .profile-header {
	font-size: 1rem;
	font-weight: bold;
}
.author-profile p {
	margin: 1em;
}
.blog-content {
  width: 100%;
  background: #FFFFFF;
  border-top: 3px solid #d7d7d7;
}
.blog-content h2,
.new-posts-header {
  position: relative;
  width: 95%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding: 18px 2.5%;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 10px;
}
.blog-content h2:before,
.new-posts-header:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;
}
.blog-content .article-area h2:before {
	width: 100%;
	left: 0;
	border-top-color: #ddd; 
}
.blog-content .article-area h2:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  display: block;
  width: 40%;
  border-top: 3px solid #333;	
}

.blog-content .blog-inner {
  width: 95%;
  padding: 0 2.5%;
}
.blog-content .blog-inner .date {
  position: relative;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  margin-bottom: 12px;
}
.blog-content .blog-inner .date:before {
  position: absolute;
  content: "";
  background: url("./images/icon-calender.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 3px;
  left: -2px;
}
.blog-content .blog-inner .article-area img {
  width: 100%;
  height: auto;
}
.blog-content .blog-inner .article-area .wp-caption {
  max-width: 100%;
}
.blog-content .blog-inner .article-area .wp-caption-text {
  height: 42px;
  line-height: 42px;
}

.blog-pagenavi {
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
.blog-pagenavi .previous, .blog-pagenavi .next {
  padding: 10px 15px;
  border-bottom: 1px solid #d7d7d7;
}
.blog-pagenavi .previous .previous-tag, .blog-pagenavi .previous .next-tag, .blog-pagenavi .next .previous-tag, .blog-pagenavi .next .next-tag {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: bold;
  color: #861b20;
  margin-bottom: 5px;
}
.blog-pagenavi .previous .previous-title a, .blog-pagenavi .previous .next-title a, .blog-pagenavi .next .previous-title a, .blog-pagenavi .next .next-title a {
  color: #333;
  text-decoration: underline;
}
.blog-pagenavi .previous .previous-title a:hover, .blog-pagenavi .previous .next-title a:hover, .blog-pagenavi .next .previous-title a:hover, .blog-pagenavi .next .next-title a:hover {
  text-decoration: none;
}

.ace:after {
  position: absolute;
  content: "";
  background: url("./images/pulldown-open.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}

.ace.open:after {
  position: absolute;
  content: "";
  background: url("./images/pulldown-close.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}

/* .page-navi
*************************************/
.page_navi {
	margin: 20px 0 20px 10px;
}
.page_navi:before, .page_navi:after {
content: " ";
display: table;
}
.page_navi:after {
clear: both;
}
.page_navi {
}
.page_navi li {
background: none repeat scroll 0 0 #232323;
border: 1px solid #232323;
display: table;
float: left;
font-size: 1rem;
height: 25px;
line-height: 25px;
margin: 4px 0 4px 8px;
}
.page_navi li a {
color: #fff;
display: table-cell;
padding-left: 0.5rem;
padding-right: 0.5rem;
text-align: center;
vertical-align: middle;
}
.page_navi li a:hover {
background: none repeat scroll 0 0 #fff;
color: #232323;
}
.page_navi li.current {
background: none repeat scroll 0 0 #fff;
color: #232323;
text-align: center;
vertical-align: middle;
padding-left: 0.5rem;
padding-right: 0.5rem;
}

/* .article-area .page-navi
*************************************/
.article-area .page-navi {
  margin-bottom: 25px;
}

/* .sub
*************************************/
.sub {
	margin-bottom: 16px;
}
.sub h2 {
  position: relative;
  height: 48px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 48px;
  padding: 0 2.5%;
  border-bottom: 1px solid #d1d1d1;
  border-top: 3px solid #d1d1d1;
}
.sub h2:before {
  position: absolute;
  top: -3px;
  left: -2.5%;
  content: "";
  display: block;
  width: 40%;
}
.sub .search-genre {
  background: #FFFFFF;
  margin-bottom: 15px;
}
.sub .search-genre h2 {
  color: #ff8400;
}
.sub .search-genre h2:before {
  border-top: 3px solid #ff8400;
}
.sub .search-genre ul li {
  width: 100%;
  border-bottom: 1px dotted #d1d1d1;
}
.sub .search-genre ul li a {
  position: relative;
  display: block;
  width: 95%;
  height: 42px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4f3f2e;
  line-height: 42px;
  padding: 0 2.5%;
}
.sub .search-genre ul li a:after {
  position: absolute;
  content: "";
  background: url("./images/icon-arrow.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  width: 9px;
  height: 13px;
  top: 50%;
  right: 8px;
  margin-top: -7px;
}
.sub .search-genre ul li a:hover {
  color: #ff8400;
}
.sub .search-genre ul ul li {
	border: none;
}
.sub .search-genre ul ul li a {
	font-weight: normal;
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 10%;
}
.sub .search-genre ul ul li:first-child a {
	line-height: 20px;
}
.sub .search-genre ul ul li:last-child a {
	margin-bottom: 8px;
}
.sub .search-genre ul ul li a:after {
	display: none;
}
.sub .search-genre ul ul li a:before {
  position: absolute;
  content: "-";
  top: -1px;
  left: 5%;
}

.sub.book-header,
.sub.book-header .search-genre {
	margin-bottom: 0;
}
.sub.book-header h2 {
	cursor: pointer;
	border-bottom: 0;
}
.sub.book-header h2:after {
	position: absolute;
	content: "";
	background: url("./images/bookmenu-icon.png") no-repeat 0 0;
	background-size: 15px auto;
	display: inline-block;
	width: 14px;
	height: 9px;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	-webkit-transform: rotate( 0deg );
  	transform: rotate( 0deg );
}
.sub.book-header.open h2:after {
  	-webkit-transform: rotate( -180deg );
 	transform: rotate( -180deg );
}
.sub.book-header .books-sub-menu>li:first-child {
	border-top: solid 1px #d1d1d1;
}
.sub.book-header .books-sub-menu> li:last-of-type {
	margin-bottom: 16px;
}
.sub.book-header .books-sub-menu li > a:after,
.sub.book-footer .books-sub-menu li > a:after {
	right: 12px;
  	-webkit-transform: rotate( 90deg );
 	transform: rotate( 90deg );
}
.sub.book-header .books-sub-menu li a.open:after,
.sub.book-footer .books-sub-menu li a.open:after {
  	-webkit-transform: rotate( -90deg );
 	transform: rotate( -90deg );
}

.sub .ranking,
.sub .sales {
  background: #FFFFFF;
  margin-bottom: 16px;
}
.sub .ranking h2,
.sub .sales h2 {
  position: relative;
  color: #e4007f;
}
.sub .ranking .complement {
	position: absolute;
	top: 0;
	right: 2.5%;
	font-size: 12px;
	color: #666;
}
.sub .ranking h2:before,
.sub .sales h2:before {
  border-top: 3px solid #e4007f;
}
.sub .ranking .rank-image,
.sub .sales .rank-image {
  float: left;
  width: 25%;
}
.sub .ranking .rank-image img,
.sub .sales .rank-image img {
  width: 100%;
  height: auto;
}
.sub .ranking .rank-image:before,
.sub .sales .rank-image:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 5px;
  left: 1.5%;
}
.sub .ranking .rank-detail,
.sub .sales .rank-detail {
  position: relative;
  float: left;
  width: 65%;
  padding: 0 6.5% 0 2.5%;
}
.sub .ranking .rank-detail .category,
.sub .sales .rank-detail .category {
  display: inline-block;
  font-size: 12px;
  font-size: 0.70rem;
  font-weight: bold;
  padding: 2px 6px;
  margin: 0 5px 3px 0;
  color: #FFFFFF;
  background: url("./images/sp-texture01.png");
}
.sub .ranking .rank-detail h3,
.sub .sales .rank-detail h3 {
  color: #1a1a1a;
  font-weight: bold;
}
.sub .ranking .rank-1 .rank-image:before,
.sub .sales .rank-1 .rank-image:before {
  width: 25px;
  height: 40px;
  background: url("./images/sprite-icon.png") 0 -198px no-repeat;
  background-size: cover;
}
.sub .ranking .rank-2 .rank-image:before,
.sub .sales .rank-2 .rank-image:before {
  width: 25px;
  height: 40px;
  background: url("./images/sprite-icon.png") 0 -243px no-repeat;
  background-size: cover;
}
.sub .ranking .rank-3 .rank-image:before,
.sub .sales .rank-3 .rank-image:before {
  width: 25px;
  height: 40px;
  background: url("./images/sprite-icon.png") 0 -287px no-repeat;
  background-size: cover;
}
.sub .ranking .rank-4 .rank-image:before,
.sub .sales .rank-4 .rank-image:before {
  width: 25px;
  height: 25px;
  background: url("./images/sprite-icon.png") 0 -332px no-repeat;
  background-size: cover;
  top: 8px;
  left: 2.5%;
}
.sub .ranking .rank-5 .rank-image:before,
.sub .sales .rank-5 .rank-image:before {
  width: 25px;
  height: 25px;
  background: url("./images/sprite-icon.png") 0 -362px no-repeat;
  background-size: cover;
  top: 8px;
  left: 2.5%;
}
.sub .sales .item a {
  position: relative;
}
.sub .sales .item a .rank-image {
  float: left;
  width: 23%;
  border: 1px solid #d8d8d8;
}
.sub .sales .item a .rank-detail {
  float: left;
  width: 65%;
  color: #1a1a1a;
  font-weight: bold;
  padding: 7px 6.5% 0 2.5%;
  margin-bottom: 25px;
}
.sub .sales .item a .division-category {
  position: absolute;
  bottom: 8px;
  right: 30px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff8400;
  background: none;
}
.sub .banner {
  margin-bottom: 16px;
}
.sub .banner p {
margin: 1em 0;
text-align: center;
}
.sub .banner-box {
	margin-bottom: 16px;
}
.sub .banner-box a:hover img {
	opacity: 0.6;
}
.sub .banner ul {
  padding: 8px 2.5%;
  background: #3e3e3e;
}
.sub .banner ul li {
  width: 100%;
}
.sub .banner ul li a {
  display: block;
  width: 100%;
}
.sub .banner ul li a img {
  width: 100%;
  height: auto;
}
.sub .banner ul li + li {
  margin-top: 8px;
}
.sub .correction {
	width: 95%;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.sub .correction a {
	display: block;
	padding: 0.5em 0;
	color: #4c4c4c;
	background: #fff;
	border: 2px solid #FCC041;
	-webkit-box-shadow: 0 10px 6px -10px #ccc;
	box-shadow: 0 10px 6px -10px #ccc;
}
.sub .information {
  background: #FFFFFF;
	margin-bottom: 16px;
}
.sub .information h2 {
  color: #08ab6d;
}
.sub .information h2:before {
  border-top: 3px solid #08ab6d;
}
.sub .information ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}
.sub .information ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 95%;
  padding: 8px 2.5%;
}
.sub .information ul li a .date {
  color: #999;
}
.sub .information ul li a h3 {
  color: #7e694b;
  text-decoration: underline;
}
.sub .information ul li:hover h3 {
  text-decoration: none;
}

/* .pagetop
*************************************/
.pagetop {
  background: url("./images/sp-texture04.png");
  padding-bottom: 16px;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #3e3e3e;
}
.pagetop a span {
  position: relative;
  color: #FFFFFF;
  padding-left: 10px;
}
.pagetop a span:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -155px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 34px;
  height: 20px;
  top: 50%;
  left: -20px;
  margin-top: -7px;
}

/* .footer
*************************************/
.footer {
  background: url("./images/sp-texture04.png");
}
.footer .footer-nav ul {
  width: 95%;
  padding: 0 2.5%;
}
.footer .footer-nav ul:before, .footer .footer-nav ul:after {
  content: " ";
  display: table;
}
.footer .footer-nav ul:after {
  clear: both;
}
.footer .footer-nav ul {
  *zoom: 1;
}
.footer .footer-nav ul li {
  float: left;
  margin: 0 6% 16px 0;
}
.footer .footer-nav ul li a {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
  padding-left: 5px;
}
.footer .footer-nav ul li a:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -104px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 6px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 8px;
  font-size: 0.5rem;
  color: #7e694b;
  text-align: center;
  padding-bottom: 20px;
}

/* #right-menu
*************************************/
body.right-menu-open {
  height: 100%;
  background: #000;
}
body.right-menu-open .body-wrapper {
  opacity: 0.7;
}
body.right-menu-open .body-wrapper .header {
  position: relative;
}
body.right-menu-open .body-wrapper .header .innerheader .btn-open {
  display: none;
}
body.right-menu-open .body-wrapper .header .innerheader .btn-close {
  display: block;
  margin-top: 3px;
}

#right-menu {
  z-index: 10000;
  background: #000;
}
#right-menu .search-div {
  background: #FFFFFF;
  padding-top: 9px;
}
.error404 .search-div .search,
#right-menu .search-div .search {
  display: table;
  margin: 0 8px;
}
.error404 .search-div .search .search-area,
#right-menu .search-div .search .search-area {
  display: inline-block;
  width: 200px;
  height: 36px;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  background: #FFFFFF;
  padding: 0 5px 4px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  -webkit-appearance: none;
  vertical-align: bottom;
}
.error404 .search-div .search .search-submit,
#right-menu .search-div .search .search-submit {
  display: inline-block;
  width: 48px;
  height: 36px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  vertical-align: top;
  background: #1e1e1e;
  border: none;
  margin-bottom: 5px;
}
.error404 .search-div .search .search-submit span,
#right-menu .search-div .search .search-submit span {
  display: inline-block;
  width: 23px;
  height: 0;
  padding-top: 23px;
  overflow: hidden;
  background: url("./images/loupe01.png") center center no-repeat;
  background-size: 19px auto;
  margin-top: 2px;
  margin-left: -4px;
}
.error404 .search-div .search ul,
#right-menu .search-div .search ul {
  border: none;
  padding: 0;
}
.error404 .search-div .search ul li,
#right-menu .search-div .search ul li {
  border: none;
  display: inline-block;
  line-height: 1.3;
}
.error404 .search-div .search ul li:before,
#right-menu .search-div .search ul li:before {
	display: none;
}
.error404 .search-div .search ul li input,
#right-menu .search-div .search ul li input {
  display: inline-block;
}
.error404 .search-div .search ul li label,
#right-menu .search-div .search ul li label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.error404 .search-div .search ul li:hover,
#right-menu .search-div .search ul li:hover {
  line-height: 1.3;
}
#right-menu .gnav .nav-menu {
  border-top: 2px solid #383636;
  margin: 0;
}
#right-menu .gnav .nav-menu .menu-item {
  background: #3d3d3d;
  border-top: none;
  border-bottom: 2px solid #383636;
}
#right-menu .gnav .nav-menu .menu-item a {
  font-weight: bold;
  color: #a0a0a0;
  line-height: 47px;
  padding: 0 32px 0 8px;
}
#right-menu .gnav .nav-menu > li.menu-item-archive-book a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin-right: 8px;
vertical-align: middle;
background: url("./images/icon-gnav-book.png") no-repeat center center / 20px 14px;
}
#right-menu .gnav .nav-menu .menu-item-has-children > a {
  position: relative;
  color: #a0a0a0;
}
#right-menu .gnav .nav-menu .menu-item-has-children > a:after, 
#right-menu .gnav .nav-menu .menu-item-has-children.current-menu-item > a.close:after,
#right-menu .gnav .nav-menu .menu-item-has-children.current-menu-ancestor > a.close:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 0;
  top: 19px;
  right: 10px;
  width: 17px;
  height: 10px;
  background-image: url("./images/icon-menu-arrow.png");
  background-size: 17px auto;
  background-position: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#right-menu .gnav .nav-menu .menu-item-has-children > a.open {
  color: #dfdfdf;
}
#right-menu .gnav .nav-menu .menu-item-has-children > a.open:after {
  -webkit-transform: rotate( -180deg );
  transform: rotate( -180deg );
}
/*
#right-menu .gnav .nav-menu .menu-item-has-children.current-menu-item > a:after,
#right-menu .gnav .nav-menu .menu-item-has-children.current-menu-ancestor > a:after {
  width: 28px;
  height: 10px;
  top: 18px;
  right: 0;
  background-image: url("./images/sprite-icon.png");
  background-position: 0 -36px;
  background-size: cover;
}
*/
#right-menu .gnav .nav-menu .menu-item-has-children.active > a {
  color: #d85c62;
}
#right-menu .gnav .nav-menu .menu-item-has-children.active > a:after {
  content: "";
  background: url("./images/sprite-icon.png") 0 -65px no-repeat;
  background-size: cover;
}
#right-menu .gnav .nav-menu .sub-menu .menu-item {
  width: 265px;
  height: 47px;
  background: #1e1e1e;
  border-top: none;
  border-bottom: 2px solid #1e1e1e;
}
#right-menu .gnav .nav-menu .sub-menu .menu-item a {
  color: #FFFFFF;
  font-weight: normal;
  line-height: 47px;
  padding: 0 0 0 8px;
}
#right-menu .gnav .nav-menu .sub-menu .menu-item a:hover {
  color: #999;
}
#right-menu .menu-close {
  margin: 0 0 0 0;
}
#right-menu .menu-close a {
  position: relative;
  display: block;
  width: 265px;
  height: 47px;
  font-size: 16px;
  font-size: 1rem;
  color: #a0a0a0;
  text-align: center;
  line-height: 47px;
  background: #383636;
}
#right-menu .menu-close a:before {
  position: absolute;
  content: "";
  background: url("./images/sprite-icon.png") 0 -115px no-repeat;
  background-size: cover;
  display: inline-block;
  width: 32px;
  height: 20px;
  top: 13px;
  left: 86px;
}


.archive-column .blog-lead h1 {
	padding: 0;
	border-bottom: none;
}
.archive-column .blog-lead h1:before {
	display: none;
}
.new-posts-header {
	padding: 10px 2.5%;
	font-size: 1.1rem;
	border-top: 3px solid #d7d7d7;
}
.new-posts-list {
	width: 95%;
	padding: 0 2.5%;
}
.new-posts-list li {
	margin-top: 5px;
}
.new-posts-list li:first-child {
	margin-top: 0;
}
.new-posts-list .blog-date {
	display: block;
	font-size: 80%;
}
#counter_script_image {
	display: none;
}

.article-sns .fb-like,
.article-sns .twitter-share-button,
.article-sns [id*="plusone"],
.article-sns .hatena-bookmark-button-frame,
.article-sns .pocket-btn {
	display: inline-block;
	margin-right: 8px!important;
	vertical-align: top;
}
.common-box.book-shop-box + .common-box.book-shop-box {
	margin-top: 10px;
}
.common-box.book-shop-box .new-posts-list {
	margin-top: 20px;
}
.common-box.book-shop-box .new-posts-list li {
	margin-bottom: 20px;
}
.common-box.book-shop-box .new-posts-list h2 {
	font-weight: bold;
}
.common-box.book-shop-box .new-posts-list p {
	font-size: 80%;
	margin-bottom: 0;
}
.common-box.book-shop-box .aside-links a {
	display: block;
	position: relative;
	width: 77.5%;
	margin: 0 auto;
	padding: 2.5% 10% 2.5% 2.5%;
	color: #5e4a35;
	text-align: center;
	background-color: #eeeeee;
	border-radius: 4px;
}
.common-box.book-shop-box .aside-links a:after {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #5e4a35;
	border-right: 1px solid #5e4a35;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/********************

	  会社概要

********************/

/* table */

table.yakuin,
table.gaiyo {
	width: 100%;
}
table.yakuin th,
table.yakuin td,
table.gaiyo th,
table.gaiyo td {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

/* お問い合わせフォーム */
#message-container-input {
	padding-top: 20px;
	padding-bottom: 0;
}
.article-body div#trust-form.contact-form table tr:hover {
	background: none;
}
.article-body div#trust-form.contact-form textarea {
	height: 5em;
}
.article-body div#trust-form.contact-form .submessage {
	padding-left: 2em;
	text-indent: -1em;
}
.article-body div#trust-form.contact-form .w3 {
	width: 30%;
}
.article-body div#trust-form.contact-form .w5 {
	width: 50%;
}
.article-body div#trust-form.contact-form .w8 {
	width: 80%;
}
.article-body div#trust-form.contact-form .w10 {
	width: 100%;
}


/* 広告媒体 */
.advertisement-content {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #d7d7d7;
}
.advertisement-content a {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.article-body p.advertisement-footer {
	font-size: 12px;
	margin-top: 30px;
}


.post-type-archive-teisei .summary-area li {
	padding: 0.5em 2.5%;
	border-bottom: 1px solid #d1d1d1;
}
.post-type-archive-teisei .summary-area h3 {
	font-size: 0.95rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.post-type-archive-teisei .summary-area .target_book {
	margin-top: 20px;
	font-size: 12px;
}
.post-type-archive-teisei .summary-area .target_book a:hover {
	text-decoration: underline;
}
.btn-download a {
	display: inline-block;
	height: 22px;
	margin: 15px 0;
	padding: 5px 10px 5px 35px;
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
	border: 1px solid #d7d7d7;
	background: url("./images/icon-btn-download.png") no-repeat scroll 9px 7px #9f2327;
}
.btn-download a:hover {
	background-color: #ba3e42;
}

.present-table th {
	width: 250px!important;
}

#pagepresent .w15 {
	width: 15%;
}
#pagepresent .w30 {
	width: 30%;
}
#pagepresent .w50 {
	width: 50%;
}
#pagepresent .w80 {
	width: 80%;
}
#pagepresent .w100 {
	width: 100%;
}

.related-posts {
	margin-top: 10px;
	overflow: hidden;
}
.related-posts .related-header {
	margin: 0 8px 5px;
	padding-left: 24px;
	padding-bottom: 5px;
	border-left: none;
	border-bottom: solid 1px #861b20;
	background-image: url("./images/icon-related-header_sp.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 19px 19px;
}
.related-posts .related-post {
	border-bottom: solid 1px #cfcfcf;
	position: relative;
	margin: 0 8px;
}
.related-posts .related-post:before {
	background: url("./images/sprite-icon.png")no-repeat scroll 0px 0px / cover;
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 18px;
	top: 50%;
	right: -15px;
	margin-top: -7px;
}
.related-posts a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0 5px;
}
.related-posts a .related-category {
	color: #ff8e25;
}
.related-posts .related-post:after,
.related-posts .related-post a:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.related-post .related-image {
	float: left;
	width: 16%;
}
.related-post .related-image img {
	border: solid 1px #cfcfcf;
}
.related-post .related-title {
	font-size: 14px;
	font-weight: bold;
	float: left;
	line-height: 1.3;
	margin-left: 3.3%;
	width: 75%;
}
.related-post p {
	margin-bottom: 5px;
}
.related-post .related-category {
	font-size: 11px;
	text-align: right;
}
.related-posts + .article-area .book-intro {
	margin-top: 16px;
}
/*# sourceMappingURL=style.css.map */

#adsense-area {
	margin: 22px;
}

#adsense-area li {
	width: 300px;
	margin: 0 auto 10px;
}
.archive-column .blog-archived h1 {
	padding: 0;
	border-bottom: none;
}
.archive-column .blog-archived h1:before {
	display: none;
}

/*-----------------------MW WP Form系　201125　NJG追加------------------------------*/

.mw_wp_form input[type="submit"] {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.mw_wp_form input[type="submit"]:hover {
	background: #fff;
	color: #00142c;
}

.mwform-radio-field  horizontal-item{
display: block;
white-space: nowrap;
float: left;
}

.mwform-checkbox-field  horizontal-item{
display: block;
white-space: nowrap;
float: left;
}


label {
white-space: nowrap;
}

.mw_wp_form_confirm .reset-button {
    display: none;
}

.mw_wp_form p.error-pink input[type="text"],
.mw_wp_form p.error-pink input[type="email"],
.mw_wp_form p.error-pink input[type="tel"],
.mw_wp_form p.error-pink input[type="url"] {
	background: pink !important;
}
/*-----------------------190226　NJG追加　ここまで------------------------------*/
