@charset "UTF-8";
/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.page-id-15660 .container {
  max-width: 100% !important;
  width: 100% !important;
}

.txt_green {
  color: #008632;
  font-weight: 700;
}

.ss2020 {
  color: #1A1311;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-weight: 100;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.3em;
  margin: 0;
  padding: 0;
}

.ss2020 {
  position: relative;
}

.ss2020 .container {
  max-width: 100% !important;
  width: 100%;
}

.ss2020 img {
  max-width: 100%;
}

.ss2020 section.main {
  position: relative;
  background-size: 90% auto;
  background-position: left 110% top 50%;
  width: 100%;
  height: auto;
  padding: 0;
}

video.bg-video{
  width: 100%;
  max-height: 100%;z-index:1;
}



section.contents .sponsor h3 {
  margin: 0 auto;
}

section.contents .sponsor p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0;
}

section.contents .sponsor p::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 0.5em 0.75em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: currentColor;
  border-right: none;
  margin-right: 0.5em;
}

section.contents .sponsor a {
  color: #1A1311;
  text-decoration: none;
}

.ss2020 section.contents .column {
  display: flex;
  justify-content: center;
}

.ss2020 section.contents .column div {
  width: calc(100%/2);
}

.ss2020 section.contents .column div h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}

.ss2020 section.contents .column div h3 span {
  display: block;
  border-bottom: 1px solid #1A1311;
  max-width: 14em;
  margin: auto;
}

.ss2020 section.contents .column div ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0;
}

.ss2020 section.contents .column div ul li {
  margin: 0 10px;
}

.ss2020 .pagetop {
  position: fixed;
  right: 0;
  bottom: 1em;
}

.ss2020 footer {
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.ss2020 footer p.copyright {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  .ss2020 .pc {
    display: inline;
  }

  .ss2020 .sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .ss2020 .pc {
    display: none;
  }

  .ss2020 .sp {
    display: inline;
  }

  .ss2020 {
    font-size: 16px;
    line-height: 1.8em;
  }

  .ss2020 section.main {
    position: relative;
    /*background: url(images/mainimage_sp.png) no-repeat;*/
    background-size: auto 100%;
    background-position: center;
    /*width: calc(100% - 32px);
    height: calc(100vh - 32px);*/
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
  }

  .ss2020 section.main p.text {
    position: absolute;
    top: 45vh;
    right: 32px;
    font-size: 0.8em;
    line-height: 2em;
    letter-spacing: 0.3em;
  }

	.ss2020 section.main .scroll{
    position: absolute;
    top: 60vh;
    left: 8px}

  .ss2020 section.main .banner {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 45%;
  }

  .ss2020 section.main .url {
    top: auto;
    right: -8px;
    bottom: 16px;
    font-size: 8px;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }

  .ss2020 section.contents {
    width: 100%;
    max-width: 750px;
    margin: auto;
    padding: 40px 0 0 0;
  }

  .ss2020 section.contents h2 {
    text-align: left;
  }

  .ss2020 section.contents p {
    font-size: 14px;
  }

  .ss2020 section.contents .column {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ss2020 section.contents .column div {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* ********************************************************************
追従
******************************************************************** */
.ss2020 .fixedBox {
  display: none;
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 80px;
}

.ss2020 .show {
  display: inline !important;
}

@media only screen and (max-width: 750px) {
  .ss2020 .fixedBox {
    right: 16px;
    /*bottom:16px;*/
    bottom: 80px;
  }
}

/*speakers*/
.speakers_title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  position: relative;
  display: block;
  text-align: center;
  margin: 80px auto;
}

.speakers_title:after {
  content: "";
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  background: url("../../uploads/2020/09/title_img.png") no-repeat;
  background-size: cover;
  width: 72px;
  height: 13px;
  margin: auto;
}

#speakers {
  background: #F7F7F7;
  padding: 80px 0;
  text-align: center;
}

ul.spe_4block {
  display: -ms-flexbox;
  /*--- IE10 —*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -ms-flex-pack: justify;
  /*IE10*/
  justify-content: space-between;
}

ul.spe_block, ul.spe_block2, ul.spe_3block, ul.spe_4block {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.spe_block {
  margin-bottom: 50px;
}

.spe_block li {
  display: inline-block;
  width: 240px;
  font-size: 16px;
  line-height: 180%;
  margin: 0 40px 60px;
}

.spe_block_img {
  width: 166px;
  height: auto;
  margin: 0 auto 18px;
}

.spe_block_name {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.spe_block li {
  position: relative;
}

input {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border-style: none;
  box-sizing: border-box;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  padding: 3px 2.5em;
  cursor: pointer;
}

.profile {
  display: none;
  background: #f5f7fa;
  position: absolute;
  top: 300px;
  left: 0px;
  width: 260px;
  padding: 7px 20px 20px;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: justify;
  z-index: 100 !important;
}

.profile input {
  padding: 3px 3px 4px 4px;
  font-size: 12px;
  line-height: 8px;
  background: "777";
  float: right;
}

.spe_3block_txt {
  padding-top: 22px;
  font-size: 12px;
  line-height: 1.6;
}

.spe_txt_small {
  font-size: 10px;
}

section#ticket {
  background: #3C3330;
  padding: 30px 0 110px;
  text-align: center;
}

h2.speakers_title.white {
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  #speakers {
    padding: 40px 0 0;
    position: relative;
  }

  .speakers_2 ul img {
    width: 100%;
    position: relative;
  }

  ul.spe_block {
    width: 100%;
    padding-left: 25px;
  }

  .profile {
    position: absolute;
    top: 300px;
    left: 0px;
    padding: 7px 5% 20px;
    width: 100%;
  }
}
/* 4ブロック2*/
ul.spe_block2 {
  display: -ms-flexbox;
  /*--- IE10 —*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -ms-flex-pack: justify;
  /*IE10*/
  justify-content: space-between;
  padding: 0;
}

.spe_block2 li {
  display: block;
  width: 210px;
  font-size: 12px;
  margin-bottom: 60px;
  position: relative;
}

/* 4列の最終行*/
.spe_block2::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.spe_block2:after {
  content: "";
  display: block;
  width: 23%;
}

.spe_block2_img {
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
}

.spe_block2_name {
  font-size: 20px;color:#222;
  font-weight: 700;
  letter-spacing: 0.1em;line-height:1.5;
  margin-bottom: 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.spe_block2_name:after {
  display: block;
  content: "";
  border-bottom: 1px solid #707070;
  width: 4em;
  margin: 5px auto auto auto;
}

.spe_block2en_name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 10px;
}

.spe_block2en_name:after {
  display: block;
  content: "";
  border-bottom: 1px solid #707070;
  width: 4em;
  margin: 5px auto auto auto;
}

.spe_block2_name.ls_0 {
  letter-spacing: 0;
}

/*追加*/
.spe_block2_position {
  margin-top: 4px;
  margin-bottom: 8px;
  letter-spacing: 0em;
  line-height: 1.8em;
}

.spe_block2_position span {
  text-align: left;
  padding-left: 0px;
}

.spc_txt {
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0;
  word-break: break-all;
}

.spe_block2 .profile {
  top: 190px;
  left: -20px;
  width: 280px;
  padding: 8px 20px 20px;
}

@media only screen and (max-width: 767px) {
  ul.spe_block2 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0;
  }

  .spe_block2 li {
    width: 46%;
    position: relative;
  }

  .spe_block2_img {
    width: 100px;
    height: auto;
  }

  .spe_block2_img img {
    width: 100px;
    height: auto;
  }

  .spe_block2_name {
    font-size: 16px;
  }

  .spe_block2en_name {
    font-size: 14px;
    letter-spacing: 0em;
  }

  .spe_block2 li .profile {
    width: 230%;
    left: -5%;
  }

  .spe_block2 li:nth-child(even) .profile {
    right: -5%;
    left: auto;
  }

  /* 4列の最終行*/
  .spe_block2::before,
.spe_block2:after {
    display: none;
  }

  .spe_block2_position {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 18px;
  }
}
.formbtn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
  border: #CE221F 1px solid;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 1em 2em;
}

