@charset "utf-8";

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ----------------
 BODY
---------------- */

body {
  background: #fff;
}

/* ----------------
 STAGE
---------------- */

#stage {
  margin: 0 auto 50px;
  width: 960px;
}

/* ----------------
 FOOTER
---------------- */

#id_bivalves {
  bottom: 0;
  left: 0;
}

/* ----------------
 UPPER
---------------- */

#upper {
  margin: 0 auto 10px;
  width: 960px;
  height: 29px;
  border-bottom: 1px dotted #ccc;
}

#upper ul {
  float: left;
}

#upper ul li {
  display: inline;
  font-size: 10px;
  line-height: 29px;
}

#upper ul li a {
  margin-right: 5px;
}

#upper h1 {
  float: right;
  margin: 0;
  color: #999;
  font-weight: normal;
  font-size: 10px;
  line-height: 29px;
}

/* ----------------
 LOWER
---------------- */

#lower {
  border-bottom: 1px solid #333;
  background-color: #444;
}

#lower div {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 40px;
}

#lower figure {
  position: absolute;
  right: 0;
  bottom: 0;
}

#lower ul li {
  display: inline;
  color: #ccc;
  font-size: 10px;
  line-height: 40px;
}

#lower ul li a {
  margin-right: 5px;
  color: #ccc;
}

/* --------------------
 Anti LOWER
-------------------- */

#lower {
  border-bottom: 1px solid #707077;
  background: #808088;
  box-shadow: 0 -1px 0 #8c8c92 inset;
}

#lower figure {
  display: none;
}

/* ----------------
 MAIN
---------------- */

#main {
  position: relative;
  float: right;
  width: 740px;
}

/* MEMBER */

.member {
  background: #fff;
}

/* aside-navi apply */

#left-navi .apply { margin-top: 10px; }

.aside-navi.apply .header {
  padding: 0;
  background: none;
}

.aside-navi.apply .header .head {
  height: 50px;
  text-indent: -999em;
  background: url(../images/txt_snavi_apply.png) left top no-repeat;
}

.aside-navi.apply.callarea { background-color: #f3f3f3; }

.aside-navi.apply .body p {
  padding: 8px 0 6px;
  font-size: 100%;
}

.aside-navi.apply .body .btn {
  padding: 0 0 10px;
  background: none;
}

#side .apply .callarea {
  text-indent: -999em;
}

/* ----------------
 SECTION
---------------- */

section {
  position: relative;
}

/* ----------------
 HEADLINE
---------------- */

h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

h2 a {
  background-position: 0 50%;
}

.hlbtn01 {
  position: absolute;
  top: -4px;
  left: 90px;
}

.hlbtn02 {
  position: absolute;
  top: -10px;
  right: 0;
}

/* ----------------
 LEAD
---------------- */

article .lead {
  margin-bottom: 10px;
  font-size: 14px;
}

/* ----------------
 STICKY
---------------- */

#sticky {
  margin-bottom: 10px;
  padding: 0 8px;
  height: 35px;
  border: 1px solid #ffc4cf;
  background-color: #ffd8df;
  font-weight: bold;
  font-size: 11px;
  line-height: 35px;
}

#sticky li {
  display: inline;
  margin-right: 8px;
}

#sticky img {
  vertical-align: middle;
}

/* ----------------
 FEATURE
---------------- */

article #feature {
  margin: 20px 0 0;
}

article #feature > li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 115px;
  min-height: 115px;
}

article #feature > li {
  float: left;
  width: 245px;
}

article #feature > li:nth-child(odd) {
  clear: left;
  margin-right: 20px;
}

article #feature > li figure {
  position: absolute;
  top: 0;
  left: 0;
}

article #feature > li h3 {
  margin: 0 0 4px;
}

article #feature > li h3 span {
  font-size: 10px;
}

article #feature > li p {
  margin-bottom: 10px;
  font-size: 13px;
}

/* ----------------
 TABLE
---------------- */

table {
  background-color: #fff;
}

