@charset "utf-8";
/*
 Theme Name: 大江戸コンサルタント　v1.30
 Theme URI: http://www.linesmix.com/
 Description: コーポレートサイト用テーマ
 Version: 1.30 2016/09/12
 Author: Akira Hamada
 Author URI: http://www.linesmix.com/
 */
/* Reset ------------------------------------------------------------------ */
:link, :visited {
  text-decoration: none;
}
html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
  /* --- ベースフォントサイズを10pxとする。 --- */
  font-size: 34%;
  /* --- w1280pxを上限とする。 --- */
}
@media screen and (max-width: 1288px) {
  html {
    font-size: 34%;
  }
}
@media screen and (max-width: 1248px) {
  html {
    font-size: 32.5%;
  }
}
@media screen and (max-width: 1208px) {
  html {
    font-size: 31%;
  }
}
@media screen and (max-width: 1168px) {
  html {
    font-size: 29.5%;
  }
}
@media screen and (max-width: 1128px) {
  html {
    font-size: 28%;
  }
}
@media screen and (max-width: 1088px) {
  html {
    font-size: 26.5%;
  }
}
@media screen and (max-width: 1048px) {
  html {
    font-size: 25%;
  }
}
@media screen and (max-width: 1008px) {
  html {
    font-size: 23.5%;
  }
}
@media screen and (max-width: 968px) {
  html {
    font-size: 22%;
  }
}
@media screen and (max-width: 928px) {
  html {
    font-size: 20.5%;
  }
}
@media screen and (max-width: 888px) {
  html {
    font-size: 19%;
  }
}
@media screen and (max-width: 848px) {
  html {
    font-size: 17.5%;
  }
}
@media screen and (max-width: 808px) {
  html {
    font-size: 16%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12.5%;
  }
}
@media screen and (max-width: 591px) {
  html {
    font-size: 11%;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 9.5%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: normal;
}
table {
  border-spacing: 0;
}
fieldset, img, abbr, acronym {
  border: 0;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
a {
  text-decoration: none;
  outline: none;
}
hr {
  border: 0;
  height: 1px;
  background-color: #000;
  color: #000;
}
a img, :link img, :visited img {
  border: none;
}
address {
  font-style: normal;
  display: inline;
}
/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
#content-inner {
  display: inline-block;
}
/* no ie mac \*/
* html #content-inner {
  height: 1%;
}
#content-inner {
  display: block;
}
/* Content ---------------------------------------------------------------- */
a:link, a:visited {
  text-decoration: none;
}
p, pre, blockquote, fieldset, ul, ol, dl {
  margin: 0;
}
ol {
  list-style: decimal outside;
}
ul {
  list-style: disc outside;
}
/* Assets */
.asset-body, .asset-more, .more-link, .asset-excerpt, .comment-content, .comment-footer, .comments-open-content, .comments-open-footer, .trackbacks-info, .trackback-content, .archive-content {
  clear: both;
}
.asset, .comments, .trackbacks, .archive {
  overflow: hidden;
  width: 100%;
}
.asset, .asset-content, .comments, .trackbacks, .archive {
  position: static;
  clear: both;
}
.asset, .comments, .comments-content, .trackbacks, .archive, .search-form {
  margin-bottom: 1.5em;
}
.asset {
  margin: 3% 4% 4% 3%;
  background: #fff;
  width: 96% !important;
}
.asset-header, .asset-content, .asset-body, .comments-header, .comment-content, .comment-footer, .comments-open-header, .comments-open-content, #comments-open-footer, #comment-form-external-auth, #comment-form-name, #comment-form-email, #comment-form-url, #comments-open-text, .trackbacks-header, .trackbacks-info, .archive-content, .search-form-header, .search-results-header {
  margin-bottom: 0;
}
.asset-name {
  margin-bottom: 0.25em;
}
.asset-meta {
  font-size: 1.1rem;
  margin-top: 0.25em;
  margin-right: 3em;
  padding-top: 2px;
  padding-bottom: 0.3em;
  font-weight: normal;
  clear: both;
  border: 0;
}
.entry-tags-header, .entry-categories-header {
  margin-bottom: 0;
  margin-right: 0.25em;
  display: inline;
  font-weight: bold;
}
.entry-tags-list, .entry-categories-list {
  display: inline;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.entry-tags-list .entry-tag, .entry-categories-list .entry-category {
  display: inline;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* Feedback */
.comments-open label {
  display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
  width: 80%;
}
#comment-submit {
  font-weight: bold;
}
.comment, .trackback {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.comment-content {
  clear: none;
  line-height: 1.5;
  margin-bottom: 1em;
}
.comment-content p {
  margin-bottom: 0.5em;
}
/* Widgets */
.widget {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.widget-content {
  position: relative;
  margin: 0;
  padding: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 15px;
}
.widget li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget-recent-assets .widget-content .widget-list {
  overflow: auto;
  margin-right: 0;
}
.widget-search ul {
  margin-left: 0;
  list-style: none;
}
.widget-search li {
  margin: 5px 0;
}
/* Layout ----------------------------------------------------------------- */
#container-inner {
  min-height: 100%;
  margin: 0 auto;
  text-align: left;
}
#alpha-index, #header, #content, #alpha, #beta, #footer {
  position: relative;
}
#alpha-index, #alpha, #beta {
  display: inline;
  float: left;
}
#header-inner, #content-inner, #footer-inner, #alpha-inner, #beta-inner {
  position: static;
}
#header-inner, #content-inner, #footer-inner {
  padding: 0;
}
#header-inner, #footer-inner, #alpha-inner, #beta-inner {
  overflow: hidden;
  padding: 0;
}
#content-inner {
  /* padding: 0 0 25px; */
}
/* ---------------------------------------------------------------------
 ページ全体
 --------------------------------------------------------------------- */