.formbtn span:after {
  display: inline-block;
  content: "";
  background: url("../../uploads/2020/09/icon4.png") no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.formbtn a {
  color: #CE221F;
  text-decoration: none;
}

/* ********************************************************************
ハンバーガー
******************************************************************** */
/*.navToggle{
display:none;
}
nav.globalMenuSp ul li:first-child,nav.globalMenuSp ul li:last-child{
display:none;
}
@media only screen and (max-width: 750px) {
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #FFF;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dottedd #000;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
  display: block;
  position: fixed;
  right: 5px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #000;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header .globalMenuSp{
width:100%;
}
header .header .globalMenuSp ul{
list-style:none;
display:flex;
justify-content:flex-start;
flex-direction: column;
widows: 100%;
}
nav.globalMenuSp ul li{
margin:0;
}
nav.globalMenuSp ul li:first-child,nav.globalMenuSp ul li:last-child{
display:inline;
}
nav.globalMenuSp ul li:first-child{
text-align:left;
padding:10px;
}
nav.globalMenuSp ul li:first-child img{
width:60%;
}
nav.globalMenuSp ul li:last-child .formbtn {
      padding: 0 1em;
}
nav.globalMenuSp ul li:last-child a{
color:#CE221F!important;
}
}*/
/* 2020timetable */
section.ss2020.timetable {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}

section.ss2020 .speakers_title {
  margin: 80px auto 50px;
}

.timetable_bg {
  background: #F7F7F7;
  padding: 80px 0;
}

.ss2020 .timetable_box {
  box-sizing: border-box;
  letter-spacing: 0.03em;
  background: #fff;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px 40px;
  border: 1px solid #707070;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timetable_box + .timetable_box {
  margin-top: 20px;
}

.ss2020 .timetable_nom {
  position: relative;
  width: 110px;
  padding-top: 50px;
  font-size: 80px;
  color: #008632;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.timetable_nom:before {
  position: absolute;
  top: 0;
  left: 110px;
  width: 1px;
  height: 220px;
  content: "";
  background: #707070;
}

.timetable_data {
  padding-top: 30px;
  width: calc(100% - 150px );
}

.ss2020 .timetable_data h3 {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 1.4;
  color: #008632;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.ss2020 .timetable_data time .span {
  font-size: 23px;
  line-height: 1;
  color: #008632;
  border: #008632 3px solid;
  padding: 6px 14px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.ss2020 .timetable_data h4 {
  margin: 15px 0 20px;
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.ss2020 .timetable_data h4 .timetable_subtitle {
  font-size: 23px;
  display: block;
}

.timetable_tags {
  margin: 0 0 20px;
}

.timetable_txt {
  margin: 0;
  font-size: 16px;
  text-align: justify;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.timetable_data h5 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  margin: 40px 0;
  background: #008632;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  padding: 8px 20px;
  letter-spacing: 0.02em;
}

.timetable_speaker {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.timetable_speaker > div {
  width: 24%;
}

@media only screen and (min-width: 768px) {
  .timetable_speaker.stage2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .timetable_speaker.stage2 > div {
    width: 26%;
    margin-right: 10%;
  }

  .timetable_speaker.stage2 > div:nth-child(3n),
.timetable_speaker.stage2 > div:last-child {
    margin-right: 0;
  }
}

.timetable_box.opening .timetable_nom {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 60px;
  color: #008632;
  padding-top: 50px;
  width: calc(100% - 150px);
  margin: 0 auto;
  border-right: none;
}

.timetable_box.opening .timetable_nom::before {
  content: none;
}

.timetable_box.opening .timetable_data {
  width: calc(100% - 150px);
  margin: 0 auto;
}

.timetable_box.opening .timetable_data time span {
  font-size: 23px;
  line-height: 1;
  color: #008632;
  border: #008632 3px solid;
  padding: 6px 14px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  display: inline-block;
}

.timetable_box.opening .timetable_data h5 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  margin: 30px 0 40px;
  background: #008632;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  padding: 8px 20px;
  letter-spacing: 0.02em;
}

.timetable_box.opening .timetable_data .timetable_speaker .timetable_speaker_body {
  width: 100%;
}

/* 2020/11/12追加　Opening Talk */
.mt_50 {
  margin-top: 50px;
}

.timetable_box.opening .timetable_data .timetable_speaker .timetable_speaker_body2 {
  width: 100%;
}

.timetable_speaker_body2 > div {
  width: 24%;
  display: inline-block;
}

.timetable_speaker_body2 div img {
  float: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mt_50 {
    margin-top: 0px;
  }

  .timetable_box.opening .timetable_data .timetable_speaker .timetable_speaker_body2 {
    flex-direction: column;
  }

  .timetable_speaker_body2 > div {
    width: 50%;
  }

  .timetable_speaker_body2 > div + div {
    margin-top: 30px;
  }
}
.timetable_speaker h6 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  position: relative;
  font-size: 20px;
  margin: 0 0 30px;
}

.timetable_speaker h6:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: "";
  background: #555;
}

.timetable_speaker p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.timetable_com,
.timetable_link {
  text-align: center;
}

.timetable_com span,
.timetable_link a {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  margin: 60px auto 0;
  background: #008632;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 8px 20px;
  letter-spacing: 0.02em;
}

.timetable_link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .speakers_title {
    text-align: center !important;
  }

  .speakers_title span {
    display: inline-block;
    margin: 0 auto !important;
  }

  .timetable_bg {
    padding-top: 40px;
  }

  .timetable_box {
    padding: 0 30px 40px 0;
  }

  .timetable_nom {
    font-family: Sans-Serif;
    width: 100%;
    padding: 30px 0 0 30px;
    font-size: 40px;
    text-align: center;
  }

  .timetable_nom:before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }

  .timetable_data {
    padding: 20px 0 0 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .timetable_data h3 {
    text-align: center;
    font-size: 28px;
  }

  .timetable_data time {
    display: block;
    text-align: center !important;
  }

  .timetable_data h4 {
    font-size: 30px;
  }

  .timetable_data h5 {
    text-align: center;
  }

  .timetable_speaker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timetable_speaker > div {
    width: 40%;
    margin: 10px 0;
  }

  .timetable_com span,
.timetable_link a {
    width: 90%;
  }

  /* timetable opening add 2020.10.15 */
  .timetable_box.opening .timetable_nom {
    font-size: 38px;
    padding-left: 0;
  }

  .timetable_box.opening .timetable_data {
    width: 100%;
  }

  .timetable_box.opening .timetable_data .timetable_speaker .timetable_speaker_body {
    width: 40%;
    margin: 10px 0;
  }
}
/* セッションC・夜の部 */
.flex_wrap {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timetable_box.display_block {
  display: block;
}

.timetable_box.display_block .timetable_data {
  width: 100%;
  margin-bottom: 20px;
}

.cession_c_txt {
  font-size: 16px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.cession_c {
  margin: 0;
}

.cession_c li {
  width: 48.5%;
  list-style: none !important;
  margin: 10px 0 20px;
  letter-spacing: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.cession_c li span {
  padding-right: 8px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

@media only screen and (max-width: 767px) {
  .timetable_box.display_block {
    width: 90%;
    padding: 20px 5%;
    text-align: left;
  }

  .timetable_box.display_block .timetable_data {
    width: 105%;
    margin: 0 0 20px -5%;
  }

  .timetable_data time {
    margin-left: -16px;
  }

  ul.flex_wrap.cession_c {
    width: 100%;
    margin: 0;
  }

  .cession_c li {
    width: 100%;
    margin: 0 0 20px;
  }

  .cession_c li span {
    display: block;
    margin-bottom: 1px;
  }
}
.mt_70 {
  margin-top: 70px;
}

.timetable_box.night_pgm {
  display: block;
}

.timetable_box.night_pgm .timetable_data {
  width: 100%;
  margin-bottom: 50px;
}

.night_pgm_ttl {
  font-size: 24px;
  color: #008632;
  padding-left: 20px;
}

.night_pgm h3,
.display_block h3 {
  text-align: center;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 20px;
  color: #008632;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.night_pgm ul {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
  font-size: 14px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.night_pgm li {
  list-style: none;
  margin: 0 0 40px;
  width: 48%;
  line-height: 1.4;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.night_pgm_img,
.night_pgm_detail {
  width: 48%;
}

.night_pgm a:hover {
  opacity: 0.7;
}

.night_pgm h4 {
  margin: 0 0 15px;
}

.night_pgm_txt {
  margin: 0 0 8px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .timetable_box.night_pgm {
    padding: 20px 20px 40px;
    text-align: left;
  }

  .timetable_data time {
    margin-left: -16px;
  }

  .night_pgm_ttl {
    display: block;
    padding: 15px 0 0;
  }

  .night_pgm li {
    width: 100%;
  }

  .night_pgm_img {
    width: 48%;
    margin-bottom: 10px;
  }

  .night_pgm_detail {
    width: 50%;
    letter-spacing: 0;
  }

  .night_pgm_txt {
    font-size: 13px;
  }
}
/* 2020overview */
.overview {
  margin-bottom: 80px;
}

.overview .speakers_title {
  margin-bottom: 40px;
}

.overview_bg {
  background: #F7F7F7;
  padding: 60px 20px 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  letter-spacing: 0.12em;
}

.overview_bg + .overview_bg {
  margin-top: 20px;
}

.overview h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}

.ss2020 .overview h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #008632;
}

.overview_flex {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ss2020 .overview dl {
  width: 48%;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.overview dl:nth-child(3),
.overview dl:nth-child(4) {
  margin-top: 60px;
}

.ss2020 .overview dt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.ss2020 .overview dd {
  text-align: center;
  font-size: 40px;
}

.overview dd.font_jp {
  font-size: 34px;
}

.overview dd.font_jp a {
  text-decoration: none;
  padding-bottom: 2px;
}

.overview dd.font_jp a:hover {
  border-bottom: 1px solid #333;
}

.overview_note {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 15px;
  letter-spacing: 0;
}

.overview ul {
  width: 90%;
  padding-left: 10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .overview_bg {
    padding: 40px 20px;
  }

  .overview dd {
    font-size: 23px;
  }

  .overview ul {
    width: 95%;
    text-align: justify;
    padding: 0 5% 0 0;
  }

  .overview dl {
    width: 100%;
    margin: 0 auto;
  }

  .overview dl:nth-child(2), .overview dl:nth-child(3),
.overview dl:nth-child(4) {
    margin-top: 30px;
  }

  .overview dd.font_jp {
    font-size: 20px;
  }
}
/* チケット申込ボタン修正 */
.formbtn2 {
  text-align: center;
}

.formbtn2 a {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
  background: #CE221F;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-align: center;
  padding: 1em 3em 1em 2em;
  margin-bottom: 60px;
}

.formbtn2 a:after {
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 25px;
  content: "";
  background: url("https://sharing-economy.jp/ja/wp-content/uploads/2020/09/icon4_w.png") no-repeat;
  background-size: 16px;
  width: 18px;
  height: 18px;
  padding: 0 0 3px;
  margin-left: 5px;
}

.formbtn2 a:hover {
  opacity: 0.7;
}

/* スポンサー2020 */
.sponsor2020 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 60px;
  display: block;
  line-height: 1.2;
  border: 8px solid #DDDDDD;
  padding: 40px 16px 20px;
  text-align: center;
}

.sponsor2020 h3 {
  margin: 0 auto 20px;
}

.sponsor2020 a {
  color: #1A1311;
  text-decoration: none;
}

.sponsor2020 a:before {
  content: "▶︎ ";
}

/* Contents 2020追加 */
.contents2020 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.contents2020_headTxt {
  width: 730px;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
}

.contents2020_headimg {
  text-align: center;
}

.contents2020_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents2020_box {
  width: 30%;
  letter-spacing: 0;
  text-align: justify;
}

.contents2020_box img {
  width: 100%;
  margin-bottom: 10px;
}

.contents2020_box h3 {
  font-size: 22px;
  padding: 8px;
  margin: 0 0 15px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  color: #fff;
  background: #008632;
}

.contents2020_com {
  background: #e2f5ec;
  margin-top: 60px;
  padding: 10px 20px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .contents2020_headTxt {
    width: 100%;
    letter-spacing: 0.02em;
    text-align: justify;
  }

  .contents2020_headimg {
    margin: 0 0 10px;
  }

  .contents2020_flex {
    display: block;
  }

  .contents2020_box {
    width: 100%;
    margin-bottom: 50px;
  }

  .contents2020_ttl {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .contents2020_box h3 {
    margin: 0 0 3px;
  }

  .contents2020_box img {
    width: 90%;
    margin: 0 auto;
  }
}
/* コンテンツ下　参加企業　追加 */
.exhibit_company {
  margin-top: 60px;
  border: 5px solid #A3DDC1;
  padding: 2px 40px 35px;
}

.exhibit_company h4 {
  text-align: center;
}

.exhibit_company h4 span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  color: #fff;
  background: #008632;
}

.exhibit_company h5 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-weight: 100;
}

.exhibit_company ul {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exhibit_company li {
  list-style: none;
  width: 33.33%;
  margin-top: 15px;
  letter-spacing: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .exhibit_company ul {
    display: block;
    padding-top: 1px;
  }

  .exhibit_company li {
    width: 100%;
  }
}
/* テストページのwidth修正 */
.page-id-17621 .container,
.page-id-16807 .container,
.page-id-15869 .container,
.page-id-15767 .container {
  max-width: 100% !important;
  width: 100% !important;
}

/* テストページのフッターずれをcolumn2020で*/
.column2020 {
  width: 90%;
  margin: 140px auto 0;
  text-align: center;
}

.column2020 h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 18px;
  font-weight: normal;
}

.footer2020 {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}

footer.footer2020 p {
  color: #000 !important;
  font-family: "sans-serif";
  font-size: 12px;
}

/* 2020スクロール固定ヘッダー */
.fix-header {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  background-color: white;
  border-bottom: 1px solid #ccc;
  top: -90px;
  /* 上に隠す鷹さ */
  left: 0;
  text-align: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0px 60px 0 40px;
  position: fixed;
  opacity: 1;
  z-index:20000000001;
}

.fix-header-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fix-header-logo {
  width: 30%;
  max-width: 270px;
}

.fix-header-logo img {
  width: 100%;
}

.fix-header-menus {
  text-align: right;
}

.fix-header ul {
  margin-top: 20px;
  font-size: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
}

.fix-header li {
  font-size: 18px;
  letter-spacing: 0.18em;
  display: inline-block;
  margin-right: 30px;
}

.fix-header li a:hover {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
}

.fix-header li:last-child {
  margin-right: 0;
}

#speakers2 {
  padding-top: 20px;
}

#overview {
  padding-top:10px;
}

#ticket2 {
  padding-top: 63px;
}

@media only screen and (max-width: 1100px) {
  .fix-header-logo {
    margin-top: 5px;
  }

  .fix-header ul {
    width: 110%;
    margin-left: 15px;
  }

  .fix-header li {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .fix-header {
    height: 60px;
    padding: 0px 30px 0 20px;
    display: block;
  }

  .fix-header-inner {
    display: block;
  }

  .fix-header-logo {
    width: 200px;
    max-width: 200px;
    margin-top: 0px;
  }

  .fix-header-menus {
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .fix-header ul {
    margin-top: 5px;
  }
}
/* ハンバーガーボタン */
@media only screen and (max-width: 767px) {
  .navToggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    top: 8px;
    right: 0px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    text-align: center;
  }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #666;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }

  .navToggle span:nth-child(1) {
    top: 9px;
  }

  .navToggle span:nth-child(2) {
    top: 18px;
  }

  .navToggle span:nth-child(3) {
    top: 27px;
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #666;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* このクラスを、jQueryで付与・削除する */
  .globalMenuSp.active {
    transform: translateY(0);
  }

  /* ---------- ハンバーガー　メニュー ---------- */
  .globalMenuSp {
    position: fixed;
    background: #fff;
    z-index: 10000;
    top: 0;
    left: 0;
    color: #000;
    text-align: left;
    transform: translateY(-200%);
    transition: all 0.6s;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 0 0 60px 15%;
    margin: 58px 0;
  }

  .fix-header ul {
    margin: 40px auto;
    padding: 0;
    flex-direction: column;
  }

  .fix-header li {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
  }

  .fix-header li a {
    margin: 16px 0;
    padding: 0 !important;
  }

  .fix-header li a:hover {
    opacity: 0.7;
    margin: 20px 0;
    padding: 0;
    border-bottom: none;
  }

  .fix-header li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  .fix-header li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }

  .fix-header .formbtn2.sp {
    text-align: left;
    margin-bottom: 60px;
  }
}
/* 追加 SESSION バー */
.timetable_bar {
  background: url("https://sharing-economy.jp/ja/wp-content/uploads/2020/09/bar_pc.png") no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0;
  color: #008632;
  width: 80%;
  max-width: 850px;
  height: 42px;
  margin: 60px auto 20px;
}

.timetable_bar em {
  font-size: 45px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .timetable_bar {
    margin: 30px auto;
    padding-top: 6px;
    font-size: 24px;
    background: url("https://sharing-economy.jp/ja/wp-content/uploads/2020/09/bar_sp.png") no-repeat;
    background-size: 100%;
  }

  .timetable_bar em {
    font-size: 32px;
  }
}
/* パートナー */
section.partner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}

.partner section {
  margin-bottom: 80px;
}

.partner h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  padding: 5px 0 8px;
  margin-bottom: 30px;
  background: #D9B05F;
}

.partner_silver h3 {
  background: #B6BBBC;
}

.partner_bronze h3 {
  background: #C3774F;
}

.partner_share h3 {
  background: #11C7B9;
}

