@charset "UTF-8";
/*
Theme Name: SLS株式会社
Author: SLS株式会社
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

@font-face {
  font-family: 'fontello';
  src: url("css/font/fontello.eot?2943578");
  src: url("css/font/fontello.eot?2943578#iefix") format("embedded-opentype"), url("css/font/fontello.woff?2943578") format("woff"), url("css/font/fontello.ttf?2943578") format("truetype"), url("css/font/fontello.svg?2943578#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2 {
  letter-spacing: 0.2em;
  font-weight: bold; }
  h1 span, h2 span {
    letter-spacing: 0.2em;
    font-weight: bold; }

.h2-title, .h1-title {
  letter-spacing: 0.2em;
  font-weight: bold; }

p, dt, dd, li, th, td, span, a {
  letter-spacing: 0.1em; }

.clear {
  clear: both; }

body {
  height: 100%;
  background: #FFF; }

@media print, screen and (min-width: 769px) {
  #header-box {
    position: relative;
    width: 100%;
    background: #FFF;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1);
    z-index: 5; }

  #header-in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    position: relative; }

  #logo {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    text-align: center; }
    #logo img {
      padding: 10px;
      max-width: 104px;
      height: auto; } }
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  /*.on_hover{
  	background-color: rgba(0,0,0,0.8);
  	display: block;
  	content: "";
  	position: absolute;
  	//position: fixed;
  	top: $pc-header;
  	left: 0;
  	width: 100%;
  	height: 340px;
  	z-index: -1;
  	@include transition;
  }*/
  .menu-2:hover ul:before {
    height: 200px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; } }
@media print, screen and (min-width: 769px) {
  .main-nav {
    float: right;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: table; }
    .main-nav .mb {
      display: none; }
    .main-nav img {
      width: 100%;
      height: auto; }

  .main-nav > li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 16%; }

  .main-nav > li > a {
    display: block;
    color: #000;
    position: relative; }

  .main-nav > li > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 1px;
    border-left: 1px solid #CCC;
    height: 30px;
    bottom: 50%;
    margin-top: -15px; } }
@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 769px) {
  .main-nav > li:first-child > a:before {
    border: none; } }

@media print, screen and (min-width: 769px) {
  .main-nav > li > a > span {
    padding: 27px 10px;
    display: block; } }
  @media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
    .main-nav > li > a > span {
      font-size: 13px;
      padding: 28px 4px; } }

@media print, screen and (min-width: 769px) {
  .main-nav > li > a > span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #d9460e;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  .main-nav .contact {
    background: #d9460e; }
    .main-nav .contact > a > span {
      color: #FFF; }
    .main-nav .contact > a:before {
      border: none; }
    .main-nav .contact a > span:before {
      background: #FFF; }

  .main-nav > li > a > span:hover:before {
    width: 100%; }

  .main-nav > .current_item > a > span:before {
    width: 100%; }

  .main-nav > li > ul {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    zoom: 1;
    z-index: 6;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px 10px 260px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  .main-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    zoom: 1; }

  .ie8 .main-nav > li > ul {
    background-color: #000 !important; }

  .main-nav > li > ul > li {
    float: left;
    width: 217px;
    margin: 0 0 10px 0;
    text-align: center; }

  .main-nav > li > ul > li > a {
    color: #FFF; }

  .main-nav > li > ul > li > a > span {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    text-align: center; }

  .main-nav > li > ul > li > a > span:after {
    font-family: 'fontello';
    content: "";
    padding-left: 10px; }

  .main-nav > li > ul > li > a:hover img {
    opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    zoom: 1; } }
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .main-nav > li > ul {
    background-color: rgba(0, 0, 0, 0.8); } }
@media print, screen and (min-width: 769px) {
  .nav-title {
    position: absolute;
    left: 20px;
    top: 60px;
    width: 20%;
    text-align: center !important;
    color: #FFF;
    pointer-events: none; }

  #footer-recruit {
    clear: both;
    border-top: 1px solid #d9460e; }
    #footer-recruit ul {
      max-width: 1200px;
      margin: 0 auto;
      border-left: 1px solid #d9460e;
      overflow: hidden; }
      #footer-recruit ul li {
        float: left;
        width: 50%;
        border-right: 1px solid #d9460e;
        padding: 140px 60px 30px 60px; }
    #footer-recruit .title {
      text-align: center;
      margin-bottom: 30px; }
      #footer-recruit .title a {
        color: #d9460e;
        font-weight: bold;
        position: relative;
        font-size: 24px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #footer-recruit .title a:before {
        font-weight: normal;
        font-family: 'fontello';
        display: block;
        position: absolute;
        top: -90px;
        left: 50%;
        right: 50%;
        font-size: 70px; }
    #footer-recruit .link1 a:before {
      content: "";
      margin-left: -35px; }
    #footer-recruit .link2 a:before {
      content: "";
      margin-left: -20px; }
    #footer-recruit .title:after {
      font-family: "fontello";
      content: "";
      padding-left: 10px;
      font-size: 24px;
      color: #d9460e; }
    #footer-recruit .title:hover a, #footer-recruit .title:hover:after {
      color: #e37f00;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #footer-recruit .text {
      font-size: 14px;
      line-height: 1.8em; } }
@media screen and (min-width: 769px) and (max-width: 900px) and (min-width: 769px) {
  #footer-recruit li {
    padding: 140px 30px 30px 30px !important; } }
@media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  #footer-recruit ul {
    border-left: none !important; }
  #footer-recruit li {
    border-right: none !important; }
  #footer-recruit li:first-child {
    border-right: 1px solid #d9460e !important; }
  #footer-recruit a {
    font-size: 20px !important; } }
@media print, screen and (min-width: 769px) {
  #footer-in {
    clear: both;
    background-color: rgba(197, 197, 197, 0.2);
    position: relative; }

  .wrapper {
    clear: both;
    background: #FFF; }

  #menu-footer {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    #menu-footer a {
      font-size: 14px;
      color: #000; }
    #menu-footer a:hover {
      color: #e37f00;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #menu-footer li {
      padding-top: 10px; }
    #menu-footer .end {
      padding-top: 0; }
    #menu-footer .end > a:first-child {
      display: none; }
    #menu-footer .end a {
      font-weight: bold; }
    #menu-footer ul {
      clear: both; } }
@media screen and (min-width: 769px) and (max-width: 900px) and (min-width: 769px) {
  #menu-footer a {
    font-size: 12px; } }
@media print, screen and (min-width: 769px) {
  #menu-footer > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 10px; }
    #menu-footer > li > a {
      font-weight: bold; }

  .ie8 #footer-in, .ie9 #footer-in {
    background: #F2F2F2; }
  .ie8 #menu-footer > li, .ie9 #menu-footer > li {
    float: left;
    width: 20%; }

  #copy {
    background: #5C5C5C;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 30px; }

  #page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 44px;
    background: #d9460e;
    z-index: 10;
    cursor: pointer; }
    #page-top a {
      display: block; }

  .ie8 #page-top {
    display: none; }

  #page-top:hover {
    background: #e37f00;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #page-top:before {
    font-family: 'fontello';
    content: "";
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 8px 0 0 2px;
    color: #FFF; }

  #pankuzu {
    background: whitesmoke;
    padding: 15px 30px;
    font-size: 13px;
    border-top: 1px solid #FFF; }
    #pankuzu a, #pankuzu span {
      font-size: 13px; }
    #pankuzu a {
      color: #d9460e; }
    #pankuzu a:hover {
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #e37f00; }
    #pankuzu .breadcrumbs {
      max-width: 1200px;
      margin: 0 auto; }

  .h2-title {
    color: #d9460e;
    font-size: 24px;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4em; }

  .h2-title:before {
    width: 46px;
    height: 5px;
    background: #d9460e;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -23px; }

  .h2-text, .h2-text2 {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 30px;
    line-height: 1.8em; }

  .h2-text2 {
    text-align: left; }

  .contents {
    clear: both;
    max-width: 1200px;
    margin: 100px auto 0 auto; }

  .contents-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-bottom: 100px; }
    .contents-nav li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      flex: auto;
      width: 25%; }
    .contents-nav .img {
      position: relative;
      text-align: center;
      overflow: hidden;
      z-index: 1;
      height: 168px;
      width: 100%;
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .contents-nav .img:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 1;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .contents-nav img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: inherit; }
    .contents-nav a:hover .img:before {
      background-color: rgba(0, 0, 0, 0);
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .contents-nav .text {
      padding: 15px 10px 10px 10px;
      text-align: center;
      color: #000;
      font-size: 18px;
      line-height: 1.8em; }
    .contents-nav .text:after {
      font-family: "fontello";
      content: "";
      padding-left: 10px;
      font-size: 18px;
      color: #d9460e; }

  .page-con-nav {
    clear: both;
    padding: 100px 0; }
    .page-con-nav ul {
      clear: both;
      max-width: 1200px;
      margin: 0 auto;
      border-left: 1px solid #CCC; }
    .page-con-nav li {
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      background: #FFF; }

  .page-nav-5 ul li {
    width: 33%; }
  .page-nav-5 ul .list1, .page-nav-5 ul .list2 {
    width: 50%; }
    .page-nav-5 ul .list1 .img, .page-nav-5 ul .list2 .img {
      height: 208px; }

  .page-nav-6 ul li {
    width: 25%; }
  .page-nav-6 ul .list1, .page-nav-6 ul .list2 {
    width: 50%; }
    .page-nav-6 ul .list1 .img, .page-nav-6 ul .list2 .img {
      height: 208px; }

  .ie8 .contents-nav, .ie9 .contents-nav {
    display: table !important;
    width: 100%; }
    .ie8 .contents-nav li, .ie9 .contents-nav li {
      display: table-cell !important; }
  .ie8 .page-nav-5 ul li, .ie9 .page-nav-5 ul li {
    width: 20%; }
    .ie8 .page-nav-5 ul li .text, .ie9 .page-nav-5 ul li .text {
      font-size: 14px; }
  .ie8 .page-nav-6 ul li, .ie9 .page-nav-6 ul li {
    width: 16%; } }
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .page-nav-5 ul .text {
    font-size: 14px !important; } }
@media print, screen and (min-width: 769px) {
  .page #main-header {
    position: relative;
    height: 224px;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
    .page #main-header img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: inherit;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      top: -2px;
      bottom: -2px;
      left: -2px;
      right: -2px;
      top: inherit;
      bottom: 0; }
    .page #main-header .h1-title {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      left: 0;
      top: 0;
      padding-top: 100px;
      z-index: 2;
      font-size: 26px;
      color: #FFF;
      background-color: rgba(0, 0, 0, 0.4);
      font-weight: bold; }
  .page .h1-text {
    text-align: center;
    line-height: 1.8em;
    font-size: 16px;
    padding: 0 30px; }
    .page .h1-text span {
      display: block;
      color: #d9460e; }
  .page .page-contents .main-title {
    color: #d9460e;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0 30px;
    line-height: 1.8em; }
    .page .page-contents .main-title span {
      font-size: 30px; }
  .page .page-contents .text {
    margin-bottom: 100px;
    padding: 0 30px;
    line-height: 1.8em; }
  .page .service-blue {
    background: #ebf1fa;
    margin: 0 0 100px 0; }
    .page .service-blue .contents {
      margin-top: 0; }
  .page .blue-title {
    margin-bottom: 60px; }
    .page .blue-title h2 {
      color: #255fc6; }
    .page .blue-title h2:before {
      background: #255fc6; }
    .page .blue-title .main-title {
      color: #255fc6; }
    .page .blue-title .text {
      margin-bottom: 0; }
  .page .pc-block {
    display: block; }

  .page-list2 {
    max-width: 1200px;
    overflow: hidden;
    padding: 0; }
    .page-list2 li {
      float: left;
      position: relative; }
      .page-list2 li .img {
        overflow: hidden;
        position: relative;
        text-align: center;
        z-index: 1; }
      .page-list2 li .img:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list2 li .title {
        border: 1px solid #FFF;
        position: absolute;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        left: 50%;
        right: 50%;
        padding: 20px 20px 16px 10px;
        background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
        box-shadow: 0 5px rgba(0, 0, 0, 0.1);
        z-index: 2; }
        .page-list2 li .title p {
          position: relative;
          line-height: 1.8em; }
        .page-list2 li .title p:before {
          font-family: "fontello";
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -12px;
          content: "";
          font-size: 16px;
          font-size: 20px;
          right: -10px; }
    .page-list2 li:hover .img:before {
      background-color: rgba(0, 0, 0, 0.1);
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .page-list2 li:hover .title {
      background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0)); }
    .page-list2 .list1, .page-list2 .list2 {
      width: 50%; }
      .page-list2 .list1 .title, .page-list2 .list2 .title {
        top: 120px;
        width: 60%;
        margin-left: -30%; }
        .page-list2 .list1 .title p, .page-list2 .list1 .title span, .page-list2 .list2 .title p, .page-list2 .list2 .title span {
          font-size: 20px; }
        .page-list2 .list1 .title p:before, .page-list2 .list2 .title p:before {
          margin-top: -20px; }
      .page-list2 .list1 .img, .page-list2 .list2 .img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative; }
        .page-list2 .list1 .img img, .page-list2 .list2 .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: inherit; }
      .page-list2 .list1 .img:before, .page-list2 .list2 .img:before {
        width: 100%;
        height: 300px; }
    .page-list2 .list3 {
      clear: both; }
    .page-list2 .list3, .page-list2 .list4, .page-list2 .list5 {
      width: 33.33333%;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
      .page-list2 .list3 .title, .page-list2 .list4 .title, .page-list2 .list5 .title {
        top: 80px;
        width: 80%;
        margin-left: -40%; }
        .page-list2 .list3 .title p, .page-list2 .list3 .title span, .page-list2 .list4 .title p, .page-list2 .list4 .title span, .page-list2 .list5 .title p, .page-list2 .list5 .title span {
          font-size: 18px; }
        .page-list2 .list3 .title p:before, .page-list2 .list4 .title p:before, .page-list2 .list5 .title p:before {
          margin-top: -18px; }
      .page-list2 .list3 .img, .page-list2 .list4 .img, .page-list2 .list5 .img {
        width: 100%;
        height: 212px;
        overflow: hidden;
        position: relative; }
        .page-list2 .list3 .img img, .page-list2 .list4 .img img, .page-list2 .list5 .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: inherit; }
      .page-list2 .list3 .img:before, .page-list2 .list4 .img:before, .page-list2 .list5 .img:before {
        width: 100%;
        height: 212px; } }
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) {
  .page-list2 .title {
    font-size: 18px !important;
    line-height: 1.6em; }
  .page-list2 .list1 .title, .page-list2 .list2 .title {
    top: 100px;
    width: 80%;
    margin-left: -40%; }
  .page-list2 .list1 .img, .page-list2 .list2 .img {
    height: 260px; }
  .page-list2 .list1 .img:before, .page-list2 .list2 .img:before {
    height: 260px; }
  .page-list2 .list4 .title, .page-list2 .list3 .title, .page-list2 .list5 .title {
    top: 60px; }
    .page-list2 .list4 .title span, .page-list2 .list3 .title span, .page-list2 .list5 .title span {
      display: block; } }
