/*
Theme Name:     top
Author:         TREVO
Template:       top
*/

@charset "UTF-8";

/*===== BASE =====*/

/* 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,
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;
}

em {
    font-style: italic;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    width: 100%;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.text_120 {
    font-size: 120%;
}

.br::before {
    content: "\A";
    white-space: pre;
}

.fl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .text_120 {
        font-size: 100%;
    }
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

/*===== COMMON =====*/

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 16px;
    font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 2;
    color: #000;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text_b_b {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.t-sm {
    font-size: 0.9em
}

.t-bold {
    font-weight: bold;
}

.t-white {
    color: #fff;
}

.t-brown {
    color: #960002;
}

.t-brown02 {
    color: #D79900;
}

.t-brown03 {
    color: #FF7A4D;
}

.t-brown04 {
    color: #fff54d;
}

.t-red01 {
    color: #D43134;
}

.t-blue {
    color: #57BFE1;
}

.tag01 {
    background-color: #00bd50;
    color: #fff;
    padding: 3px;
    margin-bottom: 15px;
}

.text_b {
    font-weight: bold;
}

.text_b_br {
    color: #57BFE1;
    font-weight: bold;
}

.t-red01_b {
    color: #D43134;
    font-weight: bold;
}

.text_mi_17b {
    font-size: 17px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    font-weight: bold;
}

.text_r_17b {
    font-size: 17px;
    font-weight: bold;
    color: #D43134;
}

.text_b_16 {
    font-weight: bold;
    font-size: 120%;
}

.text_b_17b {
    font-size: 21px;
    color: #57BFE1;
    font-weight: bold;
}

