@import "slicknav.css";
* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
.test {
  z-index: 2;
}
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #2f353d;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
#header {
  text-align: center;
  background: #2f353d;
  padding: 10px 0;
}
#header #logo a {
  background: url("../images/logo.png") no-repeat 0 0;
  -moz-background-size: 209px 92px;
  background-size: 209px 92px;
  width: 209px;
  height: 92px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#header #logo a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#header .meta {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
  color: #ffffff;
}
#header .meta .company {
  font-size: 14px;
  font-weight: bold;
}
#header .meta .address {
  font-size: 11px;
  margin-bottom: 4px;
}
#header .meta .tel {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
#header .meta .tel a {
  margin-left: 10px;
  color: #ffffff;
}
#header .meta .tel a:hover {
  text-decoration: none;
}
#gnav {
  background: #262b31;
  width: 100%;
}
#gnav #menu {
  list-style-type: none;
  width: 1200px;
}
#gnav #menu ul li {
  display: none;
}
#gnav #menu li {
  position: relative;
  width: 170px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #3f4751;
}
#gnav #menu li a {
  display: block;
  margin: 0;
  padding: 16px 0;
  background: #262b31;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#gnav #menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#gnav #menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#gnav #menu li ul li a {
  padding: 13px 10px;
  background: #53224b;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