@media print, screen and (min-width: 769px) {
  .ie .page-list2 .list3, .ie .page-list2 .list4, .ie .page-list2 .list5 {
    width: 33.3%; }

  .page-list {
    margin: 100px 0; }
    .page-list li {
      clear: both;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background: #FFF;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .page-list li .img {
        width: 50%;
        max-width: 600px;
        float: left;
        line-height: 0.8em; }
      .page-list li img {
        width: 100%;
        height: auto;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list li img:hover {
        opacity: 0.6;
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        zoom: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .page-list .list2 .img, .page-list .list4 .img {
      float: right; }
    .page-list .box {
      max-width: 1200px;
      margin: 0 auto; }
    .page-list .in-box {
      width: 50%;
      height: 100%;
      padding: 6% 50px 0 50px;
      float: left; }
      .page-list .in-box .title {
        font-size: 26px;
        color: #d9460e;
        text-align: center;
        font-weight: bold;
        padding-bottom: 15px; }
      .page-list .in-box .text {
        line-height: 1.8em;
        padding-bottom: 15px; }
        .page-list .in-box .text a {
          display: block;
          padding: 10px 10px 6px 10px;
          border: 1px solid #d9460e;
          font-size: 18px;
          color: #d9460e;
          text-align: center;
          max-width: 200px;
          margin: 0 auto; }
    .page-list .hover {
      z-index: 2;
      background-color: rgba(197, 197, 197, 0.2);
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .page-list .hover .text a {
        background: #FFF;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list .hover .text a:hover {
        color: #FFF;
        background: #d9460e;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; } }
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .page-list .in-box {
      padding: 5% 30px 0 30px; }
      .page-list .in-box .title {
        font-size: 20px; }
      .page-list .in-box .text {
        padding-bottom: 15px;
        font-size: 14px; }
        .page-list .in-box .text a {
          font-size: 14px;
          padding: 6px 6px 4px 6px; } }

@media print, screen and (min-width: 769px) {
  .page-list3 {
    padding: 60px 0 100px 0;
    background-color: rgba(197, 197, 197, 0.2); }
    .page-list3 li {
      clear: both;
      max-width: 1200px;
      margin: 0 auto;
      /*.img a:before{
      	content: '';
      	display: block;
      	position: absolute;
      	width: 100%;
      	height: 100%;
      	left: 0;
      	top: 0;
      	background-color: rgba(0,0,0,0.3);
      	z-index: 1;
      }*/ }
      .page-list3 li .box {
        display: table; }
      .page-list3 li .img {
        width: 50%;
        display: table-cell;
        z-index: 1;
        position: relative; }
      .page-list3 li img {
        width: 100%;
        height: auto;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list3 li img:hover {
        opacity: 0.6;
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        zoom: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list3 li .in-box {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        padding: 30px; }
        .page-list3 li .in-box .title {
          font-size: 26px;
          color: #d9460e;
          text-align: center;
          font-weight: bold;
          margin-bottom: 30px; }
        .page-list3 li .in-box .text {
          line-height: 1.8em;
          padding-bottom: 30px;
          text-align: center;
          max-width: 400px;
          margin: 0 auto; }
          .page-list3 li .in-box .text a {
            display: block;
            padding: 10px 10px 6px 10px;
            border: 1px solid #d9460e;
            background: #FFF;
            font-size: 18px;
            color: #d9460e;
            text-align: center;
            max-width: 200px;
            margin: 0 auto;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .page-list3 li .in-box .text a:hover {
            color: #FFF;
            background: #d9460e;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; } }
@media only screen and (min-width: 769px) and (max-width: 1150px) {
  .page-list3 .in-box .title {
    margin-bottom: 15px !important;
    font-size: 20px !important; }
  .page-list3 .in-box .text {
    padding-bottom: 15px !important;
    font-size: 14px; }
    .page-list3 .in-box .text a {
      font-size: 14px !important; } }
@media print, screen and (min-width: 769px) {
  .page-list4 {
    max-width: 1200px;
    overflow: hidden;
    margin: 100px auto 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    .page-list4 li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      width: 50%;
      text-align: center;
      overflow: hidden;
      margin-bottom: 30px; }
      .page-list4 li p {
        padding: 0 30px; }
      .page-list4 li .title {
        font-size: 24px;
        color: #d9460e;
        padding: 30px; }
      .page-list4 li img {
        width: 100%;
        height: auto;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list4 li img:hover {
        opacity: 0.6;
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        zoom: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .page-list4 li .text {
        line-height: 1.8em;
        margin-bottom: 30px;
        text-align: center; }
        .page-list4 li .text a {
          display: block;
          padding: 10px 10px 6px 10px;
          border: 1px solid #d9460e;
          background: #FFF;
          font-size: 18px;
          color: #d9460e;
          text-align: center;
          max-width: 300px;
          margin: 0 auto;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .page-list4 li .text a:hover {
          color: #FFF;
          background: #d9460e;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    .page-list4 .list3 {
      clear: both; }

  .ie8 .page-list4 li, .ie9 .page-list4 li {
    width: 50%;
    float: left; }

  .toppage #main-header {
    position: relative;
    overflow: hidden;
    z-index: 0; }
    .toppage #main-header .title {
      background-color: rgba(0, 0, 0, 0.4);
      color: white;
      text-align: center;
      padding: 170px 80px 150px 80px; }
      .toppage #main-header .title h1 {
        position: relative; }
      .toppage #main-header .title p {
        padding-top: 40px;
        font-size: 48px;
        position: relative;
        line-height: 1.8em;
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        zoom: 1; }
        .toppage #main-header .title p span {
          font-size: 48px; }
        .toppage #main-header .title p .pc-block {
          display: block; }
  .toppage #main-header:before {
    content: '';
    position: absolute;
    background: url(images/1_top_07.jpg) center no-repeat;
    background-size: cover;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -1; }
  .toppage #contents2 {
    clear: both;
    background: url(images/1_top3.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 100px; }
    .toppage #contents2 .contents {
      position: relative;
      z-index: 1;
      padding: 100px 0;
      color: #FFF; }
    .toppage #contents2 .h2-title,
    .toppage #contents2 .h2-text {
      color: #FFF; }
    .toppage #contents2 .h2-title:before {
      background: #FFF; }
    .toppage #contents2 .con-1, .toppage #contents2 .con-2 {
      display: table;
      width: 100%;
      border-bottom: 1px solid #CCC; }
    .toppage #contents2 .con-1 {
      border-top: 1px solid #CCC; }
    .toppage #contents2 .con-1 dl:first-child, .toppage #contents2 .con-2 dl:first-child {
      border-right: 1px solid #CCC; }
    .toppage #contents2 dl {
      display: table-cell;
      width: 50%;
      height: 100%;
      padding: 30px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      z-index: 1; }
      .toppage #contents2 dl dt {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        bottom: 50%;
        z-index: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents2 dl dt:after {
        font-family: 'fontello';
        display: block;
        content: "";
        padding-top: 10px; }
      .toppage #contents2 dl dd {
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        zoom: 1;
        padding: 100px 0 0 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        line-height: 1.8em; }
      .toppage #contents2 dl .clicked-dt {
        top: 60px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents2 dl .clicked-dd {
        opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        zoom: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .toppage #contents2 dl:after {
      background: #fff;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      zoom: 1;
      position: absolute;
      top: 0;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 0; }
    .toppage #contents2 dl:hover:after {
      opacity: 0.1;
      -khtml-opacity: 0.1;
      -moz-opacity: 0.1;
      zoom: 1;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .toppage #contents2:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 70, 14, 0.7);
    content: '';
    z-index: 1; }
  .toppage #contents5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #CCC; }
    .toppage #contents5 .contents {
      margin: 0 auto;
      position: relative;
      z-index: 2;
      padding: 60px 30px;
      overflow: hidden; }
    .toppage #contents5 h2 {
      font-size: 24px;
      padding: 15px 0 30px 0;
      color: #d9460e; }
    .toppage #contents5 p {
      line-height: 1.8em; }
    .toppage #contents5 .con-1 {
      width: 60%;
      float: right;
      position: relative; }
      .toppage #contents5 .con-1 a {
        display: block;
        padding: 10px 10px 6px 10px;
        border: 1px solid #d9460e;
        font-size: 18px;
        color: #d9460e;
        text-align: center;
        max-width: 200px;
        position: absolute;
        right: 0;
        top: 10px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents5 .con-1 a:hover {
        background: #d9460e;
        color: #FFF;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .toppage #contents5 .btn {
      width: 36%;
      float: left;
      display: block;
      position: relative; }
      .toppage #contents5 .btn img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 389px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .toppage #contents5 .btn span {
        position: absolute;
        width: 100%;
        max-width: 389px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.1);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents5 .btn span:hover {
        background-color: rgba(0, 0, 0, 0);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .toppage #contents3 {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .toppage #contents3 .contents {
      position: relative;
      z-index: 2;
      padding: 0 30px 100px 30px;
      overflow: hidden; }
    .toppage #contents3 h2 {
      color: #FFF;
      font-size: 24px;
      padding: 15px 0 30px 0; }
    .toppage #contents3 p {
      color: #FFF;
      line-height: 1.8em; }
    .toppage #contents3 .con-1 {
      width: 60%;
      float: right; }
    .toppage #contents3 a {
      width: 36%;
      float: left;
      display: block;
      position: relative; }
      .toppage #contents3 a img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 389px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .toppage #contents3 a span {
        position: absolute;
        width: 100%;
        max-width: 389px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.1);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents3 a span:hover {
        background-color: rgba(0, 0, 0, 0);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .toppage #contents3 a:before {
      display: block;
      font-family: 'fontello';
      content: "";
      position: absolute;
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 50%;
      margin: -30px 0 0 -30px;
      color: #FFF;
      font-size: 60px;
      z-index: 2; }
  .toppage #contents3:before {
    content: '';
    position: absolute;
    background: url(images/1_top4.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px; }
  .toppage #contents3:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  .ie8 .toppage #contents2 {
    background-image: none;
    background-color: #d9460e; }
    .ie8 .toppage #contents2 dl {
      cursor: auto; }
    .ie8 .toppage #contents2 dl:after {
      display: none; }
    .ie8 .toppage #contents2 dt {
      top: 60px; }
    .ie8 .toppage #contents2 dt:after {
      content: none; }
  .ie8 .toppage #contents3 {
    background-color: #5C5C5C; }
  .ie8 .toppage #contents3:before {
    background-image: none; } }
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) {
  .toppage #main-header .title {
    padding: 80px 60px; }
  .toppage #main-header p, .toppage #main-header span {
    font-size: 36px !important; } }
@media print, screen and (min-width: 769px) {
  .service #main-header img {
    top: -220px; }

  .service-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC; }
    .service-nav li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      text-align: center;
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      border-collapse: collapse;
      padding: 30px 15px;
      color: #d9460e;
      cursor: pointer;
      width: 25%;
      font-weight: bold;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .service-nav li:after {
      font-family: 'fontello';
      color: #d9460e;
      content: "";
      padding: 0 0 0 10px;
      font-size: 20px; }
    .service-nav li:hover {
      background: #d9460e;
      color: #FFF;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .service-nav li:hover:after {
      color: #FFF; }
    .service-nav .select {
      cursor: default;
      background: #d9460e;
      color: #FFF; }
    .service-nav .select:after {
      color: #FFF; } }
@media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  .service-nav {
    margin: 0 30px; } }
@media print, screen and (min-width: 769px) {
  .ie8 .service-nav, .ie9 .service-nav {
    display: table;
    width: 100%; }
    .ie8 .service-nav li, .ie9 .service-nav li {
      display: table-cell; }

  .parent-lifeservice #contents1,
  .parent-facility #contents1 {
    padding: 0 30px;
    margin-bottom: 60px;
    overflow: hidden; }
    .parent-lifeservice #contents1 .img,
    .parent-facility #contents1 .img {
      float: right;
      width: 38%; }
      .parent-lifeservice #contents1 .img img,
      .parent-facility #contents1 .img img {
        width: 100%;
        max-width: 400px;
        height: auto; }
    .parent-lifeservice #contents1 .title,
    .parent-facility #contents1 .title {
      font-size: 18px;
      color: #d9460e;
      line-height: 1.8em;
      margin-bottom: 15px; }
    .parent-lifeservice #contents1 .text,
    .parent-facility #contents1 .text {
      line-height: 1.8em; }
    .parent-lifeservice #contents1 .left,
    .parent-facility #contents1 .left {
      width: 60%;
      float: left; }
  .parent-lifeservice #contents2,
  .parent-facility #contents2 {
    margin: 60px auto 0 auto; }
    .parent-lifeservice #contents2 h2, .parent-lifeservice #contents2 .title,
    .parent-facility #contents2 h2,
    .parent-facility #contents2 .title {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 18px; }
    .parent-lifeservice #contents2 .list,
    .parent-facility #contents2 .list {
      overflow: hidden; }
      .parent-lifeservice #contents2 .list .img,
      .parent-facility #contents2 .list .img {
        float: left;
        width: 40%;
        line-height: 0.6em;
        padding: 30px; }
        .parent-lifeservice #contents2 .list .img img,
        .parent-facility #contents2 .list .img img {
          max-width: 564px;
          height: auto; }
      .parent-lifeservice #contents2 .list .con,
      .parent-facility #contents2 .list .con {
        width: 60%;
        float: right;
        padding: 30px; }
      .parent-lifeservice #contents2 .list .text,
      .parent-facility #contents2 .list .text {
        line-height: 1.8em;
        padding-bottom: 30px; }
      .parent-lifeservice #contents2 .list img,
      .parent-facility #contents2 .list img {
        width: 100%;
        height: auto; }
      .parent-lifeservice #contents2 .list table,
      .parent-facility #contents2 .list table {
        width: 100%; }
      .parent-lifeservice #contents2 .list th,
      .parent-facility #contents2 .list th {
        font-weight: normal;
        line-height: 1.2em;
        padding: 5px;
        font-size: 14px; }
      .parent-lifeservice #contents2 .list th, .parent-lifeservice #contents2 .list td,
      .parent-facility #contents2 .list th,
      .parent-facility #contents2 .list td {
        border: 1px solid #CCC;
        text-align: center;
        vertical-align: middle;
        padding: 15px 0; }
      .parent-lifeservice #contents2 .list td,
      .parent-facility #contents2 .list td {
        color: #d9460e;
        font-size: 18px;
        width: 16%; }
      .parent-lifeservice #contents2 .list .no,
      .parent-facility #contents2 .list .no {
        color: #000; }
      .parent-lifeservice #contents2 .list .tr th,
      .parent-facility #contents2 .list .tr th {
        width: 100px; }
    .parent-lifeservice #contents2 .hide,
    .parent-facility #contents2 .hide {
      display: none; } }
