<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (max-width: 767px) {



/*-------------------------------------
  ナビゲーション
--------------------------------------*/
#header {
    padding: 0px 0%;
    position: relative;
}
  
#header #hdr_sp{

}
  
#header .hdr_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
#header .hdr_logo {
    width: 160px;
    float: left;
    padding: 10px 0 10px 10px;
}
  
#header .hdr_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
}
  
  
.drawer--top .drawer-nav{
    clear: both;
}

.drawer-hamburger,
.drawer--top .drawer-hamburger, 
.drawer--top.drawer-open .drawer-hamburger {
    position: relative;
    top: 0;
    right: 0;
    width: 45px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    outline: 0;
    z-index: 9999;
}
  
#header .menu_btn{
    background: #cb4110;
}
#header #menu_btn .b1, 
#header #menu_btn .b2, 
#header #menu_btn .b3{
    background-color: #fff;
}
  
#header .hdr_right .navi_list_sp li a {
    display: block;
    background: #3E3E3E;
    margin-right: 1px;
}
#header .hdr_right .navi_list_sp .member_box_inner {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
  
#header .hdr_right .navi_list_sp .member_box_inner .img_box {
    display: inline-flex;
    margin-bottom: 5px;
}
  
#header .hdr_right .navi_list_sp .member_box_inner .text{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}
  
/*-------------------------------------
 ・共通
--------------------------------------*/
#breadcrumb .breadcrumb_inner {
  display: none;
}
#breadcrumb .color_back {
  top: -135px;
}
#breadcrumb .color_back .color_box {
  height: 165px;
}
.ttl_box_01:after {
  display: none;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi a {
  font-size: 14px;
  padding: 3px 8px;
  margin-right: 10px;
}
.wp-pagenavi .current {
  font-size: 14px;
  padding: 3px 8px;
  margin-right: 10px;
}

/*-------------------------------------
  トップページsec01
--------------------------------------*/
#top .ttl {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0px;
}
#top .ttl_en {
  font-size: 14px;
  line-height: 1.5;
}
#top #mainimage img {
  width: 100%;
  height: 210px;
}
#top #sec_01 {
  width: 100%;
  padding: 30px 0;
}
#top #sec_01 .ttl_area .ttl_box {
  text-align: center;
  margin-bottom: 15px;
}
#top #sec_01 .sec_inner {
  width: 92%;
  display: block;
}
#top #sec_01 .ttl_area {
  width: 100%;
}
#top #sec_01 .ttl_area .ttl_box .ttl {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0px;
}
#top #sec_01 .ttl_area .ttl_box .ttl_en {
  font-size: 14px;
  line-height: 1.5;
}
#top #sec_01 .news_list {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  border: none;
}
#top #sec_01 .news_list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#top #sec_01 .news_list .link_ttl {
  width: 90%;
  margin-top: 5px;
}
#top #sec_01 .news_list .date {
  width: auto;
  display: inline-block;
}
#top #sec_01 .news_list .badge {
  width: auto;
  font-size: 12px;
  display: inline-block;
  margin-right: 0;
  padding: 1px 12px;
}
#top #sec_01 .news_list li:first-child {
  padding-top: 0;
}
#top #sec_01 .news_list li:nth-child(n+2) {
  margin-top: 0;
}
#top #sec_01 .btn_01 {
  margin-top: 20px
}
#top #sec_01 .btn_01 a {
  padding: 15px 100px;
}


/*-------------------------------------
  トップページsec02
--------------------------------------*/
#top #sec_02 {
  width: 100%;
  margin-bottom: 30px;
}
#top #sec_02 .box_01 .img_box img {
  height: 210px;
}
#top #sec_02 .box_01 .text_box {
  width: 100%;
  padding: 30px 0;
}
#top #sec_02 .box_02 .text_box {
  padding: 30px 0;
}
#top #sec_02 .box_01 .text_box_inner,
#top #sec_02 .box_02 .text_box_inner{
  width: 92%;
  padding: 0;
  margin: 0 auto;
}
#top #sec_02 .box_01 .text_box .text p,
#top #sec_02 .box_02 .text_box .text p{
  width: 100%;
  text-align: left;
}
#top #sec_02 .box_02 .text_box .text {
  margin-bottom: 20px;
}
#top #sec_02 .box_02 .text_box .btn_list li {
  width: 80%;
  margin-bottom: 15px;
}
#top #sec_02 .box_02 .text_box .btn_list li:last-child{
  margin-bottom: 0;
}
#top #sec_02 .box_02 .text_box .btn_list li a{
  padding: 15px 0;
  display: block;
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
}

