@charset "UTF-8";
@import url("../css/reset.css");
@import url("../css/swiper-bundle.min.css");
@import url("../css/slider.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.5;
  position: relative; }

#bottom-menu {
  position: fixed;
  bottom: 0;
  width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  #bottom-menu a {
    display: block;
    background-color: #ea6182;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: aliceblue;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 3; }
    #bottom-menu a:hover {
      background: #f7931e;
      color: #fff; }

header {
  width: 100%;
  background: url("../image/top/buck 01.png");
  /*背景・バナー*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 30px 0; }
  header #header_inner {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0; }
    header #header_inner #inner {
      width: calc(100% - 360px); }
      header #header_inner #inner ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 10px; }
        header #header_inner #inner ul li {
          text-align: center;
          padding: 0 12px;
          font-size: 20px;
          font-weight: 600;
          border-left: 2px solid #ea6182; }
          header #header_inner #inner ul li a {
            display: block;
            color: #534741;
            text-decoration: none; }
            header #header_inner #inner ul li a img {
              width: 25px;
              margin: 0 7px 3px 0; }
            header #header_inner #inner ul li a:hover, header #header_inner #inner ul li a:active {
              color: #ea6182; }
          header #header_inner #inner ul li:nth-child(5) {
            border-right: 2px solid #ea6182; }
      header #header_inner #inner #button {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        header #header_inner #inner #button .image1 {
          width: calc(100% - 270px); }
        header #header_inner #inner #button .image2 {
          width: 270px; }
    header #header_inner h1 {
      width: 340px;
      margin-top: 25px; }

/*メイン-------------------------------------------------------------------------------------------------------------------------------------*/
/*バナー-------------------------------------------------------------------------------------------------------------------------------------*/
/*ブースのデザインはプロにお任せください！ー-------------------------------------------------------------------------------------------------------------------------------------*/
#top #banner-button {
  width: 100%;
  background-image: url("../image/top/banner 01.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
  #top #banner-button ul {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 420px 0 20px 0; }
    #top #banner-button ul #top-bottan {
      width: 500px; }
    #top #banner-button ul a {
      display: block;
      width: 450px;
      margin-right: 40px; }
#top #main_top {
  width: 100%;
  background: url("../image/top/buck 04.png");
  /*背景04*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding: 0px 0px 130px; }
  #top #main_top #taitle {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px; }
    #top #main_top #taitle h2 {
      padding-left: 100px;
      font-size: 45px;
      font-weight: 800px;
      color: #ea6182;
      line-height: 1.2; }
    #top #main_top #taitle .image1 {
      width: 300px; }
  #top #main_top #picture {
    width: 1100px;
    margin: 0 auto; }
    #top #main_top #picture #pi {
      justify-content: space-between;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      #top #main_top #picture #pi li {
        width: 190px;
        border: 2px solid #e95471;
        border-radius: 1rem; }
        #top #main_top #picture #pi li img {
          display: block;
          width: 100%;
          height: 150px;
          object-fit: cover;
          border-radius: 0.9rem; }

/*ブースのデザインはプロにお任せください！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*こんなお悩み、ありませんか？ー-------------------------------------------------------------------------------------------------------------------------------------*/
.about-back {
  background: url("../image/top/buck 05.png");
  background-repeat: no-repeat;
  background-size: 100 auto;
  background-position: center;
  padding: 150px 0 0; }

#about {
  width: 100%; }
  #about .about_image {
    place-self: center;
    width: 65%;
    padding: 10px 0 20px;
    margin: 0 auto; }
  #about #pop {
    width: 1280px;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px; }
    #about #pop li {
      width: 300px;
      padding: 20px 30px; }

/*こんなお悩み、ありませんか？ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*ブースの窓口が解決します！！ー-------------------------------------------------------------------------------------------------------------------------------------*/
#worries {
  width: 100%;
  background: url("../image/top/buck 07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 350px 0 150px;
  margin-bottom: 50px; }
  #worries p {
    font-size: 45px;
    color: #534741;
    text-align: center; }
  #worries h2 {
    width: 90%;
    font-size: 45px;
    color: #534741;
    text-align: center;
    margin: 0 auto; }
    #worries h2 img {
      width: 50px;
      vertical-align: middle;
      margin-right: 10px; }
    #worries h2 span {
      color: #ea6182; }
  #worries #type-top {
    width: 100%;
    padding-top: 50px;
    position: relative; }
    #worries #type-top h3 {
      width: 550px;
      position: absolute;
      top: 25px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
    #worries #type-top #type {
      width: 1230px;
      background-color: #ffa3b8;
      border-radius: 2em;
      padding: 50px 30px 30px;
      margin: 0 auto;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 auto;
      padding-bottom: 25px;
      position: relative; }
      #worries #type-top #type li {
        width: 30.5%;
        height: 210px;
        border-radius: 1rem;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        padding: 0 5px;
        margin: 0 10px; }
        #worries #type-top #type li dl {
          padding-top: 15px; }
          #worries #type-top #type li dl dt {
            font-weight: bold;
            font-size: 20px;
            text-align: center; }
          #worries #type-top #type li dl dd ul li {
            width: calc(100% - 20px);
            height: auto; }
        #worries #type-top #type li:nth-child(1) {
          background-color: #fef7fa; }
          #worries #type-top #type li:nth-child(1) dl {
            padding-right: 10px; }
            #worries #type-top #type li:nth-child(1) dl dt {
              color: #ea6182; }
            #worries #type-top #type li:nth-child(1) dl dd {
              padding: 10px 30px 20px 0;
              position: relative; }
              #worries #type-top #type li:nth-child(1) dl dd figure {
                width: 110px;
                position: absolute;
                bottom: 0;
                left: -10px; }
              #worries #type-top #type li:nth-child(1) dl dd ul {
                margin-left: 110px;
                /*width: calc(100% - 130px);*/ }
                #worries #type-top #type li:nth-child(1) dl dd ul li {
                  background: url("../image/top/icon 08.png");
                  background-repeat: no-repeat;
                  background-size: 22px;
                  background-position: left top;
                  font-size: 17px;
                  color: #534741;
                  font-weight: 600;
                  box-shadow: none;
                  padding-left: 30px;
                  margin: 10px 40px 0 0; }
        #worries #type-top #type li:nth-child(2) {
          background-color: #fffef7; }
          #worries #type-top #type li:nth-child(2) dl {
            padding-right: 15px; }
            #worries #type-top #type li:nth-child(2) dl dt {
              color: #f7931e; }
            #worries #type-top #type li:nth-child(2) dl dd {
              width: calc(100% - 30px);
              padding: 10px 0 20px 0;
              position: relative;
              margin-left: 30px; }
              #worries #type-top #type li:nth-child(2) dl dd ul {
                margin-left: 20px;
                width: calc(100% - 100px); }
                #worries #type-top #type li:nth-child(2) dl dd ul li {
                  background: url("../image/top/icon 09.png");
                  background-repeat: no-repeat;
                  background-size: 22px;
                  background-position: left center;
                  font-size: 17px;
                  color: #534741;
                  font-weight: 600;
                  box-shadow: none;
                  padding-left: 30px;
                  margin: 10px 0 0 0; }
              #worries #type-top #type li:nth-child(2) dl dd figure {
                width: 100px;
                position: absolute;
                bottom: 0;
                right: 0; }
        #worries #type-top #type li:nth-child(3) {
          background-color: #f5fbfe; }
          #worries #type-top #type li:nth-child(3) dl dt {
            color: #0071bc; }
          #worries #type-top #type li:nth-child(3) dl dd {
            width: calc(100% - 30px);
            padding: 10px 0 20px 0;
            position: relative;
            margin-left: 30px; }
            #worries #type-top #type li:nth-child(3) dl dd ul {
              margin-left: 10px;
              width: calc(100% - 110px); }
              #worries #type-top #type li:nth-child(3) dl dd ul li {
                background: url("../image/top/icon 10.png");
                background-repeat: no-repeat;
                background-size: 22px;
                background-position: left center;
                font-size: 17px;
                color: #534741;
                font-weight: 600;
                box-shadow: none;
                padding-left: 30px;
                margin: 10px 0 0 0; }
            #worries #type-top #type li:nth-child(3) dl dd figure {
              width: 110px;
              position: absolute;
              bottom: 0;
              right: 0; }