.partner_media h3 {
  background: #DE94D0;
}

.partner_local h3 {
  background: #AB94DE;
}

.partner_event h3 {
  background: #66B96F;
}

.partner_trust h3 {
  background: #ffc400;
}

.personal_partner h3 {
  background: #EF9174;
}

.partner_box {
  text-align: center;
}

.partner_box a {
  display: inline-block;
  width: 45%;
  margin: 0 auto 10px;
}

.personal_partner ul {
  margin-left: 0;
}

.personal_partner li {
  width: 23%;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
  list-style: none;
}

.personal_partner ul.flex_wrap:before,
.personal_partner ul.flex_wrap:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.personal_partner ul:before {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .personal_partner li {
    width: 48%;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0 0 20px 0;
  }
}
.partner_float::after,
.partner_float2::after {
  content: "";
  clear: both;
  display: block;
}

.partner_float a {
  width: 45%;
  float: left;
  display: block;
  margin: 0 8% 10px 0;
  padding: 0;
}

.partner_float br {
  display: none;
}

/*.partner_float a:nth-of-type(4),
.partner_float a:nth-of-type(6),
.partner_float a:nth-of-type(8),
.partner_float a:nth-of-type(10),
.partner_float a:nth-of-type(12),
.partner_float a:nth-of-type(14){margin: 0 0 10px 0}*/
.partner_bronze .partner_float2 a {
  width: 30%;
  float: left;
  display: block;
  margin: 0 4.5% 30px 0;
  padding: 0;
}

.partner_bronze .partner_float2 a:nth-of-type(2) {
  margin-top: -35px;
}

/*.partner_bronze .partner_float2 a:nth-of-type(6),
.partner_bronze .partner_float2 a:nth-of-type(9),
.partner_bronze .partner_float2 a:nth-of-type(11),
.partner_bronze .partner_float2 a:nth-of-type(13),
.partner_bronze .partner_float2 a:nth-of-type(15){margin: 0 0 30px 0!important;}*/
.partner a:hover {
  opacity: 0.7;
}

.partner_silver .partner_float a {
  text-align: center;
}

/* 768以上 */
@media only screen and (min-width: 768px) {
  .partner_gold .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_silver .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_share .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_media .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_local .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_event .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_trust .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_bronze .partner_float2 a:nth-of-type(3n) {
    margin-right: 0;
  }

  .partner_bronze .partner_float2 a:nth-of-type(3) {
    margin-top: -70px;
  }

  .partner_silver .partner_float a.panasonic {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner_silver .partner_float a.sonpo {
    height: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner_share .partner_float a.anytime {
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
/* 767以下 */
@media only screen and (max-width: 767px) {
  .partner section {
    margin-bottom: 60px;
  }

  .partner_box a {
    width: 100%;
    margin-bottom: 10px;
  }

  .partner_media .partner_box a {
    width: 48%;
  }

  .partner_trust .partner_box a {
    width: 48%;
  }

  .partner_gold .partner_float {
    text-align: center;
  }

  .partner_gold .partner_float a {
    float: none;
    width: 100%;
  }

  .partner_gold .partner_float a:nth-of-type(2) {
    margin: 0 0 10px 0;
  }

  .partner_silver .partner_float {
    text-align: center;
  }

  .partner_silver .partner_float a {
    float: none;
    width: 100%;
  }

  .partner_silver .partner_float a.sonpo {
    margin: -15px 0 10px 0;
  }

  .partner_bronze .partner_float2 a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_bronze .partner_float2 a {
    width: 45%;
    float: left;
    display: block;
    margin: 0 8% 10px 0;
    padding: 0;
  }

  .partner_bronze .partner_float2 a:nth-of-type(2) {
    margin: -28px 0 10px 0 !important;
  }
  .partner_share .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_media .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_local .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_event .partner_float a:nth-of-type(even) {
    margin-right: 0;
  }

  .partner_share .anytime {
    margin-top: 12px !important;
  }

  .partner_share .kante {
    margin-top: 0px !important;
  }
}
/* ------------------------------ */
/* grid_item_height_match */
/* added 20210304 */
/* ------------------------------ */
.grid_item_img_border .vc_gitem-animated-block {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .grid_item_height_match .vc_gitem-zone-img {
    height: 180px;
  }
}
/* ------------------------------ */
/* footer Facebook Twitter */
/* added 20210304 */
/* ------------------------------ */
#footer-widgets .widget {
  list-style-type: none;
}
#footer-widgets .footer_sns_wrap {
  display: flex;
}
#footer-widgets .footer_sns_wrap .vc_col-sm-3 {
  flex: 0 1 20%;
}
#footer-widgets .footer_sns_wrap .vc_col-sm-3:nth-child(2) {
  flex: 0 1 19%;
}
#footer-widgets .footer_sns_wrap .vc_col-sm-3.footer_sns_area {
  flex: 0 0 420px;
  margin-left: auto;
}
#footer-widgets .footer_sns_wrap .footer_sns_outer {
  width: 380px;
}
#footer-widgets .footer_sns_wrap .footer_sns_inner {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  max-width: 500px;
  height: 320px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
#footer-widgets .footer_sns_wrap .footer_sns_inner.fb {
  overflow: hidden;
}
#footer-widgets .footer_sns_wrap .footer_sns_inner.fb iframe {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer-widgets .footer_sns_wrap .footer_sns_inner.tw {
  overflow: auto;
}
#footer-widgets .footer_sns_wrap .footer_sns_inner.tw iframe {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  #footer-widgets .footer_sns_wrap .vc_col-sm-3.footer_sns_area {
    flex: 0 0 340px;
  }
  #footer-widgets .footer_sns_wrap .footer_sns_outer {
    width: 340px;
  }
}
@media (max-width: 955.98px) {
  #footer-widgets .footer_sns_wrap {
    display: block;
  }
  #footer-widgets .footer_sns_wrap .vc_col-sm-3 {
    display: none;
  }
  #footer-widgets .footer_sns_wrap .vc_col-sm-3.footer_sns_area {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #footer-widgets .footer_sns_wrap .footer_sns_outer {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  #footer-widgets .footer_sns_wrap .footer_sns_inner {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  #footer-widgets .footer_sns_wrap .footer_sns_outer {
    flex-direction: column;
  }
  #footer-widgets .footer_sns_wrap .footer_sns_inner {
    margin: 0 auto 20px;
  }
}

/* ------------------------------ */
/* footer bottom */
/* added 20210304 */
/* ------------------------------ */
#footer-bottom {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767.98px) {
  #footer-bottom {
    padding: 30px 0 40px;
  }
}
#footer-bottom .widget {
  list-style-type: none;
}
#footer-bottom p {
  color: #000;
}
#footer-bottom .footer_bottom_logo {
  max-width: 140px;
}
@media (max-width: 767.98px) {
  #footer-bottom .footer_bottom_logo {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #footer-bottom .footer_bottom_guidance {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  #footer-bottom .footer_bottom_guidance .vc_column-inner {
    margin-bottom: 0;
  }
}
#footer-bottom .heading02 {
  margin: 0;
  font-size: 18px;
}
#footer-bottom .btn01 {
  width: 100%;
  font-weight: bold;
}
#footer-bottom .btn01 a {
  width: 100%;
  color: white;
  border-color: #85b4ac !important;
  background-color: #85b4ac !important;
}
#footer-bottom .btn02 {
  width: 100%;
  font-weight: bold;
}
#footer-bottom .btn02 a {
  width: 100%;
  color: white;
  border-color: #eccf57 !important;
  background-color: #eccf57 !important;
}