#gnav #menu > li:hover > a {
  background: #53224b;
}
#gnav #menu > li:hover li:hover > a {
  background: #78306b;
}
#gnav #menu li:hover > ul > li {
  overflow: visible;
  height: 36px;
}
#gnav #menu li ul li ul {
  top: 0;
  left: 100%;
}
#gnav #menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#gnav #menu li ul li ul li a {
  background: #616d0b;
}
#gnav #menu li:hover ul li ul li:hover > a {
  background: #535d09;
}
#gnav #menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#gnav #menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
.slicknav_menu {
  display: none;
}
#home {
  /* =======================================
   ClearFixElements
  ======================================= */
}
#home .wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
#home .wideslider ul,
#home .wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#home .wideslider ul li img {
  width: 100%;
  display: none;
}
#home .wideslider_base {
  top: 0;
  position: absolute;
}
#home .wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
#home .slider_prev,
#home .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
#home .slider_prev {
  background: #000000 url("../images/home/prev.png") no-repeat right center;
}
#home .slider_next {
  background: #000000 url("../images/home/next.png") no-repeat left center;
}
#home .pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 2;
}
#home .pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}
#home .pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}
#home .wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#home .wideslider ul {
  display: inline-block;
  overflow: hidden;
}
#home #pickup {
  background: #2f353d;
  padding: 20px 0;
  margin-bottom: 20px;
}
#home #pickup ul {
  *zoom: 1;
}
#home #pickup ul li {
  list-style: none;
}
#home #pickup ul:before,
#home #pickup ul:after {
  display: table;
  content: "";
}
#home #pickup ul:after {
  clear: both;
}
#home #pickup ul li {
  float: left;
  width: 288px;
  margin-right: 12px;
}
#home #pickup ul li img {
  float: left;
  width: 107px;
  margin-right: 10px;
}
#home #pickup ul li .news {
  float: left;
  width: 170px;
}
#home #pickup ul li .news .tag {
  width: 130px;
  background: #000000;
  padding: 3px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin-bottom: 4px;
}
#home #pickup ul li .news .read {
  font-size: 12px;
  color: #ffffff;
}
#home #tsuyomi {
  margin-bottom: 20px;
}
#home #tsuyomi h2 {
  margin-bottom: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/home/tsuyomi.jpg") no-repeat 0 0;
}
#home #tsuyomi ul {
  *zoom: 1;
}
#home #tsuyomi ul li {
  list-style: none;
}
#home #tsuyomi ul:before,
#home #tsuyomi ul:after {
  display: table;
  content: "";
}
#home #tsuyomi ul:after {
  clear: both;
}
#home #tsuyomi ul li:last-child {
  border-right: 3px solid #ba54a8;
}
#home #tsuyomi ul li {
  width: 236px;
  float: left;
  border-top: 3px solid #ba54a8;
  border-bottom: 3px solid #ba54a8;
  border-left: 3px solid #ba54a8;
}
#home #tsuyomi ul li figure {
  position: relative;
  overflow: hidden;
  width: 236px;
}
#home #tsuyomi ul li figure figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s;
  transition: 0s;
  opacity: 1;
  color: #fff;
}
#home #tsuyomi ul li figure figcaption p {
  font-size: 13px;
  padding: 14px;
}
#home #tsuyomi ul li figure:hover figcaption {
  top: 0;
  left: 0;
}
#home #tsuyomi ul li .name {
  width: 236px;
  background: #ba54a8;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
}
#home #service {
  background: #ebebeb;
  padding: 20px 0;
  margin-bottom: 20px;
}
#home #service ul {
  width: 1216px;
  margin-right: -16px;
  *zoom: 1;
}
#home #service ul li {
  list-style: none;
}
#home #service ul:before,
#home #service ul:after {
  display: table;
  content: "";
}
#home #service ul:after {
  clear: both;
}
#home #service ul li {
  float: left;
  width: 288px;
  margin-right: 16px;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
}
#home #service ul li a {
  text-decoration: none;
}
#home #service ul li img {
  margin-bottom: 6px;
}
#home #service ul li .detail {
  padding: 12px 12px 36px 12px;
}
#home #service ul li .detail hr {
  width: 74px;
  border: 0 none;
  height: 2px;
  color: #696969;
  margin-bottom: 3px;
}
#home #service ul li .detail .purple {
  background-color: #ba54a8;
}
#home #service ul li .detail .orange {
  background-color: #f09000;
}
#home #service ul li .detail .green {
  background-color: #00993e;
}
#home #service ul li .detail .blue {
  background-color: #306bbf;
}
#home #service ul li .detail p {
  font-size: 11px;
}
#home #other {
  margin-bottom: 100px;
}
#home #other #news {
  float: left;
  width: 745px;
}
#home #other #news #tab-menu {
  list-style: none;
}
#home #other #news #tab-menu li {
  width: 182px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  background: #ccc;
  font-size: 14px;
  cursor:pointer;
}
#home #other #news #tab-menu li.active {
  background: #2f353d;
  color: #fff;
}
#home #other #news #tab-box {
  padding: 25px 0 9px 0;
}
#home #other #news #tab-box div {
  display: none;
}
#home #other #news #tab-box div ul li {
  list-style: none;
}
#home #other #news #tab-box div ul li {
  *zoom: 1;
  margin-bottom: 16px;
}
#home #other #news #tab-box div ul li:before,
#home #other #news #tab-box div ul li:after {
  display: table;
  content: "";
}
#home #other #news #tab-box div ul li:after {
  clear: both;
}
#home #other #news #tab-box div ul li img {
  float: left;
  margin: 1px 16px 0 0;
}
#home #other #news #tab-box div ul li .tag {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  background: #2f353d;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
#home #other #news #tab-box div ul li .date {
  font-size: 12px;
}
#home #other #news #tab-box div ul li h4 {
  margin: 6px 0 0 0;
  font-size: 15px;
}
#home #other #news #tab-box div ul li p {
  font-size: 12px;
}
#home #other #news #tab-box div.active {
  display: block;
}
#home #other #banner {
  float: right;
}
#home #other #banner ul li {
  list-style: none;
}
#home #other #banner ul li {
  margin-bottom: 12px;
}
#pagetop {
  width: 1200px;
  margin: 0 auto 12px;
  *zoom: 1;
}
#pagetop:before,
#pagetop:after {
  display: table;
  content: "";
}
#pagetop:after {
  clear: both;
}
#pagetop a {
  width: 89px;
  height: 41px;
  display: block;
  float: right;
}
#pagetop a:hover {
  text-decoration: none;
}
#footer {
  background: #2f353d;
  border-top: 8px solid #ba54a8;
  color: #ffffff;
  padding: 20px 0 0 0;
}
#footer a {
  color: #ffffff;
}
#footer #alllink {
  *zoom: 1;
  margin-bottom: 40px;
}
#footer #alllink:before,
#footer #alllink:after {
  display: table;
  content: "";
}
#footer #alllink:after {
  clear: both;
}
#footer #alllink ul {
  margin-bottom: 12px;
}
#footer #alllink ul li {
  list-style: none;
}
#footer #alllink ul li {
  font-size: 12px;
  margin-bottom: 4px;
}
#footer #alllink ul li a {
  background: url("../images/arrow02.png") no-repeat 0 50%;
  padding: 0 0 0 12px;
}
#footer #alllink .title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: bold;
}
#footer #alllink .company {
  width: 248px;
  min-height: 200px;
  padding: 0 20px;
  border-left: 1px solid #4a5360;
  float: left;
}
#footer #alllink .info {
  width: 248px;
  min-height: 200px;
  padding: 0 20px;
  border-left: 1px solid #4a5360;
  float: left;
}
#footer #alllink .service {
  width: 248px;
  min-height: 200px;
  padding: 0 20px;
  border-left: 1px solid #4a5360;
  float: left;
}
#footer #alllink .voice {
  width: 248px;
  min-height: 200px;
  padding: 0 20px;
  border-left: 1px solid #4a5360;
  border-right: 1px solid #4a5360;
  float: left;
}
#footer .meta {
  text-align: center;
  margin-bottom: 20px;
}
#footer .meta .logo {
  margin-bottom: 10px;
}
#footer .meta .company {
  font-size: 16px;
  font-weight: bold;
}
#footer .meta .address {
  font-size: 11px;
  margin-bottom: 4px;
}
#footer .copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  border-top: 1px dotted #4a5360;
  padding: 14px 0;
}
/* パンくず */
#breadcrumbs {
  width: 1200px;
  margin: 14px auto 14px;
  list-style: none;
}
#breadcrumbs li {
  font-size: 12px;
  display: inline;
}
#breadcrumbs li a {
  padding: 0 5px 0 5px;
}
#lower {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
#lower:before,
#lower:after {
  display: table;
  content: "";
}
#lower:after {
  clear: both;
}
/* 下層左ナビ */
#left {
  width: 267px;
  float: left;
}
#left #localnav ul {
  margin-bottom: 30px;
}
#left #localnav ul li {
  list-style: none;
}
#left #localnav ul li {
  margin-bottom: 1px;
}
#left #localnav ul li a {
  display: block;
  color: #ffffff;
  padding: 12px 10px;
  border-left: 7px solid #2f353d;
  background: #2f353d url("../images/arrow03.png") no-repeat right 10px top 50%;
  font-size: 13px;
}
#left #localnav ul li a:hover {
  border-left: 7px solid #ba54a8;
  text-decoration: none;
  background: #1f2329 url("../images/arrow03.png") no-repeat right 10px top 50%;
}
#left #localnav ul li ul {
  margin: 10px 0 10px 18px;
}
#left #localnav ul li ul li {
  margin-bottom: 4px;
}
#left #localnav ul li ul li a {
  display: block;
  color: #2f353d;
  padding: 0 0 0 12px;
  border: none;
  font-size: 12px;
  background: #ffffff url("../images/arrow02.png") no-repeat left 0 top 6px;
}
#left #localnav ul li ul li a:hover {
  border: none;
  text-decoration: none;
  background: #ffffff url("../images/arrow02.png") no-repeat left 0 top 6px;
}
#left #banner ul li {
  list-style: none;
}
#left #banner ul li {
  margin-bottom: 12px;
}
#left #banner ul li img {
  width: 100%;
}
.lower {
  width: 896px;
  float: right;
  word-wrap: break-word;
  white-space: normal;
  display: block;
}
.lower h1 {
  border-left: 9px solid #ba54a8;
  padding: 0 0 0 16px;
  font-size: 34px;
  margin-bottom: 20px;
}
.lower h1 + p {
  font-size: 14px;
  margin-bottom: 30px;
}
.lower h2 {
  background: url("../images/headline-h2.jpg") no-repeat 0 0;
  padding: 16px 110px 23px 28px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
}
.lower h3 {
  border-left: 8px solid #ba54a8;
  border-bottom: 2px solid #cccccc;
  padding: 11px 16px 12px 16px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
}
.lower .button {
  margin: 0 auto 250px;
  width: 472px;
}
.lower .button a {
  width: 312px;
  display: block;
  background: url("../images/button01.png") no-repeat 0 0;
  padding: 26px 0 26px 160px;
  font-size: 24px;
  line-height: 1.1;
}
.lower .button a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.lower .module-contact {
  margin-bottom: 60px;
}
.lower .module-contact a {
  background: url("../images/module-contact.jpg") no-repeat 0 0;
  width: 896px;
  height: 312px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.lower .module-contact a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
/* セキュリティ情報 */
#info {
  margin-bottom: 100px;
}
#info #list {
  padding: 0;
}
#info #list ul {
  width: 918px;
  margin-right: -24px;
  *zoom: 1;
}
#info #list ul li {
  list-style: none;
}
#info #list ul:before,
#info #list ul:after {
  display: table;
  content: "";
}
#info #list ul:after {
  clear: both;
}
#info #list ul li {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  margin: 0 13px 16px 0;
  background: #ffffff;
  border: 1px solid #ccc;
}
#info #list ul li a {
  text-decoration: none;
}
#info #list ul li img {
  margin-bottom: 6px;
}
#info #list ul li .detail {
  padding: 12px 12px 36px 12px;
}
#info #list ul li .detail hr {
  width: 74px;
  border: 0 none;
  height: 2px;
  color: #696969;
  margin-bottom: 3px;
  background-color: #ba54a8;
}
#info #list ul li .detail h3 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#info #list ul li .detail p {
  font-size: 11px;
}
#info #list2 {
  width: 896px;
}
#info #list2 ul li {
  list-style: none;
}
#info #list2 ul li {
  *zoom: 1;
  margin-bottom: 16px;
}
#info #list2 ul li:before,
#info #list2 ul li:after {
  display: table;
  content: "";
}
#info #list2 ul li:after {
  clear: both;
}
#info #list2 ul li img {
  float: left;
  margin: 1px 16px 0 0;
}
#info #list2 ul li .date {
  font-size: 12px;
}
#info #list2 ul li h4 {
  margin: 3px 0 0 0;
  font-size: 15px;
}
#info #list2 ul li p {
  font-size: 12px;
}

