@charset "UTF-8";
p {
  margin: 0;
  text-align: start;
  text-justify: auto;
}


/* common
---------------------------------------------------- */
#back-lab *,
#back-lab *::before,
#back-lab *::after {
  box-sizing: border-box;
}

#back-lab {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.012em;
  color: #181818;
  font-feature-settings: "palt";
  width: 1012px;
  text-align: left;
  overflow: hidden;
}
#back-lab p, #back-lab table, #back-lab ul, #back-lab dl, #back-lab ol, #back-lab address {
  line-height: inherit;
}
#back-lab a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
#back-lab a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#back-lab h1, #back-lab h2, #back-lab h3, #back-lab h4, #back-lab h5, #back-lab h6 {
  font-weight: 700;
}
#back-lab img {
  vertical-align: bottom;
}
#back-lab .s-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
#back-lab .s-title span {
  font-size: 65%;
}
#back-lab .fbold {
  color: #e83828;
  font-weight: 700;
}
#back-lab .border-box {
  border: 2px solid #333;
  border-radius: 12px;
}

.merit_sp {
  color: #e83828;
  font-size: 15px;
}
.camp {
  margin-top: 20px
}

#back-lab .past_work {
  margin-top: 40px;
  background-color: #fbf5e3;
  text-align: center;
  list-style: none;
}

#back-lab .option {
  margin-top: 40px;
}

#back-lab .faq {
  margin-top: 40px;
  background-color: #fef8e5;
  text-align: center;
  list-style: none;	

}

/* trouble
---------------------------------------------------- */
#back-lab .trouble {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 60px;
  padding-bottom: 35px;
  background: #ededed;
  position: relative;
}
#back-lab .trouble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 70px;
  z-index: 3;
  background: url(../../images/cp/backlab/trouble-img03.png) no-repeat;
  width: 153px;
  height: 219px;
  background-size: 100% auto;
}
#back-lab .trouble .pattern {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0 0;
}
#back-lab .trouble .pattern h3 {
  width: 354px;
  line-height: 54px;
  border-radius: 54px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
#back-lab .trouble .pattern h3 span {
  font-size: 120%;
  font-weight: 700;
}
#back-lab .trouble .pattern h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#back-lab .trouble .pattern > li {
  width: 438px;
  background: #fff;
  padding: 295px 0 35px 0;
  text-align: center;
  position: relative;
}
#back-lab .trouble .pattern > li ul {
  display: inline-block;
  text-align: left;
}
#back-lab .trouble .pattern > li li {
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.7;
  padding: 0 0 0 1em;
  position: relative;
}
#back-lab .trouble .pattern > li li::before {
  content: '●';
  font-size: 14px;
  position: absolute;
  top: 0.3em;
  left: 0;
}
#back-lab .trouble .pattern > li:nth-child(1) {
  background: #fff url(../../images/cp/backlab/trouble-img01.png) no-repeat 50% 58px;
}
#back-lab .trouble .pattern > li:nth-child(1) h3 {
  background: #ffcf42;
}
#back-lab .trouble .pattern > li:nth-child(1) h3::after {
  border-color: #ffcf42 transparent transparent transparent;
}
#back-lab .trouble .pattern > li:nth-child(1) li::before {
  color: #ffb20c;
}
#back-lab .trouble .pattern > li:nth-child(2) {
  background: #fff url(../../images/cp/backlab/trouble-img02.png) no-repeat 50% 55px;
}
#back-lab .trouble .pattern > li:nth-child(2) h3 {
  background: #b5b5b5;
}
#back-lab .trouble .pattern > li:nth-child(2) h3::after {
  border-color: #b5b5b5 transparent transparent transparent;
}
#back-lab .trouble .pattern > li:nth-child(2) li::before {
  color: #b5b5b5;
}
#back-lab .trouble .pattern + p {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 35px 0 0 -3em;
  text-align: center;
}
#back-lab .trouble .pattern + p > span {
  display: inline-block;
  text-align: left;
}