body {
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  font-size: 2.7rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background: #f0f0f0;
}
/* リンクカラー */
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  height: 0px;
}
.clear1 {
  clear: both;
  height: 1px;
}
/* --- 画像hover --- */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/* ---　ページトップ　--- */
#gotop {
  clear: both;
  width: 100%;
  margin: 10px 0;
  display: none;
}
#gotop a {
  font-size: 1.2rem !important;
  text-indent: -500px;
  height: 15px;
  width: 65px;
  display: block;
  float: right;
  overflow: hidden;
  background: url('images/pagetop.gif') no-repeat 0 0;
}
#gotop a:hover {
  font-size: 1.2rem !important;
  text-indent: -500px;
  height: 15px;
  width: 65px;
  display: block;
  float: right;
  overflow: hidden;
  background: url('images/pagetop_ov.gif') no-repeat 0 0;
}
/* -----　パンくず　----- */
.navi {
  margin: 2px 5px 10px;
  text-align: left;
  font-size: 1.4rem;
  display: none;
}
/* ---------------------------------------------------------------------
 container
 --------------------------------------------------------------------- */
.layout-wt #container {
  line-height: 1.6;
  font-size: 1.3rem;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  xborder-left: 1px solid #e2e2e2;
  xborder-right: 1px solid #e2e2e2;
  background: #004a73;
}
#container-inner {
  position: relative;
  width: 100%;
}
/* ---------------------------------------------------------------------
 レイアウト
 --------------------------------------------------------------------- */
.layout-wt #alpha-index {
  float: left;
  width: 100%;
  left: 0;
}
.layout-wt #alpha {
  float: left;
  max-width: 850px;
  width: 66.5%;
  left: 0;
}
.layout-wt #beta {
  float: right;
  left: 0;
  max-width: 390px;
  width: 30%;
  overflow: hidden;
  margin: 2% 2% 2% 0;
  font-size: 2.7rem;
}
#alpha-inner {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}
#beta-inner {
  margin: 0;
  padding: 0;
}
/* ---------------------------------------------------------------------
 ヘッダー
 --------------------------------------------------------------------- */
#header {
  max-width: 1280px;
  width: 100%;
  height: 6%;
  background: #fff;
}
#header-inner {
  width: 100%;
  background: #fff;
}
#header-contents {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* --- ディスクリプション --- */
#header-description {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #737373;
  max-width: 1270px;
  width: 100%;
  background: #fff;
  display: none;
}
/* --- メインロゴ --- */
#header-contents #main-logo {
  float: left;
  width: 49.3%;
}
#header-contents #main-logo img {
  width: 100%;
  height: auto;
}
/* --- 電話 --- */
#header-contents #phone {
  float: right;
  width: 27.8%;
}
#header-contents #phone img {
  width: 100%;
  height: auto;
}
/* --- gnavi --- */
#header-contents #gnavi {
  clear: both;
  max-width: 1280px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#header-contents #gnavi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-contents #gnavi ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#header-contents #gnavi ul li.li01 {
  max-width: 55px;
  width: 4.3%;
}
#header-contents #gnavi ul li.li02 {
  max-width: 142px;
  width: 11.09%;
}
#header-contents #gnavi ul li.li03 {
  max-width: 141px;
  width: 11.02%;
}
#header-contents #gnavi ul li.li04 {
  max-width: 142px;
  width: 11.09%;
}
#header-contents #gnavi ul li.li05 {
  max-width: 145px;
  width: 11.33%;
}
#header-contents #gnavi ul li.li06 {
  max-width: 172px;
  width: 13.44%;
}
#header-contents #gnavi ul li.li07 {
  max-width: 181px;
  width: 14.13%;
}
#header-contents #gnavi ul li.li08 {
  max-width: 135px;
  width: 10.55%;
}
#header-contents #gnavi ul li.li09 {
  max-width: 112px;
  width: 8.75%;
}
#header-contents #gnavi ul li.li10 {
  max-width: 55px;
  width: 4.3%;
}
#header-contents #gnavi ul li img {
  width: 100%;
  height: auto;
}
#header-contents #gnavi ul li a:hover {
  color: #999;
  text-decoration: none;
}
/* ---------------------------------------------------------------------
 Content
 --------------------------------------------------------------------- */
