/*** THEME ***/
/*** THEME ***/
#body-wrapper article.art-single {
  overflow: hidden;
  padding-top: 2em;
  margin-bottom: 1.5em;
}
#body-wrapper article.art-single .caption-area {
  float: left;
  width: 24.5098039216%;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  margin-bottom: 4rem;
  text-align: justify;
}
#body-wrapper article.art-single .caption-area .art-navi-top {
  font-size: 0.7142857143em;
  line-height: 1em;
  margin-bottom: 2em;
}
#body-wrapper article.art-single .caption-area .art-navi-top a[rel="prev"] {
  margin-right: 2em;
}
#body-wrapper article.art-single .caption-area .art-header {
  margin-bottom: 3.125rem;
}
#body-wrapper article.art-single .caption-area .art-header .title {
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.13em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-align: left;
}
#body-wrapper article.art-single .caption-area .art-header .date {
  display: block;
  font-size: 0.7142857143em;
  font-weight: bold;
}
#body-wrapper article.art-single .caption-area .art-header .cats {
  display: inline-block;
  font-size: 0.7142857143em;
  line-height: 2em;
  padding-left: 0;
}
#body-wrapper article.art-single .caption-area .art-header .cats li {
  display: inline-block;
}
#body-wrapper article.art-single .caption-area .art-header .cats li a {
  white-space: nowrap;
}
#body-wrapper article.art-single .caption-area .art-header .cats li:not(:last-child):after {
  content: ",";
  display: inline-block;
  margin: 0 0.25em;
}
#body-wrapper article.art-single .caption-area .art-header .cats li:active, #body-wrapper article.art-single .caption-area .art-header .cats li:hover {
  text-decoration: underline;
}
#body-wrapper article.art-single .caption-area .content p {
  display: block;
}
#body-wrapper article.art-single .caption-area .content h1, #body-wrapper article.art-single .caption-area .content h2, #body-wrapper article.art-single .caption-area .content h3, #body-wrapper article.art-single .caption-area .content h4, #body-wrapper article.art-single .caption-area .content h5, #body-wrapper article.art-single .caption-area .content h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: none;
  color: #333333;
  text-align: left;
  line-height: 1.35em;
}
#body-wrapper article.art-single .caption-area .content h1 {
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .caption-area .content h2 {
  font-size: 1.625rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .caption-area .content h3 {
  font-size: 1.5rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .caption-area .content h4 {
  font-size: 1.3125rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#body-wrapper article.art-single .caption-area .content h5 {
  font-size: 1.125rem;
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}
#body-wrapper article.art-single .caption-area .content h6 {
  font-size: 1rem;
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}
#body-wrapper article.art-single .caption-area .content strong {
  font-weight: bold;
}
#body-wrapper article.art-single .caption-area .content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#body-wrapper article.art-single .caption-area .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
#body-wrapper article.art-single .caption-area .content hr {
  border-top: 1px solid #333333;
}
#body-wrapper article.art-single .caption-area .content sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.25em;
}
#body-wrapper article.art-single .caption-area .content sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.25em;
}
#body-wrapper article.art-single .caption-area .content a {
  color: inherit;
  text-decoration: underline;
}
#body-wrapper article.art-single .caption-area .content a:hover, #body-wrapper article.art-single .caption-area .content a:active {
  text-decoration: underline;
}
#body-wrapper article.art-single .caption-area .content a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background-image: url(../img/base/blanklink.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 0.85em;
  margin: 0 0.5em;
  height: 1em;
  vertical-align: middle;
}
#body-wrapper article.art-single .caption-area .content ul, #body-wrapper article.art-single .caption-area .content ol {
  margin-left: 1.5em;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: inherit;
}
#body-wrapper article.art-single .caption-area .content blockquote {
  display: block;
  border-left: 0.625rem solid #c40100;
  padding: 0em 2em;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#body-wrapper article.art-single .caption-area .content .aligncenter,