/*-------------------------------------
  トップページsec03
--------------------------------------*/
#top #sec_03 {
  padding: 30px 0;
}
#top #sec_03 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#top #sec_03 .list_01 {
  display: block;
}
#top #sec_03 .list_01 li {
  width: 100%;
  margin-bottom: 30px;
}
#top #sec_03 .list_01 li:last-child {
  margin-bottom: 0;
}
#top #sec_03 .list_01 .text_box .date {
  font-size: 14px;
}
#top #sec_03 .list_01 .text_box .ttl {
  font-size: 16px;
  margin-bottom: 5px;
}
#top #sec_03 .btn_01 {
  margin-top: 30px;
}

/*-------------------------------------
  トップページsec04
--------------------------------------*/
#top #sec_04 {
  width: 100%;
  padding: 30px 0;
}
#top #sec_04 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#top #sec_04 .list_01 {
  display: block;
}
#top #sec_04 .list_01 li {
  width: 100%;
  margin-bottom: 30px;
}
#top #sec_04 .list_01 li:nth-child(n+3) {
  margin-top: 0;
}
#top #sec_04 .list_01 li .img_box{
	height:auto;
}
#top #sec_04 .list_01 .img_box img {
  width: 100%;
  height: 200px;
}
#top #sec_04 .list_01 .ttl_box {
  font-size: 14px;
  padding: 10px 4%;
}
#top #sec_04 .btn_01 {
  margin-top: 30px;
}

/*-------------------------------------
  トップページsec05
--------------------------------------*/
#top #sec_05 {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 30px;
}
#top #sec_05 .common_box .ttl_box .ttl {
  font-size: 22px;
  line-height: 1.5;
}
#top #sec_05 .box_01 {
  margin-bottom: 30px;
}
#top #sec_05 .common_box a {
  display: block;
}
#top #sec_05 .common_box .img_box {
  width: 100%;
}
#top #sec_05 .common_box .ttl_box {
  width: 100%;
  padding-top: 0;
  background: #fff;
  padding: 15px 0;
}

/*-------------------------------------
  魅了する「書」の世界
--------------------------------------*/
#concept #sec_01 .sec_inner {
  width: 92%;
}
#concept #sec_01 .text_box {
  width: 100%;
  padding: 0;
}
#concept #sec_01 .text_box .main_ttl {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}
#concept #sec_01 .text_box .sub_ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
#concept #sec_01 .img_box {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
#concept #sec_01 .img_box img {
  width: 100%;
  height: auto;
}
#concept #sec_02 {
  padding-top: 40px;
  padding-bottom: 0;
}
#concept #sec_02 .sec_inner {
  width: 92%;
}
#concept #sec_02 .text_box {
  width: 100%;
  padding-top: 0;
  margin-left: auto;
}
#concept #sec_02 .text_box .main_ttl {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}
#concept #sec_02 .text_box .sub_ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
#concept #sec_02 .text_box .text p {
  margin-bottom: 15px;
}
#concept #sec_02 .img_box {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 15px;
}
#concept #sec_02 .img_box img {
  width: 100%;
  height: auto;
  object-position: left top;
  font-family: "object-fit:cover;onject-position:left top;";
}

/*-------------------------------------
  各教室 開講場所・時間のご案内
--------------------------------------*/
#schedule #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#schedule #sec_01 .table_01 .td_01 {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  display: block;
  text-align: center;
}
#schedule #sec_01 .table_01 .td_02 {
  width: 100%;
  padding: 14px 10px 4px;
  display: block;
  border-right: none;
  line-height: 1;
}
#schedule #sec_01 .table_01 .td_03 {
  padding: 0 10px 13px;
  display: block;
}
#schedule #sec_01 .table_01 .td_03 .btn_02 a {
  padding: 10px 12px;
  font-size: 12px;
}
#schedule #sec_01 .table_01 .td_03 .info_box {
  margin-bottom: 15px;
}
#schedule #sec_01 .table_01 .td_03 .adress {
  margin-bottom: 2px;
}

/*-------------------------------------
  コースの案内
--------------------------------------*/
#course #main_cts section:nth-child(n+2) {
  margin-top: 25px;
}
#course .sec_inner{
   width: 92%;
   margin: 0 auto;
}
#course #cts_inner {
  margin-bottom: 30px;
}
#course .ttl_02 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#course .sec_inner .img_box img{
  width: 100%;
  height: 210px;
}
#course #sec_01 .txt_box{
  margin-bottom:15px;
}
#course #sec_01 .txt_box p {
  font-size: 18px;
}
#course #sec_01 .list_01 li:nth-child(n+2) {
  margin-top: 15px;
}
#course #sec_01 .list_01 span {
  font-size: 16px;
  margin-right: 0;
}
#course #sec_01 .list_01 .text02 {
  line-height: 25px;
  margin-top: 5px;
}
#course #sec_03 .list_02 li:nth-child(n+2) {
  margin-top: 10px;
}
#course #sec_01 .course_box,
#course #sec_02 .txt_box,
#course #sec_03 .list_02{
  margin-bottom: 25px;
}

