@charset "UTF-8";
body:before {
 display: none;
}

@media print, screen and (min-width:768px) {
body:before {
 content: 'pc';
}
}

@media screen and (max-width:767px) {
body:before {
 content: 'sp';
}
}
@media screen and (min-width:768px) {
#globalNavSp {
 display: none!important;
}
}
@media screen and (max-width:767px) {
/* reset
---------------------------------------------------------- */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: bottom;
 background: 0 0;
}
body {
 font: 13px/1 sans-serif;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
 display: block;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: bottom;
 background: 0 0;
 outline: 0;
}
img {
 vertical-align: bottom;
}
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: 700;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #ccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
 font-size: 100%;
 font-family: sans-serif;
}
* {
 max-height: 999999px;
}
html {
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
/* ベース
	---------------------------------------------------------- */
html {
 overflow-y: scroll;
}
body {
 background: #fff;
 color: #333;
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 line-height: 1.5;
 min-width: 320px;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
* {
 box-sizing: border-box;
}
.viewSp {
 display: block!important;
}
.viewPc {
 display: none!important;
}
img {
 max-width: 100%;
 width: 100%;
 height: auto;
}
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: 100%;
}
.min-hWrap {
 border-bottom: 2px solid #ccc;
 font-size: 21px;
 font-weight: bold;
 margin-bottom: 15px;
 padding-bottom: 9px;
 position: relative;
}
.min-hWrap:before {
 background: #309f29;
 bottom: -2px;
 content: '';
 display: block;
 height: 2px;
 left: 0;
 position: absolute;
 width: 21.7%;
}
.sub-hWrap {
 position: relative;
 border-left: none;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 15px;
 padding: 0 0 0 8px;
 line-height: 1.4;
}
.sub-hWrap:before {
 content: "";
 display: block;
 position: absolute;
 top: 1px;
 left: 0;
 width: 3px;
 height: 16px;
 background: #2d911d;
}
.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 #d6d6d6;
 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_sp.png) 11px 12px no-repeat;
 padding: 7px 10px 9px 23px;
 background-size: 7px 8px;
 display: block;
 color: #333333;
 line-height: 1;
}
.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 #d6d6d6;
 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: #d6d6d6;
 display: block;
 text-decoration: none;
 padding: 9px 9px 9px;
}
.anchorSet li a span {
 font-size: 15px;
 font-weight: bold;
 background: url(../design/common/icon-arrow-anchor_sp.png) left center no-repeat;
background-size: 9px 4px;
 padding: 0 0 0 12px;
}
.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: 9px 9px 9px;
}
/* レイアウト
	---------------------------------------------------------- */
#container {
 margin: 0;
 padding: 0;
 width: 100%;
}
#contentsMain {
 float: none;
 width: 100%;
 padding: 30px 10px 0;
}
#contentsMain .inner {
 width: auto;
}
/* ヘッダー
	---------------------------------------------------------- */
#header {
 z-index: 1000;
 box-shadow: none;
}
#header .headerWrap > .inner {
 position: relative;
 z-index: 10000;
 background: #fff;
 height: 55px;
 padding: 15px 10px 0 10px;
 box-shadow: 0 1px 6px 0 #eaeaea;
}
#header .headerWrap > .inner a img {
 width: 165px;
}
#header .headerWrap > .inner .navBtn {
 display: block;
 width: 30px;
 height: 20px;
 position: absolute;
 top: 17px;
 right: 10px;
}
#header .headerWrap > .inner .navBtn span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 4px;
 background: #999;
}
#header .headerWrap > .inner .navBtn span:nth-of-type(1) {
 top: 0;
}
#header .headerWrap > .inner .navBtn span:nth-of-type(2) {
 top: 8px;
}
#header .headerWrap > .inner .navBtn span:nth-of-type(3) {
 bottom: 0;
}
#header .headerWrap > .inner .navBtn.active span:nth-of-type(1) {
 -webkit-transform: translateY(8px) rotate(-45deg);
 transform: translateY(8px) rotate(-45deg);
}
#header .headerWrap > .inner .navBtn.active span:nth-of-type(2) {
 opacity: 0;
 -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#header .headerWrap > .inner .navBtn.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) rotate(45deg);
 transform: translateY(-8px) rotate(45deg);
}
#header .headerWrap > .inner .outline {
 display: none;
}
#header #globalNav {
 display: none;
}
#header #globalNavSp {
 display: block;
 position: absolute;
 z-index: 9000;
 width: 100%;
 background: #fff;
}
#header #globalNavSp .inner > ul > li {
 border-top: 1px solid #e5e5e5;
}
#header #globalNavSp .inner > ul > li > a {
 font-size: 15px;
 color: #333;
 font-weight: 600;
 display: block;
 padding: 14px 10px 13px;
 position: relative;
}
#header #globalNavSp .inner > ul > li > a:after {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 right: 15px;
 margin: auto 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 border-color: transparent transparent transparent #ff9b00;
}
#header #globalNavSp .inner > ul > li.active > a:after {
	-webkit-transform: translateX(-2px) rotate(90deg);
	transform: translateX(-2px) rotate(90deg);
}
#header #globalNavSp .hdToggle ul {
	display: none;
}
#header #globalNavSp .hdToggle > a {
	pointer-events: none;
}
#header #globalNavSp .hdToggle ul li {
 border-top: 1px solid #c5dec3;
}
#header #globalNavSp .hdToggle ul a {
 font-size: 13px;
 color: #333;
 font-weight: 600;
 display: block;
 padding: 12px 10px 11px 16px;
 position: relative;
 background-color: #e0f1df;
}
#header #globalNavSp .hdToggle ul a:after {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 right: 15px;
 margin: auto 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 border-color: transparent transparent transparent #75b610;
}


#header .layer {
 position: fixed;
 top: 0;
 z-index: 8000;
 width: 100%;
 height: 120%;
 background: rgba(0,0,0,.8);
}
/* サイドバー
	---------------------------------------------------------- */
#contentsSide {
 float: none;
 width: 100%;
 padding: 20px 10px 0;
}
#contentsSide hr {
 border: 1px solid #ccc;
 border-width: 1px 0 0;
 margin: 15px 0 15px;
 height: 1px;
 /* IE6用対策 */
 clear: both;/* IE6用対策 */
}
#contentsSide > p {
 margin-bottom: 10px;
}
#contentsSide > p.facebook {
	margin-top: 24px;
}
.under #contentsSide > p.facebook {
	margin-top: -10px;
	padding-bottom: 0;
}
#contentsSide > p.facebook img {
 width: 100% !important;
}
#contentsSide > p.privacy .icoPdf01 {
 width: 40px;
 vertical-align: middle;
}
#contentsSide > p.privacy a {
 vertical-align: middle;
 font-size: 11px;
}
#contentsSide .sideMenu {
 -moz-border-radius: 0 0 0 0;
 -webkit-border-radius: 0;
 border-radius: 0 0 0 0;
 margin-bottom: 40px;
 overflow: hidden;
}
#contentsSide .sideMenu .side-hWrap {
 -moz-border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px;
 border-radius: 3px 3px 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: 8px 0 9px 7px;
 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 2px #e0e0e0;
 border-right: solid 2px #e0e0e0;
 border-left: solid 2px #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_sp.png) 8px center no-repeat;
 background-size: 7px;
 display: block;
 padding: 14px 0 13px 22px;
 font-size: 14px;
 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: url(../design/common/icon-link-window_sp.png) 7px 20px no-repeat;
 background-size: 10px;
}
#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_sp.png) 7px 20px no-repeat;
 background-size: 10px;
}
#contentsSide .sideMenu.service {
 width: 100%;
 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-top: 11px;
 padding-bottom: 14px;
 padding-left: 20px;
}
#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 2px #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_sp.png) 16px center no-repeat;
 background-size: 7px;
 display: block;
 padding: 14px 0 14px 20px;
 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_sp.png) 8px center no-repeat;
 background-size: 11px 8px;
}
#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_sp.png) 15px center no-repeat;
 background-size: 10px;
 display: block;
 padding: 17px 0 17px 30px;
}
/* フッター
	---------------------------------------------------------- */
