@charset "UTF-8";
/* BiNDクラウドサービスサイト */

/* Firefox対策 */
.b-headlines .g-column .column {
  min-width: 0;
}

sup {
  padding-left: .25em;
  font-size: 11px;
  vertical-align: super;
}
sub {
  padding-left: .25em;
  font-size: 11px;
  vertical-align: sub;
}
.d-largest_font {
  /* font-size:190%; */
  line-height:inherit;
}
.d-larger_font {
  /* font-size:160%; */
  line-height:inherit;
}
/* .d-large_font {
 font-size:130%
} */
/* .d-small_font {
 font-size:85%
} */
/* .d-smallest_font {
 font-size:70%
} */

.c-list_table thead th {
  text-align: center;
}
@media screen and (max-width: 641px) {
  .c-list_table thead {
    display: none;
  }
  .c-list_table tbody td:before {
    content: attr(data-thead);
    display: block;
    color: #999;
  }
}

.column:empty {
  display: none;
}

.bg-document .m-motion.-f {
  z-index: 6 !important; /* .m-motion.-g li = z-index:5 */
}
.bg-document .m-motion.-f li ul li {
  position: relative;
  cursor: pointer;
}
.bg-document .m-motion.-f li ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
}
.bg-document .m-motion.-f li ul li:hover ul {
  display: block;
}
.bg-document .m-motion.-f li ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.bg-document .m-motion.-f li ul li ul::before {
  display: none;
}
.bg-document .m-motion.-f li ul li:first-child {
  padding: 0;
  position: relative;
}
.bg-document .m-motion.-f li ul li ul li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translate(0,-50%);
  border: 4px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

@media screen and (max-width: 641px) {
  .bg-document .m-motion.-f li ul li ul {
    display: block;
    position: static;
  }
  .bg-document .m-motion.-f li ul li ul li a,
  .bg-document .m-motion.-f li ul li ul li .c-unlink {
    text-indent: 1em;
  }
}


/* ----------------------------------------
  SCREEN
---------------------------------------- */
/* screen > PC */
.screen-pc {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 12px;
  background-color: #222;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  border-radius: 3px 3px 0 0;
}
.screen-pc:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  /* box-shadow: 8px 0 #fff, 16px 0 #fff; */
}
.screen-pc img {
  width: 100%;
  height: auto;
}
.screen-pc .img:empty {
  background-color: #fff;
  padding-top: 70.3125%;
}

/* screen > SP */
.screen-sp {
  position: relative;
  display: block;
  padding: 20px 5px;
  background-color: #f0f0f0;
  background: linear-gradient(#fff 0%,#f0f0f0 100%);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 10px;
  z-index: 1;
}
.screen-sp:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #222;
  border-radius: 2px;
  z-index: 2;
}
.screen-sp:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f0f0f0;
  background: linear-gradient(#f0f0f0 0%,#fff 100%);
  border: 1px solid #222;
  z-index: 2;
}
.screen-sp img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  outline: 1px solid rgba(0,0,0,.6);
}
.screen-sp .img:empty {
  background-color: #fff;
  padding-top: 177.7777778%;
}

/* screen set */
.screen-set {
  position: relative;
}
.screen-set .screen-pc {
  width: 80%;
}
.screen-set .screen-sp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}


.templatepreview {
  position: relative;
  width: 100%;
}
.templatepreview_screen {
  position: relative;
  width: 100%;
  text-align: center;
}

.templatepreview_screen + .templatepreview_screen {
  display: none;
}

a.templatepreview_link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  text-decoration: none;
}

a.templatepreview_link .screen-pc {
  width: 100%;
}

a.templatepreview_link .screen-sp {
  margin: 0 auto;
  width: 120px;
}

.templatepreview-responsive a.templatepreview_link {
  position: relative;
}
.templatepreview-responsive a.templatepreview_link .screen-pc {
  width: 90%;
}
.templatepreview-responsive a.templatepreview_link .screen-sp {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 25%;
}

.templatepreview-pc a.templatepreview_link {
  width: 90%;
}

.templatepreview_btn {
  display: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
}
.templatepreview_screen:hover .templatepreview_btn {
  display: block;
}

.templatepreview_colorchip {
  width: 100%;
  height: 24px;
  margin-top: 1rem;
  text-align: center;
  vertical-align: top;
}
.templatepreview_colorchip li {
  display: inline-block;
  overflow:hidden;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 1px rgba(0,0,0,.4);
  vertical-align: top;
  cursor: pointer;
}
.templatepreview_colorchip li + li {
  margin-left: 4px;
}
.templatepreview_colorchip li:hover {
  box-shadow: none;
}
.templatepreview_colorchip li.selected {
  box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
}

[class^="plan_"] {
  display: inline-block;
  padding-left: .4em;
  padding-right: .4em;
  font-size: .85em;
  font-weight: bold;
  text-transform: uppercase;
}
.plan_std,
.plan_entry {
  color: #fff;
  background-color: #bccd2d;
}
.plan_pro {
  color: #fff;
  background-color: #008182;
}
.plan_business {
  color: #fff;
  background-color: #28443e;
}