/*ブースの窓口が解決します！！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*料金プランとご成約特典!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
#plan {
  width: 100%;
  background: url("../image/top/buck 02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding-top: 30px; }
  #plan #plan-top {
    width: 100%; }
    #plan #plan-top #plan-image {
      width: 1280px;
      margin: 0 auto;
      position: relative; }
      #plan #plan-top #plan-image .image1 {
        width: 160px;
        position: absolute;
        bottom: 0;
        left: 50px; }
      #plan #plan-top #plan-image .plan-taitle {
        width: 660px;
        margin: 0 auto; }
    #plan #plan-top #plan-inner {
      width: 1220px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: #ea6182;
      border-radius: 2rem;
      margin: 0 auto;
      position: relative;
      padding: 30px; }
      #plan #plan-top #plan-inner .mi-picture2 {
        width: 340px;
        position: absolute;
        bottom: 0;
        left: -70px; }
      #plan #plan-top #plan-inner .mi {
        width: 62%;
        background-color: #fff5f5;
        border-radius: 1rem;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3); }
        #plan #plan-top #plan-inner .mi .mi-text {
          text-align: center;
          padding-top: 20px;
          width: calc(100% - 60px);
          font-size: 35px;
          font-weight: 700;
          color: #534741;
          border-bottom: dotted 3px;
          border-bottom-color: #ffa0a9;
          margin: 0 auto; }
          #plan #plan-top #plan-inner .mi .mi-text img {
            width: 50px;
            vertical-align: middle;
            margin: 0 10px 7px 0; }
        #plan #plan-top #plan-inner .mi .mi-middle {
          width: calc(100% - 240px);
          margin: 0 0 0 auto;
          padding-right: 40px; }
          #plan #plan-top #plan-inner .mi .mi-middle .mi-picture3 {
            width: 100%;
            padding-top: 5px; }
          #plan #plan-top #plan-inner .mi .mi-middle .mi-tx {
            width: 100%;
            column-count: 2;
            padding-left: 25px; }
            #plan #plan-top #plan-inner .mi .mi-middle .mi-tx li {
              background: url("../image/top/maru.png");
              background-position: left center;
              background-repeat: no-repeat;
              background-size: 20px;
              font-weight: 600;
              font-size: 19px;
              color: #534741;
              padding-left: 25px; }
          #plan #plan-top #plan-inner .mi .mi-middle p {
            text-align: center;
            color: #534741;
            font-weight: 600;
            font-size: 14px;
            padding-top: 10px; }
      #plan #plan-top #plan-inner #bonus {
        width: 35%;
        background-color: #ffffe6;
        border-radius: 1rem;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3); }
        #plan #plan-top #plan-inner #bonus .bonus-inner {
          width: calc(100% - 60px);
          margin: 0 auto; }
          #plan #plan-top #plan-inner #bonus .bonus-inner dt {
            width: 100%;
            font-size: 33px;
            font-weight: 700;
            text-align: center;
            color: #534741;
            padding: 20px 0 0 0;
            border-bottom: dotted 3px;
            border-bottom-color: #ffa0a9; }
            #plan #plan-top #plan-inner #bonus .bonus-inner dt img {
              width: 40px;
              vertical-align: middle;
              margin: 0 10px 10px 0; }
          #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text {
            width: 100%;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.6em;
            text-align: center;
            color: #534741;
            padding-top: 10px; }
          #plan #plan-top #plan-inner #bonus .bonus-inner span {
            color: #ea6182;
            font-weight: 700;
            font-size: 28px; }
          #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-picture {
            width: 60%;
            padding: 10px;
            margin: 0 auto; }
          #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text-under {
            width: 80%;
            font-size: 14px;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 10px; }
    #plan #plan-top .plan-picture {
      padding-top: 80px; }

/*料金プランとご成約特典!!ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*選べるオプションー-------------------------------------------------------------------------------------------------------------------------------------*/
#option {
  width: 100%;
  background-color: #fce5e8;
  padding-bottom: 60px; }
  #option #option-top {
    width: 1280px;
    margin: 0 auto; }
    #option #option-top h2 {
      width: 1000px;
      margin: 0 auto; }
    #option #option-top .option-picture {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px 0 30px 0; }
      #option #option-top .option-picture li {
        width: 30.333%;
        margin-top: 20px; }
        #option #option-top .option-picture li figure {
          width: 70%;
          margin: 0 auto;
          padding-bottom: 20px; }
        #option #option-top .option-picture li p {
          text-align: center;
          font-size: 19px;
          font-weight: 600;
          color: #534741; }
    #option #option-top .option-text {
      text-align: center;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: #534741;
      padding: 40px 0; }

/*選べるオプション ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*サービスの流れー-------------------------------------------------------------------------------------------------------------------------------------*/
#service {
  width: 100%;
  background: url("../image/top/buck 03-b.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 100px 0 50px 0; }
  #service h2 {
    width: 1000px;
    margin: 0 auto; }
  #service #step {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 200px; }
    #service #step #service-left, #service #step #service-light {
      width: 50%; }
      #service #step #service-left ol, #service #step #service-light ol {
        width: 100%; }
        #service #step #service-left ol li, #service #step #service-light ol li {
          width: 100%;
          position: relative; }
          #service #step #service-left ol li dl, #service #step #service-light ol li dl {
            width: calc(100% - 75px); }
            #service #step #service-left ol li dl dt, #service #step #service-light ol li dl dt {
              font-size: 26px;
              font-weight: 700;
              color: #e95471; }
              #service #step #service-left ol li dl dt img, #service #step #service-light ol li dl dt img {
                width: 60px;
                vertical-align: middle;
                margin-right: 10px; }
            #service #step #service-left ol li dl dd, #service #step #service-light ol li dl dd {
              font-size: 19px;
              font-weight: 500;
              color: #534741;
              margin-left: 70px;
              margin-top: -30px; }
    #service #step #service-light ol {
      width: 100%; }
      #service #step #service-light ol li:last-child {
        height: 260px;
        margin-top: 40px; }
  #service .image8 {
    width: 380px !important;
    position: absolute;
    bottom: 0;
    right: 170px; }

/*サービスの流れ ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*Q&Aー-------------------------------------------------------------------------------------------------------------------------------------*/
#q-top {
  width: 100%;
  background: url("../image/top/buck 13.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  padding-top: 200px;
  background-color: #fce5e8;
  margin-top: 30px; }
  #q-top #question {
    width: 80%;
    background: url("../image/top/buck 14.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0 auto;
    padding: 0px 0px;
    /*.qa-6 summary::before {
    	width: 78px;
        content: "Q";
    }*/ }
    #q-top #question h2 {
      width: 1000px;
      margin: 0 auto; }
    #q-top #question .qa-6 {
      width: 70%;
      margin-bottom: 5px;
      border-bottom: 3px dotted #ffa0a9;
      margin: 0 auto 30px auto; }
    #q-top #question .qa-6 summary {
      width: 90%;
      background-image: url("../image/top/icon 04.png");
      background-repeat: no-repeat;
      background-size: 80px auto;
      background-position: left center;
      justify-content: space-between;
      align-items: center;
      display: flex;
      position: relative;
      padding: 1em 2em 10px 110px;
      color: #534741;
      font-weight: 600;
      font-size: 24px;
      color: #eb6d8e;
      cursor: pointer;
      margin: 30px 0 20px 0; }
      #q-top #question .qa-6 summary .question {
        width: 80px; }
    #q-top #question .qa-6 summary::before,
    #q-top #question .qa-6 p::before {
      position: absolute;
      left: 1em;
      font-weight: 600;
      font-size: 1.5em;
      color: #eb6d8e; }
    #q-top #question .qa-6 summary::after {
      transform: translateY(-25%) rotate(45deg);
      width: 7px;
      height: 7px;
      margin-left: 10px;
      border-bottom: 3px solid #333333b3;
      border-right: 3px solid #333333b3;
      content: '';
      transition: transform .5s; }
    #q-top #question .qa-6[open] summary::after {
      transform: rotate(225deg); }
    #q-top #question .qa-6 p {
      width: 90%;
      background-image: url("../image/top/icon 05.png");
      background-repeat: no-repeat;
      background-size: 80px auto;
      position: relative;
      opacity: 0;
      margin-left: 70px;
      padding: 0 1.5em 1.5em 100px;
      color: #534741;
      font-weight: 600;
      font-size: 18px;
      transition: transform .5s, opacity .5s; }
    #q-top #question .qa-6[open] p {
      transform: none;
      opacity: 1; }

