/********** 

 reset

**********/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a.ext {
  padding-right: 16px;
  background: url(../image/icon_window.gif) no-repeat 100% 50%;  
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}




/********** 

 common

**********/

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
}

a.ext {
  
}
img:not([class*="wp-image"]) {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:460px) {
  .container {
    width: 100%;
  }
}

.container-sm {
  width: 840px;
}

@media screen and (max-width:460px) {
  .container-sm {
    width: 100%;
  }
}

@media screen and (max-width:460px) {
  .news__container .container-sm {
    padding: 0;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

.button__container {
  margin: 40px 0 0;
}

.button {
  display: inline-block;
  padding: 12px 12px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  border: solid 2px #eee;
}

.button:before {
  content: "»";
  display: inline-block;
  margin: 0 4px 0 0;
  color: #e57f06;
}

.button:hover {
  color: #a16516;
  transition: 0.3s;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 16px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  border-top: dotted 2px #d9d9d9;
  border-bottom: dotted 2px #d9d9d9;
}
@media screen and (max-width:460px) {
  .table th,
  .table td {
    font-size: 12px;
  }
}

.table th {
  padding-right: 70px;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width:460px) {
  .table th {
    padding-right: 30px;
  }
}

.table a:hover {
  color: #a16516;
  text-decoration: underline;
  transition: 0.3s;
}

.table-bt-none tr:first-child th,
.table-bt-none tr:first-child td {
  border-top: none;
}

.bold {
  font-weight: bold;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}



/********** 

 header

**********/

.header {
  border-bottom: solid 1px #d1d1d1;
  box-shadow: 0px 4px 0px 0px rgba(238, 238, 238, 0.4);
}

.header-top {
  padding: 5px 0;
  background: #353026;
}
@media screen and (max-width:460px) {
  .header-top {
    display: none;
  }
}

.header-top > .columns {
  align-items: center;
}

.header-top__nav-items {
  margin: 0 16px 0 auto;
}

.header-top__nav-item {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.header-top__nav-item:not(:last-child) {
  margin: 0 12px 0 0;
}

.header-top__nav-item a {
  color: #fff;
}

.header-top__nav-item a:hover {
  color: #e67f06;
  transition: 0.3s;
}

.sns-item {
  width: 18px;
}

.sns-item:not(:last-child) {
  margin: 0 5px 0 0;
}

.sns-item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.header-main {
  padding: 16px 0;
}
@media screen and (max-width:460px) {
  .header-main {
    padding: 0;
  }
}


.header-main .columns {
  align-items: center;
}
@media screen and (max-width:460px) {
  .header-main > .columns {
    display: block;
  }
}

@media screen and (max-width:460px) {
  .header-main .container {
    padding: 0;
  }
}

.header-logo__container {
  margin: 0 24px 0 0;
  position: relative;
}

@media screen and (max-width:460px) {
  .header-logo__container {
    margin: 0;
    padding: 14px 8px;
    background: #353026;
  }
}

.header-logo__container a {
  display: inline-block;
}

.logo-sub {
  margin-bottom: 8px;
  font-size: 12px;
  color: #777;
}
@media screen and (max-width:460px) {
  .logo-sub {
    font-size: 10px;
    color: #bababa;
  }
}

.logo-main {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:460px) {
  .logo-main {
    font-size: 16px;
    color: #fff;
  }
}

.logo-main .main {
  color: #a26417;
}
@media screen and (max-width:460px) {
  .logo-main .main {
    color: #e57f06;
  }
}

.logo-main .small {
  font-size: 17px;
}
@media screen and (max-width:460px) {
  .logo-main .small {
    font-size: 14px;
  }
}

/** header nav **/

.header-main__nav-items {
  margin: 0 auto 0 0;
}
@media screen and (max-width:460px) {
  .header-main__nav-items {
    margin: 0;
  }
}

.header-main__nav-item {
  text-align: center;
  border-left: solid 2px #f2f2f2;
}
@media screen and (max-width:460px) {
  .header-main__nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 42px;
    border-left-width: 1px;
  }
}

@media screen and (max-width:460px) {
  .header-main__nav-item:first-child {
    border-left: none;
  }
}

.header-main__nav-item:last-child {
  border-right: solid 2px #f2f2f2;
}
@media screen and (max-width:460px) {
  .header-main__nav-item:last-child {
    border-right: none;
  }
}

.header-main__nav-item.current {
  position: relative;
}

.header-main__nav-item.current:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #e57f06;
}
@media screen and (max-width:460px) {
  .header-main__nav-item.current:before {
    bottom: -4px;
  }
}

.header-main__nav-item a {
  display: block;
  padding: 0 24px;
}
@media screen and (max-width:460px) {
  .header-main__nav-item a {
    padding: 0 6px;
  }
}

.header-main__nav-item img {
  width: 30px;
  height: auto;
}
@media screen and (max-width:460px) {
  .header-main__nav-item img {
    display: none;
  }
}

.header-main__nav-item p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:460px) {
  .header-main__nav-item p {
    margin: 0;
    font-size: 10px;
  }
}

.header-main__nav-item p br {
  display: none;
}
@media screen and (max-width:460px) {
  .header-main__nav-item p br {
    display: block;
  }
}


.header-main__nav-item a:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

.header-main__nav-item a:hover p {
  color: #a26417;
  transition: 0.3s;
}

/** header search **/

.header-search {
  display: flex;
  width: 200px;
  height: 30px;
}
@media screen and (max-width:460px) {
  .header-search {
    display: none;
  }
}

.header-sp-search {
  display: flex;
  height: 30px;
  margin: 0 0 40px;
}

