@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* rules */
/* line 24, ../sass/style.scss */
::selection {
  color: #FFF;
  background: #e60012;
}

/* line 28, ../sass/style.scss */
::-moz-selection {
  color: #FFF;
  background: #e60012;
}

/* reset */
/* line 39, ../sass/style.scss */
body {
  font-family: ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
  font-size: 16px;
}

/* line 44, ../sass/style.scss */
#topic {
  font-family: 'Noto Sans' , 'Noto Sans JP', Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" ,  "YuGothic"  , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  Meiryo ,  "MS PGothic" , sans-serif !important;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, ../sass/style.scss */
body {
  background: none;
}

/* line 55, ../sass/style.scss */
a {
  color: #444;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
/* line 59, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 64, ../sass/style.scss */
img {
  border: none;
}

/* line 68, ../sass/style.scss */
.header {
  font-size: 12px;
}

/* line 72, ../sass/style.scss */
.bread_list_area {
  font-size: 12px;
}

/* line 76, ../sass/style.scss */
.wrapper {
  width: 100%;
  background-color: #000;
}

/* line 81, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/* line 85, ../sass/style.scss */
.footer {
  font-size: 11px;
}

/* line 89, ../sass/style.scss */
.go_top {
  display: none;
}

/* line 94, ../sass/style.scss */
.sns_area-pc {
  position: fixed;
  top: 120px;
  left: 40px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 15px;
  z-index: 999;
}
/* line 102, ../sass/style.scss */
.sns_area-pc .social_button_template .social_button_twitter, .sns_area-pc .social_button_template .social_button_facebook, .sns_area-pc .social_button_template .social_button_hatena, .sns_area-pc .social_button_template .social_button_gplus, .sns_area-pc .social_button_template .social_button_pocket {
  display: block !important;
  margin-bottom: 10px;
}

/* line 108, ../sass/style.scss */
.sns_area .social_button_template .social_button_facebook {
  background-color: transparent;
}

/* line 112, ../sass/style.scss */
.smt_banner_area {
  display: none;
}

/* line 116, ../sass/style.scss */
img {
  width: 100%;
}

/* headrer */
/* line 122, ../sass/style.scss */
.global-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2px;
  background-color: #fafbfc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
/* line 131, ../sass/style.scss */
.global-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #ff8214, #ffca00);
}
/* line 142, ../sass/style.scss */
.global-header__inner {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 149, ../sass/style.scss */
.global-header__logo {
  display: block;
  width: 75px;
  margin-left: 0px;
  padding: 24px 0 20px;
}
/* line 154, ../sass/style.scss */
.global-header__logo img {
  width: 100%;
}

/* topic */
/* line 162, ../sass/style.scss */
#topic {
  background-color: #ccc;
  color: #333;
  line-height: 1.8;
}
/* line 166, ../sass/style.scss */
#topic p {
  word-break: normal;
}

/* container */
/* line 173, ../sass/style.scss */
.container {
  width: 100%;
  background-color: #FFF;
  margin: 0 auto;
}