/* NATIVE */
table.native, table.plans {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

table.plans a, table.plans a:hover {
  color: #fff;
  text-decoration: underline;
}

table.plans caption {
  text-align: left;
  font-size: 16px;
}

table.native caption {
  padding: 8px 10px;
  background-color: #f6a300;
  color: #fff;
  text-align: left;
  font-size: 18px;
}

table.native th {
  padding: 5px;
  border: 1px solid #c1c1c1;
  text-align: left;
  font-weight: normal;
}

table.plans th {
  padding: 4px 4px 6px;
  border: 1px solid #c1c1c1;
  text-align: center;
  font-weight: normal;
  background-color: #f6a300;
  color: #fff;
  font-size: 18px;
  width: 122px;
  line-height: 1.1;
}

table.plans th.business,table.plans th.pro {
  background-color: #ff7200;
}

table.plans th.managed {
  background-color: #eb4800;
  font-size: 15px;
}

table.native td {
  padding: 10px 5px;
  border: 1px solid #c1c1c1;
  text-align: center;
  font-size: 12px;
}

table.plans td {
  border: 1px solid #c1c1c1;
  text-align: center;
  padding: 5px;
  color: #555;
  font-size: 14px;
  text-align: center;
  border: 1px solid #c1c1c1;
  line-height: 1.6;
}

table.plans td.border-top {
  border-top: none;
}

table.plans td.border-bottom {
  border-bottom: none;
}

table.plans td.plans-level01 {
  background-color: #fdf1dc;
}

table.plans td.plans-level02 {
  background-color: #ffefd0;
}

table.plans td.plans-level03 {
  background-color: #fce9c4;
}

table.plans td.plans-level04 {
  background-color: #fce1ae;
}

table.plans td.plans-level05 {
  background-color: #fcdb9f;
}

table.native .hcell {
  border-top: none;
  background-color: #ffefd0;
  font-weight: bold;
  font-size: 13px;
}

table.native a:hover {
  text-decoration: underline;
}

table.native .gray {
  background: #f5f5f5;
}

/* GENERAL */

table.general {
  width: 100%;
  border: 1px solid #d4d0d0;
  border-collapse: collapse;
  background-color: #fff;
}

table.general th {
  padding: 10px 5px;
  border: 1px solid #fde5bc;
  border-bottom: 1px solid #fde5bc;
  background-color: #fffdf5;
  color: #555;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

table.general td {
  padding: 10px 5px;
  border: 1px solid #fde5bc;
  background: #fff;
  color: #555;
  text-align: center;
  font-size: 14px;
}

table.general td div:not(:first-child){
  margin-top: 4px;
}

table.general td div span{
  font-size: 21px;
  line-height: 1.2;
}

table.general thead th {
  font-size: 16px;
}

table.general tfoot th {
  padding: 10px;
  width: 240px;
  vertical-align: top;
  text-align: left;
}

table.general tfoot th h4 {
  font-size: 16px;
}

table.general tfoot td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

table.general tfoot td li {
  margin-bottom: 5px;
}

table.general a {
  font-weight: bold;
}

table.general a:hover {
  text-decoration: underline;
}

table.general em {
  margin-right: 0.1em;
  color: #f19a0b;
  font-style: normal;
  font-size: 26px;
}

table.general span {
  margin-right: 0.1em;
  color: #f19a0b;
}

table.general tfoot em {
  margin: 0 0.1em;
  font-size: 20px;
}

table.general strong {
  margin-right: 0.1em;
  font-size: 24px;
}

table.general caption {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

table.general b {
  color: #ea2e59;
}

/* SHELF */

table.shelf {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #eb9b00;
  background-color: #fff;
}

table.shelf thead th {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff6e7;
}

table.shelf thead td {
  padding: 10px;
  border: 1px solid #ddd;
}

table.shelf tbody th {
  padding: 10px;
  border: 1px solid #ddd;
}

table.shelf tbody td {
  padding: 10px;
  width: 180px;
  border: 1px solid #ddd;
}

table.shelf tbody td {
  padding: 10px;
  width: 25%;
  border: 1px solid #ddd;
}

table.shelf td em {
  color: #ea2e59;
  font: 24px bold normal;
}

#tab02 table.shelf td {
  width: 25%;
  text-align: center;
}

/* MATRIX */

table.matrix {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

table.matrix th {
  padding: 10px;
}

table.matrix td {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
}

table.matrix tbody th {
  width: 25%;
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
}

table.matrix thead th {
  border-top: none;
  background-color: #f6a300;
  color: #fff;
  font-size: 16px;
}

table.matrix a:hover {
  text-decoration: underline;
}

/* ----------------
 BOX
---------------- */

/* box_domain */

.box_domain {
  position: relative;
  padding: 15px;
  background-color: #fff2f2;
}

.box_domain h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.box_domain em {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}

.box_domain em span {
  margin-left: 15px;
  color: #e3294b;
  font-size: 36px;
}

.box_domain div {
  position: absolute;
  top: 15px;
  left: 295px;
  padding: 15px;
  width: 400px;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.box_domain dl {
  position: absolute;
  top: 100px;
  left: 295px;
}

.box_domain dt {
  display: inline;
}

.box_domain dd {
  display: inline;
  margin-left: 10px;
}

/* ----------------
 NOWRAP
---------------- */

.nowrap {
  white-space: nowrap;
}

/* ----------------
 CAPTION
---------------- */

ul.caption li {
  color: #999;
  font-size: 10px;
}

p.caption {
  padding-left: 1.5em;
  color: #999;
  text-indent: -1.5em;
  font-size: 10px;
}

/* ----------------
 COLOR
---------------- */

.skrred {
  color: #ea2e59;
}

/* ----------------
 ICON NUMBER
---------------- */

.icon_num {
  display: block;
  padding-left: 22px;
  min-height: 17px;
  background: left 0 no-repeat;
}

.icon_num-01 {
  background-image: url(../common/images/icon_num-01.gif);
}

.icon_num-02 {
  background-image: url(../common/images/icon_num-02.gif);
}

.icon_num-03 {
  background-image: url(../common/images/icon_num-03.gif);
}

.icon_num-04 {
  background-image: url(../common/images/icon_num-04.gif);
}

.icon_num-05 {
  background-image: url(../common/images/icon_num-05.gif);
}

.icon_num-06 {
  background-image: url(../common/images/icon_num-06.gif);
}

.icon_num-07 {
  background-image: url(../common/images/icon_num-07.gif);
}

.icon_num-08 {
  background-image: url(../common/images/icon_num-08.gif);
}

.icon_num-09 {
  background-image: url(../common/images/icon_num-09.gif);
}

/* ----------------
 HOTLINE
---------------- */

#hotline div {
  position: relative;
  padding: 15px;
  min-height: 145px;
  background: #fffbe4;
}

#hotline div figure {
  position: absolute;
  left: 10px;
  bottom: 0;
}

#hotline div h3 {
  margin-left: 110px;
}

#hotline div ul {
  margin-left: 110px;
}

