@charset 'UTF-8';
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search']
{
    /* 1 */
    /* 2 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td
{
    padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
fieldset,
pre,
code,
legend,
blockquote,
figure
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 12px;
}

li
{
    list-style: none;
}

pre
{
    margin: 0;

    white-space: pre-wrap;
    word-wrap: break-word;
}

a:focus
{
    outline: thin dotted;
}

strong,
b
{
    font-weight: bold;
}

q
{
    quotes: none;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

code,
samp,
kbd
{
    font-family: monospace, sans-serif;
}

mark
{
    color: black;
    background-color: yellow;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content */
img
{
    line-height: 1;

    vertical-align: top;
}

svg:not(:root)
{
    overflow: hidden;
}

/* Tabular data */
caption
{
    padding: 0;
}

th,
td
{
    padding: 0;
}

/* Forms */
form
{
    margin: 0;
}

fieldset
{
    margin: 0;
    padding: 0;

    border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

html
{
    font-size: 62.5%;
}

body
{
    font-size: 16px;
    font-size: 1.6rem;
}

html,
body
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.4;

    color: #2a2a2a;
}

a
{
    color: #000;
    border-style: none;
    outline: none;
}

a img
{
    outline: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

a:focus
{
    text-decoration: none;

    border-style: none;
    outline: none;
}

strong
{
    font-weight: 500;
}

.button
{
    position: relative;

    overflow: hidden;

    margin: 0 auto;

    text-align: center;
}

@media screen and (max-width: 640px)
{
    .button
    {
        width: 100%;
    }
}

.button > a
{
    font-weight: 500;

    position: relative;

    display: block;

    padding: 0 15px;

    transition: opacity .3s;

    opacity: 1;
}

.button.button-black
{
    background: #000;
}

.button.button-black > a
{
    color: #fff;
}

.button.button-border-blue
{
    border: 3px solid #000;
    border-radius: 17px;
    background: #fff;
}

.button.button-border-blue > a
{
    font-weight: 600;

    color: #000;
}

@media screen and (min-width: 641px)
{
    .button:hover.button-black > a
    {
        transition: opacity .3s;

        opacity: .8;
    }
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('/content/400067434.eot?j76u0d');
    src: url('/content/400067434.eot?j76u0d#iefix') format('embedded-opentype'), url('/content/400067436.ttf?j76u0d') format('truetype'), url('/content/400067437.woff?j76u0d') format('woff'), url('/content/400067435.svg?j76u0d#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home-white
{
    display: inline-block;

    width: 24px;
    height: 24px;

    background-image: url(/content/400067638.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 24px;
}

.icon-arrow-blue-left
{
    display: inline-block;

    width: 12px;
    height: 17px;

    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);

    background-image: url(/content/400067855.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 17px;
}

.icon-arrow-blue-right
{
    display: inline-block;

    width: 12px;
    height: 17px;

    background-image: url(/content/400067639.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 17px;
}

.icon-arrow-white-left
{
    display: inline-block;

    width: 7px;
    height: 12px;

    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);

    background-image: url(/content/400067640.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}

.icon-arrow-white-right
{
    display: inline-block;

    width: 7px;
    height: 12px;

    background-image: url(/content/400067640.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}

*
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body
{
    width: 100%;

    background: #fff;
}

@media screen and (min-width: 641px)
{
    html,
    body
    {
        min-width: 1200px;
    }
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    html,
    body
    {
        min-width: 100%;
        max-width: 1200px;
    }
}*/

@media screen and (max-width: 640px)
{
    html,
    body
    {
        width: 100%;
    }
}

@media print
{
    html,
    body
    {
        min-width: 1200px;
    }
}

@media screen and (min-width: 641px)
{
    a,
    .opacity-animation
    {
        transition: opacity .3s ease;

        opacity: 1;
    }
    a:hover,
    .opacity-animation:hover
    {
        transition: opacity .3s ease;

        opacity: .76;
    }
}

strong
{
    font-weight: 600;
}

input[type='text'],
select
{
    max-height: 39px;
    padding: 12px 40px 12px 20px;

    border: 2px solid #595959;
    border-radius: 5px;
    outline: 0;

            appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
}

input[type='text']
{
    width: 100%;

    background: #f1fdfe;
}

.freeword_search::-webkit-input-placeholder
{
    line-height: 1;

    color: #037e8d;
}

.freeword_search::-moz-placeholder
{
    line-height: 1;

    color: #037e8d;
}

.freeword_search:-ms-input-placeholder
{
    line-height: 1;

    color: #037e8d;
}

button
{
    border: 0;
    outline: 0;

            appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
}

button.button-search
{
    position: absolute;
    top: 8px;
    right: 12px;

    margin: auto;
    padding: 0;

    vertical-align: middle;

    background: none;
}

button .icon-search
{
    display: inline-block;

    width: 22px;
    height: 22px;

    background-image: url(/content/400067637.png);
    background-size: cover;
}

@media screen and (min-width: 641px)
{
    .pc-only
    {
        display: block;
    }
}

@media screen and (max-width: 640px)
{
    .pc-only
    {
        display: none;
    }
}

@media screen and (min-width: 641px)
{
    .sp-only
    {
        display: none;
    }
}

@media screen and (max-width: 640px)
{
    .sp-only
    {
        display: block;
    }
}

body > .page
{
    width: 100%;
    height: 100%;

    background: #edeff2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edeff2 0%, #fff 50%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeff2', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    body > .page
    {
        background: none;

        -webkit-filter: none;
                filter: none;
    }
}*/

@media screen and (max-width: 640px)
{
    body > .page
    {
        background: none;
    }
}

.page-inner
{
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 641px)
{
    .page-inner
    {
        zoom: 1;
    }
    .page-inner:after
    {
        display: table;
        clear: both;

        content: '';
    }
}

@media print
{
    .page-inner
    {
        zoom: 1;
    }
    .page-inner:after
    {
        display: table;
        clear: both;

        content: '';
    }
}

.main
{
    width: 100%;
    margin: 0 auto;

    background: #fff;
}

@media screen and (min-width: 641px)
{
    .main
    {
        float: right;

        width: 861px;
        padding: 40px 0 0 39px;
    }
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .main
    {
        float: none;

        width: 100%;
        padding: 0;
    }
}*/

@media print
{
    .main
    {
        float: right;

        width: 861px;
        padding: 40px 0 0 39px;
    }
}

.aside
{
    height: 100%;
}

@media screen and (min-width: 641px)
{
    .aside
    {
        overflow: hidden;

        min-width: 300px;
        padding-right: 39px;
    }
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .aside
    {
        overflow: visible;

        width: 100%;
        padding-right: 0;

        background: #edeff2;
    }
}*/

@media screen and (max-width: 640px)
{
    .aside
    {
        width: 100%;

        background: #edeff2;
    }
}

@media print
{
    .aside
    {
        overflow: hidden;

        min-width: 300px;
        padding-right: 39px;
    }
}

.aside-inner
{
    width: 300px;
    margin: 40px auto 0;
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .aside-inner
    {
        width: 100%;
        margin-top: 0;
        padding: 45px 40px 113px;
    }
}*/

@media screen and (max-width: 640px)
{
    .aside-inner
    {
        width: 100%;
        padding: 22px 20px 70px;
    }
}

.aside-content.young
{
    margin-bottom: 48px;
    padding-bottom: 48px;

    border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 640px)
{
    .aside-content.young
    {
        margin-bottom: 0;
        padding-bottom: 0;

        border-bottom: none;
    }
}

.aside-content.young .content-body
{
    border: 5px solid #16757a;
    border-top: none;
    padding: 10px;
}

.aside-content.young .content-title
{
    background-color: #16757a;
}

.aside-content.news
{
    margin-bottom: 48px;
    padding-bottom: 48px;

    border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 640px)
{
    .aside-content.news
    {
        margin-bottom: 0;
        padding-bottom: 0;

        border-bottom: none;
    }
}

.aside-content.news .content-body
{
    padding: 20px;

    background: #fff;
}

.aside-content.freeword_search
{
    position: relative;

    margin-bottom: 0;
}

@media screen and (max-width: 640px)
{
    .aside-content.freeword_search
    {
        display: none;
    }
}

.aside-content.freeword_search .search-block
{
    position: relative;

    margin-top: 18px;
}

@media screen and (max-width: 640px)
{
    .aside-content.faculties
    {
        display: none;
    }
}

.aside-content.faculties .content-body
{
    padding: 5px 20px 7px;
    background: #dedede;
    margin-bottom: 30px;
}

.aside-content .content-title
{
    font-size: 18px;
    font-size: 1.8rem;

    padding: 9px 15px 8px;

    color: #fff;
}
.aside-content.news .content-title
{
    font-size: 1.2rem;
}
.aside-content.recommend .content-title
{
    font-size: 1.6rem;
}

@media screen and (max-width: 640px)
{
    .aside-content .content-title
    {
        font-size: 13px;
        font-size: 1.3rem;

        padding: 6px 20px 5px;
    }
    .aside-content.news .content-title
    {
        font-size: 1rem;
    }
    .aside-content.recommend .content-title
    {
        font-size: 1.3rem;
    }
}

.aside-content .content-title.blue
{
    background: #000;
}

.aside-content .content-title.green
{
    background: #000;
}

.aside-content .content-title.light-green
{
    color: #fff;
    background: #595959;
}

.aside-content .content-title strong
{
    vertical-align: middle;
}

.aside-content .content-title img
{
    margin-right: 7px;
}

@media screen and (max-width: 640px)
{
    .aside-content .content-title img
    {
        width: 19px;
        height: 22px;

        vertical-align: middle;
    }
}

.aside-content .content-body.scroll
{
    overflow: scroll;
    overflow-x: hidden;

    height: 328px;
}

@media screen and (max-width: 640px)
{
    .aside-content .content-body.scroll
    {
        height: 317px;
    }
}

.news-list .news-item
{
    display: block;
    zoom: 1;

    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #cdcdcd;
}

.news-list .news-item:after
{
    display: table;
    clear: both;

    content: '';
}

@media screen and (max-width: 640px)
{
    .news-list .news-item
    {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.news-list .news-item:last-of-type
{
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0;
}

.news-list .thumbnail
{
    float: left;

    margin-right: 14px;
}

.news-list .detail
{
    overflow: hidden;
}

.news-list .detail .date
{
    font-size: 14px;
    font-size: 1.4rem;
    /*line-height: 1;*/

    margin: -3px 0 4px 0;

    color: #797979;
}

@media screen and (max-width: 640px)
{
    .news-list .detail .date
    {
        /*font-size: 10px;
        font-size: 1rem;*/

        margin-top: 0;
    }
}

.news-list .detail .text
{
    zoom: 1;
}

.news-list .detail .text:after
{
    display: table;
    clear: both;

    content: '';
}

.news-list .detail .text .icon
{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;

    display: block;
    float: left;

    height: 12px;
    margin: 4px 4px 0 -2px;

    background-size: auto 12px;
}

@media screen and (max-width: 640px)
{
    .news-list .detail .text .icon
    {
        height: 10px;

        background-size: auto 10px;
    }
}

.news-list .detail .text > span
{
    font-size: 15px;
    font-size: 1.5rem;

    display: block;
    overflow: hidden;

    vertical-align: top;
}

@media screen and (max-width: 640px)
{
    .news-list .detail .text > span
    {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.faculties-list .faculties-item
{
    line-height: 1;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
}

.faculties-list .faculties-item:last-of-type
{
    border-bottom: 0;
}

.faculties-list .faculties-item a
{
    position: relative;

    display: block;

    padding: 13px 30px 13px 0;

    background: url(/content/400067431.png) no-repeat center right;
}

.inner
{
    width: 100%;
}

.wrapper
{
    margin: 0 auto;
}

@media screen and (min-width: 641px)
{
    .wrapper
    {
        max-width: 1200px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px)
{
    .wrapper
    {
        width: 100%;
        padding: 0 15px;
    }
}

@media print
{
    .wrapper
    {
        max-width: 1200px;
        padding: 0 20px;
    }
}

.bg-gray
{
    background: #edeff2;
}

.dl
{
    zoom: 1;
}

.dl:after
{
    display: table;
    clear: both;

    content: '';
}

.dl dt
{
    float: left;
    clear: left;

    padding-right: 16px;
}

.dl dd
{
    overflow: hidden;
}

.heading-block
{
    text-align: center;
}

.circle-color
{
    position: relative;
}

.circle-color:before
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 6px;

    content: '';

    border: 3px solid #413596;
    border-radius: 50%;
}

@media screen and (max-width: 640px)
{
    .circle-color:before
    {
        width: 3px;
        height: 3px;

        border: 2px solid #413596;
    }
}

.cat-0 .circle-color:before,
.cat-2 .circle-color:before,
.cat-3 .circle-color:before,
.cat-4 .circle-color:before,
.cat-5 .circle-color:before,
.cat-6 .circle-color:before,
.cat-7 .circle-color:before,
.cat-8 .circle-color:before
{
    border-color: #fff;
}

.cat-1 .circle-color:before
{
    border-color: #000;
}

.circle-color.cat-0:before
{
    border-color: #413596;
}

.circle-color.cat-1:before
{
    border-color: #fef757;
}

.circle-color.cat-2:before
{
    border-color: #ec6e9f;
}

.circle-color.cat-3:before
{
    border-color: #e31115;
}

.circle-color.cat-4:before
{
    border-color: #84b1ed;
}

.circle-color.cat-5:before
{
    border-color: #ffbf2e;
}

.circle-color.cat-6:before
{
    border-color: #27799a;
}

.circle-color.cat-7:before
{
    border-color: #d2887c;
}

.circle-color.cat-8:before
{
    border-color: #a09188;
}

.circle-color.white:before
{
    border: 3px solid #fff;
}

@media screen and (max-width: 640px)
{
    .circle-color.white:before
    {
        border: 2px solid #fff;
    }
}

.circle-color.black:before
{
    border: 3px solid #000;
}

@media screen and (max-width: 640px)
{
    .circle-color.black:before
    {
        border: 2px solid #000;
    }
}

.circle-color.blue:before
{
    border: 3px solid #1c5697;
}

@media screen and (max-width: 640px)
{
    .circle-color.blue:before
    {
        border: 2px solid #1c5697;
    }
}

.circle-color.light-blue:before
{
    border: 3px solid #1c7c97;
}

@media screen and (max-width: 640px)
{
    .circle-color.light-blue:before
    {
        border: 2px solid #1c7c97;
    }
}

.circle-color.green-01:before
{
    border: 3px solid #1c9781;
}

@media screen and (max-width: 640px)
{
    .circle-color.green-01:before
    {
        border: 2px solid #1c9781;
    }
}

.circle-color.green-02:before
{
    border: 3px solid #1c9750;
}

@media screen and (max-width: 640px)
{
    .circle-color.green-02:before
    {
        border: 2px solid #1c9750;
    }
}

.circle-color.green-03:before
{
    border: 3px solid #67971c;
}

@media screen and (max-width: 640px)
{
    .circle-color.green-03:before
    {
        border: 2px solid #67971c;
    }
}

.circle-color.yellow:before
{
    border: 3px solid #67971c;
}

@media screen and (max-width: 640px)
{
    .circle-color.yellow:before
    {
        border: 2px solid #67971c;
    }
}

.circle-color.brown:before
{
    border: 3px solid #97611c;
}

@media screen and (max-width: 640px)
{
    .circle-color.brown:before
    {
        border: 2px solid #97611c;
    }
}

.circle-color.red:before
{
    border: 3px solid #971c1c;
}

@media screen and (max-width: 640px)
{
    .circle-color.red:before
    {
        border: 2px solid #971c1c;
    }
}

.circle-color.purple:before
{
    border: 3px solid #971c6a;
}

@media screen and (max-width: 640px)
{
    .circle-color.purple:before
    {
        border: 2px solid #971c6a;
    }
}

.tag-block
{
    line-height: 1;

    width: 100%;
}

.tag-block .tag
{
    font-size: 14px;
    font-size: 1.4rem;

    position: relative;

    padding: 5px;

    text-align: center;

    color: #454545;
    background: #fff;
}

@media screen and (max-width: 640px)
{
    .tag-block .tag
    {
        font-size: 9px;
        font-size: .9rem;

        padding: 4px;
    }
}

.cat-0 .tag-block .tag
{
    color: #fff;
    background-color: #413596;
}

.cat-1 .tag-block .tag
{
    color: #000;
    background-color: #fef757;
}

.cat-2 .tag-block .tag
{
    color: #fff;
    background-color: #ec6e9f;
}

.cat-3 .tag-block .tag
{
    color: #fff;
    background-color: #e31115;
}

.cat-4 .tag-block .tag
{
    color: #fff;
    background-color: #84b1ed;
}

.cat-5 .tag-block .tag
{
    color: #fff;
    background-color: #ffbf2e;
}

.cat-6 .tag-block .tag
{
    color: #fff;
    background-color: #27799a;
}

.cat-7 .tag-block .tag
{
    color: #fff;
    background-color: #d2887c;
}

.cat-8 .tag-block .tag
{
    color: #fff;
    background-color: #a09188;
}

.label.new
{
    width: 40px;
    height: 50px;
}

@media screen and (max-width: 640px)
{
    .label.new
    {
        width: 27px;
        width: 21px;
    }
}

.books-list
{
    zoom: 1;
}

.books-list:after
{
    display: table;
    clear: both;

    content: '';
}

@media screen and (min-width: 641px)
{
    .books-list
    {
        margin-left: -50px;
    }
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .books-list
    {
        padding: 0 40px;
    }
}*/

@media screen and (max-width: 640px)
{
    .books-list
    {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px)
{
    .books-list
    {
        display: -webkit-flex;
        display:         flex;

        padding: 0 10px 8px;

        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

@media print
{
    .books-list
    {
        margin-left: -50px;
    }
}

.books-list .label
{
    position: absolute;
    top: 10px;
    right: 9px;
}

@media screen and (max-width: 640px)
{
    .books-list .label
    {
        top: 2%;
        right: 9%;
    }
    .books-list .label img
    {
        width: 100%;
        height: auto;
    }
}

.books-list .book-item
{
    float: left;
}

.books-list .book-item a
{
    position: relative;

    display: block;

    box-sizing: border-box;
    padding: 20px 10px 0 10px;

    border: 2px solid #413596;
}

@media screen and (min-width: 641px)
{
    .books-list .book-item a
    {
        padding: 30px 10px 0 10px;
    }
}

.similar-slider .books-list .book-item a
{
    padding-bottom: 10px;
}

.top-main-bottom .books-list .book-item a
{
    padding-bottom: 30px;
}

@media screen and (max-width: 640px)
{
    .top-main-bottom .books-list .book-item a
    {
        padding-bottom: 20px;
    }
}

.page-lists .books-list .book-item a
{
    padding-bottom: 30px;
}

@media screen and (max-width: 640px)
{
    .page-lists .books-list .book-item a
    {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 641px)
{
    .books-list .book-item
    {
        width: calc(33.333% - 50px);
        margin-bottom: 10px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 640px)
{
    .books-list .book-item
    {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
}

@media screen and (max-width: 640px)
{
    .books-list .book-item
    {
        float: none;
    }
}

@media print
{
    .books-list .book-item
    {
        width: calc(33.333% - 50px);
        margin-bottom: 76px;
        margin-left: 50px;
    }
}

.books-list .book-item.cat-0 a
{
    border: 2px solid #413596;
}

.books-list .book-item.cat-1 a
{
    border: 2px solid #fef757;
}

.books-list .book-item.cat-2 a
{
    border: 2px solid #ec6e9f;
}

.books-list .book-item.cat-3 a
{
    border: 2px solid #e31115;
}

.books-list .book-item.cat-4 a
{
    border: 2px solid #84b1ed;
}

.books-list .book-item.cat-5 a
{
    border: 2px solid #ffbf2e;
}

.books-list .book-item.cat-6 a
{
    border: 2px solid #27799a;
}

.books-list .book-item.cat-7 a
{
    border: 2px solid #d2887c;
}

.books-list .book-item.cat-8 a
{
    border: 2px solid #a09188;
}

.books-list .book-item .thumbnail
{
    overflow: hidden;

    margin: auto;
    /*margin-bottom: 18px;*/
}

@media screen and (min-width: 641px)
{
    .books-list .book-item .thumbnail
    {
        width: 131px;
        min-height: 236px;
    }
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .thumbnail
    {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media print
{
    .books-list .book-item .thumbnail
    {
        width: 165px;
        min-height: 236px;
    }
}

.books-list .book-item .thumbnail img
{
    width: 100%;
    height: auto;

    border: 1px solid #c8c8c8;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .thumbnail img
    {
        width: 100%;
        height: auto;
    }
}

.books-list .book-item .detail
{
    vertical-align: top;
}

.books-list .book-item .horizontal-blcok
{
    display: table;

    width: 100%;
}

.books-list .book-item .horizontal-blcok .caption
{
    font-size: 14px;
    font-size: 1.4rem;

    display: table-cell;

    width: 45px;

    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok .caption
    {
        font-size: 10px;
        font-size: 1rem;

        width: 30px;
    }
}

.books-list .book-item .horizontal-blcok .lead
{
    font-size: 14px;
    font-size: 1.4rem;

    display: table-cell;

    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok .lead
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.books-list .book-item .horizontal-blcok .icon
{
    font-size: 18px;
    font-size: 1.8rem;

    margin-right: 8px;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok .icon
    {
        display: inline-block;

        height: 12px;
        margin-right: 2px;

        background-size: auto 12px;
    }
}

.books-list .book-item .horizontal-blcok.book-name
{
    margin-bottom: 8px;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok.book-name
    {
        margin-bottom: 4px;
    }
}

.books-list .book-item .horizontal-blcok.book-name .lead strong
{
    font-size: 20px;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok.book-name .lead strong
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.books-list .book-item .horizontal-blcok.description
{
    margin-top: 8px;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .horizontal-blcok.description
    {
        margin-top: 4px;
    }
}

.books-list .book-item .tag-block
{
    position: absolute;
    bottom: 0;
}

.books-list .book-item .tag-block .tag
{
    width: 120px;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .tag-block .tag
    {
        width: 78px;
    }
}

.books-list .book-item .tag-block .tag:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;

    margin: auto;
}

@media screen and (max-width: 640px)
{
    .books-list .book-item .tag-block .tag:before
    {
        left: 5px;
    }
}

.header
{
    text-align: center;

    background: #000;
}

.header a
{
    color: #fff;
}

.header .header-inner
{
    position: relative;

    zoom: 1;

    max-width: 1200px;
    margin: 0 auto;
    padding: 29px 0 21px;

    color: #fff;
}

.header .header-inner:after
{
    display: table;
    clear: both;

    content: '';
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .header .header-inner
    {
        padding: 20px;
    }
}*/

@media screen and (max-width: 640px)
{
    .header .header-inner
    {
        padding: 20px;
    }
}

.header .header-left
{
    float: left;
}

@media screen and (min-width: 641px)
{
    .header .site-logo
    {
        margin-bottom: 27px;
    }
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .header .site-logo
    {
        margin-bottom: 12px;
    }
}*/

@media screen and (max-width: 640px)
{
    .header .site-logo
    {
        width: 180px;
        margin-bottom: 12px;
    }
    .header .site-logo img
    {
        width: 100%;
        height: auto;
    }
}

@media print
{
    .header .site-logo
    {
        margin-bottom: 27px;
    }
}

@media screen and (min-width: 641px)
{
    .header .site-info
    {
        font-size: 13px;
        font-size: 1.7rem;

        text-align: right;
    }
}

@media screen and (max-width: 640px)
{
    .header .site-info
    {
        font-size: 9px;
        font-size: .9rem;

        padding-left: 43px;
    }
}

@media print
{
    .header .site-info
    {
        font-size: 13px;
        font-size: 1.3rem;

        text-align: right;
    }
}

.header .header-right
{
    float: right;
    zoom: 1;
}

.header .header-right:after
{
    display: table;
    clear: both;

    content: '';
}

@media screen and (max-width: 640px)
{
    .header .header-right
    {
        display: none;
    }
}

.header .language-list
{
    font-size: 0;

    float: left;

    margin: 6px 25px 0 0;
}

.header .language-list .language-item
{
    font-size: 14px;
    font-size: 1.4rem;

    display: inline-block;
}

.header .language-list .language-item:first-of-type:after
{
    display: inline-block;

    padding: 0 5px;

    content: '/';
    vertical-align: middle;
}

.header .language-list .language-item > span
{
    font-weight: 600;
}

.header .button
{
    display: table;
    float: right;

    width: 216px;
    height: 37px;

    vertical-align: middle;

    border-radius: 18.5px;
}

.header .button a
{
    display: table-cell;

    vertical-align: middle;
}

.header .button a .icon
{
    font-weight: 600;

    margin-right: 5px;
    padding-right: 5px;
}

.header .nav.pc
{
    position: absolute;
    right: 0;
    bottom: 21px;

    text-align: left;
}

@media screen and (max-width: 640px)
{
    .header .nav.pc
    {
        display: none;
    }
}

.header .nav.pc .nav-list
{
    font-size: 0;

    overflow: hidden;
}

.header .nav.pc .nav-list .nav-item
{
    line-height: 1;

    display: inline-block;

    max-height: 50px;

    vertical-align: middle;
}

.header .nav.pc .nav-list .nav-item:last-of-type
{
    border-radius: 0 25px 25px 0;
}

.header .nav.pc .nav-list .nav-item:last-of-type a
{
    padding: 17px 25px 17px 14px;
}

.header .nav.pc .nav-list .nav-item.home
{
    overflow: hidden;

    width: 99px;

    text-align: center;

    border: 2px solid #fff;
    border-right: none;
    border-radius: 25px 0 0 25px;
    background: #fff;
}

.header .nav.pc .nav-list .nav-item.home a
{
    padding: 10px 0 10px 4px;
}

.header .nav.pc .nav-list .nav-item.home .icon
{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;

    padding-right: 3px;
}

.header .nav.pc .nav-list .nav-item.home .icon-home-white
{
    background-image: url(/content/400067422.png);
}

.header .nav.pc .nav-list .nav-item.home .current
{
    background: #000;
}

.header .nav.pc .nav-list .nav-item.home .current .icon-home-white
{
    color: #fff;
    background-image: url(/content/400067638.png);
}

.header .nav.pc .nav-list .nav-item.home .current:hover
{
    transition: none;

    opacity: 1;
}

.header .nav.pc .nav-list .nav-item.default
{
    border-left: 2px solid #000;
    background: #fff;
}

.header .nav.pc .nav-list .nav-item.default a
{
    color: #000;
}

.header .nav.pc .nav-list .nav-item.default img
{
    margin-right: 7px;
}

.header .nav.pc .nav-list a
{
    font-size: 16px;
    font-size: 1.6rem;

    display: block;

    width: 100%;
    padding: 17px 14px;
}

.header .header-button-nav
{
    position: absolute;
    top: 20px;
    right: 20px;

    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;
}

@media screen and (min-width: 641px)
{
    .header .header-button-nav
    {
        display: none;
    }
}

@media print
{
    .header .header-button-nav
    {
        display: none;
    }
}

.header .header-button-nav:hover
{
    opacity: .5;
}

.header .header-button-nav div
{
    position: relative;

    display: inline-block;

    box-sizing: border-box;
    width: 25px;
    height: 30px;

    transition: all .4s;
}

.header .header-button-nav span
{
    position: absolute;
    left: 0;

    display: inline-block;

    box-sizing: border-box;
    width: 100%;
    height: 3px;

    transition: all .4s;

    background-color: #fff;
}

.header .header-button-nav span:nth-of-type(1)
{
    top: 0;
}

.header .header-button-nav span:nth-of-type(2)
{
    top: 9px;
}

.header .header-button-nav span:nth-of-type(3)
{
    top: 18px;
}

.header .header-button-nav.active span:nth-of-type(1)
{
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
}

.header .header-button-nav.active span:nth-of-type(2)
{
    opacity: 0;
}

.header .header-button-nav.active span:nth-of-type(3)
{
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
}

.header .header-button-search
{
    position: absolute;
    top: 20px;
    right: 70px;

    cursor: pointer;
}

@media screen and (min-width: 641px)
{
    .header .header-button-search
    {
        display: none;
    }
}

@media print
{
    .header .header-button-search
    {
        display: none;
    }
}

.header .header-button-search img
{
    width: 23px;
}

@media screen and (min-width: 641px)
{
    .header .search-menu
    {
        display: none;
    }
}

.modal-nav
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    transition: all .3s linear;

    opacity: 0;
}

.modal-nav.show
{
    visibility: visible;

    opacity: 1;
}

.modal-nav .bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}

.modal-nav .nav-sp
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    box-sizing: border-box;
    width: 280px;
    padding: 20px 20px 40px 20px;

    background-color: #fff;
}

.modal-nav .nav-sp ul
{
    margin-top: 10px;

    border-bottom: 1px solid #c3c3c3;
}

.modal-nav .nav-sp li
{
    border-top: 1px solid #c3c3c3;
}

.modal-nav .nav-sp a
{
    font-size: 15px;
    font-size: 1.5rem;

    display: block;

    padding: 10px 0;

    text-align: center;

    color: #000;
}

.modal-nav .nav-sp a img
{
    width: 25px;
}

.modal-nav .search
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    box-sizing: border-box;
    width: 280px;
    padding: 20px 0 0 0;

    background-color: #fff;
}

.modal-nav .search .content-title
{
    font-size: 18px;
    font-size: 1.8rem;

    margin-top: 10px;
    padding: 9px 15px 8px;

    color: #fff;
}

@media screen and (max-width: 640px)
{
    .modal-nav .search .content-title
    {
        font-size: 13px;
        font-size: 1.3rem;

        padding: 6px 20px 5px;
    }
}

.modal-nav .search .content-title.green
{
    background: #000;
}

.modal-nav .search .content-title.light-green
{
    color: #fff;
    background: #595959;
}

.modal-nav .search .content-title img
{
    margin-right: 7px;
}

@media screen and (max-width: 640px)
{
    .modal-nav .search .content-title img
    {
        width: 19px;
        height: 22px;

        vertical-align: middle;
    }
}

.modal-nav .search .search-block
{
    position: relative;

    margin: 15px 20px;
}

.modal-nav .search .button-close
{
    padding-right: 20px;
}

.modal-nav .search input[type='text']
{
    font-size: 13px;
    font-size: 1.3rem;
}

.modal-nav .search .selector,
.modal-nav .search .selector-genre
{
    padding: 15px 20px;

    background-color: #dedede;
}

.modal-nav .search select
{
    font-size: 13px;
    font-size: 1.3rem;

    width: 100%;
    max-height: inherit;
    padding: 10px 50px 10px 20px;

    /*color: #037e8d;*/
    border-radius: 5px;
    background-image: url(/content/400067432.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
    background-color: #fff;

    font-weight: bold;
}

.modal-nav .button-close
{
    text-align: right;
}

.modal-nav .button-close img
{
    width: 20px;

    cursor: pointer;
}

.modal-nav .button-close img:hover
{
    opacity: .7;
}

.footer
{
    position: relative;

    text-align: center;

    background: #000;
}

.footer .footer-inner
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px;
}

@media screen and (max-width: 640px)
{
    .footer .footer-inner
    {
        padding: 22px 20px 25px;
    }
}

.footer .pagetop
{
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 22px;

    display: block;
    visibility: hidden;

    cursor: pointer;
    transition: all .1s linear;



    opacity: 0;
}

.footer .pagetop.show
{
    visibility: visible;

    opacity: 1;
}

@media screen and (max-width: 640px)
{
    .footer .pagetop
    {
        right: 12px;

        width: 30px;
        height: 30px;
    }
    .footer .pagetop img
    {
        width: 100%;
        height: auto;
    }
}

.footer .footer-nav
{
    font-size: 0;

    margin-bottom: 23px;
}

.footer .footer-nav li
{
    line-height: 1;

    display: inline-block;
}

.footer .footer-nav li:first-of-type
{
    margin-right: 32px;
    padding-right: 32px;

    border-right: 1px solid #fff;
}

.footer .footer-nav li > a
{
    font-size: 14px;
    font-size: 1.4rem;

    color: #fff;
}

@media screen and (max-width: 640px)
{
    .footer .footer-nav li > a
    {
        font-size: 9px;
        font-size: .9rem;
    }
}

.footer .footer-logo
{
    margin-bottom: 23px;
}
.footer .footer-logo img
{
    width: 200px;
}

@media screen and (max-width: 640px)
{
    .footer .footer-logo
    {
        width: 180px;
        margin: 0 auto 20px;
    }
    .footer .footer-logo img
    {
        width: 100%;
        height: auto;
    }
}

.footer .copyright
{
    line-height: 1;

    color: #fff;
}

.footer .copyright > small
{
    font-size: 13px;
    font-size: 1.3rem;

    letter-spacing: 1px;
}

@media screen and (max-width: 640px)
{
    .footer .copyright > small
    {
        font-size: 9px;
        font-size: .9rem;
    }
}

.top-main-bottom
{
    padding-top: 30px;
    padding-bottom: 0;

    background-color: #eee;
}

@media screen and (min-width: 641px)
{
    .top-main-bottom
    {
        margin-left: -40px;
        padding-top: 60px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
}

.book-info .book-info-top
{
    zoom: 1;

    margin-bottom: 36px;
    padding: 8px 16px;

    background: #f2f2f2;
}

.book-info .book-info-top:after
{
    display: table;
    clear: both;

    content: '';
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .book-info .book-info-top
    {
        margin-top: 40px;
    }
}*/

@media screen and (max-width: 640px)
{
    .book-info .book-info-top
    {
        display: none;
    }
}

.book-info .book-info-top .print
{
    float: left;
}

.book-info .book-info-top .print img
{
    margin-right: 8px;

    vertical-align: middle;
}

.book-info .book-info-top .print a
{
    font-size: 14px;
    font-size: 1.4rem;

    display: inline-block;
}

.book-info .book-info-top .sns
{
    float: right;
}

.book-info .book-info-top .sns a
{
    display: inline-block;
}

.book-info .book-info-top .sns a:first-of-type
{
    margin-right: 8px;
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .book-info .book-info-block .block-inner
    {
        padding: 0 40px;
    }
}*/

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .block-inner
    {
        padding: 0 20px;
    }
}

@media print
{
    .book-info .book-info-block .block-inner
    {
        page-break-inside: avoid;
    }
}

.book-info .book-info-block .book-item
{
    zoom: 1;

    width: 100%;
    padding-left: 38px;
}

.book-info .book-info-block .book-item:after
{
    display: table;
    clear: both;

    content: '';
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item
    {
        padding: 25px 0 0 0;
    }
}

@media print
{
    .book-info .book-info-block .book-item .thumbnail
    {
        float: left;

        width: 40%;
        padding-right: 28px;
    }
}

.book-info .book-info-block .book-item .thumbnail img
{
    width: 100%;

    border: 1px solid #cdcdcd;
}

@media screen and (min-width: 641px)
{
    .book-info .book-info-block .book-item .thumbnail
    {
        float: left;

        width: 40%;
        padding-right: 28px;
    }
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .thumbnail
    {
        float: left;

        width: 40%;
        padding-right: 18px;
    }
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .thumbnail
    {
        float: none;

        width: 58%;
        margin: 0 auto 23px;
    }
}

.book-info .book-info-block .book-item .detail
{
    width: 60%;
}

@media screen and (min-width: 641px)
{
    .book-info .book-info-block .book-item .detail
    {
        float: left;
        overflow: hidden;
    }
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail
    {
        float: left;
        overflow: visible;

        width: 60%;
    }
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
        margin: auto;
    }
}

@media print
{
    .book-info .book-info-block .book-item .detail
    {
        float: left;
        overflow: hidden;
    }
}

.book-info .book-info-block .book-item .detail .head-block
{
    margin-bottom: 30px;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .head-block
    {
        margin-bottom: 10px;
    }
}

.book-info .book-info-block .book-item .detail .body-block
{
    margin-bottom: 24px;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .body-block
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok
{
    display: table;

    width: 100%;
    margin-bottom: 6px;
}

.book-info .book-info-block .book-item .detail .horizontal-blcok .caption
{
    font-size: 14px;
    font-size: 1.4rem;

    display: table-cell;

    width: 150px;
    padding-right: 20px;

    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok .caption
    {
        font-size: 10px;
        font-size: 1rem;

        width: 11em;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok .lead
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;

    display: table-cell;

    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok .lead
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok a
{
    color: #1c5696;
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.book-name .lead strong
{
    font-size: 34px;
    font-size: 3.4rem;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok.book-name .lead strong
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.author .lead
{
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok.author .lead
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.author .lead small
{
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok.author .lead small
    {
        font-size: 8px;
        font-size: .8rem;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.company .caption
{
    vertical-align: top;
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.company-url .lead,
.book-info .book-info-block .book-item .detail .horizontal-blcok.other .lead
{
    zoom: 1;
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.company-url .lead:after,
.book-info .book-info-block .book-item .detail .horizontal-blcok.other .lead:after
{
    display: table;
    clear: both;

    content: '';
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.company-url .icon,
.book-info .book-info-block .book-item .detail .horizontal-blcok.other .icon
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;

    display: block;
    float: left;

    height: 14px;
    margin: 4px 3px 0 0;

    background-size: auto 14px;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .horizontal-blcok.company-url .icon,
    .book-info .book-info-block .book-item .detail .horizontal-blcok.other .icon
    {
        height: 10px;
        margin: 2px 3px 0 0;

        background-size: auto 10px;
    }
}

.book-info .book-info-block .book-item .detail .horizontal-blcok.company-url a,
.book-info .book-info-block .book-item .detail .horizontal-blcok.other a
{
    display: block;
    overflow: hidden;
}

.book-info .book-info-block .book-item .detail .button
{
    width: 188px;
    margin: 0;

    border-width: 2px;
    border-radius: 19px;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .button
    {
        width: 100%;
    }
}

.book-info .book-info-block .book-item .detail .button > a
{
    font-weight: 300;

    display: block;

    padding: 6px 0;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .button > a
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.book-info .book-info-block .book-item .detail .button img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;

    margin: auto;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-item .detail .button img
    {
        left: 20px;

        width: 19px;
        height: auto;
    }
}

.book-info .book-info-block
{
    margin-bottom: 35px;
    padding-bottom: 35px;

    border-bottom: 1px solid #cdcdcd;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.book-info .book-info-block .description
{
    line-height: 2;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .description
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.book-info .book-info-block .description a
{
    text-decoration: underline;

    color: #1c5696;
}

@media screen and (min-width: 641px)
{
    .book-info .book-info-block .description a:hover
    {
        text-decoration: none;
    }
}

.book-info .book-info-block .block-heading
{
    margin-bottom: 12px;
}

.book-info .book-info-block .block-heading .title
{
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .block-heading .title
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.book-info .book-info-block .book-table
{
    line-height: 2;
}

@media screen and (max-width: 640px)
{
    .book-info .book-info-block .book-table
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.book-info .book-info-block .book-table dl
{
    zoom: 1;

    padding: 0 16px;
}

.book-info .book-info-block .book-table dl:after
{
    display: table;
    clear: both;

    content: '';
}

.book-info .book-info-block .book-table dt
{
    float: left;
    clear: left;

    margin-right: 15px;
}

.book-info .book-info-block .book-table dd
{
    overflow: hidden;
}

.book-info .similar-slider
{
    overflow: hidden;

    width: 100%;
}

.book-info .similar-slider .slider-inner
{
    position: relative;

    overflow: hidden;
}

.book-info .similar-slider .control-block
{
    width: 100%;
}

.book-info .similar-slider .control-block .prev,
.book-info .similar-slider .control-block .next
{
    position: absolute;
    z-index: 1;
    top: 35%;

    width: 32px;
    height: 64px;
    margin: auto;

    cursor: pointer;

    background-color: #000;
    opacity: 0.7;
}
.book-info .similar-slider .control-block .prev
{
    border-radius: 0 5px 5px 0;
}
.book-info .similar-slider .control-block .next
{
    border-radius: 5px 0 0 5px;
}

.book-info .similar-slider .control-block .prev .icon,
.book-info .similar-slider .control-block .next .icon
{
    font-size: 32px;
    font-size: 3.2rem;

    width: 20px;
    height: 62px;

    text-align: center;
    vertical-align: middle;

    background-size: auto 24px;
}

.book-info .similar-slider .control-block .prev
{
    left: 0;

    text-align: center;
}

.book-info .similar-slider .control-block .next
{
    right: 0;

    text-align: center;
}

.book-info .similar-slider .slider-container
{
    zoom: 1;

    width: 9999px;
}

.book-info .similar-slider .slider-container:after
{
    display: table;
    clear: both;

    content: '';
}

@media screen and (max-width: 640px)
{
    .book-info .similar-slider .books-list
    {
        padding-right: 0;
        padding-left: 0;
    }
}

.book-info .similar-slider .book-item
{
    width: 200px;
}

@media screen and (max-width: 640px)
{
    .book-info .similar-slider .book-item
    {
        width: 155px;
    }
}

.books-list.lists
{
    padding-top: 40px;
}

/*@media screen and (max-width: 1200px) and (min-width: 641px)
{
    .books-list.lists
    {
        padding-top: 60px;
    }
}*/

@media screen and (max-width: 640px)
{
    .books-list.lists
    {
        padding-top: 30px;
    }
}

.pagination
{
    width: 100%;
    padding: 30px;

    /*background: #dedede;*/
}

@media screen and (max-width: 640px)
{
    .pagination
    {
        padding: 18px;
    }
}

.pagination .pagination-inner
{
    font-size: 0;

    text-align: center;
}

.pagination span,
.pagination a
{
    display: inline-block;

    vertical-align: top;

    color: #fff;
}

@media screen and (min-width: 641px)
{
    .pagination span,
    .pagination a
    {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 35px;

        width: 33px;
        max-height: 33px;
        margin-left: 18px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 640px)
{
    .pagination span,
    .pagination a
    {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 27px;

        width: 25px;
        max-height: 25px;
        margin-left: 13px;
        padding: 0 6px;
    }
}



.pagination span:first-child,
.pagination a:first-child
{
    margin-left: 0;
}

.pagination span
{
    font-weight: 600;

    background: #303030;
}

.pagination a
{
    background: #7e7e7e;
}

.pagination .prev-page
{
    overflow: hidden;

    padding: 0;
}

.pagination .next-page
{
    overflow: hidden;

    padding: 0;
}

.pagination img
{
    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .pagination img
    {
        width: 100%;
        height: auto;
    }
}

#__bs_notify__
{
    display: none !important;
}



/* --------------- Color --------------- */

.cat-0 .tag-block .tag,
.cat-1 .tag-block .tag,
.cat-2 .tag-block .tag,
.cat-3 .tag-block .tag,
.cat-4 .tag-block .tag,
.cat-5 .tag-block .tag,
.cat-6 .tag-block .tag,
.cat-7 .tag-block .tag,
.cat-8 .tag-block .tag
{
    color: #000;
    background-color: #fff;
}
.circle-color.cat-0:before,
.circle-color.cat-1:before,
.circle-color.cat-2:before,
.circle-color.cat-3:before,
.circle-color.cat-4:before,
.circle-color.cat-5:before,
.circle-color.cat-6:before,
.circle-color.cat-7:before,
.circle-color.cat-8:before,
.cat-0 .circle-color:before,
.cat-1 .circle-color:before,
.cat-2 .circle-color:before,
.cat-3 .circle-color:before,
.cat-4 .circle-color:before,
.cat-5 .circle-color:before,
.cat-6 .circle-color:before,
.cat-7 .circle-color:before,
.cat-8 .circle-color:before {
    border-color: #333;
}
.circle-color:before
{
    border: 3px solid #333;
}
a:hover.circle-color:before
{
    border: 3px solid #f90;
}
.books-list .book-item.cat-0 a
{
    border: none;
    background-color: #3E78B2;
    color: #fff;
}

.books-list .book-item.cat-1 a
{
    border: none;
    background-color: #6DA34D;
    color: #fff;
}

.books-list .book-item.cat-2 a
{
    border: none;
    background-color: #FFD866;
}

.books-list .book-item.cat-3 a
{
    border: none;
    background-color: #67A8D1;
}

.books-list .book-item.cat-4 a
{
    border: none;
    background-color: #D88373;
}

.books-list .book-item.cat-5 a
{
    border: none;
    background-color: #fff;
}

.books-list .book-item.cat-6 a
{
    border: none;
    background-color: #fff;
}

.books-list .book-item.cat-7 a
{
    border: none;
    background-color: #fff;
}

.books-list .book-item.cat-8 a
{
    border: none;
    background-color: #fff;
}

.books-list .book-item.cat-0 .icon-arrow-blue-right,
.books-list .book-item.cat-1 .icon-arrow-blue-right
{
    background-image: url(/content/400067855.png);
}

.control-block .next .icon-arrow-blue-right
{
    background-image: url(/content/400067855.png);
}

/* --------------- /Color --------------- */



/* --------------- Adjustment（共通） --------------- */

/* リンク色 */
.book-info .book-info-block .block-inner a {
    color: #1c5696;
}
/* ヘッダー言語ボタン */
.button.button-black {
  background: #333;
}
.header .language-list {
  float: none;
  margin: 10px 0 0 0;
}
.header .language-list .language-item:first-of-type:after {
  vertical-align: baseline;
}
.header .button a {
  display: inline;
  vertical-align: baseline;
}
/* 左エリア下部余白 */
.aside-inner {
  margin-bottom: 40px;
}
/* 左エリア見出し */
.aside-content .content-title
{
  padding: 12px 12px 10px;
}
/* ニュース用余白指定 */
.main-content
{
  padding: 10px 20px 40px 20px;
}
.aside-content .content-title img,
.main-content .content-title img {
  vertical-align: middle;
}
.aside-content .news-list .thumbnail,
.main-content .news-list .thumbnail {
    width: 80px;
}
.aside-content .news-list .thumbnail img,
.main-content .news-list .thumbnail img {
    width: 100%;
}
/* 2段組み対応 */
.book-info .book-info-block .cols2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.book-info .book-info-block .cols2 .book-table {
    width: 50%;
}
/* 通常見出し */
.main-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.main-inner h2.head-title {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
/* 書籍見出し */
.book-info .book-info-block .book-item .detail .horizontal-blcok.book-name h1.lead strong {
    font-size: 22px;
    font-size: 2.2rem;
}
.book-info .book-info-block .book-item .detail .horizontal-blcok.book-name h1.lead span {
    display: block;
}
/* 関連書籍見出し */
.slider .slider-inner .block-heading {
    margin-bottom: 12px;
}
.slider .slider-inner .block-heading .title {
    font-size: 18px;
    font-size: 1.8rem;
}
/* URL改行 */
.block-inner a {
    word-break: break-all;
}
/* 個別ページ */
.logoIntro {
    text-align: center;
}
/* 書籍ボックス */
.top-main-bottom .books-list .book-item a {
  padding-bottom: 10px;
}
/* SPメニュー */
.modal-nav {
  opacity: 0;
  transition: none;
}
.modal-nav.show {
  opacity: 1;
  transition: all .3s linear;
}
/* ページャー */
.pagination span,
.pagination a {
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}
.pagination .pagination-inner em {
  font-size: 1.6rem;
  margin: 1px 5px 0;
  display: inline-block;
}
.pagination a[title="first page"] + em {
  margin-right: -6px
}
.pagination a[title="last page"] {
  margin-left: 2px;
}
/* 執筆者余白 */
p.auther {
  margin-top: 12px;
}
/* --------------- /Adjustment（共通） --------------- */



/* --------------- Adjustment（SP） --------------- */
@media screen and (max-width: 640px) {
  /* フォントサイズ */
  html {
    font-size: 67.5%;
  }
  /* ニュース日付フォントサイズ */
  .news-list .detail .date
  {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* 左エリア下部余白 */
  .aside-inner {
    margin-bottom: 0;
  }
  /* 書籍見出し */
  .book-info .book-info-block .book-item .detail .horizontal-blcok.book-name h1.lead strong {
    font-size: 1.7rem;
  }
  /* 関連書籍見出し */
  .slider .slider-inner .block-heading .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* 書籍ボックス */
  #top.page .block-inner {
    font-size: 1rem;
  }
  .top-main-bottom .books-list .book-item a {
    box-sizing: content-box;
    padding-bottom: 30px;
  }
  /* ページャー */
  .pagination .pagination-inner em {
    margin-top: -3px;
  }
  .main-inner h2.head-title {
    margin: 10px 20px 20px 20px;
    padding-bottom: 5px;
  }
  /* その他 */
  .auther {
    font-size: 1rem;
  }
  .book-info .similar-slider .slider-inner {
    padding: 0 20px;
  }
  /* フッター */
  .footer .footer-nav li:first-of-type {
    margin-right: 15px;
    padding-right: 15px;
  }
}
/* --------------- /Adjustment（SP） --------------- */



/* --------------- Adjustment（PC） --------------- */

@media screen and (min-width: 641px)
{
  /* フォントサイズ */
  html {
    font-size: 57.5%;
  }
  /* 書籍ボックス */
  .books-list {
    margin-left: -30px;
    padding-left: 26px;
  }
  .books-list .book-item {
    width: calc(25% - 9px);
    margin-left: 5px;
    float: none;
    display: inline-block;
    vertical-align: top;    
  }
  .books-list .book-item a {
    box-sizing: content-box;
    padding: 25px 15px!important;
  }
}
/* --------------- /Adjustment（PC） --------------- */



/* --------------- 20180821 --------------- */

h2.subTitle,
h2.subTitleEn {
  padding: 40px 0 20px;
  font-size: 3rem;
  color: #7f7e7f;
  text-align: center; }
h2.subTitleEn {
  font-size: 2rem; }
@media screen and (max-width: 640px)
{
h2.subTitle,
h2.subTitleEn {
  padding: 20px 0 10px;
  font-size: 1.8rem; }
h2.subTitleEn {
  font-size: 1.4rem; }
}
/* --------------- /20180821 --------------- */



/* --------------- 20190304（レコメンド対応） --------------- */
.aside-content.recommend .content-body {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.aside-content.recommend .content-body ul {
  text-align: center;
}
.aside-content.recommend .content-body ul li {
  display: inline-block;
  width: 136px;
  height: 136px;
  overflow: hidden;
  background-color: #eee;
  padding: 8px;
}
.aside-content.recommend .content-body ul li img {
  width: 100%;
}

.block-anchor {
  text-align: center;
  margin-top: 20px;
}
.block-anchor li {
  display: inline-block;
  width: auto;
  padding: 5px 5px 5px 20px;
  margin: 0 10px;
  text-align: left;

  background-image: url(/content/400109824.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
}
.block-anchor li a {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px)
{
.block-anchor li {
  padding: 5px 3px 5px 17px;
  margin: 0 5px;
  background-size: 12px;
}
.block-anchor li a {
  font-size: 1rem;
}
}

.books-list #reco3 .book-item .thumbnail img {
  max-height: 195px;
}
.book-info .book-info-block .books-list #reco3 .book-item .thumbnail {
  float: none;
  margin-bottom: 0;
  padding-right: 0;
}
@media screen and (min-width: 641px)
{
  .books-list #reco3 .book-item {
    width: calc(25% - 30px);
  }
  .books-list #reco3 .book-item .thumbnail {
    width: auto;
    min-height: auto;
  }
  .books-list #reco3 .book-item a {
    padding: 20px!important;
  }
  .book-info .book-info-block .books-list #reco3 .book-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px)
{
  .aside-content.recommend .content-body ul li {
    width: 115px;
    height: 115px;
    margin: 5px;
  }
  .books-list #reco3 .book-item {
    float: left;
  }
  .books-list #reco3 .book-item .thumbnail {
    padding: 0;
  }
  .books-list #reco3 .book-item a {
    padding: 10px;
  }
  .book-info .book-info-block .books-list #reco3 .book-item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .book-info .book-info-block .books-list #reco3 .book-item .thumbnail {
    width: 100%;
    text-align: center;
  }
  .book-info .book-info-block .books-list #reco3 .book-item .thumbnail img {
    width: auto;
    max-width: 100%;
    max-height: 130px;
  }
}
/* --------------- /20190304（レコメンド対応） --------------- */



/* --------------- 20190409（レコメンド対応：slick slider） --------------- */
.slick-slider
{
    width: 822px;
    margin-bottom: 50px!important;
}
.slick-slider .book-item
{
    width: 100%;
    height: 414px;
}
.slick-slider .book-item .thumbnail
{
    float: left;
    width: 30%;
    padding-right: 28px;
}
.slick-slider .book-item .thumbnail img
{
    width: 100%;
}
.slick-slider .book-item .detail
{
    float: left;
    width: 60%;
    overflow: hidden;
}
.slick-slider .book-item .detail .head-block
{
    margin-bottom: 20px;
    padding-bottom: 4px;

    border-bottom: 1px solid #96a8ba;
}
.slick-slider .book-item .detail .body-block
{
    margin-bottom: 20px;
    padding-bottom: 17px;

    border-bottom: 1px solid #96a8ba;
}

/* .horizontal-block */
.slick-slider .book-item .detail .horizontal-block
{
    display: table;

    width: 100%;
    margin-bottom: 6px;
}

.slick-slider .book-item .detail .horizontal-block .caption
{
    font-size: 15px;
    font-size: 1.5rem;

    display: table-cell;

    width: 95px;

    vertical-align: middle;
}
.slick-slider .book-item .detail .horizontal-block .lead
{
    font-size: 16px;
    font-size: 1.6rem;

    display: table-cell;

    vertical-align: middle;
}
.slick-slider .book-item .detail .horizontal-block .icon
{
    font-size: 18px;
    font-size: 1.8rem;
}
.slick-slider .book-item .detail .horizontal-block.book-name .lead strong
{
    font-size: 22px;
    font-size: 2.2rem;
}
.slick-slider .book-item .detail .horizontal-block.book-name .lead .icon
{
    font-size: 32px;
    font-size: 3.2rem;

    margin-right: 14px;
}
.slick-slider .book-item .detail .horizontal-block.author .lead small
{
    font-size: 15px;
    font-size: 1.5rem;
}
.slick-slider .book-item .detail .horizontal-block.description .lead
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

/* .tag-block */
.slick-slider .book-item .detail .tag-block
{
    margin-top: 15px;
}
.slick-slider .book-item .detail .tag-block .tag
{
    width: 120px;
}
.slick-slider .book-item .detail .tag-block .tag:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;

    margin: auto;
}
.slick-slider .book-item
{
    padding: 54px 50px;

    background: url(/content/400067433.png) repeat center;
}

.slick-slider .biblio-about-ja {
    background: url(/content/400098197.png) no-repeat 0 0;
}
.slick-slider .biblio-about-en {
    background: url(/content/400098196.png) no-repeat 0 0;
}
.slick-slider .biblio-ufw-ja {
    background: url(/content/400153620.png) no-repeat 0 0;
}
.slick-slider .biblio-ufw-en {
    background: url(/content/400153621.png) no-repeat 0 0;
}
.slick-slider .slick-prev,
.slick-slider .slick-next
{
    z-index: 10000;
    background-color: #000;
    top: 50%;
    width: 30px;
    height: 100px;
    opacity: .7;
    padding: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}
.slick-slider .slick-prev
{
    left: 0;
    border-radius: 0 5px 5px 0;
    background-image: url(/content/400113875.png);
}
.slick-slider .slick-next
{
    right: 0;
    border-radius: 5px 0 0 5px;
    background-image: url(/content/400067640.png);
}
.slick-slider .slick-prev:before
{
    content: '';
}
.slick-slider .slick-next:before
{
    content: '';
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus
{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus
{
    background-image: url(/content/400113875.png);
}
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus
{
    background-image: url(/content/400067640.png);
}

.slick-slider .slick-dots {
    bottom: -30px;
}
.slick-slider .slick-dots li button:before
{
    width: 12px!important;
    height: 12px!important;
    background-color: #000!important;
    border-radius: 6px;
}

@media screen and (max-width: 640px)
{
    .slick-slider {
        width: 100%;
    }
    .slick-slider .book-item .thumbnail {
        padding-right: 18px;
    }
    .slick-slider .book-item .detail {
        overflow: visible;
    }
    .slick-slider .book-item .detail .head-block
    {
        margin-bottom: 10px;
    }
    .slick-slider .book-item .detail .body-block
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .slick-slider .book-item .detail .horizontal-block .caption
    {
        font-size: 12px;
        font-size: 1.2rem;

        width: 5.5em;

        white-space: nowrap;
    }
    .slick-slider .book-item .detail .horizontal-block .lead
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .slick-slider .book-item .detail .horizontal-block.book-name .lead strong
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .slick-slider .book-item .detail .horizontal-block.book-name .lead .icon
    {
        height: 12px;
        margin-right: 0;

        background-size: auto 12px;
    }
    .slick-slider .book-item .detail .horizontal-block.author .lead small
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .slick-slider .book-item .detail .horizontal-block.description .lead
    {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .slick-slider .book-item .detail .tag-block
    {
        margin-top: 10px;
    }
    .slick-slider .book-item
    {
        padding: 20px 30px;
    }

    .slider .biblio-about-ja {
        background: url(/content/400113876.png) no-repeat 50% bottom;
    }
    .slider .biblio-about-en {
        background: url(/content/400113877.png) no-repeat 50% bottom;
    }
    .slider .biblio-ufw-ja {
        background: url(/content/400153622.png) no-repeat 50% bottom;
    }
    .slider .biblio-ufw-en {
        background: url(/content/400153623.png) no-repeat 50% bottom;
    }
}
/* --------------- /20190409（レコメンド対応：slick slider） --------------- */



/* --------------- 20191001（ドロップダウン対応） --------------- */
.selector select,
.selector-genre select {
  margin-top: 18px;
}
.selector select,
.selector-genre select {
  width: 100%;
  max-height: inherit;
  padding: 10px 50px 10px 20px;

  border-radius: 5px;
  background-image: url(/content/400067432.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto 100%;

  font-weight: bold;
}
.selector select::-ms-expand,
.selector-genre select::-ms-expand {
  display: none;
}

@media screen and (max-width: 640px)
{
  .main .selector-genre {
    margin: 0 20px 0 20px;
  }
  .main .selector-genre select {
    font-size: 13px;
    font-size: 1.3rem;

    margin-top: 0;
  }
  .modal-nav .search .selector-genre {
    padding-bottom: 0;
  }
  .modal-nav .search .selector,
  .modal-nav .search .selector-genre {
    padding-top: 0;
  }
}
/* --------------- /20191001（ドロップダウン対応） --------------- */



/* --------------- 20200204（カテゴリー対応） --------------- */
/* サイド */
.aside-content.freeword_search,
.aside-content.genre {
  margin-bottom: 20px;
}

.aside-content.genre .selector-genre {
  text-align: center;
}
.aside-content.genre button {
  margin: 10px 5px 0;
  padding: 7px 12px;
  background-color: #fff;
  border: 2px solid #595959;
  border-radius: 5px;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.aside-content.genre button.selected {
  background-color: #595959;
  color: #fff;
  font-weight: bold;
}
.aside-content.genre button:hover {
  background-color: #ededed;
}
.aside-content.genre button.selected:hover {
  color: #000;
}
/* メイン */
.main .selector-genre.pc {
  display: table;
  padding-top: 10px;
}
.main .selector-genre.pc div {
  display: table-cell;
}
.main .selector-genre.pc div.main-genre span {
  padding: 7px 12px;
  background-color: #595959;
  border: 2px solid #595959;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.main .selector-genre.pc div.sub-genre-search span {
  padding: 7px 12px;
  white-space: nowrap;
}
.main .selector-genre.pc div.sub-genre button {
  margin: 0 1px 5px 0;
  padding: 3px 10px;
  background-color: #eee;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main .selector-genre.pc div.sub-genre button.selected {
  background-color: #ccd;
}
.main .selector-genre.pc div.sub-genre button:hover {
  background-color: #eef;
}
.main .selector-genre.sp {
  display: none;
}
.main .message {
  padding: 30px;
}
.main .sub-genre-notice,
.main .sub-genre-notice2 {
    margin-top: 10px;
    font-size: 1.3rem;
    color: #666;
}
.main .sub-genre-notice2 {
    text-align: right;
}

@media screen and (max-width: 640px)
{
  .aside-content.genre,
  .main .selector-genre.pc {
    display: none;
  }
  .main .selector-genre.sp {
    display: block;
  }
  .main .selector-genre.sp h3 {
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 1.7rem;
  }
  .main .selector-genre.sp select {
    background-color: #f2f2f2;
    border: 1px solid #595959;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 1.2rem;
  }

  .main .message {
    padding: 20px 30px;
    font-size: 1.3rem;
  }
  .main .sub-genre-notice,
  .main .sub-genre-notice2 {
    margin: 5px 20px;
    font-size: 1.1rem;
  }

  .modal-nav .search .search-block {
    margin: 10px 20px;
  }
  .selector select, .selector-genre select {
    margin-top: 10px;
  }

  .books-list.lists {
    padding-top: 20px;
  }
}
/* --------------- /20200204（カテゴリー対応） --------------- */



/* --------------- 20200402（刊行助成対応） --------------- */
.pub-wrap {
    background-color: #fff;
    padding: 17px 20px 25px;
    margin: 20px 0 0 0;
}
.pub-logo {
    margin-bottom: 15px;
    background-color: #052;
    padding: 10px;
}
.pub-logo img {
    max-width: 100%;
}
.pub-button {
    display: block;
    margin-top: 20px;
}
.pub-button a {
    display: block;
    background-color: #052;
    border-radius: 18.5px;
    text-align: center;
    padding: 7px 5px;
    color: #fff;
}
.pub-intro {
    font-size: 1.45rem;
}
@media screen and (max-width: 640px)
{
    .pub-intro {
        font-size: 1.2rem;
    }
}
/* --------------- /20200402（刊行助成対応） --------------- */



/* --------------- 20201217（部局追加） --------------- */
html[lang='en'] .books-list .book-item .tag-block .tag {
    font-size: 1.4rem;
    padding-left: 15px;
}
@media screen and (max-width: 640px) {
    html[lang='en'] .books-list .book-item .tag-block .tag {
        width: 110px;
    }
}
/* --------------- /20201217（部局追加） --------------- */



/* --------------- 20220104（タイムラインボタン化） --------------- */
.aside-content.tweet {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
}
.aside-content.tweet .content-title.blue {
    background: none;
    padding: 0;
}
.aside-content.tweet .content-title.blue a {
    display: block;
    background: #000 url(/content/400178915.png) no-repeat 15px 50%;
    background-size: 15%;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
}
.aside-content.tweet .content-title.blue a:hover {
    background: #666 url(/content/400178915.png) no-repeat 15px 50%;
    background-size: 15%;
}
.pub-wrap {
    background-color: none;
    padding: 0;
}
.pub-wrap a {
    position: relative;
    display: block;
    background: #052;
    padding: 8px 20px 25px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 0 #999;
}
.pub-wrap a:hover {
    top: 3px;
    box-shadow: 0px 2px 0 #999;
}
/* --------------- /20220104（タイムラインボタン化） --------------- */



/* --------------- 20220120（書籍登録件数表示） --------------- */
.book-num {
    /*background-color: #595959;
    padding: 15px 10px;*/
    margin-bottom: 10px;
    text-align: right;
    /*font-weight: bold;*/
    color: #000;
    font-size: 1.3rem;
}
@media screen and (max-width: 640px)
{
    .book-num
    {
        font-size: 1rem;
    }
}
/* --------------- /20220120（書籍登録件数表示） --------------- */