@media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  .parent-lifeservice #contents2, .parent-facility #contents2 {
    margin: 60px 30px 0 30px; }
    .parent-lifeservice #contents2 .img, .parent-facility #contents2 .img {
      margin-bottom: 30px; }
    .parent-lifeservice #contents2 .con, .parent-facility #contents2 .con {
      float: none !important;
      width: 100% !important;
      padding: 30px 0 !important; }
    .parent-lifeservice #contents2 .con1, .parent-facility #contents2 .con1 {
      float: right;
      width: 56%; }
    .parent-lifeservice #contents2 .con2, .parent-facility #contents2 .con2 {
      clear: both; } }
@media print, screen and (min-width: 769px) {
  .lifeservice #main-header img {
    top: -40px; }

  .key #main-header img, .water #main-header img {
    bottom: -200px; }

  .facility #main-header img {
    bottom: -140px; }

  .safe #main-header img {
    top: -140px; }
  .safe #contents2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    .safe #contents2 p {
      text-align: center;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      padding-bottom: 30px; }
      .safe #contents2 p span {
        display: block !important; }

  .ie8 .safe #contents2 p, .ie9 .safe #contents2 p {
    float: left; }

  .waterheater #main-header img {
    top: -100px; }

  .diagnosis-tel {
    max-width: 1200px;
    clear: both;
    text-align: center;
    font-weight: bold;
    background: #feeee8;
    padding: 30px;
    margin: 30px auto 0 auto;
    font-size: 18px;
    line-height: 1.8em; }
    .diagnosis-tel span {
      color: #d9460e;
      font-weight: bold; }

  .partner_service #main-header img {
    bottom: -100px; }

  .callcenter #main-header img {
    top: -100px; }
  .callcenter .page-contents .text {
    margin-bottom: 30px; }

  .internet_cm #main-header img {
    top: 0; }

  .parent-service .service-img .img {
    text-align: center;
    padding: 60px 0; }
    .parent-service .service-img .img img {
      width: 100%;
      max-width: 1084px;
      height: auto; }
  .parent-service .service-red {
    background: #feeee8;
    margin-bottom: 100px; }
  .parent-service .service-blue {
    margin-bottom: 0 !important; }

  .recruit .h2-title {
    background-color: rgba(197, 197, 197, 0.2);
    padding: 100px 0 30px 0;
    margin-bottom: 0; }

  .key_staff #main-header img {
    top: -100px; }

  .water_staff #main-header img {
    bottom: -100px; }

  .callcenter_staff #main-header img {
    top: -180px; }

  .parent-recruit #contents1 .h2-title {
    margin-bottom: 0; }
  .parent-recruit #contents1 .h2-title:before {
    height: 0; }
  .parent-recruit #contents1 table {
    width: 96%;
    border-top: 4px #d9460e solid;
    margin: 0 auto 60px auto; }
    .parent-recruit #contents1 table th {
      width: 30%;
      color: #d9460e;
      padding: 30px;
      background: whitesmoke;
      border: 1px solid #CCC;
      font-size: 18px;
      vertical-align: middle; }
    .parent-recruit #contents1 table td {
      padding: 30px;
      line-height: 1.8em;
      border: 1px solid #CCC; }
  .parent-recruit #contents2 {
    border-top: 1px solid #d9460e;
    border-bottom: 1px solid #d9460e;
    background: #feeee8;
    text-align: center;
    padding: 100px 30px;
    margin-bottom: 100px;
    width: 100%; }
    .parent-recruit #contents2 .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px; }
    .parent-recruit #contents2 .link a {
      color: #FFF;
      font-weight: bold;
      background: #d9460e;
      text-align: center;
      padding: 15px 30px;
      position: relative;
      line-height: 1.8em;
      display: block;
      font-size: 18px;
      width: 300px;
      margin: 0 auto !important;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .parent-recruit #contents2 .link a:after {
      font-family: "fontello";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      content: "";
      font-size: 16px;
      color: #FFF;
      font-size: 20px;
      margin-top: -16px;
      right: 10px;
      z-index: 2; }
    .parent-recruit #contents2 .link a:hover {
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #e37f00; }
  .parent-recruit #page-in-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 60px; }
    .parent-recruit #page-in-nav a {
      display: block;
      background-color: #d9460e;
      padding: 20px 40px;
      font-weight: bold;
      color: #FFF;
      text-align: center;
      margin: 0 10px;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin-bottom: 10px; }
    .parent-recruit #page-in-nav a:hover {
      background: #e37f00;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .parent-recruit #page-in-nav a:after {
      font-family: "fontello";
      color: #FFF;
      font-weight: bold;
      content: "";
      padding-left: 10px;
      font-size: 24px; }
  .parent-recruit .anchor {
    padding-top: 60px !important;
    margin-top: -60px !important; }

  .partner #main-header img {
    top: 0;
    bottom: inherit;
    margin-top: -160px; }
  .partner .page-contents .main-title {
    font-weight: bold;
    font-size: 30px; }
  .partner #contents1 {
    background: #feeee8;
    overflow: hidden; }
    .partner #contents1 .contents {
      overflow: hidden;
      padding: 0 30px 30px 30px; }
    .partner #contents1 img {
      width: 100%;
      max-width: 1118px;
      height: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 100px; }
    .partner #contents1 li {
      width: 48%;
      float: left; }
      .partner #contents1 li .title {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #d9460e;
        padding: 0 0 15px 90px;
        margin-bottom: 15px;
        line-height: 1.4em;
        border-bottom: 1px solid #d9460e; }
      .partner #contents1 li .text {
        padding-bottom: 60px;
        line-height: 1.8em; }
    .partner #contents1 .title:before {
      position: absolute;
      top: 0;
      margin-top: -30px;
      left: 0; }
    .partner #contents1 .list1 .title:before {
      content: url(images/s_cooperation_1.png); }
    .partner #contents1 .list2 {
      float: right; }
      .partner #contents1 .list2 .title:before {
        content: url(images/s_cooperation_2.png); }
    .partner #contents1 .list3 {
      clear: both; }
      .partner #contents1 .list3 .title:before {
        content: url(images/s_cooperation_3.png); }
    .partner #contents1 .list4 {
      float: right; }
      .partner #contents1 .list4 .title:before {
        content: url(images/s_cooperation_4.png); }
  .partner .tra {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top right, #FFF 50%, #feeee8 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #feeee8 50.5%) no-repeat top right/50% 100%; }
  .partner #contents2 {
    padding: 10px 30px;
    margin-bottom: 60px;
    overflow: hidden; }
    .partner #contents2 li {
      width: 25%;
      float: left; }
    .partner #contents2 .title {
      color: #FFF;
      width: 100%;
      font-weight: bold;
      background: #d9460e;
      text-align: center;
      padding: 4px 0;
      position: relative;
      line-height: 1.8em; }
    .partner #contents2 .title:after {
      font-family: "fontello";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      content: "";
      font-size: 16px;
      color: #FFF;
      font-size: 40px;
      margin-top: -16px;
      right: -10px;
      z-index: 2; }
    .partner #contents2 li:first-child .title {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px; }
    .partner #contents2 li:last-child .title {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }
    .partner #contents2 li:last-child .title:after {
      display: none; }
    .partner #contents2 .text {
      padding: 15px 30px;
      line-height: 1.8em; }
  .partner .page-list2 {
    margin: 0 auto 120px auto; } }
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .partner #contents1 li .title {
    font-size: 20px !important; }
  .partner #contents2 .text {
    padding: 10px; } }
@media print, screen and (min-width: 769px) {
  .parent-partner h1 {
    letter-spacing: 0.1em; }
  .parent-partner #main-header img {
    top: 0;
    bottom: inherit;
    margin-top: -160px; }
  .parent-partner .main-title {
    position: relative;
    max-width: 1200px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: bold;
    font-size: 36px !important; }
    .parent-partner .main-title span {
      font-size: 36px !important; }
  .parent-partner .main-title:before,
  .parent-partner .main-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .parent-partner .main-title:before {
    top: 0;
    left: 30px;
    border-top: 1px solid #d9460e;
    border-left: 1px solid #d9460e; }
  .parent-partner .main-title:after {
    bottom: 0;
    right: 30px;
    border-bottom: 1px solid #d9460e;
    border-right: 1px solid #d9460e; }
  .parent-partner .page-contents .text {
    text-align: center; }
  .parent-partner #contents1-1 {
    background: #feeee8;
    overflow: hidden; }
    .parent-partner #contents1-1 .contents {
      margin-top: 60px;
      overflow: hidden;
      padding: 0 30px 30px 30px; }
    .parent-partner #contents1-1 img {
      width: 100%;
      max-width: 1118px;
      height: auto;
      display: block;
      margin: 0 auto; }
  .parent-partner .tra {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top right, #FFF 50%, #feeee8 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #feeee8 50.5%) no-repeat top right/50% 100%; }
  .parent-partner #contents1 {
    padding: 0 30px 30px 30px;
    overflow: hidden; }
    .parent-partner #contents1 .img {
      float: right;
      width: 34%;
      padding-top: 40px; }
      .parent-partner #contents1 .img img {
        width: 100%;
        max-width: 400px;
        height: auto; }
    .parent-partner #contents1 dl {
      width: 62%;
      float: left; }
    .parent-partner #contents1 dt {
      padding: 10px 10px 6px 10px;
      border-bottom: 1px solid #d9460e;
      border-left: 8px solid #d9460e;
      font-weight: bold;
      font-size: 20px;
      background: #F1F1F1;
      margin-bottom: 10px; }
    .parent-partner #contents1 dd {
      line-height: 1.8em;
      padding: 10px 10px 20px 18px;
      font-size: 18px; }
      .parent-partner #contents1 dd span {
        font-size: 18px;
        font-weight: bold;
        color: #d9460e; }
      .parent-partner #contents1 dd .gray {
        font-size: 14px !important;
        color: #666 !important;
        line-height: 1.4em !important; }
      .parent-partner #contents1 dd p {
        font-size: 18px;
        position: relative;
        padding-left: 20px !important; }
      .parent-partner #contents1 dd .one {
        padding-bottom: 10px; }
      .parent-partner #contents1 dd .one::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "1."; }
      .parent-partner #contents1 dd .two::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "2."; }
  .parent-partner #contents2 {
    margin-top: 0;
    margin-bottom: 100px; }
    .parent-partner #contents2 .h2-title {
      margin-bottom: 0; }
    .parent-partner #contents2 .h2-title:before {
      height: 0; }
    .parent-partner #contents2 table {
      width: 96%;
      margin: 0 auto;
      border-top: 4px solid #d9460e; }
      .parent-partner #contents2 table th {
        width: 30%;
        color: #d9460e;
        padding: 30px;
        background: whitesmoke;
        border: 1px solid #CCC;
        font-size: 18px;
        line-height: 1.8em; }
      .parent-partner #contents2 table td {
        padding: 30px;
        line-height: 1.8em;
        border: 1px solid #CCC; }
  .parent-partner #contents3 {
    margin-bottom: 60px; }
    .parent-partner #contents3 h2 {
      text-align: center;
      background: #d9460e;
      font-size: 26px;
      color: #FFF;
      padding: 30px;
      margin: 0 30px; }
      .parent-partner #contents3 h2 span {
        font-size: 26px;
        color: #FFF; }
    .parent-partner #contents3 h2:before {
      height: 0; }
    .parent-partner #contents3 p {
      padding: 30px 0 2px 0;
      line-height: 1.8em;
      text-align: center;
      border-right: 5px solid #d9460e;
      margin: 0 30px;
      border-left: 5px solid #d9460e; }
      .parent-partner #contents3 p span {
        color: #e37f00; }
      .parent-partner #contents3 p .red {
        color: red; }
    .parent-partner #contents3 ul {
      border-right: 5px solid #d9460e;
      border-left: 5px solid #d9460e;
      border-bottom: 5px solid #d9460e;
      margin: 0 30px;
      padding: 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      overflow: hidden; }
      .parent-partner #contents3 ul li {
        width: 20%;
        font-size: 18px;
        text-align: center;
        padding: 15px 30px;
        margin: 0 10px 10px 0;
        background: #fef5f2;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1);
        font-weight: bold; }
      .parent-partner #contents3 ul .on {
        background: #e37f00;
        color: #FFF; }
      .parent-partner #contents3 ul .max {
        background: red;
        color: #FFF;
        text-align: center; }
  .parent-partner #contents4 {
    position: relative;
    z-index: 1;
    background: #615e6e url(images/2_btn_03.jpg) center top no-repeat;
    padding: 100px 30px; }
    .parent-partner #contents4 p {
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      z-index: 2;
      position: relative; }
    .parent-partner #contents4 .title {
      font-size: 40px;
      font-weight: bold; }
    .parent-partner #contents4 .btn {
      margin-top: 30px;
      border: 1px solid #FFF;
      text-align: center;
      font-weight: bold;
      width: 300px;
      padding: 20px;
      background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .parent-partner #contents4 .btn a {
        display: block;
        color: #FFF;
        position: relative;
        font-size: 28px; }
      .parent-partner #contents4 .btn a:before {
        font-family: "fontello";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: "";
        font-size: 16px;
        font-size: 28px; }
    .parent-partner #contents4 .btn:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0)); }
  .parent-partner #contents4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .parent-partner #contents4:hover:before {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0); }
  .parent-partner .top-txt {
    padding: 30px 20px 0 20px;
    margin: 0 20px;
    line-height: 1.8em; }
  .parent-partner .img_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 20px 0 20px; }
    .parent-partner .img_box figure {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px; }
      .parent-partner .img_box figure img {
        vertical-align: bottom;
        border: 1px solid whitesmoke; }
    .parent-partner .img_box figcaption {
      padding: 10px;
      text-align: center;
      font-size: 13px;
      background: whitesmoke;
      color: #5C5C5C;
      margin-top: 0; }

  .ie8 .parent-partner #contents3 li, .ie9 .parent-partner #contents3 li {
    float: left; }

  .elect_req {
    width: 80%;
    margin: 0 auto 40px auto;
    display: table; }
    .elect_req .important {
      background: #d9460e; }
    .elect_req .priority {
      background: #e37f00; }
    .elect_req .new {
      background: #5C95D0; }
    .elect_req dt {
      width: 30%;
      background: #d9460e;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      color: #FFF;
      font-weight: bold;
      font-size: 18px; }
    .elect_req dd {
      border: none;
      width: 70%;
      display: table-cell;
      border: 1px solid #CCC;
      padding: 20px 0; }
      .elect_req dd p {
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #CCC;
        padding: 10px 0 !important;
        text-align: left !important; }
      .elect_req dd p:last-child {
        border: none; }

  .electric #contents3 h2,
  .repair #contents3 h2 {
    margin-bottom: 40px; }

  .electric #contents2 td p,
  .repair #contents2 td p {
    position: relative;
    padding-left: 20px; }
  .electric #contents2 td p::before,
  .repair #contents2 td p::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0; }

  .partnership #main-header img {
    top: -300px; }
  .partnership .page-contents .main-title {
    font-weight: bold;
    font-size: 30px; }
  .partnership #contents1 {
    overflow: hidden;
    margin-bottom: 0; }
    .partnership #contents1 .contents {
      overflow: hidden;
      padding: 100px 30px 30px 30px;
      margin-bottom: 0; }
    .partnership #contents1 img {
      width: 100%;
      max-width: 1118px;
      height: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 100px; }
    .partnership #contents1 li {
      width: 48%;
      float: left; }
      .partnership #contents1 li .title {
        position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #255fc6;
        padding: 0 0 15px 90px;
        margin-bottom: 15px;
        line-height: 1.4em;
        border-bottom: 1px solid #255fc6; }
      .partnership #contents1 li .text {
        padding-bottom: 60px;
        line-height: 1.8em; }
    .partnership #contents1 .title:before {
      position: absolute;
      top: 0;
      margin-top: -30px;
      left: 0; }
    .partnership #contents1 .list1 .title:before {
      content: url(images/s_parther_1.png); }
    .partnership #contents1 .list2 {
      float: right; }
      .partnership #contents1 .list2 .title:before {
        content: url(images/s_parther_2.png); }
    .partnership #contents1 .list3 {
      clear: both; }
      .partnership #contents1 .list3 .title:before {
        content: url(images/s_parther_3.png); }
    .partnership #contents1 .list4 {
      float: right; }
      .partnership #contents1 .list4 .title:before {
        content: url(images/s_parther_4.png); }
  .partnership .tra {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top right, #FFF 50%, #ebf1fa 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #ebf1fa 50.5%) no-repeat top right/50% 100%; }
  .partnership #contents2 {
    clear: both;
    padding: 10px 30px;
    margin-bottom: 60px;
    overflow: hidden; }
    .partnership #contents2 li {
      width: 25%;
      float: left; }
    .partnership #contents2 .title {
      width: 100%;
      color: #FFF;
      font-weight: bold;
      background: #255fc6;
      text-align: center;
      padding: 4px 0;
      position: relative;
      line-height: 1.8em; }
    .partnership #contents2 .title:after {
      font-family: "fontello";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      content: "";
      font-size: 16px;
      color: #FFF;
      font-size: 40px;
      margin-top: -16px;
      right: -10px;
      z-index: 2; }
    .partnership #contents2 li:first-child .title {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px; }
    .partnership #contents2 li:last-child .title {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }
    .partnership #contents2 li:last-child .title:after {
      display: none; }
    .partnership #contents2 .text {
      padding: 15px 30px;
      line-height: 1.8em; }
  .partnership #contents3 {
    position: relative;
    z-index: 1;
    background: #615e6e url(images/2_btn_03.jpg) center top no-repeat;
    padding: 60px 30px; }
    .partnership #contents3 p {
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      z-index: 2;
      position: relative; }
    .partnership #contents3 .title {
      font-size: 40px;
      font-weight: bold; }
    .partnership #contents3 .title2 {
      font-size: 30px;
      padding-bottom: 30px; }
      .partnership #contents3 .title2 span {
        font-size: 30px;
        padding-bottom: 30px; }
    .partnership #contents3 dl {
      background-color: rgba(0, 0, 0, 0.5);
      max-width: 1200px;
      z-index: 2;
      position: relative;
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      line-height: 1.8em;
      padding: 30px; }
      .partnership #contents3 dl dt {
        font-size: 20px;
        padding-bottom: 15px; }
      .partnership #contents3 dl dd a {
        color: #FFF; }
    .partnership #contents3 .btn {
      margin-top: 30px;
      border: 1px solid #FFF;
      text-align: center;
      font-weight: bold;
      width: 300px;
      padding: 20px;
      background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .partnership #contents3 .btn a {
        display: block;
        color: #FFF;
        position: relative;
        font-size: 28px; }
      .partnership #contents3 .btn a:before {
        font-family: "fontello";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: "";
        font-size: 16px;
        font-size: 28px; }
    .partnership #contents3 .btn:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0)); }
  .partnership #contents3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1; }
  .partnership #contents3:hover:before {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0); }
  .partnership .page-list2 {
    margin: 0 auto 120px auto; } }
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .partnership #contents1 li .title {
    font-size: 20px !important; }
  .partnership #contents2 .text {
    padding: 10px; } }