/* risk
---------------------------------------------------- */
#back-lab .risk {
  padding: 50px 0 58px 0;
  text-align: center;
  position: relative;
}
#back-lab .risk::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27px 0 27px;
  border-color: #ededed transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#back-lab .risk h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#back-lab .risk ul {
  width: 643px;
  margin: 35px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#back-lab .risk li {
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: #ffcf42;
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-lab .risk li > span span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
#back-lab .risk li > span span:nth-child(1) {
  font-size: 50px;
  letter-spacing: 0.02em;
}
#back-lab .risk li > span span:nth-child(2) {
  font-size: 28px;
  letter-spacing: 0.01em;
  margin: 8px 0 0 0;
}

/* about
---------------------------------------------------- */
#back-lab .about {
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin: 0 0 63px 0;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#back-lab .about p {
  text-align: center;
}
#back-lab .about .border-box {
  padding: 50px 0 35px 0;
}
#back-lab .about .img {
  margin: 20px 0 15px 0;
}
#back-lab .about p:not(.img) > span {
  display: inline-block;
  text-align: left;
}

/* feature
---------------------------------------------------- */
#back-lab .feature {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 60px;
  padding-bottom: 65px;
  background: #ffcf42;
}
#back-lab .feature ol {
  margin: 47px 0 0 0;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#back-lab .feature li {
  width: 438px;
  background: #fff;
  padding: 35px 28px 30px 28px;
  position: relative;
}
#back-lab .feature li::after {
  display: block;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
#back-lab .feature li:nth-child(1)::after {
  content: url(../../images/cp/backlab/feature-img01.png);
}
#back-lab .feature li:nth-child(2)::after {
  content: url(../../images/cp/backlab/feature-img02.png);
}
#back-lab .feature li:nth-child(3)::after {
  content: url(../../images/cp/backlab/feature-img03.png);
}
#back-lab .feature li:nth-child(4)::after {
  content: url(../../images/cp/backlab/feature-img04.png);
}
#back-lab .feature li:nth-child(-n+2) {
  margin: 0 0 47px 0;
}
#back-lab .feature h3 {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 2px solid #333;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
#back-lab .feature h3 span {
  font-size: 75%;
  vertical-align: 0.1em;
}
#back-lab .feature p span {
  font-weight: 700;
}

/* flow
---------------------------------------------------- */
#back-lab .flow {
  padding: 80px 0 70px 0;
}
#back-lab .flow p {
  text-align: center;
}
#back-lab .flow .img {
  padding: 77px 0 0 0;
  position: relative;
}
#back-lab .flow .img::after {
  content: '';
  display: block;
  width: 700px;
  height: 2px;
  background: #181818;
  position: absolute;
  top: 12px;
  right: 50%;
  transform: translateX(50%);
}

/* merit
---------------------------------------------------- */

#back-lab .merit {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 65px;
  padding-bottom: 60px;
  background: #fef8e5;
}
#back-lab .merit p {
  text-align: center;
}
#back-lab .merit .list {
  margin: 75px 0 0 0;
}
#back-lab .merit .list > li {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 60px 0 25px 0;
  background: #fff;
  position: relative;
}
#back-lab .merit .list > li:not(:last-child) {
  margin: 0 0 68px 0;
}
#back-lab .merit h3 {
  width: 385px;
  line-height: 54px;
  border-radius: 58px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: #ffcf42;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#back-lab .merit h3::after {
  content: '';
  display: block;
  background: #ffcf42;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -10px 0 0 -10px;
}
#back-lab .merit .img {
  margin: 25px 0 0 0;
}
#back-lab .merit .management {
  font-size: 33px;
  font-weight: 700;
}
#back-lab .merit .money {
  width: 770px;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#back-lab .merit .money > p {
  width: 286px;
}
#back-lab .merit .money > div {
  width: 447px;
  border-radius: 12px;
  background: #ededed;
  padding: 25px 0 30px 23px;
}
#back-lab .merit .money > div p {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 34px;
  border-radius: 34px;
  background: #181818;
  color: #fff;
  padding: 0 16px;
}
#back-lab .merit .money > div ul {
  margin: 15px 0 0 0;
}
#back-lab .merit .money > div li {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  padding: 0 0 20px 1.3em;
  position: relative;
}
#back-lab .merit .money > div li::before {
  content: '●';
  font-size: 14px;
  color: #ffb20c;
  position: absolute;
  top: 0.4em;
  left: 0;
}