.search-control{
  width: 170px;
  height: 100%;
  padding: 10px;
  border: solid 1px #d8d8d8;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.search-button{
  width: 30px;
  height: 100%;
  border: none;
  background-color: #e67f06;
  background-image: url(../image/search_icon.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  border-radius: 0 4px 4px 0;
}

.search-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.sub-nav {
  margin: 4px 0 0;
  padding: 10px 0 12px;
  background: #f6f6f6;
}
@media screen and (max-width:460px) {
  .sub-nav {
    padding: 6px 0 8px;
  }
}

@media screen and (max-width:460px) {
  .sub-nav .container {
    padding: 0 10px;
  }
}

.sub-nav-items {
  justify-content: center
}
@media screen and (max-width:460px) {
  .sub-nav-items {
    justify-content: flex-start;
  }
}

.sub-nav-item {
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .sub-nav-item {
    font-size: 12px;
    margin: 5px 0;
  }
}

.sub-nav-item:not(:last-child) {
  margin-right: 26px;
}

.sub-nav-item a:hover,
.sub-nav-item.current a {
  font-weight: bold;
  color: #a16516;
  transition: 0.3s;
}

/* header sp */

.header-sp-menu {
  display: none;
  width: 20px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 4;
}
@media screen and (max-width:460px) {
  .header-sp-menu {
    display: block;
  }
}

.header-sp-menu span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 0.4s;
}

.header-sp-menu span:first-child {
  top: 0;
}

.header-sp-menu span:nth-child(2) {
  top: 6px;
}

.header-sp-menu span:nth-child(3) {
  bottom: 0;
}

.header-sp-menu.active span:first-child {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.header-sp-menu.active span:nth-child(2) {
  opacity: 0;
}
.header-sp-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.header-sp-nav__container {
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: #353026;
  color: #fff;
  overflow: scroll;
  z-index: 3;
}
.header-sp-nav__container .columns {
  align-items: flex-start;
}

.scroll-no {
  overflow: hidden;
	
}




/********** 

 home

**********/

/** home main **/

.home-main__container {
  margin-top: 44px;
}
@media screen and (max-width:460px) {
  .home-main__container {
    margin-top: 24px;
  }
}

.home-main__item {
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:460px) {
  .home-main__item {
    width: 48%;
    margin: 0 4% 4% 0;
    margin-right: 4%;
  }
}

.home-main__item:last-child {
  margin-right: 0;
}

@media screen and (max-width:460px) {
  .home-main__item:nth-child(2n) {
    margin-right: 0;
  }
}

.home-main__image {
  width: 255px;
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:460px) {
  .home-main__image {
    width: 100%;
    height: auto;
    padding-top: 150%;
  }
}

.home-main__image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-main__cat {
  width: 92px;
  height: 47px;
  position: absolute;
  top: 12px;
  left: -12px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-main__cat:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: -16px;
  left: 14px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-main__cat.cat1:before {
  background: url(../image/category_1.png) no-repeat top left;
  background-size: 65px;
}

.home-main__cat.cat2:before {
  background: url(../image/category_2.png) no-repeat top left;
  background-size: 65px;
}

.home-main__cat.cat3:before {
  background: url(../image/category_3.png) no-repeat top left;
  background-size: 65px;
}

.home-main__text {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width:460px) {
  .home-main__text {
    padding: 6px 8px;
    font-size: 10px;
  }
}

.home-main__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}


/* home banner */

.home-banner__container {
  width: 260px;
  margin: 0 0 0 60px;
}
@media screen and (max-width:460px) {
  .home-banner__container {
    width: 100%;
    margin: 0;
  }
}

.home-banner-item {
  margin: 0 0 10px;
}
@media screen and (max-width:460px) {
  .home-banner-item {
    width: 260px;
    margin: 0 auto 10px;
  }
}

.home-banner-item:nth-child(6) {
  margin-bottom: 0;
}

.home-banner-item:nth-child(n+7) {
  display: none;
}

.home-banner-item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.home-banner__link {
  margin: 20px 0 0;
  font-weight: bold;
}




/********** 

 common

**********/

.content {
  margin: 60px 0 0;
}
@media screen and (max-width:460px) {
  .content {
    margin: 30px 0 0;
  }
}

.content-top {
  margin: 40px 0 0;
}
@media screen and (max-width:460px) {
  .content-top {
    margin: 20px 0 0;
  }
}

.content-title {
  padding: 0 0 6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #a16516;
}
@media screen and (max-width:460px) {
  .content-title {
    font-size: 18px;
  }
}

.content-title.line {
  border-bottom: solid 2px #eee;
}

.content-title.columns {
  align-items: flex-end;
}

.content-title__link {
  font-size: 14px;
  margin-left: auto;
  color: #e57f06;
}
@media screen and (max-width:460px) {
  .content-title__link {
    font-size: 12px;
  }
}

.content-title__link a {
  margin: 0 0 0 4px;
}

.content-title__link a:hover {
  color: #a16516;
  text-decoration: underline;
  transition: 0.3s;
}

.content-description,
.content-description + p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .content-description
  .content-description + p {
    font-size: 12px;
  }
}

.content-description-sm {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .content-description-sm {
    font-size: 10px;
  }
}

.sub-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #a16516;
}
@media screen and (max-width:460px) {
  .sub-title {
    font-size: 16px;
  }
}

.sub-title.dotted {
  padding-bottom: 6px;
  border-bottom: dotted 2px #d9d9d9;
}

.sub-title.caution {
  color: #e53513;
}

/** bookitems **/

@media screen and (max-width:460px) {
  .book-items__container {
    padding: 0 0 0 20px;
  }
}

.book-items__scroll {
  padding-bottom: 4px;
  overflow-x: auto;
}
@media screen and (max-width:460px) {
  .book-items__scroll {
    padding-bottom: 4px;
  
  }
}

