@charset "UTF-8";
/* CSS Document */

.bl {
  display: block;
}

.c_blue {
  color: #0000ff;
}

.c_red {
  color: #ff0000;
}

span.tax {
  font-size: 0.6em;
}

p.img_caption {
  margin-bottom: 1em;
}

p.caption {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

p.attention {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

ul.pointlist {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

table.p_list {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

table.p_list td {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

.gray {
  color: #000000;
  background-color: #e1e1e1;
  width: 55%;
  text-align: center
}

.c_t {
  background-color: #4573c4;
  color: #ffffff;
}

.c_c {
  background-color: #70ac46;
  color: #ffffff;
}

.o_d {
  background-color: #ffc000;
  color: #ffffff;
}

.sys {
  background-color: #ff0000;
  color: #ffffff;
}

table.funclist {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin-bottom: 1em;
}

table.funclist td {
  width: 20%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  padding: 5px;
  vertical-align: middle;
}

table.funclist td.basic {
  background-color: #4573c4;
  color: #ffffff;
  vertical-align: middle;
}

table.funclist td.option {
  background-color: #70ac46;
  color: #ffffff;
  vertical-align: middle;
}

ul.flow {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
}

ul.flow li {
  box-sizing: border-box;
  padding: 5px;
  color: #000000;
  margin-bottm: 2px;
}

article.shoplist {
  width: 50%;
  box-sizing: border-box;
  padding: 3px;
}

article.shoplist .shopimg {
  position: relative;
}

article.shoplist .shopimg span.genre {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #0064b2;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 2px;
  font-size: 0.8em;
}

article.shoplist p.url {
  line-height: 1.2em;
  text-align: center;
}

#page div.content {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

div.smart {
  margin-bottom: 1em;
}

div.smart p {
  margin-bottom: 1em;
}

#web .red {
  color: #f00;
}

#web .bold {
  font-weight: 600;
}

#web .em15 {
  font-size: 1.5em !important;
}

#web .plan {
  margin: 0 auto;
  max-width: 960px;
  box-sizing: border-box;
  padding: 20px 10px;
}

#web .plan .content-inner,
#web .flow .content-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  width: 100%;
}

#web .plan .content-inner .plan01,
#web .flow .content-inner .plan01 {
  width: 100%;
}

#web .plan .content-inner .plan02,
#web .flow .content-inner .plan02 {
  width: 100%;
  position: relative;
}

#web .plan .content-inner .plan03,
#web .plan .content-inner .plan04 {
  width: 100%;
}

#web .plan .content-inner .inner,
#web .flow .content-inner .inner {
  box-sizing: border-box;
  padding: 5px 10px 20px;
}

#web .box {
  width: 95%;
  background-color: #f1f1f1;
  margin: 0px auto;
  border-radius: 0 0 20px 20px;
}

#web .box h4,
#web .box h5 {
  text-align: center;
  line-height: 1.2em;
  font-size: 1.5em;
  box-sizing: border-box;
  padding: 5px 2px;
  color: #fff;
  font-weight: 600;
}

#web .box h5 {
  margin-bottom: 5px;
}

#web .box h4.light,
#web .flow h4.light {
  background-color: #ffc000;
}

#web .box h4.standard {
  background-color: #3e6cdf;
}

#web .box h4.customize {
  background-color: #99c997;
}

#web .box h4.original {
  background-color: #fb91da;
}

#web .box h4 span {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}

#web .box h5.light {
  background-color: #147313;
}

#web .box h5.standard {
  background-color: #2f5596;
}

#web .box .initial {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px;
}

#web .box .initial .price {
  display: block;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #000;
}

#web .box .initial .price::after {
  content: "(税込)";
  font-size: 1rem;
}

#web .box .row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#web .box .row:last-of-type {
  border-bottom: 2px solid #fff;
}

#web .box .row .que {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

#web .orange {
  background-color: #ffa822;
  color: #fff;
}

#web .orange2 {
  background-color: #fbc995;
  color: #000;
}

