@charset "UTF-8";
/* reset
---------------------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

input, button, textarea, select {
  outline: none;
  margin: 0;
  padding: 0;
}

input[type="text"],
textarea,
button {
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  position: relative;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ベース
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background: white;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
}
.viewSp {
 display: none;
}
.viewPc {
 display: block;
}
a {
  color: #007dd6;
  text-decoration: none;
}

a:link {
  color: #007dd6;
}

a:visited {
  color: #0064bd;
}

a:hover {
  color: #1996ef;
  text-decoration: underline;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

a:active {
  color: #32afff;
}

::selection {
  background: #2d911d;
  color: #fff;
}

::-moz-selection {
  background: #2d911d;
  color: #fff;
}

input[type="text"],
textarea,
select {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
}

input[type="text"] {
  height: 15px;
}

select {
  font-size: 12px;
  height: 27px;
  line-height: 22px;
  padding: 4px;
}

textarea {
  height: 74px;
}

button {
  background: #ff8a00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
button:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

table {
  width: 100%;
}
table caption {
  background: #3a3a3a;
  color: #ffffff;
  line-height: 40px;
  padding: 0 0 0 20px;
}
table th, table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  padding: 13px 20px;
}
table th {
  background: #f9f9f9;
  width: 160px;
  vertical-align: top;
}

/* 共通クラス
---------------------------------------------------------- */
.hgroup {
  position: relative;
}

.inner {
  margin: 0 auto;
  width: 960px;
}

.min-hWrap {
  border-bottom: 3px solid #ccc;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 4px;
  position: relative;
}
.min-hWrap:before {
  background: #309f29;
  bottom: -3px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sub-hWrap {
  border-left: 5px solid #2d911d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
}
.sub-hWrap h2 {
  line-height: 1.0;
}

.linkbox {
  cursor: pointer;
}

.detailLink a {
  background: url(../design/common/icon-arrow-link.png) left no-repeat;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 12px;
}
.detailLink.fr {
  float: right;
  text-align: right;
}

.detailBtn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: lnline;
  border: solid 1px #cccccc;
  overflow: hidden;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 1px;
}
.detailBtn span {
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  display: block;
}
@media print {
  .detailBtn span {
    background: none;
  }
}
.detailBtn span:hover {
  background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: linear-gradient(to bottom, #f0f0f0, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F0F0', endColorstr='#FFFFFFFF');
}
.detailBtn a {
  background: url(../design/common/icon-arrow-link.png) 40px center no-repeat;
  padding: 3px 15px 4px 40px;
  display: block;
  color: #333333;
}
.detailBtn a:hover {
  text-decoration: none;
}
.detailBtn a img {
  vertical-align: middle;
}
.detailBtn.img {
  width: 100%;
  text-align: center;
}
.detailBtn.img a {
  background: none;
}

.detailBlock {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #cccccc;
}

.anchorSet li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: linear-gradient(to bottom, #ffffff, #f8f8f8);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF8F8F8');
  border: solid 1px #cccccc;
  float: left;
  margin: 0 10px 10px 0;
  padding: 1px;
  list-style: none;
}
@media print {
  .anchorSet li {
    background: none;
  }
}
.anchorSet li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
.anchorSet li a span {
  font-size: 15px;
  font-weight: bold;
  background: url(../design/common/icon-arrow-anchor.png) left center no-repeat;
  padding: 0 0 0 17px;
}
.anchorSet li a span img {
  vertical-align: middle;
}
.anchorSet li:hover {
  background-image: -moz-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: linear-gradient(to bottom, #f8f8f8, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF8F8F8', endColorstr='#FFFFFFFF');
}
@media print {
  .anchorSet li:hover {
    background: none;
  }
}
.anchorSet li.double a {
  padding: 7px 15px;
}

/* レイアウト
---------------------------------------------------------- */
#container {
  margin: 0 auto;
  padding: 45px 0 25px;
  width: 960px;
}

#contentsMain {
  float: left;
  width: 680px;
}
#contentsMain .inner {
  width: auto;
}

/* ヘッダー
---------------------------------------------------------- */
#header {
  -moz-box-shadow: #999999 0px 1px 2px;
  -webkit-box-shadow: #999999 0px 1px 2px;
  box-shadow: #999999 0px 1px 2px;
  position: relative;
  z-index: 10000;
}
#header .headerWrap > .inner {
  overflow: visible;
  padding: 34px 0 18px;
  position: relative;
}
#header .headerWrap > .inner a img {
  filter: none;
}
#header .headerWrap > .inner .outline {
  position: absolute;
  right: 0;
  text-align: right;
  top: 9px;
}
#header .headerWrap > .inner .outline ul li {
  border-left: 1px solid #ccc;
  float: left;
  font-size: 13px;
  line-height: 1;
  margin-left: 7px;
  padding-left: 7px;
}
#header .headerWrap > .inner .outline ul li:first-child {
  border: 0;
}
#header .headerWrap > .inner .outline .tel {
  margin-top: 13px;
}
#header #globalNav {
  background: url(../design/common/bg-gnav.png) repeat-x;
  width: 101%;
  height: 55px;
}
#header #globalNav .clickNone {
  pointer-events: none;
}
#header #globalNav .inner {
  width: 960px;
}
#header #globalNav ul {
  list-style-type: none;
  width: 101%;
  margin: 0 auto;
  padding: 0;
}
#header #globalNav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#header #globalNav ul li a {
  display: block;
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#header #globalNav ul li.active {
  background: url(../design/common/bg-gnav-active.png) repeat-x;
}
#header #globalNav ul li:hover {
  background: url(../design/common/bg-gnav-active.png) repeat-x;
}
#header #globalNav ul li:hover img {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
#header #globalNav ul li ul {
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  list-style: none;
  position: absolute;
  z-index: 100;
  left: -10%;
  top: 100%;
  margin: 0;
  padding: 0;
}
#header #globalNav ul li ul li {
  overflow: hidden;
  width: 120%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#header #globalNav ul li ul li a {
  background: #fafafa;
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: solid #e3e3e3 1px;
  border-top: solid #e3e3e3 1px;
  border-right: solid #e3e3e3 1px;
  line-height: 55px;
  padding: 0 0 0 15px;
}
#header #globalNav ul li ul li:first-child {
  border-top: none;
}
#header #globalNav ul li ul li ul {
  top: 0;
  left: 100%;
}
#header #globalNav ul li ul li ul li {
  width: 100%;
}
#header #globalNav ul li ul li ul li a {
  background: #fafafa;
  border-bottom: solid #e3e3e3 1px;
  border-right: solid #e3e3e3 1px;
}
#header #globalNav ul li ul li ul li:last-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header #globalNav ul li ul li ul li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#header #globalNav ul li ul li ul:before {
  position: absolute;
  content: "";
  top: 23px;
  left: -15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #333333;
}
#header #globalNav ul li ul li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
#header #globalNav ul li ul li:last-child a {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
#header #globalNav ul li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#header #globalNav ul li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #686868;
}
#header #globalNav ul li:hover ul li ul li:hover > a {
  background: #309f29;
  color: #ffffff;
}
#header #globalNav ul > li:hover > ul > li {
  overflow: visible;
  height: 55px;
}
#header #globalNav ul > li:hover li:hover > a {
  background: #309f29;
  color: #ffffff;
}
#header #globalNavSp {
 display: none;
}