/* ------------------------------ */
/* page element */
/* added 20210309 */
/* ------------------------------ */
.page_outer_center {
  width: 1320px;
  max-width: 88%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page_inner_center {
  width: 1300px;
  max-width: calc(88% - 20px);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ------------------------------ */
/* custom_grid sharejp */
/* added 20210312 */
/* ------------------------------ */
.custom_grid {
  width: 1320px;
  max-width: 88%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.custom_grid-list {
  display: flex;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.custom_grid-item {
  flex: 0 0 33.33%;
  margin: 0;
  padding: 10px;
}

@media (max-width: 767.98px) {
  .custom_grid-item {
    flex: 0 0 100%;
    margin: 0;
    padding: 15px;
  }
}
.custom_grid .vc_pageable-load-more-btn {
  text-align: center;
}
/* reset2021 */
body.parent-pageid-1371 {overflow-x: hidden}
body.parent-pageid-1371 .wpex-templatera-widget-content{display:none}
.ss2021 .hide,.ss_hide{display: none}
@media only screen and (max-width: 959px){
	body.parent-pageid-1371{padding-top:0!important}
	body.parent-pageid-1371 #footer-bottom{padding:0;height:0}
}
.ss2021,.ss_wrap{ position: relative;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"}
.ss2021 .pagetop,
.ScrollTop{ position: fixed;bottom: 80px;right:10px;width:10px;opacity: 0;transition: all 0.65s;}
.ScrollTop.isActive{opacity: 1;transition: all 0.65s;}
.ss2021 .pc,.ss_pc{display: none}

.position_r{position:relative}
.note_2021{width:80%;margin:0px 0 20px 10%;z-index:20000000009!important;position:relative}
.ss2021 video,.ss2021 video.bg-video,
.ss2021 .mv{background:#fff!important}
@media only screen and (min-width: 751px) {
	.ss2021 .sp,.ss_sp{display: none}
	.ss2021 .pc,.ss_pc{display: block}
	.note_2021{width:400px;position:absolute;bottom:40px;left:auto;right:40px;z-index:99999;margin:0}	
}
@media only screen and (max-width: 750px) {
	.note_2021_sp{position:absolute;z-index:20000000009!important;width:100%}
}
/* 2021〜 メインイメージ〜prologue　PC  */
    .ss_mainimg_img,
    .ss_prologue img{width: 100%;margin:0;}
    .ss_bg_g{background: #F7F7F7;padding: 80px 0}
    .ss_txt_c{text-align: center}
    .ss2021 .bt_apply{position: relative;display: inline-block;width: 315px;z-index:1;margin-bottom:100px}
    .ss2021 .bt_apply:before{
        content: "";
        width: 80px;height: 80px;
        background-color: #222;
        position: absolute;top:-15px;left:-15px;
        z-index:-1}
    .bt_sphm_apply {width: 240px;margin-top:10px}
    .bt_sphm_apply a{cursor: pointer}
	.bt_sphm_apply img{margin-top:0;width:240px}
    .ss_prologue {font-size: 18px;color:#222;line-height:2;letter-spacing: 0.02em;font-family:'Noto Serif JP', serif}
    .ss_prologue h1{
        margin: 0 0 40px; font-family:YuMincho,'Yu Mincho', serif!important;
        font-size: 45px;line-height:1.6;font-weight: 100;color: #1A1311;letter-spacing: 0.06em;}
    .ss_h1_small{display:inline-block;font-size: 26px;}
    .w918{width:90%;max-width: 918px;margin: 0 auto}
/* 2021〜 footer */
    .footer_2021{padding: 60px 20px 20px;box-sizing: border-box;}
    .footer_2021 h3{
        font-weight: 400;width: 150px;margin: 0 auto 20px;padding-bottom:10px;border-bottom:1px solid #707070}
    .footer_2021 .copyright{margin-top:100px;letter-spacing: 0}
/* 2021 SNS */
    .ss2021 .footer_sns{margin-top: 100px}
    .ss2021 .fab{font-size: 34px;vertical-align: top;color:#000;margin:0 15px;display: inline-block}
    .ss2021 .fab.fa-facebook-f{font-size: 30px;margin-top: 1px}
    .ss2021 .icon_line:before{
        content: '';
  	    display: inline-block;
        margin-top: 2px;
  	    background-image: url(img/icon_line.svg);
  	    background-size: contain}
@media only screen and (max-width: 750px) {
.ss_prologue {font-size: 15px}
.ss_prologue h1{font-size: 24px;letter-spacing: 0;line-height:2}
.ss_h1_small{display:inline-block;font-size: 19px;line-height:1.8}
}
/*  ----
 * 
 * 2021 中身追加
 * 
 * ----  */
    body{overflow-x: hidden}
    .ss2021 .flex{display: flex;flex-wrap: wrap;justify-content: space-between}
    .ss2021 img{width: 100%;height: auto}
    .ss2021 a.foot_logo,a.ss_foot_logo{display: inline-block;max-width:400px}
.ScrollTop{ position: fixed;bottom: 80px;right:10px;width:10px;opacity:0;transition: all 0.65s;}
.ScrollTop.active{opacity: 1;transition: all 0.65s;}

.ss2021 .globalMenuSp li{font-family: 'Bodoni Moda', serif!important;letter-spacing:0.1em}
.ss2021 .formbtn2 {margin:50px 0 0}
.ss2021 .formbtn2 .span{font-size:19px;padding: 16px 15px;letter-spacing:0.05em;line-height: 1}
.ss2021 .formbtn2 a {margin-bottom:0}
.ss2021 .formbtn2 a:after {
  top: 30%;right: 30px;
  background: url("https://sharing-economy.jp/ja/wp-content/uploads/2020/09/icon4_w.png") no-repeat;
  background-size: 22px;width:22px;height:22px;
  padding: 0;margin-left:0}
@media (max-width: 767.98px) {
    .ss2021 .formbtn2 .span{font-size:16px;padding: 18px 10px;letter-spacing:0.05em}
}
/* 2021 タイトルH2 */
.h2title_2021 {
    width:200px;height: 50px;margin: 0 auto;font-size:28px;margin-bottom:80px;
    font-family: 'Bodoni Moda', serif;font-weight: 400;letter-spacing: 0.01em;
    text-align: center;box-sizing: border-box;position: relative;z-index:10}
.h2title_2021:before{
    content: '';width: 70px;height: 70px;background: #FFCF00;display: inline;
    position: absolute;top:-10px;left:-10px;z-index: -1}
.h2title_2021 .span{box-sizing: border-box;
    display: inline-block;width:200px;height: 48px;background:#00A2E9;color:#fff;padding:1px 10px }
.h2title_mb0{margin-bottom:0}
.overview .h2title_2021 {width:260px}
.overview .h2title_2021 .span{width:260px}
.ss2021 .contents_headTxt {width: 730px;margin: 0 auto 80px;line-height: 2;letter-spacing: 0.05em}
/* 2021 スピーカーズ */
.ss2021 #speakers2,
.ss2022 #speakers2 {padding-top:90px}
.ss2021 #speakers {background:#fff}
.ss2021 .spe_block2:after{content:"";display: block;width:30%;}
.ss2021 .spe_block2 input{ padding: 3px 20px;font-size: 13px}
.ss2021 .spe_block2_name{font-weight:400;line-height:1.5}
.ss2021 .spe_block2_name:after { display:none}
.ss2021 .spe_block2 p.spe_block2_input{margin-bottom:5px}
.ss2021 .spe_block2_comm{font-size:11px;letter-spacing:0;line-height:1.4}
@media only screen and (max-width: 767px){
    .spe_block2 li {width: 210px}
}
@media only screen and (max-width: 480px) { 
    .ss2021 .spe_block2 li,
	 .ss2022 .spe_block2 li{width: 42%}
	.ss2021 .spe_block2_img,
	.ss2022 .spe_block2_img{width: 100%}
}
/* タイムテーブル */
.timetable_note{border:solid 1px red;color:red;padding:20px ;font-size:14px;line-height:1.5;text-align:center}
#contents2021{display:none}
.bg_bl{background:#EDF7F8}
.ss_timetable{padding:100px 0}
.ss_timetable_ttl{
    font-family:'Bodoni Moda',serif;height: 100px;box-sizing: border-box;letter-spacing: 0.1em;
    background:#707070;color:#fff;text-align: center; font-size: 45px;line-height: 1;padding-top:15px;margin-bottom: 50px}
.ss_timetable_ttl.opening{padding-top:25px;font-family: 'Bodoni Moda', serif}
.ss_timetable_ttl em{font-style:normal;font-size:60px}
.ss_timetable_box{
    display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;
    width: 100%;border:none;background:#fff; padding:0;margin: 15px  0 80px}

.ss_timetable_nom{font-family: "Bodoni Moda", serif;position: relative;
    width: 106px;height: 106px;line-height: 106px;padding:0;margin-bottom: 30px;
    background: #FFCF00;color:#333;font-size: 60px;border-radius:0 0 14px 0; 
	text-align: center;display: inline-block;vertical-align: middle}

.ss_timetable_nom:before{display: none}
.timetable_nom_txt,
.ss_timetable_nom_txt{width: 50px;
    position: absolute;top:116px;left:20px;font-size: 18px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;display:block}
.ss_timetable_data{
    padding:0 60px 50px 0;width: calc(100% - 210px );font-size: 16px;line-height: 2;position: relative;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;}
.ss_timetable_time{color: #00A2E9;font-size: 34px;font-family: "Bodoni Moda", serif}
.timetable_time_2{padding-bottom:25px}
.ss_timetable_time p{display: inline-block}
.ss_timetable_data time .span{
    display: inline-block;font-size: 23px;vertical-align: top;
    line-height: 1;letter-spacing: 0.1em;
    background: #00A2E9; color: #fff;
    border:none;padding: 10px 20px;margin-right: 20px;
    font-family: "Bodoni Moda", serif!important}
.ss_timetable_data .timetable_h4{font-size: 32px;font-weight: 400;line-height: 1.4;font-family: 'Noto Serif JP', serif;margin-bottom:10px}
.ss_timetable_data .timetable_h4_span{font-size: 22px;letter-spacing:0;line-height:1.4;margin-bottom:20px;    font-family: 'Noto Serif JP', serif;}

.ss_tag{margin-bottom: 20px;font-family: 'Noto Serif JP', serif}
.ss_timetable_data h5 {
    font-family:"Bodoni Moda", serif!important;
    margin: 50px 0 25px;
    background: #00A2E9;color: #fff;
    font-size: 23px;line-height:1.4;padding: 2px 20px 5px;
    letter-spacing: 0.02em}
.ss_timetable_data h5:before{content: '▪︎';}
.ss_timetable_data h6{font-size: 20px;font-weight: 400;color:#222}
.timetable_op_txt{width: 100%}
.timetable_op_txt p{text-align:center}
.timetable_op_img{width: 100% ;text-align:center;margin-bottom:60px}
.timetable_op_img h6{margin: 10px 0 !important ;font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
.timetable_op_img img{width:126px}
.timetable_op_img p{margin: 0 0 50px;}
.timetable_speakers{width:100%;max-width: 654px}
.timetable_speakers p{font-size: 12px;line-height: 1.4;margin-bottom:10px}
.timetable_speakers p.txt_lightblue{color:#00A2E9 ;font-weight:700}
.timetable_speakers ul{
    display: flex;flex-wrap: wrap;justify-content: center;font-size: 0;margin:0 auto ;padding: 10px 0 0}
.timetable_speakers li{ position:relative;
    list-style: none;padding: 0;display: inline-block;width: 126px;margin: 0 28px 30px;font-size: 16px;text-align:center;letter-spacing:0}
.timetable_speakers li img{width: 100%;height: auto}
.timetable_speakers li h6{font-size:19px ;font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";color:#333}
.timetable_speakers ul.line4{justify-content: space-between}
.timetable_speakers ul.line4 li{margin: 0 0 30px}
.f12{font-size:12px}
.timetable_data_notime,
.ss_timetable_data_notime{margin-top:40px}
@media (max-width: 923px) {
	.timetable_speakers li {margin: 0 16px 30px;}
}
@media (max-width: 767.98px) {
	.timetable_speakers li {margin: 0 0 30px;}
	.timetable_note,.ss_timetable_note{margin-top:10px;padding:14px}
	.ss_timetable{padding:100px 0 60px;margin-bottom:60px}
	.ss_timetable_ttl{height: 70px;font-size: 30px;padding-top:12px;margin-bottom: 30px}
	.ss_timetable_ttl.opening{padding-top:19px}
	.ss_timetable_ttl em{font-style:normal;font-size:40px}
	.ss_timetable_box{display:block;margin-bottom: 60px}

	.ss_timetable_nom{
        position: absolute;top:0;left:0;
        width: 60px;height: 62px;line-height: 60px;font-size: 30px;margin-bottom: 20px}
	.ss_timetable_nom_txt{display: none}
	.ss_timetable_data{width:100%;padding:0 15px}
	.ss_timetable_time{
        color: #00A2E9;font-size: 23px;letter-spacing:0;line-height: 1.3;margin-left: 65px}
	.ss_timetable_data time{text-align:left!important;height:28px;display: block;margin-bottom: 6px}
	.ss_timetable_data time .span{font-size:17px;padding: 6px 14px;margin-left:15px}
	.ss_timetable_time p{display:block}
	.ss_timetable_data h4.timetable_h4{font-size: 28px;margin:6px 0 10px}
	.ss_timetable_data h4.timetable_h4_span{font-size: 20px}
	.ss_tag{margin-bottom:20px;font-size: 14px}
	.flex.data_opening{display: block}
	.ss_timetable_data .flex{flex-direction: column;}
	.ss.ss2021 .timetable_data .flex:nottimetable_data .flex:not(:first-child)
	 .timetable_op_txt h5{margin: 0px 0 25px;line-height:1.4}
     .timetable_op_txt{width:100%}
	 .timetable_op_img{width:100%!important;margin:0 auto 20px;line-height: 1.5;font-size: 12px;text-align:center}
	.timetable_op_img p{margin: 0 0 30px;}
	.ss_timetable_data h6{margin: 6px 0 0;padding:0}
   .timetable_speakers ul{;justify-content: space-between}
	.timetable_speakers ul:after{content:"";display: block;width:30%}
	.timetable_speakers ul.flex_c,
	.timetable_speakers ul.center{justify-content: center;}
	.timetable_speakers ul.center li{margin:0 14px 30px}
	 .timetable_speakers ul.flex_c:after{display:none}
    .timetable_speakers ul{margin: 0 0 30px}
	.timetable_op_txt_top{margin-top:40px}
}
/* 2021 イベント　オーバービュー */
.ss2021 #overview {padding-top: 80px}
.overview_box{background: #F7F7F7;padding:0 0 20px;font-family: 'Noto Serif JP', serif}
.overview_box h3{font-size: 24px;letter-spacing: 0.2em;margin: 40px 0 0 40px;
      width:auto;max-width:auto}
.overview_box h3:before{display: none}
.overview_box h3 p{display: inline-block;border-bottom: 3px solid #00A2E9}
.overview_data{width: 600px;margin: 10px 40px 0 0}
.overview_data > div{margin: 20px 0 20px;vertical-align: middle}
.ov_dt{display: table-cell;width:100px;height:30px; font-size: 18px;padding-top:14px; vertical-align:top;font-weight:700}
.ov_dd{display: table-cell;max-width: 470px!important;font-size: 40px;line-height: 1.4; margin: 0;letter-spacing: 0.1em;position:relative}
.ov_dd a,.ov_dd.application{color: #00A2E9;text-decoration: none}
.ov_dd.EventHub{font-size: 30px;line-height: 1.5 ;padding-top:8px;}
.ov_dd_small{font-size:16px}
.overview_box2{font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif}
.overview_box h4{
    text-align: center;font-size: 24px;font-weight:400;padding-top: 40px;margin-bottom: 40px; letter-spacing: 0.2em;line-height:2.2}
.overview_box h4 span{padding-bottom:10px;border-bottom: #fff 3px solid}
.overview_box ul{max-width: 690px;margin: 0 auto}
 .overview_box li{margin: 8px 0;font-size: 15px}
.partner{padding-top:80px} 
.overview_note2 {border:1px solid red;padding:15px;color:red;font-size: 14px!important;font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif!important}

.ss_overview_box{background: #F7F7F7;padding:20px;font-family: YuGothic, "Yu Gothic medium", sans-serif}
.ss_overview_box h3{font-size: 24px;letter-spacing: 0.2em;margin: 40px 0 0 40px;width:auto;max-width:auto}
.ss_overview_box h3:before{display: none}
.ss_overview_box h3 p{display: inline-block;border-bottom: 3px solid #008632;font-family: YuGothic, "Yu Gothic medium", sans-serif}
.ss_overview_box.tsr_2022 h3 p{color:#00909F;border-bottom: 3px solid #00909F}
.ss_overview_data{max-width: 600px;margin: 10px 40px 0 0}
.ss_overview_data > div{margin: 20px 0 20px;vertical-align: middle}
.f34{font-size:34px}
.ss_overview_add{color:#CE221F;position:relative;font-size:34px;margin-top:8px}
.tsr_overview_add{color:#EA3774;position:relative;margin-top:8px}
.ov_dd .bt_ticket{position:absolute;top:6px;left:200px;width:198px;display:block}
@media screen and (max-width: 767.98px) {
    .overview{margin-bottom: 0}
    .overview_box{padding:20px}
    .overview_box h3{font-size: 20px;margin: 0;}
    .overview_box2 h4 span{padding-bottom:5px}
    .overview_data{width:100%;margin:0 0 20px}
    .overview_data > div{margin-top:10px}
    .ov_dt{font-size: 14px;width:76px!important;padding-top:8px}
	.ov_dd{font-size:24px;letter-spacing:0;width:calc(100% - 80px)!important}
	.ov_dd.EventHub{font-size:24px}
	.ov_dd_small{font-size:14px}
    .overview_box2{margin-top: 20px}
	.overview_note2{ margin-left: calc(((100vw - 100%) / 2) * -1 + 2%); }
	.ss_overview_box{padding:20px 15px}
	.ss_overview_box.flex_b{display:block}
	.ss_overview_data{max-width: 100%;margin: 10px 0 0 0}
	.f34,
	.ss_overview_add{font-size:24px}
	.ov_dd .bt_ticket{position:static;width:198px}
	.ss_overview_box h3{font-size: 22px;margin: 20px 0 0}
}
/* 2021 PR動画 */
.ss2021 .movie{padding:100px 0}
.ss2021 .movie_ttl{background: #00A2E9;color:#fff;padding:5px;text-align: center;font-size: 30px;line-height:1.6;font-family: 'Bodoni Moda', serif;;margin-bottom:0}
.ss2021 .movie iframe{width:100%;max-width:918px;max-height:516px}
@media (max-width: 767.98px) {
	.ss2021 .movie{padding:70px 0 50px}
	.ss2021 .movie_ttl{font-size:20px}
	.ss2021 .movie iframe{width:100%;max-height:400px} }
@media (max-width: 460px) { .ss2021 .movie iframe{max-height:260px} }

/* 2021 パートナー */
.speak_time{text-align:center;font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"}
.bt_kiji{text-align:center;margin:60px 0 120px}
.bt_kiji a{background:#008632;color:#fff;padding:6px 50px;font-size:18px;line-height:1.5;display:inline-block;margin-left:80px}
.bt_kiji a:hover{text-decoration:none}
.ss2021 .partner section > div{margin-left: 20px}
.ss2021 .partner h3 {
    font-weight: 400;
  font-family: "Bodoni Moda", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  text-align: left;
  color: #222;
  font-size: 30px;
  padding: 0 0 0 90px;
    position: relative;
  margin-bottom: 40px;
  background:transparent}
.ss2021 .partner h3:before{
    content: '';
    position: absolute;top:-16px;left:0;
    display: inline-block;
  	width: 64px;height: 64px;
    background:#D9B05F}
.ss2021 .partner h3::after {
  position: absolute;
  top: calc(50% + 3px);left: 100px;
  width: calc(100% - 100px);height: 1px;
  content: '';
    background: #000;z-index: -1}
.ss2021 .partner h3 span{position: relative;padding-right: 30px;background: #fff}
.partner  .partner_platinum h3:before{background: #e3e3e3!important}
.ss2021 .partner .partner_silver h3:before{background: #B6BBBC}
.ss2021 .partner .partner_bronze h3:before{background: #C3774F}
.ss2021 .partner .partner_share h3:before{background: #11C7B9}
.ss2021 .partner .partner_media_talk h3:before{background: #DE94D0}
.ss2021 .partner .partner_media h3:before{background: #B3D389}
.ss2021 .partner .partner_local h3:before{background: #AB94DE}
.ss2021 .partner .partner_event h3:before{background: #66B96F}
.ss2021 .partner .partner_trust h3:before{background: #ffc400}
.ss2021 .partner .personal_partner h3:before{background: #EF9174;}
.partner_flex_1{display:flex;flex-wrap:wrap;flex-direction: column;width:calc(100% + 40px);margin-left:-20px;align-items: center;}
.partner_flex_2,
.partner_flex_2s,
.partner_flex_3 {
    display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + 40px);margin-left:-20px;align-items: center;}
.partner_flex_1 a,
.partner_flex_2 a{width: 45%;display: inline-block;margin: 17px}
.partner_flex_2s a{width: 40%;display: inline-block;margin: 17px}
.partner_flex_3 a{width: 26.5%;display: inline-block;margin: 17px}
.partner_flex_3.partner_flex_3-2 a{width: 25%;display: inline-block;margin: 17px}
@media (max-width: 767.98px) {
	.bt_kiji{margin:40px 80px}
	.bt_kiji a{margin-left:0;padding:6px 20px;font-size:16px}
    .ss2021 .partner h3 {font-size:22px;padding: 0 0 0 50px;line-height:1.2!important;background:transparent!important}
	.ss2021 .partner .partner_media h3:before{top:2px}
    .ss2021 .partner h3:before{width:45px;height: 45px;top:-12px;}
	.partner_flex_1{width:100%;margin:10px 0!important}
	.partner_flex_1 a{width:49%!important}
	
	.partner_flex_2 {width:100%;margin-left:0!important;justify-content: space-between;}
	.partner_flex_2s {width:90%;margin:0 auto !important;justify-content: space-between;}
	.partner_flex_3 {width:84%;margin:0 auto !important;justify-content: space-between;}
	.partner_flex_2 a{width:49%!important;margin:0!important }
	.partner_flex_2s a{width:49%!important;margin:0!important}
	.partner_flex_3 a {width:40%!important;margin:0!important}
}
/* 2021 チケット */
.ss2021 .ticket{padding-top:80px;color:#fff;text-align:left}
.ss2021 .ticket a{color:#fff}
.ss2021  .ticket_txt{font-size:16px;padding-bottom:25px}
#ticket iframe{width:100%;display:inline-block;margin:0 auto }
/* パートナー２０２０スマホ修正 */
@media only screen and (max-width: 767px) {
  .ss2021 .partner_gold .partner_float {margin-left: -10px}
  .ss2021 .partner_silver .partner_float {margin-left: -10px}
}
/* コンテンツ２０２１ */
.timetable_ttl.content_header{padding-top:27px;}
.content_sche{margin-top:100px}
.contents_pdf{margin-bottom:80px}
.online_booth{background:#fff;padding:60px 11%;position:relative}
.onlineBooth h3{
	font-family: YuGothic, "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 40px 0;
  background:#00A2E9;color: #fff;
  font-size: 20px;line-height: 1;font-weight:400;
  padding: 8px 20px 9px;letter-spacing: 0.02em}
.onlineBooth h3:before{content: '▪︎ ';}
.onlineBooth .flex{
	display: flex;
	justify-content: space-between}
.onlineBooth_logo{width:33%;position:relative}
.onlineBooth_logo img.mt-20{margin-top:-20px!important}
.onlineBooth_logo img.mt-30{margin-top:-30px!important}
.onlineBooth_logo img.mt-40{margin-top:-40px!important}
.onlineBooth_data{width:63%;font-family: YuGothic, "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;}
.onlineBooth_data p{line-height:1.6}
.onlineBooth_data h4{
	border:1px solid #666;line-height:1;padding:6px 8px 5px;display:inline-block;font-weight:400; margin:0 0 10px;
	font-family: YuGothic, "Yu Gothic","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;}
.onlineBooth_data dl{;line-height:1.3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.onlineBooth_data dl + dl {margin-top:25px}
.onlineBooth_data dt{width:110px}
.onlineBooth_data dd{width:calc(100% - 110px);margin-bottom:5px}
.contents_time{
	font-size: 23px;line-height: 1.3; font-family: "Bodoni Moda", serif;
	position:absolute;top:0;left:11%;display:inline-block;background:#00A2E9;color: #fff;padding:8px 20px}
@media only screen and (max-width: 767px) {
	.timetable_ttl.content_header{padding-top:18px;}
	.content_sche{margin-top:60px}
	.contents_pdf{margin-bottom:0}
	.online_booth{background:#fff;padding:40px 6% 20px}
	.onlineBooth h3{font-size:17px;margin: 20px 0 0;padding: 8px 10px 9px}
	.onlineBooth .flex{flex-direction: column}
	.onlineBooth_logo{width:60%;margin:15px auto}
	.onlineBooth_data{width:100%}
	.onlineBooth_logo img.mt-20{margin-top:15px!important}
.onlineBooth_logo img.mt-30{margin-top:5px!important}
.onlineBooth_logo img.mt-40{margin-top:0!important}
	.onlineBooth_logo.pt-20{margin:30px auto 16px!important}
	.onlineBooth_logo.sansan{padding-top:20px}
	.contents_time{left:6%}
	.contents_time{font-size:20px}
}
/*  2022 {追加 */
.ss2022_list {margin: unset;}
.tsr_2022 .h2title_2021 span{background-color: #00909F; font-family: YuGothic, "Yu Gothic medium", sans-serif;}
.tsr_2022 .ticket .h2title_2021 span {color: #00909F; background-color: #fff;}
.ss_headimg {line-height: 0;}
.ss_headimg img{width:100%!important;height:auto;}
.formbtn2.ss_prologue_btn a{margin: 50px 0 0}
.ss2022{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif!important;letter-spacing:0.05em}
.fix-header.ss2022 li{font-family: YuGothic,sans-serif!important;letter-spacing:0}
.mb0{margin-bottom:0}
.mb30{margin-bottom:30px!important}
.mt40{margin-top:40px}
.pt14{padding-top:14px}
.pb40{padding-bottom:40px}
.flex_b{display: flex;justify-content: space-between}
.flex_w_b{display: flex;flex-wrap: wrap;justify-content: space-between}
.flex_c{display: flex;justify-content: center}
.flex_w_c{display: flex;flex-wrap: wrap;justify-content: center}
.ss_txt_c a.bt_ticket{display:inline-block;width:250px;margin:50px auto}

.ss2022 .ss_prologue,
.ss2022 .ss_prologue h1{font-family:YuMincho,'Yu Mincho', serif!important}
.ss22_bt_fes{width:200px;position: absolute;right:100px;bottom:-160px}
.ss22_bt_fes a:hover{opacity: .7}
.ss_news h3{width: 210px;margin: 70px auto }
.ss_newsList{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;margin:0 0 50px}
.ss_newsList:before,
.ss_newsList:after{content:"";;
    display:block;
    width:23.5%;
    height:0}
.ss_newsList:before{order:1}
.ss_newsItem{width:22.5%;margin:20px 0}
.ss_newsList p{line-height: 1.4;margin: 0 0 10px}
.pic { border:1px solid #eee;
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative}
.pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family:'object-fit:cover';}
.ss_recruit{padding:70px 0}
.ss_recruit_box{background:#F7F7F7;padding:80px 100px}
.ss_recruit_box_innr{padding:0 30px;font-family: YuGothic,sans-serif;}
.ss_recruit_box h3.looking{font-size: 24px;font-weight: 400;text-align: center;margin:0 auto 30px}
.ss_recruit_box h3.looking span{display:inline-block;padding-bottom:1px;border-bottom: 4px solid #008632;line-height:2}
.ss_recruit_box h4.looking{line-height: 1;color:#008632;margin-bottom: 10px}
.ss_recruit_box .simul_ttl{font-weight:normal;font-size:24px;color:#008632;border-bottom: 3px solid #008632;padding-bottom:4px;margin-bottom: 20px}
.ss_recruit_box .simul_subttl{font-size:24px;font-weight:700;margin-bottom: 20px}
.ss_recruit_box h5{color:#CE221F;font-size:16px;font-weight:700;margin: 0 0 10px}
#speakers.ss2022{background:#fff;padding-bottom:0}
.h2title_2021.h2title_2022 .span {background:#008632;font-family: YuGothic,sans-serif}
.ss_newsttl2022{margin:90px auto 30px}
.ov_dd.application.ss2022{color:#CE221F;font-family: YuGothic,sans-serif;margin-top:10px}
.formbtn2.ov_dd_app2022{margin:0;text-align:left;font-size:34px}
.formbtn2.ov_dd_app2022 a{padding: 5px 30px 5px 15px;color:#fff;}
.formbtn2.ov_dd_app2022 a:after {right:5px;background-size: 16px;}
.ss2021 .formbtn2.ov_dd_app2022 .span{font-size: 14px}
.ss_txtBtn{text-align: center;margin: 25px 0 0}
.ss_txtBtn a{color:#333;position: relative;font-size: 16px}
.ss_txtBtn_green a:after{
    content: '';
    width: 8px;height: 8px;
    border-top: solid 1px #008632;
    border-right: solid 1px #008632;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;right:-12px}
.ss_txtBtn_green a{color:#008632}
.ss_foot_past{display: flex;flex-wrap: wrap;justify-content: center;margin:0 0 60px}
.ss_foot_past li{margin: 6px 12px;list-style: none;}
.ss_foot_past li a{padding:8px 30px; background: #fff;line-height: 1;position: relative}
.ss_foot_past li a:hover{text-decoration:none;border-bottom: 1px solid #999}
.ss_foot_past li a:after{
         content: '';width: 6px;height: 6px;
         border-top: solid 1px black;
         border-right: solid 1px black;
         transform: rotate(45deg);
         position: absolute;top:12px;right:8px}

/*  Contents */
.ss_contents {padding-top: 90px; padding-bottom: 10px;}
.w1108 {max-width: 1108px; margin: 0 auto;}
.ss_map_2022 {border: solid 1px #707070;}
@media only screen and (max-width: 767px) {
	.ss_contents {padding-top: 45px; padding-bottom: 45px;}
}

/* RECRUIT */
.bg_ss_recruit {background: #F7F7F7;}
.ss_recruit_2022 {padding-bottom: 0 !important;}
@media only screen and (max-width: 767px) {
	.ss_recruit_box {padding: 20px 15px 60px !important;}	
}

/* OPENING */
.opening_2022 {text-align: center;}
.opening_2022 .timetable_speakers {margin: 0 auto; max-width: 610px;}
.opening_2022 .timetable_speakers ul.line4,
.opening_2022 .ss_timetable_data {width: 100%;}
.ss2022 .ss_timetable_data time .span {margin: 0 auto;}
.ss_timetable_ttl.opening_2022 {padding-top: 25px;}
.op_sub_head {color: #008632; font-size: 26px; padding: 70px 0 20px;}
.opening_2022 .timetable_body {text-align: left;}
.opening_2022 .timetable_body.center {text-align: center;}
@media only screen and (min-width: 768px) {
	/*
	.ss2022 .timetable_speakers ul.line4 {justify-content: center !important;}
	.ss2022 .timetable_speakers ul.line4.row {justify-content: space-between !important;}
	.ss2022 .timetable_speakers ul.line4 li {margin: 0 calc(((100% - (126px * 4)) / 3) / 2) 30px;}
	.ss2022 .timetable_speakers ul.line4.row li {margin: unset !important;}

	*/
	.opening_2022 .ss_timetable_data {margin-top: -120px; padding: 0 0 50px 0;}
	.opening_2022 .timetable_body {max-width: 610px; margin: 0 auto;}
}
@media only screen and (max-width: 767px) {
	.opening_2022 {text-align: left;}
	.opening_2022 .timetable_speakers ul.line4.center {justify-content: center;}
	.opening_2022 .timetable_speakers ul:after {display: none;}
	.opening_2022 .ss_timetable_data {width: 100%;}
	.ss2022 .ss_timetable_data time {text-align: center !important;}
	.ss_timetable_time {margin-left: unset;}
	.ss_timetable_ttl.opening_2022 {padding-top: 20px; text-align: center;}
	.op_sub_head {padding: 35px 0 0; text-align: center; font-size: 19px;}
	.timetable_speakers ul.line4.closing {justify-content: space-between !important;}
	.ss2022 .ss_timetable_data h4.timetable_h4.center {text-align: center !important;}
}
/* MC */
.mc_wrapper {padding: 100px 0 0;}
.mc_wrapper p {color: black;}
@media only screen and (max-width: 767px) {
	.mc {padding: 80px 0 0;}
}
/* News */
.tsr_2022 .tsr_news {padding: 60px 0 30px;}
@media only screen and (max-width: 767px) {
	.tsr_2022 .tsr_news {padding: 80px 0 0;}
}
/*  Partner */
.tsr_2022 section.partner {padding: 100px 0 60px;}
.partner2022 {background-color: #fff;}
.partner_flex_3 a {background-color: #fff;}
@media only screen and (max-width: 767px) {
	.tsr_2022 section.partner {padding: 80px 0 20px;}
}
/* Ticket */
.tsr_2022 #ticket2 {padding-top: 0 !important; margin-top: -20px;}
.tsr_2022 section#ticket {padding: 0 0 60px;}
@media only screen and (max-width: 767px) {
	.tsr_2022 section#ticket {padding: 0 0 35px;}
}
/*  overview */
.ss2022 #overview{padding:80px 0 }
.ss2022 .ss_overview_box{background:#fff}
/*  2022 タイムテーブル  */
.ss2022_bg{background: #EFF8E4}
.ss2022 .ss_timetable_ttl{font-family: YuGothic, "Yu Gothic medium", sans-serif}
.ss2022 .ss_timetable_data h4.timetable_h4 {margin: 10px 0 5px;font-family:YuMincho, "Yu Mincho",serif}
.ss2022 .ss_timetable_data .timetable_h4_span {font-family:YuMincho, "Yu Mincho",serif}
.ss2022 .ss_timetable_box{color:#333}
.ss2022 .ss_timetable_nom{font-family: YuGothic, "Yu Gothic medium",sans-serif!important;letter-spacing:0.06em}
.ss2022 .ss_timetable_data time .span{background: #008632;color:#fff;font-family: YuGothic, "Yu Gothic medium",sans-serif!important;margin-top:30px!important}
.ss2022 .ss_timetable_data h5 {background:#008632 ;color:#fff;font-weight:400;font-family: YuGothic, "Yu Gothic medium", sans-serif!important}
.spe_block2 li.mb0,.mb0{margin-bottom:0}
.ss_timetable_mc_box {	background-color: #fff; margin-bottom: 80px; padding: 30px 0 40px;}
.spe_block2_note{font-size:12px;color:red;line-height:1.4;font-feature-settings: "palt"}
.timetable_mc {text-align: center; color: #00909F; font-size: 24px;}
.timetable_mc span {border-bottom: solid 1px #00909F;}
.timetable_speakers.mc {max-width: 100%;}
.timetable_speakers.mc h6 {white-space: nowrap; margin-left: -13px;}
.timetable_speakers.mc .spc_txt {color: #333333;}
.tsr_2022 .timetable_speakers.mc ul:before,
.tsr_2022 .timetable_speakers.mc ul:after{display: none;}
.tsr_2022 .timetable_speakers ul.center {justify-content: center;}
.tsr_2022 .timetable_speakers ul:before,
.tsr_2022 .timetable_speakers ul:after {display: none !important;}

@media only screen and (max-width: 767px) {
	.ss_timetable_mc_box {margin-bottom: 40px; padding: 20px 0 10px;}
	.timetable_speakers.mc ul {	justify-content: center;}
	.tsr_2022 .timetable_speakers.mc h5:after {display: none;}
	.tsr_2022 .timetable_speakers.mc li:nth-child(odd) .profile {left: unset !important; right: -65%!important;}
	/* 2名の時のスマホの表示 */
.opening_line2:before,.openning_line2:after{content:"";display:block;width:126px;height:0}
.opening_line2:before{order:1}
}
/*  2022チケット */
.ss2022 section#ticket{background:#A3A3A3}
/*  2022　sp*/
@media only screen and (max-width: 767px) {
	.ss2022 .overview_top{height:60px}
	.ss2022 #news{margin-top:80px}
	.ss_recruit_box .flex_b{display:block}
    .ss22_bt_fes{width:140px;bottom:30px;right:auto;left:25px}
	.ss_newsttl2022{margin:60px auto 30px}
    .ss_newsList{flex-direction: column}
	.ss_newsItem{width:100%;margin:26px 0}
	.ss_news_img {display: none;}
    .ss_recruit{padding: 0 0 85px;}
    .ss_recruit_box{ padding:20px 15px}
    .ss_recruit_box h3{font-size: 18px;letter-spacing: 0}
	.ss_recruit_box_innr{padding:0 10px}
	.ss_recruit_img img{width:270px;height:172px;margin:3px auto}
    .ss_foot_past_h{letter-spacing: 0;font-feature-settings: "palt";font-size: 13px}
    .ss_foot_past li{margin: 6px 8px}
    .ss_foot_past li a{padding:8px 20px}
}
@media only screen and (max-width:400px) {
    .ss22_bt_fes{width:140px;bottom:20px;right:auto;left:16px}
}
@media only screen and (max-width:360px) {
	.ss_recruit_img img{width:250px;height:160px;margin:3px auto}
}
/* 2022 コンテンツ */
.ss_contents_box{margin-top:100px}
.ss_contents_boxttl{
    display: flex;justify-content: space-between;align-items:flex-start!important}
.ss_contents_head_text {margin-top: 40px;}
.ss_contents_ttl{width:23%}
.ss_contents_ttl h4{
    display:inline-block;font-family:游ゴシック体,"Yu Gothic",YuGothic,sans-serif!important;font-weight:600;
    font-size:29px;margin:0;border-bottom:4px solid #008632}
.ss_contents_txt{width:76%;margin-bottom:30px}

.ss_contents_img{position: relative;font-size: 0}
.ss_contents_img img.img_1{width: 59%}
.ss_contents_img img.img_2{width: 38%;position: absolute;top:0;right:0}
.ss_contents_img img.img_3{width: 38%;position: absolute;bottom:0;right:0}
/* 出展メーカーロゴ */
.ss_maker .ss_contents_txt {text-align: center; margin-top: 40px; margin-bottom: 40px; width: 100%;}
.ss_contents_maker_list {display: flex;justify-content: space-between;flex-wrap: wrap; list-style: none; margin: 0;}
.ss_contents_maker_list li {position: relative;width: calc((100% - 68px) / 5); margin-bottom: 56px;}
.ss_contents_maker_list li .number {margin: 0;}
.ss_contents_maker_logo {margin: 0; padding-top: 10px;}
.ss_maker .spe_block2_input {margin: 0;}
.ss_maker .spe_block2_input input {background: transparent; width: 158px;height: 83px;}
/* .ss_maker .profile {top: 61px;} */
.ss_sharebooth .ss_contents_ttl {width: 264px;}
.ss_sharebooth .ss_contents_txt {text-align: center; margin-top: 40px; margin-bottom: 40px; width: 100%;}
.ss_sharebooth .ss_contents_sharebooth_img {max-width: 728px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:767px) {
    .ss_contents_box{margin-top:70px}
    .ss_contents_boxttl{flex-direction: column}
    .ss_contents_ttl{width: 100%;text-align: center;margin-bottom: 40px}
    .ss_contents_txt{width:100%}
    .ss_contents_img img.img_1{width:100%;margin-bottom: 10px}
    .ss_contents_img img.img_2,
    .ss_contents_img img.img_3{width:calc(50% - 5px);position:static}
    .ss_contents_img img.img_3{margin-left: 10px}
	.ss_maker .ss_contents_txt {text-align: left;}
	.ss_contents_maker_list li {position: relative;width: calc((100% - 15px) / 2); margin-bottom: 40px;}
	.ss_sharebooth .ss_contents_ttl {margin-left: auto; margin-right: auto;}
}
/* 2022 フェス　　ティザーサイト */
.comingsoon {text-align: center; border: solid 1px #707070; width: 140px; height: 140px; padding-top: 50px !important;}
.tsr_color_red{color:#EA3774}
body.page-id-28041 #footer-bottom{padding:0;height:0;display:none}
body.page-id-28041 #primary{padding-bottom:0!important}
.cf:after {content: "";clear: both;display: block}
.ss_wrap .sp{display:none}
.tsr_2022{background: #fdf6eb;color:#00909F;font-size: 16px}
.w1180{max-width: 1200px;margin: 0 auto;padding:0 20px;box-sizing: border-box}
.tsr_head{position: relative; padding:0;margin:0;font-size:0}
.tsr_head img{margin:0}
.tsr_head .ss22_bt_fes{width:200px;position: absolute;right:100px;bottom:-150px}
.tsr_head_logo{width:220px;position: absolute;top:20px;right:100px}

.tsr_prologue{background: url(https://sharing-economy.jp/ja/wp-content/uploads/2022/07/tsr_prologue_bg-1.png) no-repeat;margin-top:60px;padding-top:160px;box-sizing: border-box;height: 910px}
.tsr_prologue .w918{padding-left: 90px;font-size:18px; box-sizing: content-box}
.tsr_prologue h2{font-size: 40px;line-height: 1.6;font-weight: 400; margin-bottom: 20px;color:#00909F}
.tsr_prologue h2 span{font-size:24px;display: block;margin: 20px 0 50px}
.tsr_news,.tsr_news a{color:#00909F}
h3.tsr_news_ttl,.tsr_h3title,
.ss_news h3.tsr_news_ttl,
.overview h3.tsr_h3title{
	text-align: center;margin-bottom:30px;color:#00909F;font-size:28px;font-weight:700;font-family:Century Gothic,YuGothic,sans-serif!important}

#speakers.tsr_speakers{background:transparent}
.bg_white{background:#fff}
.tsr_2022 .ss_overview_box{background:#fff}
/* sf2022 リクルート */
.tsr_2022 .ss_recruit{background:#fdf6eb}
/* .tsr_2022 .ss_recruit_box_innr{border:#00909F 1px solid} */
.tsr_2022 .ss_recruit_box h3{color:#00909F}
.tsr_2022 .ss_recruit_box h3 span{border-bottom: 4px solid #00909F}
.tsr_2022 .ss_recruit_box h4{line-height: 1;color:#00909F}
.ss_txtBtn_blu a{color:#00909F}
.ss_txtBtn_blu a:after{
    content: '';
    width: 8px;height: 8px;
    border-top: solid 1px #00909F;
    border-right: solid 1px #00909F;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;right:-12px}
.tsr_2022 .ss_foot_past a{color:#00909F}
.tsr_2022 .ss_foot_past li a:after{border-top: solid 1px #00909F;border-right: solid 1px #00909F} 
/* sf2022 フェス タイムテーブル */
.tsr_2022 .ss_timetable_data h4.timetable_h4 {margin: 10px 0 5px;font-family:YuMincho, "Yu Mincho",serif}
.tsr_2022 .ss_timetable_data .timetable_h4_span {font-family:YuMincho, "Yu Mincho",serif}
.tsr_2022 .ss_timetable_box{color:#333;background:#fff}
.tsr_2022 .ss_timetable_nom{background: #00909F;color:#fff;font-family: YuGothic, "Yu Gothic medium",sans-serif!important}
.tsr_2022 .ss_timetable_data time .span{background: #00909F;color:#fff;font-family: YuGothic, "Yu Gothic medium",sans-serif!important;margin-top:30px!important}
.tsr_2022 .ss_timetable_data h5 {
	text-align:center;
	background:#00909F ;color:#fff;font-weight:400;font-family: YuGothic, "Yu Gothic medium", sans-serif!important}
.tsr_2022 .ss_timetable_data h5:before{content:""}
.tsr_2022 .profile{top: 200px;left:-80px;width:280px;}
.tsr_2022 .timetable_speakers ul:before,
.tsr_2022 .timetable_speakers ul:after{content:"";
    display:block;
    width:126px;
    height:0}
.tsr_2022 .timetable_speakers ul:before{order:1}
.tsr_2022 .timetable_speakers ul.line4 li{margin:15px 5px }
.moderator{width:100%;text-align:center;font-weight:700;color:#008632}
.tsr_2022 .moderator{color:#00909F;margin-top:5px}
/* sf2022 パートナー */
.ss2022 .partner h3{font-family: YuGothic, "Yu Gothic medium", sans-serif!important}
.partner_flex_3.partner_flex_3-2.fes a {background-color: #fff; padding: 25px 25px 15px;}
@media only screen and (max-width:959px) {
	body.page-id-28041{padding-top:0!important}
}
@media only screen and (max-width: 767px) {
	.partner_flex_3.partner_flex_3-2.fes a {padding: 5px 15px 0; margin-bottom: 20px !important;}
	.partner_flex_3.fes {width: 94%;}
	.partner_flex_3.fes {justify-content: center;}
	.partner_flex_3.partner_flex_3-2.fes a:nth-child(odd) {margin-right: 20px !important;}
}
/* sf2022 チケット*/
.tsr_2022 section#ticket{background:#00909F}
.tsr_2022 section#ticket .tsr_h3title{color:#fff}
/* sf2022  SP */
@media only screen and (max-width: 767px) {
	h3.tsr_news_ttl,.tsr_h3title,
	.ss_news h3.tsr_news_ttl,
	.overview h3.tsr_h3title{font-size:20px}
	.ss_wrap .sp{display:block}
	.ss_wrap .pc{display:none}
    .tsr_2022{font-size: 14px}
    .ss_wrap.tsr_2022 .w1180{padding:0}
    .tsr_head{height:auto}
    .tsr_head_sp{width: 100%;}
    .tsr_2022 .ss22_bt_fes{width:140px;bottom:30px;right:auto;left:25px}
    .tsr_prologue{
        background: url(https://sharing-economy.jp/ja/wp-content/uploads/2022/07/tsr_prologue_bg_sp-1.png) no-repeat top center;
        margin-top:0;padding-top:40px;height:auto;min-height: 950px}
    .tsr_prologue .w918{padding:0 3%;font-size:14px;box-sizing: border-box;}
    .tsr_prologue h2{font-size:23px;}
    .tsr_prologue h2 span{font-size:18px;margin: 10px 0 30px}
    .tsr_2022 .ss_recruit{padding:16px 0 25px}
    .tsr_2022 .footer_2021{padding-top:30px }
    .tsr_2022 .ss_foot_past {margin-bottom: 10px}
	.tsr_2022 .ss_timetable_data h4.timetable_h4 {font-size: 26px;margin:20px 0 5px}
	.tsr_2022 .ss_timetable_data .timetable_h4_span {font-size:17px}
	.tsr_2022 .ss_timetable_time {margin-left:55px}
	.tsr_2022 .timetable_speakers h5{text-align:center}
	.tsr_2022 .timetable_speakers h5:after{content:"　"}
	.tsr_2022 .profile{top: 200px;left:20px;width:100%}
	.tsr_2022 .ss_timetable_data time .span{margin-top:20px!important}
	.timetable_body{padding-bottom:10px;font-size:14px}
	.tsr_2022 li:nth-child(4) .profile{width:200%;left:auto!important;right:-20px!important}
	.tsr_2022 ul.spe_block2{width:100%}
	.tsr_2022 .ss22_bt_fes.ss22_bt_fes2{width:33%;max-width:120px;bottom:-115px;right:15px;left:auto}
}
@media only screen and (max-width:637px) {
	.tsr_2022 .timetable_speakers li .profile{left:auto!important;right:-20px!important}
	.tsr_2022 .timetable_speakers li:nth-child(1) .profile,
	.tsr_2022 .timetable_speakers li:nth-child(4) .profile,
	.tsr_2022 .timetable_speakers li:nth-child(7) .profile{left:-20px!important;right:auto!important}
}
@media only screen and (max-width:520px) {
	.tsr_2022 .ss22_bt_fes{width:35%;max-width:140px;bottom:0px}
}
@media only screen and (max-width:480px) {
	.tsr_2022 .timetable_speakers li:nth-child(odd) .profile{width: 260px;left:-25%!important;right:auto!important}
	.tsr_2022 .timetable_speakers li:nth-child(even) .profile{width: 260px;left:auto!important;right:-5%!important}
		.tsr_2022 .timetable_speakers li:nth-child(odd) .profile.line1{width: 260px;left:-60px!important;right:auto!important}
}

/*  202207 追加 */
#footer-bottom .link{
	color: #000;
}
#footer-bottom .link:hover{
	color:#222;
	text-decoration: underline;
}
.footer_bottom_button{
	padding-top: 40px !important;
}
@media only screen and (max-width:480px) {
.footer_bottom_button{
	padding-top:  0px !important;
}
}

#footer-bottom .btn03 {
  width: 100%;
  font-weight: bold;
}
#footer-bottom .btn03 a {
  width: 100%;
  color: white;
  border-color: #f06341 !important;
  background-color: #f06341 !important;
}




.menu-button a{
  background:#81afa8 !important;
  font-weight:800 !important;
  padding:0 16px !important;
  color:#FFF !important;
}

.menu-button01 a{
  background:#f06341 !important;
  color:#FFF !important;
}

.menu-button .link-inner{
  background: transparent !important;
}
.menu-button .link-inner::after{
  display:none !important;
}
/* NEW design 2022フェス-*/ 
h2.sf_ttl{padding:100px 0 30px;margin-top:0}
.sf_w_wrap{background: #fff;border-radius: 50px}
.sf_w_wrap.sf_mc{padding:60px 86px 40px}
.sf_mc + .sf_mc{margin-top:80px!important}
.sf_mc_ttl{text-align: center;font-size:21px;line-height:1.4; color:#00909F;font-weight: 700;margin-bottom:5px}
.sf_mc_sub{font-size: 19px;margin-bottom:30px}
.sf_mc_img{width:44%}
.sf_mc_balloon{width:56%;color:#000}
.sf_mc_balloon > div{background: url(https://sharing-economy.jp/ja/wp-content/uploads/2022/11/bg_balloon_y.png)no-repeat;background-size:100%;padding:30px 30px 5px 50px;position: relative;margin-bottom:0}

.mc_nakayama{max-width:600px;margin:0 auto}
.sf_mc_img.img_nakayama {text-align:center}
.sf_mc_balloon_pink{ width:56%;
	padding:16px 20px 16px 20px;background:#fcedf3;border-radius: 30px;margin-left:0px;position:relative;color:#333}
.sf_mc_balloon_pink:after{
	content: "";width: 0;height: 0;
	position: absolute;left:-16px;top:45px;
	border-style: solid;
	border-color: transparent transparent transparent #fcedf3;
	border-width:0px 0 20px 15px;
	transform: rotate(90deg);}
@media only screen and (max-width: 767px) {
	.sf_mc_balloon_pink{width:100%;margin:0 auto 30px;padding:20px}
	.sf_mc_balloon_pink:after {
		left:48%;top:auto;bottom:-10px;border-width:10px  20px 15px;transform: rotate(-25deg);}
    .flex_b.mc_nakayama{flex-direction: column-reverse}
}

.sf_mc_balloon3{
	padding:16px 9px 16px 15px;background:#fcedf3;border-radius: 30px;margin-left:0px;font-size:14px;position:relative;width:calc(100% - 120px);color:#333}
.sf_mc_balloon3:after {
        content: "";width: 0;height: 0;
	position: absolute;left:-16px;top:45px;
	border-style: solid;
	border-color: transparent transparent transparent #fcedf3;
	border-width:0px 0 20px 15px;
	transform: rotate(90deg);}
.sf_mc_imgbox{min-height:220px}
.sf_mc_1box{max-width:600px;margin:0 auto}
.sf_mc_2box_1{width:47%}
.sf_mc_2box_2{width:49%}
.sf_mc_profile{margin:15px 0 0;color:#000;font-size:14px}
.sf_mc_profileTTl{width: 95px;margin-bottom: 16px}

.sf_timetable {margin-bottom: 100px !important;}
.sf_w_wrap.sf_timetable_wrap{padding:80px 0 30px;margin-top:50px}
.sf_timetable_wrap +.sf_timetable_wrap{margin-top: 100px}
.sf_timetable_box{width: 73%;margin: 0 auto;position: relative;color:#000}
.sf_timetable_nom{color:#fff;font-size:44px;font-weight: 700;padding:10px 0 0 25px;
    position: absolute;top:-140px;left:0;width:142px;height:134px;
    background: url(https://sharing-economy.jp/ja/wp-content/uploads/2022/10/sf_timetable_nom.png)no-repeat;background-size:100%;}
.ss_timetable_data.sf_timetable_box{padding-right: 0}
.ss_timetable_data.sf_timetable_box time{font-size: 23px;color:#00909F;background: transparent}
.sf_timetable_box h4{font-size: 36px;line-height: 1.4; font-weight: 700;color:#00909F;margin: 10px 0}
.sf_timetable_h4_sub{font-size:24px;line-height: 1.4; font-weight: 700;color:#00909F;margin-bottom: 30px}
.sf_timetable_box .timetable_body{letter-spacing:0.03em}
.image_comingsoon {border: solid 1px #000; text-align: center; width: 120px; height: 120px; font-size: 16px; padding-top: 50px;}

/* NEW design 2022フェス　スピーカー-*/                  
.sf_timetable_wrap .timetable_speakers {width: 100%; max-width:100%}
.timetable_speakers .sf_mc_img{text-align: center}
.sf_speaker_ballbox{width: 60%;margin-right: 60px;}
.sf_speaker_balloon{background:#EDF7FC; border-radius: 30px; position: relative;padding:20px;font-size:15px}
.sf_speaker_balloon:after {
        content: "";width: 0;height: 0;
	position: absolute;left:-16px;top:45px;
	border-style: solid;
	border-color: transparent transparent transparent #EDF7FC;
	border-width:0px 0 20px 15px;
	transform: rotate(90deg);}
.timetable_speakers ul.center li +li{margin-left: 20px}
.sf_speaker_balloon.balloon_pink{background:#fcedf3 }
.sf_speaker_balloon.balloon_pink:after{border-color: transparent transparent transparent #fcedf3 }
.sf_speaker_balloon.balloon_yel{background:#FFFDCE }
.sf_speaker_balloon.balloon_yel:after{border-color: transparent transparent transparent #FFFDCE }
.sf_speaker_balloon.balloon_grn{background:#DFF2E3 }
.sf_speaker_balloon.balloon_grn:after{border-color: transparent transparent transparent #DFF2E3 }
.sf_mc_img .profile{left:-20px}
@media only screen and (max-width: 767px) {
	.sf_mc_img .profile{left:0}
	.sf_timetable_box .flex_b{flex-direction: column-reverse;}
	.sf_speaker_ballbox{width:100%;margin-right: 0;font-size:14px}
	.sf_speaker_balloon:after{left:48%;top:auto;bottom:-12px;border-width:10px  20px 15px;transform: rotate(-25deg);}
	
    .sf_ttl{padding:55px 0 30px;margin: 0 auto; max-width: 400px;text-align: center}
    .sf_w_wrap{border-radius:30px}
    .sf_w_wrap.sf_mc{padding:50px 20px}
	.sf_mc + .sf_mc{margin-top:40px!important}
    .sf_mc_ttl{font-size: 18px}
    .sf_mc_sub{font-size:16px}
	.sf_mc.flex_b{flex-direction: column;}
	.sf_mc_imgbox{height:auto}
	.sf_mc_2box_1{width:100%}
	.sf_mc_2box_2{width:100%;margin-top:40px}
	.sf_mc_balloon3{width:95%;margin:0 auto 20px;padding:20px}
	.sf_mc_balloon3:after {
        content: "";width: 0;height: 0;
		position: absolute;left:calc(50% - 10px);top:90%;
		border-style: solid;
		border-color: transparent transparent transparent #fcedf3;
		border-width:0px 0 20px 20px;
		transform: rotate(225deg)}
    .sf_mc .flex_b{flex-direction: column-reverse}
    .sf_mc_img{width:90%;margin: 0 auto }
	.sf_mc_balloon{width:100%; position: relative}
	.sf_mc_balloon > div{background:#FFFDCE;border-radius:20px;padding:25px;margin-bottom:40px}
    .sf_mc_balloon > div:after{
        content: "";display: inline-block;position: absolute;bottom:-18px;left:45%;width: 0;height: 0;vertical-align: middle;
        color: #FFFDCE;line-height: 1;
        border-style: solid;
        border-color: transparent;
        border-width: 26px 12px;
        border-top-color: currentColor;
        border-bottom: 0}
    .sf_mc_profileTTl{width:90px}
    
	 .sf_timetable {margin-bottom: 40px !important;}
    .sf_w_wrap.sf_timetable_wrap{padding:60px 0 20px;margin-top:20px}
    .sf_timetable_wrap +.sf_timetable_wrap{margin-top:55px}
    .ss_timetable_data.sf_timetable_box {width:100%;padding: 0 4%}
    .sf_timetable_nom{width:100px;height:90px;font-size:30px!important;top:-100px;left:6%;padding:10px 0 0 15px}
    .ss_timetable_data.sf_timetable_box time{font-size:16px}
    .sf_timetable_box h4{font-size:24px}
    .sf_timetable_h4_sub{font-size:16px}
    .sf_speaker_balloon{width:100%;margin:0 0 40px; position: relative}

    .sf_speaker_balloon2 > div{background: #FCEDF3}
    .sf_speaker_balloon2:after {color:#FCEDF3}
    .sf_timetable_box .timetable_speakers li {width: 124px}
    .timetable_speakers ul.center li +li{margin-left: 0px} 
}
/*  NEW design 2022フェス　オーバービュー　*/
.ss_overview_box.sf_w_wrap h3 p{color:#00909F;border-bottom: 3px solid #00909F}
/*  NEW design 2022フェス　パートナー　*/
.bg_over{margin-right: calc(((100vw - 100%) / 2) * -1);margin-left: calc(((100vw - 100%) / 2) * -1);}                    
.bg_white{background: white}
section.partner.sf_partner {padding:0 0 60px}
.sf_partner h2{margin-bottom: 60px}

.ss2021 .partner.sf_partner h3 {font-family: Meiryo, sans-serif!important;position: relative;display:block}
.sf_partner h3 span{display:inline-block;padding-right:30px;background: #fff;z-index:10}
.sf_partner h3:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    display: inline-block;
    width: 64px;height: 64px;border-radius: 50%}  
.sf_partner h3::after {z-index:1!important}
/*  NW design 2022フェス　コンテンツ*/
.sf_contents{padding-bottom:100px}
    .sf_contents_ttl{font-size:30px;font-weight: 700;color:#000; text-align: center}
.sf_contents_cont p{margin: 0}
.sf_contents_cont{display: flex}
.sf_contents_cont > div {width: 100%;padding:35px;color:#000;position: relative}
.sf_contents_cont.cont_btm > div{padding:0}
.sf_contents_logo{padding-bottom:20px} 
.sf_contents_logo.bg_w img{background:#fff}
    .sf_contents_name{font-size:20px;line-height: 1.3;text-align: left;font-weight: 700;padding-bottom:20px}
.sf_contents_txt{line-height: 2; margin-bottom: 30px !important;height:auto}
.sf_contents .w1107 {width:90%; max-width: 1107px; margin: 0 auto}
.sf_contents_fukidashi { letter-spacing:0;font-size:16px;
	background-color: #fff; padding: 20px 10px  20px  20px; border-radius: 30px; position: relative; margin-bottom: 41px !important; min-height: 184px;}
.sf_contents_fukidashi::after {
	 content: "";
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 45%;
    width: 0;
    height: 0;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    border-style: solid;
    border-color: transparent;
    border-width: 26px 12px;
    border-top-color: currentColor;
    border-bottom: 0;}
.sf_contents_cont > div.sf_contents_0{padding:0 35px!important}
@media only screen and (min-width: 768px) {
	.sf_contents_txt {min-height: 160px; overflow: hidden;}
}
/*  PCの背景  */
.sf_contents_1_1,
.sf_contents_2_2{background: #FCEDF3}
.sf_contents_1_2{background: #EDF7FC}
.sf_contents_1_3{background: #FFFDCE}
.sf_contents_2_1{background: #EEE2FF}
.sf_contents_2_3{background:#DFF2E3}
/*  PC斜め線（不採用・後消）  */
.slant-bg{position: relative;overflow: hidden;z-index: 0;}
.slant-bg:after {
  content: '';
  position: absolute;left:0;top:26px;
  width: 100%;height:30px;z-index: -1;
  transform: skewY(-4.6deg);
  transform-origin: top left;}
.sf_contents_1_3 .slant-bg:after,
.color_g{background: #DFF2E3}
.slant-bg.slant-bg2:after {top:0;transform: skewY(-355deg);}
.height0{height:0;margin:0!important}

@media only screen and (max-width: 767px) {
    .sf_contents_ttl{font-size:18px}
    .sf_contents_cont{display:block}
    .sf_contents_cont > div{padding:35px 6%}
	.sf_contents_cont .sf_contents_1_1,
   .sf_contents_cont .sf_contents_1_2,
   .sf_contents_cont .sf_contents_1_3 {padding:35px 6%}
	.sf_contents_fukidashi {padding: 20px; border-radius: 20px; min-height: 100px;font-size:14px}
}
.sf_partner h3::after {z-index:1!important}　
/* NEW design 2022フェス　新デザインの修正 */
.tsr_2022 .tsr_news{padding:0 0 30px}
.sf_present2022{text-align:center;padding:30px 20px;background:#F7F7F7;color:#333;width:100%;}
.sf_present2022_ttl {margin-bottom:10px;font-size:20px}
.sf_present2022_ttl b{display:inline;background:#00909F;color:#fff;padding:6px 12px;}
.ls03{letter-spacing:0.03em}
.ls0{letter-spacing:0!important}
.f_palt{font-feature-settings: 'palt';}
.timetable_speakers li h6.txt_overflow{width:110%;margin-left:-5%;overflow:visible;font-feature-settings: 'palt';}
/* フェス　ワークショップ */
.sf_workshop_box + .sf_workshop_box{margin-top:60px}
.sf_workshop_box p{margin-bottom:0!important}
.sf_workshop_ttl{padding:20px 30px 10px;background:#EDF7FC;border-radius:40px 40px 0 0;line-height:1.2}
.sf_workshop_a .sf_workshop_ttl{background:#FFFDCE}
.sf_workshop_ttl .num{float:left;letter-spacing:0;width:85px;font-size:44px;font-weight:900;font-family:Century Gothic,YuGothic,sans-serif!important}
.sf_workshop_ttl .h3{float:left;font-size:20px;font-weight:700;display:inline-block;color:#00909F;
text-align:left;margin-top:12px}
.sf_workshop_ttl .h3.h3_2line{margin-top:0px}

.sf_workshop_flex{display: flex;justify-content: space-between;border:6px solid #EDF7FC;padding:30px 30px 30px 10px;color:#333}
.sf_workshop_a .sf_workshop_flex{border:6px solid #FFFDCE}

.sf_workshop_left{width:220px;text-align: center;}
.sf_workshop_left img{width:120px}
.sf_workshop_name{font-size:20px}
.sf_workshop_right{width:calc(100% - 220px)}
.sf_workshop_time time{display:inline-block;padding-right:20px;color:#00909F;font-weight:700}
.sf_workshop_time b{display:inline-block;background:#EDF7FC;line-height:1;padding:6px 10px;margin-bottom:15px}
.sf_workshop_a .sf_workshop_time b{background:#FFFDCE}
.sf_workshop_time b{display:inline-block}

.sf_workshop_data{border:6px solid #EDF7FC;padding:40px 50px ;color:#333}
.sf_workshop_a .sf_workshop_data{border:6px solid #FFFDCE}
.sf_workshop_data .sf_workshop_left{width:140px}
.sf_workshop_data .sf_workshop_right{width:calc(100% - 180px)}
.sf_workshop_dataimg{margin-top:20px}
.sf_workshop_dataimg p + p{margin-left:13px}
.sf_workshop_dataimg img{height:160px;width:auto}
.sf_workshop_dataimg.workshop_dataimg_manyo img{height:140px}
@media only screen and (max-width:900px) {
		.sf_workshop_dataimg img{height:120px;width:auto}
	.sf_workshop_dataimg.workshop_dataimg_manyo img{height:64px}
}
@media only screen and (max-width: 767px) {
	.sf_present2022_ttl {font-size:18px}
	.sf_workshop_box + .sf_workshop_box{margin-top:40px}
	.sf_workshop_ttl{padding:20px 20px 10px;text-align:center}
	.sf_workshop_ttl .num{float:none;font-size:34px;width:100%!important}
	.sf_workshop_ttl .h3{font-size:16px;text-align:center;width:100%!important}
	.sf_workshop_flex{flex-direction: column;padding:30px 20px 20px 20px}
	.sf_workshop_left,
	.sf_workshop_right,
	.sf_workshop_data .sf_workshop_left,
	.sf_workshop_data .sf_workshop_right{width:100%}
	.sf_workshop_time time{display:block;padding:0}
	
	.sf_workshop_data{padding:20px}
	.flex_b.sf_workshop_datamain{flex-direction: column}
}
@media only screen and (max-width:650px) {
		.sf_workshop_dataimg img{height:100px;width:auto}
}
@media only screen and (max-width:400px) {
	.sf_workshop_dataimg p + p{margin-left:10px}
	.sf_workshop_dataimg img{height:60px;width:auto}
}
/*  フェス　ONEブース　 ART&MUSIC　　　*/
.sf_onebooth_wrap{background:#EDF7FC;padding:50px 40px;margin-top:60px;color:#000;font-size:16px}
.sf_artmusic_subttl{position:relative;text-align:center;margin-bottom:40px}
.sf_artmusic_subttl:after{display:block;content:"";width:100%;height:2px;background:#00909F;margin-top:-20px}
.sf_artmusic_subttl b{font-size:20px;font-weight:700;color:#00909F;background:#fff;padding:0 16px}
.sf_onebooth_cont{width:50%;box-sizing: border-box;}
.sf_onebooth_cont:nth-child(odd){padding-right:30px;border-right:1px solid #00909F}
.sf_onebooth_cont:nth-child(even){padding-left:30px;}
.sf_onebooth_cont:nth-child(n+3){border-top:1px solid #00909F;padding-top:30px}
.sf_onebooth_cont .sf_contents_fukidashi {min-height:auto}
.sf_artmusic_wrap{background:#FCEDF3;padding:50px 40px;margin-top:60px;color:#000}
.sf_artmusic_cont{background:#fff;border-radius: 50px;padding:50px 130px}
.h5{margin:40px 0 30px;text-align: center;background: #00909F;color: #fff;font-size:20px;font-weight:700}
.txt_r{text-align:right}
.sf_artist{position:relative;}
.sf_artist + .sf_artist{margin-top:60px}
.sf_artist_img{max-width:490px;display:flex ; margin:0 auto }
.sf_artist p{margin-bottom:0}
.sf_artist_img p + p{margin-left:20px}
.sf_artist_name{font-size:20px}
.sf_artist .profile{width:90%;left:5%;top:40px}
@media only screen and (max-width: 767px) {
	.sf_onebooth_wrap{padding: 20px;font-size:14px}
	.sf_onebooth_cont{width:100%}
	.sf_onebooth_cont:nth-child(odd),
	.sf_onebooth_cont:nth-child(even){padding:30px 0 0;border-right:0 solid #00909F}
	.sf_onebooth_cont:nth-child(2){border-top:1px solid #00909F;padding-top:30px}
	.sf_artmusic_wrap{padding:40px 20px;margin-top:40px}
	.sf_artmusic_cont{background:#fff;border-radius: 30px;padding:20px }
	.sf_artist .profile{width:100%;left:0}
}
/* 2022 フェス　　出店ブース〜メーカー他追加*/
.tsr_2022 .ss_contents_ttl{width:auto}
.tsr_2022 .ss_contents_ttl h4 {border-bottom: 4px solid #00909F}
.sf_contents.pb0{padding-bottom:0}
.sf_zone_map{width:100%;max-width:600px}
.sf_contents_note{text-align:center;color:#000;margin-top:10px}
.wordshop_note{color:#333;font-size:14px}
@media only screen and (max-width: 767px) {
	.wordshop_note{font-size:12px}
}
/*  */
.bt_sphm_apply.sp,
.sp { display: none}
@media only screen and (max-width: 767px) {
  .pc {display: none;}
	.bt_sphm_apply.sp,
  .sp {display: inline;}
}