/*Q&A ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*展示会を、最高の成功体験に変えましょう!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
.banner-back {
  width: 100%;
  background-image: url("../image/top/buck 12.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 200px; }

#pink-banner-button-top {
  width: 1280px;
  background-image: url("../image/top/banner 02.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1280px;
  margin: 0 auto 0;
  padding-top: 200px;
  position: relative; }
  #pink-banner-button-top .bn-p {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 400px; }
  #pink-banner-button-top #pink-banner-button {
    width: 90%;
    margin: 0 auto; }
    #pink-banner-button-top #pink-banner-button h2 {
      width: 100%;
      font-size: 40px;
      color: white;
      margin-left: 64px; }
    #pink-banner-button-top #pink-banner-button a {
      display: block; }
      #pink-banner-button-top #pink-banner-button a img {
        width: 800px;
        margin: 10px 0 30px 60px; }

/*展示会を、最高の成功体験に変えましょう!! ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*サポートー-------------------------------------------------------------------------------------------------------------------------------------*/
#support {
  width: 1280px;
  margin: 45px auto 0 auto;
  padding: 50px 0 30px 0; }
  #support ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    #support ul li {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      font-size: 23px;
      font-weight: 600;
      color: #534741;
      align-items: center;
      padding: 0 25px;
      border-left: 3px solid #ea6182; }
      #support ul li figure {
        width: 65px;
        padding: 0 30px; }
      #support ul li:nth-child(1) {
        border-left: none; }

/*サポート ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
/*出展経験があるけど、その先がわからない…そんな方には!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
#red-banner-button-top {
  width: 1280px;
  background-image: url("../image/top/banner 03.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 1280px;
  position: relative;
  margin: 50px auto 0;
  padding: 40px 0 0 0; }
  #red-banner-button-top .bn-r {
    position: absolute;
    left: -80px;
    bottom: 0;
    width: 410px; }
  #red-banner-button-top #red-banner-button {
    width: 90%;
    margin: 0 auto; }
    #red-banner-button-top #red-banner-button h2 {
      width: 100%;
      font-size: 34px;
      color: white;
      padding: 0 0 10px 280px; }
    #red-banner-button-top #red-banner-button a {
      display: block; }
      #red-banner-button-top #red-banner-button a img {
        width: 800px;
        margin: 0 0 30px 330px; }

/*出展経験があるけど、その先がわからない…そんな方には!! ここまでー-----------------------------------------------------------------------------------------------------------------------------*/
/*フッターー-----------------------------------------------------------------------------------------------------------------------------*/
#footer-top {
  width: 100%;
  background-color: #fdd350;
  margin-top: 100px;
  padding-bottom: 40px; }
  #footer-top .footer-title {
    font-size: 27px;
    font-weight: 700;
    color: #534741;
    text-align: center;
    padding: 40px 0 10px; }
  #footer-top #footer-inner {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 80px; }
    #footer-top #footer-inner #footer-faith {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #footer-top #footer-inner #footer-faith .cp-logo-left {
        width: 180px;
        padding: 10px 15px 0; }
      #footer-top #footer-inner #footer-faith ul .faith {
        font-size: 20px;
        font-weight: 700;
        color: #534741;
        color: #534741;
        margin: 0 auto;
        line-height: 2em; }
      #footer-top #footer-inner #footer-faith ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #534741;
        text-align: center; }
        #footer-top #footer-inner #footer-faith ul li figure {
          width: 20px;
          font-size: 16px;
          font-weight: 600;
          color: #534741;
          padding: 0 5px;
          align-items: center; }
    #footer-top #footer-inner #footer-rakutsu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #footer-top #footer-inner #footer-rakutsu .cp-logo-rigth {
        width: 120px;
        padding: 25px 15px 0; }
      #footer-top #footer-inner #footer-rakutsu ul .rakutsu {
        width: 60%;
        font-size: 20px;
        font-weight: 700;
        color: #534741;
        margin: 0 auto;
        line-height: 2em; }
      #footer-top #footer-inner #footer-rakutsu ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #534741;
        text-align: center; }
        #footer-top #footer-inner #footer-rakutsu ul li figure {
          width: 20px;
          padding: 0 5px;
          align-items: center; }

