@charset "UTF-8";

/*
Theme Name: Kirishin
Author: Frontier Mind inc.
Version: 2017.06.29
*/

/* ************************************************
* reset
* ************************************************ */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ************************************************
* mixins
* ************************************************ */

/* 変数設定 */

/* 記事別色　**/

/*灰色*/

/* ************************************************
* basis
* ************************************************ */

/* 共通スタイル作成 */

.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.cf:after {
  clear: both;
}

html,
body {
  margin: 0;
}

body {
  font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  letter-spacing: 1.2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
small {
  max-height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #231917;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
}

/* common */

.conts {
  margin-bottom: 50px;
  overflow: hidden;
}

.inner {
  margin-left: 2%;
  overflow: hidden;
}

.yellow {
  color: #d9b342;
  font-weight: bold;
}

.blue {
  color: #00b5b6;
}

.alignright {
  text-align: right;
}

/* color */

.feature {
  background: #e38600;
}

.church {
  background: #0f268c;
}

.education {
  background: #9922a6;
}

.overseas {
  background: #00b36d;
}

.culture {
  background: #2280a6;
}

.event {
  background: #e63a77;
}

.series {
  background: #e6563a;
}

/* ************************************************
* module
* ************************************************ */

.block-sns {
  overflow: hidden;
  margin: 0 3%;
}

/* パンくず */

.breadcrumb {
  position: absolute;
  z-index: 10;
}

.breadcrumb.breadcrumb-single {
  position: relative;
}

.breadcrumb li {
  float: left;
  margin: 10px 10px 0 0;
  font-size: 12px;
}

.breadcrumb li a {
  text-decoration: underline;
}

.breadcrumb li a:hover {
  opacity: 0.7;
}

.breadcrumb li:after {
  content: ">";
  margin-left: 10px;
}

.breadcrumb li:last-child:after {
  content: "";
}

/*button */

.button_blue {
  margin-top: 20px;
}

.button_blue a {
  display: block;
  width: 300px;
  background: #00b5b6;
  border: 1px solid #00b5b6;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

.button_blue a:after {
  content: "▶";
  margin-left: 15px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
}

.button_blue a:hover {
  background: #fff;
  color: #00b5b6;
}

.button_blue a:hover:after {
  color: #00b5b6;
}

.button_yellow a {
  display: block;
  width: 300px;
  background: #d9b342;
  border: 1px solid #d9b342;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

.button_yellow a:after {
  content: "▶";
  margin-left: 15px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
}

.button_yellow a:hover {
  background: #fff;
  color: #d9b342;
}

.button_yellow a:hover:after {
  color: #d9b342;
}

.button_deepblue a {
  display: block;
  width: 300px;
  background: #2081bd;
  border: 1px solid #2081bd;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

.button_deepblue a:after {
  content: "▶";
  margin-left: 15px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
}

.button_deepblue a:hover {
  background: #fff;
  color: #2081bd;
}

.button_deepblue a:hover:after {
  color: #2081bd;
}

.button_orange a {
  display: block;
  width: 300px;
  background: #ff9900;
  border: 1px solid #ff9900;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

.button_orange a:after {
  content: "▶";
  margin-left: 15px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
}

.button_orange a:hover {
  background: #fff;
  color: #ff9900;
}

.button_orange a:hover:after {
  color: #ff9900;
}

/*--------------------------------
PC用
--------------------------------*/

/*--------------------------------
SP用
--------------------------------*/

/*footer */

#footer {
  margin-top: 100px;
}

#footer .bottom_menu {
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
  font-size: 80%;
}

#footer .bottom_menu li {
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #231917;
  text-decoration: underline;
}

#footer .bottom_menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

#footer address {
  padding: 10px 0;
  background: #231917;
  color: #fff;
  font-size: 80%;
  font-style: normal;
  text-align: center;
}

/*--------------------------------
PC用
--------------------------------*/

/* /pc用 */

/*--------------------------------
SP用
--------------------------------*/

/* reset */

/* ----------------
form
-----------------*/

select {
  border: 0;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  height: 27px;
  background-color: #fff;
}

input[type="text"],
input[type="search"],
input[type="email"],
textarea,
select {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #aaa;
  transition: all .3s;
  color: #666;
}

input[type="submit"],
button {
  width: 160px;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  border: 1px solid #aaa;
  transition: all .3s;
  color: #666;
  background-color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
  background-color: #eeeeee;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 2px #59984a;
  border: 1px solid #59984a;
}

.form-radio-list li {
  display: inline-block;
  margin-left: 5px;
}

.form-radio-list li:first-child {
  margin-left: 0;
}

input[type="text"]:placeholder-shown,
textarea:placeholder-shown {
  color: #d8d8d8;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d8d8d8;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d8d8d8;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d8d8d8;
}

.form {
  line-height: 1.4;
}

.form input,
.form select,
.form textarea {
  margin-bottom: 5px;
}

.form .form-content {
  margin-bottom: 15px;
}

.form .form-content > dt {
  background-color: #eeeeee;
  margin-bottom: 5px;
  padding: 5px;
}

.form .form-content > dd {
  padding: 5px;
}

.form input[type="text"] {
  display: block;
}

.form input[type="text"].input-small {
  display: inline-block;
  width: 150px;
}

.form-subcontent {
  margin-bottom: 5px;
}

.form-attention {
  font-size: 12px;
}

.form-submit {
  margin: 0 0 15px 0;
  text-align: center;
}

.form-message {
  font-size: 12px;
}

.form-message a {
  color: #d9b342;
}

/*--------------------------------
PC用
--------------------------------*/

/*--------------------------------
SP用
--------------------------------*/

/* 20170617 */

/* nav */

#nav {
  clear: both;
}