/* サイドバー
---------------------------------------------------------- */
#contentsSide {
  float: right;
  width: 250px;
}
#contentsSide hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  margin: 23px 0 23px;
  height: 1px;
  /* IE6用対策 */
  clear: both;
  /* IE6用対策 */
}
#contentsSide > p {
  margin-bottom: 10px;
}
#contentsSide > p.facebook img {
  width: 250px !important;
}
#contentsSide .sideMenu {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 23px;
  overflow: hidden;
}
#contentsSide .sideMenu .side-hWrap {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  border: 2px solid #309f29;
}
#contentsSide .sideMenu .side-hWrap .titleContents {
  background: #2a9624;
  background: -moz-linear-gradient(top, #309f29, #248d1f);
  background: -o-linear-gradient(top, #309f29, #248d1f);
  background: -webkit-linear-gradient(top, #309f29, #248d1f);
  background: linear-gradient(to bottom, #309f29, #248d1f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF309F29', endColorstr='#FF248D1F');
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  padding: 13px;
  text-align: center;
}
#contentsSide .sideMenu .side-hWrap .titleContents img {
  display: block;
  margin: 0 auto;
}
#contentsSide .sideMenu img {
  filter: none;
  -moz-opacity: 1;
  opacity: 1;
}
#contentsSide .sideMenu ul {
  border-bottom: solid 4px #e0e0e0;
  border-right: solid 4px #e0e0e0;
  border-left: solid 4px #e0e0e0;
}
#contentsSide .sideMenu ul li {
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border-top: dotted 1px #e0e0e0;
  vertical-align: top;
}
@media print {
  #contentsSide .sideMenu ul li {
    background: none;
  }
}
#contentsSide .sideMenu ul li:first-child {
  border: none;
}
#contentsSide .sideMenu ul li:hover {
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
}
@media print {
  #contentsSide .sideMenu ul li:hover {
    background: none;
  }
}
#contentsSide .sideMenu ul li a,
#contentsSide .sideMenu ul li p.category {
  background: url(../design/common/icon-arrow-link.png) 18px center no-repeat;
  display: block;
  padding: 20px 0 17px 30px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
#contentsSide .sideMenu ul li a:hover,
#contentsSide .sideMenu ul li p.category:hover {
  text-decoration: none;
}
#contentsSide .sideMenu ul li a[target="_blank"],
#contentsSide .sideMenu ul li p.category[target="_blank"] {
  background-image: url(../design/common/icon-blank.png);
  background-position: 16px center;
}
#contentsSide .sideMenu ul li p.category {
  padding: 10px 0 7px 30px;
}
#contentsSide .sideMenu ul li.slide ul {
  border-top: dotted 1px #e0e0e0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: none;
}
#contentsSide .sideMenu ul li.slide ul li a {
  padding-left: 45px;
  background-position: 33px center;
}
#contentsSide .sideMenu ul li.active a {
  background-color: #e0f1df !important;
}
#contentsSide .sideMenu ul li.noIcon a {
  background: none;
  padding: 17px 0 17px 0;
  text-align: center;
}
#contentsSide .sideMenu ul li.blankLink a {
  background: url(../design/common/icon-link-window.png) 15px center no-repeat;
}
#contentsSide .sideMenu.service {
  margin-bottom: 10px;
}
#contentsSide .sideMenu.service dt {
  background: #e0f1df;
  padding: 12px 0;
}
#contentsSide .sideMenu.service dt img {
  display: block;
  margin: 0 auto;
}
#contentsSide .sideMenu.service dd dt {
  background: #e0e0e0;
  padding: 8px 0 7px;
}
#contentsSide .sideMenu.service dl dl {
  border-bottom: solid 4px #e0e0e0;
}
#contentsSide .sideMenu.service dl dl ul {
  border-bottom: 0;
}
#contentsSide .sideMenu.service ul li.active a {
  background-color: #c0e2be !important;
}
#contentsSide .sideMenu.service ul li a {
  padding-bottom: 10px;
  padding-top: 10px;
}
#contentsSide .sideMenu.service dl + p {
  margin-top: 10px;
}
#contentsSide .sideMenu .bnr {
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border: solid 4px #e0e0e0;
  vertical-align: top;
}
@media print {
  #contentsSide .sideMenu .bnr {
    background: none;
  }
}
#contentsSide .sideMenu .bnr:hover {
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
}
#contentsSide .sideMenu .bnr a {
  background: url(../design/common/icon-arrow-link.png) 18px center no-repeat;
  display: block;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
}
#contentsSide .sideMenu .bnr a:hover {
  text-decoration: none;
}
#contentsSide .sideMenu .bnr a[target="_blank"] {
  background-image: url(../design/common/icon-blank.png);
  background-position: 16px center;
}
#contentsSide .sideMenu .bnr.blankLink a {
  background: url(../design/common/icon-link-window.png) 15px center no-repeat;
}
#contentsSide .sideBlanklink {
  border: solid 4px #cccccc;
  margin-bottom: 23px;
}
#contentsSide .sideBlanklink li {
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  border-bottom: solid 1px #cccccc;
}
@media print {
  #contentsSide .sideBlanklink li {
    background: none;
  }
}
#contentsSide .sideBlanklink li:hover {
  background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F7', endColorstr='#FFFFFFFF');
}
@media print {
  #contentsSide .sideBlanklink li:hover {
    background: none;
  }
}
#contentsSide .sideBlanklink li:last-child {
  border: none;
}
#contentsSide .sideBlanklink li a {
  background: url(../design/common/icon-link-window.png) 15px center no-repeat;
  display: block;
  padding: 17px 0 17px 30px;
}

/* フッター
---------------------------------------------------------- */
#footer {
  margin: 50px 0 0 0;
}
#footer .footerArea {
  background: #2d911d;
  padding: 25px 0 0 0;
}
#footer .footerArea .inner {
  overflow: hidden;
}
#footer .footerArea .inner .footerNav {
  background: #ffffff;
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  padding: 15px 0;
}
#footer .footerArea .inner .footerNav > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #d6d6d6;
  float: left;
  line-height: 1.3;
  min-height: 285px;
  padding: 9px 10px 0 37px;
  width: 259px;
}
#footer .footerArea .inner .footerNav > ul:first-child {
  border: none;
  padding-top: 10px;
  width: 338px;
  * width: 200px;
  /* IE7 */
}
#footer .footerArea .inner .footerNav > ul:nth-child(2) {
  width: 343px;
}
#footer .footerArea .inner .footerNav > ul:nth-child(3) > li {
  margin-bottom: 11px;
}
#footer .footerArea .inner .footerNav > ul > li {
  margin-bottom: 12px;
}
#footer .footerArea .inner .footerNav > ul > li:last-child {
  margin-bottom: 0;
}
#footer .footerArea .inner .footerNav > ul > li:last-child > dl dd:last-child > ul > li:last-child {
  margin-bottom: 0;
}
#footer .footerArea .inner .footerNav > ul > li li {
  margin-bottom: 10px;
}
#footer .footerArea .inner .footerNav > ul a + ul,
#footer .footerArea .inner .footerNav > ul a + dl {
  margin-top: 12px;
}
#footer .footerArea .inner .footerNav > ul dt {
  margin-bottom: 11px;
}
#footer .footerArea .inner .footerNav > ul a {
  display: block;
  font-size: 13px;
}
#footer .footerArea .inner .footerNav > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-left: 9px;
  position: relative;
}
#footer .footerArea .inner .footerNav > ul > li > a.noLink {
  pointer-events: none;
  color: #333;
}
#footer .footerArea .inner .footerNav > ul > li > a:before {
  background: #32ac38;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