/*フッター ここまでー-----------------------------------------------------------------------------------------------------------------------------*/
/*メインここまで------------------------------------------------------------------------------------------------------------------------------*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  .sp {
    display: none; }

  /*メイン*/
  .bn-a {
    display: none; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  header {
    background-size: cover; }
    header #header_inner {
      width: 90%; }

  /*メイン*/
  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #bottom-menu {
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    #bottom-menu a {
      display: block;
      background-color: #ea6182;
      border-radius: 25px 25px 0px 0px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      color: aliceblue;
      text-align: center;
      font-size: 29px;
      font-weight: 700;
      padding: 20px 0 15px;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      z-index: 3; }
      #bottom-menu a:hover {
        background: #f7931e;
        color: #fff; }

  header .sp {
    display: none; }
  header #header_inner {
    align-items: center; }
    header #header_inner #inner {
      width: calc(100% - 230px); }
      header #header_inner #inner ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 10px; }
        header #header_inner #inner ul li {
          text-align: center;
          padding: 0 6px;
          font-size: 16px;
          font-weight: 600;
          border-left: 2px solid #ea6182; }
          header #header_inner #inner ul li a {
            display: block;
            color: #534741;
            text-decoration: none; }
            header #header_inner #inner ul li a img {
              width: 20px;
              margin: 0 6px 3px 0; }
            header #header_inner #inner ul li a:hover, header #header_inner #inner ul li a:active {
              color: #ea6182; }
          header #header_inner #inner ul li:nth-child(5) {
            border-right: 2px solid #ea6182; }
      header #header_inner #inner #button {
        align-items: center; }
        header #header_inner #inner #button .image1 {
          width: calc(100% - 130px); }
        header #header_inner #inner #button .image2 {
          width: 130px; }
    header #header_inner h1 {
      width: 200px; }

  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*ブースのデザインはプロにお任せください！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #top #banner-button {
    background-position: top;
    background-size: 100% auto; }
    #top #banner-button ul {
      width: 60%;
      margin: 0 auto;
      padding: 250px 0 30px 0; }
      #top #banner-button ul #top-bottan {
        width: 300px; }
      #top #banner-button ul a {
        width: 260px;
        margin-right: 35px; }
  #top #main_top #taitle {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px; }
    #top #main_top #taitle h2 {
      padding: 30px 0 0 50px;
      font-size: 35px;
      font-weight: 800px;
      color: #ea6182;
      line-height: 1.2; }
    #top #main_top #taitle .image1 {
      width: 220px; }
  #top #main_top #picture {
    width: 70%;
    margin: 0 auto; }
    #top #main_top #picture #pi li {
      width: 100px;
      border: 2px solid #e95471;
      border-radius: 2rem; }
      #top #main_top #picture #pi li img {
        display: block;
        width: 100%;
        height: 130px;
        object-fit: cover;
        border-radius: 1.7rem; }

  /*ブースのデザインはプロにお任せください！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*こんなお悩み、ありませんか？ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #about #pop {
    width: 90%;
    padding-bottom: 20px; }
    #about #pop li {
      width: 300px;
      padding: 50px 30px 0 60px; }

  /*こんなお悩み、ありませんか？ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*ブースの窓口が解決します！！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #worries {
    padding: 350px 0 100px; }
    #worries h2 {
      font-size: 45px;
      margin: 0 auto;
      padding-bottom: 20px; }
      #worries h2 img {
        width: 50px;
        vertical-align: middle;
        margin-right: 10px; }
    #worries #type-top {
      padding-top: 50px; }
      #worries #type-top h3 {
        width: 550px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
      #worries #type-top #type {
        width: 50%;
        padding: 60px 30px 0px;
        margin: 0 auto;
        flex-direction: column; }
        #worries #type-top #type li {
          width: 95%;
          margin: 0 auto 30px auto; }
          #worries #type-top #type li dl {
            padding-top: 10px; }
            #worries #type-top #type li dl dt {
              font-weight: bold;
              font-size: 25px;
              text-align: center; }
          #worries #type-top #type li:nth-child(1) dl {
            padding-right: 10px; }
            #worries #type-top #type li:nth-child(1) dl dd {
              padding: 0px 0 0 0;
              position: relative; }
              #worries #type-top #type li:nth-child(1) dl dd figure {
                width: 110px;
                position: absolute;
                bottom: -15px;
                left: 50px; }
              #worries #type-top #type li:nth-child(1) dl dd ul {
                margin-left: 180px;
                padding: 5px 0 0 0px;
                /*width: calc(100% - 130px);*/ }
                #worries #type-top #type li:nth-child(1) dl dd ul li {
                  background-size: 22px;
                  font-size: 17px;
                  padding-left: 30px;
                  margin: 10px 0 0px 0; }
          #worries #type-top #type li:nth-child(2) dl {
            padding-right: 0px; }
            #worries #type-top #type li:nth-child(2) dl dd {
              padding: 5px 0 15px 0;
              margin: 0 auto; }
              #worries #type-top #type li:nth-child(2) dl dd ul {
                margin-left: 70px; }
                #worries #type-top #type li:nth-child(2) dl dd ul li {
                  background-size: 22px;
                  font-size: 17px;
                  padding-left: 30px;
                  margin: 10px 0 5px 0; }
              #worries #type-top #type li:nth-child(2) dl dd figure {
                width: 110px;
                right: 40px;
                margin-bottom: 5px; }
          #worries #type-top #type li:nth-child(3) dl dd {
            padding: 5px 0 15px 0;
            margin: 0 auto; }
            #worries #type-top #type li:nth-child(3) dl dd ul {
              margin-left: 70px; }
              #worries #type-top #type li:nth-child(3) dl dd ul li {
                background-size: 22px;
                font-size: 17px;
                padding-left: 30px;
                margin: 10px 0 5px 0; }
            #worries #type-top #type li:nth-child(3) dl dd figure {
              width: 120px;
              right: 40px;
              margin-bottom: 5px; }

  /*ブースの窓口が解決します！！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*料金プランとご成約特典!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #plan #plan-top #plan-image {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    #plan #plan-top #plan-image .image1 {
      width: 95px;
      position: absolute;
      bottom: 0;
      left: 120px; }
    #plan #plan-top #plan-image .plan-taitle {
      width: 450px;
      margin: 0 auto; }
  #plan #plan-top #plan-inner {
    width: 65%;
    flex-direction: column;
    position: static; }
    #plan #plan-top #plan-inner .mi-picture2 {
      display: none; }
    #plan #plan-top #plan-inner .mi {
      width: 100%;
      margin-bottom: 25px;
      position: relative; }
      #plan #plan-top #plan-inner .mi .bn-a {
        position: absolute;
        width: 290px;
        left: -100px;
        bottom: 0; }
      #plan #plan-top #plan-inner .mi .mi-middle {
        padding-right: 50px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-picture3 {
          padding-top: 10px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-tx {
          padding-left: 0; }
          #plan #plan-top #plan-inner .mi .mi-middle .mi-tx li {
            padding-left: 25px; }
        #plan #plan-top #plan-inner .mi .mi-middle p {
          padding: 10px 0 15px 0; }
    #plan #plan-top #plan-inner #bonus {
      width: 100%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner dt {
        font-size: 33px;
        font-weight: 700;
        border-bottom-color: #ffa0a9; }
        #plan #plan-top #plan-inner #bonus .bonus-inner dt img {
          width: 40px;
          margin: 0 0 10px 0; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.6em;
        margin: 0 auto;
        padding: 15px 0 0 15px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner span {
        color: #ea6182;
        font-weight: 800;
        font-size: 30px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-picture {
        width: 40%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text-under {
        padding-bottom: 0; }
  #plan #plan-top .plan-picture {
    padding-top: 80px; }

  /*料金プランとご成約特典!!ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*選べるオプションー-------------------------------------------------------------------------------------------------------------------------------------*/
  #option #option-top {
    width: 90%; }
    #option #option-top h2 {
      width: 90%;
      margin: 0 auto;
      padding: 60px 0 40px 0; }
    #option #option-top .option-picture {
      width: 90%;
      margin: 0 auto; }
      #option #option-top .option-picture li {
        width: 50%;
        margin-top: 20px; }
        #option #option-top .option-picture li figure {
          padding-bottom: 20px; }
        #option #option-top .option-picture li p {
          font-size: 22px;
          padding-bottom: 20px; }
    #option #option-top .option-text {
      text-align: center;
      text-align: center;
      font-size: 16px;
      padding: 70px 0 0 0; }

  /*選べるオプション ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サービスの流れー-------------------------------------------------------------------------------------------------------------------------------------*/
  #service {
    width: 100%;
    background: url("../image/top/buck 03-b.png");
    /*background-repeat: no-repeat;*/
    background-position: bottom;
    background-size: 100% auto;
    padding: 100px 0 50px 0; }
    #service h2 {
      width: 80%;
      padding: 20px 0 30px 0; }
    #service #step {
      flex-direction: column;
      width: 80%;
      padding-left: 0px;
      margin: 0 auto; }
      #service #step #service-left, #service #step #service-light {
        width: 90%; }
        #service #step #service-left ol, #service #step #service-light ol {
          width: 90%;
          margin: 0  0 0 20%; }
          #service #step #service-left ol li, #service #step #service-light ol li {
            width: 90%;
            position: relative; }
            #service #step #service-left ol li dl, #service #step #service-light ol li dl {
              width: 100%; }
              #service #step #service-left ol li dl dt, #service #step #service-light ol li dl dt {
                font-size: 25px;
                font-weight: 700;
                color: #e95471; }
                #service #step #service-left ol li dl dt img, #service #step #service-light ol li dl dt img {
                  width: 60px;
                  vertical-align: middle;
                  margin-right: 10px; }
              #service #step #service-left ol li dl dd, #service #step #service-light ol li dl dd {
                font-size: 19px;
                font-weight: 500;
                color: #534741;
                margin-left: 70px;
                margin-top: -30px; }
      #service #step #service-light ol {
        width: 100%; }
        #service #step #service-light ol li:last-child {
          height: 260px;
          margin-top: 40px; }
    #service .image8 {
      right: 0;
      padding-right: 50px;
      margin-top: 40px; }

  /*サービスの流れ ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /**Q&Aー-------------------------------------------------------------------------------------------------------------------------------------*/
  #q-top #question {
    width: 80%; }
    #q-top #question h2 {
      width: 90%; }
    #q-top #question .qa-6 {
      margin: 0 10px 30px 100px; }
    #q-top #question .qa-6 summary {
      width: 90%;
      margin: 30px 0 20px 0;
      font-size: 22px; }
    #q-top #question .qa-6 p {
      width: 83%;
      margin-left: 0;
      padding: 0 1.3em 1.5em 110px; }

  /*Q&A ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*展示会を、最高の成功体験に変えましょう!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #pink-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 02.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin: 0 auto 0;
    padding-top: 150px;
    position: relative; }
    #pink-banner-button-top .bn-p {
      position: absolute;
      right: -10px;
      bottom: 0;
      width: 220px; }
    #pink-banner-button-top #pink-banner-button {
      width: 90%;
      margin: 0 auto; }
      #pink-banner-button-top #pink-banner-button h2 {
        width: 100%;
        font-size: 28px;
        color: white;
        margin-left: 0; }
      #pink-banner-button-top #pink-banner-button a {
        display: block; }
        #pink-banner-button-top #pink-banner-button a img {
          width: 520px;
          margin: 5px 70px 15px 0px; }

  /*展示会を、最高の成功体験に変えましょう!! ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サポートー-------------------------------------------------------------------------------------------------------------------------------------*/
  #support {
    width: 85%;
    margin: 30px 85px 0 auto;
    padding: 30px 0 0 0; }
    #support ul li {
      font-size: 19px;
      padding: 0 15px 0 30px; }
      #support ul li figure {
        width: 40px;
        padding: 0 15px 0 0; }

  /*サポート ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*出展経験があるけど、その先がわからない…そんな方には!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #red-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 0 0; }
    #red-banner-button-top .bn-r {
      position: absolute;
      left: -80px;
      bottom: 0;
      width: 230px; }
    #red-banner-button-top #red-banner-button {
      margin: 0 auto; }
      #red-banner-button-top #red-banner-button h2 {
        width: 90%;
        font-size: 24px;
        color: white;
        margin-left: 0px;
        padding: 15px 0 0 120px; }
      #red-banner-button-top #red-banner-button a {
        display: block; }
        #red-banner-button-top #red-banner-button a img {
          width: 520px;
          margin: 5px 0 15px 170px; }

  /*出展経験があるけど、その先がわからない…そんな方には!! ここまでー-----------------------------------------------------------------------------------------------------------------------------*/
  /*フッターー-----------------------------------------------------------------------------------------------------------------------------*/
  #footer-top {
    padding-bottom: 40px; }
    #footer-top .footer-title {
      padding: 60px 0 40px; }
    #footer-top #footer-inner {
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      padding-left: 40px; }
      #footer-top #footer-inner #footer-faith {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px; }
        #footer-top #footer-inner #footer-faith .cp-logo-left {
          width: 200px;
          padding: 10px 40px 0 0; }
        #footer-top #footer-inner #footer-faith ul .faith {
          font-size: 22px; }
        #footer-top #footer-inner #footer-faith ul li {
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-faith ul li figure {
            width: 25px;
            font-size: 16px;
            padding: 0 10px; }
      #footer-top #footer-inner #footer-rakutsu {
        padding-bottom: 15px; }
        #footer-top #footer-inner #footer-rakutsu .cp-logo-rigth {
          width: 120px;
          padding: 10px 60px 0 60px;
          margin-top: 10px; }
        #footer-top #footer-inner #footer-rakutsu ul .rakutsu {
          width: 100%;
          font-size: 22px; }
        #footer-top #footer-inner #footer-rakutsu ul li {
          width: 100%;
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-rakutsu ul li figure {
            width: 25px;
            padding: 0 10px; }

  /*フッター ここまでー-----------------------------------------------------------------------------------------------------------------------------*/ }