#nav .wrapper {
  overflow: visible;
}

.nav_about {
  background-color: #d9b342;
}

.nav_ministry {
  background-color: #d9b342;
}

.nav_nenkan-book {
  background-color: #d9b342;
}

.nav_nenkan-company {
  background-color: #d9b342;
}

.sp-search-block {
  padding: 5% 3%;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}

.sp-search-block .search-submit {
  margin: 10px 0 0 0;
}

.sp-search-block input[type="search"] {
  -webkit-appearance: none;
  border: 1px solid #d2d2d2;
  font-size: 16px;
}

/* header */

#header {
  border-top: 4px solid #d9b342;
  border-bottom: 1px solid #d2d2d2;
}

/*--------------------------------
PC用
--------------------------------*/

/*--------------------------------
SP用
--------------------------------*/

.wp-pagenavi a {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #00b5b6;
  color: #231917;
}

.wp-pagenavi a:hover {
  background-color: #00b5b6;
  color: #fff;
}

.wp-pagenavi span {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 5px;
  background-color: #00b5b6;
  border: 1px solid #00b5b6;
  color: #fff;
}

/* to top */

.btn_top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  font-size: 77%;
  z-index: 10;
}

.btn_top a {
  background: #d9b342;
  text-decoration: none;
  color: #fff;
  width: 75px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

.btn_top a:hover {
  opacity: 0.7;
}

.search_area {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 14px;
}

.search_area input[type="search"] {
  width: 240px;
}

.search_area input[type="submit"] {
  background-color: #eee;
  color: #231917;
  width: auto;
  padding: 5px;
}

/* side */

#side img {
  width: 100%;
}

.sponsor_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #231917;
}

.bnr_list li {
  line-height: 1;
}

.bnr_list li a {
  display: block;
}

.bnr_list li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ranking_area {
  margin-bottom: 20px;
  border: 15px solid #231917;
}

.ranking_title {
  padding: 8px 0 20px;
  background: #231917;
  color: #fff;
}

.ranking_title span {
  font-size: 75%;
}

.ranking_list {
  padding: 5% 9% 0;
}

.ranking_eye_catch {
  margin-bottom: 7px;
  text-align: center;
}

.ranking_eye_catch img {
  width: 165px !important;
}

.ranking_block {
  margin-bottom: 20px;
}

/* /pc用 */

/*--------------------------------
SP用
--------------------------------*/

.table_area {
  border: 1px solid #d2d2d2;
  border-bottom: none;
}

.table_area dl {
  overflow: hidden;
  background: #d9b342;
  border-bottom: 1px solid #d2d2d2;
}

.table_area dt {
  color: #fff;
  font-weight: bold;
}

.table_area dd {
  background: #fff;
}

/* ************************************************
* pages
* ************************************************ */

.privacy-formulate {
  text-align: right;
}

.privacy-inner .min_title {
  margin-top: 20px;
}

.privacy-inner p {
  margin-bottom: 10px;
}

.single-content_header {
  margin-bottom: 15px;
}

.single-content_title {
  padding-bottom: 5px;
  border-bottom: 2px solid;
  font-size: 17px;
  line-height: 1.2;
}

.single-content_title.single-content_title__feature {
  border-color: #e38600;
}

.single-content_title.single-content_title__church {
  border-color: #0f268c;
}

.single-content_title.single-content_title__education {
  border-color: #9922a6;
}

.single-content_title.single-content_title__overseas {
  border-color: #00b36d;
}

.single-content_title.single-content_title__culture {
  border-color: #2280a6;
}