/* line 180, ../sass/style.scss */
.btn a {
  display: block;
  background: #e60012;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* コロナ */
/* line 194, ../sass/style.scss */
.global-notifications {
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FFF;
  min-width: 960px;
  padding: 20px 0;
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* line 203, ../sass/style.scss */
.global-notifications__item {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
/* line 210, ../sass/style.scss */
.global-notifications__item a {
  font-size: 13px;
}

/* line 214, ../sass/style.scss */
.global-notifications__type {
  font-size: 14px;
}

/* line 217, ../sass/style.scss */
.global-notifications__content {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  color: #2d88d9 !important;
  line-height: 1rem;
  text-decoration: none;
  transition: all .3s ease-out;
}

/* line 228, ../sass/style.scss */
.global-notifications__type--notification {
  border-color: #979797;
  color: #6c6c75;
}

/* line 232, ../sass/style.scss */
.global-notifications__type {
  flex-shrink: 0;
  padding: 4px 12px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}

/* line 241, ../sass/style.scss */
.global-natification {
  background-color: #fff;
}

/* line 244, ../sass/style.scss */
.global-natification__item {
  display: block;
  padding: 10px;
  text-decoration: none;
}

/* line 249, ../sass/style.scss */
.global-natification__content {
  align-items: center;
  display: flex;
  margin: 0;
}

/* line 254, ../sass/style.scss */
.global-natification__title span {
  background-color: #fff;
  border: 1px solid #62626c;
  border-radius: 2px;
  color: #62626c;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 5px;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 267, ../sass/style.scss */
.global-natification__text {
  flex-grow: 1;
  margin-left: 10px;
}

/* line 271, ../sass/style.scss */
.global-natification__text span {
  border-bottom: 1px dotted #2d88d9;
  color: #2d88d9;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

/* 1:about */
/* line 285, ../sass/style.scss */
.about {
  background-color: #e60012;
  padding: 40px 0;
  text-align: center;
  font-weight: 700;
}
/* line 290, ../sass/style.scss */
.about__image {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/* line 295, ../sass/style.scss */
.about__title {
  font-size: 1.75rem;
  width: 92%;
  margin: 0 auto 80px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
/* line 302, ../sass/style.scss */
.about__txt {
  font-size: 1.37rem;
  width: 92%;
  max-width: 750px;
  margin: 0 auto 80px;
  text-align: center;
}
/* line 308, ../sass/style.scss */
.about__txt p {
  margin-bottom: 1rem;
}

/* 1:project */
/* line 315, ../sass/style.scss */
.project {
  width: 100%;
  margin: 0 auto;
  padding: 80px 4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 320, ../sass/style.scss */
.project__txt {
  font-size: 1.34rem;
  margin-bottom: 48px;
  font-weight: 700;
  text-align: center;
}
/* line 325, ../sass/style.scss */
.project__txt p {
  margin-bottom: 1.75rem;
}
/* line 328, ../sass/style.scss */
.project__txt__caution {
  color: #e60012;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 1rem;
}
/* line 335, ../sass/style.scss */
.project__tab {
  max-width: 680px;
  margin: 0 auto -4px;
}
/* line 338, ../sass/style.scss */
.project__tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 342, ../sass/style.scss */
.project__tab__li {
  width: 49.8%;
  color: #FFF;
  background-color: #e60012;
  padding: 8px 0;
  font-size: 1.34rem;
  text-align: center;
  border: 4px solid #e60012;
  border-bottom: none;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: .5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 355, ../sass/style.scss */
.project__tab__li--active {
  background-color: #fff !important;
  color: #e60012;
  font-weight: 700;
  background: #e60012;
  cursor: auto;
  letter-spacing: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 365, ../sass/style.scss */
.project__tab__area {
  max-width: 680px;
  margin: 0 auto;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 376, ../sass/style.scss */
.project__tab__area .project__one {
  display: none;
}
/* line 378, ../sass/style.scss */
.project__tab__area .project__one--show {
  display: block;
  background-color: #fff;
  /*
  border: 1px solid #ccc;
  border-top: none;
  */
  padding: 4rem 3rem;
  border: 4px solid #e60012;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0;
  border-radius: 0 0 8px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 390, ../sass/style.scss */
.project__tab__area .project__one__txt {
  font-size: 1.34rem;
}
/* line 392, ../sass/style.scss */
.project__tab__area .project__one__txt__caution {
  color: #696969;
  font-size: 12px;
  margin-top: 2rem;
}
/* line 396, ../sass/style.scss */
.project__tab__area .project__one__txt__caution a {
  text-decoration: underline;
}
/* line 400, ../sass/style.scss */
.project__tab__area .project__one__txt__btn {
  margin-top: 1.5rem;
}
/* line 402, ../sass/style.scss */
.project__tab__area .project__one__txt__btn a {
  width: 400px;
}

/* kiyaku */
/* line 416, ../sass/style.scss */
.kiyaku {
  font-size: 0.8rem;
}
/* line 418, ../sass/style.scss */
.kiyaku ul {
  text-align: center;
}
/* line 420, ../sass/style.scss */
.kiyaku ul li {
  display: inline-block;
}
/* line 422, ../sass/style.scss */
.kiyaku ul li a {
  padding: 0 0.5rem;
  text-decoration: underline;
}

/* line 430, ../sass/style.scss */
address {
  font-size: 0.75rem;
  text-align: center;
  padding: 40px 0;
}

/* 2:企画概要 */
/* line 437, ../sass/style.scss */
.outline {
  width: 100%;
  background-color: #019fe8;
  padding: 0 0 2rem;
}
/* line 441, ../sass/style.scss */
.outline__title {
  background-color: #019fe8;
  width: 100%;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  padding: 3rem 0;
}
/* line 449, ../sass/style.scss */
.outline__title img {
  width: 480px;
}
/* line 453, ../sass/style.scss */
.outline__one {
  width: 92%;
  max-width: 960px;
  background: #FFF;
  margin: 0 auto 2rem;
  padding: 4rem 8rem;
  border: 1px solid #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 462, ../sass/style.scss */
.outline__one__title {
  font-size: 134%;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}
/* line 467, ../sass/style.scss */
.outline__one__txt {
  margin-bottom: 24px;
  line-height: 1.5;
}
/* line 469, ../sass/style.scss */
.outline__one__txt ul {
  padding-left: 1rem;
}
/* line 471, ../sass/style.scss */
.outline__one__txt ul li {
  list-style: outside;
  list-style-type: disc;
}
/* line 474, ../sass/style.scss */
.outline__one__txt ul li ul {
  padding-left: 2rem;
}
/* line 476, ../sass/style.scss */
.outline__one__txt ul li ul li {
  list-style-type: circle;
}
/* line 483, ../sass/style.scss */
.outline__one__btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 3rem;
}
/* line 487, ../sass/style.scss */
.outline__one__btn_area a {
  width: 400px;
}

/* 2:フロー */
/* line 495, ../sass/style.scss */
.flow {
  max-width: 1080px;
  padding: 4rem 0;
  margin: 0 auto;
}
/* line 499, ../sass/style.scss */
.flow__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 505, ../sass/style.scss */
.flow__figure {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
/* line 510, ../sass/style.scss */
.flow__figure__one {
  width: 100%;
  margin: 0 16px;
}
/* line 513, ../sass/style.scss */
.flow__figure__one:first-child {
  margin-left: 0;
}
/* line 516, ../sass/style.scss */
.flow__figure__one:last-child {
  margin-right: 0;
}
/* line 519, ../sass/style.scss */
.flow__figure__one__num {
  position: relative;
  height: 24px;
  line-height: 24px;
  background-color: #e60012;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  /*
  &:after {
  	position: absolute;
  	content:'';
  	top: 0;
  	right: 0;
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 12px solid transparent;
      border-left: 12px solid #7a0;
  }
  */
}
/* line 544, ../sass/style.scss */
.flow__figure__one__title {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
/* line 549, ../sass/style.scss */
.flow__figure__one__image {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 16px;
}
/* line 554, ../sass/style.scss */
.flow__figure__one__txt {
  font-size: 0.8rem;
  line-height: 1.4;
}

/* 2:仕入支援企画詳細・集客支援企画 */
/* line 563, ../sass/style.scss */
.details {
  background: #FFF;
  padding: 80px 0;
}
/* line 566, ../sass/style.scss */
.details__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 572, ../sass/style.scss */
.details table {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
/* line 576, ../sass/style.scss */
.details table th, .details table td {
  vertical-align: top;
  padding: 8px 1em;
  border-bottom: 1px solid #eee;
}
/* line 581, ../sass/style.scss */
.details table th {
  width: 8em;
}
/* line 584, ../sass/style.scss */
.details table td {
  color: #696969;
}
/* line 587, ../sass/style.scss */
.details table ul {
  padding-left: 1rem;
}
/* line 589, ../sass/style.scss */
.details table ul li {
  list-style: outside;
  list-style-type: disc;
}
/* line 594, ../sass/style.scss */
.details table span {
  display: block;
  font-size: 80%;
  font-weight: 700;
}
/* line 600, ../sass/style.scss */
.details__btn {
  margin-top: 48px;
}
/* line 602, ../sass/style.scss */
.details__btn a {
  width: 400px;
}
/* line 606, ../sass/style.scss */
.details address {
  font-size: .75rem;
  text-align: center;
  margin-top: 80px;
}

/* rules */
/* line 614, ../sass/style.scss */
.rules {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
  padding: 80px 0;
}
/* line 620, ../sass/style.scss */
.rules__title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
/* line 626, ../sass/style.scss */
.rules__one {
  margin-bottom: 2rem;
}
/* line 628, ../sass/style.scss */
.rules__one__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
/* line 633, ../sass/style.scss */
.rules__one__txt {
  font-size: 0.75rem;
}
/* line 635, ../sass/style.scss */
.rules__one__txt p {
  margin-bottom: 0.5em;
}
/* line 638, ../sass/style.scss */
.rules__one__txt ul {
  padding-left: 1.4em;
}
/* line 640, ../sass/style.scss */
.rules__one__txt ul li {
  list-style-type: decimal;
  padding-left: 0.25em;
  margin-bottom: 0.25em;
}
/* line 645, ../sass/style.scss */
.rules__one__txt ul li ul li {
  list-style-type: lower-roman;
}

/* line 656, ../sass/style.scss */
.only_pc {
  display: block !important;
}

/* line 659, ../sass/style.scss */
.only_smt {
  display: none !important;
}

/* line 663, ../sass/style.scss */
.global-footer {
  display: none;
}

@media screen and (min-width: 751px) {
  /* line 669, ../sass/style.scss */
  .global-header, .container {
    min-width: 960px;
  }
}
@media screen and (max-width: 750px) {
  /* headrer */
  /* line 679, ../sass/style.scss */
  .global-header {
    background-color: #fff;
  }

  /* line 682, ../sass/style.scss */
  .global-header {
    display: -webkit-box;
    display: flex;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 4px;
    border-top: 1px solid #f3ad47;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: none;
  }
  /* line 693, ../sass/style.scss */
  .global-header:before {
    display: none;
  }
  /* line 696, ../sass/style.scss */
  .global-header__inner {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* line 702, ../sass/style.scss */
  .global-header__logo {
    margin: 0 auto 0 10px;
    padding: 20px 0;
    width: 65px;
  }
  /* line 706, ../sass/style.scss */
  .global-header__logo img {
    width: 100%;
  }

  /* 1:about */
  /* line 713, ../sass/style.scss */
  .about__title {
    width: 92%;
    max-width: 750px;
    font-size: 1.5rem;
  }
  /* line 718, ../sass/style.scss */
  .about__txt {
    font-size: 1rem;
  }

  /* 1:project */
  /* line 724, ../sass/style.scss */
  .project {
    padding-top: 40px;
  }
  /* line 726, ../sass/style.scss */
  .project__txt {
    font-size: 1rem;
  }
  /* line 728, ../sass/style.scss */
  .project__txt p {
    text-align: left;
  }
  /* line 731, ../sass/style.scss */
  .project__txt__caution {
    margin-top: 1rem;
  }

  /* line 737, ../sass/style.scss */
  .project__tab__li, .project__one__txt {
    font-size: 1rem !important;
  }

  /* line 740, ../sass/style.scss */
  .project__tab__area .project__one__txt__btn a {
    width: 100%;
  }

  /* line 743, ../sass/style.scss */
  .project__tab__area .project__one--show {
    padding: 1rem 1.5rem;
  }

  /* 企画概要 */
  /* line 750, ../sass/style.scss */
  .outline__title img {
    width: 100%;
  }
  /* line 754, ../sass/style.scss */
  .outline__one {
    width: 92%;
    padding: 2rem;
  }
  /* line 757, ../sass/style.scss */
  .outline__one__btn_area {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 760, ../sass/style.scss */
  .outline__one__btn_area .btn {
    width: 100%;
  }
  /* line 762, ../sass/style.scss */
  .outline__one__btn_area .btn:first-child {
    margin-right: 2%;
  }
  /* line 766, ../sass/style.scss */
  .outline__one__btn_area a {
    width: 100%;
    margin: 0;
  }

  /* フロー */
  /* line 775, ../sass/style.scss */
  .flow {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
  }
  /* line 780, ../sass/style.scss */
  .flow__title {
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
  }
  /* line 786, ../sass/style.scss */
  .flow__figure {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  /* line 790, ../sass/style.scss */
  .flow__figure__one {
    margin: 0 0 32px;
  }
  /* line 792, ../sass/style.scss */
  .flow__figure__one:first-child {
    margin-left: 0;
  }
  /* line 795, ../sass/style.scss */
  .flow__figure__one:last-child {
    margin-right: 0;
  }
  /* line 798, ../sass/style.scss */
  .flow__figure__one__num {
    width: 6rem;
    margin: 0 auto 8px;
    position: relative;
    height: 24px;
    line-height: 24px;
    background-color: #e60012;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    /*
    &:after {
    	position: absolute;
    	content:'';
    	top: 0;
    	right: 0;
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 12px solid transparent;
        border-left: 12px solid #7a0;
    }
    */
  }
  /* line 824, ../sass/style.scss */
  .flow__figure__one__title {
    font-size: 1.24rem;
    font-weight: 700;
    text-align: center;
  }
  /* line 829, ../sass/style.scss */
  .flow__figure__one__image {
    margin: 0 auto 8px;
    width: 30%;
  }
  /* line 833, ../sass/style.scss */
  .flow__figure__one__txt {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  /* 仕入支援企画詳細・集客支援企画 */
  /* line 842, ../sass/style.scss */
  .details {
    width: 92%;
    background: #FFF;
    margin: 0 auto;
    padding: 80px 0;
  }
  /* line 847, ../sass/style.scss */
  .details table {
    width: 100%;
    margin: 0 auto;
  }
  /* line 850, ../sass/style.scss */
  .details table th, .details table td {
    border: none;
    padding: 0;
  }
  /* line 854, ../sass/style.scss */
  .details table th {
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 16px 0 4px;
  }
  /* line 860, ../sass/style.scss */
  .details table td {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
  /* line 867, ../sass/style.scss */
  .details table ul li {
    list-style: inside;
    list-style-type: disc;
  }
  /* line 872, ../sass/style.scss */
  .details table span {
    display: block;
    font-size: 80%;
    font-weight: 700;
  }
  /* line 878, ../sass/style.scss */
  .details__btn {
    margin-top: 48px;
  }
  /* line 880, ../sass/style.scss */
  .details__btn a {
    width: 100%;
  }

  /* line 888, ../sass/style.scss */
  .only_pc {
    display: none !important;
  }

  /* line 891, ../sass/style.scss */
  .only_smt {
    display: block !important;
  }
}