#content {
  margin: 0 0 20px;
  _height: 1px;
  clear: both;
}
/* ---------------------------------------------------------------------
 サイドバー
 --------------------------------------------------------------------- */
#beta-inner ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 6%;
  background: #fff;
}
#beta-inner ul li {
  margin: 0 0 3% 0;
  padding: 0;
  font-size: 2.7rem;
}
#beta-inner .sb_banners #sb_banner1 {
  float: left;
  width: 46%;
}
#beta-inner .sb_banners #sb_banner2 {
  float: right;
  width: 46%;
}
#beta-inner .sb_banners #sb_banner3 {
  float: left;
  width: 46%;
}
#beta-inner .sb_banners #sb_banner4 {
  float: right;
  width: 46%;
}
#beta-inner .sb_banners #sb_banner5 {
  float: left;
  width: 46%;
}
#beta-inner .sb_banners #sb_banner6 {
  float: right;
  width: 46%;
}
#beta-inner .sb_banners .sb_banner {
  margin: 0 0 7% 0;
}
#beta-inner .sb_banners .sb_banner img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------------------
 フッター
 --------------------------------------------------------------------- */
#footer {
  max-width: 1280px;
  clear: both;
  background: #f8f8f8;
  font-size: 2.3rem;
  /* top: -60px; */
}
.footer-profile .footer-profile-content {
  padding: 3.02%;
  padding-right: 0;
}
/* --- 会社紹介 --- */
.footer-profile .company-name {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
}
.footer-profile .company-name p {
  font-size: 3rem;
}
.footer-profile .free-phone {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #994533;
  width: 20%;
}
.footer-profile .free-phone {
  margin: 0 0 0 5%;
}
.footer-profile .free-phone p {
  font-size: 3rem;
  margin: 0;
}
.footer-profile #tokyo {
  float: left;
  width: 31%;
  margin: 4% 0 0 0;
}
.footer-profile #kinki-sapporo {
  float: left;
  width: 33%;
  margin: 4% 0 3.02% 1.5%;
}
.footer-profile #tohoku {
  float: left;
  width: 31%;
  margin: 4% 0 0 1.5%;
}
/* --- *
 .footer-menu { border: 1px #ffc0c0 dotted; }
 .footer-menu * { border: 1px #c0ffc0 dotted; }
 .footer-menu * * { border: 1px #c0c0ff dotted; }
 .footer-menu * * * { border: 1px #ffc0c0 solid; }
 .footer-menu * * * * { border: 1px #c0ffc0 solid; }
 .footer-menu * * * * * { border: 1px #c0c0ff solid; }
 /* --- */
/* -- フッターメニュー -- */
.footer-menu {
  clear: both;
  margin: 1.42% 0 0.71%;
  padding: 3.02% 0;
  border-top: 2px #666 solid;
  border-bottom: 2px #666 solid;
}
.footer-menu-inner {
  xmax-width: 700px;
  width: 80%;
  margin: 0 auto;
}
.footer-menu .footer-menu-content {
  clear: both;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu #menu1 {
  clear: both;
  float: left;
  width: 20%;
}
.footer-menu #menu2 {
  float: left;
  width: 20%;
}
.footer-menu #menu3 {
  float: left;
  width: 25%;
}
.footer-menu #menu4 {
  float: left;
  width: 18%;
}
.footer-menu #menu5 {
  float: left;
  width: 15%;
}
/* -- コピーライト -- */
.copyright {
  clear: both;
  color: #696969;
  width: 100%;
  margin: 0;
  padding: 0 0 0.7% 0;
}
.copyright .copyright-content {
  text-align: center;
  padding: 0;
  font-size: 1.2rem;
}
/* ---------------------------------------------------------------------
 記事中のリスト、テーブル、h2～h6
 --------------------------------------------------------------------- */