@media print, screen and (min-width: 769px) {
  .brochure #main-header img {
    top: -100px; }
  .brochure #contents1, .brochure #contents3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #CCC; }
    .brochure #contents1 dt, .brochure #contents1 dd, .brochure #contents3 dt, .brochure #contents3 dd {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      padding: 30px;
      border-bottom: 1px solid #CCC; }
    .brochure #contents1 dt, .brochure #contents3 dt {
      background: whitesmoke;
      width: 30%;
      text-align: center;
      line-height: 1.4em; }
    .brochure #contents1 dd, .brochure #contents3 dd {
      width: 70%;
      line-height: 1.4em; }
  .brochure #contents2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    margin-bottom: 100px; }
  .brochure #contents2 li {
    vertical-align: middle;
    padding: 30px;
    border-bottom: 1px solid #CCC;
    width: 46%;
    line-height: 1.4em;
    font-size: 14px; }
  .brochure #contents2 .end {
    text-align: right;
    border: none;
    width: 100%; }
  .brochure #contents3 {
    margin-bottom: 100px; }
    .brochure #contents3 a {
      color: #d9460e; }
    .brochure #contents3 a:hover {
      color: #e37f00; }
  .brochure #contents4 h3 {
    font-size: 26px;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin: 0 0 30px 0;
    line-height: 1.4em; }
  .brochure #contents4 .left {
    float: left;
    width: 50%;
    padding: 0 0 0 4%;
    line-height: 1.8em; }
  .brochure #contents4 img {
    float: right;
    width: 46%;
    max-width: 504px;
    height: auto; }

  .ie8 .brochure #contents1, .ie9 .brochure #contents1 {
    overflow: hidden; }
    .ie8 .brochure #contents1 dt, .ie9 .brochure #contents1 dt {
      clear: both;
      float: left;
      width: 40%; }
    .ie8 .brochure #contents1 dd, .ie9 .brochure #contents1 dd {
      float: left;
      width: 60%; }
  .ie8 .brochure #contents2 li, .ie9 .brochure #contents2 li {
    float: left;
    height: 100px; }

  .place #map_custmomize, .place #map_custmomize2 {
    border: 1px solid #CCC;
    height: 550px;
    margin-bottom: 30px; }
  .place #contents1 .title {
    color: #d9460e;
    border-bottom: solid 2px #d9460e;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .place #contents1 dl {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 60px; }
  .place #contents1 dt {
    color: #d9460e;
    padding-bottom: 10px;
    line-height: 1.4em; }
  .place #contents1 dd {
    padding: 0 10px 10px 0;
    line-height: 1.4em; }
  .place #contents1 .left {
    clear: both;
    float: left;
    width: 60px; }
  .place #contents1 .right {
    float: left; }
  .place #contents1 .access dd:before {
    font-family: 'fontello';
    content: "";
    padding-right: 10px; } }
@media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) {
  .place #contents1 {
    padding: 0 30px; } }
@media print, screen and (min-width: 769px) {
  .message #main-header img {
    bottom: -100px; }
  .message .page-contents {
    position: relative;
    padding: 0 20px; }
  .message .main-title {
    padding: 0 170px !important;
    font-size: 24px !important; }
    .message .main-title span {
      font-size: 24px !important; }
  .message .main-title:before, .message .main-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 180px;
    height: 1px;
    background-color: #d9460e; }
  .message .main-title:before {
    left: 0; }
  .message .main-title:after {
    right: 0; }
  .message #contents1 {
    background: url(images/t_message_03.png) right 40px bottom no-repeat;
    padding-bottom: 80px;
    margin-bottom: 100px; }
    .message #contents1 p {
      line-height: 1.8em;
      margin: 0 30px 30px 30px; } }
@media screen and (min-width: 769px) and (max-width: 1160px) and (min-width: 769px) {
  .message .main-title:before, .message .main-title:after {
    width: 50px; }
  .message .main-title:before {
    left: 0; }
  .message .main-title:after {
    right: 0; } }