#body-wrapper article.art-single .caption-area .content .alignright,
#body-wrapper article.art-single .caption-area .content .alignleft {
  display: block;
  margin: 0;
  margin-top: 0.25em;
  margin-bottom: 0.46em;
}
#body-wrapper article.art-single .caption-area .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#body-wrapper article.art-single .caption-area .content .alignright {
  float: right;
  margin-left: 1em;
}
#body-wrapper article.art-single .caption-area .content .alignleft {
  float: left;
  margin-right: 1em;
}
@media only screen and (max-width: 736px) {
  #body-wrapper article.art-single .caption-area .content .aligncenter,
  #body-wrapper article.art-single .caption-area .content .alignright,
  #body-wrapper article.art-single .caption-area .content .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    height: auto !important;
  }
}
#body-wrapper article.art-single .caption-area .content .wp-caption {
  max-width: 100% !important;
}
#body-wrapper article.art-single .caption-area .content .wp-caption .wp-caption-dd,
#body-wrapper article.art-single .caption-area .content .wp-caption .wp-caption-text {
  font-size: 0.75em;
  margin-bottom: 0.52em;
}
#body-wrapper article.art-single .caption-area .content img[class*="wp-image-"],
#body-wrapper article.art-single .caption-area .content img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
#body-wrapper article.art-single .caption-area .content .clearfix {
  overflow: hidden;
  zoom: 1;
}
#body-wrapper article.art-single .caption-area .content .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#body-wrapper article.art-single .caption-area .content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .caption-area .content table tr th, #body-wrapper article.art-single .caption-area .content table tr td {
  border: 1px solid #333;
}
#body-wrapper article.art-single .caption-area .content table tr th {
  text-align: left;
  padding: 0.5em 1em;
  font-weight: normal;
  white-space: nowrap;
}
#body-wrapper article.art-single .caption-area .content table tr td {
  text-align: left;
  padding: 0.5em 1em;
}
#body-wrapper article.art-single .caption-area .content table thead th, #body-wrapper article.art-single .caption-area .content table thead td {
  font-weight: bold;
  text-align: center;
}
#body-wrapper article.art-single .caption-area .online_store_open {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 1.875rem;
  background-color: #e10000;
  color: #FFFFFF;
}
#body-wrapper article.art-single .caption-area .exhibitor_info {
  font-size: 0.875rem;
  line-height: 1.57;
  margin-top: 4.6666666667em;
}
#body-wrapper article.art-single .caption-area .exhibitor_info h5 {
  font-size: 0.875rem;
  font-weight: bold;
}
#body-wrapper article.art-single .caption-area .exhibitor_info p {
  margin-bottom: 1.5625rem;
}
#body-wrapper article.art-single .caption-area .event_info {
  font-size: 0.875rem;
  line-height: 1.57;
  margin-top: 4.6666666667em;
}
#body-wrapper article.art-single .caption-area .event_info h5 {
  font-size: 0.875rem;
  font-weight: bold;
}
#body-wrapper article.art-single .caption-area .event_info p {
  margin-bottom: 1.5625rem;
}
#body-wrapper article.art-single .caption-area .tags_info {
  line-height: 2.3333333333em;
  margin-top: 4.6666666667em;
}
#body-wrapper article.art-single .caption-area .tags_info .terms {
  list-style: none;
  margin: 0;
  margin-top: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
}
#body-wrapper article.art-single .caption-area .tags_info .terms li {
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding: 0.1875rem 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#body-wrapper article.art-single .caption-area .tags_info .terms li:last-child {
  margin-right: 0;
}
#body-wrapper article.art-single .caption-area .tags_info .terms li:not(:first-child)::before {
  content: "";
}
#body-wrapper article.art-single .caption-area h4.ttl {
  font-size: 1.1428571429em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000000;
}
#body-wrapper article.art-single .content-area {
  float: right;
  width: 68.6274509804%;
}
#body-wrapper article.art-single .content-area .content {
  margin-bottom: 2.8571428571em;
}
#body-wrapper article.art-single .content-area .content p {
  display: block;
}
#body-wrapper article.art-single .content-area .content h1, #body-wrapper article.art-single .content-area .content h2, #body-wrapper article.art-single .content-area .content h3, #body-wrapper article.art-single .content-area .content h4, #body-wrapper article.art-single .content-area .content h5, #body-wrapper article.art-single .content-area .content h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  border: none;
  color: #333333;
  text-align: left;
  line-height: 1.35em;
}
#body-wrapper article.art-single .content-area .content h1 {
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .content-area .content h2 {
  font-size: 1.625rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .content-area .content h3 {
  font-size: 1.5rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .content-area .content h4 {
  font-size: 1.3125rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#body-wrapper article.art-single .content-area .content h5 {
  font-size: 1.125rem;
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}
#body-wrapper article.art-single .content-area .content h6 {
  font-size: 1rem;
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}
#body-wrapper article.art-single .content-area .content strong {
  font-weight: bold;
}
#body-wrapper article.art-single .content-area .content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
#body-wrapper article.art-single .content-area .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
#body-wrapper article.art-single .content-area .content hr {
  border-top: 1px solid #333333;
}
#body-wrapper article.art-single .content-area .content sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.25em;
}
#body-wrapper article.art-single .content-area .content sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.25em;
}
#body-wrapper article.art-single .content-area .content a {
  color: inherit;
  text-decoration: underline;
}
#body-wrapper article.art-single .content-area .content a:hover, #body-wrapper article.art-single .content-area .content a:active {
  text-decoration: underline;
}
#body-wrapper article.art-single .content-area .content a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background-image: url(../img/base/blanklink.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 0.85em;
  margin: 0 0.5em;
  height: 1em;
  vertical-align: middle;
}
#body-wrapper article.art-single .content-area .content ul, #body-wrapper article.art-single .content-area .content ol {
  margin-left: 1.5em;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: inherit;
}
#body-wrapper article.art-single .content-area .content blockquote {
  display: block;
  border-left: 0.625rem solid #c40100;
  padding: 0em 2em;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#body-wrapper article.art-single .content-area .content .aligncenter,
