/*--------------------------------------------------------------
# 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;
  font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif!important;
}

body {
  line-height:1;
}

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
}
/*
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}*/

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;
  background: #fff;
}

body {

}
/* BODY */
body {
  margin: 0;
  color: #2C333D;
  font-size: 14px;
  line-height: 1.5;
  font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif!important;
  height: 100%;
}
/* 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
--------------------------------------------------------------*/

@charset "utf-8";

/* ----------------
 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;
}

.link-blank:after {
  content: url("../images/bg_btn_out_link.png");
  padding:0 5px;
}

@media only screen and (max-width: 767px) {

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}


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

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

/* ---------------
 CLOUD NAVI
--------------- */
.layout_cloud-navi-follow {
  background-color: #3F3E43;
  /*height:50px;*/
  position: relative;
  width: 100%;
}

.layout_cloud-navi-follow-02 {
  background-color: #3F3E43;
  height:50px;
  position: relative;
  width: 100%;
}

.layout_cloud-subnavi {
  background-color: #606971;
  height:32px;
  width: 100%;
}

.layout_cloud-subnavi-inner {
  height:32px;
}

.layout_cloud-subnavi-list {
  float: right;
  width: 305px;
  padding-top: 6px;
}

.layout_cloud-subnavi-list li {
  float: left;
}

.cloud-subnavi-list-text {
  font-size: 13px;
}

.cloud-subnavi-list-text a {
  color:#fff;
  display: block;
  text-decoration: none;
}

.cloud-subnavi-list-text a:hover {
  color: #82B440;
  background: #606971;
}

.layout_cloud-navi-control-panel {
  padding: 0px 15px 0 0;
  background: url(../images/allow_cloud_navi_login.png) no-repeat right 3px;
  letter-spacing: 0.5px;
}
.layout_cloud-navi-support {
  padding: 0 25px 0 10px;
  background: url(../images/allow_cloud_navi_s.png) no-repeat left center;
}

.layout_cloud-navi-block {
  position: absolute;
  top:0;
  z-index: 3;
  width: 100%;
}

.layout_cloud-navi-inner {
  height:50px;
}

.layout_cloud-navi-logo {
  float: left;
  width: 162px;
  padding: 6px 0 10px 0;
}

.cloud-navi-list {
  float: left;
  width: 530px;
  height:50px;
}

.cloud-navi-list li {
  float: left;
  display: block;
  height:50px;
  line-height: 1.0;
}

.cloud-navi-list li a {
  color:#fff;
  font-size: 14px;
  display: block;
  height:34px;
  text-decoration: none;
}

.cloud-navi-list li a:hover {
  color: #82B440;
  background: #4F5962;
}

.cloud-navi-list li.cloud-navi-spec a,
.cloud-navi-list li.cloud-navi-price a {
  padding: 16px 20px 0 20px;
  height:34px;
}

.cloud-navi-list li.cloud-navi-doc a,
.cloud-navi-list li.cloud-navi-reason a,
.cloud-navi-list li.cloud-navi-flow a {
  padding: 16px 15px 0 15px;
  height:34px;
}

.layout_cloud-navi-follow:before,
.layout_cloud-navi-follow:after {
  content: " ";
  display: table;
}

.layout_cloud-navi-follow:after {
  clear: both;
}