.text_13 {
    font-size: 13px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.container {
    width: 100%;
    overflow: hidden;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.main_box {
    width: 100%;
}

a:link,
a:visited,
a:active {
    color: #57BFE1;
    text-decoration: underline;
}

a:hover {
    opacity: 0.8;
}

.pc {
    display: block;
}

.sm {
    display: none;
}

.pc48 {
    display: block;
}

.sm48 {
    display: none;
}

.w10 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 25%;
}



@media (max-width: 768px) {
    .main {
        margin-top: 5em;
    }

    .main_box {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .wrapper {
        width: 96%;
    }

    .pc {
        display: none;
    }

    .sm {
        display: block;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
}


/*===== ヘッダー =====*/

header {
    position: relative;
    background: white;
}

header .inner-header {
    margin-top: 0px;
}

header .inner-header .logo {
    float: left;
    margin-top: 10px;
    padding-bottom: 15px;
}

header .inner-header .logo a {
    display: block;
}

header .inner-header .top_nav {
    float: right;
    width: 134px;
    letter-spacing: -.4em;
}

header .inner-header .top_nav li {
    letter-spacing: normal;
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #DFEDFF;
}

header .inner-header .top_nav li:last-child {
    border-left: medium none;
}

header .inner-header .top_nav a {
    background-color: #57BFE1;
    display: block;
    color: #FFFFFF;
    width: 97px;
    text-decoration: none;
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
}

header .inner-header .top_nav a:hover {
    background-color: #81D3ED;
}

header .inner-header .top_nav .nav01 a {
    background-image: url(img/h_nav01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

header .inner-header .top_nav .nav02 a {
    background-image: url(img/h_nav02.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

header .inner-header .top_nav .nav03 a {
    background-image: url(img/h_nav03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

@media (max-width: 768px) {
    header {
        padding-top: 4px;
        padding-bottom: 10.9375px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: white;
    }

    header .top-header {
        padding-top: 0;
    }

    header .inner-header {
        margin-top: 0px;
        position: relative;
    }

    header .inner-header .logo {
        float: left;
        width: 90%;
        margin-top: 8px;
        margin-left: 8px;
    }

    header .inner-header .logo a {
        display: block;
    }

    header .inner-header .top_nav {
        display: none;
    }

    header .inner-header .btn-menu {
        position: absolute;
        width: 10%;
        right: -3px;
    }

    header img {
        width: 100%;
    }
}

/*===== フッター =====*/

footer .footer-con {
    width: 100%;
    background-color: #edfbff;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 1.422;
}

footer .footer-logo {
    width: 100%;
    padding-bottom: 1em;
}

footer .footer-con p {
    font-size: 13px;
    line-height: 160%;
    border-bottom: solid 1px #ccc;
}

footer .footer-left {
    float: left;
    width: 600px;
}

footer .footer-left {
    font-size: 14px;
}

footer .footer-left p {
    padding: 5px;
    width: 380px;
    clear: left;
}

footer .footer-left dl {
    width: 500px;
}

footer .footer-left dt {
    float: left;
    clear: left;
    width: 90px;
    border-bottom: solid 1px #ccc;
    height: 60px;
    padding: 5px 0;
}

footer .footer-left dd {
    float: left;
    width: 300px;
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}

footer .footer-right {
    float: right;
    width: 400px;
}

footer .footer-right a {
    color: #595757;
    text-decoration: none;
}

footer .footer-right a:hover {
    color: #8C8989;
}

footer .footer-right li {
    background-image: url(img/f_li.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-size: 14px;
}

footer .copyright {
    width: 100%;
    background-color: #57BFE1;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {

    footer .footer-logo {
        text-align: center;
    }

    footer .footer-left {
        float: none;
        width: 100%;
        margin-left: 2.5%;
    }

    footer .footer-right {
        float: none;
        margin-top: 1em;
        width: 100%;
        margin-left: 2.5%;
    }

    footer .footer-left dl {
        width: 100%;
    }

    footer .footer-left dt {
        float: none;
        width: 100%;
        border-bottom: none;
        height: auto;
    }

    footer .footer-left dd {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    footer .footer-left p {
        float: none;
    }
}

#pageTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 30px;
    width: 50px;
    height: 42px;
    background-color: #57BFE1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 520px) {
    #pageTop {
        display: none;
    }
}

/*===== ナビパーツ　=====*/

.navigation {
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.navigation ul {
    position: relative;
    display: table;
    width: 100%;
}

.navigation ul li {
    border-right: 1px solid #57bfe1;
    display: table-cell;
    vertical-align: middle;
}

.navigation ul li a {
    text-decoration: none;
    font-size: 16px;
    padding: 4px 0px;
    display: block;
    color: #57bfe1;
    font-weight: bold;
    text-align: center;
}

.navigation ul li:first-child {
    border-left: 1px solid #57bfe1;
}

.navigation ul li:hover {
    background-color: #DFF7FF;
}

.navigation ul li:hover .sub-menu {
    max-height: 500px;
    transition: border 1ms, max-height ease 0.6s 1ms;
    z-index: 9999;
    padding: 20px 12px 1px 20px;
}

.navigation .sub-menu {
    position: absolute;
    width: 100%;
    left: -15px;
    top: 100%;
    transition: border linear 1ms 0.5s, max-height ease 0.6s;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    max-height: 0px;
    padding: 20px 0px 0px 20px;
    display: inherit;
}

.navigation .sub-menu li {
    float: left;
    width: 236px;
    border: 1px solid #bfbfbf !important;
    margin-right: 12px;
    margin-bottom: 14px;
    height: 60px;
    display: inherit;
}

.navigation .sub-menu li a {
    padding: 9px 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
    width: 212px;
}

.navigation .sub-menu li:last-child {
    float: left;
}

.navigation.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999;
}


/*===== スライド　=====*/

#mainimg {
    width: 1150px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#main-img {
    position: absolute;
    top: 5px;
    left: 320px;
}

.bx-wrapper {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.sliderBox {
    position: relative;
    clear: both;
    text-align: center;
}

@media (max-width: 768px) {
    #mainimg {
        width: 100%;
        padding-top: 4em;
        padding-bottom: 0em;
    }

    #mainimg img {
        width: 100%;
    }

    .bx-wrapper {
        width: 100%;
    }
}


/*===== 基本セット =====*/

.title {
    width: 100%;
    background-color: #57bfe1;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

.title-box {
    border-bottom: 3px solid #57bfe1;
    margin-bottom: 60px;
}

.title-box h2 {
    font-size: 160%;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    background: #fff;
    color: #000000;
}

.t-brown02 br {
    display: none;
}

h5 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 10px;
    color: #57BFE1;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 20px;
    font-size: 20px;
}

.ep h5 {
    background-image: url(img/li_bg04.gif);
}

.con-secondary h5 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 10px;
    color: #57BFE1;
    padding-left: 0px;
    font-size: 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: ;
}

.main_box {
    width: 1000px;
}

#pankuzu {
    color: #595757;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 50px;
}

#pankuzu li {
    list-style: none;
}


#pankuzu a {
    color: #595757;
    text-decoration: underline;
    padding-right: 8px;
}

.content {
    width: 100%;
}

.content h2 {
    background-color: #F8F8F8;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 1em;
}

.content h2 span {
    border-left: 4px solid #57bfe1;
    padding-left: 10px;
}

.content h3 {
    color: #57bfe1;
    font-size: 16px;
    border-left: 7px solid #57bfe1;
    padding-left: 10px;
    margin-top: 3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.con-box {
    margin-bottom: 120px;
}

.con-box dl {
    line-height: 1.8;
    margin-bottom: 40px;
}

.con-box dl dt {
    font-weight: bold;
}

.con-box dl dd {
    margin-bottom: 2em;
}

.con-box dl dd .img-center {
    margin: 30px 0;
}

.pdf li {
    background-image: url(member/img/list-news01.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 65%;
}

.pdf li a {
    background-image: url(member/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    color: #000;
    display: block;
    padding: 10px 2.5em;
}

.pdf li a:hover {
    background-color: #eee;
}

.file li {
    background-image: url(member/img/list-news01.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 65%;
}

.file li a {
    background-image: url(member/img/file.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    color: #000;
    display: block;
    padding: 10px 2.5em;
}

.file a:hover {
    background-color: #eee;
}

@media (max-width: 768px) {
    .title {
        font-size: 160%;
        padding: 20px 0;
    }

    .con-box {
        margin-bottom: 60px;
    }

    .pdf li {
        width: 100%;
    }

    .file li {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .title {
        font-size: 140%;
    }
}


/*===== top　=====*/

.top {
    padding-top: 40px;
    margin-bottom: 120px;
}

.top section {
    width: 710px;
    float: left;
}

.top aside {
    width: 280px;
    float: right;
}

.top aside h3 {
    background-color: #57BFE1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
}

.top aside a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #595757;
    padding: 7px 0 7px 15px;
    background-image: url(img/aside.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.top aside a:hover {
    background-color: #F8F8F8;
}

@media (max-width: 768px) {
    .top {
        padding-top: 20px;
        margin-bottom: 60px;
    }

    .top section {
        width: 100%;
        float: none;
    }

    .top aside {
        width: 100%;
        ;
        float: none;
    }

    .top aside a {
        padding: 4px 0 4px 15px;
    }

}

/*===== お知らせ　=====*/

.list-news li a .new {
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 8px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .important {
    background-color: #FDB867;
    border: solid 2px #FDB867;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .accepting {
    background-color: #941ed3;
    border: solid 2px #941ed3;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .event {
    background-color: #489f16;
    border: solid 2px #489f16;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 3px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}


.list-news {
    padding-bottom: 50px;
}

.list-news h2 {
    line-height: 140%;
    font-weight: bold;
    font-size: 18px;
    border-left: 5px solid #57BFE1;
    padding: 0.3em 0.7em;
}

.list-news ul {
    margin: 20px 0 0 0;
}

.list-news li {
    width: 95%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 40px 0;
    background-image: url(img/list-news01.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.list-news li .date {
    float: left;
    width: 20%;
}

.list-news li a {
    float: right;
    width: 78%;
    text-decoration: underline;
    color: #595757;
}

@media (max-width: 768px) {
    .list-news ul {
        width: 100%;
        margin-right: 2.5%;
        padding-top: 0;
        padding-bottom: 2em;
    }

    .list-news li {
        width: 100%;
        padding: 15px 0 10px 0;
    }

    .list-news li .date {
        width: 100%;
        display: block;
        float: none;
    }

    .list-news li a {
        float: none;
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .list-news {
        padding-bottom: 30px;
    }
}

/*===== 開催実績 =====*/

.achievement table {
    margin-top: 1em;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.achievement th {
    padding: 10px 5px;
    background: #57bfe1;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
}

.achievement td {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
}

.achievement td:nth-child(3) {
    text-align: left;
}

.achievement tr:nth-child(odd) td {
    background: #eee;
}

.textnr {
    white-space: nowrap;
}

.achievement-all table {
    margin-top: 1em;
    margin-bottom: 3em;
    width: 300px;
    border-collapse: collapse;
    text-align: center;
}

.achievement-all th {
    padding: 10px 5px;
    background: #666;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
}

.achievement-all td {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
}

.achievement-all tr:nth-child(odd) td {
    background: #fff;
}

.achievement-all td:nth-child(odd) {
    text-align: left;
}


@media (max-width: 520px) {
    .achievement th {
        padding: 5px 2px;
        font-size: 13px;
    }

    .achievement td {
        padding: 5px 2px;
        font-size: 13px;
    }

    .text-rp {
        padding: 5px 2px;
        font-size: 13px;
    }

    .textnr {
        white-space: normal;
    }
}


/*===== ログイン =====*/

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

after {
    clear: both;
}

#login {
    margin: 50px auto;
    width: 320px;
}

#login form {
    margin: auto;
    padding: 22px 22px 22px 22px;
    width: 100%;
    border-radius: 5px;
    background: #e2e2e2;
    border-top: 3px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
}

#login form span {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #fff;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

#login form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 235px;
    height: 50px;
}

#login form input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 235px;
    height: 50px;
}

#login form input[type="submit"] {
    background: #57BFE1;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

#login form input[type="submit"]:hover {
    background: #82d6f1;
}

#login form .user {
    background-image: url(member/img/login01.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#login form .lock {
    background-image: url(member/img/login02.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 520px) {
    #login {
        width: 94%;
        margin: 0px auto;
    }

    #login form {
        margin: auto;
        padding: 2%;
        width: 100%;
    }

    #login form input[type="text"] {
        width: 74%;
    }

    #login form input[type="password"] {
        width: 74%;
    }

    #login form input[type="submit"] {
        width: 99%;
    }
}

@media (max-width: 320px) {
    #login form input[type="text"] {
        width: 70%;
    }

    #login form input[type="password"] {
        width: 70%;
    }
}

/*===== メンバーページ =====*/

.membe-main-btn li {
    width: 32%;
}

.membe-main-btn a {
    display: block;
    color: #000;
    padding: 10px;
    background-color: #F8F8F8;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.membe-main-btn a:hover {
    color: #fff;
    background-color: #57C0E0;
}

.membe-main-btn .ga a {
    color: #fff;
    background-color: #57C0E0;
}

.membe-main-btn .btn01 a {
    background-image: url(member/img/btn01.png);
    background-repeat: no-repeat;
    background-position: 50px center;
}

.membe-main-btn .btn02 a {
    background-image: url(member/img/btn02.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.membe-main-btn .btn03 a {
    background-image: url(member/img/btn03.png);
    background-repeat: no-repeat;
    background-position: 70px center;
}

.membe-main-btn .btn01 a:hover {
    background-image: url(member/img/btn01-2.png);
    background-repeat: no-repeat;
    background-position: 50px center;
}

.membe-main-btn .btn02 a:hover {
    background-image: url(member/img/btn02-2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.membe-main-btn .btn03 a:hover {
    background-image: url(member/img/btn03-2.png);
    background-repeat: no-repeat;
    background-position: 70px center;
}

.membe-main-btn .btn01.ga a {
    background-image: url(member/img/btn01-2.png);
}

.membe-main-btn .btn02.ga a {
    background-image: url(member/img/btn02-2.png);
}

.membe-main-btn .btn03.ga a {
    background-image: url(member/img/btn03-2.png);
}

@media (max-width: 520px) {
    .membe-main-btn .fl {
        display: block;
    }

    .membe-main-btn a {
        text-align: left;
        font-size: 14px;
        padding-left: 12%;
    }

    .membe-main-btn li {
        width: 100%;
        margin-bottom: 10px;
    }

    .membe-main-btn .btn01 a {
        background-position: 10px center;
    }

    .membe-main-btn .btn03 a {
        background-position: 10px center;
    }

    .membe-main-btn .btn01 a:hover {
        background-position: 10px center;
    }

    .membe-main-btn .btn03 a:hover {
        background-position: 10px center;
    }
}

@media (max-width: 375px) {
    .membe-main-btn a {
        padding-left: 18%;
    }
}

/*===== 事前学習教材 =====*/

.teaching table {
    margin-top: 1em;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.teaching th {
    padding: 10px 5px;
    background: #57bfe1;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
}

.teaching td {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
}

.teaching tr:nth-child(odd) td {
    background: #eee;
}

.teaching .pdf {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
}

.teaching .pdf a {
    background-image: url(member/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000;
    padding: 10px 2.5em;
}

.teaching .movie {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
}

.teaching .movie a {
    background-image: url(member/img/movie.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000;
    padding: 10px 2.5em;
}

@media (max-width: 520px) {
    .teaching th {
        padding: 5px 2px;
        font-size: 13px;
    }
    .teaching td {
        padding: 5px 2px;
        font-size: 13px;
    }
    .teaching .pdf {
        font-size: 13px;
        padding: 5px 2px;
    }
    .teaching .movie {
        padding: 5px 2px;
        font-size: 13px;
    }
}
