<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: AI PC Theme
Description: 株式会社 アドバンスト インターナショナル
Author: NTS
Version: 1.0
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Since:2017-02-17
+ Update:2017-03-01（owl.carouselv2.2.0の導入）
+ Update:XXXX-XX-XX
+ Browser Windows:IE9,FireFox8.0,Chrome20
+ Brouser Mac:Safari5.1.5,FireFox8.0
+ Editor ID:NTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* html5reset ************************************************************ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* html5resetの追加分 */
ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* owl.carousel *********************************************************** */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* 全体の共通設定 ********************************************************* */
body {
  color: #555;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  /*自動文字調整 横向き対応*/
  -ms-text-size-adjust: 100%;
  /*自動文字調整 横向き対応*/
}

a {
  color: #eb6200;
  text-decoration: none;
}

/*リストを横並びにした時に隙間をなくすため*/
ul {
  letter-spacing: -5px;
}

li {
  letter-spacing: normal;
  zoom: 1;
}

/*斜体はノーマルに変更*/
em {
  font-style: normal;
}

.clearfix, header #subNav, .pageNav, .normalCont, .normalCont .content, .pageInLink, #seminarCont dl {
  zoom: 1;
}
.clearfix:after, header #subNav:after, .pageNav:after, .normalCont:after, .normalCont .content:after, .pageInLink:after, #seminarCont dl:after {
  display: block;
  clear: both;
  content: "";
}

.flexlayout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imghover {
  background: #fff;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
}

/* /全体の共通設定 ********************************************************* */
/* header（ヘッダー） ***************************************************** */
header {
  border-top: solid 4px #f49c00;
}
header #headerInner {
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
}
header h1 .logoAi {
  margin: 28px 0 0 3px;
  width: 50px;
}
header h1 .logoAitxt {
  display: block;
  position: absolute;
  left: 4px;
  top: 9px;
  width: 98%;
}
header .aboutus {
  position: absolute;
  left: 60px;
  top: 34px;
  font-size: 16px;
}
header nav {
  margin: 10px 0 0 2%;
  width: 98%;
}
header #tbspOnlyNav li {
  float: left;
  width: 25%;
  text-align: center;
}
header #tbspOnlyNav li a {
  display: block;
  padding: 7px 10px 5px;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 13px;
}
header #tbspOnlyNav li a:before {
  display: block;
  overflow: hidden;
  margin: 0 auto 4px;
  width: 36px;
  height: 28px;
  background-image: url(../images/icon_home.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 36px 28px;
  content: " ";
}
header #subNav li {
  display: inline-block;
  margin-left: 2px;
  width: 24%;
  text-align: center;
}
header #subNav li a {
  display: block;
  padding: 12px 30%;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 14px;
}
header #subNav li:last-child a {
  padding: 12px 20%;
}
header #subNav li span {
  display: block;
}
header #subNav .companyNav a, header #subNav .accessNav a {
  padding: 12px 25%;
}
header #mainNav {
  width: 98%;
}
header #mainNav li {
  display: inline-block;
  margin-top: 5px;
  width: 15%;
  text-align: center;
  vertical-align: top;
}
header #mainNav li:nth-child(5) {
  width: 18%;
}
header #mainNav li:nth-child(6) {
  width: 22%;
}
header #mainNav li a {
  display: block;
  padding: 15px 2px;
  height: 36px;
  border-top: #754700 1px solid;
  border-bottom: #754700 1px solid;
  border-left: #754700 1px solid;
  background: #f49c00;
  background: linear-gradient(to bottom, #ffd67c 0%, #f49c00 100%);
  background: -webkit-linear-gradient(top, #ffd67c 0%, #f49c00 100%);
  color: #5c3800;
  font-size: 14px;
  font-weight: bold;
}
header #mainNav li:last-child a {
  border-right: #754700 1px solid;
}
header #mainNav li span {
  display: block;
}
header #mainNav .homeNav {
  display: none;
}

/* /header（ヘッダー） **************************************************** */
/* main（メイン） ********************************************************* */
#main {
  position: relative;
  margin: 0 auto;
  padding: 0 5px;
}

/* 共有 ******************************************************************** */
/* path（共有：パンくず） */
#path {
  display: none;
}

/* pagetop（共有：ページTOPへ） */
.pagetop {
  display: none;
}

/* pageNav（ページ送り） */
.pageNav {
  margin: 0 5px 20px;
}
.pageNav .prev {
  float: left;
  width: 48%;
}
.pageNav .next {
  float: right;
  width: 48%;
  text-align: right;
}