#footer .footerArea .inner .footerNav > ul ul a {
  background: url(../design/common/icon-arrow-link.png) left 3px no-repeat;
  padding-left: 11px;
}
#footer .footerArea .inner .footerNav > ul > li > dl,
#footer .footerArea .inner .footerNav > ul > li > ul {
  padding-left: 20px;
}
#footer .footerArea .inner .footerNav > ul > li > dl > dt {
  font-weight: bold;
}
#footer .footerArea .inner .textLink {
  float: left;
  left: 50%;
  margin: 15px 0 14px;
  position: relative;
}
#footer .footerArea .inner .textLink li {
  border-left: solid 1px #ffffff;
  float: left;
  left: -50%;
  line-height: 1;
  font-size: 13px;
  position: relative;
}
#footer .footerArea .inner .textLink li:first-child {
  border: none;
}
#footer .footerArea .inner .textLink li a {
  color: #ffffff;
  padding: 0 8px;
}
#footer .bannerArea {
  padding: 15px 0 25px;
}
#footer .bannerArea h4 {
  font-size: 14px;
  font-weight: bold;
}
#footer .bannerArea h4 span {
  font-size: 16px;
}
#footer .bannerArea ul {
  margin: 8px 0 0 0;
}
#footer .bannerArea ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  float: left;
  overflow: hidden;
  width: 188px;
}
#footer .bannerArea ul li:first-child {
  border-left: solid 1px #cccccc;
  margin: 0 5px 0 0;
  width: 192px;
}
#footer .bannerArea ul li:nth-child(2) {
  border-left: solid 1px #cccccc;
}
#footer .bannerArea ul li:last-child {
  border-right: solid 1px #cccccc;
}
#footer .copyright {
  background: #f4f4f4;
  font-size: 13px;
  min-height: 75px;
}
#footer .copyright .inner {
  position: relative;
}
#footer .copyright .inner .copy {
  line-height: 45px;
  padding: 6px 0;
  position: absolute;
  left: 0;
  text-align: center;
  top: 10px;
  width: 100%;
}
#footer .copyright .inner .logo {
  position: absolute;
  right: 0;
  top: 25px;
}

/*------------------------------------
サイド-トップに戻るボタン
------------------------------------*/
#sidePopbtn {
  /* ボタン */
  font-size: 12px;
  font-weight: bold;
  right: 0;
  /* 基準値までスクロールしていないとき */
  /* 基準値までスクロールしたとき フッターエリア調整用 */
}
#sidePopbtn.bottomSmall {
  bottom: 50px;
  position: fixed;
  z-index: 1000;
}
#sidePopbtn.bottomLage {
  bottom: 50px;
  position: fixed;
  z-index: 1000;
}

/* トップ
---------------------------------------------------------- */
.top .top-hWrap,
.service .top-hWrap {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 0 0;
  border: 2px solid #309f29;
  margin-bottom: 10px;
}
.top .top-hWrap .titleContents,
.service .top-hWrap .titleContents {
  background: #2a9624;
  background: -moz-linear-gradient(top, #309f29, #248d1f);
  background: -o-linear-gradient(top, #309f29, #248d1f);
  background: -webkit-linear-gradient(top, #309f29, #248d1f);
  background: linear-gradient(to bottom, #309f29, #248d1f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF309F29', endColorstr='#FF248D1F');
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 13px 4px;
}
.top .listBox,
.service .listBox {
  margin: 0 -10px -10px 0;
  overflow: hidden;
  position: relative;
}
.top .listBox li,
.service .listBox li {
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 10px 0;
  padding: 15px 14px 58px;
  position: relative;
  text-align: center;
  width: 190px;
  word-wrap: break-word;
}
.top .listBox li > img,
.service .listBox li > img {
  height: 135px;
  margin: 0 -14px;
  position: relative;
}
.top .listBox li h3,
.service .listBox li h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  text-align: left;
  vertical-align: middle;
  width: 170px;
}
.top .listBox li h3 small,
.service .listBox li h3 small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.top .listBox li .txt,
.service .listBox li .txt {
  border-top: 1px dotted #ccc;
  line-height: 1.45;
  padding-top: 6px;
  text-align: left;
}
.top .listBox li .detailBtn,
.service .listBox li .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 15px;
  left: 14px;
  position: absolute;
  width: 185px;
}
.top .listBox li .category,
.service .listBox li .category {
  position: absolute;
  top: -1px;
  left: -1px;
}
.top > .secService:first-child,
.service > .secService:first-child {
  margin-top: 0;
}
.top .secService,
.service .secService {
  margin-top: 30px;
}
.top .secService .listBox li,
.service .secService .listBox li {
  padding-top: 40px;
}
.top .secService.column1,
.service .secService.column1 {
  float: left;
  margin-right: 10px;
}
.top .secService.column1 .titleContents,
.service .secService.column1 .titleContents {
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 9px;
  padding-top: 13px;
}
.top .secService.column1 .listBox,
.service .secService.column1 .listBox {
  margin: 0;
}
.top .secService.column1 .listBox li,
.service .secService.column1 .listBox li {
  float: none;
  margin: 0;
}

.top .secMv {
  position: relative;
  z-index: 2;
}
.top .secMv div .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 352px;
}
.top .secMv .slide01 {
  background: url(../design/contents/bg-top-slide01.jpg) repeat-x center top;
}
.top .secMv .slide01 .inner {
  background: url(../design/contents/img-top-slide01.jpg) no-repeat center top;
  padding: 76px 0 0 258px;
}
.top .secMv .slide01 .inner h2 {
  margin-bottom: 12px;
}
.top .secMv .bx-controls {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 352px;
  margin: auto;
  max-width: 1278px;
  position: absolute;
  width: 100%;
}
.top .secMv .bx-next,
.top .secMv .bx-prev {
  display: block;
  height: 72px;
  margin-top: -60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100px;
  top: 50%;
  width: 70px;
}
.top .secMv .bx-prev {
  background: url(../design/contents/arrow-top-slider-prev.png) no-repeat;
  left: 20px;
}
.top .secMv .bx-next {
  background: url(../design/contents/arrow-top-slider-next.png) no-repeat;
  right: 20px;
}
.top .contWrap {
  background: url(../design/contents/bg-top.jpg) repeat-x top;
}
.top .secService {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
}
.top #contentsMain .secAbout {
  margin-top: 40px;
}
.top #contentsMain .secAbout > img {
  float: left;
  margin: 0 10px 10px 0;
}
.top #contentsMain .secAbout p {
  margin-top: -0.2em;
  position: relative;
}
.top #contentsMain .secAbout .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  margin: 20px auto 0 auto;
  float: right;
}
.top #contentsMain .secAbout .detailBtn span a {
  background-position: 30px center !important;
  padding: 5px 15px 5px 60px;
  display: block;
}
.top #contentsMain .secInformation {
  margin-top: 40px;
}
.top #contentsMain .secInformation .titleContents {
  margin-bottom: 0;
}
.top #contentsMain .secInformation ul li {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  overflow: hidden;
}
.top #contentsMain .secInformation ul li:first-child {
  border: 0;
}
.top #contentsMain .secInformation ul li .thumb01 {
  float: left;
  width: 90px;
}
.top #contentsMain .secInformation ul li .box01 {
  float: left;
  width: 400px;
  margin: 0 0 0 10px;
}
.top #contentsMain .secInformation ul li .box01 span {
  display: block;
  margin-bottom: 4px;
}
.top #contentsMain .secHeartfull {
  margin-top: 40px;
}

