@charset "UTF-8";

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.fixbar {
  position: fixed;
  top: 0px;
}

/* ========================================
	NAVI
==========================================*/

nav {
  width: 100%;
  top: 0;
  z-index: 999;
}

.navi__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.gsc-search-button {
  display: none;
}

#___gcse_0 {
  display: none;
}

#___gcse_0.clicked {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

#___gcse_0 .gsc-control-cse {
  width: 100%;
}

#___gcse_0 form.gsc-search-box {
  margin-bottom: 0;
}

#___gcse_0 .gsc-input-box {
  border: 1px solid #dfe1e5;
  border-radius: 5px;
  background: #fff;
  padding: 10px 0;
}

#___gcse_0 table.gsc-search-box td.gsc-input {
  padding: 0;
}

.navi__search__icon {
  width: 70px;
  height: auto;
}

/* ========================================
	TEASER SEMINAR
==========================================*/

.teaserInfo {
  width: 100%;
  margin: 0 auto 1px auto;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.teaserInfo .InfoName {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 15px;
}

.teaserInfo .InfoName:before {
  border-bottom: 2px solid #CE1125;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  margin-top: -15px;
  width: 50px;
}

.teaserInfo dl {
  margin-bottom: 15px;
}

.teaserInfo dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.teaserInfo dl dd {
  line-height: 1.8;
  margin-bottom: 8px;
}

.teaserInfo .brandLogo {
  width: 150px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.teaserInfo .brandLogo img {
  width: inherit;
  text-align: right;
}

/* ========================================
	TEASER UNDERPAGE
==========================================*/

.teaserBase {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../image/common/bg_mv__title.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.teaserBase .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaserBase .inner .titPage {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.teaserBase .inner .titSub {
  font-size: 24px;
  float: right;
  padding-right: 200px;
}

/* ========================================
	BREAD CRUMB
==========================================*/

#breadcrumb {
  width: 100%;
  border-bottom: 1px solid #CECECE;
}

#breadcrumb .inner {
  width: 1000px;
  height: 23px;
  margin: 0px auto 1px auto;
}

#breadcrumb .inner ul {
  margin: 0 auto;
  padding-top: 4px;
  text-align: right;
  float: right;
}

#breadcrumb .inner ul li {
  display: inline-block;
  font-size: 11px;
  color: #5c5c5c;
  line-height: 18px;
  margin-left: 20px;
  float: left;
  display: block;
  color: #5c5c5c;
  position: relative;
  text-decoration: none;
}

#breadcrumb .inner ul li a {
  text-decoration: none;
  color: #333;
}

#breadcrumb .inner ul li a:hover {
  text-decoration: underline;
}

#breadcrumb .inner ul li:after {
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -10px;
  top: 60%;
  margin-top: -10px;
  content: "";
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  behavior: url(../PIE.htc);
}

#breadcrumb .inner ul li:last-child:after {
  border-right: none;
  border-bottom: none;
  list-style: none;
  right: 0px;
}

/* ========================================
	WRAPPER
==========================================*/

#wrapper {
  margin-top: 0px;
}

/* #wrapperType01 {
	overflow:hidden;
} */

/* ========================================
	CONTENT
==========================================*/

.content__divbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.con-divbox__wrap-left {
  padding-left: 76px;
}

.con-divbox__wrap-right {
  max-width: 762px;
  width: 100%;
}

.con-divbox__txt-wrap {
  margin-bottom: 40px;
}

.con-divbox__txt-wrap:last-child {
  margin-bottom: 0px;
  width: 100%;
}

.content__divbox__wrap p {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  padding: 7px 0px 7px 46px;
}

.content__divbox__wrap .one-clm__leed {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0;
  padding: 0;
}

.content__divbox__wrap span {
  font-size: 15px;
}

.content__divbox__wrap .num {
  padding-right: 14px;
  color: #9c9c9c;
}

/*.content__divbox__wrap span li {
	padding: 0 0 8px 0;
}*/