#body-wrapper article.art-single .content-area .content .alignright,
#body-wrapper article.art-single .content-area .content .alignleft {
  display: block;
  margin: 0;
  margin-top: 0.25em;
  margin-bottom: 0.46em;
}
#body-wrapper article.art-single .content-area .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#body-wrapper article.art-single .content-area .content .alignright {
  float: right;
  margin-left: 1em;
}
#body-wrapper article.art-single .content-area .content .alignleft {
  float: left;
  margin-right: 1em;
}
@media only screen and (max-width: 736px) {
  #body-wrapper article.art-single .content-area .content .aligncenter,
  #body-wrapper article.art-single .content-area .content .alignright,
  #body-wrapper article.art-single .content-area .content .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    height: auto !important;
  }
}
#body-wrapper article.art-single .content-area .content .wp-caption {
  max-width: 100% !important;
}
#body-wrapper article.art-single .content-area .content .wp-caption .wp-caption-dd,
#body-wrapper article.art-single .content-area .content .wp-caption .wp-caption-text {
  font-size: 0.75em;
  margin-bottom: 0.52em;
}
#body-wrapper article.art-single .content-area .content img[class*="wp-image-"],
#body-wrapper article.art-single .content-area .content img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
#body-wrapper article.art-single .content-area .content .clearfix {
  overflow: hidden;
  zoom: 1;
}
#body-wrapper article.art-single .content-area .content .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#body-wrapper article.art-single .content-area .content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 1em;
}
#body-wrapper article.art-single .content-area .content table tr th, #body-wrapper article.art-single .content-area .content table tr td {
  border: 1px solid #333;
}
#body-wrapper article.art-single .content-area .content table tr th {
  text-align: left;
  padding: 0.5em 1em;
  font-weight: normal;
  white-space: nowrap;
}
#body-wrapper article.art-single .content-area .content table tr td {
  text-align: left;
  padding: 0.5em 1em;
}
#body-wrapper article.art-single .content-area .content table thead th, #body-wrapper article.art-single .content-area .content table thead td {
  font-weight: bold;
  text-align: center;
}
#body-wrapper article.art-single .content-area .content .type_img {
  line-height: 0;
  margin-bottom: 3.75rem;
}
#body-wrapper article.art-single .content-area .content .type_img img {
  width: 100%;
}
#body-wrapper article.art-single .content-area .content .type_editor {
  border-top: 1px solid #000;
  padding-top: 2.5rem;
}
#body-wrapper article.art-single .content-area .content .type_editor .te_base {
  width: 33.75rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 3.75rem;
  font-size: 0.875rem;
  line-height: 2em;
}
#body-wrapper article.art-single .content-area .content .type_editor .te_base::after {
  content: "";
  display: block;
  clear: both;
}
#body-wrapper article.art-single .content-area .art-navi {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#body-wrapper article.art-single .content-area .art-navi::after {
  content: "";
  display: block;
  clear: both;
}
#body-wrapper article.art-single .content-area .art-navi a[rel="prev"],
#body-wrapper article.art-single .content-area .art-navi a[rel="next"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.15%;
  position: relative;
}
#body-wrapper article.art-single .content-area .art-navi a[rel="prev"]::before,
#body-wrapper article.art-single .content-area .art-navi a[rel="next"]::before {
  content: "";
  display: block;
  padding-top: 200%;
}
#body-wrapper article.art-single .content-area .art-navi a[rel="prev"] {
  background-image: url(../img/base/icon_prev.svg);
  float: left;
}
#body-wrapper article.art-single .content-area .art-navi a[rel="next"] {
  background-image: url(../img/base/icon_next.svg);
  float: right;
}
#body-wrapper article.art-single .content-area .art-navi .list {
  display: inline-block;
  width: 5.1954285714285714285714285714286%;
}
#body-wrapper article.art-single .content-area .art-border {
  line-height: 0;
  border-bottom: 1px solid #000;
  margin-top: 7.1428571428571428571428571428571em;
  margin-bottom: 3.5714285714285714285714285714286em;
}
#body-wrapper article.art-single .content-area .art-related .nopost {
  margin-bottom: 4.5em;
}
@media only screen and (max-width: 736px) {
  #body-wrapper article.art-single {
    margin-bottom: 0;
  }
  #body-wrapper article.art-single .caption-area {
    float: none;
    width: 100%;
    font-size: 1.4117647059rem;
  }
  #body-wrapper article.art-single .caption-area .art-header {
    margin-bottom: 4.7058823529rem;
  }
  #body-wrapper article.art-single .caption-area .art-header .title {
    font-size: 2.5882352941rem;
  }
  #body-wrapper article.art-single .caption-area .online_store_open {
    font-size: 1.5294117647rem;
    margin-top: 2.3529411765rem;
  }
  #body-wrapper article.art-single .caption-area .exhibitor_info {
    font-size: 1.6470588235rem;
    margin-top: 4.7058823529rem;
  }
  #body-wrapper article.art-single .caption-area .exhibitor_info h5 {
    font-size: 1.6470588235rem;
  }
  #body-wrapper article.art-single .caption-area .exhibitor_info p {
    margin-bottom: 1.1764705882rem;
  }
  #body-wrapper article.art-single .caption-area .event_info {
    font-size: 1.6470588235rem;
    margin-top: 4.7058823529rem;
  }
  #body-wrapper article.art-single .caption-area .event_info h5 {
    font-size: 1.6470588235rem;
  }
  #body-wrapper article.art-single .caption-area .event_info p {
    margin-bottom: 1.1764705882rem;
  }
  #body-wrapper article.art-single .caption-area .tags_info {
    margin-top: 4.7058823529rem;
  }
  #body-wrapper article.art-single .caption-area .tags_info .terms {
    list-style: none;
    margin: 0;
    margin-top: 0.3125rem;
    display: flex;
    flex-wrap: wrap;
  }
  #body-wrapper article.art-single .caption-area .tags_info .terms li {
    font-size: 1.4117647059rem;
  }
  #body-wrapper article.art-single .caption-area .tags_info .terms li:last-child {
    margin-right: 0;
  }
  #body-wrapper article.art-single .caption-area .tags_info .terms li:not(:first-child)::before {
    content: "";
  }
  #body-wrapper article.art-single .content-area {
    float: none;
    width: 100%;
    font-size: 1.6470588235rem;
  }
  #body-wrapper article.art-single .content-area .content .type_img {
    margin-bottom: 2rem;
  }
  #body-wrapper article.art-single .content-area .content .type_editor {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #body-wrapper article.art-single .content-area .content .type_editor .te_base {
    font-size: 1.6470588235rem;
  }
}
#body-wrapper .art_navi {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9.375rem;
  position: relative;
}
#body-wrapper .art_navi .exhibitor_top {
  width: 15.625rem;
  height: 2.5rem;
  box-sizing: border-box;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .8s;
  transition: all .8s;
}
#body-wrapper .art_navi .exhibitor_top:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#body-wrapper .art_navi .prev_link {
  display: flex;
  align-items: center;
}
#body-wrapper .art_navi .prev_link::before {
  content: "";
  width: 0.5rem;
  height: 0.75rem;
  background: url(../img/base/page_arrow.svg) no-repeat center center;
  background-size: cover;
  transform: scale(-1, 1);
  margin-right: 0.625rem;
}
#body-wrapper .art_navi .next_link {
  display: flex;
  align-items: center;
}
#body-wrapper .art_navi .next_link::after {
  content: "";
  width: 0.5rem;
  height: 0.75rem;
  background: url(../img/base/page_arrow.svg) no-repeat center center;
  background-size: cover;
  margin-left: 0.625rem;
}
@media only screen and (max-width: 736px) {
  #body-wrapper .art_navi {
    font-size: 1.8823529412rem;
    margin-bottom: 23.5294117647rem;
  }
  #body-wrapper .art_navi .exhibitor_top {
    width: 25.2941176471rem;
    height: 4.1176470588rem;
    position: absolute;
    top: 5.8823529412rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #body-wrapper .art_navi .prev_link::before {
    content: "";
    width: 0.8235294118rem;
    height: 1.1764705882rem;
    margin-right: 0.8235294118rem;
  }
  #body-wrapper .art_navi .next_link::after {
    content: "";
    width: 0.8235294118rem;
    height: 1.1764705882rem;
    margin-left: 0.8235294118rem;
  }
}