#footer {
 position: relative;
 margin: 65px 0 0 0;
}
#footer .footerArea {
 display: none;
 background: #2d911d;
 padding: 0;
}
#footer .footerArea.viewSp {
 display: block!important;
}
#footer .footerArea.viewSp .inner {
 padding: 0;
}
#footer .footerArea.viewSp .inner .footerNav {
 background: #2d911d;
 font-size: 13px;
 line-height: 26px;
 overflow: hidden;
 padding: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 border-left: none;
 float: left;
 line-height: 1.3;
 min-height: inherit;
 padding: 0;
 width: 100%;
}
#footer .footerArea.viewSp .inner .footerNav > ul:first-child {
 border: none;
 padding-top: 0;
 width: 100%;
}
#footer .footerArea.viewSp .inner .footerNav > ul:nth-child(2) {
 width: 100%;
}
#footer .footerArea.viewSp .inner .footerNav > ul:nth-child(3) > li {
 margin-bottom: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li {
 margin-bottom: 0;
 border-top: solid 1px #abd3a5;
}
#footer .footerArea.viewSp .inner .footerNav > ul.closebox > li {
 border-top: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li:last-child {
 margin-bottom: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li:last-child > dl dd:last-child > ul > li:last-child {
 margin-bottom: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle, 
#footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle2 {
 background: url(../design/common/icon-arrow-link3.png) no-repeat right 15px top 21px;
 background-size: 8px;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle > a, 
#footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle2 > a {
width: 45%;
pointer-events: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li.active {
 background: url(../design/common/icon-arrow-link2.png) no-repeat right 15px top 18px;
 background-size: 8px;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle dl, #footer .footerArea.viewSp .inner .footerNav > ul > li.ftToggle2 ul, #footer .footerArea.viewSp .inner .footerNav > ul.closebox {
 display: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li li {
 margin-bottom: 0;
 background: #FFF;
 font-weight: bold;
 border-bottom: solid 1px #ebebeb;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li li:last-child {
 border-bottom: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li li a {
 color: #333;
}
#footer .footerArea.viewSp .inner .footerNav > ul a + ul, #footer .footerArea.viewSp .inner .footerNav > ul a + dl {
 margin-top: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul dt {
 margin-bottom: 0;
 background: #f5f5f5;
}
#footer .footerArea.viewSp .inner .footerNav > ul dt a {
 color: #FFF;
}
#footer .footerArea.viewSp .inner .footerNav > ul a {
 display: block;
 padding: 13px 0;
 font-size: 13px;
 color: #FFF;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > a {
 font-size: 12px;
 font-weight: bold;
 line-height: 1;
 padding: 16px 0 16px 10px;
 position: relative;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > a.noLink {
 color: #fff;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > a:before {
 display: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul ul a {
 display: block;
 width: 100%;
 background: url(../design/common/icon-arrow-link.png) right 15px center no-repeat;
 padding-left: 20px;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > dl, #footer .footerArea.viewSp .inner .footerNav > ul > li > ul {
 padding-left: 0;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > dl > dt {
 padding: 15px 15px;
 font-weight: bold;
 font-size: 12px;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > dl > dd {
 background: #FFF;
 font-weight: bold;
 border-bottom: none;
}
#footer .footerArea.viewSp .inner .footerNav > ul > li > dl > dd a {
 color: #333;
 font-size: 12px;
}
#footer .footerArea.viewSp .inner .textLink {
 float: none;
 left: 0;
 margin: 0 0 0 -1px;
 position: relative;
 background: #f5f5f5;
 overflow: hidden;
}
#footer .footerArea.viewSp .inner .textLink li {
 border-left: solid 1px #dedede;
 border-bottom: solid 1px #dedede;
 float: left;
 left: 0;
 width: 50%;
 line-height: 1;
 font-size: 10px;
 position: relative;
}
#footer .footerArea.viewSp .inner .textLink li:first-child {
 border-left: solid 1px #dedede;
 border-bottom: solid 1px #dedede;
}
#footer .footerArea.viewSp .inner .textLink li a {
 display: block;
 color: #ffffff;
 padding: 15px 10px;
 color: #333;
}
#footer .bannerArea {
 padding: 15px 10px 30px;
}
#footer .bannerArea h4 span {
 font-size: 14px;
}
#footer .bannerArea ul {
 margin: 12px 0 0 0;
}
#footer .bannerArea ul li {
 border-bottom: none;
 border-right: solid 1px #cccccc;
 border-top: solid 1px #cccccc;
 border-left: solid 1px #cccccc;
 float: none;
 overflow: hidden;
 width: 100%;
}
#footer .bannerArea ul li:first-child {
 border-left: solid 1px #cccccc;
 border-bottom: solid 1px #cccccc;
 margin: 0 0 10px 0;
 width: 100%;
}
#footer .bannerArea ul li:nth-child(2) {
 border-left: solid 1px #cccccc;
}
#footer .bannerArea ul li:last-child {
 border-right: solid 1px #cccccc;
 border-bottom: solid 1px #cccccc;
}
#footer .footerArea.viewSp .privacy {
 overflow: hidden;
 background: #f5f5f5;
 border-bottom: solid 1px #cccccc;
 padding: 10px;
}
#footer .footerArea.viewSp .privacy img {
 width: 15%;
 float: left;
}
#footer .footerArea.viewSp .privacy p {
 float: left;
 width: 85%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 8px 6px 8px 8px;
 color: #333;
 font-size: 10px;
}
#footer .copyright {
 background: #f5f5f5;
 font-size: 11px;
 min-height: 0;
}
#footer .copyright .inner {
 position: relative;
}
#footer .copyright .inner .copy {
 line-height: 1;
 padding: 18px 0 22px;
 position: relative;
 left: 0;
 text-align: center;
 top: 0;
 width: 100%;
}
#footer .copyright .inner .logo {
 position: relative;
 right: 0;
 top: 0;
 width: 100%;
 text-align: center;
}
#footer .copyright .inner .logo img {
 width: 113px;
 height: auto;
}
/*------------------------------------
	サイド-トップに戻るボタン
	------------------------------------*/
#sidePopbtn {
 display: none;
}
#page-top {
 position: fixed;
 z-index: 500;
 bottom: 20px;
 right: 10px;
 -webkit-transition: opacity .5s;
 transition: opacity .5s;
 opacity: 0;
 -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
 -webkit-transform: translate3d(0, 0, 0);
}
#page-top.stop {
 position: absolute;
 z-index: 500;
 top: -40px;
 bottom: auto;
 right: 10px;
}
#page-top.view {
 display: block!important;
 opacity: 1;
 -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
#page-top.view #wrapper {
 display: block;
 height: 40px;
}
#page-top img {
 width: 40px;
}
/* トップ
	---------------------------------------------------------- */