/* 下層
---------------------------------------------------------- */
.under {
  /* ぱんくずリスト */
  /* お知らせ
  ---------------------------------------------------------- */
  /* お問合わせ
---------------------------------------------------------- */
}
.under ul.circleList {
  padding-left: 1.5em;
  margin: 0 0 0 25px;
}
.under ul.circleList li {
  text-indent: -1.5em;
  list-style-type: none;
  margin-left: -1.5em;
}
.under ul.circleList li::before {
  content: "●";
  margin-right: 0.5em;
}
.under .topicPath {
  background: #e9e9e9;
}
.under .topicPath ol {
  overflow: hidden;
  padding: 11px 0;
}
.under .topicPath ol li {
  float: left;
  font-size: 12px;
}
.under .topicPath ol li a {
  background: url(../design/common/arrow-topicpath.png) no-repeat right 3px;
  display: inline-block;
  margin-right: 8px;
  padding-right: 15px;
}
.under .hWrap {
  background: url(../design/common/bg-under-titlewrap.jpg) repeat-x top #fefef4;
  clear: both;
}
.under .hWrap .titleContents {
  background: url(../design/common/bg-under-title.jpg) no-repeat center top;
}
.under .hWrap .titleContents h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 91px;
}
.under .root {
  /* サイトマップ
---------------------------------------------------------- */
  /* 個人情報保護
  ---------------------------------------------------------- */
  /* プライバシーポリシー
  ---------------------------------------------------------- */
}
.under .root.sitemap .fl,
.under .root.sitemap .fr {
  width: 320px;
}
.under .root.sitemap .noline {
  border: none !important;
}
.under .root.sitemap .mapGroup {
  border-bottom: solid 1px #cccccc;
  margin: 0 0 20px 0;
}
.under .root.sitemap .mapList {
  border-bottom: dotted 1px #cccccc;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
}
.under .root.sitemap .mapList dt {
  font-size: 16px;
  font-weight: bold;
}
.under .root.sitemap .mapList dt span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.under .root.sitemap .mapList dd a,
.under .root.sitemap .mapList li a {
  background: url(../design/common/icon-arrow-link.png) 0 center no-repeat;
  display: block;
  line-height: 25px;
  padding: 0 0 0 15px;
}
.under .root.sitemap .mapList dd a:hover,
.under .root.sitemap .mapList li a:hover {
  text-decoration: underline;
}
.under .root.sitemap ul.mapList {
  border: none;
}
.under .root.privacy .secPrivacy {
  margin: 0 0 40px 0;
}
.under .root.privacy .secPrivacy:last-of-type{
  margin: 0 0 20px 0;
}
.under .root.privacy .secPrivacy .txt01{
 text-indent: 3em;
}
.under .root.privacy .secPrivacy table td.cell01{ width: 20%; }
.under .root.privacy .secPrivacy table td.cell02{ width: 60%; }
.under .root.privacy .secPrivacy table td.cell03{ width: 20%; }
.under .root.privacy .secPrivacy table td.cell04{ width: 50%; }
.under .root.privacy .secPrivacy table td.cell05{ width: 50%; }

.under .root.privacy .secPrivacy dl > dd {
  margin: 0 0 30px 0;
}
.under .root.privacy .secPrivacy dl > dd dd {
  margin: 0;
}
.under .root.privacy .secPrivacy dl > dd ul {
  margin: 0 0 0 25px;
}
.under .root.privacy .secPrivacy dl > dd ul li {
  list-style: disc;
}
.under .root.privacy .secPrivacy dl.oneList > dd {
  margin: 0;
}
.under .root.policy .secPolicy {
  margin: 0 0 40px 0;
}
.under .root.policy .secPolicy dl > dt {
  font-size: 18px;
}
.under .root.policy .secPolicy dl > dd {
  margin: 0 0 30px 0;
}
.under .root.policy .secPolicy dl > dd dt {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.under .root.policy .secPolicy dl > dd dd {
  margin: 0;
}
.under .root.policy .secPolicy dl.oneList > dd {
  margin: 0;
}
.under .root.policy .companyData {
  margin: 50px 0 0 0;
  text-align: right;
}
.under .root.policy .companyData p {
  margin-bottom: 30px;
}
.under .root.policy .companyData .txtLeft {
  text-align: left;
}
.under .root.notFound {
  font-weight: bold;
  margin: 40px 0 0 0;
  text-align: center;
  width: 100% !important;
}
.under .root.notFound p {
  font-size: 16px;
}
.under .root.notFound .notTitle h2 {
  font-size: 26px;
}
.under .root.notFound .notTitle p {
  margin: 25px 0 0 0;
}
.under .root.notFound .comment {
  line-height: 200%;
  margin: 65px 0 0 0;
}
.under .root.notFound .textLink {
  margin: 80px 0 0 0;
}
.under .root.notFound .textLink a {
  color: #2d911d;
  font-size: 18px;
}
.under .root.knet .message {
  margin: 20px 0 40px 0;
}
.under .root.knet th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  width: auto;
}
.under .root.knet td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 105px;
}
.under .root.knet td a {
  background: url("../design/common/icon-data-volume.png") no-repeat left 2px;
  display: block;
  padding-left: 20px;
}
.under .root.knet .name {
  float: right;
  margin-top: 20px;
  text-align: right;
}
.under .service .serviceTitle {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
}
.under .service .secContents .commentBox {
  margin: 0 0 20px 0;
}
.under .service .secContents > section {
  margin: 0 0 40px 0;
}
.under .service .secContents .outlineBox img {
  float: left;
}
.under .service.tel .secContents .boxTel01{
overflow: hidden;
}
.under .service.tel .secContents .boxTel01 .img01{
float: left;
}
.under .service.tel .secContents .boxTel01 .txt01{
float: left;
padding: 0 0 0 10px;
color: maroon;
}
.under .service.tel .secContents .boxTel01 .img02{
float: left;
padding: 0 0 0 10px;
}
.under .service.tel .secContents .boxTel01 .txt02{
 clear: both;
 padding: 22px 0 5px 62px;
 color: #063;
 font-size: 22px;
 font-weight: bold;
 text-align: center;
}
.under .service.tel .secContents .boxTel01 .img03{
 position: relative;
 width: 528px;
 height: 130px;
}
.under .service.tel .secContents .boxTel01 .img03 .img{}
.under .service.tel .secContents .boxTel01 .img03 .btn01{
 position: absolute;
 left: 0px;
 bottom: 3px;
}
.under .service.tel .secContents .boxTel01 .img03 .btn02{
 position: absolute;
 left: 195px;
 bottom: 3px;
}
.under .service.tel .secContents .boxTel02 .txt01{
 color: maroon;
}
.under .service.tel .secContents .boxTelPlus01 .txt01{
 color: maroon;
}