/*-------------------------------------
  こども教室
--------------------------------------*/
#children .sec_wrap:before {
  display: none;
}
#children #sec_01 {
  margin-bottom: 30px;
}
#children #sec_01 .sec_inner {
  width: 92%;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
#children #sec_01 .ttl_area {
  width: 90%;
  margin: 0 auto 20px;
}
#children #sec_01 .ttl_area .text_block {
  width: 68%;
  margin-right: 10px;
}
#children #sec_01 .ttl_area .text_block .img_box {
  margin-bottom: 20px;
}
#children #sec_01 .ttl_area .text_block .img_box img {
  width: 100%;
  height: auto;
}
#children #sec_01 .ttl_area .img_block {
  width: 32%;
}
#children #sec_01 .ttl_area .img_block img {
  width: 100%;
  height: auto;
}
#children #sec_01 .text_area {
  display: block;
  justify-content: flex-start;
}
#children #sec_01 .text_area .col_common {
  width: 100%;
}
#children #sec_01 .text_area .col_common .box_common,
#children #sec_01 .text_area .left_col {
  margin-bottom: 15px;
}
#children #sec_01 .text_area .col_common .box_common .ttl_box {
  font-size: 18px;
  padding-left: 34px;
  margin-bottom: 10px;
}
#children #sec_01 .text_area .col_common .box_common .ttl_box:before {
  width: 24px;
  height: 20px;
  background-size: cover;
  top: 3px;
  left: 0;
}
#children #sec_01 .text_area .col_common .box_common .text_box {
  line-height: 1.7;
  padding-left: 0;
}
#children #sec_02 {
  margin-bottom: 20px;
}
#children #sec_02 .sec_inner {
  width: 92%;
}
#children #sec_02 .img_box {
  margin-bottom: 15px;
}
#children #sec_02 .img_box img {
  width: 100%;
  height: auto;
}
#children #sec_02 .text_box {
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  position: static;
  top: 0;
  right: 0;
}
#children #sec_02 .text_box .ttl_02 {
  line-height: 1;
  margin-bottom: 15px;
}
#children #sec_02 .text_box .ttl_02:before {
  width: 29px;
  height: 27px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: -4px;
}
#children #sec_02 .text_box .sub_ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
#children #sec_02 .text_box .text {
  margin-bottom: 15px;
}
#children #sec_02 .text_box .btn_01 {
  text-align: center;
}
#children .sec_wrap .img_back {
  margin-bottom: 30px;
}
#children .sec_wrap .img_back img {
  width: 100%;
  height: auto;
}
#children #sec_03 {
  margin-bottom: 30px;
}
#children #sec_03 .sec_inner {
  width: 92%;
}
#children #sec_03 .ttl_02 {
  margin-bottom: 20px;
  line-height: 1;
}
#children #sec_03 .ttl_02:before {
  width: 29px;
  height: 29px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: -5px;
}
#children #sec_03 .sec_box_common {
  margin-bottom: 30px;
}
#children #sec_03 .sec_box_common .cont_area {
  display: block;
  margin-bottom: 15px;
}
#children #sec_03 .sec_box_common .cont_area .text_block {
  width: 100%;
  margin-bottom: 10px;
}
#children #sec_03 .sec_box_common .cont_area .text_block .ttl_box .item {
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  background: #cb4110;
  margin-bottom: 1px;
}
#children #sec_03 .sec_box_common .cont_area .text_block .ttl_box .ttl .ttl_img {
  display: inline-block;
}
#children #sec_03 .sec_box_common .cont_area .text_block .ttl_box .ttl .ttl_text {
  font-size: 20px;
  line-height: 1;
}
#children #sec_03 .sec_box_common .cont_area .text_block .ttl_box .ttl .ttl_text .txt_s {
    margin-top: 0;
    font-size: 10px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_01 .lecturer {
  margin-bottom: 10px;
  align-items: flex-start;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_01 .lecturer .post,
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer .post {
  width: 80px;
  font-size: 16px;
  text-align: center;
  padding: 4px 10px;
  margin-right: 10px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_01 .lecturer .name {
  font-size: 16px;
  line-height: 1.4;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_01 .lecturer .name span,
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer .name_list span {
  font-size: 16px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 {
  margin-top: 15px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer .name_list {
  margin-top: 0;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer .name_list li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .lecturer .name_list .text {
  font-size: 14px;
  margin-top: 5px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .details {
  margin-top: 10px;
}
#children #sec_03 .sec_box_common .cont_area .lecturer_box_02 .details .item {
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}
#children #sec_03 .sec_box_common .cont_area .img_list_01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 650px;
}
#children #sec_03 .sec_box_common .cont_area .img_list_01 li {
  width: 318px;
  margin-right: 14px;
}
#children #sec_03 .sec_box_common .cont_area .img_list_02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
#children #sec_03 .sec_box_common .cont_area .img_list_02 li {
  width: 48%;
  margin-right: 4%;
}
#children #sec_03 .sec_box_common .cont_area .img_list_03 {
  width: 100%;
  margin-left: 0;
}
#children #sec_03 .sec_box_common .cont_area .img_list_04 {
  width: 100%;
  margin-left: 0;
}
#children #sec_03 .sec_box_common .cont_area .img_list_05 {
  width: 100%;
  margin-left: 0;
}
#children #sec_03 .sec_box_common .cont_area .img_list_04 img,
#children #sec_03 .sec_box_common .cont_area .img_list_05 img{
	max-width:100%;
	height:auto;
}
#children #sec_03 .sec_box_common .cont_area .img_list_01 li:last-child,
#children #sec_03 .sec_box_common .cont_area .img_list_02 li:last-child {
  margin-right: 0;
}
#children #sec_03 .sec_box_common .cont_area .img_list_01 li img,
#children #sec_03 .sec_box_common .cont_area .img_list_02 li img,
#children #sec_03 .sec_box_common .cont_area .img_list_03 li img {
  width: 100%;
  height: auto;
}
#children #sec_03 .sec_box_common .table_area .table_01 tr {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
#children #sec_03 .sec_box_common .table_area .table_01 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
}
#children #sec_03 .sec_box_common .table_area .table_01 td {
  display: block;
  width: 100%;
  padding: 10px;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .address {
  display: block;
  justify-content: flex-start;
  align-items: center;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .address .btn_02 {
  text-align: left;
  margin: 2px 0 0 0;
  margin-left: 0;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .address .btn_02 a {
  font-size: 12px;
  padding: 10px 12px;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .list_01 {
  margin-bottom: 10px;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .list_01 li,
#children #sec_03 .sec_box_common .table_area .table_01 td .list_02 li {
  margin-bottom: 10px;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .list_01 .text_02 .item {
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .list_02 .text_03 {
  line-height: 1.4;
  padding-left: 1.4em;
}
#children #sec_03 .sec_box_common .table_area .table_01 td .list_02 .text_03 .item {
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}

/*-------------------------------------
  学生 書の教室
--------------------------------------*/
#text_book #sec_01 {
  width: 100%;
  padding-bottom: 30px;
}
#text_book #sec_01:before {
  height: 90%;
  bottom: 30px;
}
#text_book #sec_01 .ttl_02 {
  text-align: center;
  margin-bottom: 20px;
}
#text_book #sec_01 .sec_box_01 {
  width: 92%;
  margin: 0 auto 30px;
}
#text_book #sec_01 .sec_box_01 .img_box {
  margin-bottom: 15px;
}
#text_book #sec_01 .sec_box_01 .img_box img {
  width: 100%;
  height: auto;
}
#text_book #sec_01 .sec_box_01 .text_box {
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  position: static;
  top: 0;
  right: 0;
}
#text_book #sec_01 .sec_box_01 .text_box .main_ttl {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#text_book #sec_01 .sec_box_01 .text_box .main_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
}
#text_book #sec_01 .sec_box_01 .text_box .sub_ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#text_book #sec_01 .sec_box_01 .text_box .list_01 li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
#text_book #sec_01 .sec_box_02 {
  display: block;
  width: 92%;
  margin: 0 auto 30px;
}
#text_book #sec_01 .sec_box_02 .col_common {
  width: 100%;
}
#text_book #sec_01 .sec_box_02 .left_col {
  margin-bottom: 25px;
}
#text_book #sec_01 .sec_box_02 .col_common .img_box {
  margin-bottom: 15px;
}
#text_book #sec_01 .sec_box_02 .col_common .img_box img {
  width: 100%;
  height: auto;
}
#text_book #sec_01 .sec_box_02 .col_common .text_box .ttl {
  margin-bottom: 10px;
}
#text_book #sec_01 .sec_box_02 .col_common .text_box .ttl:before {
  width: 24px;
  height: 22px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: -3px;
}
#text_book #sec_01 .sec_box_02 .col_common .text_box .text {
  font-size: 16px;
  line-height: 1.4;
}

