@charset "UTF-8";
@media only screen and (max-width: 780px) {
  /* 全ページ共通部分 START */
  body {
    display: block;
    overflow: visible;
  }
  .hide-mobile {
    display: none!important;
  }
  /* コーポレートheader削除 */
  #header {
    display: none;
  }
  /* コーポレートfooter削除 */
  #footer {
    display: none;
  }
    /* コーポレートnav削除 */
  #nav {
    display: none;
  }
  /* ヘッダーSAKURAロゴ */
  .header-sp {
    height: 32px;
  }

  .site-logo-sp img {
    height: 22px;
    margin: 4px 0 0 5px;
  }
  /* 共通ヘッダースマホナビ */
  .layout_cloud-navi-sp {
    width: 100%;
    position: absolute;
    top: 32px;
    z-index: 900;
  }
  .layout_cloud-navi-sp img {
    width: 153px;
  }
  .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: 30000;
    display: none;
    border-bottom: 1px solid #758591;
  }
  .layout_header-sp-nav nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 40000;
  }
  /* メニュー第１階層 */
  .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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  .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-first-level-sub {
    display: block;
    background: #606971;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px 7px 40px;
    cursor: pointer;
    vertical-align: middle;
    border-top: 1px solid #758591;
    position: relative;
  }
  .menu-first-level-sub: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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  a.menu-first-level-sub:after, a.menu-first-level-sub.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-sub, a.menu-first-level-sub:hover {
    color: #fff;
    text-decoration: none;
  }
  /* メニュー第２階層 */
  .menu-second-level-list {
    width: 100%;
    display: none;
    background: #3F3E43;
    color: #ffffff;
  }
  .menu-second-level {
    font-size: 16px;
    border-top: 1px solid #758591;
  }
  .menu-second-level a {
    display: inline-block;
    width: 100%;
  }
  .menu-second-level a: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 a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #758591;
    padding: 0 0 0 50px;
    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 30px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .menu-third-level-title {
    display: inline-block;
    padding: 12px 0;
    margin: 0;
    color: #fff;
  }

  .menu-third-level dt {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #758591;
    padding: 12px 0 12px 50px;
    position: relative;
    box-sizing: border-box;
    color: #9a9fa9;
  }
  .menu-third-level dt:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 30px;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  .menu-third-level dd a {
    padding-left: 20px;
    font-size: 13px;
  }
  .menu-fourth-level-title {
    display: inline-block;
    padding: 8px 0 8px 50px;
    margin: 0;
    color: #fff;
  }
   .menu-third-level dd {
     background-color: #2f2f2f;
   }
   .menu-third-level dd a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 5px;
    height: 1px;
    margin: -1px 0 0 30px;
    padding: 0;
    border-bottom: solid 1px #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;
    border-radius: 4px;
    text-align: center;
  }
  .btn_cloud-navi-sp-close span, .btn_cloud-navi-sp-start a, .btn_cloud-navi-sp-price a {
    color: #fff;
  }
  .btn_cloud-navi-sp-contact a {
    color: #515963;
  }
  .btn_cloud-navi-sp-close span {
    border: #fff 1px solid;
  }
  .btn_cloud-navi-sp-start a, .btn_cloud-navi-sp-price a, .btn_cloud-navi-sp-contact a {
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,.15);
  }
  /*
  .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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }*/
  .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: #fdb23a;
  }
  .btn_cloud-navi-sp-contact a:hover {
    background: #e99c22;
  }
  .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 {
    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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  /* ----------------
   CONTACT INFO
  ---------------- */
  .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-price02 {
    float: right;
    width: 70%;
    margin-right: 15px;
  }
  .btn_tc-contact {
    float: right;
    width: 50%;
    margin-right: -15px;
  }
  .btn_tc-price a, .btn_tc-price02 a, .btn_tc-contact a {
    width: auto;
    text-align: left;
    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: 32px;
    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, .btn_tc-price02 a:after {
    right: 10px;
  }
  /* ----------------
   LAYOUT FOOTER
  ---------------- */
  .layout_footer {
    position: relative;
  }
  .layout_footer-address {
    background: #444444;
    color: #fff;
    text-align: center;
    padding: 25px 0 10px 0;
  }
  .footer-logo {
    padding: 0 0 40px 0;
  }
  .footer-logo img {
    width: 300px;
    height: auto;
  }
  .layout_btn-gototop {
    position: fixed;
    right: 15px;
    bottom: 45px;
    z-index: 98;
  }
  /* 全ページ共通部分 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;
    text-shadow: 1px 1px 1px #549C61;
  }
  .sub-contents-description {
    display: none;
  }
  /* ----------------
   SUB CONTENTS BODY
  ---------------- */
  .layout_sub-contents-body {
    width: auto;
    margin: 0;
    padding: 30px 0 0 0;
  }
  /* ----------------
   SUB CONTENTS AREA
  ---------------- */
  .layout_sub-contents-area {
    width: auto;
    float: none;
    margin-right: 0
  }
  .layout_sub-contents-area-inner {
    padding: 40px 0;
  }
  .layout_sub-contents-area-inner.first {
    padding: 0 0 40px 0;
  }
  .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 {
    font-family: I-OTF-UDゴ表示Pro R;
    width: auto;
    height: auto;
    padding: 6px 15px 9px 15px;
    background-size: auto 100%;
    font-size: 18px;
    line-height: 1.4;
  }
  /* ----------------
   SUB NAV BODY
  ---------------- */
  #side {
    width: auto;
    height: auto;
    float: none;
  }
  #wrapScroll {
    margin: 0 10px;
    width: auto;
  }
  .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-name-link a {
    background: none;
    padding: 0 0 10px 0;
    border: none;
    text-align: center;
    font-size: 21px;
    color: #66AA59;
  }
  .sub-nav-name-link a: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;
    border-top: 1px solid #818383;
    border-right: 1px solid #818383;
    border-left: 1px solid #818383;
    border-bottom: none;
  }
  .sub-nav-content li a {
    display: block;
    padding: 8px;
    color: #66AA59;
  }
  .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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  /* ----------------
   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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  .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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }
  .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%;
  }
  .btn_start {
    max-width: 300px;
    width: 90%;
  }
  .layout_action-start_inner {
    width: 100%;
    background: none;
    padding: 0px;
    margin: auto;
  }
  .layout_action-start {
    background: none;
    margin: 0;
    padding: 0;
  }
  /* ----------------
   RELATION NAVI BOX
  ---------------- */
  .layout_sub-contents-relation-navi-block {
    margin: 0;
    padding: 15px 0 20px 0;
  }
  .sub-contents-relation-navi-title {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  a.sub-contents-relation-navi-link {
    display: block;
    width: auto;
    padding: 5px 10px;
    margin: 0 10px 10px 10px;
  }
  /* サブページ共通部分 END */
}