.content__divbox__wrap span li:last-child {
  padding: 0;
}

.content__divbox__wrap p:before {
  content: " ";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.content__overview .bg-b,
.content__overview .bg-red {
  margin-bottom: 10px;
}

.content__overview .bg-b > ul,
.content__overview .bg-red > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-b > ul > li:first-child,
.bg-red > ul > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 200px;
  color: #fff;
  min-height: 49px;
}

.bg-b > ul > li:last-child,
.bg-red > ul > li:last-child {
  margin-left: 10px;
  width: calc(100% - 200px);
}

.bg-b > ul > li:last-child p {
  margin-bottom: 0 !important;
  padding: 10px 0 10px 20px;
}

.bg-b > ul > li:first-child {
  background: #333;
}

.bg-red > ul > li:first-child {
  background: #c31a27;
}

.overview__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 49px;
  background-color: #fff;
  margin-left: -10px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overview__detail li:first-child {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview__detail li:last-child {
  width: calc(100% - 150px);
}

.overview__detail li:last-child p:first-child {
  font-weight: bold;
}

.overview__detail li:last-child p:last-child {
  text-align: right;
  padding-top: 20px;
}

.icon__book {
  background-image: url(../image/icon/icon__book.png);
  width: 16px;
  height: 13px;
  margin-right: 10px;
}

.link_btn {
  width: 400px;
  margin: auto;
  background: #c31a27;
  position: relative;
  margin-top: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link_btn:hover {
  background: #c9c9c9;
}

.link_btn:before {
  content: " ";
  position: absolute;
  height: 3px;
  width: 80px;
  background: #c9c9c9;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.link_btn:hover:before {
  background: #c31a27;
}

.link_btn p {
  text-align: center;
  padding: 33px 0;
  color: #fff;
  font-weight: bold;
}

.link_btn:hover p {
  color: #c31a27;
}

.border--top-border {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #900611;
}

.content__bgbox.grey {
  background: #e8e8e8;
  padding: 20px;
}

.content__bgbox.grey ul {
  font-size: 15px;
  line-height: 25px;
}

.content__bgbox-list__wrap p {
  padding: 30px;
}

.content__bgbox-list__wrap li {
  list-style-type: decimal;
}

.content__bgbox a:hover {
  text-decoration: none;
}

#content.document {
  min-height: inherit;
}

#content .inner {
  padding-top: 20px;
}

#content .inner a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#content a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=50);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#content a.hoge:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0s;
  transition: 0s;
}

/* ========================================
	ARTICLE
==========================================*/

article {
  float: left;
  width: 100%;
  max-width: 841px;
}

article p {
  line-height: 2;
  margin-bottom: 10px !important;
}

/* ========================================
	ASIDE
==========================================*/

aside {
  float: right;
  width: 100%;
  max-width: 240px;
  height: 600px;
  font-size: 16px;
  background: url(../image/common/bg_side.gif) top left no-repeat;
}

aside2 {
  float: right;
  width: 200px;
}

/* SIDE MENU01 */

/* SIDE MENU02 */

.sideNavi02 {
  width: 240px !important;
}

.sideNavi02 .sideTile {
  width: 240px !important;
  font-weight: bold;
  position: relative;
  padding: 15px 12px 5px;
  color: #333;
}

.sideNavi02 ul {
  width: 240px !important;
  border-top: 1px solid #CE1125;
  background-color: #EEEEEE;
}

.sideNavi02 ul li {
  width: 240px !important;
  border-bottom: 1px solid #E1E1E1;
}

.sideNavi02 ul li:last-child {
  width: 240px !important;
  border-bottom: 0px;
}

.sideNavi02 ul li a {
  width: 240px !important;
  color: #333;
  display: block;
  line-height: 1.6;
  font-size: 12px;
  padding: 8px 16px;
  text-decoration: none;
  background: url(../image/icon/icon_nav.png) 8px 16px no-repeat;
}

