@charset "UTF-8";
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-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

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

input, textarea {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

img {
    vertical-align: middle;
}

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

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    font-family: 'Helvetica', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    color: #33220b;
    -webkit-text-size-adjust: 100%;
    font-size: 90%;
    letter-spacing: 0.05em;
}

a {
    color: #33220b;
    text-decoration: none;
}

ol {
    list-style: decimal outside;
    margin-left: 20px;
}

ol li {
    padding-bottom: 7px;
    line-height: 1.5rem;
}

img {
    max-width: 100%;
}

/* Common
--------------------------------------------------------------------------*/

.container_wrap {
    min-width: 1200px;
}

.container .container_header {
    position: relative;
}

.container .container-header .siteTitle {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    /*height: 630px;*/
    background-image: url(/images/tool/background_header.webp);
    background-position: bottom center;
    background-size: cover;
}

.container .container-header .siteTitle img {
    position: relative;
    z-index: 2;
}

.container .main {
    width: 1000px;
    margin: 50px auto 0;
}

.container-footer .container-footer-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;

}

.notFound {
    max-width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
}

.notFound h2, .notFound p {
    text-align: center;
}

.notFound h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#tool .container .container-header {
    width: 100%;
    background-image: url(/images/tool/background_header.webp);
    background-position: top center;
    background-size: cover;
    /*height: 670px;*/
}

#tool .container .container-header .siteTitle {
    width: 100%;
    text-align: center;
    max-width: 1200px;
    margin-inline: auto;
    background-image: none !important;
}

.container .container-footer {
    width: 100%;
    background: #3468b7;
    text-align: center;
    padding: 30px 0;
    color: #FFFFFF;
    font-size: 1.4rem;
}

.container .container-footer .organizer {
    font-size: 18px;
    font-weight: bold;
}

.container .container-footer .address {
    font-size: 0.9rem;
    display: block;
    margin-top: 10px;
}

#container-contents {
    padding-bottom: 40px;
    background: #ffb523;
}

#tool .container .dl_sozai {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: #3468b7;
    color: #FFFFFF;
}

#tool .container .dl_sozai img {
    margin-bottom: 5px;
}

#tool .container .dl_sozai .dl_sozai_area {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 24px;
    padding: 10px 20px;
    color: #3468b7;
    background: #FFFFFF;
}

#tool .container .dl_sozai span {
    font-size: 14px;
}

#tool .container .note {
    margin-bottom: 60px;
    border: 3px solid #eb0000;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

#tool .container .note h3 {
    text-align: center;
    background: #eb0000;
    color: #FFFFFF;
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

#tool .container .note p {
    margin: 0 20px;
}

#tool .container .note span {
    color: #eb0000;
}

#tool .container .note .ttl_note {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #eb0000;
}

#tool .container .note .txt_note {
    text-indent: -1em;
    padding: 0 0 15px 1em;
    line-height: 150%;
}

#tool .container .data {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#tool .container .data h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 60px;
    font-size: 1.2rem;
    padding-left: 40px;
    background: #3468b7;
    color: #FFFFFF;
    font-weight: bold;
}

#tool .container .data .data_individual {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc((100% - 60px) / 4);
    border: solid 3px #3468b7;
    background: #3468b7;
    display: flex;
    flex-direction: column;
}

#tool .container .data .data_individual .data_thumb {
    text-align: center;
    padding: 15px 10px;
    height: 228px;
    position: relative;
    background-color: #ffffff;
}

#tool .container .data .data_individual .data_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
}

#tool .container .data .data_individual .data_title {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.3;
    margin: 10px;
    text-align: center;
}

#tool .container .data .data_individual .dl_links {
    margin-block: auto 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#tool .container .data .data_individual .dl_links a {
    position: relative;
    display: block;
    width: calc(100% - 90px);
    margin-inline: 10px;
    color: #3468b7;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 50px 10px 20px;
    text-align: right;
    line-height: 1.3;
    transition: all 0.2s;
}

#tool .container .data .data_individual .dl_links a:hover {
    background-color: #ffd002;
}

#tool .container .data .data_individual .dl_links a::before {
    position: absolute;
    top: 11px;
    left: 20px;
    display: inline-block;
    width: 50px;
    text-align: right;
}

#tool .container .data .data_individual .dl_links a[href$=".pdf"]::before {
    content: "PDF：";
}

#tool .container .data .data_individual .dl_links a[href$=".zip"]::before {
    content: "AI：";
}

#tool .container .data .data_individual .dl_links a[href$=".png"]::before {
    content: "PNG：";
}

#tool .container .data .data_individual .dl_links a[href$=".zip"].png::before {
    content: "PNG：" !important;
}

#tool .container .data .data_individual .dl_links a[href$=".mp4"]::before {
    content: "MP4：";
}

#tool .container .data .data_individual .dl_links a::after {
    content: "";
    background-image: url(/images/tool/btn_download.png);
    background-size: contain;
    width: 20px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}

#tool .container .data .data_individual .dl_links .no-download::after {
    display: none;
}

.tool-top {
    text-align: center;
    display: flex;
    justify-content: center;
}

.tool-top .to-page {
    font-size: 1.6em;
    width: 520px;
    margin: 60px 20px;
}

.tool-top .to-page a {
    display: block;
    border-radius: 10px;
    border: 3px solid #3468b7;
    transition: all 0.4s;
}

.tool-top .to-page a:hover {
    background: #fcd9e9;
    cursor: pointer;
}

.tool-top .btn {
    display: block;
    background: #3468b7;
    padding: 20px 0;
    text-align: center;
    color: #FFFFFF;
}

.name-list {
    font-weight: bold;
    font-size: 1.2em;
    height: 205px;
    margin: 20px;
}

.browser-list {
    margin: 5px 0 20px 50px;
    list-style-type: disc;
}

.browser-list li {
    padding: 0;
}