.asset-body ol, .asset-body ul {
  margin: 0 0 0 1.9em;
}
table.white {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.white th, table.white td {
  padding: 0;
  vertical-align: top;
}
table.simple {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
table.simple th, table.simple td {
  padding: 5px 15px;
  vertical-align: top;
  border: 1px #999 solid;
}
table.simple .td1 {
  background: #f0f0ff;
  white-space: nowrap;
}
.asset-body h3 {
  clear: both;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.3em 0 0 0.3em;
  border-left: 3px #999 solid;
  border-bottom: 1px #999 solid;
}
.asset-body h4 {
  font-size: 2.7rem;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.3em 0 0 0.3em;
  background: #c0c0ff;
}
/* ---------------------------------------------------------------------
 フォーム
 --------------------------------------------------------------------- */
form input, form textarea, form select {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.policy-scroll {
  height: 12em;
  overflow-y: scroll;
  border: 1px #999 solid;
  width: 98%;
}
form .w60 {
  width: 90%;
}
form .w50 {
  width: 80%;
}
form .w15 {
  width: 15%;
}
form .mt5 {
  margin-top: 5px;
}
/* ---------------------------------------------------------------------
 投稿記事
 --------------------------------------------------------------------- */
.page-asset {
  max-width: 820px;
  width: 100%;
  padding: 0;
  min-height: 80%;
}
/* ---------------------------------------------------------------------
 投稿記事
 --------------------------------------------------------------------- */
.archive-title {
  height: 39px;
  padding: 10px 10px 0 18px;
  font-size: 4rem;
  font-weight: bold;
  color: #004a73;
  margin-bottom: 20px;
}
.archive-title em {
  font-style: normal;
}
.entry-asset {
  xmax-width: 1032px;
  xwidth: 87.9%;
  padding: 1% 3%;
}
.asset-header {
  padding: 0;
}
.asset-name {
  background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
  padding: 20px 0 10px 13px;
  border-bottom: 1px dotted #666;
  color: #212121;
  font-weight: bold;
  line-height: 1.2;
  _height: 1px;
  font-size: 2.4rem;
}
.asset-name a:link, .asset-name a:hover, .asset-name a:visited, .asset-name a:active {
  text-decoration: none;
}
.asset-body {
  margin: 0 2em;
  font-size: 2.7rem;
  min-height: 400px;
}
.asset-body a {
  text-decoration: underline;
  color: #003;
}
.asset-body a:hover {
  text-decoration: none;
  color: #009;
}
.asset-more {
  margin: 0 10px 10px;
}
.more-link {
  clear: both;
  text-indent: -9999px;
  overflow: hidden;
  height: 28px;
  width: 141px;
  display: block;
  margin: 0 0 10px 10px;
  background: url('images/syosai_bt.gif') no-repeat 0 0;
  margin-left: 440px;
}
.more-link:hover {
  background: url('images/syosai_bt_ov.gif') no-repeat 0 0;
}
.asset-meta {
  text-align: right;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px dotted #ccc;
  font-size: 1.6rem;
}
/* ---------------------------------------------------------------------
 ＴＯＴ
 --------------------------------------------------------------------- */
.white-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.white-list li {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* ---------------------------------------------------------------------
 コメント&トラックバック
 --------------------------------------------------------------------- */
#trackbacks {
  clear: both;
  width: 580px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 15px;
}
#trackbacks .trackbacks-header {
  height: 34px;
  color: #212121;
  background: url('images/trackback_tb-head-h2.gif') no-repeat 0 0;
  padding: 6px 0 0 30px;
  font-size: 1.6rem;
}
.trackbacks-info {
  width: 530px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 5px 5px 20px;
}
#comments {
  clear: both;
  width: 580px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 15px;
}
#comments .comments-header {
  height: 34px;
  color: #212121;
  background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
  padding: 6px 0 0 30px;
  font-size: 1.6rem;
}
#comments .comments-content {
  padding: 0 10px;
}
.comment {
  margin: 10px;
}
.comment .inner {
  width: 530px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 5px 5px 20px;
  word-wrap: break-word;
}
.comment .comment-header {
  padding: 0 5px;
  margin: 0 0 5px;
}
.comment .comment-content {
  padding: 0 5px;
}
.comments-open {
  margin-top: 20px;
}
.comments-open-header {
  height: 34px;
  color: #212121;
  background: url('images/comment_tb-head-h2.gif') no-repeat 0 0;
  padding: 6px 0 0 30px;
  font-size: 1.6rem;
}
.comments-open-content {
  padding: 10px;
}
#comment-submit {
  background: url('images/search2.gif') 0 0 no-repeat;
  border: none;
  height: 20px;
  width: 65px;
  margin: 0 5px 5px 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.6rem;
}
.comment-footer {
  text-align: right;
  margin: 0;
  padding: 5px;
  border-top: 1px dotted #999;
  font-size: 1.5rem;
}
/* ---------------------------------------------------------------------
 サイトマップ
 --------------------------------------------------------------------- */
.archive-content {
  padding: 10px;
  line-height: 1.3;
}
.archive-content .archive-list {
  margin-bottom: 3em;
}
.archive-content ul, .archive-content ol {
  list-style: none;
}
.archive li a {
  display: block;
  margin-bottom: 0.25em;
  background: #fff url('images/arrow.gif') 0 50% no-repeat;
  padding: 3px 0 3px 25px;
  text-decoration: none;
  color: #003a91;
}
.archive li a:hover {
  color: #3f7edc;
}
/*サブカテゴリ*/
.archive li li {
  margin: 0 0 0 20px;
}
.archive li li a {
  background: url('images/arrow.gif') 0 50% no-repeat;
  padding: 3px 0 3px 25px;
}
/* ---------------------------------------------------------------------
 検索結果ページ
 --------------------------------------------------------------------- */