#hotline dl {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  border: 4px solid #bebebe;
  background: #fff;
}

#hotline dt {
  color: #0f77cb;
  font-weight: bold;
  font-size: 14px;
}


/* ----------------
 SUBJECT
---------------- */

.subject {
  padding-left: 10px;
  border-left: 10px solid #f4a21b;
  font-weight: normal;
  font-size: 16px;
}

/* ----------------
 VISUAL
---------------- */

/* AREA */

article > #visual {
  margin: 30px 0 15px;
  width: 740px;
  height: 140px;
}

/* HGROUP */

#casestudy article > #visual hgroup {
  padding: 0;
}

/* H1 */

article > #visual h1 {
  font-weight: bold;
}

article > #visual h1 span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}

#casestudy article > #visual h1,
#casestudy article > #visual span {
  color: #1a1a1a;
  font-size: 45px;
  margin: 0 0 10px -7px;
}

#casestudy article > #visual span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 5px;
}

/* H2 */

article > #visual h2 {
  background: none;
}

#casestudy article > #visual h2 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #4d4d4d;
}


/* FIGURE */

article > #visual figure {
  position: absolute;
}

#casestudy article > #visual figure {
  right: 0;
  top: 0;
}

p.lead span,table.shelf span {
  color: #ea2e59;
}

p.lead span, table.shelf span {
  font-weight: bold;
}

table tr.strage span {
  color: #fe8a00;
  font-size: 26px;
  margin-right: 0.1em;
}

table.shelf span {
  font-size: 26px;
  margin-right: 0.1em;
}

table tr.price span {
  color: #fe8a00;
  font-size: 18px;
  margin-right: 0.1em;
}

table.domain dt {
  font-weight: bold;
  font-size: 14px;
}

table.domain span {
  color: #fe8a00;
  font-weight: bold;
  font-size: 14px;
}