#web .blue {
  background-color: #2f5596;
  color: #fff;
}

#web .blue2 {
  background-color: #deeaf6;
  color: #000;
}

#web .row.orange.bold,
#web .row.blue.bold {
  box-sizing: border-box;
  padding: 5px;
}

#web .box .row .ans {
  width: 100%;
  background-color: #ffe0c0;
  box-sizing: border-box;
  padding: 5px;
}

#web .box .attention {
  font-size: 0.9em;
  line-height: 1.2em;
  box-sizing: border-box;
  padding: 5px;
}

#web .box .attention::before {
  content: "※";
}

#web .box .introduction {
  font-size: 1rem;
  line-height: 1.2em;
}

#web .box .introduction:not(:last-of-type) {
  margin-bottom: 1em;
}

#web .plan ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

#web .plan ul li {
  color: #f00;
}

#web .design ul {
  font-size: 0;
  line-height: 1em;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

#web .design ul li {
  box-sizing: border-box;
  padding: 2.5px;
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 1em;
}

#web .design ul li span {
  display: block;
  text-align: center;
  font-size: 1.2em;
}

#web .function ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  width: 100%;
}

#web .function ul li {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 5px 2px;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 1.2em;
}

#web .function ul li:nth-child(odd) {
  background-color: #f3f3f3;
}

#web .function ul li:nth-child(even) {
  background-color: #e7e7e7;
}

#web .monthly .row {
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.2em;
}

#web .monthly .row.wide {
  width: 100%;
}

#web .monthly .row.title {
  background-color: #8e8e8e;
  color: #fff;
}

#web .monthly {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

#web .monthly .row {
  width: calc(100% / 3);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

#web .monthly .row.left {
  border-left: 1px solid #000;
}

#web .monthly .row.bottom {
  border-bottom: 1px solid #000;
}

.osusume {
  position: absolute;
  top: -4%;
  right: -4%;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background: #f00;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -9%;
  right: 59%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #f00;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.arrow.light {
  color: #ffc000;
}

.arrow.standard {
  color: #3e6cdf;
}

.arrow::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

#web .flow .flowbox {
  width: 95%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 10px 2px;
  border: 2px solid #000;
  line-height: 1em;
  text-align: center;
  position: relative;
  margin-top: 1em;
}

#web .flow .box .arrowbox {
  position: relative;

}

#web .flow .box .arrow {
  top: 0%;
  left: 50%;
}

#web .plan01,
#web .plan02,
#web .plan03,
#web .plan04 {
  margin-bottom: 1em;
}

#web .faq .row {
  width: 100%;
}

#web .faq .que {
  background-color: #f1f1f1;
}

#web .faq .ans {
  margin-bottom: 1em;
}

@media screen and (min-width: 960px) {
  .sp_only {
    display: none;
  }

  article.shoplist {
    width: calc(100% / 3);
  }

  div.smart {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }

  div.smart div.box1 {
    width: 40%;
  }

  div.smart div.box2 {
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
  }

  #web .plan .content-inner .plan01,
  #web .flow .content-inner .plan01 {
    width: 50%;
  }

  #web .plan .content-inner .plan02,
  #web .flow .content-inner .plan02 {
    width: 50%;
  }

  #web .plan .content-inner .plan03,
  #web .plan .content-inner .plan04 {
    width: 50%;
  }

  #web .box {
    height: 100%;
  }

  #web .box .row .que {
    width: 50%;
    border-right: 2px solid #fff;
  }

  #web .box .row .ans {
    width: 50%;
    text-align: center;
  }

  #web .design ul li {
    width: calc(100% / 4);
  }

  #web .function ul li {
    width: 25%;
  }

  .osusume {
    position: absolute;
    top: -8%;
    right: -8%;
  }

  .balloon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  .balloon:before {
    bottom: -9%;
    right: 59%;
    margin-top: -15px;
  }

  #web .flow .box .arrow {
    top: 0%;
    left: 50%;
  }
}