.sideNavi02 ul li a:hover {
  width: 240px !important;
  background: #FCF0F0 url(../image/icon/icon_nav_hover.png) 8px 16px no-repeat;
  color: #CE1125;
}

/* ========================================
	CONTACT AREA S
==========================================*/

.contactS {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.contactS dl {
  float: left;
  width: 49.9%;
  background-color: #FF0;
  border-right: dotted #CCCCCC 1px;
  background: url(../image/common/bg_shadow_l.png) center top no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.contactS dl:last-child {
  border-right: 0px;
}

/* CONTACT S BUTTON TELL */

.contactS .btnTel {
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../image/icon/icon_tel.png) no-repeat 39px 12px;
  padding-left: 32px;
  margin: 25px auto 10px;
  text-align: center;
}

.contactS .btnTel span {
  font-size: 12px;
  display: block;
}

.contactS .btnTel01 {
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 25px auto 10px;
  text-align: center;
}

.contactS .btnTel01 span {
  font-size: 25px;
  margin-right: 5px;
}

/* CONTACT S BUTTON FAX */

/* CONTACT S BUTTON FAX */

.contactS .btnFAX {
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../image/icon/icon_fax.png) no-repeat 20px 8px;
  padding-left: 40px;
  margin: 25px auto 10px;
  text-align: center;
}

.contactS .btnFAX span {
  font-size: 12px;
  display: block;
}

/* CONTACT S BUTTON */

.contactS .btnContact a {
  display: block;
  padding: 10px 10px;
  background-color: #CE1125;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  border: 1px solid #CE1125;
  width: 80%;
  margin: 25px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactS .btnContact a:hover {
  background-color: #FFF;
  color: #CE1125;
  border: 1px solid #CE1125;
  text-decoration: none;
}

.contactS .btnContact a span {
  background: url(../image/icon/icon_mail_white.png) no-repeat left 6px;
  padding-left: 28px;
}

.contactS .btnContact a:hover span {
  background: url(../image/icon/icon_mail_red.png) no-repeat left 6px;
  padding-left: 28px;
}

.contactS .btnContact a div {
  font-size: 12px;
}

/* CONTACT AREA TITLE */

.contactS .titContact {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* ========================================
	CONTACT AREA
==========================================*/

.contactArea {
  width: 100%;
  background: #EEEEEE;
  padding-bottom: 30px;
}

.contactArea .inner {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../image/icon/icon_pointer_btm.png) center top no-repeat;
}

.contactArea .inner dl {
  float: left;
  width: 499px;
  border-right: dotted #CCCCCC 1px;
  background: url(../image/common/bg_shadow_l.png) center top no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.contactArea .inner dl:last-child {
  border-right: 0px;
}

/* CONTACT AREA BUTTON TELL */

.contactArea .inner .btnTel {
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../image/icon/icon_tel.png) no-repeat left 10px;
  padding-left: 32px;
  width: 283px;
  margin: 18px auto 0;
  text-align: center;
}

.contactArea .inner .btnTel span {
  font-size: 12px;
  display: block;
}

/* CONTACT AREA BUTTON TELL2 */

/* CONTACT AREA BUTTON */

.contactArea .inner .btnContact a {
  display: block;
  padding: 10px 10px;
  background-color: #CE1125;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  border: 1px solid #CE1125;
  width: 360px;
  margin: 20px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactArea .inner .btnContact a:hover {
  background-color: #FFF;
  color: #CE1125;
  border: 1px solid #CE1125;
  text-decoration: none;
}

.contactArea .inner .btnContact a span {
  background: url(../image/icon/icon_mail_white.png) no-repeat left 6px;
  padding-left: 28px;
}

.contactArea .inner .btnContact a:hover span {
  background: url(../image/icon/icon_mail_red.png) no-repeat left 6px;
  padding-left: 28px;
}

.contactArea .inner .btnContact a p {
  font-size: 12px;
}

/* CONTACT AREA BUTTON2 */

/* CONTACT AREA TITLE */

.contactArea .titContact {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

/* CONTACT AREA TITLE2 */

/* ========================================
	PAGETOP
==========================================*/

#page-top {
  position: fixed;
  bottom: 20%;
  right: 2%;
  font-size: 70%;
  z-index: 1;
}

#page-top a {
  display: block;
  text-decoration: none;
  padding-top: 50px;
  width: 50px;
  height: 0px;
  overflow: hidden;
  background: url(../image/common/btn_pagetop.gif) no-repeat 0 0;
}

#page-top a:hover {
  background-position: 0 -50px;
}