/*-------------------------------------
  お知らせ一覧
--------------------------------------*/
#news #news_list #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#news #news_list #sec_01 .news_list {
  width: 100%;
}
#news #news_category {
  overflow: auto;
  margin-top: 30px;
}
#news #news_category .category_inner {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
#news #news_category .category_inner .category_list{
  white-space: nowrap;
  width: auto;
  display: flex;
}
#news #news_list #sec_01 .news_list li {
  display: block;
  padding: 15px 20px;
}
#news #news_list #sec_01 .news_list .date {
  width: auto;
  display: inline-block;
}
#news #news_list #sec_01 .news_list .badge {
  width: auto;
  font-size: 12px;
  display: inline-block;
  margin-right: 0;
  padding: 1px 12px;
}
#news #news_list #sec_01 .news_list .link_ttl {
  width: 96%;
  margin-top: 5px;
}
#news #news_list #sec_01 .news_list li.detail .link_ttl a:after {
  right: 10px;
}

/*-------------------------------------
  お知らせ詳細
--------------------------------------*/
#news #news_single #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#news #news_single #sec_01 .article_box {
  width: 100%;
  border: none;
  border-top: none;
  padding: 0;
}
#news #news_single #sec_01 .ttl_02 {
  font-size: 19px;
}
#news #news_single #sec_01 .article_box .ttlArea .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#news #news_single #sec_01 .article_box .imgArea {
  margin: 0px auto 15px;
}
#news #news_single #sec_01 .article_box img {

}
#news #news_single #sec_01 .article_box .tArea {
  margin-bottom: 30px;
}
#news #news_single #sec_01 .article_box .tArea .txt {
  margin-bottom: 30px;
}
#news #news_single #sec_01 .article_box .tArea .txt h4 {
  font-size: 18px;
}