/* 被害事例  */
#damage .mainvisual {
  background: url("../images/info/damage/mainvisual.jpg") no-repeat 0 0;
  margin-bottom: 30px;
  width: 896px;
  height: 467px;
  position: relative;
}
#damage .mainvisual ul {
  position: absolute;
  top: 305px;
  left: 30px;
  padding-right: 20px;
}
#damage .mainvisual ul .headline {
  font-size: 21px;
  font-weight: bold;
  color: #ba54a8;
  margin-bottom: 4px;
}
#damage .mainvisual ul .headline + p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
#damage .icon-list {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 20px;
}
#damage #list {
  padding: 0;
  margin-bottom: 100px;
}
#damage #list ul {
  width: 918px;
  margin-right: -24px;
  *zoom: 1;
}
#damage #list ul li {
  list-style: none;
}
#damage #list ul:before,
#damage #list ul:after {
  display: table;
  content: "";
}
#damage #list ul:after {
  clear: both;
}
#damage #list ul li {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  min-height: 300px;
  margin: 0 13px 16px 0;
  background: #ffffff;
  border: 1px solid #ccc;
}
#damage #list ul li a {
  text-decoration: none;
}
#damage #list ul li img {
  margin-bottom: 6px;

  object-fit: contain;
  width: 268px;
  height: 200px;
  background-color: #2f353d;
  padding: 10px;
}
#damage #list ul li .detail {
  padding: 12px 12px 36px 12px;
}
#damage #list ul li .detail .headline {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 6px;
}
#damage #list ul li .detail .headline img {
  float: left;
  margin-right: 16px;
  margin-top: 2px;
  width: 44px;
  height: 44px;
  padding: 0;
}
#damage #list ul li .detail .headline div {
  overflow: hidden;
}
#damage #list ul li .detail p {
  font-size: 12px;
}
/* 被害事例詳細 */
#damage-detail p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#damage-detail .mainvisual {
  width: 100%;
  text-align: center;
  background: #2f353d;
  margin-bottom: 40px;
}
#damage-detail ul,
#damage-detail ol {
  margin-bottom: 20px;
}
#damage-detail ul li,
#damage-detail ol li {
  margin-left: 20px;
  font-size: 15px;
}
/* セキュリティ用語 */
#words .mainvisual {
  background: url("../images/info/words/mainvisual.jpg") no-repeat 0 0;
  margin-bottom: 30px;
  width: 896px;
  height: 467px;
  position: relative;
}
#words .mainvisual ul {
  position: absolute;
  top: 305px;
  left: 30px;
  padding-right: 20px;
}
#words .mainvisual ul .headline {
  font-size: 21px;
  font-weight: bold;
  color: #ba54a8;
  margin-bottom: 4px;
}
#words .mainvisual ul .headline + p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 14px;
}
#words .mainvisual ul .link a {
  font-size: 19px;
  font-weight: bold;
  color: #d9df00;
  margin-right: 20px;
}
#words #words-detail {
  width: 918px;
  margin-right: -24px;
}
#words #words-detail ul {
  *zoom: 1;
  margin-bottom: 50px;
}
#words #words-detail ul li {
  list-style: none;
}
#words #words-detail ul:before,
#words #words-detail ul:after {
  display: table;
  content: "";
}
#words #words-detail ul:after {
  clear: both;
}
#words #words-detail ul li {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  margin: 0 13px 30px 0;
}
#words #words-detail ul li h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #dbdcdc;
  padding: 3px 0;
  margin-bottom: 12px;
}
#words #words-detail ul li ul {
  margin-bottom: 0;
}
#words #words-detail ul li ul li {
  margin: 0 0 4px 0;
}
#words #words-detail ul li ul li a {
  background: url("../images/icon-block.gif") no-repeat 0 50%;
  padding-left: 16px;
  font-size: 15px;
}
/* サービス */
#service #mainvisual {
  margin-bottom: 16px;
}
#service .graph {
  margin-bottom: 30px;
}
#service #checksheet {
  background: #f0ebd9 url("../images/service/illust-pro.png") no-repeat 20px 50%;
  padding: 16px 0 6px 220px;
  margin-bottom: 30px;
}
#service #checksheet ul li {
  list-style: none;
}
#service #checksheet ul li {
  background: url("../images/service/icon-check.png") no-repeat 0 50%;
  padding: 4px 0 4px 40px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #003b9c;
}
#service .assist {
  font-size: 16px;
  margin-bottom: 60px;
}
#service .each {
  margin-bottom: 60px;
}
#service .each ul li {
  list-style: none;
}
#service .each ul li {
  margin-bottom: 30px;
  *zoom: 1;
}
#service .each ul li:before,
#service .each ul li:after {
  display: table;
  content: "";
}
#service .each ul li:after {
  clear: both;
}
#service .each ul li img {
  float: left;
  width: 123px;
  margin-right: 20px;
  margin-top: 3px;
}
#service .each ul li .full {
  float: right;
  width: 753px;
}
#service .each ul li .full h4 {
  font-size: 18px;
  font-weight: bold;
  color: #003b9c;
  margin-bottom: 3px;
}
#service .each ul li .full p {
  font-size: 14px;
}
#service .each_list {
  margin-bottom: 60px;
}
#service .each_list ul li {
  list-style: none;
}
#service .each_list ul li {
  margin: 0 0 8px 20px;
  font-size: 16px;
}
#service .each_list p {
  font-size: 12px;
  margin-left: 20px;
}
#service .price {
  margin-bottom: 60px;
}
#service .price table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#service .price table caption {
  text-align: left;
  font-size: 16px;
}
#service .price table th,
#service .price table td {
  padding: 14px 14px;
  font-size: 15px;
}
#service .price table th {
  width: 33%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  text-align: left;
}
#service .price table td {
  border: 1px solid #c5c5c5;
  text-align: left;
}
#service .price table td span {
  font-size: 11px;
}
#service .price table td li {
  list-style: none;
	margin-left: 30px;
}
#service .price h4 {
  padding: 10px 18px;
  background: #ededed;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
}
#service .price p {
  font-size: 15px;
  margin: 0 0 14px 20px;
}
#service .price .total {
  font-size: 23px;
  margin: 0 0 20px 20px;
}
#service .price .other {
  font-size: 12px;
  margin-top: -12px;
}
#service .qa {
  margin-bottom: 60px;
}
#service .qa ul li {
  list-style: none;
}
#service .qa ul li {
  margin-bottom: 30px;
}
#service .qa ul li .question {
  font-size: 19px;
  font-weight: bold;
  background: url("../images/service/icon-question.jpg") no-repeat 0 50%;
  padding: 4px 0 4px 60px;
  margin-bottom: 6px;
}
#service .qa ul li .answer {
  font-size: 14px;
  background: url("../images/service/icon-answer.jpg") no-repeat 0 50%;
  padding: 4px 0 4px 60px;
}
#service .price-badge {
	font-size: 12px;
	font-weight: 400;
	margin: -5px 20px 0px 20px;
	padding: 3px 10px;
	color: white;
	background-color: #0099CC;
	background-image: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
	border-radius:5px;
}
/* お客様の声 */
#voice .mainvisual {
  background: url("../images/voice/mainvisual.jpg") no-repeat 0 0;
  margin-bottom: 30px;
  width: 896px;
  height: 467px;
  position: relative;
}
#voice .mainvisual ul {
  position: absolute;
  top: 305px;
  left: 30px;
  padding-right: 20px;
}
#voice .mainvisual ul .headline {
  font-size: 21px;
  font-weight: bold;
  color: #ba54a8;
  margin-bottom: 4px;
}
#voice .mainvisual ul .headline + p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
#voice #list {
  width: 896px;
}
#voice #list ul li {
  list-style: none;
}
#voice #list ul li {
  *zoom: 1;
  margin-bottom: 16px;
}
#voice #list ul li:before,
#voice #list ul li:after {
  display: table;
  content: "";
}
#voice #list ul li:after {
  clear: both;
}
#voice #list ul li img {
  float: left;
  margin: 1px 16px 0 0;
  object-fit: cover;
  width: 200px;
  height: 200px;
  background-color: #2f353d;
}
#voice #list ul li .date {
  font-size: 12px;
}
#voice #list ul li h4 {
  margin: 3px 0 0 0;
  font-size: 15px;
}
#voice #list ul li p {
  font-size: 12px;
}
/* お客様の声 詳細 */
#voice-detail p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#voice-detail .mainvisual {
  width: 100%;
  text-align: center;
  background: #2f353d;
  margin-bottom: 40px;
}
#voice-detail ul,
#voice-detail ol {
  margin-bottom: 20px;
  margin-left: 26px;
}
#voice-detail ul li,
#voice-detail ol li {
  margin-left: 20px;
  font-size: 15px;
}
#voice-detail .center {
  text-align: center;
}
#voice-detail table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#voice-detail table caption {
  text-align: left;
  font-size: 16px;
}
#voice-detail table th,
#voice-detail table td {
  padding: 14px 14px;
  font-size: 15px;
}
#voice-detail table th {
  width: 14%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  text-align: left;
}
#voice-detail table td {
  border: 1px solid #c5c5c5;
  text-align: left;
}
#voice-detail table td span {
  font-size: 11px;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 60%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header .meta {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  #pagetop {
    width: 1200px;
    margin: 0 auto 12px;
    *zoom: 1;
  }
  #pagetop:before,
  #pagetop:after {
    display: table;
    content: "";
  }
  #pagetop:after {
    clear: both;
  }
  #pagetop a {
    float: right;
    margin-right: 20px;
  }
  #pagetop a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  .contents {
    width: 93%;
    margin: 0 auto;
    *zoom: 1;
  }
  .contents:before,
  .contents:after {
    display: table;
    content: "";
  }
  .contents:after {
    clear: both;
  }
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  #header {
    text-align: left;
    padding: 10px 0 12px 0;
  }
  #header #logo a {
    background: url("../images/logo.png") no-repeat 0 0;
    -moz-background-size: contain;
    background-size: contain;
    width: 120px;
    height: 0;
    padding-top: 14.33%;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  #header #logo a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  #header .meta {
    position: absolute;
    top: 2px;
    right: 0;
  }
  #header .meta .company {
    font-size: 10px;
  }
  #header .meta .address {
    font-size: 10px;
  }
  #header .meta .tel {
    font-size: 14px;
    color: #fff;
  }
  #header .meta .tel a {
    margin-left: 10px;
  }
  #header .meta .tel a img {
    width: 10%;
  }
  #home .wideslider {
    margin-bottom: 10px;
  }
  #home #pickup {
    display: none;
  }
  #home #tsuyomi {
    margin-bottom: 10px;
  }
  #home #tsuyomi h2 {
    margin-bottom: 2px;
    text-indent: 100%;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: none;
    text-align: center;
    font-size: 21px;
    font-weight: normal;
  }
  #home #tsuyomi ul {
    *zoom: 1;
    width: 100%;
  }
  #home #tsuyomi ul li {
    list-style: none;
  }
  #home #tsuyomi ul:before,
  #home #tsuyomi ul:after {
    display: table;
    content: "";
  }
  #home #tsuyomi ul:after {
    clear: both;
  }
  #home #tsuyomi ul li:last-child {
    border-right: 3px solid #ba54a8;
  }
  #home #tsuyomi ul li {
    width: 49%;
    margin: 0 0 6px 0;
    float: none;
    display: inline-block;
    border-top: 3px solid #ba54a8;
    border-bottom: 3px solid #ba54a8;
    border-left: 3px solid #ba54a8;
    border-right: 3px solid #ba54a8;
  }
  #home #tsuyomi ul li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #home #tsuyomi ul li figure img {
    width: 100%;
  }
  #home #tsuyomi ul li figure figcaption {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s;
    transition: 0s;
    opacity: 1;
  }
  #home #tsuyomi ul li figure figcaption p {
    font-size: 10px;
    padding: 4px;
  }
  #home #tsuyomi ul li figure figcaption p br {
    display: none;
  }
  #home #tsuyomi ul li figure:hover figcaption {
    top: 0;
    left: 0;
  }
  #home #tsuyomi ul li .name {
    width: 100%;
    background: #ba54a8;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 7px 0;
  }
  #home #service {
    background: #ebebeb;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  #home #service ul {
    width: 100%;
    margin-right: 0;
    *zoom: 1;
  }
  #home #service ul li {
    list-style: none;
  }
  #home #service ul:before,
  #home #service ul:after {
    display: table;
    content: "";
  }
  #home #service ul:after {
    clear: both;
  }
  #home #service ul li {
    float: left;
    width: 50%;
    min-height: 250px;
    margin-right: 0;
    background: #ffffff;
    border: none;
  }
  #home #service ul li img {
    width: 100%;
  }
  #home #service ul li a {
    text-decoration: none;
  }
  #home #service ul li img {
    margin-bottom: 6px;
  }
  #home #service ul li .detail {
    padding: 10px 12px;
  }
  #home #service ul li .detail hr {
    width: 74px;
    border: 0 none;
    height: 2px;
    color: #696969;
    margin-bottom: 3px;
  }
  #home #service ul li .detail .purple {
    background-color: #ba54a8;
  }
  #home #service ul li .detail .orange {
    background-color: #f09000;
  }
  #home #service ul li .detail .green {
    background-color: #00993e;
  }
  #home #service ul li .detail .blue {
    background-color: #306bbf;
  }
  #home #service ul li .detail h3 {
    font-size: 12px;
  }
  #home #service ul li .detail p {
    font-size: 11px;
  }
  #home #other {
    margin-bottom: 50px;
  }
  #home #other #news {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #home #other #news #tab-menu {
    list-style: none;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
  }
  #home #other #news #tab-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    background: #ccc;
    font-size: 10px;
    letter-spacing: -0.1em;
  }
  #home #other #news #tab-menu li.active {
    background: #2f353d;
    color: #fff;
  }
  #home #other #news #tab-box {
    padding: 25px 0 9px 0;
  }
  #home #other #news #tab-box div {
    display: none;
  }
  #home #other #news #tab-box div ul li {
    list-style: none;
  }
  #home #other #news #tab-box div ul li {
    *zoom: 1;
    margin-bottom: 16px;
  }
  #home #other #news #tab-box div ul li:before,
  #home #other #news #tab-box div ul li:after {
    display: table;
    content: "";
  }
  #home #other #news #tab-box div ul li:after {
    clear: both;
  }
  #home #other #news #tab-box div ul li img {
    float: left;
    margin: 1px 16px 0 0;
  }
  #home #other #news #tab-box div ul li .tag {
    font-size: 10px;
    line-height: 1;
    padding: 4px 10px;
    background: #2f353d;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
  }
  #home #other #news #tab-box div ul li .date {
    font-size: 12px;
  }
  #home #other #news #tab-box div ul li h4 {
    margin: 6px 0 0 0;
    font-size: 15px;
  }
  #home #other #news #tab-box div ul li p {
    font-size: 12px;
  }
  #home #other #news #tab-box div.active {
    display: block;
  }
  #home #other #banner {
    float: none;
  }
  #home #other #banner ul li {
    list-style: none;
  }
  #home #other #banner ul li {
    margin-bottom: 12px;
  }
  #home #other #banner ul li img {
    width: 100%;
  }
  #pagetop {
    width: 93%;
  }
  #footer #alllink {
    *zoom: 1;
    margin-bottom: 20px;
  }
  #footer #alllink:before,
  #footer #alllink:after {
    display: table;
    content: "";
  }
  #footer #alllink:after {
    clear: both;
  }
  #footer #alllink ul li {
    list-style: none;
  }
  #footer #alllink ul li {
    font-size: 11px;
  }
  #footer #alllink ul li a {
    background: url("../images/arrow02.png") no-repeat 0 50%;
    padding: 0 0 0 9px;
  }
  #footer #alllink .title {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  #footer #alllink .company {
    width: 50%;
    min-height: 170px;
    padding: 0 10px;
    border: none;
    float: left;
  }
  #footer #alllink .info {
    width: 50%;
    min-height: 170px;
    padding: 0 10px;
    border: none;
    float: left;
  }
  #footer #alllink .service {
    width: 50%;
    min-height: 170px;
    padding: 0 10px;
    border: none;
    float: left;
  }
  #footer #alllink .voice {
    width: 50%;
    min-height: 170px;
    padding: 0 10px;
    border: none;
    float: left;
  }
  #footer .meta {
    margin-bottom: 10px;
  }
  #footer .meta .logo {
    margin-bottom: 10px;
  }
  #footer .meta .logo img {
    width: 170px;
  }
  #footer .meta .company {
    font-size: 14.5px;
    font-weight: bold;
  }
  #footer .meta .address {
    font-size: 11px;
    margin-bottom: 4px;
  }
  #footer .copyright {
    width: 93%;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    border-top: 1px dotted #4a5360;
    padding: 14px 0;
  }
  /* パンくず */
  #breadcrumbs {
    width: 93%;
    margin: 14px auto 14px;
    list-style: none;
  }
  #breadcrumbs li {
    font-size: 12px;
    display: inline;
  }
  #breadcrumbs li a {
    padding: 0 5px 0 5px;
  }
  /* 下層左ナビ */
  #left {
    display: none;
  }
  .lower {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .lower h1 {
    border-left: 9px solid #ba54a8;
    padding: 0 0 0 16px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .lower h1 + p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .lower h2 {
    background: url("../images/headline-h2.jpg") no-repeat 0 0;
    -moz-background-size: contain;
    background-size: contain;
    padding: 4px 50px 7px 28px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.1;
    color: #ffffff;
  }
  .lower h3 {
    border-left: 8px solid #ba54a8;
    border-bottom: 2px solid #cccccc;
    padding: 6px 16px 7px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.1;
  }
  .lower .button {
    margin: 0 auto 80px;
    width: 76%;
  }
  .lower .button a {
    width: 100%;
    display: block;
    background: url("../images/button01.png") no-repeat 0 0;
    -moz-background-size: contain;
    background-size: contain;
    text-align: center;
    padding: 16px 0 16px 40px;
    font-size: 16px;
    line-height: 1.1;
  }
  .lower .button a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  .lower .module-contact {
    margin-bottom: 40px;
  }
  .lower .module-contact a {
    background: url("../images/module-contact-sp.jpg") no-repeat 0 0;
    -moz-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 56.33%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .lower .module-contact a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
  }
  /* セキュリティ情報 */
  #info {
    width: 100%;
    margin-bottom: 60px;
  }
  #info #list ul {
    width: 100%;
    margin-right: 0;
    *zoom: 1;
  }
  #info #list ul li {
    list-style: none;
  }
  #info #list ul:before,
  #info #list ul:after {
    display: table;
    content: "";
  }
  #info #list ul:after {
    clear: both;
  }
  #info #list ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-height: 250px;
    margin-right: 0;
    background: #f5f5f5;
    border: none;
  }
  #info #list ul li img {
    width: 100%;
  }
  #info #list ul li a {
    text-decoration: none;
    display: block;
  }
  #info #list ul li img {
    margin-bottom: 6px;
  }
  #info #list ul li .detail {
    padding: 10px 12px;
  }
  #info #list ul li .detail hr {
    width: 74px;
    border: 0 none;
    height: 2px;
    color: #696969;
    margin-bottom: 3px;
    background-color: #ba54a8;
  }
  #info #list ul li .detail h3 {
    font-size: 12px;
  }
  #info #list ul li .detail p {
    font-size: 11px;
  }
  /* 被害事例  */
  #damage .mainvisual {
    background: url("../images/info/damage/mainvisual.jpg") no-repeat 0 0;
    margin-bottom: 20px;
    -moz-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 52.33%;
    position: relative;
  }
  #damage .mainvisual ul {
    position: absolute;
    top: 125px;
    left: 20px;
    padding-right: 20px;
  }
  #damage .mainvisual ul .headline {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #ba54a8;
    margin-bottom: 1px;
  }
  #damage .mainvisual ul .headline + p {
    font-size: 10px;
    line-height: 1.3;
    color: #ffffff;
  }
  #damage .icon-list {
    display: none;
  }
  #damage #list {
    padding: 0;
    margin-bottom: 60px;
  }
  #damage #list ul {
    width: 100%;
    margin-right: 0;
    *zoom: 1;
  }
  #damage #list ul li {
    list-style: none;
  }
  #damage #list ul:before,
  #damage #list ul:after {
    display: table;
    content: "";
  }
  #damage #list ul:after {
    clear: both;
  }
  #damage #list ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-height: 300px;
    margin-right: 0;
    background: #ffffff;
    border: 1px solid #ccc;
  }
  #damage #list ul li a {
    text-decoration: none;
  }
  #damage #list ul li img {
    width: 100%;
    margin-bottom: 0;
  }
  #damage #list ul li .detail {
    padding: 12px 12px 36px 12px;
  }
  #damage #list ul li .detail .headline {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 6px;
  }
  #damage #list ul li .detail .headline img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
  }
  #damage #list ul li .detail .headline div {
    overflow: hidden;
  }
  #damage #list ul li .detail p {
    font-size: 12px;
  }
  /* 被害事例詳細 */
  #damage-detail p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #damage-detail .mainvisual {
    width: 100%;
    text-align: center;
    background: #2f353d;
    margin-bottom: 40px;
  }
  #damage-detail .mainvisual img {
    width: 70%;
  }
  #damage-detail ul,
  #damage-detail ol {
    margin-bottom: 20px;
  }
  #damage-detail ul li,
  #damage-detail ol li {
    margin-left: 20px;
    font-size: 15px;
  }
  /* セキュリティ用語 */
  #words .mainvisual {
    background: url("../images/info/words/mainvisual.jpg") no-repeat 0 0;
    margin-bottom: 20px;
    -moz-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 52.33%;
    position: relative;
  }
  #words .mainvisual ul {
    position: absolute;
    top: 125px;
    left: 14px;
    padding-right: 14px;
  }
  #words .mainvisual ul li {
    list-style: none;
  }
  #words .mainvisual ul .headline {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #ba54a8;
    margin-bottom: 1px;
  }
  #words .mainvisual ul .headline + p {
    font-size: 10px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 4px;
  }
  #words .mainvisual ul .link a {
    font-size: 12px;
    font-weight: bold;
    color: #d9df00;
    margin-right: 20px;
  }
  #words #words-detail {
    width: 100%;
    margin-bottom: 60px;
  }
  #words #words-detail ul {
    *zoom: 1;
    margin-bottom: 50px;
  }
  #words #words-detail ul li {
    list-style: none;
  }
  #words #words-detail ul:before,
  #words #words-detail ul:after {
    display: table;
    content: "";
  }
  #words #words-detail ul:after {
    clear: both;
  }
  #words #words-detail ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 13px 30px 0;
  }
  #words #words-detail ul li h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #dbdcdc;
    padding: 3px 0;
    margin-bottom: 12px;
  }
  #words #words-detail ul li ul {
    margin-bottom: 0;
  }
  #words #words-detail ul li ul li {
    margin: 0 0 4px 0;
  }
  #words #words-detail ul li ul li a {
    background: url("../images/icon-block.gif") no-repeat 0 50%;
    padding-left: 16px;
    font-size: 15px;
  }
  /* サービス */
  #service {
    width: 100%;
    margin-bottom: 60px;
  }
  #service #mainvisual {
    margin-bottom: 16px;
  }
  #service #mainvisual img {
    width: 100%;
  }
  #service .graph {
    margin-bottom: 30px;
  }
  #service .graph img {
    width: 100%;
  }
  #service #checksheet {
    width: 100%;
    background-color: #f0ebd9;
    background-image: none;
    padding: 16px 16px 6px 16px;
    margin-bottom: 20px;
  }
  #service #checksheet ul li {
    list-style: none;
  }
  #service #checksheet ul li {
    background: url("../images/service/icon-check.png") no-repeat 0 50%;
    padding: 4px 0 4px 40px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  #service .assist {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #service .each {
    width: 100%;
    margin-bottom: 60px;
  }
  #service .each ul li {
    list-style: none;
  }
  #service .each ul li {
    margin-bottom: 30px;
    *zoom: 1;
  }
  #service .each ul li:before,
  #service .each ul li:after {
    display: table;
    content: "";
  }
  #service .each ul li:after {
    clear: both;
  }
  #service .each ul li img {
    display: none;
  }
  #service .each ul li .full {
    float: right;
    width: 100%;
  }
  #service .each ul li .full h4 {
    font-size: 15px;
    font-weight: bold;
    color: #003b9c;
    margin-bottom: 3px;
  }
  #service .each ul li .full p {
    font-size: 13px;
  }
  #service .each_list {
    margin-bottom: 40px;
  }
  #service .each_list ul li {
    list-style: none;
  }
  #service .each_list ul li {
    margin: 0 0 8px 20px;
    font-size: 13px;
  }
  #service .each_list p {
    font-size: 11px;
    margin-left: 20px;
  }
  #service .price {
    margin-bottom: 40px;
  }
  #service .price table {
    width: 100%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  #service .price table caption {
    text-align: left;
    font-size: 12px;
  }
  #service .price table th,
  #service .price table td {
    padding: 8px;
    font-size: 12px;
  }
  #service .price table th {
    width: 45%;
    border: 1px solid #c5c5c5;
    background: #ededed;
    text-align: left;
  }
  #service .price table td {
    border: 1px solid #c5c5c5;
    text-align: left;
  }
  #service .price table td span {
    font-size: 11px;
  }
  #service .price h4 {
    padding: 10px 18px;
    background: #ededed;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  #service .price p {
    font-size: 12px;
    margin: 0 0 10px 20px;
  }
  #service .price .total {
    font-size: 16px;
    margin: 0 0 14px 20px;
  }
  #service .price .other {
    font-size: 11px;
    margin-top: -8px;
  }
  #service .qa {
    margin-bottom: 40px;
  }
  #service .qa ul li {
    list-style: none;
  }
  #service .qa ul li {
    margin-bottom: 30px;
  }
  #service .qa ul li .question {
    font-size: 15px;
    font-weight: bold;
    background: url("../images/service/icon-question.jpg") no-repeat 0 50%;
    padding: 4px 0 4px 60px;
    margin-bottom: 6px;
  }
  #service .qa ul li .answer {
    font-size: 13px;
    background: url("../images/service/icon-answer.jpg") no-repeat 0 50%;
    padding: 4px 0 4px 60px;
  }
  /* お客様の声 */
  #voice .mainvisual {
    background: url("../images/voice/mainvisual.jpg") no-repeat 0 0;
    margin-bottom: 20px;
    -moz-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 52.33%;
    position: relative;
  }
  #voice .mainvisual ul {
    position: absolute;
    top: 125px;
    left: 20px;
    padding-right: 20px;
  }
  #voice .mainvisual ul .headline {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #ba54a8;
    margin-bottom: 1px;
  }
  #voice .mainvisual ul .headline + p {
    font-size: 10px;
    line-height: 1.3;
    color: #ffffff;
  }
  #voice #list {
    width: 100%;
  }
  #voice #list ul li {
    list-style: none;
  }
  #voice #list ul li {
    *zoom: 1;
    margin-bottom: 16px;
  }
  #voice #list ul li:before,
  #voice #list ul li:after {
    display: table;
    content: "";
  }
  #voice #list ul li:after {
    clear: both;
  }
  #voice #list ul li img {
    float: left;
    margin: 1px 16px 0 0;
  }
  #voice #list ul li .date {
    font-size: 12px;
  }
  #voice #list ul li h4 {
    margin: 3px 0 0 0;
    font-size: 15px;
  }
  #voice #list ul li p {
    font-size: 12px;
  }
  /* お客様の声 詳細 */
  #voice-detail p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #voice-detail p img {
    width: 70%;
  }
  #voice-detail .mainvisual {
    width: 100%;
    text-align: center;
    background: #2f353d;
    margin-bottom: 20px;
  }
  #voice-detail .mainvisual img {
    width: 70%;
    height: auto;
  }
  #voice-detail ul,
  #voice-detail ol {
    margin-bottom: 20px;
    margin-left: 26px;
  }
  #voice-detail ul li,
  #voice-detail ol li {
    margin-left: 20px;
    font-size: 15px;
  }
  #voice-detail .center {
    text-align: center;
  }
  #voice-detail table {
    width: 100%;
    border: 1px #B3B3B3 solid;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  #voice-detail table caption {
    text-align: left;
    font-size: 16px;
  }
  #voice-detail table th,
  #voice-detail table td {
    padding: 14px 14px;
    font-size: 15px;
  }
  #voice-detail table th {
    width: 26%;
    border: 1px solid #c5c5c5;
    background: #ededed;
    text-align: left;
  }
  #voice-detail table td {
    border: 1px solid #c5c5c5;
    text-align: left;
  }
  #voice-detail table td span {
    font-size: 11px;
  }
  pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 90%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
  }

  pre p img {
    width: 100%;
    height: auto;
  }
}