/* toInquiry（共有：お問い合わせへリンク） */
.toInquiry {
  position: relative;
  margin: 40px 0 20px;
  padding: 0 10px;
  min-height: 80px;
  border-radius: 15px;
  border: solid 1px #777;
  background: #f2f8ff;
  background: linear-gradient(to bottom, #fff 30%, #d5e8ff 100%);
  background: -webkit-linear-gradient(top, #fff 30%, #d5e8ff 100%);
}
.toInquiry dt {
  padding-right: 10px;
  width: 100%;
}
.toInquiry dt .logoSet {
  display: none;
}
.toInquiry dt .readily {
  display: block;
  margin: 20px 0 10px;
  width: 55%;
  color: #264387;
  font-size: 16px;
  font-weight: bold;
}
.toInquiry dd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40%;
}
.toInquiry dd a {
  display: block;
  padding: 20px 5px;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*（共有：文章中に画像配置） */
.imgL {
  /*imgタグにクラスを設定*/
  display: block;
  margin: 10px auto;
}

.imgR {
  /*imgタグにクラスを設定*/
  display: block;
  margin: 10px auto;
}

.imgC {
  /*pタグにクラスを設定*/
  display: block;
  margin: 10px auto;
  text-align: center;
}
.imgC img {
  margin: 5px 5px 10px;
  width: 100%;
}
.imgC .noZoom {
  margin: 5px 5px 10px;
  width: auto;
}

.photo img {
  /*pタグにクラスを設定*/
  width: 95%;
}

/* mark（共有：文章途中に画像） */
.mark {
  margin: 0 5px;
  vertical-align: middle;
}

/* textBreak（共有：言語に関係なく表示範囲に合わせて改行） */
.textBreak {
  word-break: break-all;
}

/* topList（トップおすすめ商品） */
#topList div {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

/* listSlide（商品のスライダー） */
#listSlide {
  margin: 5px auto 0;
  padding: 5px 10px 5px 0;
}
#listSlide li {
  display: inline-block;
  padding-bottom: 10px;
  width: 94%;
}
#listSlide img {
  margin-bottom: 3px;
  width: 100%;
  border: solid 1px #777;
  text-align: left;
}
#listSlide p {
  margin-left: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
#listSlide .title {
  padding: 5px 0 3px;
  font-size: 16px;
  color: #264387;
}

/* スライダー：prev/nextボタン */
.owl-theme .owl-controls .owl-nav div {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 106px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:after {
  position: absolute;
  bottom: 4px;
  right: 10px;
  border: 8px solid transparent;
  border-right-color: #fff;
  content: ' ';
}
.owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 23px;
  top: 106px;
}
.owl-theme .owl-controls .owl-nav .owl-next:after {
  position: absolute;
  bottom: 4px;
  left: 10px;
  border: 8px solid transparent;
  border-left-color: #fff;
  content: ' ';
}

.owl-theme .owl-nav [class*='owl-'] {
  padding: 2px 12px 3px;
  border-radius: 15px;
  background: #264387;
  opacity: 0.5;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #264387;
  opacity: 1;
}

/* スライダー：ナビ*/
#slider .owl-controls {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #264387;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #264387;
  opacity: 1;
}

/* /共有 ******************************************************************* */
/* サブページ専用 ********************************************************** */
/* pageTtl（ページタイトル） */
#company .pageTtl h2 {
  background: url(../images/h_company@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#company .pageTtl:before {
  content: url(../images/pic_company.png);
}

#business .pageTtl h2 {
  background: url(../images/h_business@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#business .pageTtl:before {
  content: url(../images/pic_business.png);
}

#education .pageTtl h2 {
  background: url(../images/h_education@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#education .pageTtl:before {
  content: url(../images/pic_education.png);
}

#publicity .pageTtl h2 {
  background: url(../images/h_publicity@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#publicity .pageTtl:before {
  content: url(../images/pic_publicity.png);
}

#testing .pageTtl h2 {
  background: url(../images/h_testing@2x.png) 10px 10px no-repeat;
  background-size: auto 32px;
}
#testing .pageTtl:before {
  content: url(../images/pic_testing.png);
}

#learning .pageTtl h2 {
  background: url(../images/h_learning@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#learning .pageTtl:before {
  content: url(../images/pic_learning.png);
}