.layout_cloud-navi-follow {
  *zoom: 1;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 12px 0 8px 0;
  background: #4F5962;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul,
.layout_cloud-navi-follow li.menu-child .layout_menu-second-level .layout_menu-second-level-inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.layout_cloud-navi-follow li.menu-child:hover .layout_menu-second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul li {
  display: inline-block;
  float:none;
  height:auto;
  padding-right:50px;
}

.cloud-navi-list li.cloud-navi-spec .layout_menu-second-level ul {
  text-align: left;
}

.cloud-navi-list li.cloud-navi-spec li a,
.cloud-navi-list li.cloud-navi-price li a,
.cloud-navi-list li.cloud-navi-doc li a,
.cloud-navi-list li.cloud-navi-reason li a,
.cloud-navi-list li.cloud-navi-flow li a {
  display: inline-block;
  background: url(../images/allow_cloud_navi.png) no-repeat left center;
  padding: 5px 0 5px 15px;
  margin: 5px 0;
  height:auto;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-l {
  float:left;
  width:160px;
  margin:0 30px 0 0;
  border-right:1px solid #fff;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-l li {
  display: block;
  padding-right:0;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-l li a {
  padding: 5px 0 3px 15px;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-r {
  float:left;
  width:780px;
  padding:0 0 0 0;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-r li {
  padding-right:15px;
}

.layout_cloud-navi-follow li.menu-child .layout_menu-second-level ul.cloud-navi-spec-r li a {
  font-size: 12px;
  padding: 3px 0 3px 12px;
  background: url(../images/allow_cloud_navi_s.png) no-repeat left center;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul {
  width: auto;
  margin: 0;
  text-align: center;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-l {
  float: left;
  width: 180px;
  border-right:1px solid #fff;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-r {
  float: left;
  width: 670px;
  text-align: left;
  padding:3px 0 0 30px;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-l li,
.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-r li {
  width:auto;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-r li.out-link {
  padding: 0 16px 0 0;
  background: url(../images/bg_out_link.png) no-repeat right 7px;
}

.layout_cloud-navi-follow li.cloud-navi-doc .layout_menu-second-level ul.cloud-navi-doc-r a {
  font-size: 12px;
  padding: 3px 0 3px 12px;
  background: url(../images/allow_cloud_navi_s.png) no-repeat left center;
}

.btn_cloud-navi-contact, .btn_cloud-navi-start {
  float:left;
  padding-top: 7px;
}

.btn_cloud-navi-contact a {
  width: 121px;
  background: #82B440;
  margin: 0 12px 0 0;
}

.btn_cloud-navi-contact a:hover  {
  background: #749F39;
}

.btn_cloud-navi-start a {
  width: 135px;
  background: #E56761;
}

.btn_cloud-navi-start a:hover {
  background: #DD3931;
}

.btn_cloud-navi-contact a, .btn_cloud-navi-start a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.btn_cloud-navi-contact a:after, .btn_cloud-navi-start a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  margin: -4px 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layout_cloud-navi-follow.dark-header {
  position: fixed;
  top:0;
  left:0;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  z-index:400;
  width:100%;
}

/* ----------------
 PATH
---------------- */
.path {
  width: 960px;
  margin: 0 auto !important;
  overflow: hidden;
  margin: 0 3px;
  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 0 15px 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:url(../images/bg_contact_layer.png) repeat-y center top;
  background-size: 100% auto;
  padding:18px 0 12px 0;
  color: #fff;
  border-top: 1px solid #5E8E3B;
  border-bottom: 1px solid #5E8E3B;
  margin-bottom: 20px;
}

.layout_contact-info-btn {
  margin:0 auto 10px auto;
}

.layout_contact-info-btn-l {
  float:right;
  width:200px;
  padding:20px 70px 8px 40px;
}

.layout_contact-info-btn-r {
  float:right;
  width:535px;
  padding:20px 30px 8px 20px;
  border-right: 1px solid #fff;
}

.btn_tc-contact, .btn_tc-price, .btn_tc-start {
  float:left;
}

.btn_tc-contact a  {
  background: #82B440;
  width: 210px;
  margin: 0 40px 0 0;
}

.btn_tc-contact a:hover {
  background: #749F39;
}

.btn_tc-price a  {
  background: #6A89BD;
  width: 210px;
}

.btn_tc-price a:hover {
  background: #4D70AA;
}

.btn_tc-start a  {
  background: #E56761;
  width: 170px;
}

.btn_tc-start a:hover {
  background: #DD3931;
}

.btn_tc-contact a, .btn_tc-price a, .btn_tc-start a {
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1;
  border: 1px solid #fff;
  padding: 20px 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
}

.btn_tc-contact a:after, .btn_tc-price a:after, .btn_tc-start a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-info-tel {
  border-top: 1px solid #fff;
  padding:12px 0 20px 0;
}

.tc-tel-title {
  float:left;
  width:240px;
  font-size: 20px;
  padding:18px 0 0 0;
  text-align: right;
}

.tc-tel-info {
  float:left;
  width:390px;
  padding:0 0 0 20px;
}

.tc-tel-number {
  font-size: 38px;
  background:url(../images/icon_freetel.png) no-repeat left bottom;
  padding:5px 0 0 50px;
  line-height: 1.0;
}

.tc-tel-number a,
.tc-tel-number a:hover {
  color: #fff;
  text-decoration: none;
}

.tc-tel-time {
  padding:5px 0 0 0;
}

.tc-tel-attention {
  float:left;
  width:250px;
  font-size: 12px;
  padding:5px 0 0 0;
}


/* ----------------
 FOOTER BREAD
---------------- */
#contents-foot #contents-foot-inner .inner .bread {
  padding: 25px 0 0 0;
  color: #cccccc;
  font-size: 83.3%;
}

#contents-foot #contents-foot-inner .inner .bread li{
  display: inline-block;
}



/* ----------------
 LOGIN
---------------- */
.layout_login {
  text-align: right;
}

.layout_login a {
  display: inline-block;
  background:url(../images/allow_top_login.png) no-repeat right center;
  padding:7px 18px 3px 18px;
  position: relative;
}

.layout_login a span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 0;
  border-top: solid 2px #515963;
  border-right: solid 2px #515963;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ----------------
 BNR
---------------- */
.layout_bnr {
  background: #F6F8F8;
  padding:35px 0;
}

.layout_bnr {
  position: relative;
}

.layout_bnr-link {
  width:920px;
  float:left;
  margin: 0 5px 0 0;
}

.layout_bnr-link li {
  width:214px;
  float:left;
  margin: 0 15px 0 0;
}

.layout_bnr-link li a {
  display: inline-block;
}

.layout_bnr-link li a:hover {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.layout_bnr-spin {
  width:35px;
  float:left;
  padding:10px 0 0 0;
}

/* Slick.css　上書き */
.layout_bnr .slick-prev {
  display: none;
}

.layout_bnr .slick-next {
  width:38px;
  height: 38px;
  text-indent: -9999px;
  background:url(../images/btn_bnr_spin_next.png)no-repeat center;
  right: -40px;
}

.layout_bnr .slick-next:hover,
.layout_bnr .slick-next:focus {
  background:url(../images/btn_bnr_spin_next.png)no-repeat center;
}

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



/* サブページ共通部分 START */

/* ----------------
 SUB CONTENTS TITLE
---------------- */
.layout_sub-contents-title {
  height:90px;
  background:url(../images/bg_sub_content_title.png)repeat-x center;
  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;
  -moz-text-shadow:1px 1px 1px #549C61;
  -webkit-text-shadow:1px 1px 1px #549C61;
  text-shadow:1px 1px 1px #549C61;
  vertical-align: middle;
}

.sub-contents-description {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

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


/* ----------------
 SUB CONTENTS AREA
---------------- */
.layout_sub-contents-area {
  width:750px;
  float:left;
  margin-right: 40px
}

.layout_sub-contents-area-inner {
  padding:0 0 45px 0;
}

.layout_sub-contents-area-inner.even {
  background: #F3F4F6;
  border-top:1px solid #C8D8E3;
  border-bottom:1px solid #C8D8E3;
  margin: 0 -500%;
  padding: 45px 500%;
}

.layout_sub-contents-body .sub-title {
  width:auto;
  height:42px;
  padding:8px 20px 0 20px;
  margin:0 0 20px 0;
  vertical-align: middle;
  background: url(http://cloud-news.sakura.ad.jp/wp-content/themes/common/images/bg_sub_content_sub_title.png) repeat-x left top;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  -moz-text-shadow:1px 1px 1px #549C61;
  -webkit-text-shadow:1px 1px 1px #549C61;
  text-shadow:1px 1px 1px #549C61;
}


/* ----------------
 SUB NAV BODY
---------------- */
.layout_sub-nav-area {
  width:170px;
  float:left;
  font-size: 12px;
  position: relative;
}

.sub-nav {
  width:170px;
}

.sub-nav-fixed {
  position: fixed;
  left:auto;
  top:50px;
  z-index: 100;
}

.sub-nav-name {
  background: #E8E8E8;
  padding:10px 30px 10px 8px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.sub-nav-name a {
  pointer-events : none;
  color: #2C333D;
}

.sub-nav-name:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 0;
  border-bottom: solid 2px #515963;
  border-right: solid 2px #515963;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-nav-name.is-selected:after {
  margin: -4px 0 0 0;
  border-top: solid 2px #515963;
  border-bottom:none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-nav-content {
  width:auto;
  display:none;
  background: #fff;
}

.sub-nav-content.first {
  display:block;
}

.sub-nav-content li {
  cursor:pointer;
  position: relative;
  padding:8px;
  border-bottom: 1px solid #A8AAAC;
}

.sub-nav-content li a {
  color: #4A595F;
}



/* ----------------
 SUB CONTENTS INBOX
---------------- */
.layout_sub-contents-inbox {
  padding: 0 0 15px 0;
}

.layout_sub-contents-inbox.end {
  padding: 0 0 0 0;
}

.sub-contents-inbox-title {
  color: #66AA59;
  background: url(../images/bg_inbox_title.jpg) repeat-x left 12px;
  margin: 0 0 20px 0;
}

.sub-contents-inbox-title span {
  display: inline-block;
  background: #F3F4F6;
  font-size: 22px;
  padding:0 15px 0 0;
}

.lauout_sub-inbox-contents-text {
  padding: 0 0 20px 0;
}

.lauout_sub-inbox-contents-figure {
  background: #fff;
  padding:30px;
  margin: 0 0 20px 0;
}

.lauout_sub-inbox-contents-figure-title {
  display: inline-block;
  background: #E1E1E1;
  padding: 5px 10px;
  margin: 0 0 40px 0;
  min-width: 100px;
  text-align: center;
}

.lauout_sub-inbox-contents-figure-img {
  display: block;
  margin: 0 auto;
}


/* サブページ共通部分  END */


@media only screen and (max-width: 768px) {


  /* 全ページ共通部分 START */
  body {
    display: block;
    overflow: visible;
  }

  #header{
    display: none;
  }

  /* ヘッダーSAKURAロゴ */
  .header-sp {
    height:40px;
  }

  .site-logo-sp img {
    height:30px;
    margin:4px 0 0 5px;
  }

  #contents-foot{
    display: none;
  }
  #footer{
    display: none;
  }


  /* 共通ヘッダースマホナビ */
  .layout_cloud-navi-sp {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 900;
  }

  .layout_cloud-navi-logo {
    width: 100%;
    height: 44px;
    padding: 6px 0 0 0;
    background: #3F3E43;
  }

  .layout_cloud-navi-logo a {
    display: inline-block;
    padding: 0 0 0 8px;
  }

  .layout_header-sp-nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }

  .layout_header-sp-nav-btn img {
    width: 60px;
    height: 50px;
  }

  .layout_header-sp-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50px;
    bottom:0;
    left: 0;
    background: #3F3E43;
    color: #ffffff;
    z-index: 100;
    display: none;
    border-bottom: 1px solid #758591;
  }

  /* メニュー第１階層 */
  .menu-first-level {
    display: block;
    background: #4F5962;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    cursor: pointer;
    vertical-align: middle;
    border-top: 1px solid #758591;
    position: relative;
  }

  .menu-first-level:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-first-level.is-selected:after {
    margin: -4px 0 0 0;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    border-bottom: none;
    border-right: none;
  }

  a.menu-first-level:after,
  a.menu-first-level.is-selected:after {
    left: 15px;
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-bottom: none;
    border-left: none;
  }

  a.menu-first-level ,
  a.menu-first-level:hover {
    color:#fff;
    text-decoration: none;
  }



  /* メニュー第２階層 */
  .menu-second-level-list {
    width: 100%;
    display: none;
    background: #3F3E43;
    color: #ffffff;
  }

  .menu-second-level {
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #758591;
  }

  .menu-second-level:before {
    padding: 0 10px 0 20px;
    content: url("../images/arrow_right.png");
  }

  .menu-second-level-title {
    display:inline-block;
    padding:12px 0;
    margin: 0;
    color: #fff;
  }

  /* メニュー第3階層 */
  .menu-third-level-list {
    width: 100%;
    background: #3F3E43;
    color: #ffffff;
  }

  .menu-third-level {
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #758591;
    padding:0 0 0 50px;
    position: relative;
  }

  .menu-third-level:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 30px;
    border-bottom: solid 1px #fff;
  }

  .menu-third-level-title {
    display:inline-block;
    padding:12px 0;
    margin: 0;
    color: #fff;
  }


  /* スマホメニュー下部ボタン */
  .layout_btn-cloud-navi-sp {
    border-top: solid 1px #758591;
    background: #4F5962;;
    padding:20px;
    width: auto;
  }

  .layout_btn-cloud-navi-sp-head {
    padding:10px 0 20px 0;
  }

  .layout_btn-cloud-navi-sp-body {
    padding:0 15px 30px 0;
    width: auto;
  }

  .layout_btn-cloud-navi-sp-foot {
    padding:0 0 10px 0;
  }

  .btn_cloud-navi-sp-close span,
  .btn_cloud-navi-sp-start a,
  .btn_cloud-navi-sp-price a,
  .btn_cloud-navi-sp-contact a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none !important;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    border: 1px solid #fff;
  }

  .btn_cloud-navi-sp-start a:after,
  .btn_cloud-navi-sp-price a:after,
  .btn_cloud-navi-sp-contact a:after {
    display: block;
    content: "";
    position: absolute;
    top: 48%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn_cloud-navi-sp-start a {
    width: 100%;
    background: #E56761;
    padding: 18px 0;
  }

  .btn_cloud-navi-sp-start a:hover {
    background: #DD3931;
  }

  .btn_cloud-navi-sp-price {
    float:left;
    width:50%;
    margin-right: 15px;
  }

  .btn_cloud-navi-sp-contact  {
    float:left;
    width: 50%;
    margin-right: -15px;
  }

  .btn_cloud-navi-sp-price a,
  .btn_cloud-navi-sp-contact a  {
    width: auto;
    text-align: left;
    width: auto;
    line-height: 1.2;
    padding: 8px;
    font-size: 13px;
  }

  .btn_cloud-navi-sp-price a {
    background: #6A89BD;
  }

  .btn_cloud-navi-sp-price a:hover {
    background: #4D70AA;
  }

  .btn_cloud-navi-sp-contact a {
    margin: 0;
    background: #82B440;
  }

  .btn_cloud-navi-sp-contact a:hover {
    background: #749F39;
  }

  .layout_btn-cloud-navi-sp-foot {
    text-align: center;
    background: none;
  }

  .btn_cloud-navi-sp-close span {
    width: 50%;
    display: inline-block;
    background: none;
    background: url(../images/btn_close_sp.png) no-repeat 8px center;
    font-size: 13px;
  }


  .layout_sub-contents {
    width: 100%;
    position: relative;
    margin: 50px 0 0 0;
  }

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

  .layout_sub-contents{
    padding:0 0 0 0;
  }


  /* ----------------
	 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;
  }

  .contact-info-tel {
    width:auto;
    padding:12px 0 20px 0;
    margin:0 15px;
  }

  .tc-tel-title {
    float:none;
    width:auto;
    font-size: 18px;
    padding:10px 0 3px 0;
    text-align: center;
  }

  .tc-tel-info {
    float:none;
    width:auto;
    padding:0 0 0 0;
    text-align: center;
  }

  .tc-tel-number {
    display: inline-block;
    font-size: 30px;
    line-height: 1.0;
  }

  .tc-tel-time {
    padding:10px 0 0 0;
    font-size: 13px;
  }

  .btn_tc-contact a:after,
  .btn_tc-price a:after,
  .btn_tc-start a:after {
    right: 10px;
  }


  /* ----------------
   LAYOUT FOOTER
  ---------------- */
  .layout_footer {
    position: relative;
  }

  .layout_footer-address {
    background: #444444;
    color: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  .footer-logo {
    padding: 0 0 40px 0;
    max-width: 80%;
    margin: 0 auto;
  }

  .layout_btn-gototop {
    position: fixed;
    right:15px;
    bottom:20px;
    z-index: 10000;
  }

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



  /* サブページ共通部分 START */

  /* ----------------
   SUB CONTENTS TITLE
  ---------------- */
  .layout_sub-contents-title {
    width: auto;
    height:50px;
    background:url(../images/bg_sub_content_title.png)repeat-x center;
    background-size: auto 50px
  }

  .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;
    -moz-text-shadow:1px 1px 1px #549C61;
    -webkit-text-shadow:1px 1px 1px #549C61;
    text-shadow:1px 1px 1px #549C61;
  }

  .sub-contents-description {
    display: none;
  }


  /* ----------------
   SUB CONTENTS BODY
  ---------------- */
  .layout_sub-contents-body {
    width:auto;
    margin: 0;
    padding:0;
  }


  /* ----------------
   SUB CONTENTS AREA
  ---------------- */
  .layout_sub-contents-area {
    width:auto;
    float:none;
    margin-right: 0
  }

  .layout_sub-contents-area-inner {
    padding:0 0 45px 0;
  }

  .layout_sub-contents-area-inner .first {}

  .layout_sub-contents-block {
    padding: 0 10px;
  }

  .layout_sub-contents-area-inner.even {
    background: #F3F4F6;
    border-top:1px solid #C8D8E3;
    border-bottom:1px solid #C8D8E3;
    margin: 0;
    padding: 40px 0;
  }

  .layout_sub-contents-body .sub-title {
    width:auto;
    height:29px;
    padding:6px 15px 0 15px;
    background-size: auto 100%;
    font-size: 16px;
    line-height: 1.4;
  }


  /* ----------------
   SUB NAV BODY
  ---------------- */
  .layout_sub-nav-area {
    width:auto;
    float:none;
    font-size: 16px;
    padding: 40px 0;
  }

  .sub-nav {
    width: auto;
    margin: 0 10px;
  }

  .sub-nav-name {
    background: none;
    padding:0 0 10px 0;
    border:none;
    text-align: center;
    font-size:21px;
    color: #4A595F;
  }

  .sub-nav-name a {
    pointer-events : auto;
    color: #66AA59;
  }



  .sub-nav-name:after {
    display: none;
  }

  .sub-nav-content {
    width:auto;
    display:none;
    border-bottom:1px solid #818383;
  }

  .sub-nav-content.first {
    display:block;
  }

  .sub-nav-content li {
    cursor:pointer;
    position: relative;
    padding:8px;
    border-top:1px solid #818383;
    border-right:1px solid #818383;
    border-left:1px solid #818383;
    border-bottom:none;
  }

  .sub-nav-content li a {
    color: #4A595F;
  }

  .sub-nav-content li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-right: solid 3px #2D333D;
    border-top: solid 3px #2D333D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /* ----------------
   SUB CONTENTS INBOX
  ---------------- */
  .layout_sub-contents-inbox {
    background: #fff;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    border-top:1px solid #818383;
    border-right:1px solid #818383;
    border-left:1px solid #818383;
  }

  .layout_sub-contents-inbox.end {
    margin: 0 0 0 0;
  }

  .sub-contents-inbox-title {
    margin: 0 0 0 0;
    color: #2C333D;
    background: none;
    border-bottom:1px solid #818383;
  }

  .sub-contents-inbox-title.is-selected {
    color: #66AA59;
  }

  .sub-contents-inbox-title span {
    display: block;
    background: #fff;
    font-size: 16px;
    padding: 15px 10px;
    margin: 0 0 0 0;
    cursor:pointer;
    position: relative;
  }

  .sub-contents-inbox-title span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    border-bottom: solid 3px #2D333D;
    border-right: solid 3px #2D333D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sub-contents-inbox-title.is-selected span:after {
    margin: -4px 0 0 0;
    border-top: solid 3px #2D333D;
    border-left: solid 3px #2D333D;
    border-bottom:none;
    border-right:none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .layout_sub-inbox-contents {
    padding: 15px 10px 0 10px;
    display:none;
    border-bottom:1px solid #818383;
  }

  .lauout_sub-inbox-contents-text {
    padding: 0 0 15px 0;
  }

  .lauout_sub-inbox-contents-figure {
    padding: 0 0 15px 0;
    margin: 0 0 0 0;
  }

  .lauout_sub-inbox-contents-figure-title {
    font-size: 12px;
    padding: 5px 20px;
    margin: 0 0 15px 0;
    min-width: 80px;
  }

  .lauout_sub-inbox-contents-figure-img {
    width: 100%;
  }

  /* サブページ共通部分 END */

  /* AdminBar調整 */

  html #wpadminbar {
    position: fixed;
  }

  body.admin-bar .layout_sub-contents{
    margin-top: 0;
  }
}