ul {
    list-style: none;
}
.section-worry li::before {
    float: left;
    content: '\f046';
    font-family: FontAwesome;
    color: #1469A0;
    font-size: 60px;
    margin-right: 10px;
}

.section-worry li {
    margin: 0 0 10px;
}

.section-worry li h4 {
    padding: 24px 0 4px;
    font-size: 24px;
    font-weight: bold;
}

.section-alert li::before {
    float: left;
    content: '\f071';
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 60px;
    margin-right: 10px;
}

.section-alert li {
    margin: 0 0 10px;
}

.section-alert li h4 {
    padding: 24px 0 4px;
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}

.section-key li::before {
    float: left;
    content: '\f084';
    font-family: FontAwesome;
    color: #ba54a8;
    font-size: 60px;
    margin-right: 10px;
}

.section-key li {
    margin: 0 0 10px;
}

.section-key li h4 {
    padding: 24px 0 4px;
    font-size: 24px;
    font-weight: bold;
    color: #ba54a8;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-calendar:before {
	content: "\f073";
}

.fa-map-marker:before {
	content: "\f124";
}

.fa-money:before {
	content: "\f157";
}

.fa-train:before {
	content: "\f041";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-download:before {
	content: "\f019";
}

.section-voice article p {

    float: left;
   /* width: 720px;*/
    margin: 0.5em 0;

}

.fig-left {

    float: left;
    margin: 0 15px 15px 0;

}

.seminar {
    color: #333;
    font: 137.5%/1.5 Calibri, 'Hiragino Kaku Gothic ProN','YuGothic', Meiryo, sans-serif;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}

/*voice*/
.section-voice article {
	margin-bottom: 0;
	zoom: 1;
}
.section-voice article:after { display: block; content: ""; clear: both;}
.section-voice article span {
	float: left;
	/*width: 720px;*/
	width: 80%;
	margin: 0.5em 0;
}

.frame-blue {
	background: #1469A0;
	padding: 20px;
}
.frame-blue-inner {
	background: #CCDEEA;
	border-radius: 10px;
	padding: 20px 30px;
}