/* tablet1ここまで ------------------------------------------------------------------------------------------*/
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  .pc {
    display: none !important; }

  #bottom-menu {
    position: fixed;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    #bottom-menu a {
      display: block;
      background-color: #ea6182;
      border-radius: 25px 25px 0px 0px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      color: aliceblue;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      padding: 20px 0 15px;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      z-index: 3; }
      #bottom-menu a:hover {
        background: #f7931e;
        color: #fff; }

  header #header_inner {
    align-items: center; }
    header #header_inner #inner {
      width: calc(100% - 230px); }
      header #header_inner #inner ul {
        margin-top: 15px; }
        header #header_inner #inner ul li {
          font-size: 16px; }
      header #header_inner #inner #button {
        align-items: center; }
        header #header_inner #inner #button .image1 {
          width: calc(100% - 40px); }
        header #header_inner #inner #button .image2 {
          width: 130px; }
    header #header_inner h1 {
      width: 220px; }

  /* メニューコンテナ全体のスタイル */
  /*.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }*/
  /* メニューボタンのスタイル */
  .menu-button {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000; }

  /* メニューバーのスタイル */
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #283B6D;
    transition: 0.4s; }

  /* メニューボタンがチェックされた場合の1つ目のバーのアニメーション */
  #menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
    transform: rotate(45deg) translate(-2px, 3px); }

  /* メニューボタンがチェックされた場合の2つ目のバーのアニメーション */
  #menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
    opacity: 0; }

  /* メニューボタンがチェックされた場合の3つ目のバーのアニメーション */
  #menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -13px); }

  /* メニュートグルのスタイル */
  #menu-toggle {
    display: none; }

  /* メニューのスタイル */
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* 変更: メニューを左からスライドインさせるために left に設定 */
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.4s;
    z-index: 100;
    overflow-y: auto;
    background-image: url("../image/top/buck 09.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%; }

  /* メニュートグルがチェックされた場合のメニューの表示アニメーション */
  #menu-toggle:checked ~ .menu {
    right: 0;
    /* メニューを表示させるために left を 0 に変更 */ }

  /* メニュー内のリストのスタイル */
  .menu ul {
    background-image: url("../image/top/rogo 01.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 200px;
    list-style: none;
    padding: 70px 5%;
    margin: 60px auto 50px; }
    .menu ul li {
      font-size: 28px;
      font-weight: 600; }
      .menu ul li a {
        display: block;
        color: #534741; }
        .menu ul li a img {
          width: 35px;
          margin: 0 15px 3px 0; }
        .menu ul li a:hover, .menu ul li a:active {
          color: #ea6182; }

  /* メニュー内リストのリンクのスタイル */
  .menu ul li a {
    text-decoration: none;
    color: #534741;
    font-size: 25px;
    display: block;
    padding: 10px 0;
    transition: 0.2s; }

  /* メニュー内リストのリンクのホバー時のスタイル */
  .menu ul li a:hover {
    color: #bf7497; }

  /*ヘッダー*/
  /*メイン*/
  /*ブースのデザインはプロにお任せください！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #top #banner-button {
    background-position: top;
    background-size: 100% auto; }
    #top #banner-button ul {
      width: 70%;
      margin: 0 auto;
      padding: 240px 0 40px 0; }
      #top #banner-button ul #top-bottan {
        width: 320px;
        margin-left: 30px; }
      #top #banner-button ul a {
        width: 270px;
        margin-right: 50px; }
  #top #main_top #taitle {
    padding-top: 20px; }
    #top #main_top #taitle h2 {
      padding: 30px 0 0 60px;
      font-size: 34px;
      font-weight: 800px;
      color: #ea6182;
      line-height: 1.2; }
    #top #main_top #taitle .image1 {
      width: 200px; }
  #top #main_top #picture {
    width: 70%;
    margin: 0 auto; }
    #top #main_top #picture #pi li img {
      display: block;
      width: 100%;
      height: 130px;
      object-fit: cover;
      border-radius: 1.7rem; }

  /*ブースのデザインはプロにお任せください！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*こんなお悩み、ありませんか？ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #about #pop {
    width: 90%;
    padding-bottom: 20px; }
    #about #pop li {
      width: 300px;
      padding: 20px 30px 0 50px; }

  /*こんなお悩み、ありませんか？ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*ブースの窓口が解決します！！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #worries {
    padding: 350px 0 100px; }
    #worries h2 {
      font-size: 45px;
      margin: 0 auto;
      padding-bottom: 20px; }
      #worries h2 img {
        width: 50px;
        vertical-align: middle;
        margin-right: 10px; }
    #worries #type-top {
      padding-top: 50px; }
      #worries #type-top h3 {
        width: 550px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
      #worries #type-top #type {
        width: 50%;
        padding: 60px 30px 0px;
        margin: 0 auto;
        flex-direction: column; }
        #worries #type-top #type li {
          width: 95%;
          margin: 0 auto 30px auto; }
          #worries #type-top #type li dl {
            padding-top: 10px; }
            #worries #type-top #type li dl dt {
              font-weight: bold;
              font-size: 25px;
              text-align: center; }
          #worries #type-top #type li:nth-child(1) dl {
            padding-right: 10px; }
            #worries #type-top #type li:nth-child(1) dl dd {
              padding: 0 0 0 0;
              position: relative; }
              #worries #type-top #type li:nth-child(1) dl dd figure {
                width: 120px;
                position: absolute;
                bottom: -17px;
                left: 50px; }
              #worries #type-top #type li:nth-child(1) dl dd ul {
                margin-left: 180px;
                padding: 3px 0 0 0;
                /*width: calc(100% - 130px);*/ }
                #worries #type-top #type li:nth-child(1) dl dd ul li {
                  background-size: 22px;
                  font-size: 17px;
                  padding-left: 30px;
                  margin: 10px 0 0px 0; }
          #worries #type-top #type li:nth-child(2) dl {
            padding-right: 0px; }
            #worries #type-top #type li:nth-child(2) dl dd {
              padding: 5px 0 15px 0;
              margin: 0 auto; }
              #worries #type-top #type li:nth-child(2) dl dd ul {
                margin-left: 70px; }
                #worries #type-top #type li:nth-child(2) dl dd ul li {
                  padding-left: 30px;
                  margin: 10px 0 5px 0; }
              #worries #type-top #type li:nth-child(2) dl dd figure {
                width: 110px;
                right: 40px;
                margin-bottom: 5px; }
          #worries #type-top #type li:nth-child(3) dl dd {
            padding: 5px 0 15px 0;
            margin: 0 auto; }
            #worries #type-top #type li:nth-child(3) dl dd ul {
              margin-left: 70px; }
              #worries #type-top #type li:nth-child(3) dl dd ul li {
                padding-left: 30px;
                margin: 10px 0 5px 0; }
            #worries #type-top #type li:nth-child(3) dl dd figure {
              width: 120px;
              right: 30px;
              margin-bottom: 5px; }

  /*ブースの窓口が解決します！！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*料金プランとご成約特典!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #plan #plan-top #plan-image {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    #plan #plan-top #plan-image .image1 {
      width: 95px;
      bottom: 0;
      left: 110px; }
    #plan #plan-top #plan-image .plan-taitle {
      width: 450px;
      margin: 0 auto;
      padding-left: 10px; }
  #plan #plan-top #plan-inner {
    width: 67%; }
    #plan #plan-top #plan-inner .mi-picture2 {
      display: none; }
    #plan #plan-top #plan-inner .mi {
      width: 100%;
      margin-bottom: 25px;
      position: relative; }
      #plan #plan-top #plan-inner .mi .bn-a {
        position: absolute;
        width: 290px;
        left: -100px;
        bottom: 0; }
      #plan #plan-top #plan-inner .mi .mi-middle {
        padding-right: 50px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-picture3 {
          padding-top: 10px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-tx {
          padding-left: 0; }
        #plan #plan-top #plan-inner .mi .mi-middle p {
          padding: 10px 0 15px 0; }
    #plan #plan-top #plan-inner #bonus {
      width: 100%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner dt {
        font-size: 33px;
        font-weight: 700;
        border-bottom-color: #ffa0a9; }
        #plan #plan-top #plan-inner #bonus .bonus-inner dt img {
          width: 40px;
          margin: 0 10px 10px 0; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.6em;
        margin: 0 auto;
        padding: 15px 0 0 15px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner span {
        color: #ea6182;
        font-weight: 800;
        font-size: 30px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-picture {
        width: 40%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text-under {
        padding-bottom: 0; }
  #plan #plan-top .plan-picture {
    padding-top: 60px; }

  /*料金プランとご成約特典!!ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*選べるオプションー-------------------------------------------------------------------------------------------------------------------------------------*/
  #option #option-top {
    width: 90%; }
    #option #option-top h2 {
      width: 90%;
      margin: 0 auto;
      padding: 60px 0 40px 0; }
    #option #option-top .option-picture {
      width: 80%;
      margin: 0 auto; }
      #option #option-top .option-picture li {
        width: 50%;
        margin-top: 20px; }
        #option #option-top .option-picture li figure {
          padding-bottom: 20px; }
        #option #option-top .option-picture li p {
          font-size: 22px;
          padding-bottom: 20px; }
    #option #option-top .option-text {
      text-align: center;
      text-align: center;
      font-size: 16px;
      padding: 70px 0 0 0; }

  /*選べるオプション ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サービスの流れー-------------------------------------------------------------------------------------------------------------------------------------*/
  #service {
    width: 100%;
    background: url("../image/top/buck 03-b.png");
    /*background-repeat: no-repeat;*/
    background-position: top;
    background-size: 100% auto;
    padding: 100px 0 50px 0; }
    #service h2 {
      width: 80%;
      padding: 20px 0 30px 0; }
    #service #step {
      flex-direction: column;
      width: 80%;
      padding-left: 0px;
      margin: 0 auto; }
      #service #step #service-left, #service #step #service-light {
        width: 90%; }
        #service #step #service-left ol, #service #step #service-light ol {
          width: 90%;
          margin: 0  0 0 20%; }
          #service #step #service-left ol li, #service #step #service-light ol li {
            width: 90%;
            position: relative; }
            #service #step #service-left ol li dl, #service #step #service-light ol li dl {
              width: 100%; }
              #service #step #service-left ol li dl dt, #service #step #service-light ol li dl dt {
                font-size: 25px;
                font-weight: 700;
                color: #e95471; }
                #service #step #service-left ol li dl dt img, #service #step #service-light ol li dl dt img {
                  width: 60px;
                  vertical-align: middle;
                  margin-right: 10px; }
              #service #step #service-left ol li dl dd, #service #step #service-light ol li dl dd {
                font-size: 19px;
                font-weight: 500;
                color: #534741;
                margin-left: 70px;
                margin-top: -30px; }
      #service #step #service-light ol {
        width: 100%; }
        #service #step #service-light ol li:last-child {
          height: 260px;
          margin-top: 40px; }
    #service .image8 {
      right: 0;
      padding-right: 50px;
      margin-top: 40px; }

  /*サービスの流れ ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /**Q&Aー-------------------------------------------------------------------------------------------------------------------------------------*/
  #q-top #question {
    width: 80%; }
    #q-top #question h2 {
      width: 90%; }
    #q-top #question .qa-6 {
      margin: 0 10px 30px 100px; }
    #q-top #question .qa-6 summary {
      width: 90%;
      margin: 30px 0 20px 0;
      font-size: 22px; }
    #q-top #question .qa-6 p {
      width: 83%;
      margin-left: 0;
      padding: 0 1.3em 1.5em 110px; }

  /*Q&A ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*展示会を、最高の成功体験に変えましょう!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #pink-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 02.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin: 0 auto 0;
    padding-top: 150px;
    position: relative; }
    #pink-banner-button-top .bn-p {
      position: absolute;
      right: -50px;
      bottom: 0;
      width: 230px; }
    #pink-banner-button-top #pink-banner-button {
      width: 90%;
      margin: 0 auto; }
      #pink-banner-button-top #pink-banner-button h2 {
        width: 100%;
        font-size: 28px;
        color: white;
        margin-left: 0; }
      #pink-banner-button-top #pink-banner-button a {
        display: block; }
        #pink-banner-button-top #pink-banner-button a img {
          width: 450px;
          margin: 5px 0 15px 0px;
          padding-left: 40px; }

  /*展示会を、最高の成功体験に変えましょう!! ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サポートー-------------------------------------------------------------------------------------------------------------------------------------*/
  #support {
    width: 85%;
    margin: 30px 85px 0 auto;
    padding: 30px 0 0 0; }
    #support ul li {
      font-size: 17px;
      padding: 0 15px 0 30px; }
      #support ul li figure {
        width: 40px;
        padding: 0 15px 0 0; }

  /*サポート ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*出展経験があるけど、その先がわからない…そんな方には!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #red-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 0 0; }
    #red-banner-button-top .bn-r {
      position: absolute;
      left: -80px;
      bottom: 0;
      width: 230px; }
    #red-banner-button-top #red-banner-button {
      margin: 0 auto; }
      #red-banner-button-top #red-banner-button h2 {
        width: 90%;
        font-size: 23px;
        color: white;
        margin-left: 0px;
        padding: 15px 0 0 115px; }
      #red-banner-button-top #red-banner-button a {
        display: block; }
        #red-banner-button-top #red-banner-button a img {
          width: 480px;
          margin: 5px 0 15px 150px; }

  /*出展経験があるけど、その先がわからない…そんな方には!! ここまでー-----------------------------------------------------------------------------------------------------------------------------*/
  /*フッターー-----------------------------------------------------------------------------------------------------------------------------*/
  #footer-top {
    padding-bottom: 40px; }
    #footer-top .footer-title {
      padding: 60px 0 40px; }
    #footer-top #footer-inner {
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      padding-left: 40px; }
      #footer-top #footer-inner #footer-faith {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px; }
        #footer-top #footer-inner #footer-faith .cp-logo-left {
          width: 200px;
          padding: 10px 40px 0 0; }
        #footer-top #footer-inner #footer-faith ul .faith {
          font-size: 22px; }
        #footer-top #footer-inner #footer-faith ul li {
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-faith ul li figure {
            width: 25px;
            font-size: 16px;
            padding: 0 10px; }
      #footer-top #footer-inner #footer-rakutsu {
        padding-bottom: 15px; }
        #footer-top #footer-inner #footer-rakutsu .cp-logo-rigth {
          width: 120px;
          padding: 10px 60px 0 60px;
          margin-top: 10px; }
        #footer-top #footer-inner #footer-rakutsu ul .rakutsu {
          width: 100%;
          font-size: 22px; }
        #footer-top #footer-inner #footer-rakutsu ul li {
          width: 100%;
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-rakutsu ul li figure {
            width: 25px;
            padding: 0 10px; }

  /*フッター ここまでー-----------------------------------------------------------------------------------------------------------------------------*/ }
