@charset "utf-8";

/* ----------------
/* 共通指定 */

#nav a:hover {
  text-decoration: none;
}

/* ----------------
CONTACT INFO
---------------- */

.layout_contact-info {
  background-size: 100% auto;
  padding: 32px 0 32px 0;
  color: #fff;
}

.btn_tc-start a {
  background: #E56761;
  color: #fff;
}

.btn_tc-contact a,
.btn_tc-price a,
.btn_tc-start a,
.btn_tc-outline a {
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  line-height: 1.2;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .15);
  border-radius: 3px;
}

.btn_tc-price a {
  background: #6A89BD;
  color: #fff;
}

.btn_tc-contact a {
  background: #fdb23a;
  color: #515963;
}

.btn_tc-outline a {
  background-color: #fff;
  color: #515963;
  border: solid 1px #515963;
}

/* ----------------
SUB CONTENTS TITLE
---------------- */

.layout_sub-contents-title {
  color: #fff;
}


/* ----------------
SUB CONTENTS AREA
---------------- */

.layout_sub-contents-body .sub-title {
  vertical-align: middle;
  background: #58a466;
  background: -webkit-linear-gradient(top, #7db564 0%, #65ab72 100%);
  background: linear-gradient(to top, #7db564 0%, #65ab72 100%);
  color: #fff;
  text-shadow: 1px 1px 1px #549C61;
}


/* ----------------
RELATION NAVI BOX
---------------- */

.sub-contents-relation-navi-title {
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 1px #549C61;
  letter-spacing: 0.05em;
}

.layout_sub-contents-relation-navi-block {
  background: #58a466;
  background: -webkit-linear-gradient(left, #58a466 0%, #82b440 100%);
  background: linear-gradient(to right, #58a466 0%, #82b440 100%);
  background-size: 100% auto;
  text-align: center;
}

a.sub-contents-relation-navi-link {
  background: #fff;
  border-bottom: 2px solid #5E8E3B;
  border-right: 1px solid #6FAC42;
  text-align: left;
  text-decoration: none;
}

.sub-contents-relation-navi-text {
  color: #59A465;
  font-size: 13px;
}

.sub-contents-relation-navi-name {
  font-size: 16px;
  color: #2C333D;
  padding: 2px 0 0 0;
}


/* ----------------
Action Button
---------------- */

.btn_start {
  margin: auto;
  background: #E56761;
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: normal;
  line-height: 1;
  padding: 20px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .15);
}

/* ----------------
 information
---------------- */

.layout_specification-information {
  padding: 16px;
  position: relative;
}

.layout_specification-information h5 {
  font-size: 16px;
  margin-bottom: 16px;
}

.wrap_introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduction {
  background-color: #f4fcff;
  border: 1px solid #a3c1cc;
}

.introduction-image {
  background-color: #fff;
  padding: 24px 10px;
  margin-bottom: 10px;
}

/* PC 幅が 780px 以上 */
@media screen and (min-width:780px) {

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

  /* ---------------
 Cloud Service　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: 340px;
    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;
  }

  .layout_service-navi .fa-chevron-down,
  .layout_service-navi .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: 50px;
    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: 200%;
  }

  .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: 200%;
    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: 200%;
    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: 200%;
    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; PCお問い合わせボタンあり */
    float: right;
    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;
  }

  .layout_service-navi.dark-header {
    position: fixed;
    top: 0;
    left: 0;
    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;
  }

  /* ----------------
 FOOT SERVICE
---------------- */
  .layout_footer-service-navi {
    padding: 32px 0;
    border-top: 1px solid #C8D8E3;
  }

  .footer-service-box {
    float: left;
    width: 239px;
    border-left: 1px solid #C8D8E3;
    text-align: center;
    padding: 20px;
  }

  .footer-service-box.end {
    width: 238px;
    border-right: 1px solid #C8D8E3;
  }

  .footer-service-box a {
    text-decoration: none;
    display: block;
  }

  .footer-service-box a:hover {
    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-btn {
    margin: 0 auto 0;
  }

  .layout_contact-info-btn-l {
    float: right;
  }

  .layout_contact-links-btn-l-1col {
    padding: 25px 0px 0px 0px;
  }

  .layout_contact-links-btn-r-1col {
    float: right;
    padding: 25px 0px 0px 0px;
  }

  .layout_contact-links-btn-l-2col {
    float: left;
    padding: 20px 0px 8px 0px;
  }

  .layout_contact-links-btn-r-2col {
    float: right;
    padding: 20px 0px 8px 0px;
  }

  .layout_contact_links {
    padding: 20px 0px 0px 0px;
  }

  .layout_contact_links .col1 {
    width: 560px;
    margin: auto;
  }

  .layout_contact_links .col1 .btn_tc-outline a {
    margin: 0 auto;
  }

  .layout_contact_links .col2 {
    width: 530px;
    margin: auto;
  }

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

  .btn_tc-contact a {
    width: 210px;
    margin: 0 40px 0 0;
  }

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

  .btn_tc-price a,
  .btn_tc-outline a {
    width: 210px;
  }

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

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

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

  .btn_tc-outline a:hover {
    background-color: #e5e5e5;
  }

  .btn_tc-contact a,
  .btn_tc-price a,
  .btn_tc-start a,
  .btn_tc-outline a {
    line-height: 1.2;
    padding: 20px 25px;
    font-size: 16px;
    text-align: center;
  }

  /* ----------------
 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);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
  }

  /* ----------------
 Footer Bread
---------------- */

  #contents-foot .bread {
    padding: 10px 0 10px 0;
    color: #cccccc;
    font-size: 83.3%;
  }

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

  #contents-foot .bread a {
    color: #cccccc;
  }

  /* ----------------
 Action Btn
---------------- */
  .layout_action-start {
    background-color: #5BA563;
  }

  .layout_action-start_underlayer {
    background-color: #5BA563;
    margin: 0 -50%;
    padding: 0 50%;
  }

  .layout_action-start_inner {
    width: 960px;
    background: url(../images/bg_start_link.png) no-repeat top right;
    padding: 35px 0px;
    margin: auto;
  }

  .layout_action-start_inner p {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px #549C61;
  }

  .layout_action-start_inner span {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #549C61;
    display: block;
    padding-top: 15px;
  }

  .layout_action-start_inner span a {
    color: #FFFFFF;
  }

  .btn_start {
    width: 400px;
    text-decoration: none !important;
  }

  .btn_start:hover {
    background: #DD3931;
    color: #fff;
  }

  /* 全ページ共通部分 END */
  /* サブページ共通部分 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%);
  }

  .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;
  }

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

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

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

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

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

  .layout_sub-contents-body .sub-title {
    width: auto;
    height: 42px;
    padding: 8px 20px 0 20px;
    margin: 0 0 20px 0;
    font-size: 23px;
    line-height: 1.4;
  }

  /* ----------------
 SUB NAV BODY
---------------- */
  #side {
    width: 170px;
    height: 100%;
    float: left;
    position: relative;
  }

  #wrapScroll {
    position: relative;
    margin: 0;
    padding-bottom: 40px;
    width: 170px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background-color: brown; */
  }

  .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-link:hover {
    opacity: 0.75;
  }

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

  .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);
    -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-nav-name.is-selected:after {
    margin: -4px 0 0 0;
    border-top: solid 2px #515963;
    border-bottom: 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;
  }

  .sub-nav-name-link a {
    display: block;
    background: #E8E8E8;
    padding: 10px 30px 10px 8px;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #4A595F;
  }

  .sub-nav-name-link a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 0;
    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;
  }

  .sub-nav-name-link a:hover {
    background: #f0f0f0;
    text-decoration: none;
  }

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

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

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

  .sub-nav-content li a {
    display: block;
    color: #4A595F;
    padding: 8px;
    text-decoration: none;
  }

  .sub-nav-content li a:hover {
    background: #f0f7ec;
    text-decoration: none;
  }

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

  /* ----------------
 RELATION NAVI BOX
 ---------------- */
  .layout_sub-contents-relation-navi-block {
    /*margin: 0 -50%;*/
    padding: 30px 0;
  }

  .sub-contents-relation-navi-title {
    font-size: 21px;
    padding: 0 0 25px 0;
  }

  a.sub-contents-relation-navi-link {
    display: inline-block;
    width: 286px;
    padding: 12px 10px;
    margin: 0 5px;
  }

  a.sub-contents-relation-navi-link:hover {
    opacity: 0.75;
  }

  /* ----------------
   information
  ---------------- */

  .introduction-image {
    margin-right: 10px;
  }

  .text-information {
    width: 80%;
  }

  /* サブページ共通部分  END */
  /* ----------------
 SUB CONTENTS AREAで画面100%の背景がある場合
 ---------------- */
  body {
    display: table;
    overflow: hidden;
    width: 100%;
  }

  /* ----------------
 SUB CONTENTS AREAで画面100%の背景がある場合
---------------- */
  .layout_subtext-top {
    padding-bottom: 10px;
  }

  .layout_subtext-bottom {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 779px) {
  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

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

  .hide-mobile {
    display: none !important;
  }

  /* 共通ヘッダースマホナビ */
  .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;
  }

  .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;
  }

  .btn_tc-outline a {
    line-height: 1.2;
    margin-top: 40px;
    padding: 16px 15px;
    font-size: 15px;
    text-align: center;
  }

  /*スマホ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: 2rem;
  }

  .service-toggle.is-open:after {
    content: "\f106";
  }

  .layout_sub-contents {
    width: 100%;
    position: relative;
  }

  /* ----------------
   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,
  .flow .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;
    text-align: center;
  }

  .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;
    line-height: 1.2;
    padding: 8px;
    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: 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: #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;
  }

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

  .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: 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;
  }

  /* ----------------
   information
  ---------------- */

  .introduction {
    margin-top: 10px;
  }

  .introduction-image {
    width: 100%;
    text-align: center;
  }

}