.tax-cate_item .pageTtl h2,
.post-type-archive .pageTtl h2,
.single-item .pageTtl h2 {
  background: url(../images/h_list@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
.tax-cate_item .pageTtl:before,
.post-type-archive .pageTtl:before,
.single-item .pageTtl:before {
  content: url(../images/pic_list.png);
}

.newsTtl h2,
.category .pageTtl h2,
.date .pageTtl h2,
.blog .pageTtl h2 {
  background: url(../images/h_news@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
.newsTtl:before,
.category .pageTtl:before,
.date .pageTtl:before,
.blog .pageTtl:before {
  content: url(../images/pic_news.png);
}

.resultsTtl h2,
.category-results .pageTtl h2 {
  background: url(../images/h_results@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
.resultsTtl:before,
.category-results .pageTtl:before {
  content: url(../images/pic_results.png);
}

#club .pageTtl h2 {
  background: url(../images/h_club@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#club .pageTtl:before {
  content: url(../images/pic_club.png);
}

.seminarTtl h2,
.category-seminar .pageTtl h2 {
  background: url(../images/h_seminar@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
.seminarTtl:before,
.category-seminar .pageTtl:before {
  content: url(../images/pic_seminar.png);
}

#recruit .pageTtl h2 {
  background: url(../images/h_recruit@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#recruit .pageTtl:before {
  content: url(../images/pic_recruit.png);
}

#access .pageTtl h2 {
  background: url(../images/h_access@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#access .pageTtl:before {
  content: url(../images/pic_access.png);
}

#inquiry .pageTtl h2 {
  background: url(../images/h_inquiry@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#inquiry .pageTtl:before {
  content: url(../images/pic_inquiry.png);
}

#link .pageTtl h2 {
  background: url(../images/h_link@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#link .pageTtl:before {
  content: url(../images/pic_common_ai.png);
}

#privacy .pageTtl h2 {
  background: url(../images/h_privacy@2x.png) 10px 10px no-repeat;
  background-size: auto 34px;
}
#privacy .pageTtl:before {
  content: url(../images/pic_common_ai.png);
}

#sitepolicy .pageTtl h2 {
  background: url(../images/h_sitepolicy@2x.png) 10px 10px no-repeat;
  background-size: auto 30px;
}
#sitepolicy .pageTtl:before {
  content: url(../images/pic_common_ai.png);
}

#sitemap .pageTtl h2 {
  background: url(../images/h_sitemap@2x.png) 10px 10px no-repeat;
  background-size: auto 38px;
}
#sitemap .pageTtl:before {
  content: url(../images/pic_common_ai.png);
}

#mailmaga .pageTtl h2 {
  background: url(../images/h_mailmaga@2x.png) 10px 10px no-repeat;
  background-size: auto 34px;
}
#mailmaga .pageTtl:before {
  content: url(../images/pic_mailmaga.png);
}

.pageTtl {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  min-height: 130px;
}
.pageTtl:before {
  position: absolute;
  right: -5px;
  top: 0;
  display: block;
  overflow: hidden;
  background: #fff;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  opacity: 0.6;
  z-index: -1;
}
.pageTtl h2 {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  margin: 10px 0 0 10px;
  height: 85px;
  z-index: 0;
}

#education .pageTtl, #publicity .pageTtl, #testing .pageTtl, #learning .pageTtl {
  min-height: 158px;
}

/* リード */
.lead {
  position: relative;
}
.lead p {
  margin: -59px 0 10px;
  padding: 7px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

#education .lead p {
  color: #4b9e00;
}

#publicity .lead p {
  color: #ea5404;
}

#testing .lead p {
  color: #0094b2;
}

#learning .lead p {
  color: #db9000;
}

/* boxR（2分割右側） */
.boxR {
  display: none;
}

