@charset "utf-8";

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/* ---------------
 RESET
--------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote {
  margin: 30px 0px;
  padding: 0 30px 20px 30px;
  background-color: #fcfcfc;
}

blockquote:before {
  content: "“";
  font-weight: bold;
  font-size: 500%;
  display: block;
  height: auto;
  color: #ccc;
  margin: 0 0 -40px -40px
}

blockquote:after {
  content: "”";
  text-align: right;
  float: right;
  height: auto;
  font-weight: bold;
  font-size: 500%;
  color: #ccc;
  display: block;
  margin: 0 -40px 0 0
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}


/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/* --------------------
 HTML5
-------------------- */

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


/* --------------------
 DEFAULT
-------------------- */


/* GLOBAL */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}


/* BODY */

body {
  margin: 0;
  color: #2C333D;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/* HEADLINE */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

:root *>h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}


/* P */

p {
  line-height: 1.5;
}


/* LIST */

ol, ul, li {
  line-height: 1.5;
  list-style-type: none;
}


/* IMG */

img {
  border: 0;
  vertical-align: bottom;
}


/* TABLE */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* A */

a {
  color: #3385BF;
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a:hover {
  color: #3385BF;
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/


/* ----------------
 MISC CLASS
---------------- */


/* CF */

.cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

/* 全ページ共通部分 START */


/* ----------------
 HEADER INTRO
---------------- */

.header-intro-copy {
  text-align: right;
  font-size: 11px;
  color: #999;
  padding: 8px 0;
  font-weight: normal;
}

/* ----------------
 PATH
---------------- */
.path {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}
.path li {
  float: left;
  margin-right: 5px;
  font-size: 11px;
}
.path li a {
  margin-right: 5px;
}

/* ----------------
 SECTION
---------------- */
section {
  font-size: 14px;
}
.layout_sub-contents {
  padding: 0;
}

/* ----------------
 FOOT SERVICE
---------------- */
.layout_footer-service-navi {
  padding: 45px 0;
  border-top: 1px solid #C8D8E3;
  margin-top: 30px;
}
.footer-service-box {
  float: left;
  width: 199px;
  border-left: 1px solid #C8D8E3;
  text-align: center;
  padding: 20px;
}
.footer-service-box.end {
  width: 198px;
  border-right: 1px solid #C8D8E3;
}
.footer-service-box a {
  text-decoration: none;
  display: block;
}
.footer-service-box a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.footer-service-name {
  color: #6EAC41;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 10px 0;
}
.footer-service-text {
  text-align: left;
  color: #2D333D;
  line-height: 1.4;
  font-size: 13px;
}

/* ----------------
 CONTACT INFO
---------------- */
.layout_contact-info {
  background: #58a466;
  background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  padding: 20px 0 20px 0;
  color: #fff;
  border-top: 1px solid #5E8E3B;
  border-bottom: 1px solid #5E8E3B;
}
.layout_contact-info-btn {
  margin: 0 auto 0;
}
.layout_contact-info-btn-l {
  float: right;
  width: 200px;
  padding: 20px 70px 20px 40px;
}
.layout_contact-info-btn-r {
  float: right;
  width: 535px;
  padding: 20px 30px 20px 20px;
}
.btn_tc-contact, .btn_tc-price, .btn_tc-start {
  float: left;
}
.btn_tc-contact a {
  background: #fdb23a;
  width: 210px;
  margin: 0 40px 0 0;
  color: #515963;
}
.btn_tc-contact a:hover {
  background: #e99c22;
}
.btn_tc-price a {
  background: #6A89BD;
  width: 210px;
  color: #fff;
}
.btn_tc-price a:hover {
  background: #4D70AA;
}
.btn_tc-start a {
  background: #E56761;
  width: 170px;
  color: #fff;
}
.btn_tc-start a:hover {
  background: #DD3931;
}
.btn_tc-contact a, .btn_tc-price a, .btn_tc-start a {
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1.2;
  padding: 20px 15px;
  font-size: 16px;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .15);
  border-radius: 3px;
  text-align: center;
}

/* サブページ共通部分 START */
/* ----------------
 SUB CONTENTS TITLE
---------------- */
.layout_sub-contents-title {
  height: 90px;
  background: #58a466;
  background: -webkit-linear-gradient(top, #94c05d 0%, #72b27e 100%);
  background: linear-gradient(to top, #94c05d 0%, #72b27e 100%);
  color: #fff;
}
.layout_sub-contents-title-inner {
  padding: 30px 0 0 0;
}
.sub-contents-title {
  font-size: 26px;
  display: inline-block;
  padding: 0 30px 0 0;
  text-shadow: 1px 1px 1px #549C61;
  vertical-align: middle;
  font-weight: normal;
}
.sub-contents-description {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

/* ----------------
 SUB CONTENTS BODY
---------------- */
.layout_sub-contents-body {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 960px) {
body {
  min-width: 960px;
}
/* ---------------
CLOUD NAVI
--------------- */
.layout_service-navi {
  background-color: #3F3E43;
  /*height:80px;*/
  position: relative;
  width: 100%;
}
.layout_service-main-navi {
  background-color: #3F3E43;
  height: 50px;
  position: relative;
  width: 100%;
}
.layout_service-sub-navi {
  background-color: #606971;
  height: 32px;
  width: 100%;
}
.layout_service-sub-navi-inner {
  height: 32px;
}
.service-sub-navi-list {
  float: right;
  width: 350px;
  padding-top: 8px;
  font-size: 12.5px;
}
.service-sub-navi-list a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.service-sub-navi-list a:hover {
  color: #82B440;
  background: #606971;
}
/* ---------------
 member Menu
--------------- */
.service-navi-member {
  float: left;
}
.service-sub-navi-list {
  color: #fff;
}
.service-sub-navi-list>ul {
  background-color: #fff;
  position: absolute;
}
.service-sub-navi-list li {
  position: relative;
}
.service-sub-navi-list li ul li {
  float: none;
}
.service-sub-navi-list>ul>li {
  list-style: none;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.2) inset, 1px 1px 1px #CCC;
  display: inline-block;
  line-height: 1;
  margin: 1px;
  border-radius: 3px;
  position: relative;
}
.service-sub-navi-list>ul>li>a {
  text-decoration: none !important;
}
.service-sub-navi-list li ul {
  position: absolute;
  z-index: 4;
  list-style: none;
  text-align: left;
  width: 175px;
  left: 50%;
  margin-left: -87.5px;
  top: 10px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.15s linear;
}
.service-sub-navi-list li ul li {
  cursor: pointer;
  background-color: #fff;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.service-sub-navi-list li ul li a:hover, .service-navi-list li li span:hover {
  background-color: #efefef;
  color: #579E64;
}
.service-sub-navi-list li ul li a {
  padding: 7px 10px;
  color: #444;
  display: block;
}
.service-sub-navi-list li ul li:first-child {
  border-radius: 6px 6px 0 0;
  margin-top: 25px;
  position: relative;
}
.service-sub-navi-list li ul li:first-child a {
  padding-top: 12px;
}
.service-sub-navi-list li ul li:first-child a:hover {
  border-radius: 6px 6px 0 0;
}
.service-sub-navi-list li ul li:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  top: -13px;
  margin-left: -5px;
}
.service-sub-navi-list li ul li:last-child a {
  padding-bottom: 12px;
}
.service-sub-navi-list li ul li:last-child {
  border-radius: 0 0 6px 6px;
  margin-bottom: 25px;
  border-bottom: solid 1px #e1e1e1;
}
.service-sub-navi-list li ul li:last-child a:hover {
  border-radius: 0 0 6px 6px;
}
.service-sub-navi-list li:hover ul {
  max-height: 300px;
}
.fa-chevron-down, .fa-external-link {
  color: #97d14a;
}
.menu-first-level .fa-chevron-down {
  display: none;
}
/* ---------------
 control-panel
--------------- */
.service-navi-control-panel {
  padding: 0;
  letter-spacing: 0.5px;
  float: right;
}
.service-main-navi-inner {
  height: 50px;
  width: 960px;
  margin: 0 auto;
}
.service-navi-logo {
  float: left;
  width: 162px;
  padding: 6px 0 10px 0;
}
.service-navi-list {
  float: left;
  width: 508px;
  height: 50px;
}
.service-navi-list .menu-child {
  float: left;
  display: block;
  height: 50px;
  line-height: 1.0;
  position: relative;
}
.service-navi-list li span a, .service-navi-list li a {
  color: #fff;
  font-size: 14px;
  display: block;
  /*height:34px;*/
  text-decoration: none;
}
.service-navi-list li a:hover {
  color: #82B440;
  background-color: #626f7a;
}
.service-navi-list>li:hover {
  background: #4F5962!important;
}
.service-navi-list li .menu-first-level a:hover {
  background-color: #4F5962;
}
.menu-child>span>a {
  line-height: 3.6;
  padding: 0 15px;
}
.layout_service-navi:before, .layout_service-navi:after {
  content: " ";
  display: table;
}
.layout_service-navi:after {
  clear: both;
}
.layout_service-navi {
  *zoom: 1;
}
.layout_service-navi li.menu-child .layout_menu-second-level {
  position: absolute;
  top: 50px;
  left: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  padding: 0;
  background: #4F5962;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.layout_service-navi li.service-navi-spec .layout_menu-second-level {
  left: 318px;
  width: 960px;
  padding: 10px 0 20px 0;
}
.layout_service-navi li .layout_menu-second-level>ul, .layout_service-navi li .layout_menu-second-level .layout_menu-second-level-inner {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  /*display: flex;*/
  padding: 0;
  box-sizing: border-box;
}
.layout_service-navi li.service-navi-spec .layout_menu-second-level>ul {
  width: 960px;
  padding: 0 20px;
}
.layout_service-navi li.menu-child:hover .layout_menu-second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.layout_service-navi li.menu-child .layout_menu-second-level ul li {
  height: auto;
  text-align: left;
}
.service-navi-list li.service-navi-spec .layout_menu-second-level ul {
  text-align: left;
}
.service-navi-list li li>a, .service-navi-list li dl a {
  padding: 10px 15px;
  margin: 0;
  height: auto;
  display: block;
  line-height: 2;
}
.service-navi-list li.menu-third-level a {
  padding: 4px 10px;
}
.service-navi-list li dl a {
  padding: 4px 14px;
}
.spec {
  width: 75%;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.spec_cooperation {
  color: #9a9fa9;
  padding: 4px 0 2px 0;
  line-height: 2;
  font-size: 14px;
}
.service-navi-spec>div>ul>li>a {
  color: #f6f6f6;
  padding: 4px 8px;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  margin: 0;
}
.service-navi-spec>div>ul>li>span {
  width: 95%;
  display: block;
}
.service-navi-spec>div>ul>li>span a {
  color: #f6f6f6;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  margin: 0;
}
.service-navi-list li.menu-third-level a {
  font-size: 13px;
}
.service-navi-list li dl a {
  font-size: 12px;
}
.spec .menu-third-level-list {
  width: 33%;
  margin-top: 10px;
}
.spec-other {
  width: 25%;
  float: left;
}
.btn_cloud-navi-contact, .btn_cloud-navi-start {
  float: left;
  padding-top: 9px;
}
.btn_cloud-navi-contact a {
  width: 119px;
  margin: 0 15px 0 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.btn_cloud-navi-contact a:hover {
  opacity: 0.7;
}
.btn_cloud-navi-start a {
  width: 155px;
  background: #e55c55;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .3);
}
.btn_cloud-navi-start a:hover {
  background: #DD3931;
}
.btn_cloud-navi-contact a, .btn_cloud-navi-start a {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
}


/* 959px以下の指定 */
@media screen and (max-width: 959px) {
  /* 959px以下非表示 */
  .hide-pc-max {
    display: none;
  }
  .entry-content img {
    max-width: 100%;
  }
  /* 共通ヘッダースマホナビ */
  .layout_service-main-navi {
    position: relative;
  }
  .service-main-navi-inner {
    width: 100%;
  }
  .wrap_service-navi {
    position: absolute;
    top: 50px;
    z-index: 90;
    width: 100%;
    display: none;
  }
  .service-navi-list li {
    float: none;
    height: auto;
    line-height: 1.0;
  }
  .service-navi-logo {
    width: 100%;
    height: 44px;
    padding: 6px 0 0 0;
    background: #3F3E43;
  }
  .service-navi-logo a {
    display: inline-block;
    padding: 2px 0 0 20px;
  }
  .service-navi-list {
    width: 100%;
    background: #3F3E43;
    color: #ffffff;
    z-index: 30000;
    border-bottom: 1px solid #758591;
  }
  /* メニュー第１階層 */
  .service-navi-list .menu-child {
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    border-top: 1px solid #758591;
    position: relative;
  }
  .menu-child a {
    line-height: inherit;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  .menu-first-level a {
    position: relative;
    display: block;
    font-size: 16px;
    background: #4F5962;
    padding: 12px 15px;
  }
  .menu-first-level i {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 35%;
    right: 24px;
  }
  .menu-first-level.is-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  a.menu-first-level, a.menu-first-level:hover {
    color: #fff;
    text-decoration: none;
  }
  /*会員向けメニュー・コンパネ用指定*/
  .layout_service-sub-navi {
    background-color: #4F5962;
    padding-top: 30px;
    border-top: 1px solid #758591;
  }
  .layout_service-sub-navi .menu-first-level {
    display: block;
    background: #606971;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    cursor: pointer;
    vertical-align: middle;
    border-top: 1px solid #758591;
    position: relative;
  }
  /* メニュー第２階層 */
  .menu-second-level-list {
    width: 100%;
    background: #3F3E43;
    color: #ffffff;
    display: none;
  }
  .menu-second-level {
    font-size: 14px;
    border-top: 1px solid #758591;
    line-height: 1;
  }
  .menu-second-level a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .service-navi-list .menu-second-level>a, .service-navi-list .menu-second-level>span>a {
    display: inline-block;
    padding: 14px 0 14px 15px;
    margin: 0;
    color: #fff;
  }
  .menu-second-level-sub-title {
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  /* メニュー第3階層 */
  .menu-third-level-list {
    width: 100%;
    background: #3F3E43;
    color: #ffffff;
  }
  .menu-third-level-list dt {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid #758591;
    padding: 12px 0 12px 30px;
    position: relative;
    box-sizing: border-box;
    color: #9a9fa9;
  }
  .menu-third-level-list dt:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 10px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .menu-third-level-list dd a {
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #758591;
    padding: 10px 0 10px 48px;
    position: relative;
    box-sizing: border-box;
  }
  .menu-third-level-list dd {
    padding: 0;
    margin: 0;
    color: #fff;
    position: relative;
  }
  .menu-third-level-list dd a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 10px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .menu-third-level {
    line-height: 1.0;
  }
  .menu-third-level a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid #758591;
    padding: 14px 0 14px 30px;
    position: relative;
    box-sizing: border-box;
  }
  .menu-third-level a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 10px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  /* スマホメニュー下部ボタン */
  .layout_btn-service-navi-sp {
    border-top: solid 1px #758591;
    background: #4F5962;
    padding: 20px;
    width: auto;
  }
  .layout_btn-service-navi-sp-head {
    padding: 10px 0 20px 0;
  }
  .layout_btn-service-navi-sp-body {
    padding: 0 15px 30px 0;
    width: auto;
  }
  .layout_btn-service-navi-sp-foot {
    padding: 0 0 10px 0;
  }
  .btn_service-navi-sp-close span, .btn_service-navi-sp-start a, .btn_service-navi-sp-price a, .btn_service-navi-sp-contact a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none !important;
    line-height: 1;
    border-radius: 4px;
    text-align: center;
  }
  .btn_service-navi-sp-close span, .btn_service-navi-sp-start a, .btn_service-navi-sp-price a {
    color: #fff;
  }
  .btn_service-navi-sp-contact a {
    color: #515963;
  }
  .btn_service-navi-sp-close span {
    border: #fff 1px solid;
  }
  .btn_service-navi-sp-start a, .btn_service-navi-sp-price a, .btn_service-navi-sp-contact a {
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .15);
  }
  .btn_service-navi-sp-start a {
    width: 100%;
    background: #E56761;
    padding: 18px 0;
  }
  .btn_service-navi-sp-start a:hover {
    background: #DD3931;
  }
  .btn_service-navi-sp-price {
    float: left;
    width: 50%;
    margin-right: 15px;
  }
  .btn_service-navi-sp-contact {
    float: left;
    width: 50%;
    margin-right: -15px;
  }
  .btn_service-navi-sp-price a, .btn_service-navi-sp-contact a {
    width: auto;
    text-align: left;
    width: auto;
    line-height: 1.2;
    padding: 8px;
    font-size: 13px;
  }
  .btn_service-navi-sp-price a {
    background: #6A89BD;
  }
  .btn_service-navi-sp-price a:hover {
    background: #4D70AA;
  }
  .btn_service-navi-sp-contact a {
    margin: 0;
    background: #fdb23a;
  }
  .btn_service-navi-sp-contact a:hover {
    background: #e99c22;
  }
  .layout_btn-service-navi-sp-foot {
    text-align: center;
    background: none;
  }
  .btn_service-navi-sp-close span {
    width: 50%;
    display: inline-block;
    font-size: 13px;
  }
  /*スマホtoggle*/
  .service-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .service-toggle:after {
    color: #ffffff;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 2rem;
    line-height: 1;
  }
  .service-toggle.is-open:after {
    content: "\f106";
  }
  /* ----------------
  	 FOOT SERVICE
  	---------------- */
  .layout_footer-service-navi {
    padding: 0;
    border-top: 1px solid #000;
  }
  .footer-service-navi {
    margin: 0;
    width: auto;
  }
  .footer-service-box {
    float: left;
    width: 50%;
    border-left: none;
    text-align: center;
    padding: 0;
  }
  .footer-service-box.end {
    width: 50%;
    border: none;
  }
  .footer-service-box a {
    display: block;
    position: relative;
  }
  .footer-service-box a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .footer-service-text, .footer-service-img {
    display: none;
  }
  .footer-service-name {
    display: block;
    padding: 15px 15px 15px 25px;
    color: #2C333D;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 15px 15px 25px;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .sla .footer-service-name, .support .footer-service-name {
    border-right: none;
  }
  .footer-service-name:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin: -6px 0 0 7px;
    border-top: solid 2px #515963;
    border-right: solid 2px #515963;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ----------------
     CONTACT INFO
    ---------------- */
  .layout_contact-info {
    margin-bottom: 0;
  }
  .layout_contact-info-btn {
    width: auto;
    margin: 0 15px;
    padding: 0 0 0 0;
  }
  .layout_contact-info-btn-l {
    float: none;
    width: auto;
    padding: 10px 0 5px 0;
  }
  .layout_contact-info-btn-r {
    float: none;
    width: auto;
    padding: 10px 15px 20px 0;
    border-right: none;
  }
  .btn_tc-start {
    float: none;
  }
  .btn_tc-start a {
    width: auto;
    padding: 16px 15px;
    font-size: 15px;
  }
  .btn_tc-price {
    float: right;
    width: 50%;
    margin-right: 15px;
  }
  .btn_tc-contact {
    float: right;
    width: 50%;
    margin-right: -15px;
  }
  .btn_tc-price a, .btn_tc-contact a {
    width: auto;
    text-align: left;
    width: auto;
    line-height: 1.2;
    padding: 8px;
    font-size: 13px;
  }
  .btn_tc-contact a {
    margin: 0;
  }

  /* ----------------
   SUB CONTENTS TITLE
  ---------------- */
  .layout_sub-contents {
    padding: 0;
  }
  .layout_sub-contents-title {
    width: auto;
    height: 50px;
    background: #58a466;
    background: -webkit-linear-gradient(top, #94c05d 0%, #72b27e 100%);
    background: linear-gradient(to top, #94c05d 0%, #72b27e 100%);
  }
  .layout_sub-contents-title-inner {
    width: auto;
    padding: 14px 0 0 0;
    text-align: center;
  }
  .sub-contents-title {
    font-size: 18px;
    text-align: center;
    padding: 0;
    text-shadow: 1px 1px 1px #549C61;
  }
  .sub-contents-description {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}


/* 779px以下の指定 */

@media only screen and (max-width: 779px) {
  /* 全ページ共通部分 START */
  body {
    display: block;
    overflow: visible;
  }
  .layout_sub-contents {
    width: 100%;
    position: relative;
  }
  /* ----------------
	 SECTION
	---------------- */
  /* 全ページ共通部分 END */
  /* サブページ共通部分 START */
  /* ----------------
   SUB CONTENTS BODY
  ---------------- */
  .layout_sub-contents-body {
    width: auto;
    margin: 0;
    padding: 0;
  }
  /* サブページ共通部分 END */
  /* AdminBar調整 */
  html #wpadminbar {
    position: fixed;
  }
  body.admin-bar .layout_sub-contents {
    margin-top: 0;
  }
}