.top .top-hWrap, .service .top-hWrap {
 -moz-border-radius: 6px 6px 0 0;
 -webkit-border-radius: 6px;
 border-radius: 3px 3px 0 0;
 border: 2px solid #309f29;
 margin-bottom: 15px;
}
.top .top-hWrap .titleContents, .service .top-hWrap .titleContents {
 font-size: 18px;
 font-weight: bold;
 padding: 7px 0 7px 3px;
}
.top .top-hWrap .titleContents.largeTxt, .service .top-hWrap .titleContents.largeTxt {
 font-size: 20px;
 padding: 4px 0 6px 9px;
}
.top .listBox, .service .listBox {
 margin: 0;
 padding: 0 1.4%;
 overflow: hidden;
 position: relative;
 width: 100%;
 box-sizing: border-box;
}
.top .listBox li, .service .listBox li {
 border: 1px solid #d6d6d6;
 float: left;
 margin: 0 1.8% 20px;
 padding: 15px 6px 45px;
 position: relative;
 text-align: center;
 width: 46.4%;
 word-wrap: break-word;
 box-sizing: border-box;
}
.top .listBox li > img, .service .listBox li > img {
 width: 100%;
 height: auto;
 margin: 0 -14px 18px;
 position: relative;
}
.top .listBox li h3, .service .listBox li h3 {
 font-size: 14px;
 font-weight: bold;
 padding: 0 0 14px 0;
 text-align: left;
 vertical-align: middle;
 width: 100%;
 height: auto!important;
}
.top .listBox li .positionChangeTitle01,
.service .listBox li .positionChangeTitle01 {
	padding: 8px 0 0 0;
}
.top .listBox li h3.smallTit, .service .listBox li h3.smallTit {
 font-size: 13px;
}
.top .listBox li h3 small, .service .listBox li h3 small {
 display: block;
 font-size: 10px;
 line-height: 1.2;
 padding-bottom: 5px;
}
.top .listBox li .txt, .service .listBox li .txt {
 margin: 0 2px;
 border-top: 1px dotted #d6d6d6;
 line-height: 1.45;
 padding-top: 6px 0 0 2px;
 text-align: left;
 font-size: 12px;
}
.top .listBox li .detailBtn, .service .listBox li .detailBtn {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 bottom: 13px;
 left: 50%;
 position: absolute;
 width: 120px;
 margin-left: -60px;
}
.top .listBox li .category, .service .listBox li .category {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
}
.top > .secService:first-child, .service > .secService:first-child {
 margin-top: 0;
}
.top .secService, .service .secService {
 margin-top: 20px;
}
.top .secService .listBox li, .service .secService .listBox li {
 padding-top: 11%;
}
.top .secService.column1, .service .secService.column1 {
 float: left;
 width: 100%;
 margin-right: 0px;
}
.top .secService.column1 .titleContents, .service .secService.column1 .titleContents {
 font-size: 18px;
 line-height: 1.1;
 padding: 8px 7px 8px;
}
.top .secService.column1 .listBox, .service .secService.column1 .listBox {
 margin: 0;
}
.top .secService.column1 .listBox li, .service .secService.column1 .listBox li {
 float: none;
 margin: 0 1% 30px;
 height: auto !important;
}
.top .secService.column1 .listBox li, .service .secService.column1 .listBox li.last {
 margin: 0 1% 20px;
}
.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: auto;
}
.top .secMv .slide01 {
 background: none;
}
.top .secMv .slide01 .inner {
 background: url(../design/contents/img-top-slide01_sp.jpg) no-repeat center top;
 background-size: 100%;
 padding: 10.5% 0 23.5% 33%;
}
.top .secMv .slide01 .inner h2 {
 margin-bottom: 7px;
 margin-right: 39.5%;
}
.top .secMv .slide01 .inner p {
 margin-right: 8%;
 margin-left: 0;
}
.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 {
 padding: 0;
 background: url(../design/contents/bg-top_sp.jpg) repeat-x top;
 background-size: 10px;
}
/* サービスの位置変更のため非表示 */
.top .contWrap {
 background: none;
}
.top .secService {
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px;
 border-radius: 5px 5px 0 0;
 background: #ffffff;
}
.top #contentsMain {
 padding: 0 10px;
}
.top #contentsMain .secAbout {
 margin-top: 20px;
 margin-bottom: 40px;
}
.top #contentsMain .secAbout .titleContents {
 font-size: 21px;
}
.top #contentsMain .secAbout > img {
 float: left;
 margin: 0 10px 10px 0;
 width: 47%;
}
.top #contentsMain .secAbout .txt {
 font-size: 13px;
 line-height: 1.4;
 margin-top: 0;
 position: relative;
 padding-right: 5px;
}
.top #contentsMain .secAbout .detailBtn {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 300px;
 margin: 12px auto 0 auto;
 float: none;
}
.top #contentsMain .secAbout .detailBtn span a {
 background-position: 85px center !important;
 padding: 13px 0;
 display: block;
 text-align: center;
}
.top #contentsMain .secAbout .detailBtn span a img {
 width: 110px;
 margin-left: 18px
}
.top #contentsMain .secInformation {
 margin-top: 20px;
 padding-bottom: 50px;
}
.top #contentsMain .secInformation .detailLink {
 margin-top: 12px;
}
.top #contentsMain .secInformation .titleContents {
 margin-bottom: 0;
}
.top #contentsMain .secInformation ul li {
 border-top: none;
 padding: 10px;
 background: #f4f4f4;
}
.top #contentsMain .secInformation ul li:nth-child(2n) {
 background: #FFF;
}
.top #contentsMain .secInformation ul li:first-child {
 border: 0;
}
.top #contentsMain .secInformation ul li .thumb01 {
    width: 25%;
}
.top #contentsMain .secInformation ul li .box01 {
    width: 60%;
    margin: 0 0 0 7%;
}
.top #contentsMain .secInformation ul li .box01 span {
 display: block;
 margin-bottom: 4px;
}
.top #contentsMain .secHeartfull .listBox {
	padding: 0 0;
}
.top #contentsMain .secHeartfull .listBox li {
 width: calc(50% - 5px);
 margin: 0 0 20px;
}
.top #contentsMain .secHeartfull .listBox li:nth-child(2n+1) {
	margin-right: 5px;
}
.top #contentsMain .secHeartfull .listBox li:nth-child(2n) {
	margin-left: 5px;
}
.top #contentsMain .secHeartfull .listBox li > img {
	width: 50%;
}

.top #contentsMain .secHeartfull .listBox li .detailBtn {
	bottom: 10px;
}
/* 下層
	---------------------------------------------------------- */
.under {
/* ぱんくずリスト */
			/* お知らせ
			---------------------------------------------------------- */
			/* お問合わせ
	---------------------------------------------------------- */
}
.under ul.circleList {
 padding-left: 1em;
 margin: 0 0 0 12px;
}
.under ul.circleList li {
 text-indent: -1em;
 list-style-type: none;
 margin-left: -1em;
 line-height: 1.4;
}
.under ul.circleList li::before {
 content: "●";
 margin-right: 0;
}
.under .topicPath {
 display: none;
}
.under .hWrap {
 background: url(../design/common/bg-under-titlewrap.jpg) repeat-x top #fefef4;
 clear: both;
}
.under .hWrap .titleContents {
 min-height: 74px;
 background: url(../design/common/bg-under-title_sp.jpg) no-repeat center top;
 background-size: 100%;
}
.under .hWrap .titleContents h1 {
 height: 75px;
 padding: 0 0 0 19px;
 vertical-align: middle;
 font-size: 19px;
 font-weight: bold;
 line-height: 1.2;
 display: table-cell;
}
/*-------------------------------------------------------- */
/* サイトマップ
---------------------------------------------------------- */
#contentsMain.root.sitemap {
 padding-top: 42px;
}
.under .secSitemap{}
.under .secSitemap .sub-hWrap {
 border-left: 3px solid #2d911d;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 20px;
 padding: 0 0 0 10px;
}
.under .root.sitemap .fl, .under .root.sitemap .fr {
 clear: both;
 float: none;
 width: 100%;
}

.under .root.sitemap .mapGroup {
 border-bottom: solid 1px #cccccc;
 margin: 0 0 20px 0;
}
.under .root.sitemap .mapGroup.last{
 margin: 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: 14px;
 font-weight: bold;
}
.under .root.sitemap .mapList dt.spPb5 {
 padding: 0 0 5px;
 line-height: 1;
 margin-top: -2px;
}
.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_sp.png) 0 center no-repeat;
 background-size: 7px 8px;
 display: block;
 line-height: 25px;
 padding: 0 0 0 12px;
}
.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.sitemap ul.mapList.mt0 {
 margin-top: -10px !important;
}
/*-------------------------------------------------------- */
/* 個人情報の取り扱いについて
---------------------------------------------------------- */
#contentsMain.root.privacy {
 padding-top: 25px;
}
#contentsMain.root.privacy .sp_smallTit {
 font-size: 20px;
}
.under .root.privacy .privacyTxt01{
 font-size:13px;
 padding-bottom: 12px;
}
.under .root.privacy .secPrivacy {
 margin: 0 0 30px 0;
}
.under .root.privacy .secPrivacy:last-of-type{
  margin: 0 0 20px 0;
}
.under .root.privacy .secPrivacy p{
 font-size:13px;
 line-height: 1.4;
}
.under .root.privacy .secPrivacy p.txt01{
 font-size:13px;
 padding: 0 0 0 1em;
 text-indent: 0em;
}
.under .root.privacy .secPrivacy table th, 
.under .root.privacy .secPrivacy table td{
 padding: 10px 8px 10px 8px;
 vertical-align: middle;
 font-size: 11px;
}
.under .root.privacy .secPrivacy table td p {
 font-size: 11px;
 line-height: 1.5;
}
.under .root.privacy .secPrivacy table td.cell01{ width: 24.2%; }
.under .root.privacy .secPrivacy table td.cell02{ width: 54.6%; }
.under .root.privacy .secPrivacy table td.cell03{ width: 25%; }
.under .root.privacy .secPrivacy table td.cell04{ width: 40%; }
.under .root.privacy .secPrivacy table td.cell05{ width: 60%; }