/*-------------------------------------
  活動レポート一覧
--------------------------------------*/
#report #report_list #sec_01{
  padding: 0;
}
#report #report_list #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#report #report_category {
  overflow: auto;
  margin-top: 30px;
}
#report #report_category .category_inner {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
#report #report_category .category_inner .category_list {
  white-space: nowrap;
  width: auto;
  display: flex;
}
#report #report_list #sec_01 .column_list {
  width: 100%;
}
#report #report_list #sec_01 .column_list ul {
  display: block;
}
#report #report_list #sec_01 .column_list ul li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
#report #report_list #sec_01 .column_list ul li:last-child {
  margin-bottom: 0;
}
#report #report_list #sec_01 .column_list ul li:nth-child(n+4) {
  margin-top: 0px;
}
#report #report_list #sec_01 .column_list ul li .txt_box01 {
  padding: 0;
}
#report #report_list #sec_01 .column_list ul li .date {
  font-size: 16px;
}
#report #report_list #sec_01 .column_list ul li .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#report #report_list #sec_01 .column_list ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
}

/*-------------------------------------
  活動レポート詳細
--------------------------------------*/
#report #report_single #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#report #report_single #sec_01 .article_box {
  width: 100%;
  border: none;
  border-top: none;
  padding: 0;
  margin: 0 auto;
}
#report #report_single #sec_01 .ttl_02 {
  font-size: 19px;
}
#report #report_single #sec_01 .article_box .ttlArea .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#report #report_single #sec_01 .article_box .imgArea {
  margin: 0px auto 15px;
}
#report #report_single #sec_01 .article_box img {
  max-width:100%;
  height:auto;
}
#report #report_single #sec_01 .article_box .tArea {
  margin-bottom: 30px;
}
#report #report_single #sec_01 .article_box .tArea .txt {
  margin-bottom: 30px;
}
#report #report_single #sec_01 .article_box .tArea .txt h4 {
  font-size: 18px;
}
#report #report_single #sec_01 .cate_list {
  width: 100%;
}
#report #report_single #sec_01 .cate_list ul {
  display: block;
}
#report #report_single #sec_01 .cate_list ul li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
#report #report_single #sec_01 .cate_list ul li:last-child {
  margin-bottom: 0;
}
#report #report_single #sec_01 .cate_list h3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 30px 0 15px;
}
#report #report_single #sec_01 .cate_list ul li h4 {
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
}
#report #report_single #sec_01 .cate_list ul li .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#report #report_single #sec_01 .cate_list ul li .date {
  font-size: 16px;
}