/* normalCont（通常のコンテンツ） */
.normalCont {
  /* 左寄せバナーの設置 */
  /* 基本のリストやタイトル付リスト */
  /* 通常タイプから枠なし設定 */
}
.normalCont h3 {
  padding: 7px 5px 5px;
  background: #264387;
  color: #eaeaea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.normalCont .content {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 10px;
  border-bottom: solid 1px #777;
  border-left: solid 1px #777;
  border-right: solid 1px #777;
  line-height: 1.7;
}
.normalCont .content h4 {
  margin: 10px 0 8px;
  padding: 0 0 3px 27px;
  border-bottom: dotted 1px #777;
  background: url(../images/icon_square.gif) no-repeat;
  font-size: 16px;
  line-height: 1.3;
}
.normalCont .content h4:first-child {
  margin: 0 0 8px;
}
.normalCont .content p {
  margin-bottom: 0.5em;
  font-size: 15px;
}
.normalCont .content .txtR {
  text-align: right;
}
.normalCont .content table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
}
.normalCont .content caption {
  text-align: left;
  color: #264387;
  font-size: 16px;
  font-weight: bold;
}
.normalCont .content th {
  padding: 10px;
  width: 7em;
  border: 1px solid #53648c;
  background: #778ec8;
  color: #fff;
}
.normalCont .content td {
  padding: 10px;
  border: 1px solid #53648c;
  background: #e9f0ff;
  color: #264387;
}
.normalCont .banner {
  margin: 0;
  padding: 15px 10px;
  border-bottom: none;
}
.normalCont .banner dt {
  margin-right: 15px;
  width: auto;
  border-left: none;
}
.normalCont .banner dt img {
  border: solid 1px #777;
}
.normalCont .banner dd {
  overflow: hidden;
  margin-top: 5px;
  padding: 0;
  font-size: 15px;
  zoom: 1;
}
.normalCont .banner dd strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.normalCont .normalList {
  margin: 5px 0;
  padding: 5px 10px;
  border: solid 1px #727b8f;
}
.normalCont .normalList li {
  position: relative;
  padding-left: 18px;
  color: #264387;
  font-size: 15px;
}
.normalCont .normalList li:after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}
.normalCont .normalDl {
  margin: 5px 0;
  padding: 10px;
  background: #d8deed;
}
.normalCont .normalDl dt {
  margin-bottom: 3px;
  padding-left: 7px;
  border-left: double 8px #264387;
  font-size: 16px;
  font-weight: bold;
}
.normalCont .normalDl dd {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
}
.normalCont .normalDl dd:after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}
.normalCont .lineNo {
  margin: 0;
  padding: 0 5px 10px;
  border: none;
}
.normalCont .lineNo:before {
  display: none;
}

/* 事業内容トップのカテゴリーリンク */
.categoryLink {
  margin: 10px 0 10px -5px;
  height: 260px;
  background: url(../images/img_school.gif) center 20px no-repeat;
  width: 100%;
  text-align: center;
}
.categoryLink li {
  display: inline-block;
  margin-bottom: 60px;
  width: 50%;
  text-align: left;
  vertical-align: top;
  line-height: 1.3;
}
.categoryLink li a {
  display: block;
  position: relative;
  margin: 0 2px 4px 10px;
  padding: 50px 10px 10px 10px;
  min-height: 40px;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.categoryLink li a:after {
  position: absolute;
  right: 5px;
  top: 15px;
  border: 11px solid transparent;
  border-left-color: #fff;
  height: 0;
  width: 0;
  content: ' ';
}
.categoryLink #educationNavBn a {
  background: #6eb92b url(../images/icon_education.png) 10px 10px no-repeat;
  background-size: 42px 32px;
}
.categoryLink #publicityNavBn a {
  background: #ea5404 url(../images/icon_publicity.png) 10px 10px no-repeat;
  background-size: 42px 32px;
}
.categoryLink #testingNavBn a {
  background: #21b8d7 url(../images/icon_testing.png) 10px 10px no-repeat;
  background-size: 42px 32px;
}
.categoryLink #learningNavBn a {
  background: #f5a100 url(../images/icon_learning.png) 10px 10px no-repeat;
  background-size: 42px 32px;
}