/* ----------------
 BALLOON
---------------- */

#lite article > .balloon {
  position: absolute;
  left: 380px;
  top: -6px;
}

#standard article > .balloon {
  position: absolute;
  left: 410px;
  top: -6px;
}

#premium article > .balloon {
  position: absolute;
  left: 368px;
  top: -6px;
}

#business article > .balloon {
  position: absolute;
  left: 410px;
  top: -6px;
}

#pro article > .balloon {
  position: absolute;
  left: 348px;
  top: -6px;
}

/* ----------------
 EFFECT
---------------- */

article.effect img {
  border: 20px solid #fff;
  box-shadow: 0 3px 5px rgba(200, 200, 200, 0.5);
}

article.shadow img {
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  box-shadow: 0 3px 5px rgba(200, 200, 200, 0.5);
}

/* ----------------
 CASE STUDY
---------------- */

/* 事例リスト */

#casestudy ul.cols-2 li,
#casestudy ul.cols-3 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 356px;
  margin: 0 28px 28px 0;
}

#casestudy ul.cols-3 li {
  min-height: 210px;
}

#casestudy ul.cols-2 li h1,
#casestudy ul.cols-3 li h1,
#casestudy .lightbox-content h1 {
  margin: 8px 0 5px;
  line-height: 0.7;
  padding-left: 12px;
}

#casestudy ul.cols-2 li p,
#casestudy ul.cols-3 li p {
  padding-left: 12px;
}

#casestudy ul.cols-2 li h1 a,
#casestudy ul.cols-3 li h1 a,
#casestudy .lightbox-content h1 a {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: bold;
}

#casestudy ul.cols-2 li p a,
#casestudy ul.cols-3 li p a,
#casestudy .lightbox-content p a {
  color: #808080;
}

#casestudy ul.cols-2 li h1 a:hover,
#casestudy ul.cols-3 li h1 a:hover,
#casestudy ul.cols-2 li p a:hover,
#casestudy ul.cols-3 li p a:hover,
#casestudy .lightbox-content h1 a:hover,
#casestudy .lightbox-content p a:hover {
  color: #568cc5;
  text-decoration: underline;
}

#casestudy ul.cols-3 li {
  width: 228px;
}

/* #casestudy ul.cols-2 li:nth-child(2n) */
#casestudy ul.cols-2 li.even,
/*#casestudy ul.cols-3 li:nth-child(3n)*/
#casestudy ul.cols-3 li.third {
  margin-right: 0;
}

#casestudy ul.cols-2 li .thumb,
#casestudy ul.cols-3 li .thumb {
  padding: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  overflow: hidden;
}

#casestudy ul.cols-2 li .thumb {
  width: 344px;
  height: 237px;
  overflow: hidden;
}

#casestudy ul.cols-2 li .thumb:hover,
#casestudy ul.cols-3 li .thumb:hover {
  cursor: pointer;
}

#casestudy ul.cols-2 li .thumb img,
#casestudy ul.cols-3 li .thumb img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* 事例Lightbox */

#casestudy .lightbox-wrapper {
  display: none;
}

#casestudy .lightbox-content {
  padding: 0 0 70px;
  width: 690px;
}

#casestudy .screenshot {
  width: 690px;
  overflow: hidden;
}

#casestudy .screenshot img {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#casestudy .lightbox-content h1,
#casestudy .lightbox-content p {
  padding: 0 20px;
}

#casestudy .lightbox-content p.case-caption {
  margin-top: 10px;
}


/* 事例 - お申込み */

#casestudy .trial-box {
  width: 740px;
  padding-top: 27px;
  height: 214px;
  background: url(../images/casestudy/bg_trial-box.jpg) no-repeat 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#casestudy .trial-box h1,
#casestudy .trial-box h2 {
  background: none;
  margin: 0;
}

#casestudy .trial-box h1,
#casestudy .trial-box p {
  width: 259px;
  height: 77px;
  float: left;
  background: url(../images/casestudy/img_34manken.png) no-repeat 0 0;
  text-indent: -9999px;
  margin: 0 12px 0 27px;
}

#casestudy .trial-box h2 {
  overflow: hidden;
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  padding-right: 40px;
}

#casestudy .trial-box div {
  position: absolute;
  bottom: 30px;
  left: 190px;
}