/* service
---------------------------------------------------- */
#back-lab .service {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 70px;
  padding-bottom: 65px;
}
#back-lab .service .inner {
  margin: 35px 0 0 0;
  position: relative;
}
#back-lab .service .box {
  width: 292px;
  border-radius: 12px;
  padding: 25px 25px 30px 25px;
  background: #fef8e5;
  position: absolute;
  top: 144px;
  right: 0;
}
#back-lab .service .box h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.54;
}
#back-lab .service .box h3 > span {
  display: block;
}
#back-lab .service .box h3 .circle {
  font-size: 14px;
  color: #ffb20c;
  vertical-align: 0.2em;
}
#back-lab .service .box p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin: 20px 0 0 0;
}

/* profit
---------------------------------------------------- */
#back-lab .profit {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 60px;
  padding-bottom: 65px;
  background: #ffcf42;
  position: relative;
}
#back-lab .profit::after {
  content: url(../../images/cp/backlab/profit-img01.png);
  display: block;
  position: absolute;
  top: 134px;
  left: 30px;
  z-index: 5;
}
#back-lab .profit .box {
  width: 529px;
  margin: 45px 0 0 auto;
  overflow: hidden;
}
#back-lab .profit .price {
  padding: 25px 52px 15px 52px;
  background: #fff;
}
#back-lab .profit h3 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 2px solid #333;
  padding: 0 0 12px 0;
  margin: 0 0 20px 0;
}
#back-lab .profit h3 span {
  display: block;
}
#back-lab .profit h3 span:nth-child(2) {
  margin: 8px 0 0 0;
}
#back-lab .profit h3 img {
  width: 100%;
  height: auto;
}
#back-lab .profit dl {
  display: flex;
  flex-wrap: wrap;
  width: 356px;
  margin: 0 auto;
}
#back-lab .profit dl .sum {
  font-size: 120%;
  padding: 0 0 15px 0;
}
#back-lab .profit dt {
  width: 50%;
}
#back-lab .profit dd {
  width: 50%;
  text-align: right;
  position: relative;
}
#back-lab .profit dd::before {
  content: '：';
  position: absolute;
  top: 0;
  left: 0;
}
#back-lab .profit .delivery {
  padding: 0 0 1.2em 0;
  position: relative;
}
#back-lab .profit .delivery span {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
#back-lab .profit .cart {
  text-align: left;
  padding: 0 0 0 1.5em;
}
#back-lab .profit .total {
  background: #181818;
  padding: 17px 0 25px 0;
}
#back-lab .profit .total p {
  text-align: center;
}
#back-lab .profit .total .notes {
  font-size: 13px;
  color: #fff;
  margin: 7px 0 0 0;
}

/* website
---------------------------------------------------- */
#back-lab .website {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 60px;
  padding-bottom: 65px;
  background: #fff5d2;
}
#back-lab .website .img {
  margin: 50px 0 0 0;
}

