.sp-only {
  display: none;
}

.order-flow {
  padding-bottom: 4em;
}

@media screen and (max-width: 667px) {
  .order-flow {
    padding-bottom: 2em;
  }
  .order-flow .sp-picture {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .category-top .cat__menu {
    display: flex;
    flex-wrap: wrap;
  }
  .category-top .cat__menu li {
    width: 50%;
  }
  .category-top li.cat__has-sub {
    height: fit-content;
  }
  .category-top .cat__menu ul.cat__menu-sub {
    width: 200%;
    flex-wrap: wrap;
  }
  .category-top .cat__menu li:nth-child(odd) ul.cat__menu-sub {
    margin-right: -100%;
  }
  .category-top .cat__menu li:nth-child(even) ul.cat__menu-sub {
    margin-left: -100%;
  }
  .category-top .cat__menu .cat__menu-sub li {
    width: 50%;
    float: left;
    margin: 14px 0 20px 0px;
  }
  .category-top .cat__menu li:nth-child(odd) .cat__menu-sub li:nth-child(odd) {
    clear: both;
  }
  .category-top.sb__category ul > li > a:before {
    right: 25px;
  }
}
.order-flow .top-section-sub-title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.order-flow--inner {
  margin-top: 1em;
}
.flow-naire {
  background: url(../images/common/bg_order-step01.png) no-repeat left top;
  height: 543px;
}
@media screen and (max-width: 667px) {
  .flow-naire {
    background: none;
    height: auto;
    padding-bottom: 4em;
  }
}
.flow-muji {
  background: url(../images/common/bg_order-step02.png) no-repeat left top;
  height: 72px;
}
@media screen and (max-width: 667px) {
  .flow-muji {
    background: none;
    height: auto;
  }
}
.order-flow--inner:after {
  content: "\0020";
  clear: both;
  display: block;
}
.flow-list {
  position: relative;
  float: left;
  line-height: 1;
    font-size: 13px;
}
@media screen and (max-width: 667px) {
  .flow-list {
    float: none;
  }
}
.flow-list:nth-child(n+2) {
  margin-left: 1.1em;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(n+2) {
    margin-left: 0;
  }
}
.order-flow--inner .flow-list:nth-child(1) {
  width: 243px;
}
.order-flow--inner .flow-list:nth-child(2) {
  width: 324px;
}
.order-flow--inner .flow-list:nth-child(3) {
  width: 256px;
}
@media screen and (max-width: 667px) {
  .order-flow--inner .flow-list:nth-child(1), .order-flow--inner .flow-list:nth-child(2), .order-flow--inner .flow-list:nth-child(3) {
    width: 100%;
  }
  .flow-naire .flow-list:nth-child(1) {
    height: 33.4em;
  }
  .flow-naire .flow-list:nth-child(2) {
    height: 34em;
  }
  .flow-naire .flow-list:nth-child(3) {
    height: 25em;
  }
  .flow-muji .flow-list:nth-child(1), .flow-muji .flow-list:nth-child(2), .flow-muji .flow-list:nth-child(3) {
    height: 5em;
  }
}
.flow-list .headline {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .flow-list .headline {
    background-color: #3e454f;
    border-radius: 0.5em;
    text-align: left;
    color: #fff;
  }
}
.flow-list .headline .number {
  display: none;
}
@media screen and (max-width: 667px) {
  .flow-list .headline .number {
    display: inline-block;
  }
}
.flow-list:nth-child(1) .headline {
  padding: 2em 0;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .headline {
    padding: 1em 0.5em;
  }
}
.flow-list:nth-child(2) .headline, .flow-list:nth-child(3) .headline {
  position: relative;
  padding: 1.1em 0.5em 0;
  color: #3e454f;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .headline, .flow-list:nth-child(3) .headline {
    position: static;
    width: 100%;
    padding: 1em 0.5em;
    color: #fff;
  }
}
.flow-list:nth-child(3) .headline span {
  position: absolute;
  top: 1.1em;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .headline span {
    position: static;
  }
}
.flow-naire .flow-list:nth-child(3) .headline span:nth-child(1) {
  left: 2.5em;
}
.flow-naire .flow-list:nth-child(3) .headline span:nth-child(2) {
  left: 10.5em;
}
.flow-muji .flow-list:nth-child(3) .headline span:nth-child(1) {
  left: 6em;
}
.flow-list .supplement {
  position: relative;
  left: -25.5em;
  width: 560px;
  padding-top: 2.7em;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .flow-list .supplement {
    position: static;
    width: 100%;
    padding-top: 0;
    color: #000;
  }
  .flow-list:nth-child(3) .supplement {
    margin-top: 1em;
  }
}
@media screen and (max-width: 667px) {
  .flow-list .flow-parts {
    position: relative;
    border-radius: 0.5em;
    margin-top: 1em;
    padding: 0 1em 0 4em;
  }
  .flow-list:nth-child(1) .flow-parts {
    background-color: #fbb03b;
    height: 20em;
  }
  .flow-list:nth-child(2) .flow-parts:nth-child(3) {
    background-color: #01acf1;
    height: 10em;
  }
  .flow-list:nth-child(2) .flow-parts:nth-child(4) {
    background-color: #fbb03b;
    height: 10em;
  }
  .flow-list:nth-child(3) .flow-parts:nth-child(4) {
    background-color: #01acf1;
    height: 10em;
  }
  .flow-list:nth-child(3) .flow-parts:nth-child(5) {
    background-color: #fbb03b;
    height: 5em;
  }
}
.flow-list .flow-parts .person {
  position: absolute;
  left: -1em;
  top: 8.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .flow-list .flow-parts .person {
    top: 0;
    border-radius: 0.5em;
    padding: 0 0.5em;
    text-align: center;
    line-height: 2em;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.flow-list:nth-child(1) .flow-parts .person {
  width: 235px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .flow-parts .person {
    background-color: #f7931e;
    width: 3em;
    height: 20em;
  }
}
.flow-list:nth-child(2) .flow-parts:nth-child(3) .person {
  width: 148px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .flow-parts:nth-child(3) .person {
    background-color: #2683c9;
    width: 3em;
    height: 10em;
  }
}
.flow-list:nth-child(2) .flow-parts:nth-child(4) .person {
  left: 170px;
  width: 148px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .flow-parts:nth-child(4) .person {
    left: -1em;
    background-color: #f7931e;
    width: 3em;
    height: 10em;
  }
}
.flow-list:nth-child(3) .flow-parts:nth-child(4) .person {
  width: 148px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .flow-parts:nth-child(4) .person {
    background-color: #2683c9;
    width: 3em;
    height: 10em;
  }
}
.flow-list:nth-child(3) .flow-parts:nth-child(5) .person {
  left: 172px;
  width: 63px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .flow-parts:nth-child(5) .person {
    left: -1em;
    background-color: #f7931e;
    width: 3em;
    height: 5em;
  }
}
.flow-list .vertical, .flow-list .branch {
  position: absolute;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .flow-list .vertical, .flow-list .branch {
    position: relative;
  }
}
.flow-list .vertical {
  top: 11.8em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 667px) {
  .flow-list .vertical {
    top: 1em;
    background-color: #fff;
    padding: 1em 0;
    text-align: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    z-index: 2;
  }
}
.flow-list:nth-child(1) .vertical {
  color: #fbb03b;
}
.flow-list:nth-child(1) .vertical.list01 {
  left: 2em;
  height: 213px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .vertical.list01 {
    left: 0;
    width: 100%;
    height: auto;
  }
}
.flow-list:nth-child(1) .vertical.list02 {
  top: 20.1em;
  left: 15.1em;
  height: 106px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .vertical.list02 {
    top: -7em;
    left: 0;
    float: right;
    width: 50%;
    height: auto;
  }
}
.flow-list:nth-child(2) .flow-parts:nth-child(3) .vertical {
  color: #01acf1;
}
.flow-list:nth-child(2) .flow-parts:nth-child(4) .vertical {
  color: #fbb03b;
}
.flow-list:nth-child(2) .flow-parts:nth-child(3) .vertical.list01 {
  left: 2em;
  height: 213px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .flow-parts:nth-child(3) .vertical.list01 {
    left: 0;
    width: 100%;
    height: auto;
  }
}
.flow-list:nth-child(2) .flow-parts:nth-child(4) .vertical.list01 {
  left: 15.1em;
  height: 106px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .flow-parts:nth-child(4) .vertical.list01 {
    left: 0;
    width: 50%;
    height: auto;
  }
}
.flow-list:nth-child(2) .flow-parts:nth-child(4) .vertical.list02 {
  left: 21.5em;
  height: 106px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(2) .flow-parts:nth-child(4) .vertical.list02 {
    left: 0;
    top: 3em;
    width: 50%;
    height: auto;
  }
}
.flow-list:nth-child(3) .flow-parts:nth-child(4) .vertical {
  color: #01acf1;
}
.flow-list:nth-child(3) .flow-parts:nth-child(5) .vertical {
  color: #fbb03b;
}
.flow-list:nth-child(3) .flow-parts:nth-child(4) .vertical.list01 {
  left: 2em;
  height: 213px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .flow-parts:nth-child(4) .vertical.list01 {
    left: 0;
    width: 100%;
    height: auto;
  }
}
.flow-list:nth-child(3) .flow-parts:nth-child(4) .vertical.list02 {
  left: 8.6em;
  height: 213px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .flow-parts:nth-child(4) .vertical.list02 {
    top: 2.2em;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.flow-list:nth-child(3) .flow-parts:nth-child(5) .vertical.list01 {
  left: 15em;
  height: 213px;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(3) .flow-parts:nth-child(5) .vertical.list01 {
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 667px) {
  .flow-list .branch-wrap {
    position: relative;
    top: 1em;
    width: 100%;
  }
  .flow-list .branch-wrap:after {
    content: "\0020";
    clear: both;
    display: block;
  }
  .flow-list:nth-child(2) .flow-parts:nth-child(4) .branch-wrap {
    margin-top: -6em;
  }
  .flow-list .branch-wrap-list {
    float: left;
    width: 50%;
    text-align: center;
  }
  .flow-list:nth-child(2) .flow-parts:nth-child(4) .branch-wrap-list:nth-child(1) {
    height: 12em;
  }
}
.flow-list .branch {
  left: 6em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .flow-list .branch {
    left: 0;
    width: 2em;
    margin: 0 auto;
    padding: 0 0.1em;
    line-height: 1.8;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
  }
  .flow-list .branch:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.15em;
    border-top-style: solid;
    border-top-width: 1.2em;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    display: block;
  }
  .flow-list:nth-child(1) .branch.list01:after, .flow-list:nth-child(1) .branch.list02:after, .flow-list:nth-child(1) .branch.list03:after {
    border-top-color: #f7931e;
  }
  .flow-list:nth-child(2) .branch.list01:after, .flow-list:nth-child(2) .branch.list02:after {
    border-top-color: #2683c9;
  }
  .flow-list:nth-child(2) .branch.list03:after, .flow-list:nth-child(2) .branch.list04:after {
    border-top-color: #f7931e;
  }
  .flow-list:nth-child(2) .branch.list05:after {
    border-top-color: #2683c9;
  }
  .flow-list:nth-child(3) .branch.list01:after, .flow-list:nth-child(3) .branch.list02:after {
    border-top-color: #2683c9;
  }
}
.flow-list:nth-child(1) .branch.list01, .flow-list:nth-child(2) .branch.list01 {
  top: 15.1em;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .branch.list01, .flow-list:nth-child(2) .branch.list01 {
    top: 0;
  }
}
.flow-list:nth-child(1) .branch.list02, .flow-list:nth-child(2) .branch.list02 {
  top: 23.4em;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .branch.list02, .flow-list:nth-child(2) .branch.list02 {
    top: 0;
  }
}
.flow-list:nth-child(1) .branch.list02 {
  left: 7em;
}
@media screen and (max-width: 667px) {
  .flow-list:nth-child(1) .branch.list02 {
    left: 0;
    background-color: #f7931e;
    height: 11em;
  }
  .flow-list:nth-child(1) .branch.list01 {
    background-color: #f7931e;
    height: 20em;
  }
  .flow-list:nth-child(2) .branch.list01 {
    background-color: #2683c9;
    height: 6.8em;
  }
  .flow-list:nth-child(2) .branch.list02 {
    background-color: #2683c9;
    height: 8em;
  }
  .flow-list:nth-child(2) .branch.list03 {
    top: 3em;
    background-color: #f7931e;
    height: 0.8em;
  }
  .flow-list:nth-child(2) .branch.list04 {
    top: 7em;
    background-color: #f7931e;
    height: 3.2em;
  }
  .flow-list:nth-child(2) .branch.list05 {
    background-color: #2683c9;
    height: 11em;
  }
  .flow-list:nth-child(3) .branch.list01 {
    top: 1em;
    background-color: #2683c9;
    height: 0.8em;
  }
  .flow-list:nth-child(3) .branch.list02 {
    top: 2em;
    background-color: #2683c9;
    height: 2em;
  }
  .flow-list:nth-child(1) .branch.list03 {
    top: 3em;
    left: 0;
    background-color: #f7931e;
    height: 6em;
  }
}
.flow-list .frame {
  position: absolute;
  top: 420px;
  left: 0;
  background-color: #fff;
  border: 1px solid #3e454f;
  padding: 1em 2em;
  font-size: 0.9em;
  line-height: 1.4;
  color: #3e454f;
}
@media screen and (max-width: 667px) {
  .flow-list .frame {
    position: static;
    border: none;
    margin-top: 1em;
    padding: 0;
    font-size: 1em;
  }
}
.flow-list .frame .sentence {
  position: relative;
}
.flow-list .frame .sentence:before, .flow-list .frame .sentence:after {
  content: "";
  position: absolute;
  left: 10%;
}
@media screen and (max-width: 667px) {
  .flow-list .frame .sentence:before, .flow-list .frame .sentence:after {
    display: none;
  }
}
.flow-list .frame .sentence:before {
  top: -4.1em;
  margin-left: -1.35em;
  border: 0.97em solid transparent;
  border-bottom: 2.3em solid #FFF;
  z-index: 2;
}
.flow-list .frame .sentence:after {
  top: -4.4em;
  margin-left: -1.42em;
  border: 1.05em solid transparent;
  border-bottom: 2.4em solid #555;
  z-index: 1;
}
.flow-list:nth-child(3) .frame .sentence:before, .flow-list:nth-child(3) .frame .sentence:after {
  left: 90%;
}
@media screen and (max-width: 667px) {
  .order-flow {
    margin-top: 30px;
  }
}
.order-flow .picture {
  width: 100%;
}
.order-flow .toggle-wrap:nth-child(2) {
  margin-top: 30px;
}
.toggle-trigger {
  position: relative;
}
.toggle-trigger:after {
  display: block;
  position: absolute;
}
.toggle-body {
  position: relative;
  display: none;
}
.choice-hansoku-style .toggle-trigger:after {
  content: "+詳しく見る";
  bottom: 2px;
  right: 3px;
  width: 6em;
  text-align: right;
  transition: .3s;
}
.choice-hansoku-style .toggle-trigger.open:after {
  content: "-閉じる";
}
.choice-hansoku-style .toggle-body {
  padding: 5px 0;
}
.order-flow .toggle-trigger:after {
  content: "+詳しく見る";
  bottom: -15px;
  right: 3px;
  width: 6em;
  text-align: right;
  transition: .3s;
}
.order-flow .toggle-trigger.open:after {
  content: "";
}
.order-flow .toggle-body {
  padding: 15px 0;
}
.order-flow .toggle-body .toggle-close {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