.under .service .secContents .outlineBox .textBox {
  float: right;
  width: 430px;
}
.under .service.tel .secContents .outlineBox .textBox .txt02{
 margin: 186px 0 5px;
}
/*
高齢者向け入居・居住支援サービス【クロスメイク】 対応エリア
高齢者向け入居・居住支援サービス【見まもっTEL】 サービス内容
高齢者向け入居・居住支援サービス【見まもっTELプラス】 こんな方に
 */
.under .service .telBtn {
 pointer-events: none;
}
.under .service .telBtn:hover img {
 opacity: 1;
}

.under .service .serviceList > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 226px;
  * width: 225px;
  /* IE7 */
  border: solid 1px #cccccc;
  float: left;
  margin: 20px 0 0 -1px;
}
.under .service .serviceList > li h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.under .service .serviceList > li .text {
  padding: 15px;
}
.under .service .serviceList > li .text h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.under .service .serviceList > li .text h5 a {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
.under .service .serviceList > li .text h5 span {
  font-size: 25px;
  margin: 0 0 0 5px;
}
.under .service .serviceList > li .text p:first-child {
  margin-right: -10px;
  position: relative;
}
.under .service .serviceList > li .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto 0 auto;
}
.under .service .serviceList > li .detailBtn span a {
  background-position: 30px center;
  padding: 5px 15px 5px 60px;
}
.under .service.callcenter .serviceTitle {
  background: #e58a41;
}
.under .service.callcenter .serviceList li h4 {
  background: #e58a41;
}
.under .service.callcenter .serviceList li .type {
  color: #e58a41;
  font-size: 14px;
  font-weight: bold;
}
.under .service.callcenter .serviceList li .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto 0 auto;
}
.under .service.callcenter .serviceList li .detailBtn span a {
  background-position: 30px center;
  padding: 5px 15px 5px 60px;
}
.under .service.callcenter.wise .anchorSet li {
  width: 220px;
  * width: 215px;
  /* IE7 */
}
.under .service.callcenter.wise .anchorSet li:nth-child(3n) {
  margin-right: 0;
}
.under .service.callcenter.wise .detailBox img {
  float: left;
}
.under .service.callcenter.wise .detailBox .comment {
  float: right;
  width: 450px;
}
.under .service.callcenter.wise .detailBox .comment p {
  margin: 0 0 15px 0;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn {
  float: right;
  width: 190px;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn a {
  padding-left: 55px;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn a img {
  float: none;
}
.under .service.callcenter.wise .detailBox .comment section h4, .under .service.callcenter.wise .detailBox .comment section h5 {
  font-size: 15px;
  font-weight: bold;
}
.under .service.callcenter.wise .detailBox .comment section h4 {
  margin-bottom: 12px;
}
.under .service.callcenter.wise .detailBox .comment section h5 {
  margin-bottom: 2px;
}
.under .service.callcenter.wise .detailBox .comment section p {
  margin-bottom: 10px;
}
.under .service.callcenter.wise .detailBox .comment section span {
  color: #c00;
}
.under .service.callcenter.life .anchorSet li, .under .service.callcenter.company .anchorSet li {
  width: 330px;
  * width: 325px;
  /* IE7 */
}
.under .service.callcenter.life .anchorSet li:nth-child(2n), .under .service.callcenter.company .anchorSet li:nth-child(2n) {
  margin-right: 0;
}
.under .service.callcenter.life .detailBox img, .under .service.callcenter.company .detailBox img {
  float: left;
}
.under .service.callcenter.life .detailBox .comment, .under .service.callcenter.company .detailBox .comment {
  float: right;
  width: 450px;
}
.under .service.callcenter.life .detailBox .comment p, .under .service.callcenter.company .detailBox .comment p {
  margin: 0 0 15px 0;
}
.under .service.callcenter.bpo .serviceBox {
  background: #fcf3ec;
  padding: 20px;
  margin-bottom: 30px;
}
.under .service.callcenter.bpo .serviceBox h4 {
  font-size: 20px;
  font-weight: bold;
}
.under .service.callcenter.bpo .serviceBox dl{
  position: relative;
  overflow:hidden;
  border-bottom: 1px dotted #cccccc;
  padding: 25px 0;
}
.under .service.callcenter.bpo .serviceBox dl:last-of-type{
  border-bottom: none;
  padding: 25px 0 0;
}
.under .service.callcenter.bpo .serviceBox dl dt {
position: absolute;
top: 50%;
left: 0;
margin-top: -31px;
}
.under .service.callcenter.bpo .serviceBox dl dt p img {
  height: 62px;
  width: 62px;
}
.under .service.callcenter.bpo .serviceBox dl dd {
  padding: 0 0 0 75px;
}
.under .service.callcenter.bpo .serviceBox dl dd h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.under .service.callcenter.company .detailBlock {
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
  background: #ffffff;
  position: relative;
  margin-top: 25px;
  padding: 20px;
}
.under .service.callcenter.company .detailBlock section {
  margin: 0 0 40px 0;
}
.under .service.callcenter.company .detailBlock section h4 {
  background: url(../design/contents/bg-title-company.png) left center no-repeat;
  color: #2d911d;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
}
.under .service.callcenter.company .detailBlock.first {
  margin-top: 40px;
}
.under .service.callcenter.company .detailBlock.last:after, .under .service.callcenter.company .detailBlock.last:before {
  border: none !important;
}
.under .service.callcenter.company .detailBlock:after, .under .service.callcenter.company .detailBlock:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}
.under .service.callcenter.company .detailBlock:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 25px;
  margin-left: -25px;
}
.under .service.callcenter.company .detailBlock:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #cccccc;
  border-width: 26px;
  margin-left: -26px;
}
.under .service.callcenter.company .serviceBox {
  background: #fcf3ec;
  margin: -10px 0 0 0;
  padding: 45px 20px 30px 20px;
}
.under .service.callcenter.company .serviceBox h4 {
  font-size: 20px;
  font-weight: bold;
}
.under .service.callcenter.company .serviceBox dl{
  position: relative;
  overflow:hidden;
  border-bottom: 1px dotted #cccccc;
  padding: 25px 0;
}
.under .service.callcenter.company .serviceBox dl:last-of-type{
  border-bottom: none;
  padding: 25px 0 0;
}
.under .service.callcenter.company .serviceBox dl dt {
position: absolute;
top: 50%;
left: 0;
margin-top: -31px;
}
.under .service.callcenter.company .serviceBox dl dt p img {
  height: 62px;
  width: 62px;
}
.under .service.callcenter.company .serviceBox dl dd {
  padding: 0 0 0 75px;
}
.under .service.house .serviceTitle {
  background: #75b610;
}
.under .service.house .serviceList li h4 {
  background: #75b610;
}
.under .service.house .serviceList li .type {
  color: #75b610;
  font-size: 14px;
  font-weight: bold;
}
.under .service.house .serviceList li .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto 0 auto;
}
.under .service.house .serviceList li .detailBtn span a {
  background-position: 30px center;
  padding: 5px 15px 5px 60px;
}
.under .service.house .detailBlock {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: relative;
  margin-top: -7px;
  padding: 20px;
}
.under .service.house .detailBlock dl dt {
  clear: both;
  float: left;
  width: 62px;
  display: table;
  padding: 15px 0 15px 0;
  * padding: 15px 0 15px 0;
  /* IE7 */
}
.under .service.house .detailBlock dl dt p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.under .service.house .detailBlock dl dt p img {
  max-height: 62px;
  max-width: 62px;
}
.under .service.house .detailBlock dl dd {
  border-bottom: 1px dotted #cccccc;
  padding: 15px 0 15px 75px;
  * padding: 15px 0 15px 20px;
  /* IE7 */
}
.under .service.house .detailBlock dl dd:last-child {
  border: none;
  padding-bottom: 0;
}
.under .service.house .detailBlock dl dd h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.under .service.house .detailBlock dl dd span {
  font-size: 22px;
  font-weight: bold;
}
.under .service.house .detailBlock.first {
  margin-top: 40px;
}
.under .service.house .detailBlock.last {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.under .service.house .detailBlock.last:after, .under .service.house .detailBlock.last:before {
  border: none !important;
}
.under .service.house .detailBlock:after, .under .service.house .detailBlock:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}
.under .service.house .detailBlock:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.under .service.house .detailBlock:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #cccccc;
  border-width: 16px;
  margin-left: -16px;
}
.under .service.house .detailBlock.box01 {
  z-index: 50;
}
.under .service.house .detailBlock.box02 {
  z-index: 40;
}
.under .service.house .detailBlock.box03 {
  z-index: 30;
}
.under .service.house .detailBlock.box04 {
  z-index: 20;
}
.under .service.house.emergency .outlineBox, .under .service.house.place .outlineBox {
  margin-bottom: 35px;
}
.under .service.house.emergency .exampleTitle, .under .service.house.place .exampleTitle {
  font-size: 22px;
  color: #2d911d;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.under .service.house.emergency .exampleList li, .under .service.house.place .exampleList li {
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
  text-align: center;
}
.under .service.house.emergency .exampleList li:last-child, .under .service.house.place .exampleList li:last-child {
  margin: 0;
}
.under .service.house.emergency .exampleList li p, .under .service.house.place .exampleList li p {
  margin: 10px 0 0 0;
}
.under .service.house.emergency .detailBtn.half, .under .service.house.place .detailBtn.half {
  margin: 30px auto 0 auto;
  width: 335px;
  text-align: center;
}
.under .service.house.emergency .detailBtn.half a, .under .service.house.place .detailBtn.half a {
  padding: 14px 0;
  background-position: 50px;
}
.under .service.house.emergency .detailBtn.half a img, .under .service.house.place .detailBtn.half a img {
  margin: 0 0 0 15px;
}
.under .service.medical_examination .serviceTitle {
  background: #b0b21d;
}
.under .service.medical_examination .agendaList {
  border-bottom: dotted 1px #cccccc;
}
.under .service.medical_examination .agendaList.noLine {
  border: none;
}
.under .service.medical_examination .agendaList dt {
  clear: both;
  float: left;
  width: 285px;
  display: table;
  padding: 25px 0 25px 0;
}
.under .service.medical_examination .agendaList dt p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../design/contents/bg-title-medical_examination01.png) 10px center no-repeat #d9f0d9;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #2d911d;
  font-weight: bold;
  padding: 15px 0 15px 60px;
}
.under .service.medical_examination .agendaList dt p:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d9f0d9;
  border-width: 15px;
  margin-top: -15px;
}
.under .service.medical_examination .agendaList dd {
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 0 20px;
  * padding: 25px 0 25px 20px;
  /* IE7 */
  display: table;
}
.under .service.medical_examination .agendaList dd:last-child {
  border: none;
  padding-bottom: 0;
}
.under .service.medical_examination .agendaList dd p {
  background: url(../design/contents/bg-title-medical_examination02.png) 10px center no-repeat;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 60px;
  font-weight: bold;
}
.under .service.medical_examination .detailBlock {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: relative;
  margin-top: -7px;
  padding: 20px;
}
.under .service.medical_examination .detailBlock dl dt {
  clear: both;
  float: left;
  width: 62px;
  display: table;
  padding: 15px 0 15px 0;
  * padding: 15px 0 15px 0;
  /* IE7 */
}
.under .service.medical_examination .detailBlock dl dt p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.under .service.medical_examination .detailBlock dl dt p img {
  max-height: 62px;
  max-width: 62px;
}
.under .service.medical_examination .detailBlock dl dd {
  border-bottom: 1px dotted #cccccc;
  padding: 15px 0 15px 75px;
  * padding: 15px 0 15px 20px;
  /* IE7 */
}
.under .service.medical_examination .detailBlock dl dd:last-child {
  border: none;
  padding-bottom: 0;
}
.under .service.medical_examination .detailBlock dl dd p {
  font-size: 20px;
  font-weight: bold;
}
.under .service.medical_examination .detailBlock.first {
  margin-top: 40px;
}
.under .service.medical_examination .detailBlock.last {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.under .service.medical_examination .detailBlock.last:after, .under .service.medical_examination .detailBlock.last:before {
  border: none !important;
}
.under .service.medical_examination .detailBlock:after, .under .service.medical_examination .detailBlock:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1000;
}
.under .service.medical_examination .detailBlock:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.under .service.medical_examination .detailBlock:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #cccccc;
  border-width: 16px;
  margin-left: -16px;
}
.under .service.medical_examination .detailBlock.box01 {
  z-index: 50;
}
.under .service.medical_examination .detailBlock.box02 {
  z-index: 40;
}
.under .service.medical_examination .detailBlock.box03 {
  z-index: 30;
}
.under .service.medical_examination .detailBlock.box04 {
  z-index: 20;
}
.under .service.medical_examination .detailBtn.contact {
  margin: 45px auto 0 auto !important;
  width: 360px;
  text-align: center;
}
.under .service.medical_examination .detailBtn.contact a {
  background: none;
  padding: 15px 0;
}
.under .service.smacare .serviceTitle {
  background: #e98989;
}
.under .service.smacare .commentBox {
  font-size: 18px;
  font-weight: bold;
}
.under .service.smacare .serviceBox p {
  margin: 0 0 15px 0;
}
.under .service.smacare .serviceBox p span {
  color: #2d911d;
}
.under .service.smacare .anchorSet li {
  width: 330px;
  * width: 325px;
  /* IE7 */
}
.under .service.smacare .anchorSet li:nth-child(2n) {
  margin-right: 0;
}
.under .service.smacare table {
  margin-top: 10px;
}
.under .service.smacare table th,
.under .service.smacare table td {
  border: solid 1px #cccccc;
}
.under .service.smacare table th {
  font-weight: bold;
}
.under .service.smacare table th img {
  margin: 0 10px 0 0;
}
.under .service.smacare .detailBlock {
  padding: 24px 20px;
}
.under .service.smacare .detailBlock h4 {
  font-size: 22px;
  color: #2d911d;
  font-weight: bold;
  margin-bottom: 15px;
}
.under .service.smacare .secSolution .pickup {
  color: #cc0000;
  font-size: 31px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
.under .service.smacare .secSolution .circleList {
  margin-top: 25px;
}
.under .service.smacare .secSolution .circleList span {
  color: #2d911d;
}
.under .service.smacare .detailBtn.half {
  margin: 15px auto 0 auto;
  width: 335px;
  text-align: center;
}
.under .service.smacare .detailBtn.half a {
  padding: 10px 0;
  background-position: 50px;
}
.under .service.smacare .detailBtn.half a img {
  margin: 0 0 0 15px;
}
.under .service.smacare .detailBtn.contact {
  margin: 15px auto 0 auto !important;
  width: 450px;
  text-align: center;
}
.under .service.smacare .detailBtn.contact a {
  padding: 10px 0;
  background-position: 30px;
}
.under .service.smacare .detailBtn.contact a img {
  margin: 0 0 0 15px;
}
.under .service.smacare .exampleList {
  margin: 20px 0 0 0;
}
.under .service.smacare .exampleList li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  width: 215px;
  margin: 0 10px 10px 0;
  padding: 15px 0;
  float: left;
}
.under .service.smacare .exampleList li:nth-child(3n) {
  margin-right: 0;
}
.under .service.smacare .exampleList li .detailBox {
  width: 193px;
  margin: 0 auto;
}
.under .service.smacare .exampleList li .detailBox h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.under .service.smacare .exampleList li .detailBox p {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.under .service.smacare .exampleList li .detailBox .detailBtn a {
  padding-left: 55px;
}
.under .service.smacare .solutionList {
  margin: 20px 0;
}
.under .service.smacare .solutionList li {
  margin: 0 6px 0 0;
  float: left;
}
.under .service.smacare .solutionList li:last-child {
  margin: 0;
}
.under .service.health .listArea .fl,
.under .service.health .listArea .fr {
  width: 40%;
}
.under .service.health table th,
.under .service.health table td {
  vertical-align: middle;
}
.under .service.health table th {
  font-size: 16px;
  font-weight: bold;
  width: 170px;
}
.under .service.health table td {
  font-size: 15px;
}
.under .news .secInformation .neweList {
  margin: 10px 0 0 0;
}
.under .news .secInformation .neweList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  overflow: hidden;
}
.under .news .secInformation .neweList li:nth-child(2n+1) {
  background: #f1f1f1;
}
.under .news .secInformation .neweList li p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.under .news .secInformation .neweList li .thumb01 {
  float: left;
  width: 90px;
}
.under .news .secInformation .neweList li .box01 {
  float: left;
  width: 500px;
  margin: 0 0 0 10px;
}
.under .news .secInformation .textArea h1 {
  background-image: -moz-linear-gradient(top, #f0f9fc, #ffffff);
  background-image: -o-linear-gradient(top, #f0f9fc, #ffffff);
  background-image: -webkit-linear-gradient(top, #f0f9fc, #ffffff);
  background-image: linear-gradient(to bottom, #f0f9fc, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0F9FC', endColorstr='#FFFFFFFF');
  border-color: #cccccc #cccccc #cccccc #0099cc;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  clear: both;
  font-size: 20px;
  line-height: 48px;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
@media print {
  .under .news .secInformation .textArea h1 {
    background: none;
  }
}
.under .news .secInformation .textArea h2 {
  border-left: 4px solid #0099cc;
  font-size: 16px;
  padding: 5px 0 5px 10px;
  margin: 0 0 10px;
}
.under .news .secInformation .textArea h3 {
  border-bottom: 1px solid #cccccc;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.under .news .secInformation .textArea b {
  font-weight: bold;
}
.under .news .secInformation .textArea i {
  font-style: italic;
}
.under .news .secInformation .textArea ol {
  list-style-type: decimal;
  margin: 5px 0 5px 20px;
}
.under .news .secInformation .textArea ol ol {
  margin: 5px 0 5px 15px;
}
.under .news .secInformation .textArea ol ol li {
  list-style-type: lower-roman;
}
.under .news .secInformation .textArea ul {
  list-style-type: disc;
  margin: 5px 0 5px 15px;
}
.under .news .secInformation .textArea ul ul {
  margin: 5px 0 5px 15px;
}
.under .news .secInformation .textArea ul ul li {
  list-style-type: circle;
}
.under .news .secInformation #pager {
  margin: 15px auto 30px auto;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.under .news .secInformation #pager .inner {
  font-size: 0;
  margin: 0 0 10px;
  text-align: center;
}
.under .news .secInformation #pager .inner .pages,
.under .news .secInformation #pager .inner li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  height: 23px;
  line-height: 25px;
  margin: 0 3px 5px;
  overflow: hidden;
}
.under .news .secInformation #pager .inner .pages {
  border: solid 1px #ccc;
  padding: 0 6px;
}
.under .news .secInformation #pager .inner ul {
  display: inline;
}
.under .news .secInformation #pager .inner ul li {
  border: solid 1px #ccc;
}
.under .news .secInformation #pager .inner ul li:hover {
  border-color: #007dd6;
}
.under .news .secInformation #pager .inner ul li.active {
  border-color: #333;
  padding: 0 4px;
}
.under .news .secInformation #pager .inner ul li a {
  display: block;
  height: 25px;
  padding: 0 4px;
}
.under .news .secInformation #pager .inner ul li a:hover {
  text-decoration: none;
}
.under .news .secInformation #pager .inner ul li:first-child, .under .news .secInformation #pager .inner ul li:last-child {
  width: 30px;
}
.under .news .secInformation #pager .inner ul li:first-child a, .under .news .secInformation #pager .inner ul li:last-child a {
  text-indent: -100px;
}
.under .news .secInformation #pager .inner ul li:first-child {
  background: url(../design/common/arrow_pager_prev.png) no-repeat center center;
}
.under .news .secInformation #pager .inner ul li:last-child {
  background: url(../design/common/arrow_pager_next.png) no-repeat center center;
}
.under .news .secInformation #pager .inner ul li:only-child {
  background: none !important;
}
.under .news .secInformation .news-hWrap {
  line-height: 25px;
  border-bottom: solid 1px #cccccc;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.under .news .secInformation .news-hWrap h2 {
  float: left;
  font-size: 25px;
  font-weight: bold;
  width: 580px;
}
.under .news .secInformation .news-hWrap h2 span {
  color: #ff8a00;
  display: block;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.under .news .secInformation .news-hWrap p {
  right: 0;
  bottom: 10px;
  position: absolute;
}
.under .news .secInformation .textArea p {
  margin: 0 0 15px 0;
}
.under .news .secInformation .textArea p span {
  font-weight: bold;
}
.under .company {
  /* 沿革
  ---------------------------------------------------------- */
  /* 会社概要
  ---------------------------------------------------------- */
}
.under .company.message .articleArea {
  margin-top: 25px;
}
.under .company.message .articleArea p {
  text-indent: 1em;
}
.under .company.message .articleArea p.clearance {
  margin-top: 25px;
}
.under .company.message .articleArea .name {
  float: right;
  margin-top: 20px;
}
.under .company.history .historyList {
  width: 100%;
}
.under .company.history .historyList dt {
  clear: both;
  display: table;
  float: left;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 130px;
}
.under .company.history .historyList dt span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.under .company.history .historyList dd {
  margin-bottom: 5px;
  padding: 15px 0 15px 130px;
}
.under .company.history .historyList dd:nth-of-type(2n+1) {
  background: #f1f1f1;
}
.under .company.data .profileArea table td span {
  clear: both;
  display: block;
  float: left;
  width: 90px;
}
.under .company.data .accessArea {
  margin-top: 30px;
}
.under .company.data .accessArea .mapArea {
  width: 630px;
  margin: 0 auto;
}
.under .company.data .accessArea .mapArea #mapField02 {
  height: 350px;
  margin: 20px 0 0 0;
  width: 100%;
}
.under .inquiry .infoBox li,
.under .inquiry .otherBox li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 330px;
  margin-bottom: 20px;
}
.under .inquiry .infoBox li h2,
.under .inquiry .otherBox li h2 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.under .inquiry .infoBox li .contents,
.under .inquiry .otherBox li .contents {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  padding: 10px 10px 15px 10px;
  text-align: center;
}
.under .inquiry .infoBox li .contents hr,
.under .inquiry .otherBox li .contents hr {
  border: 1px dotted #ccc;
  border-width: 1px 0 0;
  margin: 20px 0 15px;
  height: 1px;
  /* IE6用対策 */
  clear: both;
  /* IE6用対策 */
}
.under .inquiry .infoBox li .contents .tel,
.under .inquiry .otherBox li .contents .tel {
  margin-top: 10px;
}
.under .inquiry .infoBox li .contents .detailBtn,
.under .inquiry .otherBox li .contents .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  margin: 0 auto;
}
.under .inquiry .infoBox li .contents .detailBtn span a,
.under .inquiry .otherBox li .contents .detailBtn span a {
  background-position: 60px center;
  padding: 13px 15px 14px 40px;
}
.under .inquiry .infoBox li.callcenter,
.under .inquiry .otherBox li.callcenter {
  float: left;
}
.under .inquiry .infoBox li.callcenter h2,
.under .inquiry .otherBox li.callcenter h2 {
  background: #e58a41;
}
.under .inquiry .infoBox li.house,
.under .inquiry .otherBox li.house {
  float: right;
}
.under .inquiry .infoBox li.house h2,
.under .inquiry .otherBox li.house h2 {
  background: #75b610;
}
.under .inquiry .infoBox li.smacare,
.under .inquiry .otherBox li.smacare {
  float: left;
}
.under .inquiry .infoBox li.smacare h2,
.under .inquiry .otherBox li.smacare h2 {
  background: #e98989;
}
.under .inquiry .infoBox li.medical_examination,
.under .inquiry .otherBox li.medical_examination {
  float: right;
}
.under .inquiry .infoBox li.medical_examination h2,
.under .inquiry .otherBox li.medical_examination h2 {
  background: #c4c610;
}
.under .inquiry .infoBox li .detailBtn,
.under .inquiry .otherBox li .detailBtn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 185px;
}
.under .inquiry .otherBox {
  border: solid 1px #cccccc;
}
.under .inquiry .otherBox h2 {
  background: #666666;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.under .inquiry .otherBox ul {
  background: url(../design/contents/bg-inquary-other.png) top repeat-x;
}
.under .inquiry .otherBox ul li {
  background: url(../design/contents/line-inquary-other.png) right center no-repeat;
  float: left;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  width: 33.3%;
}
.under .inquiry .otherBox ul li h3 {
  padding: 9px;
}
.under .inquiry .otherBox ul li:last-child {
  width: 33.4%;
  background: none;
}
.under .inquiry .otherBox ul li .tel {
  margin-top: 15px;
}
.under .inquiry .otherBox ul li .mail {
  line-height: 35px;
  margin-top: 15px;
}
.under .inquiry .otherBox ul li .mail a {
  background: url(../design/common/icon-arrow-link.png) left 7px no-repeat;
  padding-left: 11px;
}
.under .inquiry .inquiryTable input,
.under .inquiry .inquiryTable select {
  padding: 5px;
  border: solid 1px #cccccc;
}
.under .inquiry .inquiryTable textarea {
  font-size: 14px;
}
.under .inquiry .inquiryTable .long {
  width: 410px;
}
.under .inquiry .inquiryTable .middle {
  width: 125px;
}
.under .inquiry .inquiryTable th {
  width: 210px;
}
.under .inquiry .inquiryTable th.required {
  background-image: url(../design/common/icon-form-required.png);
  background-position: 150px 13px;
  background-repeat: no-repeat;
}
.under .inquiry .inquiryTable td .attention {
  color: #cc0000;
  font-size: 12px;
}
.under .inquiry .inquiryTable td .note {
  font-size: 12px;
}
.under .inquiry .inquiryTable td label {
  cursor: pointer;
}
.under .inquiry .checkArea {
  background: #f5fbf5;
  margin: 30px 0 0 0;
  padding: 30px 0;
  text-align: center;
}
.under .inquiry .checkArea textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  width: 630px;
  height: 200px;
  margin: 30px;
  padding: 20px 10px;
}
.under .inquiry .checkArea .check {
  float: left;
  left: 50%;
  margin: 15px 0 0 0;
  position: relative;
}
.under .inquiry .checkArea .check li {
  float: left;
  left: -50%;
  line-height: 1.5;
  position: relative;
  margin: 0 5px 0 0;
}
.under .inquiry .checkArea .check li a {
  border-right: solid 1px #ffffff;
  color: #ffffff;
  padding: 1px 8px;
}
.under .inquiry .checkArea .check li:last-child {
  margin: 0;
}
.under .inquiry .checkArea .check li label {
  cursor: pointer;
}
.under .inquiry .formBtn {
  margin: 30px auto 20px auto;
  text-align: center;
  width: 271px;
}
.under .inquiry .formBtn input:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  cursor: default;
}
.under .inquiry .formBtn .detailBtn {
  margin: 10px auto 0 auto;
  width: 100%;
  text-align: center;
}
.under .inquiry .formBtn .detailBtn a {
  padding: 5px 0;
  background: url(../design/common/icon-arrow-back.png) 40px center no-repeat;
}
.under .inquiry .formBtn .detailBtn a img {
  margin: 0 0 0 15px;
}
.under .inquiry .thank-you {
  font-size: 18px;
  text-align: center;
}
.under .inquiry .attention {
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
}
.under .about .secContents .message {
  margin: 20px 0 40px 0;
  text-indent: 1em;
}
.under .about .secContents section {
  margin: 0 0 40px 0;
}
.under .about .secContents section .imgTitle {
  font-size: 22px;
  color: #2d911d;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.under .about .secContents section .titleContents .viewPc {
	display: inline;
}
/* utility
---------------------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.none {
  display: none !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

/* PC専用 utility
  ---------------------------------------------------------- */
.pc_mb33 {
  margin-bottom: 33px !important;
}
/* 注釈 */
.notes{
  font-size: 0.85em;
  padding-left: 1em;
  color: #666;
}
 
.notes:before{
  content: "※";
}
 
.notes:first-letter{
  margin-left: -1.3em;
}

/* 見まもっTELプラスリンクボタン */
.mmt_plus_button_block {
  clear: both;
  width: 100%;
  padding: 30px 0 0;
}
.mmt_plus_button_block .mmt_plus_button {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 0 45px;
	font-size: 1.3em;
  margin: 0 auto;
}
.mmt_plus_button_block .mmt_plus_button:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
.mmt_plus_button_block .mmt_plus_button:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.mmt_plus_button_block .mmt_plus_button a {
  text-decoration: none;
  color: white;
}

.under .service .serviceTitle2 {
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
}

/* ハローライト */
.under .service.hellolight .serviceTitle {
  background: #75b610;
}
.under .service.hellolight p.txt01 {
    color: maroon;
}
.under .service.hellolight .serviceList li h4 {
  background: #75b610;
}
.under .service.hellolight .serviceList > li {
  width: 330px;
}