/* cost
---------------------------------------------------- */
#back-lab .cost {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 55px;
  padding-bottom: 65px;
	text-align: center;
}
#back-lab .cost ol {
  margin: 40px 0 0 0;
}
#back-lab .cost li {
  background: #fff5d2;
  padding: 11px 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15em;
}
#back-lab .cost li:not(:last-child) {
  margin: 0 0 18px 0;
}
#back-lab .cost li img {
  width: auto;
  height: 17px;
  vertical-align: middle;
}
#back-lab .cost li > span {
  display: inline-block;
}
#back-lab .cost li > span:nth-child(3) {
  padding: 0 0 0 47px;
}
#back-lab .cost li .num {
  width: 37px;
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #333;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-lab .cost li .box01 {
  width: 284px;
  min-width:284px;
  font-size: 30px;
  margin: 0 0 0 22px;
  border-right: 1px solid #000;
}
#back-lab .cost li .box02 {
  padding: 0 0 0 47px;
}
#back-lab .cost li > div {
  border-right: 1px solid #000;
}
#back-lab .cost li > div .box01 {
  border-right: none;
}
#back-lab .cost li > div > p {
  display: flex;
  align-items: center;
}
#back-lab .cost li > div > p:nth-child(2) {
  padding: 11px 0;
}
#back-lab .cost ol + p {
  width: 687px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 39px auto 0 auto;
}
#back-lab .cost ol + p > span:nth-child(1), #back-lab .cost ol + p > span:nth-child(3), #back-lab .cost ol + p > span:nth-child(5) {
  border: 2px solid #333;
  border-radius: 6px;
  background: #ffcf42;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 58px;
  padding: 0 20px;
}
#back-lab .cost ol + p > span:nth-child(2), #back-lab .cost ol + p > span:nth-child(4) {
  font-size: 30px;
  font-weight: 900;
}
#back-lab .cost ol + p > span:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-lab .cost ol + p > span:nth-child(3) span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #333;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-lab .cost ol + p img {
  width: auto;
  height: 17px;
  vertical-align: middle;
}

/* lineup
---------------------------------------------------- */
#back-lab .lineup {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 50px;
  padding-bottom: 55px;
  background: #fff8e6;
  font-size: 20px;
  font-weight: 400;
}
#back-lab .lineup p {
  text-align: center;
}
#back-lab .lineup .img {
  margin: 25px 0 45px 0;
}

/* support
---------------------------------------------------- */
#back-lab .support {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-bottom: 55px;
  background: #fff8e6;
  font-size: 20px;
  font-weight: 400;
}

/* scene
---------------------------------------------------- */
#back-lab .scene {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 60px;
  padding-bottom: 75px;
  background: url(../../images/cp/backlab/scene-bg.png);
  color: #fff;
}
#back-lab .scene ul {
  margin: 40px 0 0 0;
}
#back-lab .scene li {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 365px 30px 35px;
  font-weight: 400;
  min-height: 290px;
}
#back-lab .scene li:not(:last-child) {
  margin: 0 0 45px 0;
}
#back-lab .scene li:nth-child(1) {
  background: rgba(0, 0, 0, 0.6) url(../../images/cp/backlab/scene-img01.png) no-repeat right 37px top 50%;
}
#back-lab .scene li:nth-child(2) {
  background: rgba(0, 0, 0, 0.6) url(../../images/cp/backlab/scene-img02.png) no-repeat right 37px top 50%;
}
#back-lab .scene h3 {
  font-size: 28px;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #fff;
}