/* ========================================
	faq accordion
==========================================*/

.acd-check {
  display: none;
}

.acd__btn {
  background: #fff;
  border-left: 4px solid #ce1125;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 16px;
  font-size: 17px;
}

.acd__btn span {
  color: #ce1125;
  margin-right: 13px;
  font-weight: bold;
}

.acd__content {
  /*display: flex;*/
  border-left: 4px solid #ce1125;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #fafafa;
  height: 0;
  opacity: 0;
  padding: 0 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  font-size: 17px;
}

.acd__content span {
  color: #ce1125;
  margin-right: 13px;
  font-weight: bold;
}

.acd-check:checked + .acd__btn + .acd__content {
  height: auto;
  opacity: 1;
  padding: 16px;
  visibility: visible;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked + label {
  background: inherit;
}

.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  content: "\f067" " 続きをよむ";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 900;
  background-color: #999;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cp_box input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068" " 閉じる";
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #CCC;
}

nav {
  width: 100%;
  height: 80px;
  position: relative;
  background: #FFF;
  border-bottom: 5px solid #900611;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 80px;
  padding: 0 1em;
}

.navbar_toggle {
  z-index: 9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}

.menu ul li {
  padding: 1em 2em;
  border-bottom: 1px solid #CCC;
}

.brandLogo {
  text-align: center;
}

td.bk-product {
  /*background: #f4f7fd;*/
  color: #2c65c3;
}

