@charset "UTF-8";

.mb-10 {
  margin-bottom: 10px;
}

.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.add_flex {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .add_flex {
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .add_flex2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.col {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col--2 {
  width: 100%;
}

.col--3 {
  width: 100%;
}

.col--4 {
  width: 100%;
}

.col--9 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col--1 {
    width: 6.5%;
  }

  .col--2 {
    width: 15%;
  }

  .col--3 {
    width: 23.5%;
  }

  .col--4 {
    width: 32%;
  }

  .col--5 {
    width: 40.5%;
  }

  .col--6 {
    width: 49%;
  }

  .col--7 {
    width: 57.5%;
  }

  .col--8 {
    width: 66%;
  }

  .col--9 {
    width: 74.5%;
  }

  .col--10 {
    width: 83%;
  }

  .col--11 {
    width: 91.5%;
  }

  .col--12 {
    width: 100%;
    margin-left: 0;
  }

  .col--1-3 {
    width: 32%;
  }

  .col--2-3 {
    width: 66%;
  }

  .col--1-2 {
    width: 49%;
  }

  .col--offset-1 {
    margin-left: 8.5% !important;
  }

  .col--offset-2 {
    margin-left: 17% !important;
  }

  .col--offset-3 {
    margin-left: 25.5% !important;
  }

  .col--offset-4 {
    margin-left: 34% !important;
  }

  .col--offset-5 {
    margin-left: 42.5% !important;
  }

  .col--offset-6 {
    margin-left: 51% !important;
  }

  .col--offset-7 {
    margin-left: 59.5% !important;
  }

  .col--offset-8 {
    margin-left: 68% !important;
  }

  .col--offset-9 {
    margin-left: 76.5% !important;
  }

  .col--offset-10 {
    margin-left: 85% !important;
  }

  .col--offset-11 {
    margin-left: 93.5% !important;
  }

  .col--offset-1-3 {
    margin-left: 34% !important;
  }

  .col--offset-2-3 {
    margin-left: 68% !important;
  }

  .col--offset-1-2 {
    margin-left: 51% !important;
  }
}

/* Self Clearing Goodness */
.container:after,
.row:after {
  clear: both;
  content: "";
  display: table;
}


.flex-grid {
  display: flex;
}

.flex-grid>* {
  flex: 1;
}

.flex-grid>*.flex-grid__col {
  flex-grow: 4;
  margin-left: 2%;
}

.flex-grid>*.flex-grid__col--fixed-width {
  flex: 0 0 200px;
}

.flex-grid>*.flex-grid__col--sm {
  flex-grow: 2;
}

.flex-grid>*.flex-grid__col--lg {
  flex-grow: 8;
}

.flex-grid>*:first-child {
  margin-left: 0rem;
}

.flex-grid>*:last-child {
  margin-right: 0rem;
}

@media (max-width: 549px) {
  .flex-grid--md {
    display: block;
  }

  .flex-grid--md>* {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-grid--md>*.flex-grid__col {
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  .flex-grid--lg {
    display: block;
  }

  .flex-grid--lg>* {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-grid--lg>*.flex-grid__col {
    margin-left: 0;
  }
}

/*.btn, [type="submit"],
[type="reset"],
[type="button"],
.button {
  background-color: transparent;
  border-radius: 0.2em;
  border: 1px solid #bbb;
  color: #7e7e7e;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 100;
  height: 38px;
  letter-spacing: .1em;
  line-height: 38px;
  margin-bottom: 10px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  transition-duration: 200ms;
  white-space: nowrap; }*/

@media only screen and (min-width: 768px) {
  .button {
    margin-bottom: 16px;
  }
}

.btn:focus,
[type="submit"]:focus,
[type="reset"]:focus,
[type="button"]:focus,
.btn:hover,
[type="submit"]:hover,
[type="reset"]:hover,
[type="button"]:hover,
.button:focus,
.button:hover {
  color: #7e7e7e;
  border-color: lightgray;
  outline: 0;
}

.btn:focus,
[type="submit"]:focus,
[type="reset"]:focus,
[type="button"]:focus,
.button:focus {
  outline: 0.1rem dotted #a8a8a8;
}

.btn:active,
[type="submit"]:active,
[type="reset"]:active,
[type="button"]:active,
.button:active {
  background-color: #3498db;
}


.btn--secondary {
  color: #e4e4e4;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.btn--secondary:focus,
.btn--secondary:hover {
  color: #e4e4e4;
  background-color: #585858;
  border-color: #7e7e7e;
}

.btn--success {
  background-color: #2BC016;
  border-color: #2BC016;
  color: #ffffff;
}

.btn--success:focus,
.btn--success:hover {
  color: #ffffff;
  background-color: #26a913;
  border-color: #2BC016;
}

.btn--info {
  background-color: #5BC0EB;
  border-color: #5BC0EB;
  color: #ffffff;
}

.btn--info:focus,
.btn--info:hover {
  color: #ffffff;
  background-color: #2eafe5;
  border-color: #5BC0EB;
}

.btn--warning {
  background-color: #E67E22;
  border-color: #E67E22;
  color: #ffffff;
}

.btn--warning:focus,
.btn--warning:hover {
  color: #ffffff;
  background-color: #bf6516;
  border-color: #E67E22;
}

.btn--danger {
  background-color: #C3423F;
  border-color: #C3423F;
  color: #ffffff;
}

.btn--danger:focus,
.btn--danger:hover {
  color: #ffffff;
  background-color: #9e3431;
  border-color: #C3423F;
}

.btn-outline--primary {
  background-color: transparent;
  border-color: #3498db;
  color: #3498db;
}

.btn-outline--primary:focus,
.btn-outline--primary:hover {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}

.btn-outline--secondary {
  background-color: transparent;
  border-color: #7e7e7e;
  color: #7e7e7e;
}

.btn-outline--secondary:focus,
.btn-outline--secondary:hover {
  color: #d3d3d3;
  background-color: #545454;
  border-color: #7e7e7e;
}

.btn-outline--success {
  background-color: transparent;
  border-color: #2BC016;
  color: #2BC016;
}

.btn-outline--success:focus,
.btn-outline--success:hover {
  color: #ffffff;
  background-color: #2BC016 !important;
  border-color: #2BC016;
}

.btn-outline--info {
  background-color: transparent;
  border-color: #5BC0EB;
  color: #5BC0EB;
}

.btn-outline--info:focus,
.btn-outline--info:hover {
  color: #ffffff;
  background-color: #5BC0EB;
  border-color: #5BC0EB;
}

.btn-outline--warning {
  background-color: transparent;
  border-color: #E67E22;
  color: #E67E22;
}

.btn-outline--warning:focus,
.btn-outline--warning:hover {
  color: #ffffff;
  background-color: #E67E22;
  border-color: #E67E22;
}

.btn-outline--danger {
  background-color: transparent;
  border-color: #C3423F;
  color: #C3423F;
}

.btn-outline--danger:focus,
.btn-outline--danger:hover {
  color: #ffffff;
  background-color: #C3423F;
  border-color: #C3423F;
}


.btn--raised {
  border-width: 0;
  border-bottom-width: 3px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.btn--raised-lw {
  border-bottom-width: 10px;
}


.table thead>tr {
  border-bottom: 0.2em solid #d3d3d3;
}

.table--bordered th,
.table--bordered td {
  border: 0.05em solid #d3d3d3;
}

.table--striped tbody>tr:nth-child(odd)>td {
  background-color: #e4e4e4;
}

.table--hover tbody tr:hover {
  background-color: #e4e4e4;
}

.table--compact thead>tr {
  border-bottom: 0.2em solid #d3d3d3;
}

.table--compact th,
.table--compact td {
  padding: .3em;
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  margin-top: .5em;
  margin-bottom: .5em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table-responsive table {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
  }
}

.dark {
  background-color: #1d1d1d;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: カラー設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: h1-h6 */
.flow-common__title {
  background-color: #769F32;
  color: #fff;
  border-bottom: 4px solid #98C648;
  font-size: 16px;
  padding: 0.4rem 0;
  margin-bottom: 30px;
}

.flow-common__title i {
  padding-left: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通スタイル */
.flow-common__copy {
  font-size: 15px;
  margin-bottom: 20px;
}

.flow-common__copy span {
  color: red;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタン */
.btn-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.btn {
  max-width: 100%;
}

.btn--lg {
  line-height: 3.8em;
  height: 3.8em;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .btn--lg {
    padding: 0 4em;
    font-size: 18px;
  }
}

.btn--lw {
  width: 100%;
  display: block;
  line-height: 5em;
  height: 5em;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 2em;
}

.btn--primary,
.btn--primary:focus,
.btn--primary:active,
.btn--primary:visited {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.btn--primary:hover {
  background-color: #ffae1a;
  border-color: #ffa500;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.btn--green {
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #094;
  border-bottom: 10px solid #00662d;
  position: relative;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  padding: 2rem 3rem 2rem 2rem;
}

.btn--green:hover {
  color: #fff;
  background: #00a349;
  margin-top: 8px;
  border-bottom: 2px solid #00662d;
}

.btn--green:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}

.btn-c i.fa {
  margin-left: 1em;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通スタイル BEM */
.common__title {
  background-color: #769F32;
  border-bottom: 4px solid #98C648;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.4em 0;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.6
}

@media screen and (min-width: 768px) {
  .common__title {
    font-size: 20px;
  }
}

.common__title i {
  padding-left: 10px;
  padding-right: 10px;
}

.common__subtitle,
.common__subtitle-bg {
  font-size: 16px;
  margin-bottom: 40px;
}

.common__subtitle-line,
.card__title--line,
.card-file__title--line {
  font-size: 16px;
  display: inline;
  background-image: linear-gradient(#fff0 70%, #ffa500 70%);
}

.common__copy,
.card__copy {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.common__copy--small {
  font-size: 14px;
}

.size_45 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .size_45 {
    width: 45%;
  }
}

.common__figure {
  margin-bottom: 40px;
}

.common__figure--center {
  text-align: center;
}

.common__arrow--right,
.card__arrow--right,
.data-guide__arrow--right {
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

.common__title-kf {
  background-color: #0051AB;
  border-bottom: 4px solid #519AF5;
}

.common__title-nobori {
  background-color: #FF501B;
  border-bottom: 4px solid #FF912B;
}

.common__title-oudanmaku {
  background-color: #7F41AF;
  border-bottom: 4px solid #C597F5;
}

.common__line-title {
  border-bottom: 2px solid #DDDDDD;
  font-size: 16px;
  margin-bottom: 40px;
}

.common__subtitle-bg {
  padding: 1em;
  background: #f4f4f4;
  border-left: solid 5px #769F32;
  border-bottom: solid 3px #d7d7d7;
  font-size: 13px;
}

.fz15 {
  font-size: 15px;
}

.common__subtitle-bg-kf {
  border-left: solid 5px #7db4e6;
}

.common__lead {
  font-size: 16px;
  margin-bottom: 40px;
}

.common__lead span {
  color: red;
}

.common__copy--mb0 {
  margin-bottom: 0;
}

.common__mv-figure {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.common__note {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.common__note--red {
  color: red;
}

.common__table {
  border-collapse: separate;
  background: #FC0;
  border-spacing: 1px;
  margin-bottom: 20px;
  width: 100%;
}

.common__table th {
  background: #ffa500;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}

.common__table td {
  background: #fff;
  font-size: 15px;
  padding: 10px;
}

.common__table--fixed {
  table-layout: fixed;
}

.common__table--center th {
  text-align: center;
}

.common__table--center td {
  text-align: center;
}

.container {
  margin-bottom: 50px;
}

.bnr-contact {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

.bnr-contact a {
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bnr-contact a:hover {
  opacity: .8;
}

.icon__figure {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.icon__figure--w40 {
  width: 40px;
  height: auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アンカーリンク */
.toc__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.toc__item {
  list-style: none;
  margin-bottom: 15px;
}

.toc__link {
  background-color: #ffa500;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  display: block;
  padding: 1rem 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: card レイアウト */
.ta_c_100 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .ta_c_100 {
    width: auto;
    margin-bottom: 0;
  }
}

.card__copy--center {
  text-align: center;
}

.card__body {
  margin-bottom: 40px;
}

.card__figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.card__figure span {
  display: none;
}

@media screen and (min-width: 768px) {
  .card__figure2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card__figure span {
    display: inline-block;
    width: auto;
  }
}

.card__figure--mb10 {
  margin-bottom: 10px;
}

.card__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.card__grid--wrap {
  flex-wrap: wrap;
}

.card__grid--center {
  justify-content: center;
}

.card__grid--space-between {
  justify-content: space-between;
}

.card__grid--space-around {
  justify-content: space-around;
}

.card__grid--align-items-center {
  align-items: center;
}

.card__title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: videoブロック */
.video__body {
  margin-bottom: 50px;
  margin-top: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: トッページ addスタイル */
.item_sec .item_block a:hover h4 {
  color: #ffa500;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 募集看板 */
.bosyu * {
  box-sizing: border-box;
}

.all-case-list__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px;
}

.all-case-list__link {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 49%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .all-case-list__link {
    width: 32%;
  }
}

.all-case-list__link:hover {
  opacity: .8;
}

.all-case-list__link:hover .all-case-list__copy {
  color: #3266CC;
}

.all-case-list__figure {
  width: 100%;
  background-color: #fff;
}

.all-case-list__figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  overflow: hidden;
}

.all-case-list__title {
  background-color: #779f32;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px 5px;
  margin: 0;
  text-align: center;
}

.all-case-list__copy {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  color: #111;
  padding: 10px;
}

.all-items-list__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-items-list__link {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  transition: all .4s ease-in-out;
  color: #000;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .all-items-list__link {
    width: 45.3947%;
    margin-bottom: 50px
  }
}

.all-items-list__link img {
  margin: 0 auto;
}

.all-items-list__title {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}

.all-size-card__body {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-size-card__item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .all-size-card__item {
    width: 32%;
  }

  .all-size-card__item2 {
    width: 48%;
  }
}

.all-size-card__copy {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.all-size-card__copy--center {
  text-align: center;
}

.all-size-card__copy--normal {
  font-weight: normal;
}

.all-size-card__copy--small {
  font-size: 14px;
  line-height: 1.6;
}

.all-size-table {
  width: 100%;
  margin-bottom: 40px;
}

.all-size-table thead th {
  background: #FC0;
  font-size: 18px;
  text-align: center;
}

.all-size-table tbody th {
  width: 200px;
}

.all-size-table th {
  background: #FFC;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .all-size-table th {
    font-size: 16px;
  }
}

.all-size-table td {
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .all-size-table td {
    font-size: 16px;
  }
}

.bnr-list__body {
  margin-bottom: 40px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ご注文の流れ */
.flow-common__copy {
  margin-bottom: 40px;
}

.flow-list {
  margin-bottom: 60px;
  position: relative;
}

.flow-list:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  border-left: 3px dotted #fc3;
  left: 10%;
  z-index: -1;
}

.flow-list__arrow--down {
  display: none;
  text-align: center;
  width: 20%;
  margin: 20px 0;
}

.flow-list__arrow--down i {
  color: #fc3;
  font-size: 2rem;
}

.flow-list-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .flow-list-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.flow-list-box__title {
  background: #fc3;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flow-list-box__title {
    width: 20%;
  }
}

.flow-list-box__body {
  border-left: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .flow-list-box__body {
    width: 80%;
  }
}

.flow-list-box__copy {
  font-size: 15px;
  margin-top: 15px;
}

.flow-list-box__copy:first-child {
  margin-top: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: データ作成ガイド */
.data-guide * {
  box-sizing: border-box;
}

.card-file__data {
  background: #eee;
  padding: 15px;
  border-radius: 10px;
}

.card-file__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.card-file__figure {
  text-align: center;
}

.card-file__copy {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}

.card-file__copy--mb0 {
  margin-bottom: 0;
}

.card-file__arrow--center {
  color: #ffa500;
  text-align: center;
}

.card-file__folder {
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: LED */
.led-alert-box {
  overflow: hidden;
  padding: 10px 10px 15px;
  border: 2px solid #333;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}

.led-alert-box span i {
  color: red;
}

.led-alert-add-txt {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}

.led-size-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.led-size-card--orange {
  width: 100%;
  background-color: #ffb41c;
  padding: 10px;
}

.led-size-card--orange .led-size-card__body {
  width: 48%;
  margin-bottom: 0;
}

.led-size-card-under-txt {
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

.led-size-card__body {
  width: 100%;
  margin-bottom: 40px;
}

.led-size-card__body2 img {
  width: 100%;
}

.led-size-card__arrow {
  display: none;
  width: 0;
}

.led-sub-step {
  position: relative;
  padding-left: 120px;
  margin: 40px 0 0;
}

.led-sub-step i {
  padding-left: 10px;
  padding-right: 10px;
}

.led-sub-step span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #fff;
  background: #FBCC00;
}

.led-sub-step span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #FBCC00;
}

.led-sub-step-txt {
  font-size: 15px;
  padding-top: 20px;
  text-align: left;
  line-height: 1.6;
}

.led-list {
  margin: 30px 0 20px;
  background-color: #fffff9;
}

.led-list .led-item {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
  font-size: 14px;
}

.led-list .led-item i {
  padding-right: 10px;
}

.led-figure {
  margin: 20px 0;
}

.led-figure figcaption {
  display: inline-block;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.led-note {
  padding: 10px;
  border: 1px solid #999;
}

.led-note .led-note-tl {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

.led-note .led-note-txt {
  font-size: 14px;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .led-alert-box {
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: center;
  }

  .led-alert-add-txt {
    font-size: 15px;
    line-height: 1.6;
  }

  .led-size-card__body {
    width: 31%;
  }

  .led-size-card--orange {
    width: 70%;
  }

  .led-size-card__arrow {
    display: block;
    width: 3.5%;
    text-align: center;
  }

  .led-size-card__arrow i {
    padding-top: 88px;
  }

  .led-size-card__body2 {
    width: 66%;
  }

  .led-size-card__body2 img {
    width: 50%;
  }
}

.led-size-card__scaleup-bg {
  background: #FC0;
  padding: 10px;
  margin-left: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.led-size-card__scaleup-bg:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #FC0 transparent;
}

@media screen and (min-width: 768px) {
  .led-size-card__scaleup-bg {
    margin-left: 10px;
  }

  .led-size-card__scaleup-bg:before {
    left: -15px;
    top: 0;
    bottom: 0;
    border-width: 10px 20px 10px 0;
    border-color: transparent #FC0 transparent transparent;
  }
}

.led-size-card__copy {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  text-align: justify;
}

.led-size-card__copy--center {
  text-align: center;
}

.led-items-list__body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.led-items-list__link {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  transition: all .4s ease-in-out;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.led-items-list__link:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .led-items-list__link {
    width: 47%;
  }
}

.led-items-list__title {
  border-top: 5px solid #769F32;
  border-bottom: 1px solid #000;
  font-size: 16px;
  margin: 0 20px;
  padding: 15px 0;
  font-weight: bold;
}

.led-items-list__small-title {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}

.led-items-list__price {
  color: #ff631e;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  margin: 10px 20px;
}

.led-items-list__price_big {
  color: #dc0000;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin: -10px 0 0;
}

.led-items-list__figure {
  padding-bottom: 10px;
}

.led-items-list__figure img {
  margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 不動産契約書ファイル */
#kf {
  background: none;
}

.kf * {
  box-sizing: border-box;
}

.common__title-kf {
  background-color: #0051AB;
  border-bottom: 4px solid #519AF5;
}

.all-case-list__title-kf {
  background-color: #0051AB;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: のぼり */
#nobori {
  background: none;
}

.nobori * {
  box-sizing: border-box;
}

.common__title-nobori {
  background-color: #FF501B;
  border-bottom: 4px solid #FF912B;
}

.all-case-list__title-nobori {
  background-color: #FF501B;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 横断幕 */
#oudanmaku {
  background: none;
}

.oudanmaku * {
  box-sizing: border-box;
}

.common__title-oudanmaku {
  background-color: #7F41AF;
  border-bottom: 4px solid #C597F5;
}

.all-case-list__title-oudanmaku {
  background-color: #7F41AF;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 建築現場用幕　既製品 */
#sheet {
  background: none;
}

.sheet * {
  box-sizing: border-box;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ラクラク看板 */
#rakuraku {
  background: none;
}

.rakuraku * {
  box-sizing: border-box;
}

.common__title-rakuraku {
  background-color: #0051AB;
  border-bottom: 4px solid #519AF5;
}

.all-case-list__title-rakuraku {
  background-color: #0051AB;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 段ボール製ダミー家具 */
#yudo {
  background: none;
}

.yudo * {
  box-sizing: border-box;
}

.common__title-yudo {
  background-color: #0051AB;
  border-bottom: 4px solid #519AF5;
}

.common__title-yudo small {
  color: #fff;
}

.all-case-list__title-yudo {
  background-color: #0051AB;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 段ボール製ダミー家具 */
#furniture {
  background: none;
}

.furniture * {
  box-sizing: border-box;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 簡単テント */
#tent {
  background: none;
}

.tent * {
  box-sizing: border-box;
}

.all-card .all-card__col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}

.all-card .all-card__col--2 .all-card__item {
  width: 50%;
}

.all-card .all-card__col--3 .all-card__item {
  width: 33.333%;
}

.all-card .all-card__col--6 .all-card__item {
  width: 16.666%;
}

.all-card .all-card__item {
  padding-left: 2%;
  margin-bottom: 40px;
}

.all-card .all-card__figure img {
  max-width: 100%;
}

.all-card .all-card__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.all-card .all-card__copy {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.point .point__dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.point .point__dt {
  background-color: orange;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.point .point__dd {
  padding-left: 2%;
}

.point .point__dd h4 {
  font-size: 15px;
  margin-bottom: 2%;
}

.point .point__dd p {
  font-size: 14px;
}

/*20250710 ご注文の流れ */
.flow_new_tl {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 15px 10px 13px 20px;
  line-height: 1.4;
  background-color: #f8b62c;
  border-radius: 10px;
}

.flow_new_unit {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}

.flow_new_unit .flow_new_img {
  width: 28%;
}

.flow_new_unit .flow_new_img img {
  max-width: 100%;
  width: auto;
}

.flow_new_unit .flow_new_desc {
  width: 68%;
}

.flow_new_unit .flow_new_desc .flow_new_txt {
  font-size: 14px;
  line-height: 1.5;
}

.flow_new_unit .flow_new_desc .flow_new_txt a {
  text-decoration: underline;
}

.flow_new_unit .flow_new_desc .flow_new_txt span {
  font-weight: 600;
}

.flow_new_unit .flow_new_desc .flow_new_bold {
  font-size: 15px;
  font-weight: 600;
  margin: 2rem 0 0;
}

.flow_new_unit .flow_new_desc .flow_new_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flow_new_desc .flow_new_list .flow_new_item {
  width: 31.227%;
}

.common_new_btn-wrap {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 4rem;
}

.common_new_btn-wrap a {
  transition: 1s;
}

.common_new_btn-wrap a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .flow_new_unit {
    padding: 2rem 0;
  }

  .flow_new_unit .flow_new_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .flow_new_unit .flow_new_img img {
    max-width: 90%;
  }

  .flow_new_unit .flow_new_desc {
    width: 90%;
    margin: 20px auto 0;
  }

  .flow_new_unit .flow_new_desc .flow_new_tl {
    font-size: 15px;
  }

  .flow_new_unit .flow_new_desc .flow_new_txt {
    font-size: 14px;
  }

  .flow_new_unit .flow_new_desc .flow_new_bold {
    font-size: 15px;
    margin: 2rem 0 0;
  }
}