.page-detail__body.ad::-webkit-scrollbar,
.page-detail__body.voice::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width:460px) {
  .page-detail__body.ad::-webkit-scrollbar,
  .page-detail__body.voice::-webkit-scrollbar {
    width: 6px;
  }
}

.book-items__scroll::-webkit-scrollbar {
  height: 6px;
}

.book-items__scroll::-webkit-scrollbar-thumb {
  background: #e57f06;
}

.book-items__scroll::-webkit-scrollbar-track {
  background: #eee;
}


.book-items {
  margin: 10px 0 0;
}
@media screen and (max-width:460px) {
  .book-items {
    margin: 0;
  }
}

@media screen and (max-width:460px) {
  .book-items__scroll .book-items {
    flex-wrap: nowrap;
  }
}

.book-items.book-items__page {
  margin: 30px 0 -30px;
}

.book-item a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.book-item a:hover .book-item__title {
  color: #a26417;
  text-decoration: underline;
  transition: 0.3s;
}

.book-items .book-item {
  width: 100px;
}
@media screen and (max-width:460px) {
  .book-items .book-item {
    width: 80px;
  }
}

@media screen and (max-width:460px) {
  .book-items__scroll .book-items .book-item {
    flex: 0 0 22%;
  }
}

.book-items.small .book-item {
  margin-right: 40px;
}
@media screen and (max-width:460px) {
  .book-items.small .book-item {
    margin-right: 14px;
  }
}

.book-items.small .book-item:nth-child(8n) {
  margin-right: 0;
}
@media screen and (max-width:460px) {
  .book-items.small .book-item:nth-child(8n) {
    margin-right: 14px;
  }
}

.book-items .book-item__title {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width:460px) {
  .book-items .book-item__title {
    font-size: 10px;
  }
}

.book-items.large .book-item {
  width: 160px;
  margin-right: 24px;
}
@media screen and (max-width:460px) {
  .book-items.large .book-item {
    width: 30%;
    margin: 0 5% 5% 0;
  }
}

@media screen and (max-width:460px) {
  .book-items.large .book-item:nth-child(3n) {
    margin-right: 0;
  }
}

.book-items.large .book-item:nth-child(6n) {
  margin-right: 0;
}

.book-items.large .book-item__title {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.book-items.large .book-item__author {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
}

@media screen and (max-width:460px) {
  .book-items.large .book-item__title,
  .book-items.large .book-item__author {
    display: none;
  }
}

.book-items.book-items__page .book-item {
  margin-bottom: 30px;
}

@media screen and (max-width:460px) {
  .book-items.book-items__page .book-item {
    width: 30%;
    margin-right: 5%;
  }
}

@media screen and (max-width:460px) {
  .book-items.book-items__page .book-item:nth-child(3n) {
    margin-right: 0;
  }
}

/** form **/

.form-group {
  margin: 10px 0;
}
@media screen and (max-width:460px) {
  .form-group {
    margin: 18px 0;
  }
}

@media screen and (max-width:460px) {
  .form-group .columns {
    display: block;
  }
}

.form-heading {
  width: 140px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #a16516;
}
@media screen and (max-width:460px) {
  .form-heading {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
}

.contact-heading {
  width: 160px;
  color: #333;
}

.required {
  color: #bc0000;
}

.form-item {
  width: 400px;
}
@media screen and (max-width:460px) {
  .form-item {
    width: 100%;
    margin-top: 6px;
  }
}

.form-control,
.form-textarea {
  width: 100%;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 1.4;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}

.form-control.invalid,
.form-textarea.invalid {
  border-color: #bc0000;
  border-width: 2px;
}

.form-radio-item.ng {
    padding-bottom: 6px;
    margin-bottom: 4px;
    border-bottom: solid 2px #bc0000;
}

@media screen and (max-width:460px) {
  .form-control,
  .form-textarea  {
    padding: 8px 6px;
  }
}

.form-textarea {
  height: 140px;
  resize: vertical;
}

.form-radio-item {
  display: inline-block;
  margin: 12px 40px 12px 0;
  font-size: 14px;
}
@media screen and (max-width:460px) {
  .form-radio-item {
    margin: 0 24px 0 0;
    font-size: 12px;
  }
}

.form-radio {
  margin: 0 6px 0 0;
}

.form-select,
.form-file {
  margin: 12px 0;
}
@media screen and (max-width:460px) {
  .form-select,
  .form-file {
    margin: 0;
  }
}

.form-caution {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .form-caution {
    margin-top: 20px;
    font-size: 12px;
  }
}

.form-button__container,
.comment-ajax {
  width: 400px;
  margin: 30px 0 0 140px;
}
@media screen and (max-width:460px) {
  .form-button__container,
  .comment-ajax  {
    width: 100%;
    margin: -10px 0 0;
  }
}

.form-button {
  width: 100%;
  padding: 12px 12px 10px;
  background: #e57f06;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 4px;
}
@media screen and (max-width:460px) {
  .form-button {
    font-size: 12px;
  }
}

p.err {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #bc0000;
}

/* contact */

.contact-type__container {
  margin: 10px 0 30px;
  padding: 2px 14px;
  border: solid 2px #eee;
}
@media screen and (max-width:460px) {
  .contact-type__container {
    padding: 10px 14px;
  }
}

.consent-form__container {
  margin: 30px 0 0;
}
@media screen and (max-width:460px) {
  .consent-form__container {
    margin: 20px 0 0;
  }
}

.consent-form__container p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .consent-form__container p {
    font-size: 12px;
  }
}

.consent-form__body {
  height: 200px;
  margin: 10px 0 0;
  padding: 18px;
  border: solid 1px #d8d8d8;
  overflow: auto;
}

.consent-form__body::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width:460px) {
  .consent-form__body::-webkit-scrollbar {
    width: 6px;
  }
}