/* option
---------------------------------------------------- */
#back-lab .option {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 55px;
  padding-bottom: 35px;
  background: #fff5d2;
}
#back-lab .option h2 {
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.075em;
  background: url(../../images/cp/backlab/option-title-bg.png) no-repeat 50%;
}
#back-lab .option .crowdfunding {
  margin: 22px 0 0 0;
  font-weight: 400;
}
#back-lab .option .crowdfunding h3 {
  font-size: 38px;
  line-height: 80px;
  height: 80px;
  border-radius: 80px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #ffcf42;
}
#back-lab .option .crowdfunding .txt01 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 35px 0 0 0;
  text-align: center;
  font-weight: 500;
}
#back-lab .option .crowdfunding .inner {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#back-lab .option .crowdfunding .inner > section {
  width: 473px;
}
#back-lab .option .crowdfunding .box {
  width: 411px;
  background: #fff;
  padding: 25px;
}
#back-lab .option .crowdfunding .box ul {
  margin: 20px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.65;
}
#back-lab .option .crowdfunding .box .circle {
  color: #ffb20c;
  font-size: 70%;
  vertical-align: 0.1em;
}
#back-lab .option .crowdfunding .box dl {
  font-size: 16px;
}
#back-lab .option .crowdfunding .box dt {
  width: 68px;
  height: 26px;
  letter-spacing: 0.2em;
  line-height: 26px;
  border-radius: 26px;
  background: #181818;
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
}
#back-lab .option .crowdfunding h4 > span {
  vertical-align: middle;
  letter-spacing: 0.1em;
}
#back-lab .option .crowdfunding h4 > span:nth-child(1) {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  background: #ffcf42;
  padding: 0 13px;
  margin: 0 0.2em 0 0;
}
#back-lab .option .crowdfunding h4 > span:nth-child(2) {
  font-size: 18px;
}
#back-lab .option .crowdfunding .img {
  margin: 13px 0 20px 0;
}
#back-lab .option .crowdfunding .txt02 {
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 500;
  margin: 40px 0 0 0;
}
#back-lab .option .introduction-image {
  background: #ffcf42;
  border-radius: 12px;
  padding: 30px 0 40px 0;
  margin: 40px 0 0 0;
}
#back-lab .option .introduction-image h3 {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 25px 0;
}
#back-lab .option .introduction-image p {
  text-align: center;
}

/* cv
---------------------------------------------------- */
#back-lab .cv {
  width: 592px;
  margin: 70px auto 35px auto;
}
#back-lab .cv a {
  display: block;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 100px;
  color: #fff;
  border-radius: 14px;
  background: #181818;
  padding: 0 0 0 52px;
  position: relative;
}
#back-lab .cv a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}

/* cvline
---------------------------------------------------- */
#back-lab .cvline {
  width: 592px;
  margin: 35px auto 145px auto;
}
#back-lab .cvline a {
  display: block;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 100px;
  color: #fff;
  border-radius: 14px;
  background: #00ba01;
  padding: 0 0 0 52px;
  position: relative;
}
#back-lab .cvline a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}




/* FAQ
---------------------------------------------------- */

#back-lab .faq {
	background-color:#fef8e5;
	text-align:center;
	list-style: none;
	padding-bottom:30px;
}

.faq_title {
	text-align:center;
}

#back-lab .faq li .box_faq {
  width: 27.7333333333vw;
  min-width: 27.7333333333vw;
  font-size: 1.7333333333vw;
  margin: 0 0 0 1.3333333333vw;
  border-right: 1px solid #000;
}


#back-lab .border-box_faq {
border: 0.2vw solid #333;
    border-radius: 1vw;
    margin: 20px auto;
    width: 90%;
	background-color: #fff;
	text-align: left;
}

#back-lab .faq li .box02 {
	font-size: 2.9333333333vw;
	letter-spacing: 0;
	padding: 0 0 0 1.7333333333vw;

}
@media screen and (min-width: 768px) {
#back-lab .faq li .box02 {
    font-size: 1.2608695652vw;
  }
}


#back-lab .faq li .num {
    width: 2.6086956522vw;
    min-width: 2.6086956522vw;
    height: 2.6086956522vw;
    font-size: 18px;
    padding: 0 5px 0 10px;
}
#back-lab .border-box_faq_a {
    width: 90%;
    margin: 10px auto;
	text-align: left;
}