td.bk-service {
  /*background: #fefcfc;*/
  color: #b40e6e;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .wrap_all {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }

  .wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }

  .main_title {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 26px;
    margin-bottom: 36px;
  }

  /* Footer Contact */

  .footer_contact {
    width: 100%;
    background-image: url(../image/footer_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 10px 50px 10px;
  }

  .footer_contact_title {
    width: 350px;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #444;
    color: #444;
    border-radius: 50px;
    margin-bottom: 30px;
  }

  .footer_contact_frame {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .footer_contact_frame_left {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer_contact_frame_right {
    width: 48%;
    float: right;
    text-align: right;
  }

  .footer_contact_number {
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
  }

  .footer_contact_icon {
    vertical-align: top;
    padding-top: 20px;
    padding-right: 15px;
  }

  .footer_contact_btn {
    width: 400px;
    height: 80px;
    background-image: url(../image/footer_contact_btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }

  .footer_contact_time {
    margin-left: 40px;
  }

  /*調査/分析サービス*/

  .wrap_investigation {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #investigation .title01 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
    border-left: 6px solid #900611;
  }

  #investigation .title_frame {
    width: 100%;
    border-bottom: 3px solid #cecece;
    padding: 30px 20px 30px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    margin-bottom: 50px;
  }

  #investigation .link_list {
    width: 100%;
    display: block;
  }

  #investigation .link_list li {
    width: 100%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #c31a27;
    background-color: #fff;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    display: block;
    margin-bottom: 20px;
  }

  #investigation .link_list li:last-child {
    width: 100%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #c31a27;
    background-color: #fff;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    display: block;
    margin: 0px;
  }

  #investigation .link_list li a {
    display: block;
    padding: 20px;
  }

  #investigation .link_list li:hover {
    background-color: #f9e8e9;
  }

  #investigation .link_list_frame {
    width: 100%;
    display: table;
  }

  #investigation .link_list_frame_left {
    width: 1100px;
    display: table-cell;
    vertical-align: top;
  }

  #investigation .link_list_frame_right {
    width: 20px;
    display: table-cell;
    vertical-align: middle;
  }

  #investigation .link_list_arrow {
    font-size: 30px;
    color: #c31a27;
    font-weight: bold;
  }

  #investigation .list_date {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
  }

  #investigation .list_bn {
    width: 180px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    background-color: #333;
    padding: 7px;
    border-radius: 5px;
  }

  #investigation .list_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 20px 0px;
  }

  #investigation .list_title02 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
  }

  #investigation .list_text {
    font-size: 16px;
    color: #333;
  }

  #investigation .mt-20 {
    margin-top: 20px;
  }

  /*McAfee Web Gateway Support*/

  /* CryptoAuditor */

  #products_testB .title01 {
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/icon/products_icon01.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    margin-top: 50px;
  }

  #products_testB .title02 {
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/icon/products_icon02.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    margin: 50px 0px 25px 0px;
  }

  #products_testB .text01 {
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.7;
  }

  #products_testB .mb-40 {
    margin-bottom: 40px;
  }

  /*Cell Janus 製品サポート*/

  .wrap_intro {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
  }

  /*User Managerダウンロード*/

  .wrap_user {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ニュース */

  /* サイトマップ */

  .wrap_sitemap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 975px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar_toggle {
    display: none;
  }

  .menu {
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .menu ul {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu ul li:last-child {
    background-color: #000;
    color: #FFF !important;
    height: 80px;
    padding: 10px 40px;
  }

  .menu ul li span.navi_ruby {
    color: #900611;
    font-size: 12px;
  }

  span.navi_ruby02 {
    color: #FFF;
    font-size: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .sp {
    display: none;
  }

  .copy-right {
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #c41a27;
    color: #fff;
  }

  footer {
    background-color: #000;
  }

  .footer_menu {
    width: 1100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px 30px;
    margin: 0 auto;
    /*border-bottom: 1px solid #fff;*/
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    list-style: none;
  }

  .footer_menu li {
    margin-right: 20px;
    float: left;
    display: inline;
  }

  .footer_menu li:last-child {
    margin: 0px;
    display: inline;
  }

  .footer_menu a {
    color: #fff;
  }

  .footer_menu_frame {
    width: 1100px;
    padding: 60px 0px 40px 0px;
    margin: 0 auto;
    overflow: hidden;
  }

  .menu_title {
    width: 175px;
    font-size: 16px;
    font-weight: bold;
    /*border-right: 1px solid #fff;*/
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu_title li:first-child {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
  }

  .menu_title li {
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .menu_title li:last-child {
    font-size: 12px;
    margin-left: 10px;
  }

  .menu_title a {
    color: #fff;
  }

  .menu_title2 {
    width: 375px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
  }

  .menu_title2 li:first-child {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
  }

  .menu_title2 li {
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .menu_title2 li:last-child {
    font-size: 12px;
    margin-left: 10px;
  }

  .menu_title2 a {
    color: #fff;
  }

  .menu_title3 {
    width: 175px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    /*border-right: 1px solid #fff;*/
  }

  .menu_title3 li:first-child {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
  }

  .menu_title3 li {
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .menu_title3 li:last-child {
    font-size: 12px;
    margin-left: 10px;
  }

  .menu_title3 a {
    color: #fff;
  }

  .white {
    color: #FFF;
  }
}

@media screen and (min-width: 1200px) {
  .menu ul li {
    padding: 0 0.8em;
    border-bottom: none;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1100px) {
  .pc {
    display: none;
  }

  .nav_bg {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }

  #sp_globalnavi .sp_navi__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
  }

  #sp_globalnavi .sp_navi__search__icon {
    width: 70px;
    height: 100%;
    background-image: url(../image/icon/icon_search.png);
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #cecece;
    position: absolute;
    top: 0px;
    right: 336px;
  }

  /* search style css */

  .gsc-search-button {
    display: none;
  }

  #sp___gcse_0 {
    display: none;
  }

  #sp___gcse_0.clicked {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
  }

  #sp___gcse_0 .gsc-control-cse {
    width: 100%;
  }

  #sp___gcse_0 form.gsc-search-box {
    margin-bottom: 0;
  }

  #sp___gcse_0 .gsc-input-box {
    border: 1px solid #dfe1e5;
    border-radius: 5px;
    background: #fff;
    padding: 10px 0;
  }

  #sp___gcse_0 table.gsc-search-box td.gsc-input {
    padding: 0;
  }

  /* search style css -END- */

  .copy-right {
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background: #c41a27;
    color: #fff;
  }

  footer {
    background-color: #000;
  }

  .footer_menu {
    width: 90%;
    padding: 5px 0px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 10px;
  }

  .footer_menu li {
    width: 48%;
    margin: 0px 1%;
    float: left;
    border-bottom: 1px dotted #fff;
    text-align: center;
    padding: 10px 0px;
  }

  .footer_menu li:last-child {
    width: 48%;
    margin: 0px 1%;
    border-bottom: 1px dotted #fff;
    text-align: center;
    padding: 10px 0px;
  }

  .footer_menu a {
    color: #fff;
  }

  /*ボックス全体*/

  #sp_footer .accbox {
    margin: 0px auto;
    padding: 0;
    max-width: 88%;
    /*最大幅*/
  }

  #sp_footer .accbox a {
    color: #fff;
  }

  /*ラベル*/

  #sp_footer .accbox label {
    display: block;
    margin: 0px;
    padding: 13px 0px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    border-bottom: 1px dotted #fff;
    position: relative;
  }

  /*アイコンを表示*/

  #sp_footer .accbox label::after {
    content: "＋";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
  }

  /*チェックは隠す*/

  #sp_footer .accbox input {
    display: none;
  }

  /*中身を非表示にしておく*/

  #sp_footer .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-color: #000;
  }

  /*クリックで中身表示*/

  #sp_footer .cssacc:checked + label + .accshow {
    height: auto;
    padding: 10px 0px;
    background-color: #000;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_footer .accbox .accshow p {
    margin: 15px 0px;
    background-color: #000;
  }

  /*アイコンを入れ替える*/

  #sp_footer .cssacc:checked + label:after {
    content: "ー";
    position: absolute;
    right: 10px;
  }

  #sp_footer .menu_title {
    width: 100%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_footer .menu_title li {
    font-size: 16px;
    border-bottom: 1px dotted #fff;
    padding: 10px 0px;
  }

  #sp_footer .menu_title li:last-child {
    font-size: 16px;
    border: 0px;
    padding: 10px 0px;
  }

  #sp_footer .menu_title a {
    color: #fff;
  }

  .white {
    color: #FFF;
  }
}