.search-not-found {
  margin: 10px;
}
.search-form-header {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #737373;
  margin: 0 14px 10px 0;
  border-bottom: 1px solid #004200;
  _height: 1px;
}
.search-form-content {
  padding: 10px;
}
.search-results-header {
  margin: 25px 10px 10px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
}
.search-form-content .box {
  width: 200px;
}
.search-form-content .submit {
  background: url('images/search.gif') 0 0 no-repeat;
  border: none;
  height: 18px;
  width: 57px;
  margin: 0 5px 5px 0;
  padding: 0;
  vertical-align: middle;
}
/* ---------------------------------------------------------------------
 トップページ
 --------------------------------------------------------------------- */
#columns-wrapper {
  clear: both;
  max-width: 1280px;
  width: 100%;
  max-height: 1160px;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 9998;
}
/* --- メインビジュアル --- */
#main-visual {
  clear: both;
  margin: 0;
  background: #fff;
  max-width: 1280px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  position: relative;
  z-index: 999;
}
/* --- ３つのカコミ --- */
#columns {
  clear: both;
  max-width: 1280px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
  top: -30px;
}
.columns {
  float: left;
  max-width: 376px;
  width: 29.29%;
  overflow: hidden;
  background: #fff;
  margin: 0 0 1.46% 3.02%;
  font-size: 3.2rem;
  line-height: 1.48;
  color: #333;
}
.columns p {
  margin: 3% 0 5%;
}
.columns .img-box {
  max-width: 376px;
  width: 100%;
}
.columns .img-box img {
  width: 100%;
  height: auto;
}
.column-inner {
  padding: 3.3% 0 0 5%;
}
.column-inner .more {
  clear: both;
  text-align: right;
  margin-right: 1em;
}
.column-inner .more a {
  color: #069;
  font-weight: bold;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 【HTMLのタグ】
 <div class="container">
 <div class="content">hoge</div>
 </div>
 【CSS】
 .container{
 max-width: 600px;
 position: relative;
 }
 .container:after{
 padding-top: 100%;  //1:2なら50%に
 display: block;
 content: "";
 }
 .content{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 }
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* --- ６つのバナー --- */
#banners {
  clear: both;
  max-width: 1202px;
  width: 93.94%;
  max-height: 300px;
  height: 14.64%;
  margin: 0 0 0 3.02%;
  padding: 0;
  position: relative;
  top: -30px;
  overflow: hidden;
  z-index: 9999;
}
#banners .banner {
  margin: 0 1.35% 0 0;
  padding: 0;
  max-width: 299px;
  width: 15.54%;
  height: auto;
  float: left;
}
#banners .banner a img {
  width: 100%;
  height: auto;
}
#banners .banner:nth-child(6) {
  margin: 0;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 【HTMLのタグ】
 <div class="container">
 <div class="content">hoge</div>
 </div>
 【CSS】
 .container{
 max-width: 600px;
 position: relative;
 }
 .container:after{
 padding-top: 100%;  //1:2なら50%に
 display: block;
 content: "";
 }
 .content{
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 }
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* ---------------------------------------------------------------------
 人事労務コンサルタント募集のバナー
 --------------------------------------------------------------------- */
#banner7 {
  float: left;
  max-width: 624px;
  width: 30.46%;
  margin: 1.3% 0 0 3.02%;
  padding: 0;
  xbackground: #fff;
  position: relative;
  top: -30px;
}
#banner7 a img {
  width: 100%;
  height: auto;
}
#banner8 {
  float: left;
  max-width: 624px;
  width: 30.46%;
  margin: 1.26% 0 0 1.26%;
  padding: 0;
  xbackground: #fff;
  position: relative;
  top: -30px;
}
#banner8 a img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------------------
 営業所一覧
 --------------------------------------------------------------------- */
#division {
  float: right;
  max-width: 624px;
  width: 30.46%;
  margin: 1.3% 3.02% 3.02% 0;
  position: relative;
  top: -30px;
}
#division-inner {
  padding: 4%;
  background: #fff;
}
#division-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#division-inner ul li {
  margin: 0 0 3% 0;
  padding: 0;
  font-size: 2.7rem;
}
/* ---------------------------------------------------------------------
 安全衛生対策
 http://www.ohedo-consul.co.jp/cms/safety/
 --------------------------------------------------------------------- */
.safety-table {
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
}
.safety-table th, .safety-table td {
  padding: 5px 10px 0;
  border: 1px #999 solid;
  font-size: 2.2rem;
}
.safety-table td:nth-child(1) {
  white-space: nowrap;
}
.asign-table {
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
}
.asign-table th, .asign-table td {
  padding: 5px 10px 0;
  border: 1px #999 solid;
  font-size: 2.2rem;
}
.asign-table td:nth-child(1) {
  white-space: nowrap;
}
.asign-table tr:nth-child(1) td:nth-child(3), .asign-table tr:nth-child(1) td:nth-child(4) {
  white-space: nowrap;
}
.schedule-table {
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
}
.schedule-table th, .schedule-table td {
  padding: 5px 10px 0;
  border: 1px #999 solid;
  font-size: 2.2rem;
}
.schedule-table td:nth-child(1) {
  white-space: nowrap;
}
.schedule-table tr:nth-child(1) td {
  white-space: nowrap;
}
/* ---------------------------------------------------------------------
 ISO認証取得支援
 http://www.ohedo-consul.co.jp/cms/certification/iso/
 --------------------------------------------------------------------- */