/*-------------------------------------
  作品ギャラリー
--------------------------------------*/
#gallery #sec_01 {
  padding: 0;
}
#gallery #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#gallery #sec_01 .gallery_list ul li {
  width: calc((100% - 20px) / 2);
  margin-left: 0;
}
#gallery #sec_01 .gallery_list ul li:nth-child(even) {
  margin-left: 20px;
}
#gallery #sec_01 .gallery_list ul li:nth-child(n+3) {
  margin-top: 30px;
}
#gallery #sec_01 .gallery_list ul li:nth-child(2n+1){
  margin-left: 0;
}
#gallery #sec_01 .gallery_list .img_box01{
	height:auto;
}
#gallery #sec_01 .gallery_list .img_box01 img {
  width: 100%;
  height: 150px;
}

/*-------------------------------------
  組織概要
--------------------------------------*/
#organization .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#organization .sec_inner.img_box {
  float: none;
  width: 100%;
}
#organization .sec_inner .img_box img {
  width: 100%;
  height: 210px;
}
#organization #sec_01 .txt_box {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
#organization #sec_01 .txt_box .headline {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#organization #sec_01 .txt_box p {
  line-height: 1.5;
  margin-bottom: 10px;
}
#organization #sec_01 .txt_box .sign img {
  width: 80px;
  height: auto;
}
#organization #sec_01 {
  padding-bottom: 30px;
}
#organization #sec_02 {
  padding: 30px 0;
  margin-bottom: 0;
}
#organization #sec_02 .sec_box {
  width: 100%;
  margin-left: 0;
}
#organization #sec_02 .img_box {
  position: static;
  width: 100%;
  height: 210px;
  margin-top: 20px;
}
#organization #sec_02 .name {
  font-size: 18px;
  margin-bottom: 10px;
}
#organization #sec_03 {
  padding: 30px 0;
}
#organization #sec_03 th {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  display: block;
}
#organization #sec_03 td {
  width: 100%;
  padding: 10px;
  display: block;
}
#organization #sec_03 .class_list {
  margin-bottom: 10px;
}
#organization #sec_03 .class_list li {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
#organization #sec_03 .class_list li:last-child {
  margin-bottom: 0;
}
#organization #sec_03 .class_name {
  font-size: 14px;
}
#organization #sec_03 .class_name:before {
  font-size: 12px;
  vertical-align: 1px;
}
#organization #sec_03 .location {
  margin-bottom: 2px;
}
#organization #sec_03 .btn_02 a {
  padding: 10px 12px;
  font-size: 12px;
}
#organization #sec_03 .class_list li:nth-child(even) {
  margin-left: 0;
}
#organization #sec_03 .class_list li:nth-child(n+3) {
  margin-top: 0;
}
#organization #sec_03 .manager_list li:nth-child(n+4) {
  margin-top: 0;
}
#organization #sec_03 .manager_list li {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
#organization #sec_03 .manager_list li:last-child {
  margin-bottom: 0;
}
#organization #sec_04 {
  background: #fff;
  padding: 0;
}
#organization #sec_04 .sec_box {
  width: 100%;
  margin-left: 0;
}
#organization #sec_04 dt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
#organization #sec_04 dd {
  line-height: 1.5;
  margin-bottom: 15px;
}
#organization #sec_01 .img_box {
  float: none;
  width: 100%;
}
#organization #sec_01 .img_box img.ofi {
  object-fit: cover;
  object-position: 100% 28%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/*-------------------------------------
  よくあるご質問
--------------------------------------*/
#faq #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#faq #sec_01 .ttl_02 {
  font-size: 18px;
}

/*-------------------------------------
  会員ページ　トップ
--------------------------------------*/
#member #member_top #sec_01 .ttl_area .ttl_box .ttl .ttl {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0px;
}
#member #member_top .ttl_en {
  font-size: 14px;
  line-height: 1.5;
}
#member #member_top #mainimage img {
  width: 100%;
  height: 210px;
}
#member #member_top #sec_01 {
    width: 100%;
    padding: 0px 0 30px;
}
#member #member_top #sec_01 .ttl_area .ttl_box {
  text-align: center;
  margin-bottom: 15px;
}
#member #member_top #sec_01 .sec_inner {
  width: 92%;
  display: block;
}
#member #member_top #sec_01 .ttl_area {
  width: 100%;
}
#member #member_top #sec_01 .ttl_area .ttl_box .ttl {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0px;
}
#member #member_top #sec_01 .ttl_area .ttl_box .ttl_en {
  font-size: 14px;
  line-height: 1.5;
}
#member #member_top #sec_01 .news_list {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  border: none;
}
#member #member_top #sec_01 .news_list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#member #member_top #sec_01 .news_list .link_ttl {
  width: 90%;
  margin-top: 5px;
}
#member #member_top #sec_01 .news_list .date {
  display: none;
}
#member #member_top #sec_01 .news_list .badge {
  width: auto;
  font-size: 12px;
  display: inline-block;
  margin-right: 0;
  padding: 1px 12px;
}
#member #member_top #sec_01 .news_list li:first-child {
  padding-top: 0;
}
#member #member_top #sec_01 .news_list li:nth-child(n+2) {
  margin-top: 0;
}
#member #member_top #sec_01 .btn_01 {
  margin-top: 20px
}
#member #member_top #sec_01 .btn_01 a {
  padding: 15px 100px;
}

