@charset "utf-8";
/* CSS Document */
/* Reset Css */
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer, header, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
h1, h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0;
}
ul ul {
    margin-bottom: 0;
}
small {
    font-size: 80%;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
/* End ofReset Css */
#container {
    width: 100%;
    margin: 0px;
}
header {
}
.inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#kyujin {
    background-color: #E8F3FF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.kyujin_cont {
    background: url("../images/bg_kyujin.png") no-repeat center center;
    background-size: auto 100%;
}
#hit {
    background-color: #FFF9E7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hit_cont {
    background-image: url("../images/bg_hit.png");
    border: solid 10px #FFD619;
    margin-bottom: 50px;
}
.hit_title {
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: solid 8px #000;
    font-size: 1.8rem;
    font-weight: 600;
}
.hit_title > span {
    font-size: 1.2rem;
}
.flx {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.capture {
    max-width: 300px;
}
.capture li:first-child {
    border: solid #000 1px;
}
.capture li:nth-child(2) {
    font-weight: 600;
    padding: 5px 10px;
}
.capture li:last-child {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
}
.frame__youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.frame__youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner img {
    transition: 0.3s;
}
.banner img:hover {
    opacity: 0.7;
}
footer {
    padding: 8px;
    background-color: #E50012;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
.mb2 {
    margin-bottom: 20px;
}
.pb3 {
    padding-bottom: 30px;
}