.iso-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.iso-table th, .iso-table td {
  border: 1px #ccc solid;
  padding: 6px 20px 3px;
}
.iso-table th {
  background: #666;
  color: #fff;
  font-weight: normal;
}
/* ---------------------------------------------------------------------
 Pマーク認証取得支援
 http://www.ohedo-consul.co.jp/cms/certification/iso/
 --------------------------------------------------------------------- */
.p-mark-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.p-mark-table th, .p-mark-table td {
  border: 1px #ccc solid;
  padding: 6px 10px 3px;
}
.p-mark-table th {
  background: #666;
  color: #fff;
  font-weight: normal;
}
/* ---------------------------------------------------------------------
 Widget：[メイン]ウェルカムメッセージ
 --------------------------------------------------------------------- */
#welcome_message {
  margin-bottom: 20px;
}
#welcome_message h3.title {
  height: 39px;
  padding: 10px 10px 0 18px;
  background: url('images/message_bg.gif') 0 0 no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
  margin: 0;
}
#welcome_message .content {
  margin: 0;
  padding: 10px;
}
/* ---------------------------------------------------------------------
 Widget：[メイン]新着記事一覧
 --------------------------------------------------------------------- */
.top-news {
  float: left;
  max-width: 624px;
  width: 30.46%;
  background: #fff;
  font-size: 2.7rem;
  margin: 1.04% 0 3.2% 0;
  padding: 0;
  position: relative;
  top: -30px;
}
.top-news .top-news-midashi {
  padding: 0;
}
.top-news .top-news-midashi img {
  width: 100%;
  height: auto;
}
.top-news .news {
  padding: 3.2% 3.2% 0 3.2%;
}
.top-news .eyecatch {
  display: none;
}
.top-news .day {
  clear: both;
  color: #666;
}
.top-news .title {
  clear: both;
}
.top-news .more {
  clear: both;
  text-align: right;
}
.top-news .more a {
  color: #069;
  font-weight: bold;
}
#seminar-list {
  margin: 1.26% 0 0 3.03%;
  padding: 0;
}
#news-list {
  margin: 1.26% 0 0 1.26%;
  padding: 0;
}
/* ---------------------------------------------------------------------
 Widget：[メイン]トップ表示記事
 --------------------------------------------------------------------- */
.top-entry-content {
  margin-bottom: 20px;
}
.top-entry-content h3.title {
  margin: 0;
  height: 39px;
  padding: 10px 10px 0 18px;
  background: url('images/title_bg.gif') 0 0 no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
}
.top-entry-content .content {
  padding: 10px;
}
/* ---------------------------------------------------------------------
 Widget：[メイン]カテゴリー表示記事
 --------------------------------------------------------------------- */
#top-category {
  margin-bottom: 20px;
}
#top-category h3.title {
  margin: 0;
  height: 39px;
  padding: 10px 10px 0 18px;
  background: url('images/top-category_bg.gif') 0 0 no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
}
.top-category-content {
  margin-bottom: 10px;
  background: #fff url('images/top_category_bg.gif') repeat-x top;
  width: 565px;
  border: 2px solid #dff1ff;
  margin-left: 8px;
  padding: 10px;
}
.top-category-content h4.name {
  margin: 0;
  background: url('images/top-category_bg2.gif') no-repeat 0 -3px;
  padding: 0 0 4px 7px;
  border-bottom: 1px solid #a8aeb2;
  color: #737373;
  font-weight: bold;
  line-height: 1.2;
  _height: 1px;
  font-size: 1.6rem;
}
#top-category h4.name a {
  text-decoration: none;
}
#top-category .content {
  margin: 0;
  padding: 10px 10px 0 10px;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]共通
 --------------------------------------------------------------------- */
#beta .widget {
  width: 180px;
  margin: 5px 0 15px;
  padding-bottom: 10px;
}
#beta .widget-header {
  font-size: 1.5rem;
  border-bottom: 1px dotted #cfcfcf;
  background: #fff;
  width: 178px;
  padding: 0 3px;
  color: #303030;
}
#beta .widget select {
  width: 155px;
  margin: 10px;
}
#beta .widget ul {
  width: 170px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#beta .widget ul ul {
  padding: 0;
  margin: 0;
}
#beta .widget li {
  padding: 0 0 0 20px;
  list-style: none;
  background: url('images/arrow2.gif') no-repeat 10px center;
  _height: 1px;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]メインメニュー
 --------------------------------------------------------------------- */
