/* 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;
}

/* =Overwrite bootstrap settings
-------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-family: '游ゴシック', YuGothic, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;;
    font-size: 13px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: '游ゴシック', YuGothic, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', Meiryo, sans-serif;;
    margin: 0;
    padding: 0;
}

a {
	outline: none;
}

a:hover,
a:focus {
	outline: none;
}

em, .em {
    font-weight: bold;
}
.em {
    color: #00ae75;
}
* {
    box-sizing: content-box;
}



/* =Layout
-------------------------------------------------------------- */

.mt10 {
    margin-top: 10px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.lp-container {
    overflow: hidden;
    margin-left: 15px;
    border-left: solid 5px #00ae75;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.list-disc {
    padding-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.text-marker {
    background: linear-gradient(transparent 0%, #ffffa2 0%);
}
.kanban-inner {
    padding: 15px 15px 0 0;
    position: relative;
    z-index: 0;
}
.kanban-inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    height: 492px;
    background-color: #00ae75;
    z-index: 0;
}
.kanban-main {
    width: 340px;
    height: 259px;
    position: relative;
    background-image: url(../img/kanban_bg.png);
    background-repeat: repeat;
    background-size: 340px 259px;
    z-index: 1;
}
.kanban-sub {
    width: 260px;
    height: 218px;
    position: relative;
    background-image:url(../img/kanban_bg_sub.png);
    background-repeat: repeat;
    background-size: 260px 218px;
}
.btn-area {
    margin: 20px auto 35px;
    padding: 0 5px;
    text-align: center;
}
.btn-area > a {
    display: block;
    margin: 0 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(255, 171, 8);
    box-shadow: inset 0px 2px 2px 0px rgba(191, 129, 6, 0.004);
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.btn-area small {
    display: block;
    padding: 10px;
    font-size: 10px;
    color: #696969;
}
.block {
    margin-top: 40px;
}
.block-head {
    padding: 0 0 13px 10px;
    position: relative;
}
.block-head:after {
    content: '';
    display: block;
    width: 50%;
    border-top: solid 1px #00ae75;
    position: absolute;
    left: -10px;
    bottom: 0;
}
.block-head span {
    font-size: 18px;
    font-weight: bold;
}
.block-head span .font-smaller {
    margin-left: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #696969;
}
.block-body em {
    line-height: 1.8;
}
.block-body > p,
.block-body > small {
    margin: 20px 0;
    padding: 0 25px;
    line-height: 2;
    letter-spacing: 1px;
}
.block-body small {
    display: block;
    color: #747474;
}
.block-body-head {
    margin: 30px 0 5px;
    padding: 0 25px;
    font-weight: bold;
    font-size: 16px;
}
.list--bg {
    padding: 0 25px;
}
.list--bg li {
    margin-top: 20px;
    padding: 15px;
    position: relative;
    background-color: #e5f7f1;
    line-height: 2;
}
.list--bg li:before {
    content: '';
    display: block;
    width: 25px;
    border-top: solid 1px #00ae75;
    position: absolute;
    top: 15px;
    left: -25px;
}
.list--bg .em {
    margin-right: 5px;
}
.list--numbered {
    margin-top: 20px;
    padding: 0 25px;
}
.list--numbered dl,
.list--numbered p {
    padding: 5px 15px;
}
.list--numbered dt {
    margin-bottom: 3px;
    font-weight: bold;
}
.list--numbered .btn-area {
    margin: 20px auto;
}
.list--numbered > li {
    margin-top: 15px;
}
.list--numbered > li span {
    margin-right: 5px;
}
.list--numbered li:first-child {
    margin-top: 0;
}
.list--numbered em {
    font-size: 16px;
}
.list--numbered small {
    display: inline;
    font-size: 12px;
    padding: 0 !important;
}
.list--bar {
    margin: 0 25px;
    padding: 1px 0;
    border-left: solid 2px #00ae75;
}
.list--bar li {
    margin: 15px;
    display: flex;
}
.list--bar span:first-child {
    flex: 1;
}
.list--bar span:last-child {
    margin-left: 10px;
}
.table-bdr {
    margin: 20px 25px 0;
}
.table-bdr th {
    width: 70px;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}
.table-bdr th,
.table-bdr td {
    line-height: 1.8;
}
.table-bdr tr {
    border-bottom: solid 1px #ccc;
}
.table-bdr td {
    padding: 10px 0;
}
.block-body .photo {
    margin: 30px 0;
}
.photo em {
    display: block;
    margin-bottom: 10px;
}
.photo img {
    width: 100%;
    height: auto;
    display: block;
    border: solid 1px #f0f0f0;
}
.message > span {
    display: block;
    text-align: right;
}

.backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #000;
    cursor: pointer;
    line-height: 60px;
    opacity: 0;
    transition: all ease-out .3s;
    text-align: center;
    text-decoration: none;
}
.backtop:before,
.backtop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    display: block;
    height: 3px;
    width: 10px;
    background-color: #fff;
}
.backtop:before {
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.backtop:after {
    margin-left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.backtop.show {
    opacity: 0.7;
    transform: translate(0, -60px);
}

footer {
    padding: 20px;
    font-size: 12px;
    background-color: #00ae75;
    color: #fff;
}
footer dl {
    display: flex;
}
footer dd {
    margin-left: 10px;
    flex: 1;
}
footer b {
    display: block;
    margin: 20px 0 2px;
    font-weight: bold;
}
footer a {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    text-decoration: underline;
}

.teachers span {
    display: block;
    margin: 2px 0;
}


.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .lp-container {
        margin-left: 0;
        
    }
    .kanban-main,
    .kanban-sub {
        background-position: -10px;
    }
    .kanban-inner:after {
        width: 65px;
    }
    .block-body > p,
    .block-body small,
    .list--bg,
    .list--numbered,
    .block-body-head {
        padding: 0 20px;
    }
    .list--bar {
        margin: 0 20px;
    }
    .table {
        margin: 20px 20px 0;
    }
}

@media screen and (min-width: 414px) and (max-width: 500px) {
    .kanban-main {
        width: 381px;
        height: 256px;
        background-image: url(../img/kanban_bg_6s.png);
        background-size: 381px 256px;
    }
    .kanban-inner:after {
        width: 98px;
        height: 456px;
    }
    .kanban-sub {
        width: 307px;
        height: 185px;
        background-image:url(../img/kanban_bg_sub_6s.png);
        background-size: 307px 185px;
    }
}

@media only screen and (min-width : 501px) {
    body {
        background-color: #f0f0f0;
    }
    .lp-container {
        width: 1024px;
        margin: 0 auto;
        border-left: solid 15px #00ae75;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 2;
        background-color: #fff;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }
    .kanban-main {
        width: 980px;
        height: 426px;
        background-image: url(../img/kanban_bg_pc.png);
        background-size: 980px 426px;
    }
    .kanban-inner:after {
        width: 335px;
        height: 758px;
    }
    .kanban-sub {
        width: 980px;
        height: 317px;
        background-image:url(../img/kanban_bg_sub_pc.png);
        background-size: 980px 317px;
    }
    .btn-area {
        margin: 30px auto;
    }
    .btn-area > a {
        display: inline-block;
        padding: 20px 200px;
    }
    .btn-area > a:hover {
        opacity: 0.9;
    }
    .btn-area small {
        font-size: 12px;
    }
    .block {
        margin-top: 70px;
    }
    .block-head {
        display: inline-block;
        margin: 0 60px 30px 0;
        padding: 0 0 15px 60px;
    }
    .block-head:after {
        width: 100%;
        left: 0;
    }
    .block-head span {
        font-size: 24px;
    }
    .block-body > p,
    .block-body > small {
        margin: 15px 0;
        padding: 0 60px;
    }
    .block-body > p {
        font-size: 17px;
    }
    .block-body > p em br {
        display: none;
    }
    .list--bg {
        padding: 0 60px;
    }
    .list--bg li {
        padding: 20px 25px;
        line-height: 1.8;
        font-size: 15px;
    }
    .list--bg li:before {
        display: none;
    }
    .table {
        margin: 0 60px;
        font-size: 14px;
    }
    .table th {
        width: 20%;
    }
    .table th,
    .table td {
        padding: 15px 0;
        font-size: 15px;
    }
    .list--numbered {
        padding: 0 60px;
    }
    .list--numbered em {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .list--numbered em > span {
        margin-right: 10px;
        padding: 3px 7px;
        background-color: #00ae75;
        font-size: 16px;
        color: #fff;
    }
    .list--numbered dl,
    .list--numbered p {
        padding: 10px 35px;
        font-size: 16px;
    }
    .list--numbered small {
        display: block;
    }
    .list--numbered > li {
        margin-top: 30px;
    }
    .block-body-head {
        display: inline-block;
        margin: 0;
        padding: 0 10px 0 0;
        vertical-align: top;
        font-size: 15px;
    }
    .block-body-head:first-child {
        padding-left: 30px;
    }
    .list--bar {
        width: 270px;
        margin: 0;
        padding: 0 50px 0 0;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }
    .list--bar span:last-child {
        font-size: 11px;
        color: #696969;
    }
    .list--bar li {
        margin: 3px 0 10px 10px;
        font-size: 13px;
        align-items: center;
    }
    footer dl,
    footer p {
        width: 1024px;
        margin: 0 auto;
    }
}


/* =SNS area
-------------------------------------------------------------- */
.sns-link-wrapper {
    margin: 15px 0;
    padding: 0 25px;
}
.sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    margin: 0 3px;
}
.sns-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}
.sns-link a:hover {
    text-decoration: none;
}
.sns-link__container {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
.sns-link__facebook {
    background-color: #265a96
}
.sns-link__facebook a {
    padding: 5px 7px 8px 5px;
    font-size: 24px;
}
.sns-link__facebook-like {
    border-left: solid 1px #fff;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
}
.sns-link__twitter {
    background-color: #00acec
}
.sns-link__hatena {
    background-color: #006fbb
}
.sns-link__line {
    background-color: #2cbf13;
}
@media (min-width: 768px) {
    .sns-link__line {
        display: none;
    }
}
