.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;
}
/*-------------------------------------------------------- */
/* プライバシーポリシー
---------------------------------------------------------- */
#contentsMain.root.policy {
	padding-top: 25px;
}
.under .root.policy .secPolicy {
 margin: 0 0 30px 0;
 font-size: 13px;
}
.under .root.policy .secPolicy .read{
 padding-bottom: 10px;
 line-height: 1.4;
}
.under .root.policy .secPolicy dl > dt {
 font-size: 16px;
}
.under .root.policy .secPolicy dl > dd {
 margin: 0 0 20px 0;
}
.under .root.policy .secPolicy dl > dd dt {
 font-size: 14px;
 margin: 8px 0;
}
.under .root.policy .secPolicy dl > dd dd {
 margin: 0;
}
.under .root.policy .secPolicy dl > dd dd ul li{
 padding: 1px 0 10px 15px;
 line-height: 1.4;
}
.under .root.policy .secPolicy dl.oneList > dd {
 margin: 0;
}
.under .root.policy .companyData {
 margin: 0 0 0 0;
 text-align: right;
 font-size: 13px;
}
.under .root.policy .companyData p {
 margin-bottom: 20px;
}
.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: 10px 0 20px 0;
}
.under .root.knet th {
+  padding: 15px;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 background: none;
 width: auto;
 font-size: 13px;
}
.under .root.knet td {
 padding: 0;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 80px;
 font-size: 11px;
 text-align: center;
 vertical-align: middle;
}
.under .root.knet td a {
 background: url("../design/common/icon-data-volume_sp.png") no-repeat center 5px;
 background-size: 15px;
 display: block;
 padding: 23px 0 0 0;
}
.under .root.knet .name {
 float: right;
 margin-top: 10px;
 margin-bottom: 40px;
 font-size: 13px;
 text-align: right;
}
/* .under .service + #contentsSide {
	padding: 20px 10px 0;
} */
.under .service .serviceTitle {
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 15px 0;
 padding: 6px 10px;
}
.under .service .secContents .commentBox {
 margin: 0 0 20px 0;
 font-size: 13px;
 line-height: 1.4;
}
.under .service .secContents > section {
 margin: 0 0 30px 0;
}
.under .service .secContents .outlineBox {
 text-align: center;
}
.under .service .secContents .outlineBox img {
 float: none;
 width: 140px;
 margin: 0 0 10px;
}
.under .service.tel .secContents .boxTel01 {
 overflow: hidden;
}
.under .service.tel .secContents .boxTel01 .img01 {
 float: none;
 width: 120px;
 margin: 10px auto;
}
.under .service.tel .secContents .boxTel01 .txt01 {
 float: none;
 padding: 0;
 font-size: 13px;
 color: #6d4030;
}
.under .service.tel .secContents .boxTel01 .img02 {
 float: none;
 margin: 5px auto;
 padding: 0 0 0 0;
 width: 201px;
}
.under .service.tel .secContents .boxTel01 .txt02 {
 clear: both;
 padding: 8px 5px 0 0;
 color: #063;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
}
.under .service.tel .secContents .boxTel01 .img03 {
 position: relative;
 width: 264px;
 height: 65px;
 margin: 0 auto;
}
.under .service.tel .secContents .boxTel01 .img03 .img {
}
.under .service.tel .secContents .boxTel01 .img03 .btn01 {
 width: 95px;
 position: absolute;
 left: 0px;
 bottom: 3px;
}
.under .service.tel .secContents .boxTel01 .img03 .btn02 {
 width: 95px;
 position: absolute;
 left: 100px;
 bottom: 3px;
}
.under .service.tel .secContents .boxTel02 .txt01 {
 color: #6d4030;
 font-size: 13px;
 padding: 0 0 15px;
 line-height: 1.4;
}
.under .service.tel .secContents .boxTelPlus01 {
}
.under .service.tel .secContents .boxTelPlus01 .txt01 {
 padding: 0 0 15px;
 color: #424242;
}
.under .service.tel .secContents .outlineBox.boxTelPlus01 .img01 img {
 width: 136px;
 margin-bottom: 15px;
}
.under .service.tel .secContents .boxTelPlus01 .img02 img {
 width: 200px;
}
.under .service.tel .titTel01 {
}
.under .service.tel table {
 margin: 0 0 20px;
}
.under .service.tel table th, 
.under .service.tel table td {
 padding: 12px 13px 11px;
 font-size: 11px;
}
.under .service.tel table th {
 width: 30%;
}
.under .service.tel table td {
 vertical-align: top;
}
.under .service.tel .secContents .outlineBox .img01 {
 width: 100%;
 text-align: center;
}
.under .service.tel .secContents .outlineBox .img01 img {
 width: 120px;
}
.under .service.tel .secContents .outlineBox .img02 {
 width: 100%;
 text-align: center;
}
.under .service.tel .secContents .outlineBox .img02 img {
 width: 200px;
}
.under .service.tel .secContents .outlineBox .img03 {
 position: relative;
 width: 100%;
 text-align: center;
}
.under .service.tel .secContents .outlineBox .img03 img {
 width: 265px;
}
.under .service .secContents .outlineBox .textBox {
 float: none;
 width: 100%;
 text-align: left;
 font-size: 13px;
 line-height: 1.4;
}
.under .service.tel .secContents .outlineBox .textBox .txt01 {
 text-align: left;
}
.under .service.tel .secContents .outlineBox .textBox .txt02 {
 font-size: 16px!important;
 text-align: center;
}
/*
高齢者向け入居・居住支援サービス【クロスメイク】 対応エリア
高齢者向け入居・居住支援サービス【見まもっTEL】 サービス内容
高齢者向け入居・居住支援サービス【見まもっTELプラス】 こんな方に
の電話ボタン
 */