.widget-main-menu {
  width: 180px;
  margin: 5px 0 15px;
}
.widget-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-main-menu .menu-content {
  font-size: 1.5rem;
  width: 180px;
  border-bottom: 1px dotted #cfcfcf;
}
.widget-main-menu li {
  color: #ff0;
}
.widget-main-menu li a:link, .widget-main-menu li a:visited {
  text-decoration: none;
  display: block;
  width: 145px;
  border-top: 1px dotted #cfcfcf;
  padding: 3px 10px 3px 25px;
  color: #1b4c69;
  background: url('images/arrow.gif') no-repeat 3px center;
}
.widget-main-menu li a:hover, .widget-main-menu li a:active {
  text-decoration: none;
  color: #6bb4c4;
  background: url('images/arrow_over.gif') no-repeat 3px center;
}
.widget-main-menu li li a:link, .widget-main-menu li li a:visited {
  width: 133px;
  display: block;
  padding: 3px 10px 3px 37px;
  color: #1b4c69;
  background: #eff8ff url('images/arrow2.gif') no-repeat 25px center;
}
.widget-main-menu li li a:hover, .widget-main-menu li li a:active {
  text-decoration: none;
  color: #6bb4c4;
  background: #eff8ff url('images/arrow2.gif') no-repeat 25px center;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]検索フォーム
 --------------------------------------------------------------------- */
.widget_search {
  width: 180px;
  margin: 5px 0 15px;
  border-bottom: 1px dotted #cfcfcf;
}
.widget_search .widget-header {
  font-size: 1.5rem;
  border-bottom: 1px dotted #cfcfcf;
  background: #fff;
  width: 178px;
  padding: 0 3px;
  color: #303030;
}
.widget_search .widget-content {
  width: 170px;
  padding: 5px;
  font-size: 1.4rem;
}
.widget_search .box {
  width: 100px;
}
.widget_search .submit {
  background: url('images/search.gif') 0 0 no-repeat;
  border: none;
  height: 18px;
  width: 57px;
  margin: 0 5px 5px 0;
  padding: 0;
  vertical-align: middle;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]当サイトのRSSを購読
 --------------------------------------------------------------------- */
.rss {
  width: 158px;
  margin: 0 4px 15px;
}
.rss-content {
  background: url('images/rss.gif') 0 0 no-repeat;
  padding-left: 20px;
}
.rss-content a {
  color: #eb6100;
  text-decoration: none;
}
.rss-content a:hover {
  color: #f30;
  text-decoration: underline;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]rssフィード
 --------------------------------------------------------------------- */
.widget-header a.rsswidget {
  text-decoration: underline;
}
.widget-header a.rsswidget:hover {
  text-decoration: none;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]会社概要
 --------------------------------------------------------------------- */
.widget-company {
  font-size: 1.5rem;
  line-height: 1.4;
  width: 160px;
  margin: 10px 0 15px 4px;
  padding: 5px;
  border: 1px solid #bab7b8;
  background: #fff url('images/side_freearea_bg.gif') repeat-x top;
}
.widget-company .widget-content {
  width: 100%;
  overflow: hidden;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]フリーエリア
 --------------------------------------------------------------------- */
.free-content {
  width: 160px;
  line-height: 1.4;
  font-size: 1.5rem;
  border: 1px solid #bab7b8;
  padding: 5px;
  background: #fff url('images/side_freearea_bg.gif') repeat-x top;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 4px;
  overflow: hidden;
}
/* ---------------------------------------------------------------------
 Widget：[サイド]カレンダー
 --------------------------------------------------------------------- */
.widget_calendar caption {
  text-align: center;
  margin-bottom: 5px;
}
.widget_calendar #calendar_wrap {
  margin: 0 auto;
  padding: 10px 0;
}
.widget_calendar #calendar_wrap table {
  font-size: 1.5rem;
  color: #303030;
  text-align: center;
  margin: 0 auto;
}
.widget_calendar #calendar_wrap table td {
  padding: 1px 3px;
  font-size: 1.6rem;
  color: #303030;
}
@media print {
  * {
    position: static ! important;
    overflow: visible ! important;
  }
}
/* ---------------------------------------------------------------------
 記事中の、幅いっぱいの画像
 --------------------------------------------------------------------- */