.consent-form__body::-webkit-scrollbar-thumb {
  background: #e57f06;
}

.consent-form__body::-webkit-scrollbar-track {
  background: #eee;
}

.consent-form__body h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:460px) {
  .consent-form__body h2 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.consent-form__body h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
 .consent-form__body h3 {
    font-size: 12px;
  }
}

.consent-form__body p {
  margin-bottom: 30px;
}
@media screen and (max-width:460px) {
 .consent-form__body  {
    margin-bottom: 20px;
  }
}

.consent-form__body p:last-of-type {
  margin-bottom: 0;
}

.consent-form__body a {
  text-decoration: underline;
}

.consent-form__body a:hover {
  text-decoration: none;
}

.contact-button__container {
  margin: 30px auto 0;
}

.form-more {
  display: none;
}



/********** 

 page

**********/

@media screen and (max-width:460px) {
  .page-main__container > .columns {
    display: block;
  }
}

/* book detail */

.book-detail__image {
  width: 360px;
  margin: 0 60px 0 0;
}
@media screen and (max-width:460px) {
  .book-detail__image {
    width: 100%;
    margin: 0;
  }
}

.book-detail__body {
  flex: 1;
}

.book-detail__body p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width:460px) {
  .book-detail__body p {
    font-size: 12px;
  }
}

.book-detail__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .book-detail__title {
    margin-top: 10px;
    font-size: 18px;
  }
}

h2.book-detail__author {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  h2.book-detail__author {
    margin-top: 4px;
    font-size: 14px;
  }
}

.book-detail__sns {
  margin: 20px 0 0;
}
@media screen and (max-width:460px) {
  .book-detail__sns {
    margin-top: 10px;
  }
}

.book-detail__sns .fb-like {
  top: -3px;
}

.book-detail__link {
  margin: 30px 0 0;
}
@media screen and (max-width:460px) {
  .book-detail__link {
    margin-top: 20px;
  }
}

.book-detail__link-container {
  margin: 6px 0 -18px;
}

.book-detail__link-item {
  width: 208px;
  height: 70px;
  margin: 0 18px 18px 0;
  position: relative;
  border: solid 1px #d8d8d8;
  overflow: hidden;
}
@media screen and (max-width:460px) {
  .book-detail__link-item {
    width: 48%;
    height: auto;
    margin: 0 4% 4% 0;
    min-height: 3em;
  }
}

.book-detail__link-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:460px) {
  .book-detail__link-item:nth-child(3n) {
    margin-right: 4%;
  }
}

@media screen and (max-width:460px) {
  .book-detail__link-item:nth-child(2n) {
    margin-right: 0;
  }
}

.book-detail__link-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.book-detail__link-item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

p.book-detail__link-text {
  margin: auto;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width:460px) {
.book-detail__link-text {
font-size: 12px;
}
}

.book-detail__text {
  margin: 30px 0 0;
}

p.book-detail__stock,
p.book-detail__beforesale {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width:460px) {
  .page-detail__image-main {
    margin: 10px 0 0;
    font-size: 10px;
  }
}

p.book-detail__stock {
  background: #bc0000;
  color: #fff;
}

p.book-detail__beforesale {
  background: #eee;
}

/* page detail */

.page-detail__image-main {
  width: 100%;
  height: 810px;
  position: relative;
}
@media screen and (max-width:460px) {
  .page-detail__image-main {
    height: auto;
  }
}

.page-detail__image-main img {
  width:auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width:460px) {
  .page-detail__image-main img {
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.page-detail__image-lists {
  justify-content: center;
  margin: 20px 0 0;
}
@media screen and (max-width:460px) {
  .page-detail__image-lists {
    justify-content: flex-start;
    margin: 6px 0 0 -2px;
  }
}

.page-detail__image-lists li {
  height: 84px;
  margin: 0 5px;
}
@media screen and (max-width:460px) {
  .page-detail__image-lists li {
    height: 42px;
    margin: 2px;
  }
}

.page-detail__image-lists li img {
  width: auto;
  height: 100%;
  border: solid 2px #d8d8d8;
  border-radius: 4px;
}

.page-detail__image-lists li .current img {
  border-color: #e57f06;
}

.page-detail__body,
.page-detail__form {
  margin: 20px 0 0;
}
@media screen and (max-width:460px) {
  .page-detail__body,
  .page-detail__form {
    margin-top: 10px;
  }
}

.page-detail__body p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .page-detail__body p {
    font-size: 12px;
    word-break: break-all;
  }
}

.page-detail__body p:last-of-type {
  margin-bottom: 0;
}

.page-detail__body a {
  text-decoration: underline;
}

.page-detail__body a:hover {
  text-decoration: none;
}

.page-detail__body.overview div {
  margin-bottom: 60px;
}
@media screen and (max-width:460px) {
  .page-detail__body.overview div {
    margin-bottom: 20px;
  }
}

.page-detail__body.index div {
  margin-bottom: 30px;
}
@media screen and (max-width:460px) {
  .page-detail__body.index div {
    margin-bottom: 20px;
  }
}

.page-detail__body.ad {
  max-height: 140px;
  padding: 0 10px 0 0;
  overflow: auto;
}
@media screen and (max-width:460px) {
  .page-detail__body.ad {
    max-height: 126px;
  }
}
.page-detail__body.ad::-webkit-scrollbar,
.page-detail__body.voice::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width:460px) {
  .page-detail__body.ad::-webkit-scrollbar,
  .page-detail__body.voice::-webkit-scrollbar {
    width: 6px;
  }
}

.page-detail__body.ad::-webkit-scrollbar-thumb,
.page-detail__body.voice::-webkit-scrollbar-thumb {
  background: #e57f06;
}

