/* =====================
 .c--page-article
===================== */
.c--page-article *{
  font-size: 16px;
  font-size: 1.0rem;
}
@media screen and (max-width: 767px) {
  .c--page-article *{
    font-size: 16px;
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 768px) and ( max-width: 992px) {
  .c--page-article *{
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 993px) and ( max-width: 1199px) {
  .c--page-article *{
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c--page-article *{
    font-size: 18px;
    font-size: 1.125rem;
  }
}


/* =====================
  c--page-table-course-charge
===================== */
.c--page-table-course-charge{
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #c9c9c9;
}
.c--page-table-course-charge caption{
  caption-side: top;
  padding: 0 0 5px 10px;
  text-align: left;
}
.c--page-table-course-charge th{
  border: 1px solid #c9c9c9;
  color: #8e8e8e;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.c--page-table-course-charge thead th{
  border: 2px solid #c9c9c9;
  padding: 10px 15px;
}
.c--page-table-course-charge.credit th{
  background-color: #f6f6f6;
}
.c--page-table-course-charge.bitcash th{
  background-color: #f6f6f6;
}
.c--page-table-course-charge td{
  border: 1px solid #c9c9c9;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c--page-table-course-charge{
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #c9c9c9;
  }
  .c--page-table-course-charge caption{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0 5px 5px;
  }
  .c--page-table-course-charge thead th{
    border: 1px solid #c9c9c9;
    padding: 5px 8px;
  }
  .c--page-table-course-charge td,
  .c--page-table-course-charge th{
    padding: 5px 8px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c--page-table-course-charge caption{
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  .c--page-table-course-charge td,
  .c--page-table-course-charge th{
    padding: 8px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and ( max-width: 992px) {
}
@media screen and (min-width: 993px) and ( max-width: 1199px) {
}
@media screen and (min-width: 1200px) {
}


/* =====================
 .c--page-link
===================== */
.c--page-link{
  color: #212121;
}
.c--page-link:hover{
  color: #212121;
  text-decoration: underline;
}


/* =====================
  c--static-page-information
===================== */
@media screen and (max-width: 767px) {
  .c--static-page-information{
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c--static-page-information h2{
    color: #212121;
    border-bottom: solid 3px #e1e1e1;
    padding: 0px 10px 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c--static-page-information h2 span:first-child{
    font-size: 16px;
    font-size: 1rem;
    /*font-size: 15px;
    font-size: 0.9375rem;*/
  }
  .c--static-page-information h2 span:last-child{
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
    margin-left: 10px;
  }
  .c--static-page-information p{
    font-size: 12px;
    font-size: 0.75rem;
    color: #606060;
    padding: 10px 5px;
  }
  .c--static-page-information p span{
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c--static-page-information .event-duration{
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border: solid 1px #e0e0e0;
    margin: 20px 0px 0;
  }
  .c--static-page-information .event-duration span:first-child{
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
  .c--static-page-information .event-duration span:last-child{
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #606060;
  }
}
@media screen and (min-width: 768px) {
  .c--static-page-information{
    padding: 30px;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c--static-page-information h2{
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .c--static-page-information h2 span:first-child{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 30px;
    display: inline-block;
  }
  .c--static-page-information h2 span:last-child{
    font-size: 14px;
    font-size: 0.875rem;
    color: #757575;
    display: inline-block;
  }
  .c--static-page-information p{
    font-size: 14px;
    font-size: 0.875rem;
    color: #606060;
    padding: 0 30px 10px;
  }
  .c--static-page-information p span{
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c--static-page-information .event-duration{
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    border: solid 1px #e0e0e0;
    margin: 30px 30px 0;
  }
  .c--static-page-information .event-duration span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 20px;
    display: inline-block;

  }
  .c--static-page-information .event-duration span:last-child{
    /*font-size: 15px;
    font-size: 0.9375rem;*/
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #606060;
  }
}
@media screen and (min-width: 768px) and ( max-width: 992px) {
  .c--static-page-information .event-duration{
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    border: solid 1px #e0e0e0;
    margin: 30px 30px 0;
  }
  .c--static-page-information .event-duration span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 20px;
    display: inline-block;

  }
  .c--static-page-information .event-duration span:last-child{
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #606060;
  }
}


/* =====================
  c--event-post-contents
===================== */
@media screen and (max-width: 767px) {
  .c--total-number{
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    color: #262626;
    padding: 0 15px;
  }
  .c--total-number span{
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    color: #262626;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c--total-number{
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 30px;
    color: #262626;
    padding: 0 10px;
  }
  .c--total-number span{
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 10px;
    color: #262626;
  }
}


/* =====================
  c--event-post-list
===================== */
@media screen and (max-width: 767px) {
  .c--event-post-list{
    margin: 0 15px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c--event-post-list h3 span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #262626;
    display: inline-block;
    margin-right: 10px;
  }
  .c--event-post-list h3 span:last-child{
    font-size: 12px;
    font-size: 0.75rem;
    color: #262626;
    display: inline-block;
  }
  .c--event-post-list p{
    /*font-size: 12px;
    font-size: 0.75rem;*/
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 0 0;
    color: #606060;
  }
  .c--event-post-list .the-number-of-votes{
    color: #606060;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 10px 0;
  }
  .c--event-post-list .the-number-of-votes span:first-child{
    font-size: 11px;
    font-size: 0.6875rem;
    display: inline-block;
    margin-right: 5px;
  }
  .c--event-post-list .the-number-of-votes span:last-child{
    font-size: 11px;
    font-size: 0.6875rem;
    display: inline-block;
  }
  .c--event-post-list .event-post-list-images{
    overflow: hidden;
  }
  .c--event-post-list .event-post-list-images li{
    display: inline-block;
  }
  .c--event-post-list .event-post-list-images li img{
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .c--event-post-list{
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c--event-post-list h3{
    margin: 0 0 20px;
  }
  .c--event-post-list h3 span:first-child{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #262626;
    display: inline-block;
    margin-right: 30px;
  }
  .c--event-post-list h3 span:last-child{
    font-size: 15px;
    font-size: 0.9375rem;
    color: #262626;
    display: inline-block;
  }
  .c--event-post-list p{
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px;
    color: #606060;
  }
  .c--event-post-list .the-number-of-votes{
    color: #606060;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px 0;
  }
  .c--event-post-list .the-number-of-votes span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-right: 10px;
  }
  .c--event-post-list .the-number-of-votes span:last-child{
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
  }
  .c--event-post-list .event-post-list-images{
    overflow: hidden;
  }
  .c--event-post-list .event-post-list-images li{
    display: inline-block;
  }
  .c--event-post-list .event-post-list-images li img{
    width: 100%;
    height: auto;
  }
}


/* =====================
  c--new-user-request-list-group
===================== */
@media screen and (max-width: 767px) {
  .c--new-user-request-list-group{
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px 15px 25px 15px;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c--new-user-request-list-group h2{
    color: #212121;
    border-bottom: solid 3px #e1e1e1;
    padding: 0px 10px 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c--new-user-request-list-group{
    padding: 30px;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c--new-user-request-list-group h2{
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}


/* =====================
  c--new-user-request-list
===================== */
@media screen and (max-width: 767px) {
  .c--new-user-request-list ul{
    font-size: 0;
  }
  .c--new-user-request-list li{
    display: inline-block;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #606060;
    margin: 0 5px 5px 0;
  }
  .c--new-user-request-list li a{
    font-size: 12px;
    font-size: 0.75rem;
    color: #606060;
  }
  .c--new-user-request-list li a:hover{
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .c--new-user-request-list ul{
    font-size: 0;
  }
  .c--new-user-request-list li{
    display: inline-block;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
    margin: 0 5px 5px 0;
  }
  .c--new-user-request-list li a{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--new-user-request-list li a:hover{
    text-decoration: none;
  }
}


/* =====================
  c--user-request-form-search-button
===================== */
@media screen and (max-width: 767px) {
  .c--form-search-button.c--user-request-form-search-button .search-box{
    border: solid 1px #BDBDBD;
  }
  .c--form-search-button.c--user-request-form-search-button .fa-search{
    color: #606060;
  }
}
@media screen and (min-width: 768px) {
  .c--form-search-button.c--user-request-form-search-button{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .c--form-search-button.c--user-request-form-search-button .search-box{
    border: solid 1px #BDBDBD;
  }
  .c--form-search-button.c--user-request-form-search-button .fa-search{
    color: #606060;
  }
}


/* =====================
  c--bbs-board-list
===================== */
@media screen and (max-width: 767px) {
  .c--bbs-board-list{
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
  }
  .c--bbs-board-list h3{
    color: #212121;
    border-bottom: solid 3px #e1e1e1;
    padding: 0px 10px 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c--bbs-board-list h3 span:first-child{
    font-size: 16px;
    font-size: 1rem;
    /*font-size: 15px;
    font-size: 0.9375rem;*/
  }
  .c--bbs-board-list h3 span:last-child{
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
    margin-left: 10px;
  }
  .c--bbs-board-list p{
    font-size: 12px;
    font-size: 0.75rem;
    color: #606060;
    padding: 10px 5px;
  }
  .c--bbs-board-list .bbs-board-list-header ul{
    margin: 0;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span,
  .c--bbs-board-list .bbs-board-list-header ul li span a{
    font-weight: bold;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span a{
    color: #262626;
    text-decoration: none;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-user-information span:first-child{
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 15px;
    color: #262626;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-user-information span:last-child{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-good-button span{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-good-button span:first-child{
    margin-right: 10px;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span .fa-thumbs-up{
    color: #606060;
    margin-right: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .c--bbs-board-list{
    padding: 30px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .c--bbs-board-list .bbs-board-list-header h3{
    margin: 0 0 20px;
  }
  .c--bbs-board-list .bbs-board-list-header h3 span:first-child{
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #262626;
    display: inline-block;
    margin-right: 30px;
  }
  .c--bbs-board-list .bbs-board-list-header h3 span:last-child{
    font-size: 15px;
    font-size: 0.9375rem;
    color: #262626;
    display: inline-block;
    font-weight: normal;
  }
  .c--bbs-board-list .bbs-board-list-header ul{
    margin: 0 20px;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span,
  .c--bbs-board-list .bbs-board-list-header ul li span a{
    font-weight: bold;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span a{
    color: #262626;
    text-decoration: none;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-user-information span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    color: #262626;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-user-information span:last-child{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-good-button span{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--bbs-board-list .bbs-board-list-header ul li.bbs-board-lsit-good-button span:first-child{
    margin-right: 10px;
  }
  .c--bbs-board-list .bbs-board-list-header ul li span .fa-thumbs-up{
    color: #606060;
    margin-right: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c--bbs-board-list .bbs-board-list-message{
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 20px;
    color: #606060;
  }
}


/* =====================
  c--bbs-board-list-reply
===================== */
@media screen and (max-width: 767px) {
  .c--bbs-board-list-reply{
    border-top: 1px solid #e0e0e0;

  }
  .c--bbs-board-list-reply h4 span{
    font-weight: bold;
  }
  .c--bbs-board-list-reply h4 span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    color: #262626;
  }
  .c--bbs-board-list-reply h4 span:last-child{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
}
@media screen and (min-width: 768px) {
  .c--bbs-board-list-reply{
    border-top: 1px solid #e0e0e0;
  }
  .c--bbs-board-list-reply h4{
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 20px;
    font-weight: bold;
  }
  .c--bbs-board-list-reply h4 span:first-child{
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    color: #262626;
  }
  .c--bbs-board-list-reply h4 span:last-child{
    font-size: 13px;
    font-size: 0.8125rem;
    color: #606060;
  }
  .c--bbs-board-list-reply .bbs-board-list-reply-message{
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 20px;
    color: #606060;
  }
}