.under .service .telBtn {
 pointer-events: auto;
}
.under .service .serviceList {
	margin-bottom: -10px;
}
.under .service .serviceList > li {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 border-top: solid 1px #cccccc;
 border-right: solid 1px #cccccc;
 border-left: solid 1px #cccccc;
 border-bottom: none;
 float: left;
 margin: 0;
 height: auto !important;
}
.under .service .serviceList > li:last-child {
 border-bottom: solid 1px #cccccc;
}
.under .service .serviceList > li h4 {
 color: #ffffff;
 font-size: 16px;
 font-weight: bold;
 line-height: 32px;
 text-align: center;
}
.under .service .serviceList > li .text {
 padding: 16px 12px 12px;
 font-size: 13px;
}
.under .service .serviceList > li .text .txt01 {
 font-size: 16px;
}
.under .service .serviceList > li .text h5 {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 5px;
 line-height: 1;
}
.under .service .serviceList > li .text h5 a {
 pointer-events: auto;
}
.under .service.tel .serviceList > li .text h5 img {
 width: 37px;
 margin-right: 10px;
}
.under .service.tel .serviceList > li .text h3 img {
 width: 90px;
 margin: 0 0 5px;
}
.under .service .serviceList > li .text h5 span {
 font-size: 25px;
 margin: 0 0 0 5px;
}
.under .service .serviceList > li .text p:first-child {
 margin-bottom: 8px;
 margin-right: -10px;
 position: relative;
 font-size: 15px;
}
.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: #ef9b4e;
}
.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: 274px;
 margin: 5px auto 5px auto;
}
.under .service.callcenter .serviceList li .detailBtn span a {
 background-position: 80px center;
 padding: 8px 0;
 text-align: center;
}
.under .service.callcenter.wise .anchorSet li {
 width: 100%;
 margin: 0 0 10px 0;
}
.under .service.callcenter.wise .anchorSet li:nth-child(3n) {
 margin-right: 0;
}
.under .service.callcenter.wise .detailBox {
 text-align: center;
}
.under .service.callcenter.wise .detailBox img {
 float: none;
 width: 200px;
 margin-top: -6px;
}
.under .service.callcenter.wise .detailBox .comment {
 float: none;
 width: 100%;
 padding: 10px 0 0;
 font-size: 13px;
 text-align: left;
}
.under .service.callcenter.wise .detailBox .comment p {
 margin: 0 0 15px 0;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn {
 float: none;
 width: 300px;
 margin: 0 auto;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn a {
 background: url(../design/common/icon-arrow-link.png) 90px center no-repeat;
 padding: 8px 15px 8px 110px;
}
.under .service.callcenter.wise .detailBox .comment .detailBtn a img {
 float: none;
 width: 83px;
}
.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: 6px;
 font-size: 13px;
}
.under .service.callcenter.wise .detailBox .comment section h5 {
 margin-bottom: 2px;
 font-size: 13px;
}
.under .service.callcenter.wise .detailBox .comment section p {
 margin-bottom: 6px;
}
.under .service.callcenter.wise .detailBox .comment section span {
 color: #c00;
}
.under .service.callcenter.wise .detailBox .comment section ul li {
 font-size: 13px;
}
.under .service.callcenter.life .anchorSet li, .under .service.callcenter.company .anchorSet li {
 width: 100%;
}
.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, .under .service.callcenter.company .detailBox {
 text-align: center;
}
.under .service.callcenter.life .detailBox img, .under .service.callcenter.company .detailBox img {
 float: none;
 width: 200px;
 margin-top: -10px;
}
.under .service.callcenter.life .detailBox .comment, .under .service.callcenter.company .detailBox .comment {
 float: none;
 width: 100%;
 padding: 10px 0 0 0;
 text-align: left;
 font-size: 13px;
}
.under .service.callcenter.life .detailBox .comment p, .under .service.callcenter.company .detailBox .comment p {
 margin: 0 0 7px 0;
}
.under .service.callcenter.bpo .serviceBox {
 background: #fcf3ec;
 padding: 8px 10px 8px 15px;
 margin-bottom: 35px;
}
.under .btnCross01 {
 padding: 10px 0 0;
}
.under .btnCross01 img {
 width: 100% !important;
}
.under .service.callcenter.bpo .serviceBox h4 {
 line-height: 1;
 font-size: 19px;
 font-weight: bold;
 padding-top: 10px;
}
.under .service.callcenter.bpo .serviceBox dl {
 position: relative;
 overflow: hidden;
 border-bottom: 1px dotted #cccccc;
 padding: 12px 0 6px;
}
.under .service.callcenter.bpo .serviceBox dl:last-of-type {
 border-bottom: none;
 padding: 15px 0 0;
}
.under .service.callcenter.bpo .serviceBox dl dt {
 position: absolute;
 top: 15px;
 left: 0;
 margin-top: 0;
}
.under .service.callcenter.bpo .serviceBox dl dt p img {
 height: 31px;
 width: 31px;
}
.under .service.callcenter.bpo .serviceBox dl dd {
 padding: 0 0 0 36px;
 font-size: 13px;
}
.under .service.callcenter.bpo .detailBox {
 position: relative;
}
.under .service.callcenter.bpo .detailBox .img01 {
 position: absolute;
 top: 7px;
 left: 0;
 width: 75px;
}
.under .service.callcenter.bpo .detailBox .txt01 {
 padding: 0 0 0 80px;
}
.under service.callcenter.company > section {
	margin: 0 0 25px 0;
}
.under .service.callcenter.company .txt01 {
 font-size: 13px;
 margin-top: -4px;
 line-height: 1.4;
}
.under .service.callcenter.bpo .serviceBox dl dd h5 {
 font-size: 15px;
 font-weight: bold;
 margin-bottom: 2px;
}
.under .service.callcenter.bpo .serviceBox dl dd p {
 margin-bottom: 12px;
}
.under .service.callcenter.life.bpo .serviceBox dl dd p {
 margin-bottom: 4px;
}
.under .service.callcenter.company .detailBlock {
 -moz-border-radius: 15px !important;
 -webkit-border-radius: 15px !important;
 border-radius: 4px !important;
 background: #ffffff;
 position: relative;
 margin-top: 15px;
 padding: 12px 10px 10px;
 font-size: 13px;
}
.under .service.callcenter.company .detailBlock section {
 margin: 0 0 10px 0;
}
.under .service.callcenter.company .detailBlock section h4 {
 background: url(../design/contents/bg-title-company_sp.png) left 3px no-repeat;
 background-size: 25px;
 color: #2d911d;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.5;
 margin: 0 0 0;
 padding: 0 0 6px 30px;
}
.under .service.callcenter.company .detailBlock.first {
 margin-top: 25px;
}
.under .service.callcenter.company .detailBlock ul.circleList {
	margin: 0 0 0 17px;
}
.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: 100;
}
.under .service.callcenter.company .detailBlock:after {
 border-color: rgba(255, 255, 255, 0);
 border-top-color: #ffffff;
 border-width: 12px;
 margin-left: -12px;
}
.under .service.callcenter.company .detailBlock:before {
 border-color: rgba(221, 221, 221, 0);
 border-top-color: #cccccc;
 border-width: 13px;
 margin-left: -13px;
}
.under .service.callcenter.company .serviceBox {
 background: #fcf3ec;
 margin: -4px 0 0 0;
 padding: 35px 10px 15px 15px;
}
.under .service.callcenter.company .serviceBox h4 {
 font-size: 19px;
 font-weight: bold;
}
.under .service.callcenter.company .serviceBox dl {
 position: relative;
 overflow: hidden;
 border-bottom: 1px dotted #cccccc;
 padding: 15px 0;
}
.under .service.callcenter.company .serviceBox dl:last-of-type {
 border-bottom: none;
 padding: 15px 0 0;
}
.under .service.callcenter.company .serviceBox dl dt {
 position: absolute;
 top: 15px;
 left: 0;
 margin-top: 0;
}
.under .service.callcenter.company .serviceBox dl dt p img {
 height: 31px;
 width: 31px;
}
.under .service.callcenter.company .serviceBox dl dd {
 padding: 0 0 0 40px;
 font-size: 13px;
 line-height: 1.4;
}
.under .service.callcenter.company + #contentsSide {
	padding: 10px 10px 0;
}
.under .service.house .serviceTitle {
 background: #75b610;
}
.under .service.house .serviceTitle2 {
 color: #ffffff;
 font-size: 17px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 15px;
 padding: 8px 10px;
 background: #ec7500;
}
.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: 10px auto 0 auto;
}
.under .service.house .serviceList li .detailBtn span a {
 background-position: 34% 12px;
 padding: 10px 0 10px 15px;
 text-align: center;
}
.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: 17px 10px 13px;
}
.under .service.house .detailBlock dl {
 position: relative;
}
.under .service.house .detailBlock dl dt {
 clear: both;
 float: none;
 position: absolute;
 top: 5px;
 left: 0;
 width: 31px;
 height: auto !important;
 display: block;
 padding: 0;/* IE7 */
}
.under .service.house .detailBlock dl dt p {
 display: block;
}
.under .service.house .detailBlock dl dt p img {
 max-height: 31px;
 max-width: 31px;
}
.under .service.house .detailBlock dl dd {
 height: auto !important;
 border-bottom: 1px dotted #cccccc;
 padding: 0 0 15px 0;
}
.under .service.house .detailBlock dl dd:last-child {
 border: none;
 padding-bottom: 0;
}
.under .service.house .detailBlock dl dd h4 {
 display: block;
 font-size: 16px;
 font-weight: bold;
 margin: 0;
 padding: 12px 0 10px 40px;
}
.under .service.house .detailBlock dl dd p {
 font-size: 13px;
}
.under .service.house .txtEmergency01 {
 font-size: 13px;
}
.under .service.house .detailBlock dl dd span {
 font-size: 22px;
 font-weight: bold;
}
.under .service.house .detailBlock.first {
 margin-top: 25px;
 padding: 10px;
}
.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: 100;
}
.under .service.house .detailBlock:after {
 border-color: rgba(255, 255, 255, 0);
 border-top-color: #ffffff;
 border-width: 7px;
 margin-left: -7px;
}
.under .service.house .detailBlock:before {
 border-color: rgba(221, 221, 221, 0);
 border-top-color: #cccccc;
 border-width: 8px;
 margin-left: -8px;
}
.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: 16px;
 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: 33.33%;
 ;
 margin: 0;
 padding: 0 5px;
 box-sizing: border-box;
 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: 300px;
 text-align: center;
}
.under .service.house.emergency .detailBtn.half a, .under .service.house.place .detailBtn.half a {
 padding: 14px 0;
 background-position: 70px;
}
.under .service.house.emergency .detailBtn.half a img, .under .service.house.place .detailBtn.half a img {
 margin: 0 0 0 15px;
 width: 150px;
}
.under .service.medical_examination .serviceTitle {
 background: #b0b21d;
}
.under .service.medical_examination .agendaList {
 border-bottom: 1px dotted #d6d6d6;
}
.under .service.medical_examination .agendaList.noLine {
 border: none;
}
.under .service.medical_examination .agendaList dt {
 clear: both;
 float: none;
 width: 100%;
 height: auto !important;
 display: block;
 padding: 20px 0 15px;
}
.under .service.medical_examination .agendaList:first-of-type dt {
 padding: 0 0 15px;
}
.under .service.medical_examination .agendaList dt p {
 -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: url(../design/contents/bg-title-medical_examination01_sp.png) 10px center no-repeat #d9f0d9;
 background-size: 17px;
 position: relative;
 display: block;
 font-size: 16px;
 color: #2d911d;
 font-weight: bold;
 padding: 9px 0 8px 34px;
 line-height: 1.25;
}
.under .service.medical_examination .agendaList dt p:after {
 left: 50%;
 top: 100%;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-top-color: #d9f0d9;
 margin-left: -3px;
 margin-top: 0px;
 border-top: 5px solid #d9f0d9;
 border-right: 3px solid transparent;
 border-bottom: 5px solid transparent;
 border-left: 3px solid transparent;
}
.under .service.medical_examination .agendaList dd {
 border-bottom: none;
 padding: 0;
 width: 100%;
 height: auto !important;
 display: block;
}
.under .service.medical_examination .agendaList dd p {
 min-height: 55px;
 background: url(../design/contents/bg-title-medical_examination02_sp.png) 13px 8px no-repeat;
 background-size: 24px;
 display: block;
 vertical-align: middle;
 font-size: 13px;
 padding: 0 0 15px 51px;
 font-weight: bold;
 line-height: 1.4;
}
.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: 9px 10px 14px;
}
.under .service.medical_examination .detailBlock dl dt {
 clear: both;
 float: left;
 width: 50px;
 display: table;
 padding: 13px 0 15px 0;
 height: auto!important;
}
.under .service.medical_examination .detailBlock.last dl dt {
 padding: 18px 0 15px 0;
}
.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: 50px;
 max-width: 50px;
}
.under .service.medical_examination .detailBlock dl dd {
 border-bottom: 1px dotted #cccccc;
 padding: 14px 0 20px 56px;
 height: auto!important;
}
.under .service.medical_examination .detailBlock dl dd:last-child {
 border: none;
 padding-bottom: 0;
}
.under .service.medical_examination .detailBlock dl dd p {
 font-size: 13px;
 font-weight: bold;
}
.under .service.medical_examination .detailBlock.first {
 margin-top: 15px;
 padding: 2px 8px 15px 10px;
}
.under .service.medical_examination .detailBlock.last {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 9px 10px 10px;
}
.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: 100;
}
.under .service.medical_examination .detailBlock:after {
 border-color: rgba(255, 255, 255, 0);
 border-top-color: #ffffff;
 border-width: 7px;
 margin-left: -7px;
}
.under .service.medical_examination .detailBlock:before {
 border-color: rgba(221, 221, 221, 0);
 border-top-color: #cccccc;
 border-width: 8px;
 margin-left: -8px;
}
.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: 20px auto 0 auto !important;
 width: 300px;
 text-align: center;
}
.under .service.medical_examination .detailBtn.contact a {
 background: none;
 padding: 15px 0;
}
.under .service.medical_examination .detailBtn.contact a img {
 width: 260px;
}
.under .service.smacare .serviceTitle {
 background: #e98989;
}
.under .service.smacare .titleContents {
 font-size: 19px;
}
.under .service.smacare .commentBox {
 font-size: 13px;
 font-weight: bold;
}
.under .service.smacare .serviceBox p {
 margin: 0 0 0 0;
 font-size: 13px;
}
.under .service.smacare .serviceBox p span {
 color: #2d911d;
}
.under .service.smacare .anchorSet li {
 width: 100%;
}
.under .service.smacare .anchorSet li:nth-child(2n) {
 margin-right: 0;
}
.under .service.smacare .anchorSet li a {
 padding: 8px 9px 10px;
}
.under .service.smacare .anchorSet li a span img {
	width: 278px;
}
.under .service.smacare .anchorSet li a span {
 background-position: left 8px;
}
.under .service.smacare .anchorSet .twoLines {
/*  height: 41px; */
}
.under .service.smacare .anchorSet .twoLines a {
/*  padding-top: 5px; */
}
.under .service.smacare .anchorSet .twoLines a span {
 background-position: left 2px;
}
.under .service.smacare table {
 margin-top: 10px;
}
.under .service.smacare table th, .under .service.smacare table td {
 border: solid 1px #cccccc;
 font-size: 12px;
 vertical-align: middle;
 padding: 7px 10px;
}
.under .service.smacare table th {
 width: 33%;
 font-weight: normal;
}
.under .service.smacare table th img {
 width: 13px;
 margin: 0 5px 0 0;
 vertical-align: middle;
}
.under .service.smacare .detailBlock {
 padding: 13px;
}
.under .service.smacare .detailBlock h4 {
 font-size: 14px;
 color: #2d911d;
 font-weight: bold;
 margin-bottom: 5px;
}
.under .service.smacare .detailBlock ul.circleList {
 margin: 0 0 0 15px;
}
.under .service.smacare .detailBlock li {
 font-size: 13px;
}
.under .service.smacare .secSolution .pickup {
 color: #cc0000;
 font-size: 18px;
 font-weight: bold;
 margin-top: 15px;
 text-align: center;
}
.under .service.smacare .secSolution .circleList {
 margin-top: 10px;
 font-size: 13px;
}
.under .service.smacare .secSolution .circleList span {
 color: #2d911d;
}
.under .service.smacare .detailBtn.half {
 margin: 15px auto 0 auto;
 width: 300px;
 text-align: center;
}
.under .service.smacare .detailBtn.half a {
 padding: 10px 0;
 background-position: 80px;
}
.under .service.smacare .detailBtn.half a img {
 width: 125px;
 margin: 0 0 0 15px;
}
.under .service.smacare .detailBtn.contact {
 margin: 15px auto 0 auto !important;
 width: 300px;
 text-align: center;
}
.under .service.smacare .detailBtn.contact a {
 padding: 10px 0;
 background-position: 80px;
}
.under .service.smacare .detailBtn.contact a img {
 width: 125px;
 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 -1% 10px;
}
.under .service.smacare .solutionList li {
 padding: 0 1% 2% 1%;
 margin: 0;
 float: left;
 width: 50%;
 box-sizing: border-box;
}
.under .service.smacare .solutionList li:last-child {
 margin: 0;
}
.under .service.health .secContents > section {
	margin: 0 0 20px 0;
}
.under .service.health .listArea .fl, .under .service.health .listArea .fr {
 float: none;
 width: 100%;
 box-sizing: border-box;
 font-size: 13px;
}
.under .service.health table th, 
.under .service.health table td {
 padding: 7px 8px 7px;
 vertical-align: middle;
}
.under .service.health table th {
 font-size: 12px;
 font-weight: bold;
 width: 113px;
}
.under .service.health table td {
 font-size: 12px;
}
/* お知らせ 一覧 詳細
	---------------------------------------------------------- */