.page-detail__body.ad::-webkit-scrollbar-track,
.page-detail__body.voice::-webkit-scrollbar-track {
  background: #eee;
}

.page-detail__body.voice {
  max-height: 280px;
  overflow: auto;
}
@media screen and (max-width:460px) {
  .page-detail__body.voice {
    max-height: 252px;
  }
}

.voice-item {
  width: 710px;
  margin: 0 0 20px 64px;
  padding: 14px 16px;
  position: relative;
  border: solid 2px #eee;
  border-radius: 10px;
}
@media screen and (max-width:460px) {
  .voice-item {
    width: 80%;
    margin-left: 14%;
    padding: 8px 12px;
  }
}

.voice-item:before {
  content: "";
  width: 39px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -64px;
  background: url(../image/user_icon.png) no-repeat;
  background-size: 39px 48px;
}
@media screen and (max-width:460px) {
  .voice-item:before {
    width: 28px;
    height: 34px;
    left: -16%;
    background-size: 28px 34px;
  }
}

.voice-item:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: -14px;
  background: url(../image/voice_item_arrow.png) no-repeat;
  background-size: 14px;
}




/********** 

 news

**********/

.news__container {
  margin: 40px 0 0;
}
@media screen and (max-width:460px) {
  .news__container {
    margin-top: 20px;
  }
}

.news-tab__items {
  margin: 0 0 0 6px;
}
@media screen and (max-width:460px) {
  .news-tab__items {
    margin-left: 4px;
  }
}

@media screen and (max-width:460px) {
  .news-tab__items .columns {
    display: block;
  }
}

.news-tab__items + .content-description {
  margin-top: 30px;
}

.news-tab__item {
  display: inline-block;
  border-bottom: solid 2px #eee;
  border-left: solid 2px #eee;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width:460px) {
  .news-tab__item {
    font-size: 10px;
  }
}

.news-tab__item:last-child {
  border-right: solid 2px #eee;
}

.news-tab__item.current,
.news-tab__item:hover {
  background: #f6f6f6;
  border-bottom-color: #e57f06;
  transition: 0.3s;
}

.news-tab__item:hover {
  background: #f6f6f6;
}

.news-tab__item a {
  display: block;
  padding: 12px 24px 10px;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
@media screen and (max-width:460px) {
  .news-tab__item a {
    padding: 8px 4px 6px;
  }
}

.news-tab__item.current a,
.news-tab__item a:hover {
  color: #a16516;
  transition: 0.3s;
}

.news-items {
  margin: 20px 0 0;
}

.news-item {
  width: 520px;
  margin: 0 40px 40px 0;
}
@media screen and (max-width:460px) {
  .news-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: dotted 2px #d9d9d9;
  }
}

.news-item:nth-child(2n) {
  margin-right: 0;
}

.news__image {
  display: inline-block;
  width: 140px;
  margin: 0 18px 0 0;
}
@media screen and (max-width:460px) {
  .news__image {
    width: 80px;
    margin-right: 12px;
  }
}

.news__body,
.news-list__body {
  flex: 1;
}

.news__date {
  font-size: 12px;
  line-height: 1.6;
  color: #777;
}
@media screen and (max-width:460px) {
  .news__date {
    font-size: 10px;
  }
}

.news__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .news__title {
    font-size: 12px;
  }
}

.news__excerpt {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .news__excerpt {
    margin-top: 8px;
    font-size: 12px;
  }
}

.news__cat {
  display: inline-block;
  margin: 0 0 6px;
  padding: 6px;
  background: #e57f06;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width:460px) {
  .news__cat {
    font-size: 10px;
  }
}

.news__end {
  display: inline-block;
  margin: 0 0 6px 6px;
  padding: 6px;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width:460px) {
  .news__end {
    font-size: 10px;
  }
}

.news-item a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.news-item a:hover .news__title {
  color: #a16516;
  text-decoration: underline;
  transition: 0.3s;
}

.news-item a:hover .news__date,
.news-item a:hover .news__excerpt {
  opacity: 0.7;
  transition: 0.3s;
}

.news__body h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:460px) {
  .news__body h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.news__body p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .news__body p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.news__body img.main {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.news__body img.alignnone {
  margin: 0 12px 0 0 ;
}
.news__body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 6px;
}
.news__body img.alignright {
  float: right;
  display: inline;
  margin: 0 0 0 12px;
}
.news__body img.alignleft {
  float: left;
  display: inline;
}
.news__body img.clear {
  clear: both;
}

@media screen and (max-width:460px) {
  .news__body img.main {
    margin-bottom: 20px;
  }
}

.news__body a {
  text-decoration: underline;
}

.news__body a:hover {
  text-decoration: none;
}

.news__event .table {
  width: auto;
}

.news__event .table th,
.news__event .table td {
  padding: 16px 12px;
  border: solid 1px #eee;
}

.news__event .table th {
  padding-right: 40px;
  background: #f5f5f5;
}

.news__bookinfo {
  margin-bottom: 20px;
}

.news__bookinfo .book-item {
  width: 100%;
  margin-right: 0;
}

.news__bookinfo .book-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news__bookinfo .book-item .book-item__image {
  width: 72px;
  margin-right: 20px;
}

.news__bookinfo .book-item .book-item__title {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width:460px) {
  .news__bookinfo .book-item .book-item__title {
    font-size: 14px;
  }
}

.pagination {
  font-size: 0;
  text-align: center;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 40px;
  margin: 0 8px 0 0;
  padding: 12px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: solid 2px #eee;
}

.pagination span {
    border: none;
    padding: 0;
}

.pagination span.current,
.pagination a.current {
  border-color: #a16516;
}

@media screen and (max-width:460px) {
  .pagination span,
  .pagination a  {
    width: 30px;
    font-size: 10px;
    padding: 8px 0;
  }
  .pagination span {
    padding: 0;
    width: 10px;
  }
}

.pagination a:hover {
  color: #a16516;
  transition: 0.3s;
}



/* home news */

.home-news__container {
  width: 760px;
}
@media screen and (max-width:460px) {
  .home-news__container {
    width: 100%;
  }
}

.home-news__container .news-item {
  width: 360px;
  margin-bottom: 30px;
}
@media screen and (max-width:460px) {
  .home-news__container .news-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: dotted 2px #d9d9d9;
  }
  .home-news__container .news-item:last-child {
    border-bottom: none;
  }
}