.single-content_title.single-content_title__event {
  border-color: #e63a77;
}

.single-content_title.single-content_title__series {
  border-color: #e6563a;
}

.single-content_title.single-content_title__book {
  border-color: #d9b342;
}

.single-content_textarea p {
  margin-bottom: 20px;
}

.single-content_img {
  width: 57%;
  margin: 0 auto 15px;
}

.single-content_img img {
  width: 100%;
}

.single-content_copy {
  margin-bottom: 20px;
  text-align: right;
}

.single-content_footer {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
}

.share-sns_btn {
  width: 100%;
  margin: 0 auto 15px;
}

.share-sns_btn li {
  width: 13.57%;
  float: left;
  margin-left: 3.71%;
  line-height: 1;
}

.share-sns_btn li:first-child {
  margin-left: 0;
}

.share-sns_btn li img {
  width: 100%;
}

.share-print_btn li {
  width: 48.4%;
  float: left;
  margin-left: 3.2%;
  line-height: 1;
}

.share-print_btn li:first-child {
  margin-left: 0;
}

.share-print_btn li img {
  width: 100%;
}

.single-content_back {
  margin: 35px 0 10px;
  text-align: right;
}

.single-content_back a {
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  background-color: #231917;
  color: #fff;
}

.single-content_back a:after {
  content: "▶︎";
  font-size: 12px;
  margin-left: 5px;
}

.single-content_back a:hover {
  opacity: 0.8;
}

/*-----------------
書籍用
-------------------*/

.single-book-spec {
  margin: 15px 0 30px;
}

.single-book-spec p {
  background-color: #e5e5e5;
  padding: 7px;
  display: inline-block;
}

.single-book-link {
  margin: 0 auto 20px;
}

.single-book-link li:first-child {
  margin-bottom: 15px;
}

/*--------------------------------
PC用
--------------------------------*/

/* main */

#main {
  line-height: 1.4em;
  overflow: hidden;
}

/* slider */

.slider .flex-control-paging li a {
  border: none;
  background-color: #e5e5e5;
  box-shadow: none;
}

.slider .flex-control-paging li a.flex-active,
.slider .flex-control-paging li a:hover {
  background-color: #d9b342;
}

/* title */

.main_title {
  text-align: center;
}

.main_title:first-letter {
  color: #d9b342;
}

.main_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(./img/common/img_mainttl_left.gif) no-repeat 0 0;
  background-size: 100%;
}

.main_title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(./img/common/img_mainttl_right.gif) no-repeat 0 0;
  background-size: 100%;
}

.bg_white {
  background: #fff;
}

.title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  line-height: 1.5em;
}

.title:after {
  position: absolute;
  bottom: -5%;
  left: 0;
  content: "";
  width: 80px;
  height: 3px;
  background: #d9b342;
}

.min_title {
  margin-bottom: 15px;
  font-size: 110%;
}

.min_title span {
  color: #00b5b6;
}

.min_title:before {
  content: "";
  background: #231917;
  width: 5px;
  height: 29px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: -7px;
}

/* news */

.tag {
  padding: 3px 5px;
  font-size: 80%;
  color: #fff;
}

.news_block a {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}

.news_block a .news_eye_catch {
  float: left;
}

.news_block a .news_eye_catch img {
  border: 1px solid #d2d2d2;
  max-width: 100%;
}

.news_block a .right_txt {
  float: right;
}

.article_title {
  margin-top: 10px;
}

/*category */

.category_area {
  overflow: hidden;
}

.category_block a {
  display: block;
  margin-bottom: 15px;
  border-top: 3px solid #231917;
  border-bottom: 1px solid #231917;
}