.under #contentsMain.news {
 padding: 26px 10px 0;
}
.under .news .secInformation .min-hWrap {
 margin-bottom: 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;
 width: 100%;
}
.under .news .secInformation .neweList li:nth-child(2n+1) {
 background: #f1f1f1;
}
.under .news .secInformation .neweList li p {
 white-space: inherit;
 overflow: hidden;
 -ms-text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 line-height: 1.5;
 width: 100%;
}
.under .news .secInformation .neweList li .thumb01 {
    width: 25%;
}
.under .news .secInformation .neweList li .box01 {
    width: 60%;
    margin: 0 0 0 7%;
}
.under .news .secInformation .neweList li p span {
 margin: 0;
}
.under .news .secInformation .neweList li p span, .under .news .secInformation .neweList li p a {
 display: inline-block;
 width: 100%;
}
.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 > .inner {
 overflow: hidden;
}
.under .news .secInformation #pager {
 margin: 15px auto 10px 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 10px 0;
 position: relative;
}
.under .news .secInformation .news-hWrap h2 {
 float: left;
 font-size: 21px;
 font-weight: bold;
 width: 100%;
}
.under .news .secInformation .news-hWrap h2 span {
 color: #ff8a00;
 display: block;
 font-size: 13px;
 margin: 0 0 5px 0;
 font-weight: normal;
}
.under .news .secInformation .news-hWrap p {
 right: 0;
 bottom: 10px;
 position: absolute;
}
.under .news .secInformation .textArea {
	font-size: 13px;
	line-height: 1.4;
}
.under .news .secInformation .textArea p {
 margin: 0 0 15px 0;
}
.under .news .secInformation .textArea p span {
 font-weight: bold;
}
.under .news .secInformation .detailLink {
	margin: 5px 0 20px;
}
.under .news .secInformation .detailLink a {
	font-size: 13px;
}