.home-news__container .news__image {
  display: inline-block;
  width: 100px;
  margin: 0 18px 0 0;
}
@media screen and (max-width:460px) {
  .home-news__container .news__image {
    width: 80px;
    margin-right: 12px;
  }
}



/********** 

 company

**********/

.company-table th {
  width: 150px;
}
@media screen and (max-width:460px) {
  .company-table th {
    width: auto;
  }
}

.company-image {
  max-width: 160px;
  margin: 0 20px 0 0;
}
@media screen and (max-width:460px) {
  .company-image {
    margin: 0 0 10px;
  }
}

.map-area {
  height: 0;
  margin: 20px 0 0;
  padding: 0 0 56.25%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:460px) {
  .map-area {
    margin-top: 10px;
  }
}

.map-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}





/********** 

 footer

**********/

.footer {
  margin: 120px 0 0;
  background: #353026;
}
@media screen and (max-width:460px) {
  .footer {
    margin-top: 60px;
  }
}

.footer__container {
  padding: 50px 20px;
  position: relative;
}
@media screen and (max-width:460px) {
  .footer__container {
    padding: 20px;
  }
}

.pagetop {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: 20px;
  background: #f6f6f6;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width:460px) {
  .pagetop {
    width: 36px;
    height: 36px;
    top: -18px;
  }
}

.pagetop:hover {
  background: #d1d1d1;
  transition: 0.3s;
}

.pagetop:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #333 transparent;
}
@media screen and (max-width:460px) {
  .pagetop:before {
    border-width: 0 5px 8px 5px;
  }
}

.footer-logo__container {
  margin: 0 110px 0 0;
}
@media screen and (max-width:460px) {
  .footer-logo__container {
    margin: 0;
  }
}

.footer-logo__container .logo-sub,
.footer-logo__container .logo-main,
.footer-logo__container .logo-main .main {
  color: #fff;
}

@media screen and (max-width:460px) {
  .footer-nav__container {
    margin: 40px 0 -40px;
  }
}

.footer-nav {
  margin-right: 60px;
}
@media screen and (max-width:460px) {
  .footer-nav,
  .header-sp-nav {
    width: 48%;
    margin: 0 4% 40px 0;
  }
}

.footer-nav.sns-pc {
  margin-right: 0;
}

@media screen and (max-width:460px) {
  .footer-nav:nth-child(2n),
  .header-sp-nav:nth-child(2n) {
    margin-right: 0;
  }
}

.footer-nav__title,
.header-sp-nav__title {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #e57f06;
}
@media screen and (max-width:460px) {
  .footer-nav__title,
  .header-sp-nav__title {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

.footer-nav-item,
.header-sp-nav-item {
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}

.footer-nav-item a,
.header-sp-nav-item a {
  margin: 0 0 0 4px;
  color: #fff;
}

.footer-nav-item a:hover,
.header-sp-nav-item a:hover {
  color: #e57f06;
  transition: 0.3s;
}

.copyright {
  margin: 50px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}
@media screen and (max-width:460px) {
  .copyright {
    margin-top: 10px;
    font-size: 8.5px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
    text-align: left;
  }
}

@media screen and (max-width:460px) {
  .sns-pc {
    display: none;
  }
}

.sns-sp {
  display: none;
}
@media screen and (max-width:460px) {
  .sns-sp {
    display: block;
  }
}

.sns-sp__item {
  width: 26px;
  margin: 0 8px 0 0;
}

.sns-sp__item:last-child {
  margin: 0;
}

.order-top__container {
  margin: 20px 0 0;
}
@media screen and (max-width:460px) {
  .order-top__container {
    margin-top: 10px;
  }
}

.order-top__container p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .order-top__container p {
    font-size: 12px;
  }
}

.order-top__container p:last-of-type {
  margin-bottom: 0;
}

.order-top__container p .large {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width:460px) {
  .order-top__container p .large {
    font-size: 18px;
  }
}

.order-top__container p .small {
  font-size: 10px;
}

.order-tel {
  margin: 0 0 0 auto;
}
@media screen and (max-width:460px) {
  .order-tel {
    margin: 0;
  }
}

.order-tel span {
  display: block;
  margin: -10px 0 0;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width:460px) {
  .order-tel span {
    margin-top: -4px;
    font-size: 22px;
  }
}

.order-items {
  margin-top: 24px;
}

.order-item {
  width: 252px;
  margin-right: 22px;
  padding: 18px;
  border: solid 2px #eee;
}
@media screen and (max-width:460px) {
  .order-item {
    width: 100%;
    margin: 0 0 20px;
    padding: 14px;
  }
}

.order-item:last-child {
  margin-right: 0;
}
@media screen and (max-width:460px) {
  .order-item:last-child {
    margin-bottom: 0;
  }
}

.order-top__container .sub-title,
.order-bottom__container .sub-title {
  margin: 0 0 10px;
}

.order-bottom__container {
  margin: 40px 0 0;
}

.order-bottom__container p {
  font-size: 12px;
  line-height: 1.8;
}

.bookstores-body {
  margin: 10px 0 0;
}

.bookstores-body p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .bookstores-body p {
    font-size: 12px;
  }
}