#member #member_top #sec_02 {
  padding: 30px 0;
}
#member #member_top #sec_02 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#member #member_top #sec_02 .list_01 {
  display: block;
}
#member #member_top #sec_02 .list_01 li {
  width: 100%;
  margin-bottom: 30px;
}
#member #member_top #sec_02 .list_01 li:last-child {
  margin-bottom: 0;
}
#member #member_top #sec_02 .list_01 .text_box .date {
  font-size: 14px;
}
#member #member_top #sec_02 .list_01 .text_box .ttl {
  font-size: 16px;
  margin-bottom: 5px;
}
#member #member_top #sec_02 .btn_01 {
  margin-top: 30px;
}
  

/*-------------------------------------
  お知らせ一覧
--------------------------------------*/
#member #news_list #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#member #news_list #sec_01 .news_list {
  width: 100%;
}
#member #news_category {
  overflow: auto;
  margin-top: 30px;
}
#member #news_category .category_inner {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
#member #news_category .category_inner .category_list{
  white-space: nowrap;
  width: auto;
  display: flex;
}
#member #news_list #sec_01 .news_list li {
  display: block;
  padding: 15px 20px;
}
#member #news_list #sec_01 .news_list .date {
  display: none;
}
#member #news_list #sec_01 .news_list .badge {
  width: auto;
  font-size: 12px;
  display: inline-block;
  margin-right: 0;
  padding: 1px 12px;
}
#member #news_list #sec_01 .news_list .link_ttl {
  width: 96%;
  margin-top: 5px;
}
#member #news_list #sec_01 .news_list li.detail .link_ttl a:after {
  right: 10px;
}

/*-------------------------------------
  お知らせ詳細
--------------------------------------*/
#member #news_single #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#member #news_single #sec_01 .article_box {
  width: 100%;
  border: none;
  border-top: none;
  padding: 0;
}
#member #news_single #sec_01 .ttl_02 {
  font-size: 19px;
}
#member #news_single #sec_01 .article_box .ttlArea .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#member #news_single #sec_01 .article_box .imgArea {
  margin: 0px auto 15px;
}
#member #news_single #sec_01 .article_box img {
  width: 100%;
  height: 250px;
}
#member #news_single #sec_01 .article_box .tArea {
  margin-bottom: 30px;
}
#member #news_single #sec_01 .article_box .tArea .txt {
  margin-bottom: 30px;
}
#member #news_single #sec_01 .article_box .tArea .txt h4 {
  font-size: 18px;
}

/*-------------------------------------
  活動レポート一覧
--------------------------------------*/
#member #report_list #sec_01{
  padding: 0;
}
#member #report_list #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#member #report_category {
  overflow: auto;
  margin-top: 30px;
}
#member #report_category .category_inner {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
#member #report_category .category_inner .category_list {
  white-space: nowrap;
  width: auto;
  display: flex;
}
#member #report_list #sec_01 .column_list {
  width: 100%;
}
#member #report_list #sec_01 .column_list ul {
  display: block;
}
#member #report_list #sec_01 .column_list ul li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
#member #report_list #sec_01 .column_list ul li:last-child {
  margin-bottom: 0;
}
#member #report_list #sec_01 .column_list ul li:nth-child(n+4) {
  margin-top: 0px;
}
#member #report_list #sec_01 .column_list ul li .txt_box01 {
  padding: 0;
}
#member #report_list #sec_01 .column_list ul li .date {
  font-size: 16px;
}
#member #report_list #sec_01 .column_list ul li .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#member #report_list #sec_01 .column_list ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.3;
}

