@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;
}
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;
}

/***********
base
***********/
body {
    font-family: "Urbanist", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: #000000;
}

img {
    max-width: 100%;
    vertical-align:top;
}
* {box-sizing: border-box;}

a {
    color: inherit;
    text-decoration: none;
}

a img, a {
    transition: 0.2s;
}

a:hover img {
    transform: translateY(2px);
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

/***********
header
***********/
.la {
    position: absolute;
    right: 0;
    top: 0;
}

.la_tx {
    width: 120px;
    margin: 10px;
    background-color: #ffffff;
    color: #bb1915;
    border-radius: 15px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    header {
        padding: 25px 0 15px;
    }
    .la_tx {
        width: 90px;
        margin: 5px 10px;
        font-size: 10px;
    }
}

header {
    padding: 50px 0;
    background-color: #bb1915;
    background-image: url("../images/bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 5px solid #000000;
    color: #ffffff;
    text-align: center;
}

header p {
    margin: 0 0 30px;
}

header p strong {
    font-weight: 700;
    font-size: 20px;
}

.main_img {
    margin: 0 auto 60px;
    max-width: 1200px;
    animation: zoomIn 1s ease forwards;
}
.main_img img {width: 100%;}

@keyframes zoomIn {
    0% {transform: scale(1.1);opacity: 0;}
    100% {transform: scale(1.0);opacity: 1;}
}

@media screen and (max-width: 660px) {
    header p strong {
        font-size: 18px;
    }
}

/***********
main
***********/
.content p {
    margin: 0 0 15px;
}
.content ul {
    margin: 0 0 15px 15px;
}
.content li {
    position: relative;
    padding: 0 0 0 15px;
}
.content li::before {
    position: absolute;
    content: "･";
    display: block;
    left: 0;
    top: 0;
    width: 15px;
    text-align: center;
}

.content dl {
    display: flex;
    margin: 0 0 15px;
}

.content dt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    width: 250px;
    background-color: #ececec;
}

.content dd {
    flex: 1;
}

h2 {
    margin: 50px 0;
    padding: 20px 0;
    color: #ffffff;
    background-color: #bb1915;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
}

.search h2 {
    color: #bb1915;;
    background-color: #ffffff;
    border-top: 1px solid #bb1915;
    border-left: 1px solid #bb1915;
    border-right: 5px solid #bb1915;
    border-bottom: 5px solid #bb1915;
}

h3 {
    margin: 30px 0 25px;
    font-size: 24px;
    font-weight: 800;
    color: #bb1915;
}

.search h3 {
    display: inline-block;
    margin: 15px 0;
    border-bottom: 1px solid #bb1915;
}

.search h3 a {
    color: #000000;
}
.search h3 a:hover {color: #bb1915;}
.download {
    margin: 25px auto;
    display: flex;
    justify-content: center; 
    text-align: center;
}
.download div {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    flex-direction: column;
    margin: 0 25px;
}
.download h4 {
    margin: 0 0 5px;
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    border-bottom: 1px solid #bb1915;
} 

.download h4 + p {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download img {
    width: 200px;
    border: 1px solid #cccccc;
    margin: 0 0 15px;
}

.download span,.download a {
    font-size: 18px;
    display: inline-block;
    padding: 0 20px 0 0;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px 15px;
}

.download a:hover {
    color: #bb1915;
}

span.email {
    font-weight: 600;
    color: #005ed0;
}
@media screen and (max-width: 660px) {
    h2 {font-size: 24px;margin:30px 0;padding: 15px 0;}
    h3 {font-size: 20px;}
    h4 {font-size: 16px;}
    .download span,.download a {font-size: 14px;}
    dl.wide {
        flex-wrap: wrap;
    }
    dl.wide dd {
        flex: auto;
        margin: 5px 0 0;
    }
    .download {
        justify-content: space-between;
    }
    .download img {width: auto;}
    .download div {
        width: 32%;
        margin: 0;
    }
}

/***********
footer
***********/
footer {
    margin: 100px 0 0;
    background-color: #000000;
}
footer .copyright {
    padding: 30px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

#go_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	z-index: 30;
}