@charset "UTF-8";
/*------------------------------------------------------------Content*/
/*--- flow*/
#flow ul li {
  position: relative;
  padding: 10px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  background: #fff;
}
#flow ul li:last-child {
  margin-bottom: 0;
}
#flow ul li:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 3px solid #ff7800;
  border-bottom: 3px solid #ff7800;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
#flow ul li:last-child::after {
  border: none;
}
#flow > div figure {
  margin: 15px 0;
  text-align: center;
}
#flow > div figure img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#flow .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#flow .flex_box ul {
  width: 48%;
}
#flow ul li {
  font-size: 18px;
  margin-bottom: 30px;
}
#flow ul li:after {
  width: 20px;
  height: 20px;
}
#flow .flex_box > div {
  width: 48%;
}
#flow > div figure {
  margin: 0 0 30px;
  text-align: center;
}
#flow > div figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
}

/*--- fittings*/
#fittings .fig_box {
  text-align: center
}
#fittings .fig_box figure {
  margin-top: 15px;
}
#fittings .fig_box figure img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#fittings .fig_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#fittings .fig_box figure {
  margin-top: 0;
  margin-left: 30px;
}
#fittings .fig_box figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
}

/*--- item*/
#item .fig_box ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  line-height: 1.3;
  text-align: left;
}
#item ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #ff7800;
}
#item .fig_box figure {
  margin-top: 15px;
  text-align: center;
}
#item .fig_box figure img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#item .fig_box {
  display: flex;
  justify-content: space-between;
}
#item .fig_box > div {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 390px);
}
#item .fig_box figure {
  margin-top: 0;
}
}