/* 共有：事業内容のカテゴリーナビ */
.categoryNav {
  display: block;
  margin-bottom: 10px;
  width: 99%;
}
.categoryNav li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.categoryNav li a {
  display: block;
  position: relative;
  margin: 0 2px 4px;
  padding: 15px 5px 15px 53px;
  min-height: 38px;
  border: #133355 1px solid;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

/* 共有：事業内容のカテゴリーナビ */
.educationNavIn a {
  background: #6eb92b url(../images/icon_education.png) 6px 17px no-repeat;
  background-size: 42px 32px;
}

.publicityNavIn a {
  background: #ea5404 url(../images/icon_publicity.png) 6px 17px no-repeat;
  background-size: 42px 32px;
}

.testingNavIn a {
  background: #21b8d7 url(../images/icon_testing.png) 6px 17px no-repeat;
  background-size: 42px 32px;
}

.learningNavIn a {
  background: #f5a100 url(../images/icon_learning.png) 6px 17px no-repeat;
  background-size: 42px 32px;
}

.categoryNav .businessNavIn {
  width: 100%;
}

.categoryNav .businessNavIn a {
  background: #4e6177;
  padding: 20px 0;
  min-height: 0;
  text-align: center;
}

/* 商品一覧で使用（ページ内リンク） */
.pageInLink {
  margin: 10px 0;
}
.pageInLink a {
  display: block;
  margin: 0 10px 5px;
  padding: 15px 10px 15px 50px;
  border-radius: 10px;
  font-size: 15px;
}
.pageInLink .cat-item-ict_use a, .pageInLink .cat-item-energy a {
  background: #d8deed url(../images/icon_results_education@2x.png) 10px 8px no-repeat;
  background-size: 30px 30px;
}
.pageInLink .cat-item-publicity a, .pageInLink .cat-item-registration a {
  background: #d8deed url(../images/icon_results_publicity@2x.png) 10px 8px no-repeat;
  background-size: 30px 30px;
}
.pageInLink .cat-item-testing a {
  background: #d8deed url(../images/icon_results_testing@2x.png) 10px 8px no-repeat;
  background-size: 30px 30px;
}
.pageInLink .cat-item-learning a {
  background: #d8deed url(../images/icon_results_learning@2x.png) 10px 8px no-repeat;
  background-size: 30px 30px;
}
.pageInLink .cat-item-other a {
  background: #d8deed url(../images/icon_results_other@2x.png) 10px 8px no-repeat;
  background-size: 30px 30px;
}

/* 商品一覧で使用（商品情報） */
#listCont {
  margin-bottom: 20px;
}
#listCont h3 {
  margin: 30px 0 10px;
  padding: 7px 10px 7px 40px;
  border-bottom: dotted 1px #264387;
  color: #ttlTextOnlyCol;
  font-size: 18px;
  font-weight: bold;
}
#listCont .cat-item-ict_use, #listCont .cat-item-energy {
  background: url(../images/icon_results_education@2x.png) no-repeat;
  background-size: 34px 34px;
}
#listCont .cat-item-publicity, #listCont .cat-item-registration {
  background: url(../images/icon_results_publicity@2x.png) no-repeat;
  background-size: 34px 34px;
}
#listCont .cat-item-testing {
  background: url(../images/icon_results_testing@2x.png) no-repeat;
  background-size: 34px 34px;
}
#listCont .cat-item-learning {
  background: url(../images/icon_results_learning@2x.png) no-repeat;
  background-size: 34px 34px;
}
#listCont .cat-item-other {
  background: url(../images/icon_results_other@2x.png) no-repeat;
  background-size: 34px 34px;
}
#listCont ul {
  margin-bottom: 10px;
  text-align: center;
}
#listCont li {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px;
  padding: 10px 12px 10px 10px;
  border: solid 1px #777;
  background: #fff4dd;
  text-align: center;
  vertical-align: top;
}
#listCont li img {
  width: 100%;
}
#listCont li p {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#listCont li .title {
  display: block;
  padding: 10px 0 4px;
  font-size: 16px;
  color: #264387;
}

/* 導入事例一覧で使用 */
#resultsCont {
  margin: 0 10px 20px;
}
#resultsCont a {
  display: block;
  padding: 15px 10px 15px 40px;
  border-bottom: dotted 1px #777;
  font-size: 15px;
}
#resultsCont .w_education a {
  background: url(../images/icon_results_education@2x.png) 0 8px no-repeat;
  background-size: 34px 34px;
}
#resultsCont .w_publicity a {
  background: url(../images/icon_results_publicity@2x.png) 0 8px no-repeat;
  background-size: 34px 34px;
}
#resultsCont .w_testing a {
  background: url(../images/icon_results_testing@2x.png) 0 8px no-repeat;
  background-size: 34px 34px;
}
#resultsCont .w_learning a {
  background: url(../images/icon_results_learning@2x.png) 0 8px no-repeat;
  background-size: 34px 34px;
}
#resultsCont .w_other a {
  background: url(../images/icon_results_other@2x.png) 0 8px no-repeat;
  background-size: 34px 34px;
}
#resultsCont .new {
  margin-left: 10px;
  padding: 0 0.5em;
  border-radius: 2px;
  background: #e50000;
  color: #fff;
  font-size: 12px;
}

/* セミナー開催一覧で使用 */
#seminarCont {
  margin-bottom: 20px;
}
#seminarCont dl {
  margin: 10px 10px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #777;
}
#seminarCont dt {
  display: inline-block;
  padding: 3px 10px;
  border-left: solid 10px #727b8f;
}
#seminarCont a {
  display: block;
  padding: 3px 10px;
  border-left: solid 10px #727b8f;
  font-size: 16px;
}
#seminarCont .fin {
  display: inline-block;
}
#seminarCont .fin li {
  margin-left: 10px;
  padding: 2px 0.5em 1px;
  border-radius: 2px;
  background: #34569b;
  color: #fff;
  font-size: 12px;
}