.bookstores-body h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .bookstores-body h3 {
    font-size: 16px;
  }
}

.bookstores-body ul {
  margin-top: 10px;
  border: solid 1px #eee; 
}

.bookstores-body ul li {
  padding: 10px 8px 12px;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: solid 1px #eee;
}

.bookstores-body ul li:last-child {
  border-bottom: none;
}

.pdf-text-link:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background: url(../image/icon_pdf.png) no-repeat;
  background-size: 24px;
  vertical-align: bottom;
}

.pdf-text-link:hover {
  color: #a16516;
  text-decoration: underline;
  transition: 0.3s;
}

.media-body {
  margin: 10px 0 0;
}

.media-body p {
  font-size: 12px;
  line-height: 1.8;
}

.media-table {
  width: 100%;
  margin: 30px 0 0;
  border-collapse: collapse;
}
@media screen and (max-width:460px) {
  .media-table {
    margin-top: 20px;
  }
}

.media-table tbody tr {
  background: #f5f5f5;
}

.media-table tbody tr:nth-child(2n) {
  background: #fff;
}

.media-table thead tr {
  background: #fff;
}

.media-table th,
.media-table td {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.6;
  border: solid 1px #eee;
}
@media screen and (max-width:460px) {
  .media-table th,
  .media-table td {
    padding: 6px 8px;
    font-size: 12px;
  }
}

.media-table th {
  white-space: nowrap
}

.media-table th:first-child {
  text-align: left;
}

.media-table td a {
  display: block;
  width: 24px;
  margin: 0 auto;
  text-align: center;
}

.media-table td a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.media-table td:nth-child(2) a {
  width: 80px;
}
@media screen and (max-width:460px) {
  .media-table td:nth-child(2) a {
    width: 60px;
  }
}

.media-table td:nth-child(2) img {
  width: 100%;
  height: auto;
}

.otherstores-body {
  padding: 18px;
  border: solid 2px #eee;
}
@media screen and (max-width:460px) {
  .otherstores-body {
    padding: 14px;
  }
}

.otherstores-body .sub-title {
  margin-bottom: 10px;
}

.otherstores-body p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .otherstores-body p {
    font-size: 12px;
  }
}

.otherstores-body a:hover {
  color: #a16516;
  text-decoration: underline;
  transition: 0.3s;
}





/********** 

 feature

**********/

.feature-top {
  padding: 60px 0 80px;
}
@media screen and (max-width:460px) {
  .feature-top {
    padding: 20px 0 60px;
  }
}

.feature-top .container {
  width: 940px;
}
@media screen and (max-width:460px) {
  .feature-top .container {
    width: 100%;
  }
}

.feature-top .columns {
  align-items: center;
}
@media screen and (max-width:460px) {
  .feature-top .columns {
    flex-direction: column-reverse;
  }
}

.feature-top__content {
  width: 540px;
}
@media screen and (max-width:460px) {
  .feature-top__content {
    width: 100%;
  }
}

.feature-top__content h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:460px) {
  .feature-top__content h1 {
    font-size: 32px;
  }
}

.feature-items__page {
  margin: 30px 0 -5%;
}
@media screen and (max-width:460px) {
  .feature-items__page {
    margin-bottom: -10px;
  }
}

.feature-items__page li {
  width: 30%;
  margin: 0 5% 5% 0;
}
@media screen and (max-width:460px) {
  .feature-items__page li {
    width: 260px;
    margin: 0 auto 10px;
  }
}

.feature-items__page li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:460px) {
  .feature-items__page li:nth-child(3n) {
    margin-right: auto;
  }
}

.feature-items__page li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.author-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .author-name {
    margin: 4px 0 0;
    font-size: 14px;
  }
}

.sns {
  margin: 14px 0 0;
}

.book-link {
  margin: 30px 0;
}
@media screen and (max-width:460px) {
  .book-link {
    margin: 20px 0;
  }
}

.book-link p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .book-link p {
    font-size: 12px;
  }
}

.book-link ul {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0;
}
@media screen and (max-width:460px) {
  .book-link ul {
    margin-bottom: -4%;
  }
}

.book-link ul li {
  display: flex;
  align-items: center;
  width: 160px;
  height: 60px;
  margin: 0 10px 0 0;
  background: #fff;
  border: solid 1px #d8d8d8;
  overflow: hidden;
}
@media screen and (max-width:460px) {
  .book-link ul li {
    width: 48%;
    height: auto;
    margin: 0 4% 4% 0;
  }
}

.book-link ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width:460px) {
  .book-link ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.book-link ul li a {
  display: flex;
  align-items: center;
}

.book-link ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.text-link {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .text-link {
    font-size: 12px;
  }
}

.text-link a:hover {
  text-decoration: underline;
}

.feature-top__image {
  width: 360px;
}
@media screen and (max-width:460px) {
  .feature-top__image {
    margin: 0 0 20px;
    width: 100%;
  }
}

.feature-block {
  padding: 60px 0 80px;
  text-align: center;
}
@media screen and (max-width:460px) {
  .feature-block {
    padding: 40px 0 60px;
  }
}

.feature-block.block1 {
  color: #fff;
}

.feature-block .container {
  width: 840px;
}
@media screen and (max-width:460px) {
  .feature-block .container {
    width: 100%;
  }
}

.feature-block h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-bottom: solid 4px #000;
}
@media screen and (max-width:460px) {
  .feature-block h2 {
    font-size: 24px;
  }
}

.feature-body {
  margin: 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width:460px) {
  .feature-body {
    margin-top: 20px;
  }
}