.asset-pict {
  width: 100%;
}
.asset-pict img {
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------------------
 「セミナー・研修」ページ冒頭の、記事一覧の書式
 --------------------------------------------------------------------- */
.posts-list {
  padding-bottom: 3em;
  list-style: none;
  margin: 0;
}
.posts-list li {
  padding: 13px 0;
  border-bottom: 1px #999 dotted;
}
/* --- */
#wprmenu_menu_ul li {
  border-bottom: 1px dashed #999;
  box-sizing: border-box;
}
.mobile-tel {
  display: none;
}
@media screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
    font-size: 14px;
  }
  .asset {
    margin: 3% auto;
  }
  #header {
    display: none;
  }
  .mobile-tel {
    display: block;
    position: fixed;
    top: 6px;
    right: 60px;
    z-index: 100000;
  }
  .columns {
    width: 100%;
    max-width: 94%;
  }
  #banners, #columns {
    top: -10px;
  }
  #division, .top-news, #banner7, #banner8 {
    top: -20px;
  }
  .column-inner {
    padding-right: 5%;
  }
  .column-inner .more a {
    font-size: 16px;
  }
  .columns p {
    font-size: 16px;
    line-height: 1.8;
  }
  .columns p br {
    display: none;
  }
  #banners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 100%;
  }
  #banners .banner {
    width: 32.3%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-menu-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-menu #menu1, .footer-menu #menu2, .footer-menu #menu3, .footer-menu #menu4 {
    width: 48%;
  }
  .footer-menu #menu1 a, .footer-menu #menu2 a, .footer-menu #menu3 a, .footer-menu #menu4 a {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-menu #menu5 {
    width: 100%;
  }
  .footer-menu #menu5 img {
    width: 120px;
  }
  .archive-title {
    font-size: 20px;
    height: auto;
  }
  .asset-body ol, .asset-body ul {
    padding-left: 20px;
  }
  .asset-body h3 {
    font-size: 18px;
  }
  .asset-body h4 {
    font-size: 16px;
  }
  table.white {
    width: 100%;
    height: auto !important;
  }
  table.white td {
    height: auto;
  }
  .layout-wt #alpha {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .layout-wt #alpha p, .layout-wt #alpha li, .layout-wt #alpha th, .layout-wt #alpha td {
    font-size: 14px;
    line-height: 1.8;
  }
  .layout-wt #alpha img {
    max-width: 100%;
    height: auto;
  }
  .layout-wt #beta {
    display: block;
    width: 96%;
    float: none;
    margin: 0 auto;
    max-width: inherit;
  }
  .layout-wt #beta p, .layout-wt #beta li {
    font-size: 14px;
  }
  .layout-wt #beta img {
    max-width: 100%;
  }
  #beta-inner .sb_banners #sb_banner1, #beta-inner .sb_banners #sb_banner2, #beta-inner .sb_banners #sb_banner3, #beta-inner .sb_banners #sb_banner4, #beta-inner .sb_banners #sb_banner5, #beta-inner .sb_banners #sb_banner6 {
    width: 32%;
    margin-bottom: 2%;
  }
  .sb_banners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  table.simple {
    width: 100% !important;
  }
  table.simple td:last-child {
    width: auto !important;
  }
  .scroll-x {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll-x table {
    width: 600px;
  }
  .asset-body {
    min-height: inherit;
  }
  input[name="your-zip"] {
    width: 180px;
  }
}
.footer-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  table.simple th, table.simple td {
    padding: 5px 10px;
  }
  #alpha img {
    margin-right: auto;
  }
  img.img-full {
    width: 100% !important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  img.img-center {
    display: block;
    width: 100%;
    margin: 10px auto;
    float: none;
    max-width: 300px !important;
    height: auto;
    float: none;
  }
  .simple td {
    width: auto;
  }
  form .w60, form .w50, .policy-scroll, textarea {
    width: 100%;
  }
  #table1 td {
    display: block;
    width: 100%;
  }
  .img-sp {
    width: 100%;
    max-width: 180px;
    margin: 10px auto;
  }
  .tbl-sp td:first-child {
    width: 100px;
  }
  .tbl-sp_history td {
    word-break: break-all;
  }
  .tbl-sp_history td:nth-child(4) {
    width: auto !important;
  }
  td:last-child {
    width: auto !important;
  }
  #beta-inner .sb_banners #sb_banner1, #beta-inner .sb_banners #sb_banner2, #beta-inner .sb_banners #sb_banner3, #beta-inner .sb_banners #sb_banner4, #beta-inner .sb_banners #sb_banner5, #beta-inner .sb_banners #sb_banner6 {
    width: 49%;
    margin-bottom: 2%;
  }
  #banners .banner {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flex {
    width: 93.94%;
    margin: 10px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #banner7, #banner8, #news-list, .top-news, #division {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #banner7 ul li, #banner8 ul li, #news-list ul li, .top-news ul li, #division ul li {
    font-size: 14px;
  }
  #seminar-list {
    margin: 0;
    margin-bottom: 10px;
  }
  .footer-sp {
    display: block;
    text-align: center;
  }
  .footer-sp img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .footer-sp a {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-menu #menu1, .footer-menu #menu2, .footer-menu #menu3, .footer-menu #menu4 {
    display: none;
  }
  .footer-menu #menu5 {
    text-align: center;
  }
}
/*No1ロゴ設置*/
p.no1logo {
	width: 20%;
	position: absolute;
	top: 1.5%;
	left: 75%;
}
p.no1logo.top25 {
	top: 2.5%;
}
p.no1logo img {
	width: 100%;
}
div.no1side {
	width: 75%;
}
@media screen and (max-width: 480px) {
	p.no1logo {
		width: 34%;
		left: 60%;
	}
	p.no1logo.top25 {
		top: 3.5%;
	}
	div.no1side {
		width: 60%;
	}
	div.no1side.spfont14 span {
		font-size: 14px !important;
	}
}