/* 導入事例とセミナー開催で共通使用 */
.backNav {
  margin-bottom: 5px;
}
.backNav li a {
  display: block;
  position: relative;
  margin: 0 0 4px;
  padding: 20px 0;
  width: 100%;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* 会社概要やアクセス等で使用 */
.companyCont dl {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: dotted 1px #777;
}
.companyCont dt {
  display: block;
  padding-left: 5px;
  border-left: solid 10px #eb6300;
  font-size: 16px;
  font-weight: bold;
}
.companyCont dd {
  overflow: hidden;
  padding: 3px 0 3px 15px;
  font-size: 16px;
  line-height: 1.4;
  zoom: 1;
}
.companyCont dd em {
  color: #264387;
  font-weight: bold;
}
.companyCont li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 15px;
  font-size: 14px;
}
.companyCont li:after {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background: #eb6300;
  content: ' ';
}
.companyCont .customer li {
  position: relative;
  margin: 0 0 3px 5px;
  padding-left: 15px;
  font-size: 14px;
}
.companyCont .customer li:after {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  background: #eb6300;
  content: ' ';
}

.accessMap {
  position: relative;
  margin: 10px 0;
}
.accessMap iframe {
  margin-bottom: 35px;
  width: 98%;
  height: 250px;
  border: solid 1px #777;
}
.accessMap .enlargeMap {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 0;
  padding: 12px 20px;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

/* 採用情報で使用 */
.recruitStep li {
  display: block;
  position: relative;
  margin: 10px auto 20px;
  padding: 10px 0;
  border-radius: 10px;
  background: #56925b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.recruitStep li:after {
  display: none;
}
.recruitStep li:before {
  position: absolute;
  left: 47%;
  top: 50px;
  height: 0;
  width: 0;
  border: 11px solid transparent;
  border-top-color: #555;
  content: ' ';
}
.recruitStep li:last-child {
  margin: 10px auto;
}
.recruitStep li:last-child:before {
  border: none;
}

/* お問い合わせで使用 */
.inquiryCont {
  margin-bottom: 20px;
  padding: 15px 10px 5px;
  border-radius: 10px;
  background: #fff4dd;
}

.inquiryCont p,
.inquiryInCont p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.inquiryCont dl,
.inquiryInCont dl {
  position: relative;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: dotted 1px #777;
}
.inquiryCont dt,
.inquiryInCont dt {
  margin-bottom: 5px;
  padding-left: 10px;
  border-left: solid 10px #eb6300;
  font-size: 24px;
  font-style: normal;
}
.inquiryCont dd,
.inquiryInCont dd {
  margin-left: 15px;
  font-style: normal;
  zoom: 1;
}
.inquiryCont dd em,
.inquiryInCont dd em {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  font-style: normal;
}
.inquiryCont #form dd em,
.inquiryInCont #form dd em {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 12px 20px;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}
.inquiryCont #form dd em:after,
.inquiryInCont #form dd em:after {
  position: absolute;
  right: 10px;
  top: 16px;
  border: 8px solid transparent;
  border-left-color: #fff;
  height: 0;
  width: 0;
  content: ' ';
}

.inquiryInCont dl {
  margin: 20px 20px 0;
  border-bottom: none;
}

/* 関連リンクで使用 */
.linkCont {
  margin-bottom: 20px;
}
.linkCont dl {
  padding: 15px 10px;
  border-bottom: dotted 1px #777;
}
.linkCont dl:first-child {
  border-top: dotted 1px #777;
}
.linkCont dt {
  margin-right: 15px;
}
.linkCont dt img {
  border: solid 1px #777;
}
.linkCont dd {
  margin-top: 5px;
}
.linkCont dd strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/* サイトポリシーとプライバシーポリシーで使用 */
.policyCont {
  margin-bottom: 20px;
}
.policyCont h3 {
  margin: 10px 0 7px;
  color: #264387;
  font-size: 18px;
  font-weight: bold;
}
.policyCont dl {
  margin-bottom: 20px;
}
.policyCont dl dt {
  margin-bottom: 7px;
  padding: 7px 10px;
  background: #dadada;
  color: #264387;
  font-size: 16px;
  font-weight: bold;
}
.policyCont dl dd {
  margin: 0 10px 1em;
  line-height: 1.5;
}
.policyCont p {
  margin: 0 10px 1em;
  line-height: 1.5;
}
.policyCont li {
  position: relative;
  margin: 0 10px 0.5em;
  padding-left: 15px;
}
.policyCont li:after {
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 15px;
  background: #727b8f;
  content: ' ';
}