.category_block a dt {
  padding: 30px 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.category_block a dd {
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

.block-top-post {
  margin-top: 20px;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #d9b342;
}

.block-top-post .top-post-title {
  margin-bottom: 5px;
  font-size: 14px;
  border-left: 3px solid;
  padding-left: 8px;
}

.block-top-post .top-post-list {
  font-size: 12px;
}

.block-top-post .top-post-list > li {
  padding: 3px 0;
  border-bottom: 1px solid #d2d2d2;
}

.block-top-post .top-post-list > li a {
  font-size: 12px;
}

.top-post-title__feature {
  color: #e38600;
}

.top-post-title__church {
  color: #0f268c;
}

.top-post-title__education {
  color: #9922a6;
}

.top-post-title__overseas {
  color: #00b36d;
}

.top-post-title__culture {
  color: #2280a6;
}

.top-post-title__event {
  color: #e63a77;
}

.top-post-title__series {
  color: #e6563a;
}

.top-post__link {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

/* about */

.about-feature_list {
  margin-top: 15px;
}

.about-feature_list .about-feature_block {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  border-right: 2px solid #f7f0d9;
  border-bottom: 2px solid #f7f0d9;
}

.about-feature_list .about-feature_title img {
  width: 160px;
  margin-bottom: 25px;
}

.media-overview {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e5e5e5;
}

.media-sample-list li:first-child {
  margin-bottom: 10px;
}

.media-sample-list li img {
  width: 100%;
}

.about-series_block_txt {
  margin-bottom: 20px;
}

.about-series_block_txt dt {
  font-weight: bold;
}

.about-series_block_txt dd {
  margin-left: 20px;
}

.about-series_block {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

/* nenkan */

.nenkan-intro_area p {
  margin-top: 15px;
}

.nenkan-intro_area p:first-child {
  margin-top: 0;
}

.nenkan-intro_img {
  float: right;
  margin-left: 2%;
}

.nenkan_txt_list {
  margin-top: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.nenkan_txt_list li:before {
  content: "◆";
  margin-right: 6px;
  color: #d9b342;
}

/*ministry*/

.ministry-feature_block {
  margin-bottom: 25px;
}

.ministry-feature_txt > p {
  font-weight: bold;
}

.ministry-feature_txt_list {
  margin-top: 15px;
  padding-left: 1.5em;
  text-indent: -1.8em;
}

.ministry-feature_txt_list li:before {
  content: "◆";
  margin-right: 10px;
  color: #d9b342;
}

.ministry-recommend_block {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

li:last-child.ministry-recommend_block {
  margin-bottom: 0;
}

/* teiki */

.teiki-writer_list {
  font-size: 87%;
}

.teiki-new_project_list li {
  border: 1px solid #d2d2d2;
}

/*company */

.table_area {
  border: 1px solid #d2d2d2;
  border-bottom: none;
}

.table_area dl {
  overflow: hidden;
  background: #d9b342;
  border-bottom: 1px solid #d2d2d2;
}

.table_area dt {
  color: #fff;
  font-weight: bold;
}

.table_area dd {
  background: #fff;
}

/*bookstore */

.book-anchor {
  overflow: hidden;
}

.book-anchor li {
  float: left;
  text-align: center;
}

.book-anchor li a {
  color: #d9b342;
}

.book-anchor li a:after {
  display: block;
  content: "▼";
  margin-top: -4px;
  color: #d9b342;
  text-align: center;
  font-size: 71%;
}

.book-list_block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}

.book-list_block .book-list_name {
  margin-bottom: 10px;
  color: #00b5b6;
  font-weight: bold;
}

.book-list_block a {
  display: block;
}

.book-list_block a:hover {
  opacity: 0.6;
}

.book-list_block .book-list_mail:before {
  content: "";
  display: inline-block;
  margin-right: 1%;
  background: url(./img/store/ico_mail.gif) no-repeat;
  background-size: 100%;
}

/*料金一覧*/

table {
  border-collapse: collapse;
}

.price_table {
  border: 1px solid #d2d2d2;
}

.price_table .bg_gray {
  background: #d5d5d5;
  border-right: 1px solid #fff;
}

.price_table th:last-child.bg_gray {
  border-right: none;
}

.price_table .bg_yellow {
  width: 165px;
  padding: 15px;
  background: #d9b342;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #d2d2d2;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.price_table td {
  width: 23.5%;
  padding: 10px;
  border: 1px solid #d2d2d2;
}

.price_table.table_nenkan td {
  width: 15.6%;
}

/*特定商*/

.table_tokutei dd a {
  color: #d9b342;
  font-weight: bold;
}

.table_tokutei dd a:hover {
  text-decoration: underline;
}

/*--------------------------------
PC用
--------------------------------*/

/*PC用*/

/*--------------------------------
SP用
--------------------------------*/

/*SP用*/

/*特定商*/

@media (min-width: 768px) {
  .block-sns {
    width: 690px;
    margin: 0;
  }

  /*sns*/

  .facebook_area {
    width: 48%;
    float: left;
  }

  .facebook_area .fb_iframe_widget iframe {
    width: 330px !important;
  }

  .twitter_area {
    width: 48%;
    float: right;
  }

  .twitter_area iframe#twitter-widget-0 {
    height: 500px !important;
  }

  .button_blue a,
  .button_yellow a,
  .button_deepblue a,
  .button_orange a {
    padding: 15px 25px 15px 15px;
  }

  .button-col-2 li {
    float: left;
  }

  .button-col-2 li:last-child {
    float: right;
  }

  #footer .bottom_menu li a:hover {
    color: #d9b342;
  }

  #footer .bottom_menu ul {
    text-align: center;
  }

  #footer .bottom_menu li {
    display: inline-block;
  }

  .form {
    width: 100%;
    display: table;
    margin-bottom: 40px;
  }

  .form .form-content {
    display: table-row;
  }

  .form .form-content > dt {
    display: table-cell;
    width: 190px;
    border-bottom: 1px solid #fff;
    padding: 10px;
    vertical-align: top;
  }

  .form .form-content > dd {
    display: table-cell;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
  }

  .form-attention {
    font-size: 14px;
  }

  .form-message {
    font-size: 14px;
  }

  #body-index .nav_home a {
    color: #b9b9b9;
  }

  #body-index .nav_home a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #body-news .nav_category_list-news a {
    color: #b9b9b9;
  }

  #body-news .nav_category_list-news a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #body-serialization .nav_series a {
    color: #b9b9b9;
  }

  #body-serialization .nav_series a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #body-event .nav_event a {
    color: #b9b9b9;
  }

  #body-event .nav_event a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #body-book .nav_book a {
    color: #b9b9b9;
  }

  #body-book .nav_book a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #page-about .nav_category_list-company a,
  #page-ministry .nav_category_list-company a,
  #page-nenkan-book .nav_category_list-company a {
    color: #b9b9b9;
  }

  #page-about .nav_category_list-company a:after,
  #page-ministry .nav_category_list-company a:after,
  #page-nenkan-book .nav_category_list-company a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #page-teiki .nav_teiki a {
    color: #b9b9b9;
  }

  #page-teiki .nav_teiki a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #page-teiki .nav_teiki a {
    color: #b9b9b9;
  }

  #page-teiki .nav_teiki a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #page-contact .nav_contact a,
  #page-contact-form .nav_contact a,
  #page-ad .nav_contact a,
  #page-teiki-form .nav_contact a,
  #page-teiki-form-ministry .nav_contact a,
  #page-nenkan-form .nav_contact a,
  #page-purchase .nav_contact a,
  #page-publication .nav_contact a,
  #page-other .nav_contact a,
  #page-ouen .nav_contact a,
  #page-seiken .nav_contact a,
  #page-teikyo .nav_contact a,
  #page-obituary .nav_contact a {
    color: #b9b9b9;
  }

  #page-contact .nav_contact a:after,
  #page-contact-form .nav_contact a:after,
  #page-ad .nav_contact a:after,
  #page-teiki-form .nav_contact a:after,
  #page-teiki-form-ministry .nav_contact a:after,
  #page-nenkan-form .nav_contact a:after,
  #page-purchase .nav_contact a:after,
  #page-publication .nav_contact a:after,
  #page-other .nav_contact a:after,
  #page-ouen .nav_contact a:after,
  #page-seiken .nav_contact a:after,
  #page-teikyo .nav_contact a:after,
  #page-obituary .nav_contact a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  .sp-search-block {
    display: none;
  }

  #nav {
    border-top: 1px solid #d2d2d2;
  }

  #nav .ichiran_list {
    display: none;
    position: absolute;
    width: 626px;
    margin-left: 125px;
    top: 70px;
    z-index: 100;
    border-bottom: 1px solid #fff;
  }

  #nav .ichiran_list li {
    display: block;
    height: 68px;
    width: 125px;
    float: left;
  }

  #nav .ichiran_list a {
    color: #fff;
  }

  #nav .ichiran_list a:hover {
    color: #d9b342;
    background: #fff;
  }

  #nav .nav_category_list-company .ichiran_list {
    width: 500px;
    margin-left: 500px;
  }

  #nav .nav_font-small {
    font-size: 15px;
  }

  #nav li.nav_home a {
    width: 123px;
    border-left: 1px solid #d2d2d2;
  }

  #nav li a {
    position: relative;
    display: block;
    width: 124px;
    height: 42px;
    float: left;
    padding: 15px 0 12px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    font-weight: bold;
  }

  #nav li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 124px;
  }

  #nav li:first-child a {
    width: 123px;
    border-left: 1px solid #d2d2d2;
  }

  #nav li a:hover {
    color: #b9b9b9;
  }

  #nav li a:hover:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d9b342;
  }

  #header {
    padding-bottom: 0;
  }

  .table_area dt {
    width: 162px;
    float: left;
    padding: 15px;
  }

  .table_area dd {
    width: 445px;
    float: right;
    padding: 15px;
    border-left: 1px solid #d2d2d2;
  }

  #side {
    width: 286px;
    float: right;
    margin-top: 20px;
  }

  /*side*/

  .sponsor_title {
    font-size: 16px;
  }

  .bnr_list {
    margin-bottom: 20px;
  }

  .bnr_list li {
    margin-bottom: 10px;
  }

  .table_area dt {
    width: 162px;
    float: left;
    padding: 15px;
  }

  .table_area dd {
    width: 445px;
    float: right;
    padding: 15px;
    border-left: 1px solid #d2d2d2;
  }

  .single-content_header {
    margin-bottom: 30px;
  }

  .single-content_title {
    padding-bottom: 15px;
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
  }

  .single-content_img {
    width: 260px;
    float: right;
    margin: 0 0 10px 10px;
  }

  .single-content_textarea p {
    margin-bottom: 35px;
  }

  .single-content-links {
    margin: 40px 0 50px;
  }

  .single-content-links .button_blue {
    text-align: center;
    margin: 0;
  }

  .single-content-links .button_blue a {
    display: inline-block;
  }

  .share-sns_btn {
    width: 260px;
    margin: 0;
    float: left;
  }

  .share-sns_btn li {
    width: 35px;
    float: left;
    margin-left: 10px;
    line-height: 1;
  }

  .share-sns_btn li:first-child {
    margin-left: 0;
  }

  .share-print_btn {
    float: left;
    margin-left: 10px;
  }

  .share-print_btn li {
    width: 130px;
    float: left;
    margin-left: 10px;
    line-height: 1;
  }

  .single-content_back {
    margin: 0;
  }

  .single-content_footer {
    margin-top: 15px;
    padding-top: 15px;
  }

  /*-----------------
書籍用
-------------------*/

  .single-book-spec {
    margin: 20px 0 50px;
  }

  .single-book-spec p {
    padding: 10px;
  }

  .single-book-link {
    text-align: center;
    margin: 0 auto 50px;
  }

  .single-book-link li {
    display: inline-block;
    margin: 0 10px;
  }

  .wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }

  #main {
    width: 690px;
    margin-top: 20px;
    float: left;
  }

  .logo {
    margin-top: 20px;
    text-align: center;
  }

  /* title */

  .head_line {
    margin-bottom: 20px;
    background: #d9b342;
    border-bottom: 1px solid #d2d2d2;
  }

  .bg_white {
    height: 150px;
  }

  .main_title {
    padding-top: 60px;
    font-size: 30px;
  }

  .main_title .main_title_txt {
    position: relative;
    z-index: 1;
  }

  .main_title:before,
  .main_title:after {
    width: 152px;
    height: 150px;
  }

  /*news*/

  .news_block .news_eye_catch {
    width: 94px;
  }

  .news_block .right_txt {
    width: 84%;
  }

  .news_block__noimage a .right_txt {
    width: 100%;
    float: none;
  }

  /*category*/

  li.category_block:hover {
    opacity: 0.7;
  }

  .category_list li:nth-child(4) {
    margin-right: 0;
  }

  .category_block {
    width: 22.8%;
    float: left;
    margin-right: 20px;
  }

  li:nth-child(5).category_block a,
  li:nth-child(6).category_block a,
  li:last-child.category_block a {
    margin-bottom: 0;
  }

  .category_area__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -45px;
  }

  .block-top-post {
    margin-top: 55px;
    box-sizing: border-box;
    width: calc(50% - 15px);
  }

  .block-top-post .top-post-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .block-top-post .top-post-list {
    font-size: 14px;
  }

  .block-top-post .top-post-list > li a {
    font-size: 14px;
  }

  /* about */

  .about-intro_img {
    margin-bottom: 50px;
  }

  .about-feature_block {
    width: 43%;
    float: left;
    margin-right: 20px;
  }

  li:nth-child(even).about-feature_block {
    margin-right: 0;
  }

  li:nth-child(2).about-feature_block {
    height: 400px;
  }

  .media-overview {
    padding: 15px;
  }

  .media-sample-list li {
    width: 330px;
    float: right;
  }

  .media-sample-list li:first-child {
    float: left;
  }

  .about-series_logo img {
    width: 265px;
    float: left;
    margin-right: 20px;
  }

  .about-series_txt {
    width: 385px;
    float: right;
  }

  /*ministry*/

  .ministry-feature_block {
    overflow: hidden;
  }

  .ministry-feature_img img {
    width: 300px;
    float: left;
    margin-right: 20px;
  }

  .ministry-feature_txt {
    width: 345px;
    float: right;
  }

  /*ministry*/

  .ministry-recommend_photo {
    width: 129px;
    font-size: 87%;
    float: left;
    margin-right: 15px;
  }

  .ministry-recommend_photo img {
    width: 100%;
  }

  /* teiki */

  .teiki-new_paper {
    margin-top: 25px;
  }

  .teiki-new_paper_img {
    width: 297px;
    float: left;
    margin-right: 15px;
  }

  .teiki-new_paper_img img {
    width: 100%;
  }

  .teiki-writer_list {
    width: 50%;
    float: left;
  }

  .teiki-new_project_list {
    margin-top: -17px;
  }

  .teiki-new_project_list li {
    position: relative;
    width: 190px;
    height: 88px;
    float: left;
    margin-right: 17px;
    margin-top: 17px;
    padding: 10px;
  }

  .teiki-new_project_list li img {
    width: 100%;
  }

  .teiki-new_project_list li span {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
  }

  .teiki-new_project_list li:nth-child(3n) {
    margin-right: 0;
  }

  .teiki-price_block {
    margin-bottom: 30px;
  }

  .teiki-price_block p:nth-child(5) {
    margin-bottom: 15px;
  }

  /*contact */

  .contact-form_area .button_blue {
    width: 300px;
    margin-right: 30px;
  }

  .price_list,
  .form_btn_list {
    margin-top: 20px;
  }

  .price_list .button_yellow {
    width: 214px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }

  .price_list .button_yellow a {
    width: 214px;
  }

  .form_btn_list .button_blue {
    width: 214px;
    float: left;
    margin-right: 14px;
  }

  .form_btn_list .button_blue a {
    width: 214px;
  }

  .price_list li:last-child.button_yellow,
  .form_btn_list li:last-child.button_blue {
    margin-right: 0;
  }

  .pc-button_font-small {
    font-size: 14px;
  }

  /*company */

  .company-map_txt {
    width: 286px;
    float: left;
    margin-right: 15px;
  }

  .company-map_iframe iframe {
    width: 368px;
    height: 234px;
  }

  /* bookstore */

  .book-anchor {
    margin-bottom: 50px;
    border: 1px solid #d9b342;
  }

  .book-anchor li {
    width: 12.3%;
    border-right: 1px solid #d9b342;
    letter-spacing: 0.02em;
  }

  .book-anchor li a {
    display: block;
    padding: 12px 0 9px;
  }

  .book-anchor li:last-child {
    border-right: none;
  }

  .book-anchor li:hover {
    background: #d9b342;
  }

  .book-anchor li:hover a {
    color: #fff;
  }

  .book-anchor li:hover a:after {
    color: #fff;
  }

  .book-list_mail:before {
    width: 15px;
    height: 10px;
  }

  .book-list_block {
    width: 48%;
    float: left;
  }

  .book-list_block dl {
    height: 128px;
    padding-top: 10px;
    letter-spacing: 0.03em;
  }

  .book-list_block a .book-list_name:after {
    content: "▶";
    margin-left: 8px;
    color: #00b5b6;
    font-size: 70%;
    vertical-align: 1px;
  }

  li:nth-child(odd).book-list_block dl {
    padding-right: 20px;
    border-right: 1px solid #d2d2d2;
  }

  li:nth-child(even).book-list_block {
    padding-left: 20px;
  }

  .table_tokutei dl:nth-of-type(7) dd {
    height: 44px;
  }
}