/* tablet2ここまで ------------------------------------------------------------------------------------------*/
/* sp  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  #bottom-menu {
    position: fixed;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    #bottom-menu a {
      display: block;
      background-color: #ea6182;
      border-radius: 25px 25px 0px 0px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      color: aliceblue;
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      padding: 20px 0 15px;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      z-index: 3; }
      #bottom-menu a:hover {
        background: #f7931e;
        color: #fff; }

  header {
    background-size: cover;
    padding: 30px 0; }
    header #header_inner {
      margin: 0 auto;
      flex-direction: column; }
      header #header_inner #inner {
        width: 100%; }
        header #header_inner #inner ul {
          display: none; }
        header #header_inner #inner #button {
          align-items: center; }
          header #header_inner #inner #button .image1 {
            width: calc(100% - 130px); }
          header #header_inner #inner #button .image2 {
            width: 130px; }
      header #header_inner h1 {
        width: 330px;
        margin: 0 auto 1em; }

  /*ヘッダー*/
  /*メイン*/
  /*ブースのデザインはプロにお任せください！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #top #banner-button {
    background-position: top;
    background-size: 100% auto; }
    #top #banner-button ul {
      width: 70%;
      margin: 0 auto;
      padding: 240px 0 40px 0; }
      #top #banner-button ul #top-bottan {
        width: 320px;
        margin-left: 30px; }
      #top #banner-button ul a {
        width: 270px;
        margin-right: 50px; }
  #top #main_top #taitle {
    padding-top: 20px; }
    #top #main_top #taitle h2 {
      padding: 30px 0 0 60px;
      font-size: 34px;
      font-weight: 800px;
      color: #ea6182;
      line-height: 1.2; }
    #top #main_top #taitle .image1 {
      width: 200px; }
  #top #main_top #picture {
    width: 70%;
    margin: 0 auto; }
    #top #main_top #picture #pi li img {
      display: block;
      width: 100%;
      height: 130px;
      object-fit: cover;
      border-radius: 1.7rem; }

  /*ブースのデザインはプロにお任せください！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*こんなお悩み、ありませんか？ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #about {
    width: 100%; }
    #about #pop {
      width: 90%;
      padding-bottom: 20px; }
      #about #pop li {
        width: 300px;
        padding: 20px 30px 0 50px; }

  /*こんなお悩み、ありませんか？ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*ブースの窓口が解決します！！ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #worries {
    padding: 350px 0 100px; }
    #worries h2 {
      font-size: 45px;
      margin: 0 auto;
      padding-bottom: 20px; }
      #worries h2 img {
        width: 50px;
        vertical-align: middle;
        margin-right: 10px; }
    #worries #type-top {
      padding-top: 50px; }
      #worries #type-top h3 {
        width: 550px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
      #worries #type-top #type {
        width: 50%;
        padding: 60px 30px 0px;
        margin: 0 auto;
        flex-direction: column; }
        #worries #type-top #type li {
          width: 95%;
          margin: 0 auto 30px auto; }
          #worries #type-top #type li dl {
            padding-top: 10px; }
            #worries #type-top #type li dl dt {
              font-weight: bold;
              font-size: 25px;
              text-align: center; }
          #worries #type-top #type li:nth-child(1) dl {
            padding-right: 10px; }
            #worries #type-top #type li:nth-child(1) dl dd {
              padding: 0 0 0 0;
              position: relative; }
              #worries #type-top #type li:nth-child(1) dl dd figure {
                width: 120px;
                position: absolute;
                bottom: -17px;
                left: 50px; }
              #worries #type-top #type li:nth-child(1) dl dd ul {
                margin-left: 180px;
                padding: 3px 0 0 0;
                /*width: calc(100% - 130px);*/ }
                #worries #type-top #type li:nth-child(1) dl dd ul li {
                  background-size: 22px;
                  font-size: 17px;
                  padding-left: 30px;
                  margin: 10px 0 0px 0; }
          #worries #type-top #type li:nth-child(2) dl {
            padding-right: 0px; }
            #worries #type-top #type li:nth-child(2) dl dd {
              padding: 5px 0 15px 0;
              margin: 0 auto; }
              #worries #type-top #type li:nth-child(2) dl dd ul {
                margin-left: 70px; }
                #worries #type-top #type li:nth-child(2) dl dd ul li {
                  padding-left: 30px;
                  margin: 10px 0 5px 0; }
              #worries #type-top #type li:nth-child(2) dl dd figure {
                width: 110px;
                right: 40px;
                margin-bottom: 5px; }
          #worries #type-top #type li:nth-child(3) dl dd {
            padding: 5px 0 15px 0;
            margin: 0 auto; }
            #worries #type-top #type li:nth-child(3) dl dd ul {
              margin-left: 70px; }
              #worries #type-top #type li:nth-child(3) dl dd ul li {
                padding-left: 30px;
                margin: 10px 0 5px 0; }
            #worries #type-top #type li:nth-child(3) dl dd figure {
              width: 120px;
              right: 30px;
              margin-bottom: 5px; }

  /*ブースの窓口が解決します！！ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*料金プランとご成約特典!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #plan #plan-top #plan-image {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    #plan #plan-top #plan-image .image1 {
      width: 95px;
      bottom: 0;
      left: 110px; }
    #plan #plan-top #plan-image .plan-taitle {
      width: 450px;
      margin: 0 auto;
      padding-left: 10px; }
  #plan #plan-top #plan-inner {
    width: 67%; }
    #plan #plan-top #plan-inner .mi-picture2 {
      display: none; }
    #plan #plan-top #plan-inner .mi {
      width: 100%;
      margin-bottom: 25px;
      position: relative; }
      #plan #plan-top #plan-inner .mi .bn-a {
        position: absolute;
        width: 290px;
        left: -100px;
        bottom: 0; }
      #plan #plan-top #plan-inner .mi .mi-middle {
        padding-right: 50px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-picture3 {
          padding-top: 10px; }
        #plan #plan-top #plan-inner .mi .mi-middle .mi-tx {
          padding-left: 0; }
        #plan #plan-top #plan-inner .mi .mi-middle p {
          padding: 10px 0 15px 0; }
    #plan #plan-top #plan-inner #bonus {
      width: 100%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner dt {
        font-size: 33px;
        font-weight: 700;
        border-bottom-color: #ffa0a9; }
        #plan #plan-top #plan-inner #bonus .bonus-inner dt img {
          width: 40px;
          margin: 0 10px 10px 0; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.6em;
        margin: 0 auto;
        padding: 15px 0 0 15px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner span {
        color: #ea6182;
        font-weight: 800;
        font-size: 30px; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-picture {
        width: 40%; }
      #plan #plan-top #plan-inner #bonus .bonus-inner .bonus-text-under {
        padding-bottom: 0; }
  #plan #plan-top .plan-picture {
    padding-top: 60px; }

  /*料金プランとご成約特典!!ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サービスの流れー-------------------------------------------------------------------------------------------------------------------------------------*/
  #service {
    width: 100%;
    background: url("../image/top/buck 03-b.png");
    /*background-repeat: no-repeat;*/
    background-position: top;
    background-size: 100% auto;
    padding: 100px 0 50px 0; }
    #service h2 {
      width: 80%;
      padding: 20px 0 30px 0; }
    #service #step {
      flex-direction: column;
      width: 80%;
      padding-left: 0px;
      margin: 0 auto; }
      #service #step #service-left, #service #step #service-light {
        width: 90%; }
        #service #step #service-left ol, #service #step #service-light ol {
          width: 90%;
          margin: 0  0 0 20%; }
          #service #step #service-left ol li, #service #step #service-light ol li {
            width: 90%;
            position: relative; }
            #service #step #service-left ol li dl, #service #step #service-light ol li dl {
              width: 100%; }
              #service #step #service-left ol li dl dt, #service #step #service-light ol li dl dt {
                font-size: 25px;
                font-weight: 700;
                color: #e95471; }
                #service #step #service-left ol li dl dt img, #service #step #service-light ol li dl dt img {
                  width: 60px;
                  vertical-align: middle;
                  margin-right: 10px; }
              #service #step #service-left ol li dl dd, #service #step #service-light ol li dl dd {
                font-size: 19px;
                font-weight: 500;
                color: #534741;
                margin-left: 70px;
                margin-top: -30px; }
      #service #step #service-light ol {
        width: 100%; }
        #service #step #service-light ol li:last-child {
          height: 260px;
          margin-top: 40px; }
    #service .image8 {
      right: 0;
      padding-right: 50px;
      margin-top: 40px; }

  /*サービスの流れ ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /**Q&Aー-------------------------------------------------------------------------------------------------------------------------------------*/
  #q-top #question {
    width: 80%; }
    #q-top #question h2 {
      width: 90%; }
    #q-top #question .qa-6 {
      margin: 0 10px 30px 100px; }
    #q-top #question .qa-6 summary {
      width: 90%;
      margin: 30px 0 20px 0;
      font-size: 22px; }
    #q-top #question .qa-6 p {
      width: 83%;
      margin-left: 0;
      padding: 0 1.3em 1.5em 110px; }

  /*Q&A ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*展示会を、最高の成功体験に変えましょう!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #pink-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 02.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin: 0 auto 0;
    padding-top: 150px;
    position: relative; }
    #pink-banner-button-top .bn-p {
      position: absolute;
      right: -50px;
      bottom: 0;
      width: 230px; }
    #pink-banner-button-top #pink-banner-button {
      width: 90%;
      margin: 0 auto; }
      #pink-banner-button-top #pink-banner-button h2 {
        width: 100%;
        font-size: 28px;
        color: white;
        margin-left: 0; }
      #pink-banner-button-top #pink-banner-button a {
        display: block; }
        #pink-banner-button-top #pink-banner-button a img {
          width: 480px;
          margin: 5px 0 15px 0px;
          padding-left: 40px; }

  /*展示会を、最高の成功体験に変えましょう!! ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*サポートー-------------------------------------------------------------------------------------------------------------------------------------*/
  #support {
    width: 85%;
    margin: 30px 85px 0 auto;
    padding: 30px 0 0 0; }
    #support ul li {
      font-size: 17px;
      padding: 0 15px 0 30px; }
      #support ul li figure {
        width: 40px;
        padding: 0 15px 0 0; }

  /*サポート ここまでー-------------------------------------------------------------------------------------------------------------------------------------*/
  /*出展経験があるけど、その先がわからない…そんな方には!!ー-------------------------------------------------------------------------------------------------------------------------------------*/
  #red-banner-button-top {
    width: 80%;
    background-image: url("../image/top/banner 03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 0 0; }
    #red-banner-button-top .bn-r {
      position: absolute;
      left: -80px;
      bottom: 0;
      width: 230px; }
    #red-banner-button-top #red-banner-button {
      margin: 0 auto; }
      #red-banner-button-top #red-banner-button h2 {
        width: 90%;
        font-size: 23px;
        color: white;
        margin-left: 0px;
        padding: 15px 0 0 115px; }
      #red-banner-button-top #red-banner-button a {
        display: block; }
        #red-banner-button-top #red-banner-button a img {
          width: 400px;
          margin: 5px 0 15px 150px; }

  /*出展経験があるけど、その先がわからない…そんな方には!! ここまでー-----------------------------------------------------------------------------------------------------------------------------*/
  /*フッターー-----------------------------------------------------------------------------------------------------------------------------*/
  #footer-top {
    padding-bottom: 40px; }
    #footer-top .footer-title {
      padding: 60px 0 40px; }
    #footer-top #footer-inner {
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      padding-left: 40px; }
      #footer-top #footer-inner #footer-faith {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px; }
        #footer-top #footer-inner #footer-faith .cp-logo-left {
          width: 200px;
          padding: 10px 40px 0 0; }
        #footer-top #footer-inner #footer-faith ul .faith {
          font-size: 22px; }
        #footer-top #footer-inner #footer-faith ul li {
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-faith ul li figure {
            width: 25px;
            font-size: 16px;
            padding: 0 10px; }
      #footer-top #footer-inner #footer-rakutsu {
        padding-bottom: 15px; }
        #footer-top #footer-inner #footer-rakutsu .cp-logo-rigth {
          width: 120px;
          padding: 10px 60px 0 60px;
          margin-top: 10px; }
        #footer-top #footer-inner #footer-rakutsu ul .rakutsu {
          width: 100%;
          font-size: 22px; }
        #footer-top #footer-inner #footer-rakutsu ul li {
          width: 100%;
          font-size: 19px;
          line-height: 1.8em; }
          #footer-top #footer-inner #footer-rakutsu ul li figure {
            width: 25px;
            padding: 0 10px; }

  /*フッター ここまでー-----------------------------------------------------------------------------------------------------------------------------*/ }
/* spここまで ------------------------------------------------------------------------------------------*/