.feature-body p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width:460px) {
  .feature-body p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.feature-body p:last-of-type {
  margin-bottom: 0;
}

.feature-body img {
  width: auto;
  max-width: 100%;
}

.feature-body p + img {
  margin-bottom: 30px;
}
@media screen and (max-width:460px) {
  .feature-body p + img {
    margin-bottom: 20px;
  }
}

.center {
  text-align: center;
}

.feature-body.fl,
.feature-body.fr {
  overflow: hidden;
}

.feature-body.fl img,
.feature-body.fr img {
  width: 120px;
}
@media screen and (max-width:460px) {
  .feature-body.fl img,
  .feature-body.fr img {
    width: 80px;
  }
}

.feature-body.fl img {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width:460px) {
  .feature-body.fl img {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.feature-body.fr img {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width:460px) {
  .feature-body.fr img {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.feature-body.fl p,
.feature-body.fr p {
  overflow: hidden;
}
@media screen and (max-width:460px) {
  .feature-body.fl p,
  .feature-body.fr p {
    overflow: initial;
  }
}

@media screen and (max-width:460px) {
  .feature-table tr {
    display: block;
    margin: 0 0 20px;
  }
  .feature-table tr:last-child {
    margin-bottom: 0;
  }
}

.feature-table td {
  padding: 0 30px 0 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width:460px) {
  .feature-table td {
    display: block;
    padding: 0;
    font-size: 14px;
  }
}

.feature-table td:last-child {
  padding: 0;
}

.feature-block.block3 {
  padding-bottom: 0;
}

.feature-block.block3 .feature-body p {
  margin-bottom: 30px;
}
@media screen and (max-width:460px) {
  .feature-block.block3 .feature-body p {
    margin-bottom: 20px;
  }
}

.feature-body hr {
  margin-bottom: 30px;
  border-top: dotted 2px #d9d9d9;
  border-bottom: none;
}
@media screen and (max-width:460px) {
  .feature-body hr {
    margin-bottom: 20px;
  }
}

.video {
  position: relative;
  width: 560px;
  margin: 0 auto 30px;
  padding-top: 39%;
}
@media screen and (max-width:460px) {
  .video {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 56%;
  }
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* type1 */

.type1 .feature-top {
  background: #fff1ee;
}

.type1 h1 {
  color: #b93636;
}

.type1 .text-link {
  color: #b93636;
}

.type1 .feature-block h2 {
  border-bottom-color: #ffc602;
}

.type1 .block1 {
  background: #b93636;
}

.type1 .block2 {
  background: #fff1ee;
}

.type1 .block2 h2,
.type1 .block3 h2 {
  color: #b93636;
}

.type1 .feature-table td:nth-child(2n) {
  color: #b93636;
}

/* type2 */

.type2 .feature-top {
  background: #f4fcff;
}

.type2 h1 {
  color: #1c4e7d;
}

.type2 .text-link {
  color: #1c4e7d;
}

.type2 .feature-block h2 {
  border-bottom-color: #ffc602;
}

.type2 .block1 {
  background: #1c4e7d;
}

.type2 .block2 {
  background: #f4fcff;
}

.type2 .block2 h2,
.type2 .block3 h2 {
  color: #1c4e7d;
}

.type2 .feature-table td:nth-child(2n) {
  color: #1c4e7d;
}

/* type3 */

.type3 .feature-top {
  background: #fefff1;
}

.type3 h1 {
  color: #576604;
}

.type3 .text-link {
  color: #576604;
}

.type3 .feature-block h2 {
  border-bottom-color: #ffc602;
}

.type3 .block1 {
  background: #576604;
}

.type3 .block2 {
  background: #fefff1;
}

.type3 .block2 h2,
.type3 .block3 h2 {
  color: #576604;
}

.type3 .feature-table td:nth-child(2n) {
  color: #576604;
}

/* type4 */

.type4 .feature-top {
  background: #fff7ec;
}

.type4 h1 {
  color: #a16516;
}

.type4 .text-link {
  color: #a16516;
}

.type4 .feature-block h2 {
  border-bottom-color: #ffc602;
}

.type4 .block1 {
  background: #a16516;
}

.type4 .block2 {
  background: #fff7ec;
}

.type4 .block2 h2,
.type4 .block3 h2 {
  color: #a16516;
}

.type4 .feature-table td:nth-child(2n) {
  color: #a16516;
}

.comment-ajax {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .comment-ajax {
    font-size: 16px;
  }
}

.feature-post .aligncenter {
  display: block;
  margin: 0 auto;
}

.feature-post .alignright {
  float: right;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width:460px) {
  .feature-post .alignright {
    float: none;
    margin: 0 0 0.5em;
  }
}

.feature-post .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
}
@media screen and (max-width:460px) {
  .feature-post .alignleft {
    float: none;
    margin: 0 0 0.5em;
  }
}

.feature-post h1 {
  margin: 0 0 1.5em;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width:460px) {
  .feature-post h1 {
    font-size: 24px;
  }
}

.feature-post h2 {
  margin: 0 0 1.5em;
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .feature-post h2 {
    font-size: 20px;
  }
}

.feature-post h3 {
  margin: 0 0 1.5em;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width:460px) {
  .feature-post h3 {
    font-size: 18px;
  }
}

.feature-post h4 {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .feature-post h4 {
    font-size: 14px;
  }
}

.feature-post h5 {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .feature-post h5 {
    font-size: 12px;
  }
}

.feature-post h6 {
  margin: 0 0 1.5em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:460px) {
  .feature-post h6 {
    font-size: 12px;
  }
}

.feature-post p {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width:460px) {
  .feature-post p {
    font-size: 14px;
  }
}

.feature-post img {
  max-width: 100%;
  height: auto !important;
}

.feature-post a {
  text-decoration: underline;
}

.feature-post a:hover {
  text-decoration: none;
}

.news__body img {
    max-width: 100%;
    height: auto;
}