/* サイトマップで使用 */
.sitemapCont {
  margin-bottom: 20px;
  font-size: 16px;
}
.sitemapCont li a {
  display: block;
  margin-top: 15px;
  font-weight: normal;
}
.sitemapCont ul li a {
  padding: 15px 10px 15px 50px;
  background: #dadada url(../images/icon_site_01.png) 15px 12px no-repeat;
}
.sitemapCont ul ul li {
  border-bottom: dotted 1px #777;
}
.sitemapCont ul ul li a {
  margin: 0;
  padding: 15px 10px 10px 50px;
  border: none;
  background: url(../images/icon_site_02.png) 20px 12px no-repeat;
}

/* blogCont（ブログ用のコンテンツ）******************************************* */
/*ブログとカスタム投稿で共有使用*/
.blogCont .articleCont {
  position: relative;
}
.blogCont h3 {
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #777;
  background: #d6e0ec;
  color: #264387;
  font-size: 20px;
  line-height: 1.3;
}
.blogCont .articleTtl {
  padding: 5px;
  background: #264387;
  color: #eaeaea;
  line-height: 1.3;
}
.blogCont .articleTtl h4 {
  font-size: 18px;
  font-weight: bold;
}
.blogCont .articleTtl a {
  display: block;
  color: #eaeaea;
}
.blogCont .articleTtl .post-categories {
  margin: 0;
  padding: 5px 0 0;
}
.blogCont .articleTtl .post-categories li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding-left: 0;
}
.blogCont .articleTtl .post-categories li:after {
  display: none;
}
.blogCont .articleTtl .post-categories li a {
  padding: 3px 1em 2px;
  border-radius: 2px;
  background: #fff4dd;
  color: #eb6200;
  font-size: 14px;
}
.blogCont .articleTtl .date {
  display: block;
  padding-top: 0.3em;
  text-align: right;
  color: #ccc;
  font-weight: normal;
  font-size: 13px;
}
.blogCont .content {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 10px 10px;
  border-left: solid 1px #777;
  border-right: solid 1px #777;
  border-bottom: solid 1px #777;
  line-height: 1.7;
}
.blogCont .content h1 {
  font-size: 24px;
}
.blogCont .content h2 {
  font-size: 22px;
}
.blogCont .content h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #555;
  margin: 0 0 5px 0;
  font-size: 20px;
}
.blogCont .content h4 {
  font-size: 18px;
}
.blogCont .content h5 {
  margin: 20px 0 8px;
  padding: 0 0 3px 27px;
  border-bottom: dotted 1px #777;
  background: url(../images/icon_square.gif) no-repeat;
  font-size: 16px;
  line-height: 1.3;
}
.blogCont .content h5:first-child {
  margin: 0 0 8px;
}
.blogCont .content h6 {
  font-size: 16px;
}
.blogCont .content p {
  margin-bottom: 0.5em;
  font-size: 15px;
}
.blogCont .content em {
  color: #264387;
}
.blogCont .content strong {
  font-weight: bold;
}
.blogCont .content blockquote {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px 0;
  border: solid 1px #777;
}
.blogCont .content img {
  margin: 5px auto 10px;
}
.blogCont .content .map {
  width: 100%;
}
.blogCont .content .txtR {
  text-align: right;
}
.blogCont .content .alignright, .blogCont .content .alignleft, .blogCont .content .aligncenter {
  display: block;
  margin: 5px auto;
  text-align: center;
}
.blogCont .content .gallery {
  margin-bottom: 20px !important;
}
.blogCont .content .gallery-caption {
  line-height: 1.2 !important;
}
.blogCont .content .gallery-item {
  float: none !important;
  width: 100% !important;
}
.blogCont ul {
  padding: 5px 0;
}
.blogCont ul li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
.blogCont ul li:after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #f39a00;
  content: ' ';
}
.blogCont ol {
  margin-bottom: 1em;
}
.blogCont ol li {
  margin-left: 1.5em;
  list-style-type: decimal;
  font-size: 15px;
}
.blogCont table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.blogCont table th {
  padding: 10px;
  width: 1em;
  border: 1px solid #53648c;
  background: #778ec8;
  color: #fff;
}
.blogCont table td {
  padding: 10px;
  border: 1px solid #53648c;
  background: #e9f0ff;
  color: #264387;
}

/* blogSideCont（ブログ用の右側のサイドコンテンツ） */
.blogSideCont h2 {
  padding: 9px 12px;
  border: solid 1px #777;
  background: url(../images/bg_common_title.gif) repeat;
  color: #264387;
  font-size: 20px;
  white-space: nowrap;
}
.blogSideCont ul {
  margin-bottom: 10px;
}
.blogSideCont li {
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  color: #264387;
  font-size: 15px;
}
.blogSideCont li a {
  display: block;
  padding: 15px 10px;
}
.blogSideCont .children {
  display: none;
}