/*-------------------------------------
  活動レポート詳細
--------------------------------------*/
#member #report_single #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#member #report_single #sec_01 .article_box {
  width: 100%;
  border: none;
  border-top: none;
  padding: 0;
  margin: 0 auto;
}
#member #report_single #sec_01 .ttl_02 {
  font-size: 19px;
}
#member #report_single #sec_01 .article_box .ttlArea .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#member #report_single #sec_01 .article_box .imgArea {
  margin: 0px auto 15px;
}
#member #report_single #sec_01 .article_box img {
  width: 100%;
  height: 250px;
}
#member #report_single #sec_01 .article_box .tArea {
  margin-bottom: 30px;
}
#member #report_single #sec_01 .article_box .tArea .txt {
  margin-bottom: 30px;
}
#member #report_single #sec_01 .article_box .tArea .txt h4 {
  font-size: 18px;
}
#member #report_single #sec_01 .cate_list {
  width: 100%;
}
#member #report_single #sec_01 .cate_list ul {
  display: block;
}
#member #report_single #sec_01 .cate_list ul li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
#member #report_single #sec_01 .cate_list ul li:last-child {
  margin-bottom: 0;
}
#member #report_single #sec_01 .cate_list h3 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 30px 0 15px;
}
#member #report_single #sec_01 .cate_list ul li h4 {
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
}
#member #report_single #sec_01 .cate_list ul li .badge {
  font-size: 12px;
  padding: 1px 12px;
}
#member #report_single #sec_01 .cate_list ul li .date {
  font-size: 16px;
}
  
/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#contact #sec_01 .list_01 li {
  line-height: 1.5;
  font-size: 16px;
  padding-left: 0;
}
#contact #sec_01 .sheet_01 th {
  width: 100%;
  font-size: 16px;
  padding: 15px 4% 10px 4%;
  display: block;
}
#contact #sec_01 .sheet_01 td {
  width: 100%;
  padding: 0 4% 20px 4%;
  display: block;
}
#contact #sec_01 .sheet_01 td input.middle,
#contact #sec_01 .sheet_01 td input.long{
  width: 100%;
}
#contact #sec_01 .sheet_01 td .note {
  font-size: 12px;
  padding: 5px 0 0 0;
}
#contact #sec_01 .sheet_01 td select {
  font-size: 14px;
  padding: 6px 12px;
}
#contact #sec_01 #submit.mfp_buttons {
  padding: 0;
  margin: 30px auto 0;
}
.must-fill {
  font-size: 12px;
  vertical-align: 2px;
}
#contact #sec_01 #mfp_confirm_table th {
  width: 100%;
  padding: 15px 4% 10px 4%;
  display: block;
}
#contact #sec_01 #mfp_confirm_table td {
  width: 100%;
  padding: 0 4% 20px 4%;
  display: block;
}

#contact #sec_01 .btn_wrap {
  margin-top:30px;
}
#contact #sec_01 .btn_wrap .g-recaptcha{
  transform:scale(.9);
}
#contact #sec_01 .btn_wrap input[type="submit"]:not(:last-child){
  margin-right:0;
  margin-bottom: 20px;
}

#thanks #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#thanks #sec_01 .txt_box {
  text-align: center;
  margin-bottom: 20px;
}

/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacypolicy #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#privacypolicy #sec_01 .ttl_03 {
  font-size: 22px;
  margin-bottom: 20px;
}
#privacypolicy #sec_01 .dlist_01 dt {
  font-size: 18px;
  line-height: 1.5;
}
#privacypolicy #sec_01 .dlist_01 dd .text {
  margin-bottom: 10px;
}
#privacypolicy #sec_01 .dlist_01 dd .text a {
  word-break: break-all;
}
#privacypolicy #sec_01 .dlist_01 dd .list_01 {
  margin-bottom: 0;
}
#privacypolicy #sec_01 .dlist_01 dd {
  margin-bottom: 30px;
}
#privacypolicy #sec_01 .dlist_01 {
  margin-bottom: 0px;
}

/*-------------------------------------
  サイトマップ
--------------------------------------*/
#sitemap #sec_01 .sec_inner {
  width: 92%;
  margin: 0 auto;
}
#sitemap #sec_01 .sitemap_list {
  display: block;
  padding: 0 4%;
}
#sitemap #sec_01 .sitemap_list &gt; ul:first-child {
  margin-bottom: 30px;
}
#sitemap #sec_01 .sitemap_list ul .li_01 {
  font-size: 18px;
}
#sitemap #sec_01 .sitemap_list &gt; ul &gt; li {
  margin-bottom: 30px;
}
#sitemap #sec_01 .sitemap_list ul .li_02 {
  font-size: 14px;
  margin-left: 40px;
  margin-bottom: 10px;
}
#sitemap #sec_01 .sitemap_list ul .li_02:first-child {
  margin-top: 10px;
}
}</pre></body></html>