@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============================================================ Media Queries */
@media (max-width: 640px) {
    /* ============================== Display */
    .rsp_dsp_n {
        display: none !important;
    }
    .rsp_dsp_b {
        display: block !important;
    }

    /* ============================== Float */
    .rsp_fl_n {
        float: none !important;
    }

    /* ============================== Width */
    .rsp_w100p {
        width: 100% !important;
        max-width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* ============================== Padding */
    .rsp_pdlr0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .rsp_pdlr8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

body {
    font-family:
        'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック',
        sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #2f3e36;
    -webkit-font-smoothing: antialiased;
}
a,
a:visited,
a:link {
    color: #4e8064;
    text-decoration: none;
}

.ttl_img {
    margin-bottom: 65px;
    background: #c0ddc7;
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    #contents {
        padding-top: 40px;
    }
    .ttl_img {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .ttl_img {
        padding-top: 102px;
    }
}
.ttl_img img {
    max-width: 100%;
}

.document-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    max-width: 1142px;
}
@media screen and (max-width: 742px) {
    .document-list {
        padding: 0 4%;
        box-sizing: border-box;
    }
}

.document-list--item {
    margin: 0 0 30px 5%;
    padding: 16px 22px 54px;
    width: 30%;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 16px -9px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    box-sizing: border-box;
}
.document-list--item:nth-child(3n + 1) {
    margin-left: 0;
}
@media screen and (max-width: 640px) {
    .document-list--item {
        margin: 0 0 30px;
        padding: 16px 4% 40px;
        width: 100%;
    }
}
.document-list--item--ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 22px;
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
}
.document-list .cap {
    margin-bottom: 25px;
    color: #7a7a7a;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.7;
    min-height: 75px;
}
.ttl-download {
    margin-bottom: 43px;
}
@media screen and (min-width: 641px) {
    .document-list a:hover {
        opacity: 0.7;
    }
}
