@charset "UTF-8";


/* 調査・データ　キービジュアルの非表示（一時対応） 2017/03/07
2期開発対応によりコメント化
----------------------------------------
.bnr-pickup-release { display: none;}
*/


body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  /* font-family: -apple-system, Helvetica, "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;*/
    line-height: 1.1;
    color: #333;
    background: #fff;
}
a {
  color: inherit;
    background: transparent;
  text-decoration: none;
}


/* common
---------------------------------------- */
*[class*="btn"] a {
  display: block;
}
.slick-slide a {
  display: inline-block;
}
*[class*="btn"] a:hover,
*[class*="bnr"] a:hover,
*[class="banner"] a:hover,
a[class*="btn"]:hover,
.pickupbox-image a:hover,
.post-eyecatch a:hover,
.service-cols li a:hover,
.service-rows li a:hover,
.slick-arrow:hover,.slick-slide a:hover {
  opacity: 0.6;
}

.inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.wrapper {
  min-width: 1210px;
  overflow: hidden;
}

/* header
---------------------------------------- */
.header {
  min-width: 1000px;
  border-bottom: 4px solid #1ec1ff;
}

/* sitehead */
.header .sitehead {
  height: 40px;
  background: #f7f9fb;
}
.header .sitehead .description {
  float: left;
  display: inline-block;
  padding: 9px 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  color: #666;
  background: transparent;
}
.header .sitehead .description img {
  display: inline-block;
  margin: 0 10px 0 -5px;
  vertical-align: top;
}
.header .sitehead .menu {
  float: right;
  display: inline-block;
  padding: 11.5px 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.6;
}
.header .sitehead .menu li {
  display: inline;
}
.header .sitehead .menu li a {
  display: inline-block;
  margin-left: 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header .sitehead .menu li a:hover {
  text-decoration: underline;
}
.sitehead .menu-about-saponet a {
  background-image: url(../img/header-mark-saponet.png);
}
.sitehead .menu-about-mynavi a {
  background-image: url(../img/header-mark-mynavi.png);
}
.sitehead .menu-account-change a {
  background-image: url(../img/header-mark-change.png);
}
.sitehead .menu-account-remove a {
  background-image: url(../img/header-mark-remove.png);
}
.sitehead .menu-account-resister a {
  color: white;
  background-image: url(../img/header-mark-resister2.png);
  background-color: #09bbff;
  background-size: 11px 11px;
  background-position: 6px 6px !important;
  border-radius: 4px;
  height: 25px;
  padding-top: 4px;
  width: 130px;
  box-shadow: 2px 3px rgba(0,0,0,0.1);
}
.sitehead .menu-login a,
.sitehead .menu-logout a {
  background-image: url(../img/header-mark-login.png);
}

.sitehead .menu-account-resister a:hover {
  text-decoration: none !important;
}

/* siteinfo */
.header .siteinfo {
  width: 1000px;
  height: 60px;
  margin: 0 auto;
  clear: both;
}
.header .siteinfo .logo {
  float: left;
  width: 168px;
}
.header .siteinfo .logo img {
  width: auto !important;
  height: 60px !important;
}

.header .siteinfo .tel {
  float: left;
  width: 244px;
  margin: 5px 0 0 300px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.header .siteinfo .tel strong {
  display: block;
  height: 28px;
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: normal;
  background: url(../img/header-icon-tel.png) no-repeat left top;
}
.header .siteinfo .btn {
  float: right;
  width: 275px;
  margin-top: 5px;
}
.header .siteinfo .btn a {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 14px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #ffa620;
  background: -webkit-linear-gradient(top, #ffa620 0%,#ffa620 100%);
  background: linear-gradient(to bottom, #ffa620 0%,#ffa620 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #ddd;
  box-shadow: 0 2px 0 0 #ddd;
}
.header .siteinfo .btn a:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  background: url(../img/header-mark-contact.png) no-repeat left top;
}

/* sitenav */
.header .sitenav {
  border-top: 1px solid #d4d5d5;
  border-bottom: 1px solid #d4d5d5;
}
.header .sitenav ul {
  width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .sitenav li {
  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;
  width: 100%;
  height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  border-left: 1px solid #d4d5d5;
}
.header .sitenav li:last-child {
  border-right: 1px solid #d4d5d5;
}
.header .sitenav li a {
  /*display: table-cell;
  width: 200px;
  height: 50px;*/
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  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;
  width: 100%;
  height: 100%;
}
.header .sitenav li:hover,
.header .sitenav li.current,
.header .sitenav li a:hover,
.header .sitenav li.current a {
  color: #10bcfe;
  background: #f7f9fb;
  text-decoration: none;
}





/*stick_header*/
.stick_header{
  min-width: 1000px;
  border-bottom: 4px solid #1ec1ff;
  position: fixed;
  z-index: 30;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
}
.no_display{
  display: none;
}
.stick_header .sitehead {
  height: 28px;
  background: #f7f9fb;
}
.stick_header .sitehead .description {
  float: left;
  display: inline-block;
  padding: 3px 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  color: #666;
  background: transparent;
}
.stick_header .sitehead .description img {
  display: inline-block;
  margin: 1px 10px 0 -5px;
  vertical-align: top;
  width: 80px;
  height: 17px;
}
.stick_header .sitehead .menu {
  float: right;
  display: inline-block;
  padding: 1px 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.6;
}
.stick_header .sitehead .menu li {
  display: inline;
}

.stick_header .sitehead .menu li a {
  display: inline-block;
  margin-left: 17px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.stick_header .sitehead .menu li a:hover {
  text-decoration: underline;
}
.stick_header .sitehead .menu-account-resister a {
  color: white;
  background-image: url(../img/header-mark-resister2.png);
  background-color: #09bbff;
  background-size: 11px 11px;
  background-position: 6px 5px !important;
  border-radius: 7px;
  height: 22px;
  padding-top: 3px;
  width: 125px;
  box-shadow: 2px 3px rgba(0,0,0,0.1);
}
.menu-account-resister:hover{
  opacity: 0.6;
}
.stick_header .siteinfo {
  width: 1000px;
  height: 45px;
  margin: 0 auto;
}
.stick_header .siteinfo .logo {
  float: left;
  width: 168px;
}
.s_header_img{
  width: auto;
  height: 45px;
}
.stick_header .siteinfo .tel {
  float: left;
  width: 244px;
  margin: 5px 0 0 300px;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.stick_header .siteinfo .tel strong {
  display: block;
  padding-left: 20px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: normal;
  background: url(../img/header-icon-tel.png) no-repeat left top;
  background-size: 15px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.stick_header .siteinfo .btn {
  float: right;
  width: 275px;
  height: 40px;
}
.stick_header .siteinfo .btn a {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 7px 0;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #ffa620;
  background: -webkit-linear-gradient(top, #ffa620 0%,#ffa620 100%);
  background: linear-gradient(to bottom, #ffa620 0%,#ffa620 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #ddd;
  box-shadow: 0 2px 0 0 #ddd;
}
.stick_header .siteinfo .btn a:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  content: "";
  vertical-align: middle;
  background: url(../img/header-mark-contact.png) no-repeat left top;
}


.stick_header .sitenav {
  border-top: 1px solid #d4d5d5;
  border-bottom: 1px solid #d4d5d5;
}
.stick_header .sitenav ul {
  width: 1000px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stick_header .sitenav li {
  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;
  width: 100%;
  height: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  border-left: 1px solid #d4d5d5;
}
.stick_header .sitenav li:last-child {
  border-right: 1px solid #d4d5d5;
}
.stick_header .sitenav li a {
  /*display: table-cell;
  width: 200px;
  height: 50px;*/
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  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;
  width: 100%;
  height: 100%;
}
.stick_header .sitenav li:hover,
.stick_header .sitenav li.current,
.stick_header .sitenav li a:hover,
.stick_header .sitenav li.current a {
  color: #10bcfe;
  background: #f7f9fb;
  text-decoration: none;
}

/* contents
---------------------------------------- */
.contents {
  width: 1000px;
  margin: 0 auto;
}
.contents .l-main {
  float: left;
  width: 656px;
}
.contents .l-main-wide {
  clear: both;
  width: 1000px;
}
.contents .l-side {
  float: right;
  width: 304px;
}
.contents .not-found {
  float: left;
  width: 1000px;
  padding: 35px;
  margin-bottom: 70px;
  border: 1px solid #e2e4e5;
}
.contents *[class^="heading"] + .l-main,
.contents *[class^="heading"] + .l-main + .l-side {
  margin-top: 15px;
}
.contents .l-col {
  float: left;
  width: 310px;
}
.l-col + .l-col {
  margin-left: 35px;
}
.contents .l-foot {
  clear: both;
  padding-top: 75px;
}
.contents .l-tab {
  display: table;
  width: 100%;
  margin: 20px auto;
  list-style-type: none;
}
.contents .l-tab > li {
  display: table-cell;
  width: 10%;
  padding: 4px 0;
  text-align: center;
  border-right: 1px solid #e2e4e5;
}
.contents .l-tab > li:first-child {
  border-left: 1px solid #e2e4e5;
}
.contents .l-tab-box {
  clear: both;
  border: 1px solid #e2e4e5;
}

/* breadcrumbs */
.breadcrumbs {
  height: 80px;
  padding-top: 15px;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.8;
}
.breadcrumbs li:before {
  display: inline-block;
  content: "＞";
  margin-right: 10px;
  vertical-align: middle;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

/* list-type */
.notes {
  list-style-type: none;
  padding-left: 1em;
  font-size: 12px;
}
.notes li {
  text-indent: -1em;
}
.notice {
  color: #ff0033;
  background: transparent;
}
.diamonds li {
  list-style-type: none;
  padding-left: 2em;
  text-indent: -2em;
}
.diamonds li:before {
  content: "◆";
  margin-right: 1em;
}

/* mark */
.member-only {
  display: inline-block;
  padding: 4px 6px 4px 20px;
  vertical-align: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  background: #10bcfe url(../img/icon_member-only.png) no-repeat 6px 5px;
}

/* more */
.view-more {
  margin-top: 8px;
  text-align: right;
}
.view-more a {
  display: inline-block;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.4;
  background: url(../img/mark_service.png) no-repeat left top;
  background-size: 20px auto;
}
.view-more a:hover {
  text-decoration: underline;
}

/* pagetop */
.btn-pagetop {
  text-align: right;
  padding: 15px 0;
}
.btn-pagetop a {
  display: inline-block;
  padding-left: 34px;
  line-height: 1.7;
  background: url(../img/mark_pagetop.png) no-repeat left top;
}

/* contact-info */
.contact-info {
  margin-bottom: 12px;
  padding: 40px 0;
  border-top: 1px solid #e2e4e5;
}
.contact-info .contact-catch {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.3;
}
.contact-info .contact-tel {
  float: left;
  width: 450px;
  letter-spacing: 5px;
}
.contact-info .contact-tel strong {
  display: block;
  margin-bottom: 5px;
  padding-left: 42px;
  font-weight: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: normal;
  background: url(../img/footer-icon-tel.png) no-repeat left top;
}
.contact-info .contact-btn {
  float: right;
  width: 492px;
}
.contact-info .contact-btn a {
  display: inline-block;
  width: 100%;
  height: 69px;
  padding: 22px 0;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background: #ffa620;
  background: -webkit-linear-gradient(top, #ffa620 0%,#f90 100%);
  background: linear-gradient(to bottom, #ffa620 0%,#f90 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.contact-info .contact-btn a:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  content: "";
  vertical-align: top;
  background: url(../img/footer-mark-contact.png) no-repeat left top;
}

/* footer
---------------------------------------- */
.footer {
  min-width: 1000px;
  padding: 45px 0;
  color: #333;
  background: #f7f9fb;
}

/* sitemap(footer) */
.footer .sitemap {
  display: table;
  width: 1000px;
  margin: 0 auto;
}
.footer .sitemap > ul {
  display: table-cell;
  width: 31%;
  vertical-align: top;
}
.footer .sitemap > ul:nth-child(2) {
  width: 38%;
}
.footer .sitemap ul li {
  margin-bottom: 25px;
}
.footer .sitemap ul ul {
  margin-left: 16px;
  padding-top: 8px;
}
.footer .sitemap li li {
  margin: 1em 0 0;
  font-size: 13px;
}
.footer .sitemap li li:before {
  display: inline-block;
  margin-right: 4px;
  width: 5px;
  content: "-";
}
.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap .nomark:before {
  content: none;
}

.footer .sitemap .nomark {
  margin-left: 9px;
}

.footer .sitemap .nomark ul {
  padding-top: 0px;
}

/* sitelinks(footer) */
.footer .sitelinks {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.footer .sitelinks h4 {
  margin-bottom: 18px;
  padding-left: 32px;
  font-weight: normal;
  line-height: 1.4;
  background: url(../img/footer-mark-other.png) no-repeat left top;
}
.footer .sitelinks ul {
  margin-left: -18px;
}
.footer .sitelinks ul,
.footer .sitelinks li,
.footer .sitelinks div {
  display: inline-block;
  list-style-type: none;
}
.footer .sitelinks ul + div:before,
.footer .sitelinks ul + ul:before,
.footer .sitelinks div + ul:before {
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-left: 36px;
  content: "";
  vertical-align: middle;
  border-left: 1px solid #333;
}
.footer .sitelinks li {
  margin-left: 18px;
  margin-bottom: 15px;
}

/* siteinfo(footer) */
.footer .siteinfo {
  width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  border-top: 1px solid #e2e4e5;
}
.footer .siteinfo > * {
  display: inline-block;
  font-size: 13px;
}
.footer .corporate-logo {
  margin-right: 10px;
}
.footer .corporate-copyright small {
  font-size: 100%;
  color: #666;
  background: transparent;
}
.footer .corporate-nav {
  float: right;
  list-style-type: none;
}
.footer .corporate-nav a:hover {
  text-decoration: underline;
}
.footer .corporate-nav li {
  display: inline-block;
  height: 14px;
  margin-left: 12px;
  padding-left: 10px;
}
.footer .corporate-nav li + li {
  border-left: 1px solid #333;
}


/* module(main)
---------------------------------------- */
[class^="heading"] {
  margin-bottom: 30px;
  padding: 2px 0 16px;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 3px;
  border-bottom: 4px solid #e2e4e5;
}
.heading-enterprise {
  padding: 4px 0 14px 40px;
  background: url(../img/icon_enterprise.png) no-repeat left top;
}
.heading-sutudents {
  padding: 4px 0 14px 48px;
  background: url(../img/icon_sutudents.png) no-repeat left top;
}
.heading-enquete {
  padding: 4px 0 14px 48px;
  background: url(../img/icon_enquete.png) no-repeat left top;
}
.heading-document {
  padding: 4px 0 14px 42px;
  background: url(../img/icon_document.png) no-repeat left top;
}
.heading-data {
  padding: 4px 0 14px 46px;
  background: url(../img/icon_data.png) no-repeat left top;
}

/* post */
.post-title {
  margin-bottom: 16px;
  padding: 16px 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 3px;
  border-bottom: 4px solid #e2e4e5;
}
.single-service .post-title {
  font-size: 30px;
}
.post-catch {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.post-catch a:hover {
  text-decoration: underline;
}
.post-excerpt {
  font-size: 14px;
  line-height: 1.8;
}
.post-date {
  font-size: 14px;
  color: #666;
  background: transparent;
}
.post-tag a {
  display: inline-block;
/* オープン前2016/1207修正元
  margin-right: 13px;
/* オープン前2016/1207修正　*/
  margin: 5px 13px 0;
/* ここまで　*/
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #E73082;
  background: #f1f4f8;
}
.post-tag a.current,
.post-tag a:hover {
  color: #fff;
  background: #E73082;
  text-decoration: none!important;
}
.post-share {
  text-align: right;
}
.post-share > div {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  text-align: left;
}
.post-body {
  clear: both;
  overflow: hidden;
  line-height: 2.1;
}
.post-body h1 {
  margin-bottom: 30px;
  padding: 2px 0 16px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 3px;
  border-bottom: 4px solid #e2e4e5;
}

.post-body h1 span.sub_title:before{
   content: "\A" ;
   white-space: pre ;
}
.post-body h2 {
  margin-bottom: 30px;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 22px;
  line-height: 1.8;
}
.post-body h2:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1.3em;
  vertical-align: text-top;
  border-left: 6px solid #00abeb;
}
.post-body h3 {
  margin-bottom: 30px;
  padding-bottom: 16px;
  font-size: 19px;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
.post-body ul:not([class]),
.post-body ol:not([class]) {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.post-body p {
  margin-bottom: 30px;
  font-size: 14px;
}
.post-body * + p {
  margin-top: 30px;
}
.post-body img.alignleft + p,
.post-body img.alignright + p {
  margin-top: 0;
}
.post-body a {
  color: #00abeb;
  background-color: inherit;
  text-decoration: underline;
}
.post-body .view-more a {
  color: #333;
}
.post-body a:hover {
  text-decoration: none;
}
.post-eyecatch img,
.post-pik img {
  vertical-align: top;
}
.post-service-op {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #e2e4e5;
}
.post-service-op .btn-turms {
  float: left;
  display: inline-block;
}
.post-service-op .btn-turms a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 15px 13px 32px;
  vertical-align: middle;
  background: url(../img/mark_service.png) no-repeat 11px 15px;
  background-size: 16px auto;
  border: 1px solid #e2e4e5;
}
.post-service-op .btn-contact {
  float: right;
  display: inline-block;
}
.post-service-op .btn-contact a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 28px 13px 28px;
  text-align: center;
  color: #fff;
  background: #ffa620;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 1px 0 #ddd;
  box-shadow: 0 2px 1px 0 #ddd;
}
.post-service-op .btn-contact a:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  content: "";
  vertical-align: top;
  background: url(../img/footer-mark-contact.png) no-repeat left top;
  background-size: 18px auto;
}


/* box */
.box-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e4e5;
}
[class*="box-title"] {
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #e2e4e5;
}
.box-title span {
  font-size: 30px;
  color: #00b2f8;
}
.box-title small {
  padding-left: 1em;
  font-weight: normal;
  font-size: 12px;
}
.box-title-icon {
  padding-bottom: 0;
}
.box-title-icon img {
  margin-right: 3px;
}
.box-title-new {
  padding-left: 48px;
  background: url(../img/icon_new-seminar.png) no-repeat left top;
}
.box-title-market {
  padding-left: 48px;
  background: url(../img/icon_market-trend.png) no-repeat left top;
}
.box-title-merit {
  padding-left: 45px;
  background: url(../img/icon_new-merit.png) no-repeat left top;
}
.box-title-step {
  padding-left: 45px;
  background: url(../img/icon_new-step.png) no-repeat left top;
}
.box-title-enterprise {
  padding-left: 38px;
  background: url(../img/icon_enterprise.png) no-repeat left top;
}
.box-title-sutudents {
  padding-left: 48px;
  background: url(../img/icon_sutudents.png) no-repeat left top;
}
.box-title-enquete {
  padding-left: 48px;
  background: url(../img/icon_enquete.png) no-repeat left top;
}
.box-title-document {
  padding-left: 40px;
  background: url(../img/icon_document.png) no-repeat left top;
}
.box-title-data {
  padding-left: 42px;
  background: url(../img/icon_data.png) no-repeat left top;
}
.box-header [class*="box-title"] {
  display: inline-block;
  max-width: calc(100% - 100px);
  margin-bottom: 0;
  border-bottom: none;
}
.box-header [class*="box-title"] + .view-more {
  float: right;
  display: inline-block;
  margin-top: 10px;
  padding-right: 5px;
}
.box-header [class*="box-title"] + .view-more a {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.3;
  background-size: 14px auto;
}
.box-summary {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  background: transparent;
}
.box-summary p {
  margin-bottom: 0.8em;
}
h1 + .box-summary {
  margin-bottom: 44px;
}
.seminar-box-summary {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  background: transparent;
  margin-bottom: 44px;
}
.box-table {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  border-top: 1px solid #dfe2e8;
  border-bottom: 1px solid #dfe2e8;
}
.box-table .box-table-head,
.box-table .box-table-body {
  list-style-type: none;
}
.box-table thead th,
.box-table .box-table-head > * {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  background: #f7f9fb;
}
.box-table tbody th,
.box-table tbody td {
  height: 56px;
  padding: 13px 10px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #dfe2e8;
}

/* archives */
[class*="archives"] {
  list-style-type: none;
}

/* gradhiring-box */
.gradhiring-box {
  margin-bottom: 90px;
}
.gradhiring-step .l-tab a {
  display: block;
  height: 44px;
  margin: 0 10px;
  padding: 8px 0;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 4px;
}
.gradhiring-step .l-tab a span {
  font-size: 25px;
  color: #00b3f8;
  background: transparent;
}
.gradhiring-step .l-tab a:hover,
.gradhiring-step .l-tab .current a {
  color: #fff;
  background: #10bcfe;
}
.gradhiring-step .l-tab a:hover span,
.gradhiring-step .l-tab .current a span {
  color: inherit;
}
.gradhiring-step-title {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  border-bottom: 3px solid #1ec1ff;
}
.gradhiring-step-title span {
  font-size: 27px;
}
.gradhiring-step-archives {
  margin-bottom: 50px;
  padding: 0 25px;
}
.gradhiring-step-archives li {
  width: 450px;
  padding: 20px 0;
  border-bottom: 1px solid #e2e4e5;
}
.gradhiring-step-archives li:nth-child(odd) {
  clear: both;
  float: left;
}
.gradhiring-step-archives li:nth-child(even) {
  float: right;
}
.gradhiring-step-archives .post-eyecatch {
  float: left;
  width: 80px;
  height: 72px;
  margin-top: 2px;
  margin-right: 20px;
}
.gradhiring-step-archives .post-catch {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.gradhiring-step-archives .post-excerpt {
  height: 3.6em;
  font-size: 13px;
}
.gradhiring-step-archives.view-more {
  margin-top: -38px;
}
.gradhiring-step-related {
  margin: 0 25px 40px;
  overflow: hidden;
}
.gradhiring-step-related-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.gradhiring-step-related-column {
  display: table;
  list-style-type: none;
  width: calc(100% + 18px + 18px);
  margin: 0 -18px 12px;
  border-top: 1px solid #e2e4e5;
  border-bottom: 1px solid #e2e4e5;
}
.gradhiring-step-related-column li {
  display: table-cell;
  width: 33%;
  padding: 20px 18px;
}
.gradhiring-step-related-column li + li {
  border-left: 1px solid #e2e4e5;
}
.gradhiring-step-related .post-eyecatch {
  float: left;
  width: 80px;
  height: 72px;
  margin-right: 18px;
}
.gradhiring-step-related .post-catch {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
.gradhiring-step-related .post-date {
  text-align: right;
}
.gradhiring-step-archives.view-more a,
.gradhiring-step-related .view-more a {
  padding-left: 19px;
  font-size: 14px;
  line-height: 1.3;
  background-size: 16px auto;
}
.gradhiring-step-faq {
  padding: 25px;
  color: #666;
  background: #f7f9fb;
}
.gradhiring-step-faq-title {
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
  background: transparent;
}
.gradhiring-step-faq-title span {
  font-size: 24px;
}
.gradhiring-step-faq-archives li {
  width: 450px;
  height: 4.2em;
  margin-top: 20px;
  padding-left: 38px;
  font-size: 13px;
  line-height: 1.8;
}
.gradhiring-step-faq-archives li:nth-child(odd) {
  clear: both;
  float: left;
}
.gradhiring-step-faq-archives li:nth-child(even) {
  float: right;
}
.gradhiring-step-faq-archives li span {
  display: inline-block;
  width: 35px;
  font-weight: bold;
  font-size: 16px;
  margin-left: -38px;
  color: #333;
  background: transparent;
}

/* prev-next-box */
/* prev-next-box */
.prev-next-link{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* width: 100%; */
  /* height: 160px; */
  margin: 30px 20px 15px 20px;
  /* border:2px solid #e2e4e5; */
}

.prev-link{width: 50%;padding: 20px 10px 10px 50px;text-align: left;/* border-right:2px solid #e2e4e5; */}
.prev-link:hover{opacity:0.6;}
.next-link{width: 50%;padding: 20px 50px 10px 10px;text-align: right;}
.next-link:hover{opacity:0.6;}
.prev-next-label{font-size: 13px;font-weight: bold;margin-bottom:5px;color:#707070;}
.articleTitle{margin: 20px 0 20px 0;line-height: 1.5;color:#1b95e0;font-size: 20px;}
.prev-link img{
  /* display: block; */
  position: absolute;
  margin0: 0;
  width: 30px;
  top:40%;
  left: 1%;
}
.next-link img{
  /* display: block; */
  position: absolute;
  margin0: 0;
  width: 30px;
  top:40%;
  right: 1%;
}
a.list_btn{
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: 7px 24px;
  font-size: 18px;
  letter-spacing: 3px;
  text-decoration: none;
  line-height: 33px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 1px 1px 1px #e9e9e9;
  box-shadow: 1px 1px 1px #e9e9e9;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#119de9), to(#4bb8f3));
  background: -moz-linear-gradient(top, #119de9, #4bb8f3);
  background: -o-linear-gradient(top, #119de9, #4bb8f3);
  background: -ms-linear-gradient(top, #119de9, #4bb8f3);
  background: linear-gradient(top, #119de9, #4bb8f3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#119de9', endColorstr='#4bb8f3')";
}
a.list_btn:hover{
  opacity: 0.9;
  transition: 1.0s ;
}
@media only screen and (max-width: 480px) {
  .prev-next-link{
    display:block;
    margin:30px 15px 15px 15px;
    border:none;
  }
  .prev-link{
    width:100%;
    padding: 20px 10px 20px 40px;
    /* border:2px solid #e2e4e5; */
  }
  .next-link{
    width: 100%;
    padding: 20px 40px 20px 10px;
    /* border: 2px solid #e2e4e5; */
  }
  .prev-link img{
    width: 25px;
    top:15%;
  }
  .next-link img {
    width: 25px;
    top:70%;
  }
  .list_btnWrap{margin: 20px 0 40px 0;}
  a.list_btn {
    width: 90%;
    padding: 5px;
    font-size: 16px;
  }
  }
/* .break:before {
    content: "\A";
    white-space: pre;
  } */


/* documents-box */
.documents-box {
  margin-bottom: 100px;
}
.documents-box .box-table {
  border: 0 none;
}
.documents-box .box-table-head li,
.documents-box .box-table-body dl {
  border-top: 1px solid #dfe2e8;
  float: left;
}
.documents-box .box-table-body dt,
.documents-box .box-table-body dd {
  display: table-cell;
  height: 56px;
  padding: 13px 10px;
  vertical-align: middle;
}
.documents-box .box-table-body dl {
  display: table;
  width: 470px;
  border-top: 1px solid #dfe2e8;
}
.documents-box .box-table-body dl:nth-child(-n+2) {
  border-top: 0 none;
}
.documents-box .box-table-body dl:nth-last-child(-n+2) {
  border-bottom: 1px solid #dfe2e8;
}
.documents-box .box-table-head li:nth-child(odd),
.documents-box .box-table-body dt {
  width: 350px;
}
.documents-box .box-table-head li:nth-child(even),
.documents-box .box-table-body dd {
  width: 120px;
  text-align: center;
}
.documents-box .box-table-head li:nth-child(4n + 3),
.documents-box .box-table-body dl:nth-child(even) {
  margin-left: 60px;
}
.documents-box .box-table-body dl:nth-child(odd) {
  clear: both;
}
.documents-box .box-table-body dd a {
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  color: #0ebdff;
  background: transparent url(../img/mark_link-arrow-blue.png) no-repeat left center;
}
.documents-box .box-table-body a[data-ext$=".pdf"]:after,
.documents-box .box-table-body a[href$=".pdf"]:after {
  content: url("../img/icon_pdf.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.documents-box .box-table-body a[data-ext$=".doc"]:after,
.documents-box .box-table-body a[data-ext$=".docx"]:after,
.documents-box .box-table-body a[href$=".doc"]:after,
.documents-box .box-table-body a[href$=".docx"]:after {
  content: url("../img/icon_doc.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.documents-box .box-table-body a[data-ext$=".xls"]:after,
.documents-box .box-table-body a[data-ext$=".xlsx"]:after,
.documents-box .box-table-body a[href$=".xls"]:after,
.documents-box .box-table-body a[href$=".xlsx"]:after {
  content: url("../img/icon_xlsx.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.documents-box .box-table-body a[data-ext$=".txt"]:after,
.documents-box .box-table-body a[href$=".txt"]:after {
  content: url("../img/icon_txt.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.documents-box .box-table-body a:hover {
  text-decoration: underline;
}

/* seminar-box */
.seminar-box {
  margin-bottom: 90px;
}
.seminar-box .box-tool {
  font-size: 13px;
  text-align: right;
}
.seminar-box .box-tool select {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px 3px 10px;
  vertical-align: middle;
  border: 1px solid #dfe2e8;
  min-width: 100px;
}
.seminar-box .box-table {
  margin: 50px 0 0;
}
.seminar-box .box-table thead th:nth-child(1),
.seminar-box .box-table tbody th {
  width: 580px;
}
.seminar-box .box-table thead th:nth-child(2) {
  width: 130px;
}
.seminar-box .box-table th:nth-child(3) {
  width: 120px;
}
.seminar-box .box-table tbody th a {
  color: #006891;
  background: transparent;
}
.seminar-box .box-table tbody th a:hover {
  text-decoration: underline;
}
.seminar-box .box-table .btn-entry {
  padding: 6px 12px 6px 20px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #0ebdff;
  background: transparent url(../img/mark_link-arrow-blue.png) no-repeat 9px center;
  border: 1px solid #dfe2e8;
}
.seminar-box-search {
  margin-top: 20px;
}
.seminar-box-search .box-table {
  margin-top: 15px;
}
.seminar-box-search .box-table tbody th {
  padding: 13px 15px;
  text-align: left;
}

.seminar-box h2.box-title-icon img{vertical-align: middle;}

/* release-anchor */
.release-anchor {
  margin-bottom: 80px;
  padding: 16px 2px 16px 8px;
  color: #000;
  background: #f7f9fb;
}
.release-anchor li {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
.release-anchor li + li {
  margin-left: 34px;
}
.release-anchor li a {
  display: inline-block;
  padding: 12px 0 9px 37px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_side-categories.png);
}
.release-anchor li a:hover {
  text-decoration: underline;
}
.release-anchor li a:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 1em;
  vertical-align: middle;
  background: url(../img/mark_link-under.png) no-repeat right center;
  background-repeat: no-repeat;
}

/* release-box */
.release-box {
  margin-bottom: 30px;
}
.release-box:last-child {
  margin-bottom: 0;
}
.release-archives li {
  float: left;
  width: 475px;
  margin-bottom: 30px;
  padding-bottom: 2px;
}
.release-archives li:nth-child(odd) {
  clear: both;
  margin-right: 40px;
}
.release-title {
  margin-bottom: 10px;
  padding: 3px 0 3px 22px;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background: transparent url(../img/mark_link-arrow.png) no-repeat 7px 8px;
}
.release-title a:hover {
  text-decoration: underline;
}
.release-title .update {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 4px 2px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  vertical-align: text-top;
  color: #f33;
  background: #fff;
  border: 2px solid #f33;
  border-radius: 2px;
}
.release-parent-summary {
  margin-left: 22px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  background: #f7f9fb;
}
.release-summary {
  margin-left: 22px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  background: #f7f9fb;
}
.release-btn {
  margin: 30px 0;
}
.release-btn a {
  display: inline-block;
  padding: 14px 12px 14px 36px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: #0FBDFF;
  background: #fff url(../img/mark_service.png) no-repeat 12px 14px;
  background-size: 16px auto;
  border: 1px solid #0fbdff;
  border-bottom-width: 3px;
}
.release-bucknumber {
  margin: 40px 0;
}
.release-bucknumber h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.release-bucknumber ul {
  font-size: 14px;
}
.release-bucknumber ul.tree > li {
  border-top: 2px solid #fff;
  color: #333;
  background: #f7f9fb;
}
.release-bucknumber ul.tree .year {
  display: block;
  padding: 12px 15px;
}
.release-bucknumber ul.tree .month {
  padding: 10px 0 10px 27px;
  color: #333;
  background: #fff;
}
.release-bucknumber ul.tree .month li a {
  display: inline-block;
  margin: 10px 0;
  padding-left: 18px;
  background: url(../img/mark_link-arrow.png) no-repeat 2px 3px;
}
.release-bucknumber ul.tree .js-list-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.release-bucknumber ul.tree .js-list-box {
  display: none;
}
.release-bucknumber ul.parallel {
  padding: 16px 25px;
  color: #333;
  background: #f7f9fb;
}
.release-bucknumber ul.parallel li {
  display: inline-block;
  width: 32.5%;
  margin: 8px 0;
  padding-left: 18px;
  background: url(../img/mark_link-arrow.png) no-repeat 2px 3px;
}
.release-bucknumber ul.tree.twocol {
  margin-left: -16px;
}
.release-bucknumber ul.tree.twocol > li {
  width: 320px;
  float: left;
  margin: 0 0 0 16px;
}
.release-bucknumber ul.tree.twocol .js-list-box {
  display: block;
}
.release-bucknumber li a:hover {
  text-decoration: underline;
}
.release-attached {
  margin-bottom: 76px;
  overflow: hidden;
}
.release-attached > div {
  display: inline;
}
.release-attached > div a {
  display: inline-block;
  padding: 9px 14px 9px 22px;
  font-size: 13px;
  line-height: 1.6;
  background: url(../img/mark_link-arrow.png) no-repeat 13px center;
  border: 1px solid #dfe2e8;
}
.release-attached .btn-pdf a {
  float: left;
  padding: 6px 14px 6px 22px;
  line-height: 1.2;
}
.release-attached .btn-pdf a:after {
  content: url("../img/icon_pdf.png");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.release-attached .btn-backnumber a {
  float: right;
}
.release-outline,
.release-contact {
  margin-bottom: 76px;
}
.release-outline h3,
.release-contact h3 {
  margin-bottom: 25px;
  padding-bottom: 14px;
  font-size: 19px;
  border-bottom: 1px solid #ccc;
}
.release-outline table {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #dfe2e8;
}
.release-outline th {
  padding: 11px 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #333;
  background: #F7F9FB;
  border-top: 1px solid #dfe2e8;
}
.release-outline td {
  padding: 11px 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfe2e8;
}
.release-contact dl {
  font-size: 14px;
  border: 1px solid #dfe2e8;
}
.release-contact dt {
  padding: 13px;
  font-weight: bold;
  color: #333;
  background: #f7f9fb;
}
.release-contact dd + dt {
  border-top: 1px solid #dfe2e8;
}
.release-contact dd {
  padding: 16px 13px;
  line-height: 1.8;
}

/* infoDetail */
.infoDetail li:before {
  content: url("../img/mark_link-arrow.png") ;
  padding-right: 5px;
  line-height: 1.8;
vertical-align: text-bottom;}
.infoDetail{background-color:#f0f1f1; border-radius: 20px;padding: 30px;margin-bottom: 30px;font-size: 14px;}
.infoDetail ul li.flex{display:flex;margin-bottom:20px;}
.infoDetail ul li.flex ul{border-left:2px solid #d7d6d6;margin-top: 8px;}
.infoDetail ul li.flex ul li{line-height:1.25;padding:0 0 5px 20px;}
<!--.infoDetail ul li.flex ul li:before{ content: none;}-->
.infoDetail ul li.flex ul li:last-of-type{padding-bottom:0;}
.infoDetail ul li a{color:#000;}
.infoDetail ul li a:hover{text-decoration: none; opacity:0.6;}
/* service-box */
.service-box {
  margin-bottom: 60px;
}
.service-box:last-child {
  margin-bottom: 0;
}

/* service-anchor */
[class^="service-anchor"] {
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  background: #f7f9fb;
}
[class^="service-anchor"] li {
  display: inline-block;
  margin: 8px 0;
  padding: 0 20px 0 26px;
}
[class^="service-anchor"] li + li {
  border-left: 1px solid #e2e4e5;
}
[class^="service-anchor"] li a {
  display: inline-block;
  padding-right: 14px;
  background-repeat: no-repeat;
  background-position: right 9px;
}
[class^="service-anchor"] li a:hover {
  text-decoration: underline;
}
.service-anchor-head {
  margin-bottom: 60px;
}
.service-anchor-head li a {
  background-image: url(../img/mark_link-under.png);
}
.service-anchor-foot {
  margin-top: 60px;
}
.service-anchor-foot li a {
  background-image: url(../img/mark_link-over.png);
}

/* service-rows */
.service-rows {
  margin-top: 30px;
  list-style-type: none;
}
.service-rows li {
  margin-bottom: 25px;
}
.service-rows a {
  display: block;
  padding: 26px 32px;
  border: 1px solid #e2e4e5;
}
.service-rows .service-image {
  display: table-cell;
  width: 260px;
  vertical-align: middle;
  text-align: center;
}
.service-rows .service-image + dl {
  display: table-cell;
  padding-left: 32px;
  width: 676px;
}
.service-rows .service-catch {
  margin-bottom: 18px;
  padding-left: 26px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.4;
  background: url(../img/mark_service.png) no-repeat left 2px;
  background-size: 20px auto;
}
.service-rows .service-text {
  font-size: 14px;
  line-height: 1.8;
}

/* service-cols */
.service-cols {
  margin-top: 30px;
  list-style-type: none;
}
.service-cols li {
  float: left;
  width: 475px;
  margin-bottom: 28px;
  margin-left: 50px;
}
.service-cols li:nth-child(2n + 1) {
  clear: both;
  margin-left: 0;
}
.service-cols a {
  display: block;
  padding: 30px 20px 16px;
  border: 1px solid #e2e4e5;
  min-height: 100%;
}
.service-cols .service-image {
  margin-bottom: 30px;
}
.service-cols .service-catch {
  margin-bottom: 16px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  background: url(../img/mark_service.png) no-repeat 1px 0;
  background-size: 20px auto;
}
.service-cols .service-text {
  font-size: 14px;
  line-height: 1.8;
}

/* agreement-anchor */
section.container h2{
  font-size: 1.6rem;
  padding: .25em .45em;
  border-bottom: 2px solid #CCC;
  background-color: #f7f9fb;
  border-left: 6px solid #00abeb;
}

.agreement-anchor{
 margin-bottom: 80px;
}

.agreement-anchor a{text-decoration: none;}
.agreement-anchor li a{
  content: "";
  width: 14px;
  height: 1em;
  vertical-align: middle;
  padding: 10px 25px 10px 0;
  color: #000;
  /* background: url(../img/mark_link-under.png) no-repeat right center; */
  background: url(../img/anchor-mark-saponet.png) no-repeat right center;
  background-repeat: no-repeat;

}
.agreement-anchor li a:hover{opacity: 0.6;}
.agreement-anchor ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 8px 18px;
  /* background-color: #f7f9fb; */
  font-weight: bold;
}

.agreement-anchor ul li{
  width: 50%;
}

/* #agreement, #personal_info,
#informative_data, #ssl{
  padding-top: 150px;
  margin-top: -150px;
} */
/* #agreement::before {
  content: "";
  display: block;
  height: 8rem;
  margin-top: -8rem;
  visibility: hidden;
} */

.page-id-276 .post-body h1, .page-id-1753 .post-body h1{
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  border: none;
}

.page-id-276 .post-body h2:before,
.page-id-1753 .post-body:before{
  border:none;
}
.page-id-276 .post-body h2:before,
.page-id-1753 .post-body h2:before{
  border:none;
}

/* related-box */
.related-box {
  display: table;
  width: 100%;
  overflow: hidden;
}
.related-box .box {
  position: relative;
  display: table-cell;
  width: 468px;
  vertical-align: top;
  padding: 1px 15px 15px;
  border: 1px solid #e2e4e5;
}
.related-box .box:before,
.related-box .box:after {
  display: none;
}
.related-box .box:nth-child(odd) {
  left: 0px;
}
.related-box .box:nth-child(even) {
  right: -18px;
}
.related-box h3 {
  margin: 13px 0 15px;
  padding: 0 0 12px 32px;
  font-size: 19px;
  line-height: 1.5;
  background: url(../img/mark_service.png) no-repeat 0 3px;
  background-size: 20px auto;
  border-bottom: 1px solid #e2e4e5;
  overflow: hidden;
}
.related-box h3 a:hover {
  text-decoration: underline;
}
.related-box h3 img {
  float: right;
}
.related-box p {
  font-size: 14px;
  line-height: 1.8;
}
.related-box p a {
    padding: 0 5px;
    color: #00abeb;
    font-weight: bold;
}
.related-box p a:hover {
    opacity: 0.7;
}
.related-box .related-box-info{
  padding: 5px;
  margin-bottom: 8px;
  border: 1px solid #ffcdd2;
  background: #fff9f9;
  color: #f44336;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.5;
}
.related-box dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.6;
  color: #00abeb;
  background: transparent;
}
.related-box .list dd {
  display: inline-block;
  width: 216px;
  margin: 8px 0 12px;
}
.related-box .list dd a {
  padding-left: 15px;
  line-height: 1.3;
  font-weight: bold;
  background: url(../img/mark_link-arrow.png) no-repeat 0 7px;
}
.related-box .list dd a:hover {
  text-decoration: underline;
}
.related-box .member-only {
  float: right;
}

/* pickupbox */
.pickupbox {
  margin-bottom: 30px;
  padding: 0 15px 8px;
  color: #666;
  background: #f7f9fb;
  border-top: 4px solid #09bbff;
  overflow: hidden;
}
.pickupbox-image {
  margin: 0 -15px 20px;
}
.pickupbox-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333;
}
.pickupbox-title a:hover {
  text-decoration: underline;
}
.pickupbox-excerpt {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.pickupbox-tag {
  float: left;
  width: 500px;
}
.pickupbox-tag a {
  display: inline-block;
  margin-right: 13px;
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #E73082;
  background: #fff;
}
.pickupbox-tag a:hover {
  color: #fff;
  background: #E73082;
}
.pickupbox-date {
  padding-right: 5px;
  font-size: 14px;
  text-align: right;
}
.pickupbox-tag + .pickupbox-date {
  margin-left: 500px;
}
.pickupbox.column-pickupbox {
  position: relative;
}
.pickupbox.column-pickupbox .member-only {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 8px 6px 24px;
  font-size: 16px;
  display: inline-block;
  background: #10bcfe url(../img/icon_member-only.png) no-repeat 6px 7px;
}
/* archives */
.archives {}
.archives li {
  margin-bottom: 20px;
  padding: 27px 0;
  border-bottom: 1px solid #e2e4e5;
}
.archives li .post-eyecatch {
  float: left;
  width: 182px;
}
.archives li .post-eyecatch + dl {
  margin-top: -6px;
  margin-left: 207px;
}
.archives .post-catch {
  margin-bottom: 15px;
}
.archives li .post-excerpt {
  margin-bottom: 18px;
}
.archives li .post-tag {
  float: left;
  width: 350px;
}
.archives li .post-date {
  margin-left: 350px;
  padding-top: 8px;
  text-align: right;
}
.archives.column-archives {
  position: relative;
}
.archives.column-archives .member-only {
  position: absolute;
  display: inline-block;
}
/* pagination */
.pagination {
  padding: 15px 0;
  text-align: right;
}
.pagination a,
.pagination span {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 7px 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background: #fff;
  border: 1px solid #dfe2e8;
}
.pagination .prevpostslink,
.pagination .nextpostslink {
  padding: 7px 10px;
}
.pagination .current,
.pagination a:hover {
  background: #f1f4f8;
}

/* bnr-pickup */
[class^="bnr-pickup"] {
  margin-bottom: 50px;
  text-align: center;
}
.bnr-pickup-release,
.bnr-pickup-seminar {
  margin-bottom: 20px !important;
}
.bnr-pickup-seminar img,
.bnr-pickup-release img {
  max-width: 1000px;
}
/* bnr-service */
.bnr-service {
  margin-bottom: 34px;
}
.bnr-service-middle-box {
  margin-left: -20px;
}
.bnr-service-middle {
  width: 505px;
  margin: 0 auto 100px;
}
.bnr-service-middle.two-col {
  width: 480px;
  margin: 0 0 20px 20px;
  float: left;
}
.bnr-service a {
  display: block;
  padding: 5px 25px 3px;
  border: 1px solid #0fbdff;
  border-bottom-width: 3px;
}
.bnr-service-middle a {
  display: block;
  padding: 5px 16px 3px;
  border: 1px solid #0fbdff;
  border-bottom-width: 3px;
}
.bnr-service a:hover {
  padding: 0 20px;
  border-width: 6px;
}
.bnr-service-middle a:hover {
  padding: 0 11px;
  border-width: 6px;
}
.bnr-service-middle .service-title,
.bnr-service .service-title {
  margin: 13px 0 16px;
  padding: 1px 0 16px 32px;
  font-size: 19px;
  background: url(../img/mark_service.png) no-repeat 1px 0;
  background-size: 20px auto;
  border-bottom: 1px solid #e2e4e5;
}
.bnr-service-middle .service-catch,
.bnr-service .service-catch {
  margin-bottom: 10px;
  overflow: hidden;
}
.bnr-service-middle .service-catch img,
.bnr-service .service-catch img {
  float: left;
  margin-right: 40px;
  vertical-align: top;
}
.bnr-service-middle .service-catch strong,
.bnr-service .service-catch strong {
  font-size: 17px;
  line-height: 1.6;
  color: #00ABEB;
  background: transparent;
}
.bnr-service .service-text {
  margin-bottom: 15px;
  line-height: 1.8;
}
.bnr-service-middle .service-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.bnr-service + .post-share {
  margin-top: 55px;
}

/* module(404notfound)
---------------------------------------- */
/* not-search */
.not-search {
  margin-bottom: 35px;
  padding: 10px 12px;
  background: #ebf0f5;
}
.not-search input[type="search"] {
  float: left;
  width: 860px;
  height: 34px;
  padding: 10px 2px 10px 10px;
  background: #fff;
}
.not-search input[type="submit"] {
  width: 42px;
  height: 34px;
  background: #00abeb url(../img/icon_search.png) no-repeat center center;
  text-indent: 100px;
  overflow: hidden;
}

/* not-nav */
[class^="not-nav"] {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
[class^="not-nav"] h3 {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #e2e4e5;
}
[class^="not-nav"] li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
}
.not-nav-keyword h3 {
  padding-left: 28px;
  background: url(../img/icon_side-keyword.png) no-repeat 0 8px;
}
.not-nav-keyword .post-tag a {
  margin: 0 17px 22px 0;
}

/* module(side)
---------------------------------------- */
/* side-search */
.side-search {
  margin-bottom: 35px;
  padding: 10px 12px;
  background: #ebf0f5;
}
.side-search input[type="search"] {
  float: left;
  width: 238px;
  height: 34px;
  padding: 10px 2px 10px 10px;
  background: #fff;
}
.side-search input[type="submit"] {
  width: 42px;
  height: 34px;
  background: #00abeb url(../img/icon_search.png) no-repeat center center;
  text-indent: 100px;
  overflow: hidden;
}

/* side-nav */
[class^="side-nav"] {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
[class^="side-nav"] h3 {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #e2e4e5;
}
[class^="side-nav"] li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.2;
}
.side-nav-keyword h3 {
  padding-left: 28px;
  background: url(../img/icon_side-keyword.png) no-repeat 0 8px;
}
.side-nav-keyword .post-tag a {
  margin: 0 17px 22px 0;
}
[class^="side-nav-category"] h3 {
  padding-left: 28px;
  background: url(../img/icon_side-category.png) no-repeat 0 8px;
}
[class^="side-nav-category"] li {
  margin-bottom: 5px;
}
[class^="side-nav-category"] li > a {
  display: block;
  padding: 12px 8px 10px;
  line-height: 1;
}
[class^="side-nav-category"] li.current > a,
[class^="side-nav-category"] li > a:hover {
  color: #fff;
  background-color: #10bcfe;
  text-decoration: none;
}
[class^="side-nav-category"] li.current > a {
  font-weight: bold;
}
.side-nav-category-gradhiring li > a {
  padding: 8px 8px 6px;
}
.side-nav-category-gradhiring li > a span {
  font-weight: bold;
  font-size: 23px;
  color: #10bcfe;
  background: transparent;
}
.side-nav-category-gradhiring li.current > a span,
.side-nav-category-gradhiring li > a:hover span {
  color: inherit;
  background: inherit;
}
.side-nav-category li[class^="cat-"] {
  margin-bottom: 6px;
}
.side-nav-category li[class^="cat-"] > a {
  display: block;
  padding: 14px 0 9px 40px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_side-categories.png);
}
.release-anchor li.cat-enterprise a,
.side-nav-category li.cat-enterprise > a { background-position: 0 0;}
.release-anchor li.cat-sutudents a,
.side-nav-category li.cat-sutudents > a { background-position: 0 -100px;}
.release-anchor li.cat-enquete a,
.side-nav-category li.cat-enquete > a { background-position: 0 -200px;}
.release-anchor li.cat-document a,
.side-nav-category li.cat-document > a { background-position: 0 -300px;}
.release-anchor li.cat-data a,
.side-nav-category li.cat-data > a { background-position: 0 -400px;}
.side-nav-category li.cat-enterprise.current >a,
.side-nav-category li.cat-enterprise > a:hover { background-position: 0 -50px;}
.side-nav-category li.cat-sutudents.current >a,
.side-nav-category li.cat-sutudents > a:hover { background-position: 0 -150px;}
.side-nav-category li.cat-enquete.current >a,
.side-nav-category li.cat-enquete > a:hover { background-position: 0 -250px;}
.side-nav-category li.cat-document.current >a,
.side-nav-category li.cat-document > a:hover { background-position: 0 -350px;}
.side-nav-category li.cat-data.current >a,
.side-nav-category li.cat-data > a:hover { background-position: 0 -450px;}
.side-nav-category li[class^="cat-"] ul {
  margin-top: 16px;
  padding-left: 40px;
}
.side-nav-category li[class^="cat-"] li {
  margin-bottom: 14px;
  padding-left: 14px;
  font-size: 13px;
  background: url(../img/mark_link-arrow.png) no-repeat 2px center;
}
.side-nav-category li[class^="cat-"] li a {
  display: inline;
  padding: 0;
}
.side-nav-category li[class^="cat-"] li a:hover {
  font-weight: normal;
  background: transparent;
  color: #333;
  text-decoration: underline;
}

/* article
---------------------------------------- */
article.l-main .post-tag {
  float: left;
  width: 400px;
}
article.l-main .post-tag + .post-share {
  margin-left: 400px;
}
article.l-main .post-body {
  padding: 35px 0;
}


/* wp
---------------------------------------- */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 30px 15px 0;
}
img.alignright {
  margin: 5px 0 15px 30px;
}
img.aligncenter {
  margin-bottom: 30px;
}
* + img.aligncenter {
  margin-top: 30px;
  margin-bottom: 30px;
}
.clear {
  display: block;
  clear: both;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/* サイトマッププラグイン */
.wsp-container h2{
    border:solid 1px #ddd;
    background-color:#fdfdfd;
    line-height:1em;
    font-size:20px;
    border-radius:0;
    padding-left:10px;
}
.wsp-container li::before {
    content: "-----";
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: -23px;
    margin-right: 12px;
    letter-spacing: -3px;
}
.wsp-container li {
    line-height: 1.7;
    margin-left: 10px;
    padding: 0 0 0 22px;
    border-left: 1px solid #000;
    list-style-type: none;
}
.wsp-container li a {
    text-decoration:none;
}

/* clearfix
---------------------------------------- */
article:before, article:after,
section:before, section:after,
.inner:before, .inner:after,
[class^="site"]:before, [class^="site"]:after,
[class*="contents"]:before, [class*="contents"]:after,
[class*="archives"]:before, [class*="archives"]:after,
[class*="archives"] li:before, [class*="archives"] li:after,
.box-table-head:before, .box-table-head:after,
.box-table-body:before, .box-table-body:after,
.post-service-op:before, .post-service-op:after,
.cf:before, .cf:after {
    content:"";
    display:table
}
article:after, section:after,
.inner:after, [class^="site"]:after,
[class*="contents"]:after, [class*="archives"]:after, [class*="archives"] li:after,
.box-table-head:after, .box-table-body:after, .post-service-op:after,
.cf:after { clear:both }


/* 404notfound
---------------------------------------- */
.not-body {
  width: 900px;
  margin: 0 auto 50px;
}
.not-body p {
  color: #FF0000;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.not-body .button {
  margin: 40px 0;
  text-align: center;
}
.not-body .button a {
  display: inline-block;
  width: 300px;
  height: 54px;
  padding: 17px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 1px solid #e2e4e5;
}
.not-body .button a:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../img/mark_service.png) no-repeat left top;
  background-size: 16px auto;
}
.not-body .button a:hover {
  opacity: 0.5;
  /*cursor: pointer;*/
}
.not-body .button a:active {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Custom
 */
.single-service article.l-main .post-body {
  font-size: 14px;
}

section.release-box:before {
  content: "";
  height: 129px;
  margin-top: -129px;
  display: block;
  visibility: hidden;
}

section.seminar-box:before {
  content: "";
  height: 129px;
  margin-top: -129px;
  display: block;
  visibility: hidden;
}