@media screen and (min-width: 768px){
  #back-lab .border-box_faq {
      border: 0.2vw solid #333;
      border-radius: 1vw;
      width: 90%;
      margin: 20px auto;
    text-align: left;
  }
  #back-lab .border-box_faq_a {
      width: 90%;
      margin: 10px auto;
    text-align: left;
  }
  #back-lab .faq li .num {
    width: 2.6086956522vw;
      min-width: 2.6086956522vw;
      height: 2.6086956522vw;
      font-size: 25px;
      padding-left: 10px;

  }

    #back-lab .border-box_faq {
      border: 0.2666666667vw solid #333;
      border-radius: 1.6vw;


  }
}
@media screen and (max-width: 640px){
  .mr-sp{
    margin-bottom: 70px !important;
  }
  .single ol#breadcrumbs{
    font-size: 16px;
  }
  .header-navigation,
  #back-lab{
    width: 100%;
  }
  #back-lab .s-title{
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  #back-lab h1 img{
    width: 100%;
    height: auto;
  }
  #back-lab .trouble .pattern {
    justify-content: space-between;
    margin: 13.3333333333vw 0 0 0;
}
  #back-lab .trouble .pattern > li {
    width: 48%;
    background: #fff;
    padding: 40vw 2vw 3.3333333333vw 2vw;
    position: relative;
}
#back-lab .trouble .pattern > li:nth-child(1) {
  background: #fff url(../../images/cp/backlab/trouble-img01.png) no-repeat 50% 12vw;
  background-size: 40vw auto;
}
#back-lab .trouble .pattern > li:nth-child(2) {
  background: #fff url(../../images/cp/backlab/trouble-img02.png) no-repeat 50% 12vw;
  background-size: 40vw auto;
}
#back-lab .trouble .pattern > li ul{
  font-size: 20px;
}
#back-lab .trouble .pattern h3{
  font-size: 22px;
  line-height: 45px; 
  width: 41.7333333333vw;
}
#back-lab .trouble .pattern + p{
  font-size: 23px;
  margin: 35px 0 0 -4em;
}
#back-lab .risk li > span span:nth-child(1){
  font-size: 42px;
}
#back-lab .risk li > span span:nth-child(2){
  font-size: 24px;
}
/* #back-lab .risk{
  padding: 0 0 0 0;
} */
#back-lab .risk li{
  width: 168px;
  height: 168px;
}
#back-lab .risk ul{
  width: 548px;
}
#back-lab .risk h2{
  font-size: 23px;
}
  #back-lab .trouble::after{
    right: 0;
    width: 114px;
    height: 165px;
  }
  .dis-block{
		display: block;
	}
	.dis-none{
		display: none;
	}
	#back-lab .about .s-title span{
		font-size: 38px;
		line-height: 1.5;
	}
	#back-lab .about img{
		width: 100%;
		height: auto;
	}
  #back-lab .lineup,
  #back-lab .merit,
  #back-lab .feature,
  #back-lab .about,
	#back-lab .trouble{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
  .about .fbold br{
    display: none;
  }
  #back-lab .about .border-box {
    padding: 50px 15px 35px 15px;
  }
  #back-lab .feature li{
    width: 100%;
    margin-bottom: 40px !important;
  }
  #back-lab .feature li:nth-child(-n+2){
    margin: 0;
  }
  #back-lab .feature li:last-child{
    margin: 0 !important;
  }
  #back-lab .flow .img{
    padding: 40px 20px 0;
  }
  #back-lab .flow img{
    width: 100%;
    height: auto;
  }
  #back-lab .about{
    font-size: 23px;
  }
  #back-lab .about .pd-sp{
    padding-right: 40px;
  }
  #back-lab .flow{
    padding: 72px 20px 42px;
  }
  #back-lab .flow .img::after{
    display: none;
  }
  #back-lab .flow .img{
    border-top: 1px solid #181818;
    margin-top: 10px;
  }
  #back-lab .merit{
    background: #fff5d2;
  }
  #back-lab .merit .s-title span{
    font-size: 32px;
  }
  #back-lab .merit .list {
    margin: 30px 0 0 0;
}
#back-lab .merit h3{
  font-size: 27px;
  width: 328px;
}
#back-lab .merit .list > li{
  font-size: 23px;
  padding: 60px 20px 25px;
}
#back-lab .merit .list > li:nth-child(1) img{
  width: 462px;
}
#back-lab .merit img{
  width: 100%;
  height: auto;
}
#back-lab .merit .management{
  font-size: 28px;
  margin-top: 10px;
}
#back-lab .merit .money{
  width: 100%;
}
#back-lab .merit .money > div{
  width: 265px;
  padding: 25px 20px 30px 23px;
  margin-left: 10px;
}