@media (max-width: 768px) {
  .table_area dt,
  .table_area dd {
    padding: 3%;
  }

  .button_blue a,
  .button_yellow a,
  .button_deepblue a,
  .button_orange a {
    width: 100%;
    padding: 15px 25px 15px 15px;
  }

  #footer .bottom_menu ul {
    text-align: center;
  }

  #footer .bottom_menu li {
    display: inline-block;
    margin-bottom: 8px;
  }

  #nav {
    margin-bottom: -1px;
  }

  #nav ul {
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
  }

  #nav li a {
    position: relative;
    display: block;
    padding: 5% 0 5% 3%;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
  }

  #nav li a:after {
    content: ">";
    position: absolute;
    top: 36%;
    right: 2%;
    color: #d2d2d2;
  }

  #header .logo {
    float: left;
    margin: 10px 0 5px 3%;
  }

  #header .logo img {
    width: 178px;
  }

  #header .sp-menu_icon {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin: 10px 3% 5px 0;
    background: url(./img/common/ico_menu.gif) no-repeat;
    background-size: 100%;
  }

  #header .sp-menu_icon.active {
    background: url(./img/common/ico_menu_close.gif) no-repeat;
    background-size: 100%;
  }

  .table_area dt,
  .table_area dd {
    padding: 3%;
  }

  .table_area dt,
  .table_area dd {
    padding: 3%;
  }

  #side {
    margin: 0 3%;
  }

  .table_area dt,
  .table_area dd {
    padding: 3%;
  }

  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .wrapper {
    position: relative;
  }

  #main {
    margin: 25px 3%;
  }

  /* title */

  .head_line {
    margin-bottom: 20px;
    background: #d9b342;
    border-bottom: 1px solid #d2d2d2;
  }

  .bg_white {
    height: 130px;
  }

  .main_title {
    padding-top: 58px;
    font-size: 146%;
  }

  .main_title .main_title_txt {
    position: relative;
    z-index: 1;
  }

  .main_title:before,
  .main_title:after {
    width: 132px;
    height: 130px;
  }

  .main_title:before {
    background-position: -53px;
  }

  .main_title:after {
    background-position: 53px;
  }

  .min_title:before {
    height: 25px;
  }

  /*news*/

  .news_eye_catch {
    width: 28%;
  }

  .right_txt {
    width: 68%;
  }

  .news_block__noimage a .right_txt {
    width: 100%;
    float: none;
  }

  .ichiran_list a {
    color: #fff;
  }

  .category_list li:nth-child(even).category_block {
    margin-right: 0;
  }

  .category_block {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  li:last-child.category_block a {
    margin-bottom: 0;
  }

  .fb_iframe_widget iframe,
  iframe#twitter-widget-0 {
    width: 100% !important;
    height: 500px !important;
  }

  .bnr_list {
    margin-bottom: 15px;
  }

  .bnr_list li {
    margin-bottom: 15px;
  }

  /* about */

  .about-intro_img img {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-feature_title img {
    width: 100px !important;
  }

  li:last-child.about-feature_block {
    margin-bottom: 0;
  }

  .about-series_logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .about-series_logo img {
    width: 60%;
  }

  li:last-child.about-series_block_txt {
    margin-bottom: 0;
  }

  /* ministry */

  .ministry-feature_img {
    margin-bottom: 15px;
    text-align: center;
  }

  .ministry-feature_img img {
    width: 65%;
  }

  .ministry-recommend_photo {
    width: 30%;
    float: left;
    margin-right: 15px;
    font-size: 87%;
  }

  .ministry-recommend_photo img {
    width: 100%;
  }

  /* teiki */

  .teiki-new_paper {
    margin-top: 15px;
  }

  .teiki-new_paper_img {
    width: 65%;
    margin: 0 auto 15px;
  }

  .teiki-new_paper_img img {
    width: 100%;
  }

  .teiki-new_project_list li {
    position: relative;
    width: 40%;
    height: 80px;
    float: left;
    margin: 0 5% 15px 0;
    padding: 10px;
  }

  .teiki-new_project_list li img {
    width: 100%;
  }

  .teiki-new_project_list li span {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88%;
  }

  .teiki-new_project_list li .teiki-new_project_big {
    max-width: 160px;
  }

  .teiki-new_project_list li:nth-child(even) {
    margin-right: 0;
  }

  .teiki-new_project_list li:last-child {
    margin-bottom: 0;
  }

  .teiki-price_block {
    margin-bottom: 30px;
  }

  .teiki-price_block p:nth-child(5) {
    margin-bottom: 15px;
  }

  /* contact */

  .price_list {
    margin-top: 20px;
  }

  .price_list .button_yellow {
    margin-top: 10px;
  }

  /*料金一覧*/

  .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .price_table {
    width: 156%;
  }

  /*company */

  .company-map_txt {
    margin-bottom: 15px;
  }

  .company-map_iframe iframe {
    width: 100%;
    height: 250px;
  }

  /*bookstore*/

  .book-anchor {
    margin-bottom: 50px;
    border-top: 1px solid #d9b342;
    border-bottom: 1px solid #d9b342;
  }

  .book-anchor li {
    width: 24.6%;
    float: left;
    border-right: 1px solid #d9b342;
  }

  .book-anchor li a {
    display: block;
    padding: 10% 0 7%;
  }

  .book-anchor li:first-child,
  .book-anchor li:nth-child(5) {
    border-left: 1px solid #d9b342;
  }

  .book-anchor li:first-child,
  .book-anchor li:nth-child(2),
  .book-anchor li:nth-child(3),
  .book-anchor li:nth-child(4) {
    border-bottom: 1px solid #d9b342;
  }

  .book-list_mail:before {
    width: 17px;
    height: 12px;
    vertical-align: -3px;
  }

  .book-list_block {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .book-list_block a dl {
    margin-right: 6%;
  }

  .book-list_block a:after {
    position: absolute;
    top: 39%;
    right: 0;
    content: "〉";
    color: #d2d2d2;
    font-weight: bold;
  }

  li:last-child.book-list_block {
    margin-bottom: 0;
  }
}