/*-------------------------------------------------------- */
/* 会社概要
---------------------------------------------------------- */
.under .company {


}
.under #contentsMain.company.message {
 padding-top: 20px;
}
.under .company.message .articleArea {
 margin-top: 12px;
 margin-bottom: 10px;
}
.under .company.message .articleArea p {
 text-indent: 1em;
 font-size: 13px;
 line-height: 1.4;
}
.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%;
 margin-bottom: 10px;
}
.under .company.history .historyList dt {
 clear: both;
 display: block;
 float: none;
 font-weight: bold;
 padding: 12px 10px 3px;
 text-align: left;
 width: 100%;
 height: auto!important;
 font-size: 13px;
}
.under .company.history .historyList dt:nth-of-type(2n+1) {
 background: #f1f1f1;
}
.under .company.history .historyList dt span {
 display: block;
 vertical-align: middle;
 height: 100%;
}
.under .company.history .historyList dd {
 margin-bottom: 0;
 padding: 0 10px 13px;
 height: auto!important;
 font-size: 13px;
 line-height: 1.4;
}
.under .company.history .historyList dd:nth-of-type(2n+1) {
 background: #f1f1f1;
}
.under #contentsMain.company.data {
 padding-top: 25px;
}
.under .company.data .profileArea table {
	margin-top: 20px;
}
.under .company.data .profileArea table th, .under .company.data .profileArea table td {
 padding: 7px 9px 6px 12px;
 font-size: 11px;
}
.under .company.data .profileArea table th {
 width: 90px;
 line-height: 1.3;
 padding-top: 8px;
}
.under .company.data .profileArea table td {
 width: auto;
 line-height: 1.9;
}
.under .company.data .profileArea table td span {
 clear: both;
 display: block;
 float: left;
 width: 75px;
}
.under .company.data .accessArea {
 margin-top: 20px;
 margin-bottom: 20px;
}
.under .company.data .accessArea .mapArea {
 width: 100%;
 margin: 0;
}
.under .company.data .accessArea .mapArea .txt01 {
 font-size: 13px;
 line-height: 1.6;
}
.under .company.data .accessArea .mapArea #mapField02 {
 height: 220px;
 margin: 20px 0 0 0;
 width: 100%;
}
.under .company.data .accessArea .mapArea #mapField02 .gmnoprint {
 display: none;
}
.under .company.data .accessArea .mapArea #mapField02 .mapTxt {
 font-size: 11px;
 width: 150px;
}

/*-------------------------------------------------------- */
/* お問い合わせ
---------------------------------------------------------- */
.under:not(.inquiryTop) #contentsMain .infoBox li hr {
	display: none;
}
.under:not(.inquiryTop) #contentsMain .infoBox li .detailBtn {
	display: none;
}

