@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 common
==================================================================================*/
@media (max-width: 767px) {
  #header {
    position: relative !important;
  }

  #header .spHeader .SpHeaderBtMenu,
  #header .spHeader .SpHeaderBtMypage {
    position: absolute !important;
  }

  #site_area_header .site_area_header__navigation {
    z-index: 101;
  }

  .contentsArea .commonNaviArea01 {
    padding-left: 3%;
    text-align: center;
  }
  .contentsArea .commonNaviArea01 .registrationButton {
    top: 18px;
    width: 90px;
    transform: none;
    z-index: 2;
  }
  .contentsArea .commonNaviArea01 .languages {
    top: 13px;
  }
  .contentsArea .commonNaviArea01 .accordionButton {
    display: inline-block;
    position: relative;
    margin-right: 80px;
    padding: 0 30px 0 100px;
    color: #fff;
    font-size: 16px;
  }
  .contentsArea .commonNaviArea01 .accordionButton:before, .contentsArea .commonNaviArea01 .accordionButton:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
  }
  .contentsArea .commonNaviArea01 .accordionButton:before {
    right: 0;
    width: 20px;
    height: 2px;
  }
  .contentsArea .commonNaviArea01 .accordionButton:after {
    right: 9px;
    width: 2px;
    height: 20px;
  }
  .contentsArea .commonNaviArea01 .accordionButton.open:after {
    display: none;
  }
  .contentsArea .commonNaviArea01 .links {
    display: none;
    padding-top: 12px;
  }
  .contentsArea .commonNaviArea01 .links li {
    box-sizing: border-box;
    width: 33.33333%;
    padding: 0;
  }
  .contentsArea .commonNaviArea01 .links li:nth-child(3n) {
    border-right: none;
  }
  .contentsArea .commonNaviArea01 .links li:nth-child(3n+1) {
    clear: both;
  }
  .contentsArea .commonNaviArea01 .links li:nth-child(n+4) {
    margin-top: 20px;
  }
  .contentsArea .commonNaviArea01 .links a {
    padding: 5px 0;
  }
  .contentsArea .commonNaviArea01 .links img {
    height: 16px;
  }
  .contentsArea .lead {
    line-height: 1.7;
    font-size: 15px;
  }
  .contentsArea .annotation {
    font-size: 11px;
  }
  .contentsArea .commonButton01 a {
    padding: 15px 0;
    font-size: 18px;
  }
  .contentsArea .commonButton01.border01 a {
    border-width: 3px;
  }
  .contentsArea .commonButton02 {
    padding-top: 60px;
    font-size: 16px;
  }
  .contentsArea .commonButton02 a {
    border-width: 2px;
  }
  .contentsArea .commonButton02 a[target="_blank"]:after {
    margin-left: 15px;
    top: 2px;
    width: 14px;
    height: 16px;
  }
  .contentsArea .commonNewsList01 {
    font-size: 18px;
  }
  .contentsArea .commonNewsList01 li {
    padding: 20px 0 20px 5.5em;
  }
  .contentsArea .commonNewsList01 li .date {
    top: 22px;
    transform: none;
  }
  .contentsArea .commonNewsList01 li .content {
    overflow: visible;
    white-space: normal;
  }
  .contentsArea .newsDisplayButton {
    margin: 40px auto 0;
    padding: 12px 0;
    font-size: 18px;
    max-width: 280px;
  }
}
@media (max-width: 767px) and (min-width: 1025px) {
  .contentsArea .newsDisplayButton:hover {
    opacity: .5;
  }
}
@media (max-width: 767px) {
  .contentsArea .newsDisplayButton:after {
    right: 15px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
  }
  .contentsArea .newsDisplayButton.open:after {
    margin-top: -2px;
  }
  .contentsArea .commonLinkPanels01 {
    margin: auto;
    width: 80%;
  }
  .contentsArea .commonLinkPanels01 > li:not(:last-child) {
    padding-bottom: 30px;
  }
  .contentsArea .commonLinkPanels01 > li a .texts {
    font-size: 18px;
  }
  .contentsArea .commonLinkPanels01 > li a .texts .name {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .contentsArea .commonLinkPanels01 > li a .texts .name:after {
    width: 150px;
  }
  .contentsArea .commonTitle01 {
    padding-bottom: 20px;
  }
  .contentsArea .commonTitle01 img {
    height: 26px;
  }
  .contentsArea .commonTitle02 {
    margin-bottom: 30px;
    padding: 0 50px 5px 20px;
  }
  .contentsArea .commonTitle02:after {
    top: calc(50% - 5px);
    border-width: 3px;
  }
  .contentsArea .commonTitle02.right {
    padding: 0 20px 5px 50px;
  }
  .contentsArea .commonTitle02 img {
    height: 30px;
  }
  .contentsArea .commonTitle03 {
    margin-bottom: 40px;
    padding-bottom: 4px;
    font-size: 18px;
  }
  .contentsArea .commonTitle04 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contentsArea .commonTitle04:after {
    height: 5px;
  }
  .contentsArea .commonPeopleList01 li:not(:last-child) {
    padding-bottom: 40px;
  }
  .contentsArea .commonPeopleList01 .position {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .contentsArea .commonPeopleList01 .photo img {
    width: 40%;
  }
  .contentsArea .commonPeopleList01 .photo .company {
    left: 44%;
    font-size: 14px;
  }
  .contentsArea .commonPeopleList01 .lead {
    padding-top: 10px;
    font-size: 12px;
  }
  .contentsArea .commonTable01 {
    min-width: 700px;
    font-size: 16px;
  }
}
/*==================================================================================
 top
==================================================================================*/
@media (max-width: 767px) {
  #jbcTop .commonRegistrationArea.bottom {
    padding-bottom: 100px;
  }
  #jbcTop .commonRegistrationArea .registration {
    padding-bottom: 30px;
  }
  #jbcTop .commonRegistrationArea .lead {
    padding-bottom: 30px;
    font-size: 14px;
  }
  #jbcTop .intro h1 {
    margin-bottom: 52px;
  }
  #jbcTop .intro .date {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin: 50px auto 30px;
    padding: 0 20px 10px;
  }
  #jbcTop .sections:not(:last-of-type) {
    padding-bottom: 120px;
  }
  #jbcTop .inSections:not(:last-of-type) {
    padding-bottom: 80px;
  }
  #jbcTop .sections.news {
    padding-top: 120px;
  }
  #jbcTop .sections.news:after {
    top: 0;
    left: 10%;
    width: 160px;
    height: 185px;
  }
  #jbcTop .sections.about .inSections h3 {
    padding-bottom: 15px;
    font-size: 24px;
  }
  #jbcTop .sections.about .outline dl {
    padding-left: 5.5em;
    font-size: 16px;
  }
  #jbcTop .sections.about .outline dl:not(:last-of-type) {
    padding-bottom: 10px;
  }
  #jbcTop .sections.about .feature .areas {
    padding: 40px 0 10px;
  }
  #jbcTop .sections.about .feature .areas li {
    width: 48%;
  }
  #jbcTop .sections.about .feature .areas li .caption {
    font-size: 12px;
  }
  #jbcTop .sections.program:before {
    width: 200px;
    height: 180px;
  }
  #jbcTop .sections.program:after {
    width: 260px;
    height: 151px;
  }
  #jbcTop .sections.program > .lead {
    padding-bottom: 80px;
  }
  #jbcTop .sections.program .inSections > .lead {
    padding-bottom: 40px;
  }
  #jbcTop .sections.program .agenda:before {
    left: -150px;
    width: 110px;
    height: 80px;
  }
  #jbcTop .sections.program .agenda:after {
    right: -103px;
    width: 60px;
    height: 45px;
  }
  #jbcTop .sections.program .agenda .detailSections:not(:last-of-type) {
    padding-bottom: 40px;
  }
  #jbcTop .sections.program .agenda .detailSections h3 {
    font-size: 17px;
  }
  #jbcTop .sections.program .agenda .detailSections > .lead {
    padding-bottom: 15px;
  }
  #jbcTop .sections.program .agenda .detailSections > .photo img {
    width: 100px;
  }
  #jbcTop .sections.program .agenda .detailSections > .photo .text {
    font-size: 12px;
  }
  #jbcTop .sections.program .agenda .detailSections > .photo .text .name {
    padding-top: 15px;
  }
  #jbcTop .sections.program .agenda .commonPeopleList01 li:not(:last-child) {
    padding-bottom: 30px;
  }
  #jbcTop .sections.program .agenda .commonPeopleList01 .position {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #jbcTop .sections.program .agenda .commonPeopleList01 .photo .company {
    font-size: 12px;
  }
  #jbcTop .sections.program .dates:before {
    width: 100px;
    height: 75px;
  }
  #jbcTop .sections.program .dates:after {
    width: 100px;
    height: 75px;
  }
  #jbcTop .sections.program .dates h3 {
    padding-bottom: 30px;
  }
  #jbcTop .sections.program .dates > .annotation {
    font-size: 12px;
  }
  #jbcTop .sections.exhibitors {
    padding-bottom: 150px;
  }
  #jbcTop .sections.exhibitors:after {
    bottom: 75px;
  }
  #jbcTop .sections.exhibitors h2 {
    margin-bottom: 60px;
  }
  #jbcTop .sections.exhibitors .lead {
    padding-bottom: 30px;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs {
    padding-bottom: 50px;
    width: auto;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs li {
    height: 60px;
    font-size: 11px;
    width: 32%;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs li:nth-child(3n+1) {
    clear: both;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs li:nth-child(n+4) {
    margin-top: 15px;
  }
  #jbcTop .sections.exhibitors .variableArea .tabs li:nth-child(4) {
    margin-left: 17%;
  }
  #jbcTop .sections.exhibitors .variableArea .variableContents .catch {
    padding-bottom: 10px;
    font-size: 20px;
  }
  #jbcTop .sections.exhibitors .variableArea .variableContents .lead {
    font-size: 14px;
  }
  #jbcTop .sections.event .lead {
    padding-bottom: 40px;
  }
  #jbcTop .sections.contact {
    padding: 8px 0 50px;
  }
  #jbcTop .sections.contact h3 {
    padding-bottom: 60px;
  }
  #jbcTop .sections.contact .contacts {
    padding-bottom: 10px;
    font-size: 18px;
  }
  #jbcTop .sections.contact .contacts li {
    margin-top: 24px;
    padding: 70px 0 50px;
    border-width: 2px;
  }
  #jbcTop .sections.contact .contacts li:first-child {
    margin-bottom: 50px;
  }
  #jbcTop .sections.contact .contacts li img {
    top: -24px;
    max-width: 130px;
  }
  #jbcTop .sections.contact .contacts .mail {
    margin-top: 8px;
  }
  #jbcTop.en .sections.about .outline dl {
    padding-left: 6.5em;
    font-size: 15px;
  }
  #jbcTop.en .sections.program .agenda .detailSections > .photo img {
    width: 90px;
  }
  #jbcTop.en .sections.program .agenda .detailSections > .photo .text {
    font-size: 10px;
  }
}
/*==================================================================================
 lower common
==================================================================================*/
@media (max-width: 767px) {
  .contentsArea.jbcLower {
    padding-bottom: 100px;
    /*background-position-y: 200px;
    background-size: 100% 800px;
    &:before {
      top: 1500px;
      height: 600px;
    }
    &:after {
      height: 500px;
    }*/
  }
  .contentsArea.jbcLower .commonPageTitle01 {
    padding: 50px 0;
  }
  .contentsArea.jbcLower .commonPageTitle01 img {
    height: 36px;
  }
  .contentsArea.jbcLower .intro {
    padding-top: 60px;
  }
  .contentsArea.jbcLower .intro .commonNaviArea01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentsArea.jbcLower .intro .commonNaviArea01 .logo {
    left: 3%;
    width: 90px;
  }
  .contentsArea.jbcLower .intro .commonNaviArea01 .registrationButton {
    top: 21px;
    left: calc(3% + 105px);
    width: 100px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader {
    margin-bottom: 60px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader h2 span {
    display: block;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader h2 .category {
    float: none;
    clear: both;
    margin: 0 auto 10px;
    padding: 10px;
    width: 280px;
    font-size: 16px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader h2 .company {
    float: none;
    clear: both;
    padding-top: none;
    text-align: center;
    font-size: 18px;
    max-width: none;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader .thumbnail {
    float: none;
    clear: both;
    margin: 0 auto 1px;
    padding: 0;
    width: 280px;
    height: 280px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .articleHeader .textArea {
    float: none;
    clear: both;
    font-size: 18px;
    max-width: none;
  }
  .contentsArea.jbcLower .commonArticleArea01 > ul + ul,
  .contentsArea.jbcLower .commonArticleArea01 > ul + dl,
  .contentsArea.jbcLower .commonArticleArea01 > dl + ul,
  .contentsArea.jbcLower .commonArticleArea01 > dl + dl {
    padding-top: 60px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .imageList01 li:nth-child(n+3) {
    margin-top: 20px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .commonDefinitionList01 {
    font-size: 18px;
  }
  .contentsArea.jbcLower .commonArticleArea01 .commonDefinitionList01 dt {
    padding-bottom: 15px;
  }
  .contentsArea.jbcLower .horizontalLineText {
    margin-top: 30px;
    font-size: 18px;
  }
  .contentsArea.jbcLower.en .commonPeopleList01 .photo .company {
    font-size: 11px;
  }

  /*==================================================================================
   jbcAgenda
  ==================================================================================*/
  #jbcAgenda .article h2 {
    padding-bottom: 60px;
  }
  #jbcAgenda .article h2 .ja {
    margin-top: 20px;
    padding: 10px 0;
    font-size: 20px;
  }
  #jbcAgenda .article .sections:not(:last-of-type) {
    padding-bottom: 80px;
  }
  #jbcAgenda .article .sections > .photo .caption {
    padding-bottom: 5px;
    font-size: 18px;
  }
  #jbcAgenda .article .commonDefinition01 {
    padding: 0 5% 30px;
  }
  #jbcAgenda .article .commonDefinition01 dt {
    padding-bottom: 15px;
    font-size: 18px;
  }
  #jbcAgenda .article .commonDefinition01 dd {
    line-height: 1.7;
    font-size: 15px;
  }
  #jbcAgenda .article .commonDefinition02 {
    padding-top: 10px;
  }
  #jbcAgenda .article .commonDefinition02 dt {
    padding-bottom: 8px;
    font-size: 16px;
  }
  #jbcAgenda .article .commonDefinition02 dd {
    font-size: 14px;
  }

  /*==================================================================================
   jbcSchedule
  ==================================================================================*/
  #jbcSchedule .eventList .articleHeader {
    padding-bottom: 100px;
  }
  #jbcSchedule .eventList .articleHeader h2 {
    margin-bottom: 40px;
    padding: 10px 50px 10px 3%;
    border-width: 2px;
    font-size: 24px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentHeader {
    padding-left: 130px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentHeader span {
    font-size: 12px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentHeader span:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentList li {
    padding-left: 130px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentList li > span {
    padding: 8px 0;
    border-width: 2px;
    font-size: 12px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentList li > span.date {
    width: 120px;
  }
  #jbcSchedule .eventList .articleHeader .contentsArea .contentList li > span.content {
    padding: 15px;
  }
  #jbcSchedule .eventList .events {
    margin-top: 46px;
    padding: 30px 5%;
    border-width: 2px;
  }
  #jbcSchedule .eventList .events:not(:last-of-type) {
    margin-bottom: 80px;
  }
  #jbcSchedule .eventList .events h3 {
    padding-bottom: 15px;
    font-size: 22px;
  }
  #jbcSchedule .eventList .events .language {
    right: -2px;
    padding: 8px 30px;
    border-width: 2px;
    font-size: 14px;
  }
  #jbcSchedule .eventList .events .organizer,
  #jbcSchedule .eventList .events .date {
    padding-bottom: 15px;
    font-size: 14px;
  }
  #jbcSchedule .eventList .events .lead {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #jbcSchedule .eventList .events .description {
    padding-top: 15px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=smartphone.css.map */