#back-lab .website img{
  width: 100%;
  height: auto;
}
#back-lab .website{
	padding-left: 40px !important;
		padding-right: 40px !important;
    padding-bottom: 0;
}
#back-lab .website .flowplan{
  padding: 10px 20px;
  background-color: #fff;
  margin: 50px -40px 0;
}
#back-lab .website .flowplan img{
  margin-bottom: 30px;
}
.lineup ul li{
  margin-bottom: 17px;
}
.lineup dl img{
  width: 100%;
  height: auto;
}
.lineup ul li:last-child{
  margin-bottom: 0;
}
#back-lab .lineup{
  padding-top: 50px;
}
#back-lab .support{
  padding: 0 0 55px !important;
}
#back-lab .support .camp{
  margin: 0;
}
#back-lab .lineup dl.item{
  margin-top: 34px;
}
#back-lab .option,
#back-lab .scene,
#back-lab .cost{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#back-lab .cost img{
  width: 100%;
  height: auto;
}
#back-lab .scene li{
  padding: 30px 35px 30px 35px;
}
#back-lab .scene h3{
  font-size: 28px;
  width: 263px;
  height: 161px;
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
  padding-top: 40px;
  line-height: 1.5;
}
#back-lab .scene h3 span{
  display: block;
  line-height: 1.5;
}
#back-lab .scene li:nth-child(1){
  background-size: 244px 162px;
  background-position: right 25px top 13%;
  margin: 0 0 35px 0;
}
#back-lab .scene li:nth-child(2){
  background-size: 244px 162px;
  background-position: right 25px top 13%;
}
#back-lab .option h2{
  font-size: 29px;
  background-size: 766px auto;
}
#back-lab .option .crowdfunding h3{
  font-size: 32px;
}
#back-lab .option .crowdfunding .txt01{
  text-align: left;
  font-size: 23px;
  padding: 0 45px;
}
#back-lab .option .crowdfunding .box{
  width: 100%;
  text-align: center;
  padding: 20px;
}
#back-lab .option .crowdfunding .box p{
  text-align: center;
  font-size: 20px;
}
#back-lab .option .crowdfunding .inner{
  display: block;
  margin: 40px 0 0 0;
}
#back-lab .option .crowdfunding h4{
  margin-top: 45px;
  text-align: center;
}
#back-lab .option .crowdfunding .box ul{
  font-size: 24px;
  display: inline-block;
  margin: 17px 0;
  text-align: left;
  padding-left: 25px;
}
#back-lab .option .crowdfunding .box dl {
  display: flex;
}
#back-lab .option .crowdfunding .box dd {
  text-align: left;
  font-size: 20px;
}
#back-lab .option .crowdfunding .box dt {
  width: 85px;
  height: 32px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  border-radius: 50px;
  background: #181818;
  color: #fff;
  margin: 0 1.6vw 0 0;
}
#back-lab .option .crowdfunding .inner > section{
  width: 100%;
}
#back-lab .option .crowdfunding .inner img{
  width: 100%;
  height: auto;
}
#back-lab .option .crowdfunding h4 > span:nth-child(1){
  font-size: 28px;
  margin-bottom: 10px;
}
#back-lab .option .crowdfunding .txt02{
  font-size: 20px;
}
#back-lab .option img{
  width: 100%;
  height: auto;
}
#back-lab .option .introduction-image h3{
  font-size: 30px; 
}
#back-lab .option .introduction-image{
  padding: 25px 19px 20px 28px;
}
#back-lab .faq{
  margin-top: 0;
}
#back-lab .option{
  padding-bottom: 64px;
}
#back-lab .faq .img-1{
  width: 100%;
  height: auto;
}
#back-lab .faq li .box02{
  font-size: 18px;
}
#back-lab .faq .img-2 img{
  width: 22%;
  height: auto;
  margin-top: 30px;
}
#back-lab .cvline,
#back-lab .cv{
  width: 505px;
}
#back-lab .cvline a,
#back-lab .cv a{
  font-size: 28px;
  padding: 0 0 0 30px;
}
}




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