/* /サブページ専用 ********************************************************* */
/* トップページ専用 ******************************************************** */
/* categoryArea（事業内容カテゴリ別エリア） */
#categoryArea {
  overflow: hidden;
  margin: 5px -5px 0;
}
#categoryArea #slideArea {
  margin: 0 auto 5px;
}
#categoryArea #slideArea li img {
  width: 100%;
}
#categoryArea #category {
  margin: 0 5px;
}
#categoryArea #category li {
  display: block;
}
#categoryArea #category li a {
  display: block;
  position: relative;
  padding: 18px 5px 18px 57px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
#categoryArea #category li a:after {
  position: absolute;
  right: 5px;
  top: 21px;
  border: 8px solid transparent;
  border-left-color: #fff;
  height: 0;
  width: 0;
  content: ' ';
}
#categoryArea #category .educationNav a {
  background: #6eb92b url(../images/icon_education.png) 8px 12px no-repeat;
  background-size: 42px 32px;
}
#categoryArea #category .publicityNav a {
  background: #ea5404 url(../images/icon_publicity.png) 8px 12px no-repeat;
  background-size: 42px 32px;
}
#categoryArea #category .testingNav a {
  background: #21b8d7 url(../images/icon_testing.png) 8px 12px no-repeat;
  background-size: 42px 32px;
}
#categoryArea #category .learningNav a {
  background: #f5a100 url(../images/icon_learning.png) 8px 12px no-repeat;
  background-size: 42px 32px;
}

/* topCont（トップページのコンテンツ） */
#topCont {
  position: relative;
  padding-bottom: 10px;
}

/* topNews,topLink,topList（トップ共通タイトル） */
#topNews,
#topLink,
#topList {
  position: relative;
  margin-top: 10px;
  padding-bottom: 5px;
  border: solid 1px #777;
}
#topNews h2,
#topLink h2,
#topList h2 {
  padding: 14px 8px;
  background: url(../images/bg_common_title.gif) repeat;
}
#topNews h2 em,
#topLink h2 em,
#topList h2 em {
  color: #264387;
  font-size: 18px;
  white-space: nowrap;
}
#topNews h2 a,
#topLink h2 a,
#topList h2 a {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 12px 0;
  width: 8em;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

/* topNews（トップお知らせ内容） */
#topNews {
  padding: 0;
  background: #fff4dd;
}
#topNews dl {
  border-bottom: 1px solid #777;
}
#topNews dl:last-child {
  border-bottom: none;
}
#topNews dt {
  padding: 5px 5px 0 5px;
}
#topNews dd {
  font-size: 15px;
}
#topNews dd a {
  display: block;
  padding: 0 5px 5px;
}

/* topLink（トップ関連リンク内容） */
#topLink ul {
  padding-top: 10px;
  text-align: center;
}
#topLink li {
  display: inline-block;
  margin: 0 4px 5px;
}
#topLink li img {
  border: solid 1px #777;
}

/* topList（トップおすすめ商品） */
#topList .listBtn a {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 12px 0;
  width: 8em;
  border-radius: 15px;
  border: #133355 1px solid;
  background: #4a5d73;
  background: linear-gradient(to bottom, #869aaf 0%, #4a5d73 100%);
  background: -webkit-linear-gradient(top, #869aaf 0%, #4a5d73 100%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}

/* mailInfo（aiメルマガのご案内） */
#mailInfo {
  margin: 10px auto 0;
  padding-right: 2px;
}
#mailInfo img {
  width: 100%;
  border: solid 1px #777;
}

/* /トップページ専用 ******************************************************* */
/* /main（メイン） ********************************************************* */
/* footer（フッター） ****************************************************** */
footer {
  border-top: dotted 2px #858585;
}
footer #footerInner {
  margin: 0 auto;
}
footer .ftLogo {
  margin: 10px 5px;
}
footer ul {
  margin-top: 10px;
}
footer li {
  display: inline-block;
  margin: 0 5px 10px;
}
footer li a {
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #754700;
  background: #ffd67c;
  background: linear-gradient(to bottom, #fff 0%, #ffd67c 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #ffd67c 100%);
  color: #5c3800;
  font-size: 14px;
}
footer small {
  display: block;
  padding: 5px;
  background: #777;
  font-size: 12px;
  color: #fff;
}
footer small em {
  font-size: 16px;
}

/* /footer（フッター） ******************************************************* */

/*# sourceMappingURL=style_sp.css.map */
</pre></body></html>