#casestudy .trial-box p {
  margin: 0;
  width: 143px;
  height: 51px;
  background: url(../images/casestudy/img_imasugu.png) no-repeat 0 0;
  position: absolute;
  bottom: 50px;
  right: 30px;
}

/* 事例 - さくらのWEB製作 */

#casestudy #webtan a {
  display: block;
  width: 740px;
  height: 132px;
  text-indent: -9999px;
  background: url(../images/casestudy/img_webtan.png) no-repeat 0 0;
}

#casestudy #webtan a:hover {
  background: url(../images/casestudy/img_webtan.png) no-repeat 0 -132px;
}

/* 事例 - お問い合わせ・ご相談 */

.footer_buttons {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}

.footer_button {
  font-size: 20px;
  border-radius: 3px;
  line-height: 1.5;
}

.footer_button:hover {
  opacity: 0.7;
}

.footer_button small {
  font-size: 14px;
  display: block;
}

.footer_cta {
  background-color: #f80;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f80;
  min-width: 300px;
  padding: 0.5em 1em 0.4em;
  margin: 0 16px 0 0;
}

.footer_button_inner {
  display: block;
}

.footer_beginner {
  background-color: #fff;
  color: #426077;
  text-decoration: none;
  text-align: left;
  border: 1px solid #718492;
  display: flex;
  padding: 0.5em 1.2em 0.4em 1em;
  justify-content: center;
  margin: 0 0 0 16px;
}

.footer_beginner::before {
  content: "";
  display: block;
  background: url(../images/icon_wakaba.svg) no-repeat border-box center 50%/contain;
  width: 44px;
  height: 44px;
  align-self: center;
  margin: 0 10px 0 0;
}

@media all and (-ms-high-contrast: none) {
  .footer_button {
    padding-top: 0.6em;
    padding-bottom: 0.2em;
  }

  .footer_beginner::before {
    margin-bottom: 0.3em;
  }
}

@media (max-width: 599px) {
  .footer_buttons {
    flex-direction: column;
  }

  .footer_button {
    font-size: 18px;
  }

  .footer_cta {
    margin: 0;
    min-width: auto;
  }

  .footer_beginner {
    margin: 16px 0 0;
  }

  .footer_beginner::before {
    width: 26px;
    height: 26px;
  }
}

/* --------------------
 お支払い方法
-------------------- */
#payWrap { margin-bottom: 36px; }

#payTbl { border-top: 1px solid #fde5bc; border-left: 1px solid #fde5bc; width: 100%; }

#payTbl td { border-right: 1px solid #fde5bc; border-bottom: 1px solid #fde5bc; padding: 11px; }

#payTbl .t01 { font-size: 15px; text-align: center; }

#payTbl .cell01 { font-size: 14px; }

#payTbl .bg01 { background: #fffdf5; }

#payTbl .tac { text-align: center; }

#payTbl .txtlink { background: url(../resource/images/icon_link_small.gif) 0 50% no-repeat; padding-left: 10px; }

#payTbl .txtlink:hover { text-decoration: underline; }

/* ----------------
 APPLY LARGE
---------------- */

.applyLarge {
  padding: 16px;
  border: 5px solid #f4f4f4;
  background: #f9f9f9;
  text-align: center;
}


/* ----------------
 リソースブースト
---------------- */

table.rb_table {
  width: 100%;
  border: 1px solid #d4d0d0;
  border-collapse: collapse;
  background-color: #fff;
}

table.rb_table th {
  width: 40%;
  padding: 10px 20px;
  border: 1px solid #fde5bc;
  border-bottom: 1px solid #fde5bc;
  background-color: #fffdf5;
  color: #555;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

table.rb_table td {
  width: 60%;
  padding: 10px 20px;
  border: 1px solid #fde5bc;
  background: #fff;
  color: #555;
  text-align: left;
  font-size: 14px;
}

ul.rbcase {
  width: 739px;
  margin-bottom: 40px;
}

ul.rbcase li.lfimg {
  width: 350px;
  padding-top: 240px;
  float: left;
  background: url(../images/rb/case_01.png) no-repeat 0 0;
}

ul.rbcase li.rgimg {
  width: 350px;
  padding-top: 240px;
  float: right;
  background: url(../images/rb/case_02.png) no-repeat 0 0;
}