.under .inquiry .infoBox li,  .under .inquiry .otherBox li {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 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 20px 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: 276px;
 margin: 0 auto;
}
.under .inquiry .infoBox li .contents .detailBtn span a,  
.under .inquiry .otherBox li .contents .detailBtn span a {
 background-position: 92px 17px;
 padding: 13px 15px 14px 40px;
}
.under .inquiry .infoBox li .contents .detailBtn span a img,  
.under .inquiry .otherBox li .contents .detailBtn span a img{
 width: 85px;
}
.under .inquiry .infoBox li.callcenter,  .under .inquiry .otherBox li.callcenter {
 float: none;
}
.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: none;
}
.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: none;
}
.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: none;
}
.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: none;
}
.under .inquiry .otherBox ul li {
 background: none;
 float: none;
 margin: 0;
 padding: 0 0 15px;
 text-align: center;
 width: 100%;
}
.under .inquiry .otherBox ul li h3 {
 margin-bottom: 15px;
 padding: 9px;
 background: #f1f1f1;
}
.under .inquiry .otherBox ul li:last-child {
 width: 100%;
 background: none;
}
.under .inquiry .otherBox ul li .tel {
 margin-top: 5px;
}
.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_sp.png) left 6px no-repeat;
 padding-left: 14px;
 background-size: 7px 8px;
}
.under .inquiry .inquiryTable{
 width: 100%;
 border-bottom: 1px solid #eee;
}
.under .inquiry .inquiryTable tr{
 display: block;
}
.under .inquiry .inquiryTable input[type="text"]{
 height: auto;
 padding: 5px;
 border: solid 1px #cccccc;
 border-radius: 0;
 font-size: 16px;
 -webkit-appearance: none;
 appearance: none;
 height: 40px;
}
.under .inquiry .inquiryTable select {
 height: auto;
 padding: 5px;
 border: solid 1px #cccccc;
 border-radius: 0;
 font-size: 16px;
 -webkit-appearance: none;
 appearance: none;
 background: url(../design/common/bg_select01.png) no-repeat right center;
 background-size: 40px;
}
.under .inquiry .inquiryTable input:placeholder-shown {
 color: #999; 
}
.under .inquiry .inquiryTable input::-webkit-input-placeholder {
 color: #999; 
}
.under .inquiry .inquiryTable input:-moz-placeholder {
 color: #999; opacity: 1; 
}
.under .inquiry .inquiryTable input::-moz-placeholder {
 color: #999; opacity: 1; 
}
.under .inquiry .inquiryTable input:-ms-input-placeholder {
 color: #999;
}
.under .inquiry .inquiryTable .mt3{
 margin-top: 10px !important;
}
.under .inquiry .inquiryTable textarea {
 height: 195px;
 border: solid 1px #cccccc;
 border-radius: 0;
 font-size: 16px;
 -webkit-appearance: none;
 appearance: none;
}
.under .inquiry .inquiryTable .long {
 width: 99%;
}
.under .inquiry .inquiryTable .middle {
 width: 60%x;
}
.under .inquiry .inquiryTable th,
.under .inquiry .inquiryTable td{
 display: block;
 width: 100%;
 padding: 10px;
}
.under .inquiry .inquiryTable td{
 border-top: none;
 border-bottom: none;
 padding: 15px 10px;
}
.under .inquiry .inquiryTable th.required {
 background-image: url(../design/common/icon-form-required_sp.png);
 background-size: 40px;
 background-position: right 10px top 10px;
 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: 20px 0 0 0;
 padding: 15px 10px;
 text-align: left;
}
.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: 10px 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: 20px auto;
 text-align: center;
 width: 300px;
}
.under .inquiry .formBtn #submitConfirm{
 width: 300px;
}
.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: 13px 0 25px 0;
 text-indent: 0;
 font-size: 13px;
 line-height: 1.4;
}
.under .about .secContents .strong {
 margin: 0 0 40px 0;
}
.under .about .secContents .strong .titleContents {
	font-size: 20px;
}
.under .about .secContents .strong .titleContents .viewSp {
	display: inline-block!important;
}
.under .about .secContents .group {
 margin: 0 0 10px 0;
}
.under .about .secContents section .imgTitle {
 font-size: 16px;
 color: #2d911d;
 text-align: center;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 20px;
}
/* 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: 2px !important;
}
.mt5 {
 margin-top: 3px !important;
}
.mt10 {
 margin-top: 5px !important;
}
.mt15 {
 margin-top: 8px !important;
}
.mt20 {
 margin-top: 10px !important;
}
.mt25 {
 margin-top: 13px !important;
}
.mt30 {
 margin-top: 15px !important;
}
.mt40 {
 margin-top: 20px !important;
}
.mt50 {
 margin-top: 25px !important;
}
.mt60 {
 margin-top: 30px !important;
}
.mt70 {
 margin-top: 35px !important;
}
.mt80 {
 margin-top: 40px !important;
}
.mt90 {
 margin-top: 45px !important;
}
.mt100 {
 margin-top: 50px !important;
}
.mb0 {
 margin-bottom: 0px !important;
}
.mb5 {
 margin-bottom: 3px !important;
}
.mb10 {
 margin-bottom: 5px !important;
}
.mb15 {
 margin-bottom: 8px !important;
}
.mb20 {
 margin-bottom: 10px !important;
}
.mb25 {
 margin-bottom: 13px !important;
}
.mb30 {
 margin-bottom: 15px !important;
}
.mb40 {
 margin-bottom: 20px !important;
}
.mb50 {
 margin-bottom: 25px !important;
}
.mb60 {
 margin-bottom: 30px !important;
}
.mb70 {
 margin-bottom: 35px !important;
}
.mb80 {
 margin-bottom: 40px !important;
}
.mb90 {
 margin-bottom: 45px !important;
}
.mb100 {
 margin-bottom: 50px !important;
}
.mr0 {
 margin-right: 0px !important;
}
.mr5 {
 margin-right: 3px !important;
}
.mr10 {
 margin-right: 5px !important;
}
.mr15 {
 margin-right: 8px !important;
}
.mr20 {
 margin-right: 10px !important;
}
.mr25 {
 margin-right: 13px !important;
}
.mr30 {
 margin-right: 15px !important;
}
.mr40 {
 margin-right: 20px !important;
}
.mr50 {
 margin-right: 25px !important;
}
.mr60 {
 margin-right: 30px !important;
}
.mr70 {
 margin-right: 35px !important;
}
.mr80 {
 margin-right: 40px !important;
}
.mr90 {
 margin-right: 45px !important;
}
.mr100 {
 margin-right: 50px !important;
}
.ml0 {
 margin-left: 0px !important;
}
.ml5 {
 margin-left: 3px !important;
}
.ml10 {
 margin-left: 5px !important;
}
.ml15 {
 margin-left: 8px !important;
}
.ml20 {
 margin-left: 10px !important;
}
.ml25 {
 margin-left: 13px !important;
}
.ml30 {
 margin-left: 15px !important;
}
.ml40 {
 margin-left: 20px !important;
}
.ml50 {
 margin-left: 25px !important;
}
.ml60 {
 margin-left: 30px !important;
}
.ml70 {
 margin-left: 35px !important;
}
.ml80 {
 margin-left: 40px !important;
}
.ml90 {
 margin-left: 45px !important;
}
.ml100 {
 margin-left: 50px !important;
}
.fz14 {
 font-size: 14px !important;
}
.fz15 {
 font-size: 15px !important;
}


/* スマホ専用 utility
	---------------------------------------------------------- */
.sp_mt0 {
 margin-top: 0px !important;
}
.sp_mt1 {
 margin-top: 1px !important;
}
.sp_mt2 {
 margin-top: 2px !important;
}
.sp_mt3 {
 margin-top: 3px !important;
}
.sp_mt4 {
 margin-top: 4px !important;
}
.sp_mt5 {
 margin-top: 5px !important;
}
.sp_mt8 {
 margin-top: 8px !important;
}
.sp_mt10 {
 margin-top: 10px !important;
}
.sp_mt13 {
 margin-top: 13px !important;
}
.sp_mt15 {
 margin-top: 15px !important;
}
.sp_mt18 {
 margin-top: 18px !important;
}
.sp_mt20 {
 margin-top: 20px !important;
}
.sp_mt23 {
 margin-top: 23px !important;
}
.sp_mt25 {
 margin-top: 25px !important;
}
.sp_mt30 {
 margin-top: 30px !important;
}
.sp_mt35 {
 margin-top: 35px !important;
}
.sp_mt40 {
 margin-top: 40px !important;
}
.sp_mt45 {
 margin-top: 45px !important;
}
.sp_mt50 {
 margin-top: 50px !important;
}

.sp_mb0 {
 margin-bottom: 0px !important;
}
.sp_mb1 {
 margin-bottom: 1px !important;
}
.sp_mb2 {
 margin-bottom: 2px !important;
}
.sp_mb3 {
 margin-bottom: 3px !important;
}
.sp_mb4 {
 margin-bottom: 4px !important;
}
.sp_mb5 {
 margin-bottom: 5px !important;
}
.sp_mb8 {
 margin-bottom: 8px !important;
}
.sp_mb10 {
 margin-bottom: 10px !important;
}
.sp_mb13 {
 margin-bottom: 13px !important;
}
.sp_mb15 {
 margin-bottom: 15px !important;
}
.sp_mb18 {
 margin-bottom: 18px !important;
}
.sp_mb20 {
 margin-bottom: 20px !important;
}
.sp_mb23 {
 margin-bottom: 23px !important;
}
.sp_mb25 {
 margin-bottom: 25px !important;
}
.sp_mb30 {
 margin-bottom: 30px !important;
}
.sp_mb35 {
 margin-bottom: 35px !important;
}
.sp_mb40 {
 margin-bottom: 40px !important;
}
.sp_mb45 {
 margin-bottom: 45px !important;
}
.sp_mb50 {
 margin-bottom: 50px !important;
}
.sp_pt20 {
 padding-top: 20px !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: 20px 0 0;
}
.mmt_plus_button_block .mmt_plus_button {
 width: 100%;
 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: 1;
 -webkit-transition: none;
 transition: none;
 text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
 padding: 16px 0;
 font-size: 15px;
 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 .secContents .outlineBox .cross_service_outline_last_img {
	margin: 0;
}
/* 【クロスメイク！壁紙クロスを張り替えずに再生！】 サービス概要 最後の画像 */
.under .service .secContents .outlineBox .cross_service_outline_last_img {
	margin: 0;
}

/* サービス紹介 コールセンターの高さ調整用 */
.sp_mt26 {
 margin-top: 26px !important;
}

/* ハローライト */
.under .service.hellolight .serviceList > li .text h5 img {
	width: 37px;
    margin-right: 10px;
}
.under .service.hellolight .serviceList > li .text h3 img {
    width: 90px;
    margin: 0 0 5px;
}
}