@media screen and (max-width: 975px) {
  .menu ul li {
    padding: 1em 2em;
    border-bottom: 1px solid #CCC;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }

  .wrap_all {
    width: 100%;
    margin: 0 auto;
  }

  .bread_top {
    color: #ff0000;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .center {
    text-align: center;
  }

  /* Footer Contact */

  /*調査/分析サービス*/

  .wrap_investigation {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #investigation .title01 {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
    border-left: 6px solid #900611;
    margin: 20px auto;
  }

  #investigation .title_frame {
    width: 90%;
    border-bottom: 3px solid #cecece;
    padding: 30px 5px 30px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    margin: 0 auto;
  }

  #investigation .link_list {
    width: 100%;
    display: block;
  }

  #investigation .link_list li {
    width: 100%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #c31a27;
    background-color: #fff;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    display: block;
    margin-bottom: 20px;
  }

  #investigation .link_list li:last-child {
    width: 100%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #c31a27;
    background-color: #fff;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    display: block;
    margin: 0px;
  }

  #investigation .link_list li a {
    display: block;
    padding: 0px 0px 20px 20px;
  }

  #investigation .link_list li:hover {
    background-color: #f9e8e9;
  }

  #investigation .link_list_frame {
    width: 100%;
    display: table;
  }

  #investigation .link_list_frame_left {
    width: 100%;
    display: table-cell;
    vertical-align: top;
  }

  #investigation .link_list_frame_right {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 20px;
  }

  #investigation .link_list_arrow {
    font-size: 30px;
    color: #c31a27;
    font-weight: bold;
  }

  #investigation .list_date {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
  }

  #investigation .list_bn {
    width: 180px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    background-color: #333;
    padding: 7px;
    border-radius: 5px;
  }

  #investigation .list_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 20px 0px;
  }

  #investigation .list_title02 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
  }

  #investigation .list_text {
    font-size: 16px;
    color: #333;
  }

  /*ペネトレーションテスト*/

  .wrap_products_testB {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  #products_testB .title01 {
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/icon/products_icon01.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    margin-top: 50px;
  }

  #products_testB .title02 {
    font-size: 18px;
    font-weight: bold;
    background-image: url(../image/icon/products_icon02.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    margin: 50px 0px 25px 0px;
  }

  #products_testB .text01 {
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 2;
  }

  #products_testB .mb-40 {
    margin-bottom: 40px;
  }

  /*Cell Janus 製品サポート*/

  .wrap_cell {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  #cell .title01 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333333;
    color: #fff;
    border-left: 6px solid #900611;
  }

  /*McAfee Web Gateway Support*/

  /* CryptoAuditor */

  /*Cell Janus 製品サポート*/

  .wrap_intro {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  /*User Managerダウンロード*/

  .wrap_user {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* NEWS */

  /*ボックス全体*/

  /*ラベル*/

  /* サイトマップ */

  .wrap_sitemap {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* ========================================
  	CONTENT
  ==========================================*/

  .main_wrap {
    margin-top: 20px;
  }

  #content {
    overflow: hidden;
    margin: 0 auto;
    width: 95%;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  #content.width_1120px h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 26px;
    margin-bottom: 36px;
  }

  #content.width_1120px h2 span {
    font-size: 20px;
    font-weight: normal;
  }

  #content.width_1120px h2:after {
    content: " ";
    width: 60px;
    height: 5px;
    background: #900611;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .content__flexbox {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    line-height: 25px;
  }

  .content__flexbox.flex-start {
    width: 100% !important;
  }

  /*会社案内ー事業紹介*/

  .Page_CoBusiness {
    width: 100%;
    margin: 0 auto;
  }

  .CoBusiness_content h3 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }

  .cycle-map-area {
    margin-bottom: 40px;
  }

  .Page_CoBusiness p {
    line-height: 1.5;
  }

  .CoBusiness_BeforeTheBox {
    margin-bottom: 104px;
  }

  .CoBusiness_Box {
    font-size: 0;
  }

  .CoBusiness_BoxLeft {
    text-align: left;
  }

  .CoBusiness_BoxLeft.cycle-map {
    width: 100%;
    margin-right: 4%;
  }

  .CoBusiness_BoxRight.cycle-map-text {
    width: 100%;
  }

  .CoBusiness_Box > div {
    width: 100%;
    vertical-align: top;
  }

  .CoBusiness_BoxMainImg img {
    width: 100%;
  }

  .CoBusiness_Box h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .CoBusiness_Box p {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .CoBusiness_Box p:last-child {
    margin-bottom: 0;
  }

  .CoBusiness_BoxInfor {
    padding: 24px 16px;
  }

  .CoBusiness_content {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 480px) {
  .content__wrap {
    padding: 20px 5px;
  }
  .footer_contact {
    width: 93%;
    margin: 0 auto;
  }
  .footer_contact_frame_right {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 975px) and (max-width: 1200px) {
  .menu ul li {
    padding: 0 0.25em;
    border-bottom: none;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
  }
}
/*# sourceMappingURL=layout_old.css.map */