@media print, screen and (min-width: 769px) {
  .identity #contents1 {
    background: #e14819 url(images/logo.svg) center top no-repeat;
    background-attachment: fixed;
    /*画面からの相対位置（背景固定）*/
    background-size: contain;
    /*背景サイズ*/
    position: relative;
    margin: 60px 0 0 0;
    z-index: 1; }
    .identity #contents1 div {
      position: relative;
      z-index: 2;
      border-bottom: 1px solid #FFF;
      padding: 60px; }
      .identity #contents1 div p {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center; }
      .identity #contents1 div .h2-title {
        margin-bottom: 30px; }
      .identity #contents1 div .h2-text {
        font-size: 30px !important; }
      .identity #contents1 div ol {
        max-width: 740px;
        margin: 0 auto; }
        .identity #contents1 div ol li {
          list-style-position: inside;
          list-style-type: decimal;
          font-size: 26px;
          color: #d9460e;
          padding-bottom: 15px; }
          .identity #contents1 div ol li span {
            color: #000; }
      .identity #contents1 div .ol2 {
        max-width: 440px; }
    .identity #contents1 .start {
      padding-top: 100px !important; }
    .identity #contents1 .end {
      padding-bottom: 100px !important; }
      .identity #contents1 .end .h2-text {
        font-size: 16px !important; }
  .identity #contents1:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .identity #contents2 {
    padding-bottom: 100px;
    overflow: hidden; }
    .identity #contents2 dt {
      clear: both;
      width: 20%;
      float: left;
      padding: 30px;
      line-height: 1.8em;
      border-top: #CCC 1px solid; }
    .identity #contents2 dd {
      padding: 30px;
      width: 80%;
      float: left;
      line-height: 1.8em;
      border-top: #CCC 1px solid; }

  .ie8 .identity #contents1 p, .ie8 .identity #contents1 li, .ie8 .identity #contents1 span, .ie8 .identity #contents1 p:before {
    color: #FFF; }
  .ie8 .identity #contents1 .h2-title:before {
    background: #FFF; }

  .policy #main-header img {
    top: -100px; }
  .policy .contents a {
    color: #d9460e; }
  .policy #contents4 {
    margin-bottom: 100px; }

  .disclaimer #main-header img {
    bottom: 0; }

  .policy .contents h2, .disclaimer .contents h2 {
    color: #d9460e;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #d9460e;
    padding: 0 0 30px 0;
    margin-bottom: 30px; }
  .policy .contents p, .disclaimer .contents p {
    line-height: 1.8em;
    margin-bottom: 30px;
    padding: 0 30px; }
  .policy .contents h3, .disclaimer .contents h3 {
    color: #d9460e;
    font-size: 18px;
    padding: 30px 30px 15px 30px; }
  .policy .contents ol, .disclaimer .contents ol {
    overflow: hidden;
    margin-bottom: 30px; }
  .policy .contents li, .disclaimer .contents li {
    padding: 0 30px 15px 30px;
    line-height: 1.8em; }
  .policy #contents1, .disclaimer #contents1 {
    margin-bottom: 100px; }

  .cooperative #main-header img {
    bottom: -200px; }
  .cooperative .contents {
    margin: 0 auto;
    padding: 0; }
  .cooperative .page-contents {
    padding: 60px 0;
    overflow: hidden; }
    .cooperative .page-contents .con {
      display: table; }
    .cooperative .page-contents .text {
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
    .cooperative .page-contents img {
      display: block;
      display: table-cell;
      vertical-align: middle; }
  .cooperative #contents1 {
    clear: both;
    padding: 60px 0;
    margin: 0;
    border-top: solid 1px #CCC; }
    .cooperative #contents1 .title {
      text-align: center;
      font-weight: bold;
      padding-bottom: 30px;
      color: #004ea2;
      font-size: 18px; }
    .cooperative #contents1 .con1 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      .cooperative #contents1 .con1 img {
        margin: 8px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
  .cooperative #contents2 {
    padding: 100px 0;
    background: rgba(0, 41, 126, 0.78); }
    .cooperative #contents2 .box {
      clear: both;
      text-align: center; }
    .cooperative #contents2 .main-title {
      color: #FFF;
      font-size: 30px;
      text-align: center;
      font-weight: bold;
      padding-bottom: 60px; }
    .cooperative #contents2 .main-text {
      color: #FFF;
      line-height: 1.8em;
      padding: 0 30px 30px 30px; }
    .cooperative #contents2 .text {
      color: #FFF;
      line-height: 1.8em;
      padding: 0 30px 30px 30px;
      clear: both; }
    .cooperative #contents2 .con {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      .cooperative #contents2 .con img {
        margin: 10px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .cooperative #contents2 .con1 {
      clear: both;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 60px; }
      .cooperative #contents2 .con1 img {
        margin: 8px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .cooperative #contents2 .con2 {
      clear: both;
      background: #FFF;
      overflow: hidden;
      padding: 30px 0;
      max-width: 1000px;
      margin: 0 auto 60px auto; }
    .cooperative #contents2 .con3 {
      width: 40%;
      float: left;
      text-align: center;
      padding: 0 0 0 30px; }
      .cooperative #contents2 .con3 img {
        display: block;
        margin: 0 auto; }
    .cooperative #contents2 .con4 {
      width: 60%;
      float: right;
      padding: 30px 30px 0 0;
      text-align: center; }
    .cooperative #contents2 .con5 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      .cooperative #contents2 .con5 img {
        margin: 8px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }

  .ie8 .cooperative #contents2 {
    padding: 100px 0;
    background: #004ea2; }

  .media #main-header img {
    top: 0; }
  .media #contents1 {
    padding-bottom: 100px; }
    .media #contents1 .con {
      border-top: 1px solid #CCC;
      padding: 60px 30px; }
    .media #contents1 h2 {
      line-height: 1.8em;
      font-size: 20px;
      text-align: center;
      color: #d9460e;
      padding-bottom: 30px; }
    .media #contents1 p {
      line-height: 1.8em; }
    .media #contents1 .img {
      text-align: center;
      padding-top: 30px; }
      .media #contents1 .img img {
        margin: 6px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .media #contents1 .wpcf7c-btn-confirm {
      background: #d9460e;
      font-size: 20; }

  .contact #main-header img {
    top: -600px; }
  .contact .check {
    text-align: center;
    line-height: 1.4em;
    padding-top: 30px; }
  .contact #content1 {
    max-width: 900px;
    margin-bottom: 100px; }
  .contact table {
    width: 96%;
    margin: 0 auto; }
  .contact tr {
    border-bottom: 1px solid #F2F2F2; }
  .contact th {
    text-align: left; }
    .contact th span {
      color: #FFF;
      background: red;
      font-size: 12px;
      padding: 5px; }
  .contact td {
    width: 70%; }
  .contact th, .contact td {
    padding: 30px 15px 30px 15px;
    vertical-align: middle; }
    .contact th input, .contact th textarea, .contact td input, .contact td textarea {
      padding: 10px;
      font-size: 16px;
      margin-bottom: 10px;
      border: none;
      background: #F2F2F2;
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .contact th input:focus, .contact th textarea:focus, .contact td input:focus, .contact td textarea:focus {
      background-color: #feeee8;
      border: 1px solid #d9460e; }
  .contact textarea, .contact .title input {
    width: 96%; }
  .contact textarea {
    height: 400px; }
  .contact #btn input {
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    display: block;
    width: 400px;
    text-align: center;
    marign: 0 auto;
    padding: 30px;
    background: #d9460e;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact #btn input:hover {
    background: #e37f00;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact .mail-text {
    padding: 60px 30px 30px 30px;
    line-height: 1.8em; }

  .contact .mail, .thanks .mail {
    border: 1px solid #F2F2F2;
    padding: 30px;
    line-height: 1.8em;
    text-align: center;
    background: #feeee8; }
    .contact .mail .address span, .thanks .mail .address span {
      position: relative; }
    .contact .mail .address span:before, .thanks .mail .address span:before {
      content: "info@sls.co.jp"; }

  .thanks .contents {
    padding: 0 60px 60px 60px; }
    .thanks .contents p {
      padding-bottom: 10px; }
    .thanks .contents .mail {
      margin-top: 20px; }

  .partner-form #main-header img {
    top: 0;
    bottom: inherit;
    margin-top: -160px; }
  .partner-form .contents {
    max-width: 880px;
    padding: 20px; }
  .partner-form h3 {
    font-size: 20px;
    border-bottom: 2px solid #CCC;
    padding: 20px 0 10px 0;
    margin-bottom: 20px; }
  .partner-form #parther-table, .partner-form .parther-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .partner-form #parther-table th, .partner-form .parther-table th {
      border: 1px solid #CCC;
      width: 20%;
      background: #F2F2F2;
      text-align: left;
      padding: 15px 10px 10px 10px;
      font-size: 16px;
      letter-spacing: inherit;
      vertical-align: top;
      line-height: 1.2em; }
      .partner-form #parther-table th span, .partner-form .parther-table th span {
        background: red;
        color: #FFF;
        padding: 5px;
        border-radius: 4px;
        font-size: 12px;
        display: block;
        float: left;
        margin: 0 10px 0 0; }
    .partner-form #parther-table .subt th, .partner-form .parther-table .subt th {
      border: none;
      background: #FFF;
      color: #d9460e; }
    .partner-form #parther-table td, .partner-form .parther-table td {
      position: relative;
      background: #FFF;
      font-size: 14px;
      letter-spacing: inherit;
      border: 1px solid #CCC;
      padding: 20px;
      width: 80%; }
      .partner-form #parther-table td input, .partner-form .parther-table td input {
        padding: 6px;
        border: 1px solid #67A6FC; }
      .partner-form #parther-table td span, .partner-form .parther-table td span {
        letter-spacing: inherit;
        font-size: 14px; }
    .partner-form #parther-table caption, .partner-form .parther-table caption {
      font-size: 20px;
      text-align: left;
      padding: 20px 0 18px 0;
      font-weight: bold;
      color: #d9460e;
      background: #FFE2E3; }
    .partner-form #parther-table textarea, .partner-form .parther-table textarea {
      width: 96%;
      margin-bottom: 10px;
      border: 1px solid #67A6FC;
      padding: 6px; }
    .partner-form #parther-table p, .partner-form .parther-table p {
      clear: both;
      letter-spacing: inherit;
      display: block;
      color: #333;
      font-size: 14px; }
    .partner-form #parther-table .p-text p, .partner-form .parther-table .p-text p {
      padding: 12px 0 0 0; }
    .partner-form #parther-table .p-add p, .partner-form .parther-table .p-add p {
      padding: 5px 0; }
    .partner-form #parther-table input[type="radio"], .partner-form #parther-table input[type="checkbox"], .partner-form .parther-table input[type="radio"], .partner-form .parther-table input[type="checkbox"] {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      margin-right: 0.5em; }
    .partner-form #parther-table label, .partner-form .parther-table label {
      letter-spacing: inherit;
      margin: 0 6px 8px 0;
      line-height: 1.8em;
      display: block;
      float: left;
      padding: 10px 16px 8px 14px;
      border-radius: 8px;
      border: 1px solid #E5E5E5; }
      .partner-form #parther-table label span, .partner-form .parther-table label span {
        display: inline-block;
        font-size: 16px; }
    .partner-form #parther-table .name-sp input, .partner-form .parther-table .name-sp input {
      margin-right: 10px; }
    .partner-form #parther-table .name-sp .l-name, .partner-form .parther-table .name-sp .l-name {
      display: inline-block;
      width: 34px;
      text-align: right;
      padding-right: 5px; }
    .partner-form #parther-table .name-sp .kana, .partner-form .parther-table .name-sp .kana {
      display: block;
      padding: 20px 0 10px 0; }
    .partner-form #parther-table .allCheck, .partner-form .parther-table .allCheck {
      margin-bottom: 20px; }
      .partner-form #parther-table .allCheck label, .partner-form .parther-table .allCheck label {
        background: #FFF;
        padding: 0 0 0 0;
        border: none; }
      .partner-form #parther-table .allCheck input[type="checkbox"], .partner-form .parther-table .allCheck input[type="checkbox"] {
        margin-top: 4px; }
  .partner-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px; }
  .partner-form .error-posi .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 20px; }
  .partner-form .under-text {
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px; }
  .partner-form #button input {
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    display: block;
    width: 400px;
    text-align: center;
    marign: 0 auto;
    padding: 30px;
    background: #d9460e;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .partner-form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset; }
  .partner-form .wpcf7c-conf {
    background-color: #CCC !important;
    border: 1px solid #CCC !important; }

  .elect-p {
    font-size: 14px;
    color: #d9460e;
    padding-bottom: 10px; }

  .table-off th, .table-off td {
    color: #999 !important; }

  .map .contents {
    padding-bottom: 100px;
    overflow: hidden; }
    .map .contents li {
      padding: 30px 0 30px 30px; }
    .map .contents a {
      color: #d9460e; }
    .map .contents a:before {
      font-family: 'fontello';
      content: "";
      padding-right: 10px; }
    .map .contents a:hover, .map .contents a:hover:before {
      color: #e37f00;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .map .contents > ul > li {
      border-top: 2px solid #d9460e;
      width: 48%;
      float: left;
      margin-left: 2%; }
    .map .contents > ul > li.page_item_has_children > .children {
      margin-top: 30px; }
      .map .contents > ul > li.page_item_has_children > .children > li {
        border-top: 1px solid #CCC; }
        .map .contents > ul > li.page_item_has_children > .children > li .children {
          margin-top: 30px; }
          .map .contents > ul > li.page_item_has_children > .children > li .children li {
            border-top: 1px solid #CCC; }
    .map .contents .home-item {
      width: 98% !important;
      margin: 0 0 0 2%; }
    .map .contents .page-item-10 {
      clear: both; }
  .map .page-404 .text {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 5; }

  .overlay:after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  .side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7); }

  .side-open .overlay:after {
    visibility: visible;
    color: rgba(255, 255, 255, 0.8); }

  #side-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding: 46px 0 0 0;
    text-align: left;
    font-size: 13px;
    background: #d9460e;
    z-index: 5;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  .main-nav > li > a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #a9370b; }
    .main-nav > li > a span {
      font-size: 13px;
      color: #FFF; }
  .main-nav > li > ul > li a {
    display: block;
    padding: 15px 10px;
    margin: 0 0 0 20px;
    background: #f16029;
    border-top: 1px solid #a9370b;
    border-left: 1px solid #a9370b; }
    .main-nav > li > ul > li a span {
      font-size: 13px;
      color: #FFF; }
  .main-nav > li > ul > li img {
    display: none; }

  .side-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 46px;
    padding: 4px 0 0 0;
    background: #d9460e;
    cursor: pointer;
    z-index: 6; }

  .side-menu-btn:before {
    font-family: "fontello";
    content: "\f0c9";
    font-size: 38px;
    display: block;
    text-align: center;
    color: #FFF; }

  .clicked:before {
    font-family: "fontello";
    content: "\e802"; }

  .nav-title {
    padding: 15px 10px;
    border-top: 1px solid #a9370b;
    font-size: 13px;
    color: #FFF;
    position: relative; }

  .nav-title:before {
    font-family: "fontello";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    content: "";
    font-size: 16px;
    right: 20px !important;
    margin-top: -8px; }

  .nav-clicked:before {
    content: ""; }

  .nav-btn .item {
    display: none; }

  .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    z-index: 2; }

  /*.side-open .wrapper,
  .side-open #logo,
  .side-open .overlay {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  	#side-menu {
  	  -webkit-transform: translate3d(0, 0, 0);
  	  transform: translate3d(0, 0, 0);
  	}
  }*/
  .side-open #side-menu {
    right: -16px; }

  #logo {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  .ie8 .side-menu-btn, .ie9 .side-menu-btn {
    display: none; }
  .ie8 #menu-footer, .ie9 #menu-footer {
    background: #d9460e; }
    .ie8 #menu-footer > li, .ie9 #menu-footer > li {
      position: relative; }
      .ie8 #menu-footer > li > a, .ie9 #menu-footer > li > a {
        display: block;
        padding: 15px;
        border-top: 1px solid #a9370b;
        font-size: 13px;
        color: #FFF; }
      .ie8 #menu-footer > li > ul > li a, .ie9 #menu-footer > li > ul > li a {
        display: block;
        padding: 15px;
        margin: 0 0 0 20px;
        background: #f16029;
        border-top: 1px solid #a9370b;
        border-left: 1px solid #a9370b;
        font-size: 13px;
        color: #FFF; }
    .ie8 #menu-footer li a:after, .ie9 #menu-footer li a:after {
      font-family: 'fontello';
      content: "";
      padding-left: 10px; }
    .ie8 #menu-footer .end, .ie9 #menu-footer .end {
      display: none !important; }

  #logo {
    background: #FFF;
    height: 46px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 12px 0 0 15px;
    z-index: 6;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    #logo img {
      width: 80px;
      height: auto; }

  .wrapper {
    padding: 46px 0 0 0;
    background: #FFF; }

  #footer-recruit {
    clear: both; }
    #footer-recruit ul {
      margin: 0 auto;
      overflow: hidden; }
      #footer-recruit ul li {
        border-top: 1px solid #d9460e;
        padding: 90px 15px 15px 15px; }
    #footer-recruit .title {
      text-align: center;
      margin-bottom: 15px; }
      #footer-recruit .title a {
        color: #d9460e;
        font-weight: bold;
        position: relative;
        font-size: 18px;
        line-height: 1.8em; }
      #footer-recruit .title a:before {
        font-weight: normal;
        font-family: 'fontello';
        display: block;
        position: absolute;
        top: -50px;
        left: 50%;
        right: 50%;
        font-size: 50px; }
    #footer-recruit .link1 a:before {
      content: "";
      margin-left: -30px; }
    #footer-recruit .link2 a:before {
      content: "";
      margin-left: -20px; }
    #footer-recruit .title:after {
      font-family: "fontello";
      content: "";
      padding-left: 10px;
      font-size: 20px;
      color: #d9460e; }
    #footer-recruit p {
      font-size: 14px;
      line-height: 1.8em; }

  #menu-footer {
    display: none; }

  .ie8 #menu-footer, .ie9 #menu-footer {
    display: block; }

  #copy {
    background: #5C5C5C;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 15px; }

  #page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 44px;
    background: #d9460e;
    z-index: 4; }
    #page-top a {
      display: block; }

  .ie8 #page-top {
    display: none; }

  #page-top:before {
    font-family: 'fontello';
    content: "";
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 8px 0 0 2px;
    color: #FFF; }

  #pankuzu {
    background: whitesmoke;
    padding: 15px; }
    #pankuzu a, #pankuzu span {
      font-size: 13px;
      line-height: 1.8em; }
    #pankuzu a span {
      color: #d9460e; }

  .h2-title {
    color: #d9460e;
    font-size: 22px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.4em; }

  .h2-title:before {
    width: 40px;
    height: 5px;
    background: #d9460e;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    right: 50%;
    margin-left: -23px; }

  .h2-text, .h2-text2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8em;
    padding: 0 15px; }

  .h2-text2 {
    text-align: left; }

  .contents {
    clear: both;
    max-width: 100%;
    margin: 0 auto 30px auto; }

  .page #main-header {
    position: relative;
    height: 140px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px; }
    .page #main-header img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: inherit;
      width: 100%;
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      top: -2px;
      bottom: -2px;
      left: -2px;
      right: -2px;
      top: inherit;
      bottom: 0; }
    .page #main-header .h1-title {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      left: 0;
      top: 0;
      padding: 50px 15px 0 15px;
      z-index: 2;
      font-size: 24px;
      color: #FFF;
      line-height: 1.8em;
      background-color: rgba(0, 0, 0, 0.4); }
  .page .h1-text {
    line-height: 1.8em;
    font-size: 16px;
    padding: 0 15px;
    font-weight: normal; }
    .page .h1-text span {
      display: block;
      color: #d9460e; }
  .page .page-contents .main-title {
    color: #d9460e;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 1.8em; }
    .page .page-contents .main-title span {
      font-size: 18px; }
  .page .page-contents .text {
    margin-bottom: 30px;
    padding: 0 15px;
    line-height: 1.8em; }
  .page .service-blue {
    background: #ebf1fa;
    margin: 0 0 30px 0; }
  .page .service-red {
    background: #feeee8;
    margin-bottom: 30px; }
  .page .blue-title {
    margin-bottom: 30px; }
    .page .blue-title h2 {
      color: #255fc6; }
    .page .blue-title h2:before {
      background: #255fc6; }
    .page .blue-title .main-title {
      color: #255fc6; }
    .page .blue-title .text {
      margin-bottom: 0; }
  .page .mb-block {
    display: block; }

  .page-list2 li {
    width: 100%;
    height: 200px;
    position: relative; }
    .page-list2 li .img {
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
      z-index: 1;
      text-align: center; }
    .page-list2 li .img:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 200px;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .page-list2 li img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: inherit; }
    .page-list2 li .title {
      border: 1px solid #FFF;
      position: absolute;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      width: 80%;
      margin-left: -40%;
      top: 70px;
      left: 50%;
      right: 50%;
      padding: 20px 15px 18px 15px;
      background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
      z-index: 2;
      line-height: 1.8em; }
      .page-list2 li .title p {
        position: relative;
        font-size: 18px; }
        .page-list2 li .title p span {
          font-size: 18px; }
      .page-list2 li .title p:before {
        font-family: "fontello";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: "";
        font-size: 16px;
        font-size: 20px;
        right: 0;
        margin-top: -16px; }

  .page-list li, .page-list3 li, .page-list4 li {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 260px;
    overflow: hidden;
    text-align: center; }
  .page-list .end, .page-list3 .end, .page-list4 .end {
    height: 0 !important; }
  .page-list .img, .page-list3 .img, .page-list4 .img {
    position: relative;
    z-index: 1; }
  .page-list img, .page-list3 img, .page-list4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit; }
  .page-list .in-box, .page-list3 .in-box, .page-list4 .in-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 30px;
    z-index: 2;
    background-color: rgba(61, 61, 61, 0.6);
    color: #FFF; }
    .page-list .in-box .title, .page-list3 .in-box .title, .page-list4 .in-box .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
    .page-list .in-box .text, .page-list3 .in-box .text, .page-list4 .in-box .text {
      margin-bottom: 15px;
      line-height: 1.8em; }
    .page-list .in-box a, .page-list3 .in-box a, .page-list4 .in-box a {
      display: block;
      width: 60%;
      margin: 0 auto;
      border: 1px solid #FFF;
      padding: 10px;
      color: #FFF;
      background: linear-gradient(rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0)); }

  .contents-nav {
    width: 100%; }
    .contents-nav li {
      border-top: 1px solid #CCC;
      /*.img{
      	overflow: hidden;
      	text-align: center;
      	z-index: 1;
      	height: 168px;
      	@include box-shadow;
      	position: relative;
      }
      img{
      	@include img-cover;
      }*/ }
      .contents-nav li .img {
        display: none; }
      .contents-nav li .text {
        padding: 15px;
        color: #000;
        font-size: 16px;
        line-height: 1.8em;
        position: relative; }
      .contents-nav li .text:after {
        /*font-family: "fontello";
        content: $i-right;
        padding-left: 10px;*/
        font-family: "fontello";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: "";
        font-size: 16px;
        color: #d9460e;
        right: 15px; }

  .toppage #main-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1; }
    .toppage #main-header .title {
      background-color: rgba(0, 0, 0, 0.2);
      color: white;
      text-align: center;
      padding: 120px 20px 90px 20px; }
      .toppage #main-header .title h1 {
        position: relative; }
      .toppage #main-header .title p {
        padding-top: 20px;
        font-size: 26px;
        line-height: 1.8em;
        position: relative;
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        zoom: 1; }
        .toppage #main-header .title p span {
          font-size: 28px; }
        .toppage #main-header .title p .mb-block {
          display: block; }
  .toppage #main-header:before {
    content: '';
    position: absolute;
    background: url(images/1_top_07.jpg) center no-repeat;
    background-size: cover;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px; }
  .toppage #contents2 {
    clear: both;
    position: relative; }
    .toppage #contents2 .contents {
      margin-bottom: 0 !important; }
    .toppage #contents2 .con-box {
      background: url(images_sp/1_top3.jpg) center no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1; }
    .toppage #contents2 dl {
      border-bottom: 1px solid #CCC;
      color: #FFF;
      overflow: hidden;
      width: 100%;
      padding: 15px;
      position: relative;
      z-index: 1; }
      .toppage #contents2 dl dt {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        bottom: 50%;
        z-index: 1;
        margin-top: -5px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents2 dl dt:after {
        font-family: 'fontello';
        display: block;
        content: "";
        padding-top: 6px; }
      .toppage #contents2 dl dd {
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        zoom: 1;
        padding: 66px 0 0 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        line-height: 1.8em; }
      .toppage #contents2 dl .clicked-dt {
        top: 30px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .toppage #contents2 dl .clicked-dd {
        opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        zoom: 1;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .toppage #contents2 .con-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 70, 14, 0.8);
    content: '';
    z-index: 1; }
  .toppage #contents5 {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .toppage #contents5 .contents {
      position: relative;
      z-index: 2;
      overflow: hidden;
      padding: 0 15px; }
    .toppage #contents5 h2 {
      color: #d9460e;
      font-size: 24px;
      text-align: center;
      padding-bottom: 10px;
      line-height: 1.8em;
      margin-bottom: 30px;
      position: relative; }
    .toppage #contents5 h2:before {
      width: 46px;
      height: 5px;
      background: #d9460e;
      content: "";
      position: absolute;
      bottom: -6px;
      left: 50%;
      right: 50%;
      margin-left: -23px; }
    .toppage #contents5 p {
      padding-bottom: 15px;
      line-height: 1.8em; }
    .toppage #contents5 .con-1 a {
      display: block;
      padding: 10px 10px 6px 10px;
      border: 1px solid #d9460e;
      font-size: 18px;
      color: #d9460e;
      text-align: center;
      max-width: 200px;
      margin: 0 auto 30px auto; }
    .toppage #contents5 .btn img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 389px;
      margin: 0 auto 30px auto;
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
  .toppage #contents3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px; }
    .toppage #contents3 .contents {
      position: relative;
      z-index: 2;
      overflow: hidden;
      padding: 30px 15px 0 15px; }
    .toppage #contents3 h2 {
      color: #FFF;
      font-size: 24px;
      text-align: center;
      padding: 15px 0;
      line-height: 1.3em; }
    .toppage #contents3 p {
      color: #FFF;
      padding-bottom: 30px;
      line-height: 1.8em; }
    .toppage #contents3 a {
      display: block;
      position: relative;
      text-align: center; }
      .toppage #contents3 a img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 389px;
        margin: 0 auto;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .toppage #contents3 a:before {
      display: block;
      font-family: 'fontello';
      content: "";
      position: absolute;
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 50%;
      margin: -30px 0 0 -30px;
      color: #FFF;
      font-size: 60px;
      z-index: 2; }
  .toppage #contents3:before {
    content: '';
    position: absolute;
    background: url(images/1_top4.jpg) center no-repeat;
    background-size: cover;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
    z-index: -1;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px; }
  .toppage #contents3:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .toppage #contents4 {
    margin-bottom: 0 !important; }

  .ie8 .toppage #contents2 dl {
    background: #d9460e; }
  .ie8 .toppage #contents2 dt {
    top: 40px; }
  .ie8 .toppage #contents2 dt:after {
    display: none; }
  .ie8 .toppage #contents3 {
    background: #5C5C5C; }
  .ie8 .toppage #contents3:before {
    display: none; }

  .partner #main-header img {
    top: 0;
    bottom: inherit; }
  .partner .page-contents .main-title {
    position: relative;
    max-width: 90%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center; }
  .partner .page-contents .main-title:before,
  .partner .page-contents .main-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .partner .page-contents .main-title:before {
    top: -10px;
    left: -10px;
    border-top: 1px solid #d9460e;
    border-left: 1px solid #d9460e; }
  .partner .page-contents .main-title:after {
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #d9460e;
    border-right: 1px solid #d9460e; }
  .partner .page-contents .text {
    margin: 30px 0; }
  .partner #contents1 {
    background: #feeee8;
    overflow: hidden; }
    .partner #contents1 .contents {
      overflow: hidden; }
    .partner #contents1 img {
      width: 100%;
      height: auto;
      margin-bottom: 40px; }
    .partner #contents1 li .title {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      color: #d9460e;
      padding: 0 0 7.5px 90px;
      line-height: 1.3em;
      border-bottom: 1px solid #d9460e; }
    .partner #contents1 li .text {
      padding: 30px 15px 40px 15px;
      line-height: 1.8em; }
    .partner #contents1 .title:before {
      position: absolute;
      top: 0;
      margin-top: -30px;
      left: 0; }
    .partner #contents1 .list1 .title:before {
      content: url(images/s_cooperation_1.png); }
    .partner #contents1 .list2 .title:before {
      content: url(images/s_cooperation_2.png); }
    .partner #contents1 .list3 .title:before {
      content: url(images/s_cooperation_3.png); }
    .partner #contents1 .list4 .title:before {
      content: url(images/s_cooperation_4.png); }
  .partner .tra {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top right, #FFF 50%, #feeee8 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #feeee8 50.5%) no-repeat top right/50% 100%; }
  .partner #contents2 {
    margin-bottom: 60px;
    padding: 0 15px;
    overflow: hidden; }
    .partner #contents2 li {
      position: relative;
      color: #FFF;
      font-size: 16px;
      z-index: 1;
      font-weight: bold;
      padding: 4px 0 4px 20px;
      line-height: 1.8em; }
    .partner #contents2 .title {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      color: #FFF;
      font-weight: bold;
      background: #d9460e;
      text-align: center;
      padding: 4px 0;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      z-index: -1;
      line-height: 1.8em; }
    .partner #contents2 .text {
      color: #000;
      padding: 15px;
      font-weight: normal; }
    .partner #contents2 #num1:before {
      content: '1.'; }
    .partner #contents2 #num2:before {
      content: '2.'; }
    .partner #contents2 #num3:before {
      content: '3.'; }
    .partner #contents2 #num4:before {
      content: '4.'; }

  .parent-partner h1 {
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0; }
  .parent-partner #main-header img {
    top: 0;
    bottom: inherit; }
  .parent-partner .main-title {
    position: relative;
    max-width: 90%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-size: 20px !important; }
    .parent-partner .main-title span {
      font-size: 20px !important; }
  .parent-partner .main-title:before,
  .parent-partner .main-title:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .parent-partner .main-title:before {
    top: -10px;
    left: -10px;
    border-top: 1px solid #d9460e;
    border-left: 1px solid #d9460e; }
  .parent-partner .main-title:after {
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #d9460e;
    border-right: 1px solid #d9460e; }
  .parent-partner #contents1-1 {
    background: #feeee8;
    overflow: hidden; }
    .parent-partner #contents1-1 .contents {
      overflow: hidden;
      padding: 30px 0 0 0; }
    .parent-partner #contents1-1 img {
      width: 100%;
      height: auto; }
  .parent-partner .tra {
    width: 100%;
    height: 50px;
    background: linear-gradient(to top right, #FFF 50%, #feeee8 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #feeee8 50.5%) no-repeat top right/50% 100%;
    margin-bottom: 30px; }
  .parent-partner #contents1 {
    padding: 0 15px;
    overflow: hidden; }
    .parent-partner #contents1 .img {
      text-align: center;
      margin-bottom: 15px; }
      .parent-partner #contents1 .img img {
        width: 100%;
        max-width: 400px;
        height: auto; }
    .parent-partner #contents1 dt {
      padding: 10px;
      background: whitesmoke;
      font-weight: bold; }
    .parent-partner #contents1 dd {
      line-height: 1.8em;
      padding: 10px; }
      .parent-partner #contents1 dd span {
        font-weight: bold;
        color: #d9460e; }
      .parent-partner #contents1 dd .gray {
        font-size: 14px !important;
        color: #666 !important;
        line-height: 1.2em !important; }
      .parent-partner #contents1 dd p {
        position: relative;
        padding-left: 10px !important; }
      .parent-partner #contents1 dd .one {
        padding-bottom: 10px; }
      .parent-partner #contents1 dd .one::before {
        position: absolute;
        left: -10px;
        top: 0;
        content: "1."; }
      .parent-partner #contents1 dd .two::before {
        position: absolute;
        left: -10px;
        top: 0;
        content: "2."; }
  .parent-partner #contents2 {
    margin-top: 0;
    padding: 0 15px; }
    .parent-partner #contents2 .h2-title {
      margin-bottom: 0; }
    .parent-partner #contents2 .h2-title:before {
      height: 0; }
    .parent-partner #contents2 table {
      width: 100%;
      border-top: 4px solid #d9460e; }
      .parent-partner #contents2 table th {
        width: 100%;
        display: block;
        color: #d9460e;
        padding: 15px 7.5px;
        background: whitesmoke;
        border: 1px solid #CCC;
        line-height: 1.8em;
        vertical-align: middle; }
      .parent-partner #contents2 table td {
        width: 100%;
        display: block;
        padding: 15px;
        line-height: 1.8em;
        border-right: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-bottom: 1px solid #CCC; }
  .parent-partner #contents3 h2 {
    text-align: center;
    background: #d9460e;
    font-size: 24px;
    color: #FFF;
    padding: 15px;
    line-height: 1.4em; }
    .parent-partner #contents3 h2 span {
      color: #FFF;
      font-size: 24px; }
  .parent-partner #contents3 h2:before {
    height: 0; }
  .parent-partner #contents3 p {
    padding: 15px;
    line-height: 1.8em;
    text-align: center; }
    .parent-partner #contents3 p span {
      color: #e37f00; }
    .parent-partner #contents3 p .red {
      color: red; }
  .parent-partner #contents3 ul {
    margin: 0 0 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .parent-partner #contents3 ul li {
      width: 46%;
      font-size: 18px;
      text-align: center;
      padding: 7.5px;
      margin: 0 10px 10px 0;
      background: #fef5f2;
      box-shadow: 0 5px rgba(0, 0, 0, 0.1);
      font-weight: bold; }
    .parent-partner #contents3 ul .on {
      background: #e37f00;
      color: #FFF; }
    .parent-partner #contents3 ul .max {
      background: red;
      color: #FFF; }
  .parent-partner #contents4 {
    position: relative;
    z-index: 1;
    background: #615e6e url(images/2_btn_03.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 15px;
    margin-bottom: 30px; }
    .parent-partner #contents4 p {
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      z-index: 2;
      position: relative; }
    .parent-partner #contents4 .title {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.2em; }
    .parent-partner #contents4 .btn {
      margin-top: 15px;
      border: 1px solid #FFF;
      text-align: center;
      font-weight: bold;
      max-width: 300px;
      background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .parent-partner #contents4 .btn a {
        display: block;
        color: #FFF;
        position: relative;
        font-size: 20px;
        padding: 20px; }
      .parent-partner #contents4 .btn a:after {
        font-family: 'fontello';
        content: "";
        font-size: 20px;
        padding-left: 10px; }
    .parent-partner #contents4 .btn:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0)); }
  .parent-partner #contents4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .parent-partner #contents4:hover:before {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0); }
  .parent-partner .top-txt {
    padding: 30px 0 0 0;
    margin: 0 0;
    line-height: 1.8em; }
  .parent-partner .img_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0; }
    .parent-partner .img_box figure {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 40%; }
      .parent-partner .img_box figure img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
        border: 1px solid whitesmoke; }
    .parent-partner .img_box figcaption {
      padding: 10px 6px;
      line-height: 1.4em;
      text-align: center;
      font-size: 13px;
      color: #5C5C5C;
      margin-top: 0; }

  .water_shop .h1-title {
    font-size: 22px !important; }

  .ie8 .parent-partner #contents3 li, .ie9 .parent-partner #contents3 li {
    float: left;
    width: 30%; }

  .elect_req {
    width: 90%;
    margin: 0 auto 40px auto;
    display: table; }
    .elect_req .important {
      background: #d9460e; }
    .elect_req .priority {
      background: #e37f00; }
    .elect_req .new {
      background: #5C95D0; }
    .elect_req dt {
      width: 26%;
      background: #d9460e;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      color: #FFF;
      font-weight: bold;
      font-size: 16px; }
      .elect_req dt span {
        display: block;
        font-size: 16px;
        padding-top: 5px; }
    .elect_req dd {
      border: none;
      width: 74%;
      display: table-cell;
      border: 1px solid #CCC;
      padding: 0 0; }
      .elect_req dd p {
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #CCC;
        padding: 10px !important;
        text-align: left !important; }
      .elect_req dd p:last-child {
        border: none; }

  .electric #contents3 h2,
  .repair #contents3 h2 {
    margin-bottom: 40px; }

  .electric #contents2 td p,
  .repair #contents2 td p {
    position: relative;
    padding-left: 10px; }
  .electric #contents2 td p::before,
  .repair #contents2 td p::before {
    position: absolute;
    content: "・";
    left: -10px;
    top: 0; }

  .partnership #main-header .h1-title {
    font-size: 20px; }
  .partnership #main-header img {
    top: -50px; }
  .partnership .main-title {
    text-align: center; }
  .partnership #contents1 {
    overflow: hidden;
    margin-bottom: 0; }
    .partnership #contents1 .contents {
      overflow: hidden;
      padding: 30px 0 0 0;
      margin: 0; }
    .partnership #contents1 img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
    .partnership #contents1 .h2-text {
      padding: 0 15px; }
  .partnership .tra {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    background: linear-gradient(to top right, #FFF 50%, #ebf1fa 50.5%) no-repeat top left/51% 100%, linear-gradient(to top left, #FFF 50%, #ebf1fa 50.5%) no-repeat top right/50% 100%; }
  .partnership #contents2 {
    padding: 0 15px;
    overflow: hidden; }
    .partnership #contents2 li {
      position: relative;
      color: #FFF;
      font-size: 16px;
      z-index: 1;
      font-weight: bold;
      padding: 4px 0 4px 20px;
      line-height: 1.8em; }
    .partnership #contents2 .title {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      color: #FFF;
      font-weight: bold;
      background: #255fc6;
      text-align: center;
      padding: 4px 0;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      z-index: -1; }
    .partnership #contents2 .text {
      color: #000;
      padding: 15px;
      font-weight: normal; }
    .partnership #contents2 #num1:before {
      content: '1.'; }
    .partnership #contents2 #num2:before {
      content: '2.'; }
    .partnership #contents2 #num3:before {
      content: '3.'; }
    .partnership #contents2 #num4:before {
      content: '4.'; }
  .partnership #contents3 {
    position: relative;
    z-index: 1;
    background: #615e6e url(images/2_btn_03.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 15px; }
    .partnership #contents3 p {
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      z-index: 2;
      position: relative; }
    .partnership #contents3 .title {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.2em; }
    .partnership #contents3 .btn {
      margin-top: 15px;
      border: 1px solid #FFF;
      text-align: center;
      font-weight: bold;
      max-width: 300px;
      padding: 20px;
      background: linear-gradient(rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0));
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
      .partnership #contents3 .btn a {
        display: block;
        color: #FFF;
        position: relative;
        font-size: 20px; }
      .partnership #contents3 .btn a:before {
        font-family: "fontello";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: "";
        font-size: 16px;
        font-size: 20px; }
    .partnership #contents3 .btn:hover {
      background: linear-gradient(rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0)); }
    .partnership #contents3 .title2 {
      font-size: 24px;
      padding-bottom: 15px;
      line-height: 1.8em; }
      .partnership #contents3 .title2 span {
        font-size: 24px; }
      .partnership #contents3 .title2 .mb-block {
        display: block; }
    .partnership #contents3 dl {
      background-color: rgba(0, 0, 0, 0.5);
      max-width: 1200px;
      z-index: 2;
      position: relative;
      margin: 0 auto;
      text-align: center;
      color: #FFF;
      line-height: 1.8em;
      padding: 15px; }
      .partnership #contents3 dl dt {
        font-size: 18px;
        line-height: 1.8em;
        padding-bottom: 7.5px; }
      .partnership #contents3 dl dd {
        font-size: 14px; }
        .partnership #contents3 dl dd a {
          color: #FFF;
          line-height: 1.8em;
          font-size: 14px; }
  .partnership #contents3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .partnership #contents3:hover:before {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0); }

  .brochure #contents1, .brochure #contents3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #CCC;
    border-bottom: none;
    margin: 0 15px 30px 15px; }
    .brochure #contents1 dt, .brochure #contents1 dd, .brochure #contents3 dt, .brochure #contents3 dd {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 15px;
      border-bottom: 1px solid #CCC; }
    .brochure #contents1 dt, .brochure #contents3 dt {
      background: whitesmoke;
      width: 30%;
      text-align: center;
      line-height: 1.4em;
      vertical-align: middle; }
    .brochure #contents1 dd, .brochure #contents3 dd {
      width: 70%;
      line-height: 1.4em; }
  .brochure #contents2 ul {
    overflow: hidden;
    margin: 0 15px; }
  .brochure #contents2 li {
    line-height: 1.4em;
    border-top: 1px solid #CCC;
    padding: 15px; }
  .brochure #contents3 a {
    color: #d9460e; }
  .brochure #contents4 {
    padding: 30px 0; }
    .brochure #contents4 h3 {
      font-size: 20px;
      text-align: center;
      font-weight: normal;
      border-bottom: 1px solid #CCC;
      padding: 0 0 7.5px 0;
      margin: 0 0 15px 0;
      line-height: 1.4em; }
    .brochure #contents4 .left {
      padding: 0 30px 30px 30px;
      line-height: 1.8em; }
    .brochure #contents4 img {
      display: block;
      margin: 0 auto;
      width: 98%;
      max-width: 504px;
      height: auto; }

  .ie8 .brochure #contents1, .ie9 .brochure #contents1 {
    overflow: hidden; }
    .ie8 .brochure #contents1 dt, .ie9 .brochure #contents1 dt {
      clear: both;
      float: left;
      width: 40%;
      font-size: 14px; }
    .ie8 .brochure #contents1 dd, .ie9 .brochure #contents1 dd {
      float: left;
      width: 60%; }

  .place #map_custmomize, .place #map_custmomize2 {
    border: 1px solid #CCC;
    height: 300px !important;
    overflow: hidden;
    margin-bottom: 15px; }
  .place #contents1 {
    padding: 0 15px; }
    .place #contents1 .title {
      color: #d9460e;
      font-weight: bold;
      border-bottom: solid 2px #d9460e;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .place #contents1 dl {
      overflow: hidden;
      margin-bottom: 15px; }
    .place #contents1 dt {
      color: #d9460e; }
    .place #contents1 dd {
      line-height: 1.4em;
      padding: 5px 0 7.5px 0;
      font-size: 14px; }
    .place #contents1 .access {
      margin-bottom: 30px; }
      .place #contents1 .access dd:before {
        font-family: 'fontello';
        content: "";
        padding-right: 8px; }

  .message .page-contents {
    position: relative;
    padding: 0 40px; }
  .message .main-title:before, .message .main-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #d9460e; }
  .message .main-title:before {
    left: 0; }
  .message .main-title:after {
    right: 0; }
  .message #contents1 {
    margin-top: 30px;
    background: url(images/t_message_03.png) right 40px bottom no-repeat;
    padding-bottom: 80px;
    margin-bottom: 60px; }
    .message #contents1 p {
      line-height: 1.8em;
      margin: 0 15px 30px 15px; }

  .identity #contents1 {
    background: #e14819 url(images/logo.svg) center top no-repeat;
    background-attachment: fixed;
    /*画面からの相対位置（背景固定）*/
    background-size: cover;
    /*背景サイズ*/
    position: relative;
    margin-bottom: 30px;
    z-index: 1; }
    .identity #contents1 div {
      position: relative;
      z-index: 2;
      border-bottom: 1px solid #FFF;
      padding: 60px 15px 30px 15px; }
      .identity #contents1 div p {
        text-align: center; }
      .identity #contents1 div .h2-title {
        margin-bottom: 15px; }
      .identity #contents1 div .h2-text {
        font-size: 26px !important;
        line-height: 1.4em;
        padding-top: 10px; }
      .identity #contents1 div ol {
        width: 90%;
        margin: 20px auto 0 auto; }
        .identity #contents1 div ol li {
          list-style-position: outside;
          list-style-type: decimal;
          font-size: 26px;
          color: #d9460e;
          padding-bottom: 7.5px;
          margin-left: 30px; }
          .identity #contents1 div ol li span {
            color: #000;
            display: block;
            line-height: 1.8em; }
    .identity #contents1 .end .h2-text {
      font-size: 16px !important;
      line-height: 1.8em; }
  .identity #contents1:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    z-index: 1; }
  .identity #contents2 {
    padding: 0 15px;
    overflow: hidden; }
    .identity #contents2 dt {
      padding: 15px 15px 0 15px;
      line-height: 1.8em;
      border-top: #CCC 1px solid;
      color: #d9460e; }
    .identity #contents2 dd {
      padding: 0 15px 15px 15px;
      line-height: 1.8em; }

  .ie8 .identity #contents1 p, .ie8 .identity #contents1 li, .ie8 .identity #contents1 span, .ie8 .identity #contents1 p:before {
    color: #FFF; }
  .ie8 .identity #contents1 .h2-title:before {
    background: #FFF; }

  /*----- 事業案内 共通 --------*/
  .service-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC; }
    .service-nav li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      text-align: center;
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      border-collapse: collapse;
      padding: 30px 15px 15px 15px;
      color: #d9460e;
      cursor: pointer;
      width: 50%;
      font-weight: bold; }
    .service-nav li:after {
      display: block;
      font-family: 'fontello';
      color: #d9460e;
      content: "";
      padding: 5px 0 0 0;
      font-size: 20px; }
    .service-nav .select {
      cursor: default;
      background: #d9460e;
      color: #FFF; }
    .service-nav .select:after {
      color: #FFF; } }
@media screen and (max-width: 768px) and (max-width: 1200px) and (min-width: 769px) {
  .service-nav {
    margin: 0 15px; } }
@media screen and (max-width: 768px) {
  .ie8 .service-nav, .ie9 .service-nav {
    overflow: hidden; }
    .ie8 .service-nav li, .ie9 .service-nav li {
      float: left;
      width: 50%; }

  .parent-lifeservice #contents1, .parent-facility #contents1 {
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden; }
    .parent-lifeservice #contents1 .img, .parent-facility #contents1 .img {
      text-align: center;
      margin-bottom: 15px; }
      .parent-lifeservice #contents1 .img img, .parent-facility #contents1 .img img {
        width: 100%;
        max-width: 400px;
        height: auto; }
    .parent-lifeservice #contents1 .title, .parent-facility #contents1 .title {
      text-align: center;
      font-size: 18px;
      color: #d9460e;
      line-height: 1.8em;
      margin: 30px 0 15px 0;
      font-weight: bold; }
    .parent-lifeservice #contents1 .text, .parent-facility #contents1 .text {
      line-height: 1.8em; }
  .parent-lifeservice #contents2, .parent-facility #contents2 {
    margin: 0 auto 60px auto; }
    .parent-lifeservice #contents2 h2, .parent-lifeservice #contents2 .title, .parent-facility #contents2 h2, .parent-facility #contents2 .title {
      margin-bottom: 7.5px;
      font-weight: bold;
      font-size: 18px; }
    .parent-lifeservice #contents2 .list, .parent-facility #contents2 .list {
      margin: 0 15px;
      border: 1px solid #CCC;
      overflow: hidden;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .parent-lifeservice #contents2 .list .img, .parent-facility #contents2 .list .img {
        line-height: 0.6em;
        text-align: center;
        padding: 15px 15px 0 15px; }
        .parent-lifeservice #contents2 .list .img img, .parent-facility #contents2 .list .img img {
          max-width: 400px; }
      .parent-lifeservice #contents2 .list .con, .parent-facility #contents2 .list .con {
        padding: 30px 15px 15px 15px; }
      .parent-lifeservice #contents2 .list .text, .parent-facility #contents2 .list .text {
        line-height: 1.8em;
        padding-bottom: 30px; }
      .parent-lifeservice #contents2 .list img, .parent-facility #contents2 .list img {
        width: 100%;
        height: auto; }
      .parent-lifeservice #contents2 .list table, .parent-facility #contents2 .list table {
        width: 100%; }
      .parent-lifeservice #contents2 .list th, .parent-facility #contents2 .list th {
        font-weight: normal; }
      .parent-lifeservice #contents2 .list th, .parent-lifeservice #contents2 .list td, .parent-facility #contents2 .list th, .parent-facility #contents2 .list td {
        font-size: 14px;
        line-height: 1.2em;
        border: 1px solid #CCC;
        text-align: center;
        vertical-align: middle;
        padding: 15px 0; }
      .parent-lifeservice #contents2 .list td, .parent-facility #contents2 .list td {
        width: 16%;
        color: #d9460e;
        font-size: 18px; }
      .parent-lifeservice #contents2 .list .no, .parent-facility #contents2 .list .no {
        color: #000; }
      .parent-lifeservice #contents2 .list .tr th, .parent-facility #contents2 .list .tr th {
        max-width: 100px; }
    .parent-lifeservice #contents2 .hide, .parent-facility #contents2 .hide {
      display: none; }

  .lifeservice #main-header img {
    top: 0; }
  .lifeservice .page-list4 {
    margin-bottom: 30px; }

  .key #main-header img, .water #main-header img {
    top: 0; }

  .facility .page-list4 {
    margin-bottom: 30px; }

  .safe .h1-title {
    font-size: 20px !important; }
  .safe #main-header img {
    top: 0; }
  .safe #contents2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15px 30px 15px; }
    .safe #contents2 p {
      width: 50%;
      text-align: center;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      padding-bottom: 30px; }
      .safe #contents2 p img {
        width: 100%;
        max-width: 182px;
        height: auto; }
      .safe #contents2 p span {
        display: block !important; }

  .waterheater .h1-title {
    padding-top: 60px !important;
    font-size: 18px !important; }
  .waterheater #main-header img {
    top: 0; }

  .diagnosis-tel {
    clear: both;
    text-align: center;
    font-weight: bold;
    background: #feeee8;
    padding: 15px;
    margin: 15px auto 0 auto;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 60px; }
    .diagnosis-tel span {
      color: #d9460e;
      font-weight: bold; }

  .aircon .h1-title {
    padding-top: 60px !important;
    font-size: 18px !important; }

  .glass .h1-title {
    padding-top: 60px !important;
    font-size: 18px !important; }

  .callcenter #main-header img {
    top: 0; }

  .internet_cm .h1-title {
    font-size: 20px; }
  .internet_cm #main-header img {
    top: 0; }

  .parent-service .service-img .img {
    text-align: center;
    padding: 30px 0; }
    .parent-service .service-img .img img {
      width: 100%;
      max-width: 1084px;
      height: auto; }

  .parent-recruit #contents1 {
    padding: 0 15px; }
    .parent-recruit #contents1 .h2-title {
      margin-bottom: 0; }
    .parent-recruit #contents1 .h2-title:before {
      height: 0; }
    .parent-recruit #contents1 table {
      width: 100%;
      margin-bottom: 30px;
      border-top: 4px solid #d9460e; }
      .parent-recruit #contents1 table th {
        width: 20%;
        color: #d9460e;
        padding: 7.5px;
        background: whitesmoke;
        border: 1px solid #CCC;
        vertical-align: middle;
        line-height: 1.2em; }
      .parent-recruit #contents1 table td {
        padding: 15px;
        line-height: 1.8em;
        border: 1px solid #CCC;
        font-size: 14px; }
  .parent-recruit #contents2 {
    border-top: 1px solid #d9460e;
    border-bottom: 1px solid #d9460e;
    background: #feeee8;
    text-align: center;
    padding: 60px 15px;
    margin-bottom: 30px; }
    .parent-recruit #contents2 .title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px;
      letter-spacing: 0.4em; }
    .parent-recruit #contents2 .link a {
      color: #FFF;
      font-weight: bold;
      background: #d9460e;
      text-align: center;
      padding: 7.5px 15px;
      position: relative;
      line-height: 1.8em;
      width: 300px;
      display: block;
      font-size: 18px;
      margin: 0 auto; }
    .parent-recruit #contents2 .link a:after {
      font-family: "fontello";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px;
      content: "";
      font-size: 16px;
      color: #FFF;
      font-size: 20px;
      margin-top: -16px;
      right: 10px;
      z-index: 2; }
  .parent-recruit #page-in-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 60px; }
    .parent-recruit #page-in-nav a {
      display: block;
      background-color: #d9460e;
      padding: 20px 40px;
      font-weight: bold;
      color: #FFF;
      text-align: center;
      margin: 0 10px 10px 10px; }
    .parent-recruit #page-in-nav a:after {
      font-family: "fontello";
      color: #FFF;
      font-weight: bold;
      content: "";
      padding-left: 10px;
      font-size: 24px; }
  .parent-recruit .main-title {
    text-align: center; }
  .parent-recruit .anchor {
    padding-top: 60px !important;
    margin-top: -60px !important; }

  .policy #main-header img {
    top: 0; }
  .policy a {
    color: #d9460e; }

  .disclaimer #main-header img {
    bottom: 0; }
  .disclaimer #contents1 {
    margin-bottom: 60px; }
    .disclaimer #contents1 h2 {
      color: #d9460e;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      border-bottom: 4px solid #d9460e;
      padding: 0 15px 15px 15px;
      margin-bottom: 15px;
      line-height: 1.4em; }
    .disclaimer #contents1 p {
      line-height: 1.8em;
      margin-bottom: 15px;
      padding: 0 15px; }
    .disclaimer #contents1 ol {
      overflow: hidden;
      margin-bottom: 15px; }
    .disclaimer #contents1 li {
      padding: 0 15px 7.5px 15px;
      line-height: 1.8em; }

  .policy #contents1 h2, .policy #contents2 h2, .policy #contents4 h2 {
    color: #d9460e;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #d9460e;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    line-height: 1.4em; }
  .policy #contents1 p, .policy #contents2 p, .policy #contents4 p {
    line-height: 1.8em;
    margin-bottom: 15px;
    padding: 0 15px; }
  .policy #contents1 h3, .policy #contents2 h3, .policy #contents4 h3 {
    color: #d9460e;
    font-size: 18px;
    padding: 15px 15px 7.5px 15px;
    line-height: 1.4em; }
  .policy #contents1 ol, .policy #contents2 ol, .policy #contents4 ol {
    overflow: hidden;
    margin-bottom: 15px; }
  .policy #contents1 li, .policy #contents2 li, .policy #contents4 li {
    padding: 0 15px 7.5px 15px;
    line-height: 1.8em; }
  .policy #contents4 {
    margin-bottom: 60px; }

  .disclaimer #contents1 {
    margin-bottom: 60px; }

  .cooperative #main-header img {
    bottom: -60px; }
  .cooperative .main-title {
    text-align: center;
    font-size: 22px; }
  .cooperative .contents {
    margin: 0 auto;
    padding: 0; }
  .cooperative .page-contents {
    padding: 30px 0;
    overflow: hidden; }
    .cooperative .page-contents .text {
      margin: 0; }
    .cooperative .page-contents img {
      display: block;
      margin: 0 auto 15px auto; }
  .cooperative #contents1 {
    clear: both;
    padding: 30px 15px;
    margin: 0;
    border-top: solid 1px #CCC; }
    .cooperative #contents1 .title {
      text-align: center;
      font-weight: bold;
      padding-bottom: 15px;
      color: #004ea2;
      font-size: 18px;
      line-height: 1.8em; }
    .cooperative #contents1 .con1 {
      text-align: center; }
      .cooperative #contents1 .con1 img {
        max-width: 150px;
        height: auto; }
  .cooperative #contents2 {
    padding: 60px 0;
    background: rgba(0, 41, 126, 0.78); }
    .cooperative #contents2 .main-title {
      color: #FFF;
      text-align: center;
      font-weight: bold;
      padding: 0 15px 30px 15px;
      line-height: 1.8em; }
    .cooperative #contents2 .main-text {
      color: #FFF;
      line-height: 1.8em;
      padding: 0 15px 15px 15px; }
    .cooperative #contents2 .text {
      color: #FFF;
      line-height: 1.8em;
      padding: 0 15px 15px 15px;
      clear: both; }
    .cooperative #contents2 .con {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      .cooperative #contents2 .con img {
        margin: 8px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .cooperative #contents2 .con1 {
      clear: both;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 30px;
      text-align: center; }
      .cooperative #contents2 .con1 img {
        margin: 10px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .cooperative #contents2 .con2 {
      background: #FFF;
      overflow: hidden;
      padding: 15px 0;
      margin: 0 15px 30px 15px; }
    .cooperative #contents2 .con3 {
      text-align: center; }
      .cooperative #contents2 .con3 img {
        display: block;
        margin: 0 auto 10px auto; }
    .cooperative #contents2 .con4 {
      text-align: center; }
    .cooperative #contents2 .con5 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center; }
      .cooperative #contents2 .con5 img {
        margin: 8px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1); }

  .ie8 .s_cooperative #contents2 {
    padding: 100px 0;
    background: #004ea2; }

  .media #main-header img {
    top: 0; }
  .media #contents1 {
    padding-bottom: 30px; }
    .media #contents1 .con {
      border-top: 1px solid #CCC;
      padding: 30px 15px; }
    .media #contents1 h2 {
      line-height: 1.4em;
      font-size: 20px;
      font-weight: normal;
      text-align: center;
      color: #d9460e;
      padding-bottom: 15px; }
    .media #contents1 p {
      line-height: 1.8em; }
    .media #contents1 .img {
      text-align: center;
      padding-top: 15px; }
      .media #contents1 .img img {
        margin: 6px;
        box-shadow: 0 5px rgba(0, 0, 0, 0.1);
        max-width: 307px;
        height: auto; }

  .contact .check {
    text-align: center;
    line-height: 1.4em;
    padding-top: 15px; }
  .contact #content1 {
    width: 90%;
    margin: 0 auto 60px atuo; }
  .contact table {
    width: 100%; }
  .contact tr {
    border-bottom: 1px solid #F2F2F2;
    position: relative; }
  .contact th {
    position: absolute;
    text-align: left;
    display: block; }
    .contact th span {
      color: #FFF;
      background: red;
      font-size: 12px;
      padding: 5px; }
  .contact th, .contact td {
    padding: 15px 7.5px 15px 7.5px;
    vertical-align: middle; }
    .contact th input, .contact th textarea, .contact td input, .contact td textarea {
      width: 96%;
      padding: 10px;
      font-size: 16px;
      margin-bottom: 10px;
      border: none;
      background: #F2F2F2;
      box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
    .contact th input:focus, .contact th textarea:focus, .contact td input:focus, .contact td textarea:focus {
      background-color: #feeee8;
      border: 1px solid #d9460e; }
  .contact td {
    display: block;
    padding-top: 50px; }
  .contact #btn input {
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    display: block;
    width: 90%;
    max-width: 400px;
    text-align: center;
    marign: 0 auto;
    padding: 15px;
    background: #d9460e;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 60px;
    margin-top: 30px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1); }
  .contact #btn input:hover {
    background: #e37f00;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact .mail-text {
    line-height: 1.8em;
    margin-bottom: 15px; }

  .contact .mail, .thanks .mail {
    padding: 15px;
    background: #feeee8;
    text-align: center;
    margin-bottom: 60px; }
    .contact .mail p, .thanks .mail p {
      line-height: 1.8em; }
    .contact .mail .address span, .thanks .mail .address span {
      position: relative; }
      .contact .mail .address span:before, .thanks .mail .address span:before {
        content: "info@sls.co.jp"; }
    .contact .mail .tell span, .thanks .mail .tell span {
      color: #d9460e !important; }

  .thanks .contents {
    padding: 30px; }
    .thanks .contents p {
      padding-bottom: 10px;
      line-height: 1.8em; }
    .thanks .contents .mail {
      margin-top: 20px; }

  .partner-form #main-header img {
    top: 0;
    bottom: inherit; }
  .partner-form .contents {
    padding: 30px 15px 0 15px; }
  .partner-form h3 {
    font-size: 20px;
    border-bottom: 2px solid #CCC;
    padding: 20px 0 10px 0;
    margin-bottom: 20px; }
  .partner-form #parther-table, .partner-form .parther-table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%; }
    .partner-form #parther-table label, .partner-form .parther-table label {
      letter-spacing: inherit;
      line-height: 1.4em;
      padding: 10px 16px 10px 10px;
      border: 1px solid #CCC;
      margin: 0 10px 10px 0;
      display: block;
      border-radius: 6px; }
    .partner-form #parther-table th, .partner-form .parther-table th {
      display: block;
      width: 100%;
      font-size: 16px;
      background: #F2F2F2;
      border-right: 1px solid #CCC;
      border-left: 1px solid #CCC;
      border-top: 1px solid #CCC;
      text-align: left;
      padding: 20px 10px 10px 10px;
      letter-spacing: inherit;
      line-height: 1.2em; }
      .partner-form #parther-table th span, .partner-form .parther-table th span {
        background: red;
        color: #FFF;
        padding: 5px;
        border-radius: 4px;
        font-size: 12px;
        display: block;
        float: left;
        margin: -10px 10px 10px 0; }
    .partner-form #parther-table .subt th, .partner-form .parther-table .subt th {
      border: none;
      background: #FFF;
      padding-top: 10px;
      color: #d9460e; }
    .partner-form #parther-table td, .partner-form .parther-table td {
      position: relative;
      display: block;
      background: #FFF;
      font-size: 14px;
      letter-spacing: inherit;
      border: 1px solid #CCC;
      padding: 10px;
      width: 100%;
      margin-bottom: 10px; }
      .partner-form #parther-table td span, .partner-form .parther-table td span {
        letter-spacing: inherit;
        font-size: 14px;
        margin: 0;
        padding: 0; }
      .partner-form #parther-table td input[type="text"], .partner-form #parther-table td input[type="email"], .partner-form .parther-table td input[type="text"], .partner-form .parther-table td input[type="email"] {
        width: 96%;
        padding: 6px;
        border: 1px solid #67A6FC; }
      .partner-form #parther-table td textarea, .partner-form .parther-table td textarea {
        width: 94%;
        margin-bottom: 10px;
        border: 1px solid #67A6FC;
        padding: 6px; }
    .partner-form #parther-table .allCheck, .partner-form .parther-table .allCheck {
      padding: 0 0 10px 0;
      width: 180px; }
      .partner-form #parther-table .allCheck span, .partner-form .parther-table .allCheck span {
        margin-left: 8px; }
    .partner-form #parther-table caption, .partner-form .parther-table caption {
      font-size: 22px;
      text-align: left;
      padding: 20px;
      font-weight: bold;
      text-align: center;
      background: #FFE2E3;
      color: #d9460e; }
    .partner-form #parther-table p, .partner-form .parther-table p {
      letter-spacing: inherit;
      display: block;
      color: #333;
      font-size: 14px;
      line-height: 1.4em;
      padding-top: 5px; }
    .partner-form #parther-table .p-add .p-postal-code, .partner-form .parther-table .p-add .p-postal-code {
      width: 80px; }
    .partner-form #parther-table input[type="radio"], .partner-form #parther-table input[type="checkbox"], .partner-form .parther-table input[type="radio"], .partner-form .parther-table input[type="checkbox"] {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      margin-right: 4px; }
    .partner-form #parther-table .name-sp input, .partner-form .parther-table .name-sp input {
      margin: 5px 0; }
    .partner-form #parther-table .name-sp span, .partner-form .parther-table .name-sp span {
      display: block; }
    .partner-form #parther-table .name-sp .kana, .partner-form .parther-table .name-sp .kana {
      padding: 15px 0 10px 0; }
  .partner-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px; }
  .partner-form .error-posi .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 20px; }
  .partner-form .under-text {
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px; }
  .partner-form #button input {
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    display: block;
    width: 80%;
    text-align: center;
    marign: 0 auto;
    padding: 30px;
    background: #d9460e;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 60px;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .partner-form input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset; }
  .partner-form .wpcf7c-conf {
    background-color: #CCC !important;
    border: 1px solid #CCC !important; }

  .elect-p {
    font-size: 14px;
    line-height: 1.4em;
    margin: -10px 0 10px 0; }

  .table-off th, .table-off td {
    color: #999 !important; }

  .map .contents {
    overflow: hidden; }
    .map .contents li {
      padding: 15px 0 15px 15px; }
    .map .contents a {
      color: #d9460e; }
    .map .contents a:before {
      font-family: 'fontello';
      content: "";
      padding-right: 10px; }
    .map .contents a:hover, .map .contents a:hover:before {
      color: #e37f00;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .map .contents > ul > li {
      border-top: 2px solid #d9460e;
      margin-left: 2%; }
    .map .contents > ul > li.page_item_has_children > .children {
      margin-top: 15px; }
      .map .contents > ul > li.page_item_has_children > .children > li {
        border-top: 1px solid #CCC; }
        .map .contents > ul > li.page_item_has_children > .children > li .children {
          margin-top: 15px; }
          .map .contents > ul > li.page_item_has_children > .children > li .children li {
            border-top: 1px solid #CCC; } }
@media print {
  body {
    -webkit-print-color-adjust: exact; } }
