#side .category_link ul li a.slct, #side .category_link ul li a:hover,
.svg #side .category_link ul li a.slct, .svg #side .category_link ul li a:hover {
  background-color: #bdded7;
}

#main .menkai {
  text-align: center;
  list-style-type: none;
  margin: 0 15px;
  padding: 10px;
  line-height: 0;
}
#main .menkai dt {
  display: inline-block;
  margin-right: 1em;
}
#main .menkai dd {
  display: inline-block;
  border: 0 none;
  margin-right: 2em;
}
#main .menkai .red {
  color: red;
}
#main table.checkup_list {
  font-size: 1.4rem;
}
#main table.checkup_list thead th {
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.checkup_list thead td {
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.checkup_list tbody th {
  text-align: left;
  width: 10%;
  padding: 5px;
  background: #f1faf7;
}
#main table.checkup_list tbody td {
  padding: 5px;
  text-align: center;
}
#main table.checkup_list tbody td.text {
  padding: 5px;
  text-align: left;
  width: 30%;
}
#main table.plice_list {
  table-layout: auto;
}
#main table.plice_list thead th {
  width: auto;
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.plice_list thead td {
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.plice_list tbody th {
  text-align: left;
  width: 30%;
  max-width: 210px;
  padding: 5px;
  background: #f1faf7;
  color: #267a5e;
}
#main table.plice_list tbody td {
  width: auto;
  padding: 5px;
  text-align: center;
}
#main table.plice_list tbody td span {
  display: inline-block;
  width: 9em;
  text-align: right;
}
#main table.option_list {
  table-layout: auto;
}
#main table.option_list thead th {
  width: auto;
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.option_list thead td {
  text-align: center;
  padding: 5px;
  background: #bdded7;
}
#main table.option_list tbody th {
  text-align: left;
  width: 8em;
  max-width: 210px;
  padding: 5px;
  background: #f1faf7;
  color: #267a5e;
}
#main table.option_list tbody td {
  width: auto;
  padding: 5px;
  text-align: left;
}
#main table.option_list tbody td.r {
  text-align: right;
}
#main table.option_list tbody td dl {
  text-align: left;
  margin: 0;
}
#main table.option_list tbody td dl dd {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
#main table.option_list tbody td dl dd ul li {
  display: inline-block;
  margin-right: 20px;
}
#main table.option_list tbody td dl dd ul li::before {
  border: 4px solid #267a5e;
  border-radius: 10px;
  top: 9px;
  left: -12px;
}

.flow {
  margin: 10px;
}

.flow div {
  margin: 0 0 50px;
  border: 1px solid #bdded7;
  position: relative;
}

.flow div h4 {
  margin: 0;
  padding: 10px;
  color: #267a5e;
  position: relative;
  text-indent: 1em;
  line-height: 1;
}

.flow div h4::before {
  content: '';
  margin: auto;
  padding: 0;
  width: 0;
  height: 0;
  display: block;
  border: 6px solid #267a5e;
  position: absolute;
  top: 0;
  bottom: 0;
}

.flow div:not(:last-child)::after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -50px;
  border-top: 20px solid #267a5e;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  margin: auto;
  width: 0;
  height: 0;
  content: "";
}

.download a {
  line-height: 2;
  text-align: center;
  margin: auto;
  display: block;
  width: 11em;
}

#main dl.price {
  margin: 10px 0 0;
  display: flex;
  border: 1px solid #267a5e;
}
#main dl.price dt {
  background: #267a5e;
  position: relative;
  width: 7em;
  color: #fff;
}
#main dl.price dt p {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6em;
  height: 2em;
  line-height: 2em;
  left: 0;
  right: 0;
  text-align: center;
}
#main dl.price dd {
  border-bottom: 0 none;
  width: calc( 100% - 7em);
  margin: 0;
  padding: 0 0 0 10px;
}

#main dl.price2 {
  margin: 10px 0 0;
  display: flex;
  border: 1px solid #267a5e;
}
@media (min-width: 768px) {
  #main dl.price2 {
    margin: 10px 10px 0;
  }
}
#main dl.price2 dt {
  background: #267a5e;
  position: relative;
  width: 7em;
  color: #fff;
}
#main dl.price2 dt p {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6em;
  height: 2em;
  line-height: 2em;
  left: 0;
  right: 0;
  text-align: center;
}
#main dl.price2 dd {
  border-bottom: 0 none;
  width: calc( 100% - 7em);
  margin: 0;
  padding: 0 0 0 10px;
}
