@CHARSET "UTF-8";

/*************************************************************
* Main Layout
*************************************************************/
/* Wrapper */
.screen {
  position: relative;
  width: auto;
  height: 100%;
}

/* Left Pain */
.leftpain {
  background: #fff; /* Left Pain Color */
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 240px;
  -moz-transition: linear .3s;
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

/* Right Pain */
.rightpain {
  padding: 0 288px 0 240px;
}

/*************************************************************
* Left pain Content
*************************************************************/

/* Header */
.mainhd {
  margin: 0;
  padding: 32px 0 16px;
  text-align: center;
}

.hd-logo-img {
  width: 80px;
}

/* Navigation */
.navlist {
  margin: 16px 0;
  text-align: left;
}

.nav-lang {
  color: #333;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: .9em;
  padding: 4px 16px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.nav-lang:HOVER {
  background: #f9f9f9;
  color: #333;
}

.navlist>li {
  border-bottom: 2px dotted #eee;
}

.navlist>li>a {
  color: #555;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 16px 8px 24px;
  position: relative;
  text-decoration: none;
  line-height: 1;
}

.navlist>li>a:before {
  content: "\f105";
  font-family: FontAwesome;
  -moz-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
}

.item-desc {
  background: #E91E63;
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(255,255,255, .5);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  margin-left: 8px;
  padding: 2px 4px 3px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  animation: flash 2.5s infinite;
}

/* アニメーション */
@keyframes flash{
  50%{
    opacity: 0;
  }
}

.navlist>li:hover>a, .navlist>li.current>a {
  background: #999;
  color: #fff;
}

.navlist>li:hover>a:BEFORE,
.navlist>li.current>a:BEFORE {
  left: 12px;
  color: #fff;
}

.navlist>li.current .sub-menu {
  display: block !important;
}

.navlist .sub-menu {
  background: #f6f6f6;
  display: none;
}

.navlist .sub-menu a {
  color: #666;
  display: block;
  font-size: .9em;
  padding: 12px 8px;
  padding-left: 32px;
  text-decoration: none;
  line-height: 1;
}

.navlist .sub-menu a:hover, .navlist .sub-menu .current {
  background: #eee;
  font-weight: bold;
}

/* Search Box */
.srcbox-wrap {
  margin: 24px 16px;
}

.srcbox {
  display: block;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  border-radius: 1px;
  position: relative;
  padding-right: 32px;
}

.srcbox input {
  border: none;
  width: 100%;
}

.srcbox button {
  position: absolute;
  top: 0;
  right: 0;
}

.srcbox button:ACTIVE {
  position: absolute;
}
/*************************************************************
*  Side Bar
*************************************************************/
.sidebar {
  background: #fff;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 288px;
}

.side-content {
  padding-right: 8px;
}

/* Side Box */
.side-wrap {
  margin: 32px 16px;
}

.side-ban {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ad-banner {
  margin: 8px 0;
}

.ad-banner-link {
  background: #fff;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ad-banner-link:hover {
  opacity: .7;
}

.ad-banner-ttl {
  background: #666;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 16px;
}

.ad-banner-link img {
  display: block;
  width: 100%;
}

.side-box {
  margin: 16px 0;
  padding: 0;
  text-align: left;
}

.side-title {
  border-bottom: 2px solid #ccc;
  font-size: 1em;
  margin: 0;
}

.side-box .textwidget {
  font-size: .9em;
  margin: 8px 0;
}


/* News List */
.side-newslist {
  margin: 0;
  padding: 0;
}

.side-newslist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-newslist li {
  margin: 8px 0;
  line-height: 1.4;
}

.side-nl-date {
  color: #777;
  font-size: .75em;
  display: block;
}

.side-nl-link {
  font-size: .9em;
}

.side-link-o {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-size: .9em;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
}

.side-link-o:HOVER {
  background: #f9f9f9;
  color: #333;
}


/* SNS */
.sns-box {
  margin: 8px 0;
}

.twi {
  box-sizing: border-box;
  border: 1px solid #eee;
}


/*************************************************************
*  Main Footer
*************************************************************/
.mainft {
  font-size: .8em;
  margin: auto;
  padding: 40px 0 8px;
  text-align: center;
}

.ft-link, .ft-copy {
  color: #888;
}

.ft-link {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: right;
}

.ft-link li {
  display: inline-block;
}

.ft-link li:after {
  content: "/";
  margin: 0 2px 0 4px;
}

.ft-link li:LAST-CHILD:after {
  content: "";
  margin: 0;
}

.ft-link a {
  color: #888;
}

/*************************************************************
*  Top Page /English Top Page
*************************************************************/
.toppage {
  padding: 16px;
  margin: auto;
}

.toppage-ban {
  background-size:cover;
  background-position: center;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
  min-height: 120px;
  padding: 16px 4px 16px 16px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.tb-title {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
}

.tb-title-kai {
  font-size: 18px;
  display: block;
}

.tb-title-en {
  margin: 0;
  font-size: 24px;
}

.tb-info {
  display: table;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
}

.tb-info li {
  display: table-cell;
}

.tb-label {
  background: #999;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 4px;
  margin-right: 8px;
  margin-top: 4px;
  text-shadow: none;
  min-width: 56px;
  text-align: center;
}

.tb-info-txt {
  display: inline-block;
  font-size: 20px;
  margin-top: 4px;
}

.grid-wraper {
  position: relative;
}

.grid {
  background-color: #999;
  background-image: url(/archive/jsap2025a/jsapm/wp-content/themes/jsap-meeting/img/grid-def-bk.png);
  background-size:cover;
  background-position: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
  -moz-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

.g1x {
  width: 312px;
  height: 232px;
}

.g2x {
  width: 632px;
  height: 232px;
}

.grid-link {
  color : #fff;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.grid:HOVER{
  margin-top: -4px;
  box-shadow: 0 2px 4px rgba(0,0,0, .3);
}

.grid-link:hover {
  color: #fff;
}

.grid-cover {
  color : #fff;
  background: rgba(0,0,0,.3);
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.grid-cover:hover {
  color : #fff;
  background: rgba(0,0,0,.1);
}

.grid-link-title {
  font-size: 1.6em;
  line-height: 1.4;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: left;
}

.grid-link-exp {
  display: inline-block;
  padding-left: 8px;
  position: absolute;
  right:8px;
  bottom: 8px;
  text-align: left;
}

.headimg-small {
  display: none;
}

/*************************************************************
* Page Common
*************************************************************/
/* Right Pain Contentbox */
.contentbody {
  margin: auto;
  text-align: left;
  width: 96%;
  max-width: 800px;
  min-height: 600px;
}

.page-head {
  margin: 8px auto;
}

.page-head img {
  display: block;
}

.maintitle {
  border-bottom: 2px solid #ccc;
  font-size: 2em;
  font-weight: normal;
  margin: 16px 0;
}

/*************************************************************
*  Archive Page ( Category, Tag, Tax Page)
*************************************************************/
.arclist {
  border-bottom: 1px dotted #ccc;
  display: table;
  margin: 16px 0;
  padding: 16px 0 8px;
  width: 100%;
}

.arcl-thumb-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  width: 120px;
}

.arclist-cont {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
}

.arcl-ttl {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 8px;
}

.arcl-ttl a {
  text-decoration: none;
}

.arcl-ttl a:hover {
  text-decoration: underline;
}

.arcl-exp {
  color: #666;
  font-size: .9em;
  margin: 8px 0;
}

.arcl-exp p {
  margin: 8px 0;
}

.arcl-info {
  font-size: .85em;
  margin: 0;
  text-align: right;
}

.arcl-info-date, .arcl-info-cat {
  display: inline-block;
}

.readmore {
  display: inline-block;
  margin: 0 4px;
}

/*************************************************************
*  Invite Speaker Page
*************************************************************/
.box-speaker {
  position: relative;
  min-height: 128px;
}

.speaker-img {
  width: 112px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.speaker-info {
  padding-left: 128px;
}

.speaker-name {
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
}

.speaker-aff {
  display: inline-block;
  font-size: .95em;
  line-height: 1.4;
}

.speaker-sympotitle {
  display: block;
  font-size: .87em;
  margin-top: 8px;
}


/*************************************************************
*  Content Page ( Single, Post, Archive Page)
*************************************************************/
.content-info {
  font-size: .9em;
  margin: 0;
}

/*************************************************************
* Breadcrumb & Pagenation
*************************************************************/
/* Breadcurmb Navigation */
.breadcrumb {
  padding: 8px 0;
  margin: 0;
}

.brdcrb-list {
  color: #666;
  font-size: .8em;
  text-align: left;
  padding: 0;
}

.brdcrb-list li {
  display: inline-block;
}

.brdcrb-list li:after {
  content: ">";
  margin: 0 4px;
}

.brdcrb-list li:LAST-CHILD:after {
  content: "";
}

.brdcrb-list a {
  color: #666;
}

/* Pagenation */
.pagination {
  margin: 24px 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 2px;
}

.pagination a, .pagination span {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: .9em;
  line-height: 24px;
  padding: 0 8px;
  text-decoration: none;
}

.pagination .pn-arrow {
  background: #444;
  border: 1px solid #444;
  color: #fff;
}

.pagination .pn-current {
  background: #f3f3f3;
  color: #888;
}

/*************************************************************
*  Content Wraper (for WYSIWYG)
*************************************************************/
.contentwrap {
  padding: 4px 0 32px;
}

.contentwrap p {
  font-size: .95em;
  line-height: 1.8;
  margin: 1em 0;
}

.contentwrap h2 {
  border-bottom: 1px dotted #ccc;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.4;
  margin: 1em 0 .5em;
  clear: both;
}

.contentwrap h3 {
  color: #666;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
  margin: 1em 0 .5em;
}

.contentwrap h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  margin: 1em 0 .5em;
}

.contentwrap .alignright {
  text-align: right;
}

.contentwrap .alignleft {
  text-align: left;
}

.contentwrap .aligncenter {
  text-align: center !important;
}

.contentwrap img {
  border: 0;
  max-width: 100%;
  margin: 4px;
  height: auto;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  text-align: center !important;
  margin: auto;
}

/* Table Base Style */
.contentwrap table {
  margin: 16px 0;
  width: 100%;
  font-size: .92em;
}

.contentwrap th, .contentwrap td {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

.contentwrap th {
  background: #f6f6f6;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

.contentwrap td {
  vertical-align: top;
  text-align: left;
}

.contentwrap thead th {
  background: #444;
  color: #fff;
  text-align: center;
}

table.clean td, table.clean th {
  border: none;
}

table.bdb td, table.bdb th {
  border: none;
  border-bottom: 1px dotted #ccc;
}

.contentwrap td>table {
  margin: 0;
}

.contentwrap table p{
  margin: 4px 0;
}

/* List Base Style */
.contentwrap ul, .contentwrap ol {
  margin: 8px 0 12px;
  padding: 0;
  padding-left: 1.5em;
}

.contentwrap li {
  margin: 4px 0;
}

.contentwrap>ul, .contentwrap>ol {
  font-size: .95em;
}

.ul-asta {
  list-style: none;
}

.ul-asta > li {
  position: relative;
}

.ul-asta > li:BEFORE {
  content: "*";
  font-size: 1.2em;
  position: absolute;
  left: -.8em;
}

/** Custom Styles  ***/
.important {
  color: #f00;
}

.cleanbox {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 16px 0;
}

.contentbox {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 16px 0;
}

.msg-box {
  background: #eff8fc;
  border: 1px solid #2792c3;
  color: #2792c3;
  padding: 8px 16px;
  margin: 16px 0;
}

.def-datalist dt{
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 1.1em;;
  padding-top: 4px;
}
.def-datalist dd {
  border-left: 1px dotted #ccc;
  margin-left: 16px;
  padding: 16px;
}

.imp-msgbox {
  background: #fef5f7;
  border: 1px solid #e9546b;
  color: #e9546b;
  padding: 8px 16px;
  margin: 16px 0;
}

.contentwrap .tbl-fix {
  display: table;
  list-style: none;
  margin: 16px 0;
  padding: 0;
  table-layout: fixed;
  vertical-align: top;
  width: 100%;
}


.contentwrap .tbl-fix-nonmob {
  display: table;
  list-style: none;
  margin: 16px 0;
  padding: 0;
  table-layout: fixed;
  vertical-align: top;
  width: 100%;
}

.tbl-fix > li, .tbl-cel, .tbl-fix-nonmob > li {
  padding: 0 1px;
  display: table-cell;
  vertical-align: top;
}

.pd4.tbl-fix > li, .pd4 .tbl-cel {
  padding: 4px;
}

.pd8.tbl-fix > li, .pd8 .tbl-cel {
  padding: 8px;
}

.linklabel {
  background: #888;
  box-sizing: border-box;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.2), inset -1px -1px 1px rgba(0,0,0,.1);
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: 20px 8px;
  margin: 2px auto;
  text-align: center;
  text-decoration: none;
}

.linklabel:HOVER {
  background: #666;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  color: #fff;
}

.linklabel.banner {
  background: none;
  box-shadow: none;
}

.linklabel.banner:HOVER {
  background: none;
  box-shadow: none;
}

.linklabel.deactivate {
  background: #999;
  box-shadow: none;
  color: #ddd;
}

.linklabel-midle {
  width: 75%;
}

.linklabel-harf {
  width: 50%;
}

.linklabel-small {
  width: 25%;
}

.filelink:BEFORE {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 4px;
}

.linklabel-inline {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  font-size: .85em;
  padding: 2px 4px;
  text-decoration: none;
}

/* Entry Page*/
.contentwrap .entrystep {
  display: table;
  list-style: none;
  margin: 16px 0;
  padding: 0;
  width: 100%;
}

.entrystep li {
  color: #888;
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 5%;
}

.entrystep .step {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 16px 8px;
  width: 30%;
}

.ilbk-small {
  display: inline-block;
  font-size: .85em;
}

.contentwrap .vertical-linklabel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contentwrap .vertical-linklabel li {
  margin: 16px 0 16px 16px;
}

/** Sub page Link List ([getpostchild], [getsubmenu])  ***/
.subpage-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-nav-link {
  border-bottom: 1px dotted #ccc;
  display: block;
  font-size: 1.3em;
  padding: 8px 8px 0;
  margin: 0;
  text-decoration: none;
}

.sp-nav-link:HOVER {
  background: #f9f9f9;
}

.sp-nav-link:BEFORE {
  color: #888;
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
}

.subpage-nav-child {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subpage-nav-child li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.sp-nav-childlink {
  display: block;
  padding: 16px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-nav-childlink:BEFORE {
  color: #888;
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
}

/** Acordion Box ([getpostchildall]) ***/

.slidetoggle-wrap .slide-box {
  display: none;
  padding: 16px 0;
}

.slidetoggle-wrap .slide-title {
  cursor: pointer;
  font-size: 1.4em;
  margin: 0;
  padding: 8px 0 0;
  position: relative;
}

.slidetoggle-wrap .slide-title:hover {
  background: #f6f6f6;
}

.slidetoggle-wrap .slide-title:AFTER {
  color: #888;
  content: "\f0d7";
  font-family: FontAwesome;
  margin-right: 8px;
  position: absolute;
  right: 8px;
  bottom: 0;
}


.togglebtn {
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  font-size: .85em;
  padding: 4px 8px;
  text-decoration: none;
}

.togglebtn:hover {
  background: #f9f9f9;
  border: 1px solid #aaa;
}

/* Flex layout */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-box {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  padding: 8px;
  margin: 8px 0;
}

.box-speaker {
  color: #555;
  text-decoration: none;
  width: 49%;
}

.tbl-sympo tbody th {
  background: #fcfcfc;
  font-weight: normal;
  text-align: center;
}

.tbl-sympo h3{
  font-size: 1em;
  margin: 4px 0 4px;
  border-bottom: 1px dotted #ccc;
}

.tbl-sympo p{
  margin: 0;
}


/* Balloon */
.baloon-left {
  position: relative;
  background: #ffffff;
  border: 2px solid #009688;
  border-radius: 12px;
  font-weight: bold;
  padding: 28px 12px;
  text-align: left;
}
.baloon-left:after, .baloon-left:before {
  right: 100%;
  top: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.baloon-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}
.baloon-left:before {
  border-color: rgba(0, 150, 136, 0);
  border-right-color: #009688;
  border-width: 15px;
  margin-top: -15px;
}


/*************************************************************
*  Mobile Menu
*************************************************************/
.mobmenu {
  border: 1px solid #ccc;
  cursor: pointer;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
}

.mobmenu:hover {
  opacity: .8;
}

.mob-show {
  display: none;
}

@media screen and (max-width: 1600px) {
  .tb-info {
    display: block;
  }

  .tb-info li {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  /* Right Pain */
  .rightpain {
    padding: 0 0 0 240px;
  }
  .sidebar {
    background: #FAFAFA;
    position: relative;
    width: auto;
    padding: 0 16px;
  }

  .side-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
  }

  .side-box {
    width: 33%;
  }


  .tb-title {
    font-size: 36px;
  }

  .tb-title-kai {
    font-size: 16px;
  }

  .tb-title-en {
    font-size: 22px;
  }

  .tb-label {
    min-width: 40px;
    font-size: 14px;
  }

  .tb-info-txt {
    font-size: 18x;
  }
}

/* Mobile Menu Open*/
@media screen and (max-width: 880px) {
  .leftpain {
    background: rgba(255, 255, 255, .9); /* Left Pain Color */
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    height: 64px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    z-index: 9;
  }
  .rightpain {
    padding-left: 0;
    padding-top: 64px;
  }
  .side-box {
     width: 48%;
   }

  .contentbody {
    width: 96%;
    min-height: auto;
  }
  .mainft {
    width: auto;
  }
  .ft-copy, .ft-link {
    float: none;
    text-align: center;
    width: auto;
  }

  .mainhd {
    padding: 16px 8px 0;
    text-align: left;
  }
  .hd-logo-img {
    width: 48px;
  }

  /* Navigation */
  .mob-hide {
    display: none !important;
  }
  .mob-show {
    display: block;
    position: absolute;
    right: 8px;
    top: 16px;
  }
  .mainnav {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: block;
    overflow: scroll;
    visibility: visible;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .mainnav-inr {
    width: 100%;
  }
  .navlist {
    display: block;
  }

  .navlist .sub-menu {
    display: block !important;
  }
  .nav-lang {
    color: #333;
    border: none;
    display: block;
    text-align: left;
  }
  .nav-lang:BEFORE {
    content: "\f0ac";
    font-family: FontAwesome;
    margin-right: 8px;
  }

  .toppage {
    padding: 8px 8px 24px 8px;
  }
}

@media screen and (max-width: 640px) {
  /* Side */
  .side-box {
     width: 100%;
   }

  .arclist {
    display: block;
  }
  .arcl-thumb-img {
    display: block;
    width: auto;
    height: 80px
  }
  .arclist-cont {
    display: block;
    padding: 8px 0 0;
  }
  .contentwrap .tbl-fix {
    display: block;
    width: auto;
  }
  .tbl-fix > li, .tbl-cel {
    display: block;
    padding: 0;
  }


  .tb-title {
    font-size: 24px;
  }

  .tb-title-kai {
    font-size: 12px;
  }

  .tb-title-en {
    font-size: 14px;
  }
  .tb-label {
    font-size: 12px;
  }

  .tb-info-txt {
    font-size: 16px;
  }

  .flex-wrapper {
    display: block;
  }

  .box-speaker {
    width: auto;
  }
}

@media screen and (max-width: 560px) {
  /* Side */
  .side-box {
     width: 100%;
   }
}

.is-hide {
  display: none;
}