@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  box-sizing: border-box;
  color: #444;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form, pre, code {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
h1 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  color: #f39800;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: normal;
}
sup {
  vertical-align: top;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 1.5em;
}
div dl dt.first-child, div dl dd.first-child {
  border-top: none;
}
input, textarea {
  font-size: 100%;
  line-height: 1.25;
}
table {
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  vertical-align: top;
}
table td {
  font-weight: normal;
}
/* ページ全体 */
#container {
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.require {
  color: #f00;
}
.placed_c {
  margin: 2em 0;
  text-align: center;
}
.new {
  margin-left: 5px;
  color: #f00;
}
.listStyleDisc li {
  padding-left: 14px;
  background: url(/okinawa/images/shared/liststyle/liststyle_disc.gif) no-repeat 0 0.3em;
}
/* エラー関連 */
.error {
  margin-top: 12px;
  color: #f00;
}
.error p {
  font-weight: bold;
  line-height: 1.2;
}
.error li {
  padding-left: 14px;
}
/* ヘッダー */
header {
  height: 72px;
  background: linear-gradient(to top, #ffffff, #e1e1e1);
  border-bottom: 4px solid #f39800;
}
#header {
  width: 980px;
  min-height: 37px;
  margin: 0 auto;
  position: relative;
}
#header a:hover {
  text-decoration: none;
}
#header h1, #header h2 {
  position: absolute;
  left: 195px;
}
#header h1 {
  top: 3.5em;
}
#header h2 {
  top: 2.1em;
}
#logo {
  width: 158px;
  height: 54px;
  padding: 10px 0 0 15px;
}
#logo a {
  display: block;
}
#utility-nav {
  position: absolute;
  top: 14px;
  right: 15px;
}
#utility-nav p {
  padding-left: 7px;
  background: url(/okinawa/images/shared/liststyle/liststyle_utilitynav.gif) no-repeat 0 50%;
}
#utility-nav p a {
  color: #444;
}
#utility-nav p a:hover {
  color: #f39800;
}
#sns-area {
  width: 475px;
  position: absolute;
  top: 37px;
  left: 50%;
  text-align: right;
}
#sns-area img {
  width: 27px;
  height: auto;
  margin-right: 10px;
}
#sns-area img.no_margin {
  margin-right: 0;
}
#header .wClose {
  margin: 16px 21px;
  padding-left: 11px;
  background: url("/okinawa/images/shared/btn_close.gif") no-repeat scroll 0 50% transparent;
  float: right;
}
#header .wClose a:hover {
  text-decoration: underline;
}
/* パンくず */
.topicPath {
  width: 950px;
  margin: 1.1em auto 0.9em;
}
/* コンテンツ全体 */
#content_area {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
#content {
  width: 950px;
  margin: 0 auto;
  display: flex;
}
/* 見出し */
h3.primaryHead01A {
  width: 704px;
  height: 64px;
  padding: 13px;
  background: url("/okinawa/images/h3_primaryHead/wide_title_second.gif") no-repeat scroll 0 0 transparent;
  color: #f39800;
  font-size: 180%;
}
h3.primaryHead01A span {
  font-size: 174%;
}
.headSet01A {
  margin-top: 2em;
  padding: 0.4em 8px;
  background-color: #f0f0f0;
  font-size: 120%;
}
.headSet01A p {
  margin-bottom: 0;
  float: right;
}
.headSet01A .head {
  padding-left: 11px;
  background: url(/okinawa/images/shared/mark_head/mark_head.gif) no-repeat 0 0.3em;
}
.headSet01B {
  margin-bottom: 0.83em;
  padding: 0.3em 1px;
  background: url(/okinawa/images/shared/bg_head01b.gif) repeat-x left bottom;
}
.headSet01B .head {
  padding-left: 11px;
  background: url(/okinawa/images/shared/mark_head/mark_head.gif) no-repeat 0 0.3em;
}
.serviceCategory01A {
  margin-bottom: 15px;
  font-weight: bold;
}
.serviceCategory01A img {
  margin-right: 4px;
  vertical-align: middle;
}
.serviceCategory02A {
  width: 118px;
  font-size: 83.333%;
  line-height: 1.1;
}
.serviceCategory02A img {
  margin-right: 4px;
  float: left;
}
.serviceCategory02A span {
  width: 92px;
  display: block;
  float: left;
}
.informationArea {
  height: 100%;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  text-align: center;
}
#information-inquiry {
  padding-top: 2em;
}
#information-privacy {
  margin-top: 2em;
}
/* 見出しレベルのリンク */
#primary .headLink01A a, #primary .headLink01B a {
  text-decoration: none;
}
#primary .headLink01A a:hover, #primary .headLink01B a:hover {
  text-decoration: underline;
}
.headLink01A {
  margin-bottom: 0.2em;
  padding-left: 13px;
  background: url(/okinawa/images/shared/liststyle/liststyle_arrow04.gif) no-repeat 0 50%;
}
.headLink01B {
  margin-bottom: 0.2em;
  padding-left: 12px;
  background: url(/okinawa/images/shared/liststyle/liststyle_arrow03.gif) no-repeat 0 0.4em;
}
/* 段組み */
.multiColumn01B {
  margin-bottom: 0.75em;
}
.multiColumn01B .col01B {
  width: 67px;
  margin-right: 10px;
  float: left;
}
.multiColumn01B .col02B {
  width: 89%;
  float: right;
}
.multiColumn01B .col02B .col02C h5 {
  font-size: 110%;
}
/* leadSection01A 表彰画像あり */
div.leadSection01A #AddImage {
  overflow: hidden;
}
div.leadSection01A #AddImage h3.primaryHead01A {
  width: 570px;
  height: auto;
  margin: 19px 0 10px;
  padding: 0;
  background: none;
  float: left;
  font-size: 225%;
  line-height: 1.1;
}
div.leadSection01A #AddImage img {
  margin: 20px 40px 0 0;
  float: right;
}
/* その他テキストに関するクラス */
.lead01A {
  margin-bottom: 1.2em;
  font-weight: bold;
}
.description01A {
  padding-left: 5px;
}
.section {
  padding: 0 5px;
  clear: both;
}
.section01A {
  margin-top: 3em;
  clear: both;
}
.section01B {
  margin-top: 1.2em;
  padding: 0 0.5em;
  font-size: 120%;
}
.inquiryPress {
  text-align: center;
}
.releaseData {
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
}
.releaseData p.date {
  margin-bottom: 0;
}
/* primary */
#primary {
  width: 730px;
}
#primary a {
  text-decoration: underline;
}
#primary a:hover {
  text-decoration: none;
}
/* プライマリのフォントサイズ指定の本文12px相当 */
.fontSizeMedium {
  font-size: 120%;
}
/* arrow インラインと段落 */
span.arrow03 {
  margin-left: 10px;
  padding-left: 10px;
  background: url(/okinawa/images/shared/liststyle/liststyle_arrow03.gif) no-repeat left center;
}
/* newsList */
#newsList.newsList {
  margin: 0;
  clear: both;
  line-height: 1.4;
  overflow: hidden;
}
.newsList .newsListHead {
  margin-bottom: 25px;
  clear: both;
}
.newsList .newsListColumn {
  margin-bottom: 2em;
  padding-left: 8px;
  border-left: 5px solid #f0d2d3;
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  overflow: hidden;
}
.newsList .newsListColumn .col01A, .newsList .newsListColumn .col02A {
  float: left;
}
.newsList .newsListColumn .col01A {
  width: 118px;
}
.newsList .newsListColumn .col02A {
  width: 576px;
}
.newsList .newsListColumn .head {
  margin-bottom: 0.5em;
}
.newsList .newsListColumn p {
  margin-bottom: 0;
  clear: both;
}
.newsList .newsListColumn p.releaseData {
  margin-bottom: 1em;
  text-align: left;
}
.newsList .newsListColumn p.icon {
  margin-top: -7px;
  padding-bottom: 7px;
}
.sc_dm {
  color: #cc595a;
}
.sc_cc {
  color: #008db9;
}
.sc_bpo {
  color: #d89c00;
}
.sc_overseas {
  color: #009499;
}
.sc_btoc, .sc_invest {
  color: #635a96;
}
.sc_mcm {
  color: #c56a1e;
}
.sc_sales {
  color: #ca3d04;
}
.sc_cost {
  color: #004485;
}
.sc_global {
  color: #006d46;
}
.sc_analytics {
  color: #e87f1b;
}
p.sc_cc span, p.sc_overseas span, p.sc_btoc span, p.sc_invest span, p.sc_mcm span, p.sc_sales span, p.sc_cost span, p.sc_global span, .sc_analytics span {
  margin-top: 0.5em;
}
/* #primary .newsList dd,dt */
#primary .newsList dt {
  width: 73px;
  margin-bottom: 5px;
  clear: both;
  font-weight: bold;
  font-weight: normal;
  float: left;
}
#primary .newsList dd {
  width: 635px;
  margin-bottom: 5px;
  background-color: #fff;
  float: right;
}
#primary .newsList dd a {
  text-decoration: none;
}
#primary .newsList dd a:hover {
  text-decoration: underline;
}
#primary .newsList dd img {
  width: 50px;
  margin: 0 5px -2px 0;
  vertical-align: baseline;
}
/* .newsList ul li */
#primary #newsList.newsList li {
  padding-bottom: 4px;
  line-height: 1.4;
}
#primary #newsList.newsList li a {
  text-decoration: none;
}
#primary #newsList.newsList li a:hover {
  text-decoration: underline;
}
#newsList.newsList li img {
  width: 50px;
  margin: 0 5px -2px 0;
  vertical-align: baseline;
}
/* secondary */
#secondary {
  width: 200px;
  margin-left: 20px;
  padding-bottom: 13px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #c1c1c1;
  clear: both;
}
#secondary .navArea h3 {
  padding: 5px;
  background-color: #f39800;
  color: #fff;
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
}
#secondary .navArea img {
  margin-right: 5px;
  vertical-align: baseline;
}
#secondary .navArea > ul {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
#secondary .navArea ul ul {
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #c1c1c1;
}
#secondary .navArea li {
  border-bottom: 1px solid #c1c1c1;
  font-size: 120%;
  font-weight: bold;
}
#secondary .navArea li li {
  margin: 0 0 0 13px;
  padding-top: 1px;
  background: url(/okinawa/images/shared/bg_secondarynav_lv2_l.gif) no-repeat 0 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
}
#secondary .navArea li li.first-child {
  padding-top: 0;
  background: none;
}
#secondary .navArea a {
  color: #444;
  display: block;
  text-decoration: none;
}
#secondary .navArea li a {
  width: 172px;
  padding: 1em 7px 1em 19px;
  background: url(/okinawa/images/shared/bg_secondarynav_lv1.gif) no-repeat 0 0 #fff;
  text-indent: -12px;
}
#secondary .navArea li.current a, #secondary .navArea li a:hover {
  background: url(/okinawa/images/shared/bg_secondarynav_lv1.gif) no-repeat -198px 0 #f6e4e5;
}
#secondary .navArea li.current li a, #secondary .navArea li li a {
  width: 163px;
  padding: 0.9em 7px 0.9em 15px;
  background-color: #fff;
  background-image: none;
  text-indent: -8px;
}
#secondary .navArea li li.current a, #secondary .navArea li li a:hover {
  background-color: #fef5e9;
  background-image: none;
}
#secondary .navArea ul li span.localNav_servicelist {
  width: 172px;
  padding: 1em 7px 1em 19px;
  display: block;
  text-indent: -12px;
}
#secondary .navArea ul li span.localNav_servicelist {
  cursor: pointer;
}
#secondary .navArea ul li.current span.localNav_servicelist {
  cursor: default;
}
#secondary .navArea ul li ul.accordion {
  display: none;
}
/* ページトップへ戻る */
.pageTop {
  margin-top: 2em;
  clear: both;
  text-align: right;
}
.pageTop a {
  padding-left: 11px;
  background: url(/okinawa/images/shared/liststyle/liststyle_pagetop.gif) no-repeat 0 50%;
}
.fontSizeMedium .pageTop {
  font-size: 83.333%;
}
/* フッター */
footer {
  padding-top: 21px;
  background-color: #ffffff;
}
#footer {
  background-color: #fdebcd;
}
#footer-nav {
  max-width: 450px;
  margin: 0 auto;
  padding: 2em 0;
  display: flex;
}
#footer-nav ul {
  width: 50%;
}
#footer-nav ul li {
  font-size: 12px;
  line-height: 2;
}
#footer-nav ul li::before {
  content: "・";
}
#footer-nav ul li a {
  color: #000000;
}
#copyright {
  padding: 1em 0;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
/* 印刷ページ設定 */
#newsPrint {
  height: auto;
  background: url(/okinawa/images/shared/bg_body.gif) repeat-x 0 0 #000;
}
#newsPrint #container {
  width: 625px;
  min-width: 625px;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
#newsPrint #simpleHeader01 {
  width: auto;
  height: 32px;
  margin-bottom: 25px;
  padding: 12px 21px 10px;
  background: url(/okinawa/images/shared/bg_header.gif) repeat-x left bottom #fafafa;
  border-top: 2px solid #f39800;
  border-bottom: 2px solid #d6d7dc;
}
#newsPrint #simpleHeader01 #logo {
  width: 91px;
  height: 31px;
  padding: 0;
  float: left;
}
#newsPrint #simpleHeader01 .wClose {
  margin: 7px 0;
  padding-left: 11px;
  background: url(/okinawa/images/shared/btn_close.gif) no-repeat 0 50%;
  float: right;
}
#newsPrint #content {
  width: 585px;
  margin: 0 20px 35px;
  padding: 0;
  clear: both;
}
#newsPrint #primary {
  width: 585px;
}
#newsPrint .leadSection01A {
  padding: 0 5px;
}
#newsPrint h3.primaryHead01A {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #444444;
  font-size: 270%;
  line-height: 1.1;
}
#simpleFooter01 {
  width: auto;
  padding: 1.5em 0;
  background-color: #f2f2f2;
}
#simpleFooter01 #copyright {
  padding: 0;
  background-color: transparent;
}
#simpleFooter01 #copyright p {
  color: #444;
}
/* リスト設定 */
.backnumberList {
  margin-top: 2em;
  padding: 0 0.5em;
  display: flex;
}
.backnumberList li {
  font-size: 120%;
  font-weight: bold;
}
.backnumberList li:before {
  content: "\ff5c";
}
.backnumberList li.first-child:before {
  content: "";
}
/* 同意する */
button.contact_form {
  width: 156px;
  height: 40px;
  margin: 1.5em auto;
  background: #f39800;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
}
button.contact_form:hover {
  opacity: 0.7;
}
/* 印刷用ページ */
.print {
  margin-top: 1.2em;
  font-size: 83.333%;
  text-align: right;
}
.print img {
  margin-right: 6px;
  vertical-align: middle;
}
/* モーダル */
body.-has-scroll-bar {
  padding-right: var(--scroll-bar-width, 17px);
}
body.is-scroll-lock {
  overflow: hidden;
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal_overlay {
  padding: 60px 40px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  will-change: transform;
  z-index: 9999;
}
.modal_container {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background-color: #fff;
  will-change: transform;
}
.modal.-img-switcher .modal_container {
  width: 1020px;
  background: none;
  pointer-events: none;
}
.modal_close {
  cursor: pointer;
}
.modal_close::before {
  content: "\2715";
}
.modal[aria-hidden="false"] .modal_overlay {
  animation: fadeIn 0.4s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  overflow-y: scroll;
}
.modal[aria-hidden="false"] .modal_container {
  animation: slideIn 0.4s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.modal[aria-hidden="true"] .modal_overlay {
  animation: fadeOut 0.4s cubic-bezier(0.34, 0.07, 0.095, 0.995);
  overflow-y: hidden;
}
.modal[aria-hidden="true"] .modal_container {
  animation: slideOut 0.4s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
#contact-area {
  font-size: 100%;
}
#contact-area > p:nth-of-type(2), #contact-area > p:nth-of-type(3) {
  margin-top: 0.5em
}
#contact-area > p:nth-of-type(4) {
  margin-top: 1.5em;
}
.img-switcher {
  width: 100%;
  display: flex;
  position: relative;
}
.img-switcher_close {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  bottom: 100%;
  right: 0;
  pointer-events: auto;
}
.img-switcher_close:before {
  content: "\2715";
}
.img-switcher_box {
  width: 100%;
  min-width: 0;
  padding: 3em 4.5em;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  flex: 0 1 auto;
  pointer-events: auto;
}
.img-switcher_box > .headSet01B:nth-of-type(2) {
  margin-top: 1.5em
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: default;
  }
  #sns-area {
    display: none;
  }
  #sns-area img {
    margin-right: 35px;
    width: 33px;
    height: 33px;
  }
  /* ページ全体 */
  #container {
    min-width: 100%;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .clone {
    display: none;
  }
  /* ヘッダー */
  header {
    height: 47px;
  }
  #header {
    width: auto;
    height: 37px;
    padding: 5px;
  }
  #header h1, #header h2 {
    font-size: 8px;
    left: 15em;
    text-shadow: 1px 1px 1px #fff;
  }
  #header h1 {
    font-weight: bold;
    top: 3em;
  }
  #header h2 {
    top: 1.5em;
  }
  #logo {
    width: 100px;
    height: auto;
    padding: 0;
  }
  #logo img {
    width: 100%;
    height: 100%;
  }
  #utility-nav {
    display: none;
  }
  #searchBox {
    display: none;
  }
  /* コンテンツ全体 */
  #secondary .navArea li.current a, #secondary .navArea li a:hover {
    background: none;
  }
  #secondary .navArea li.current a, #secondary .navArea li a {
    background: none;
    background-color: #f0d8b0;
    background-repeat: repeat-x;
  }
  #secondary .navArea li.current a, #secondary .navArea li a:hover {
    background-color: #f0d8b0;
    background-repeat: repeat-x;
  }
  #content, .section01A {
    width: 100%;
  }
  .headSet01A {
    padding: 0;
    font-size: 14px;
  }
  .headSet01A p {
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
  }
  .headSet01A .head, .headSet01A .head {
    padding: 0.3em 1.8em;
  }
  .headSet01A .head {
    background-position: center left 0.8em;
  }
  .headSet02B {
    padding-top: 16px;
  }
  .informationArea {
    padding: 0 0 13px;
    border: none;
  }
  .multiColumn01B {
    margin-bottom: 15px;
  }
  .description01A {
    padding-left: 0;
  }
  .headLink01A {
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1em;
  }
  .headLink01A a {
    font-size: 0.91em;
  }
  .multiColumn01B .col01B {
    width: 62px;
    margin-right: 15px;
    z-index: 2;
  }
  .multiColumn01B .col02B {
    width: 100%;
    float: left;
    padding-left: 77px;
    margin-left: -77px;
    box-sizing: border-box;
  }
  #content_area p.topicPath {
    display: none;
  }
  #content {
    display: block;
    position: relative;
  }
  #companybrochureDL {
    display: none;
  }
  #content div.infor_privacy_sp {
    width: 95%;
    height: 85px;
    margin: 0 auto;
    display: block;
  }
  #content div.infor_privacy_sp #searchBox_sp {
    width: 70%;
    margin: 19px 0;
    float: left;
    overflow: hidden;
    position: static;
  }
  #content div.infor_privacy_sp #searchBox_sp form {
    width: 100%;
    background: none;
  }
  #content div.infor_privacy_sp #searchBox_sp #searchInput_sp {
    width: 75%;
    height: 29px;
    margin: 9px 0 9px 9px;
    padding: 0.3em 0.2em;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 1.5em;
    line-height: 1.2;
  }
  #content div.infor_privacy_sp #searchBox_sp #searchInput_sp:focus {
    -moz-box-shadow: 0 0 12px #387bbe;
    -webkit-box-shadow: 0 0 12px #387bbe;
    box-shadow: 0 0 12px #387bbe;
    outline: 0;
  }
  #content div.infor_privacy_sp #searchBox_sp #searchButton_sp {
    margin: 9px 0 0 8px;
    padding: 5px 4px 5px 6px;
    background: #f1f1f1;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    box-shadow: 1px 0px 1px #777;
    float: left;
  }
  #content div.infor_privacy_sp p {
    width: 30%;
    float: right;
    text-align: center;
  }
  #content div.infor_privacy_sp p img {
    width: 100%;
    max-width: 75px;
    height: auto;
  }
  #primary {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    float: none;
  }
  #primary .leadSection01A h3.primaryHead01A {
    width: 96%;
    height: auto;
    padding: 0.55em 2% !important;
    background-size: cover;
    font-size: 15px;
  }
  #primary .leadSection01A h3.primaryHead01A span {
    display: block;
    font-size: 18px;
  }
  #primary .newsListHead h3.primaryHead01A {
    width: 96%;
    height: auto;
    margin: 0 0 15px !important;
    padding: 8px 2% 16px !important;
    font-size: 15px;
  }
  #primary .newsListHead h3.primaryHead01A span {
    display: block;
    font-size: 18px;
  }
  #primary a {
    text-decoration: none;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
  }
  #primary a:hover {
    text-decoration: none;
  }
  #servicelist {
    width: 90%;
    margin: 0px auto 15px auto !important;
    padding: 0 !important;
    display: block;
    overflow: hidden;
  }
  #servicelist li {
    width: 100%;
    padding: 0;
    margin: 2px 0;
    background: linear-gradient(white, #eeeeee) repeat scroll 0 0 white !important;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee)) !important;
    background: linear-gradient(to bottom, white, #eeeeee);
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFffffff', endColorstr='#FFeeeeee');
  }
  #servicelist li a {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: -1px -1px 1px #fff inset, 1px 1px 1px #fff inset;
  }
  #servicelist li a:hover {
    background: none;
  }
  #servicelist li.current a {
    background: none;
    border-radius: 5px;
    text-decoration: none !important;
  }
  #servicelist li.center {
    margin: 0;
  }
  #servicelist li.noLink span {
    padding: 15px 7px 9px 15px;
    background: #ededed !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #888888;
  }
  #primary .section01A p.weight_bold {
    width: 90%;
    margin: 0 auto 0.5em;
    font-weight: normal;
  }
  #primary .section01A img {
    max-width: 100%;
    height: auto;
  }
  .section01B {
    padding: 0 5%;
  }
  #primary .section01A .section01B {
    width: 90%;
    margin: 8px auto;
    padding: 0;
    font-size: 143%;
  }
  #primary .section01A .section01B ul#servicelist {
    width: 100%;
  }
  #primary .section01A .section01B .customer ul {
    width: auto;
    padding: 12px;
  }
  #primary .section01A .section01B .customer ul li {
    width: auto;
    margin: 0 24px 0 0;
    white-space: normal;
  }
  #primary .section01A .section01B .customer ul li a {
    text-decoration: none;
  }
  #primary .section01A .section01B .resource {
    margin: 1.5em 0;
  }
  #primary .section01A .section01B .resource a.resource-title {
    font-weight: normal;
  }
  #primary .section01A .section01B .resource a.resource-title:hover {
    text-decoration: none;
  }
  #primary .section01A dl#newsList dt, #primary .section01A dl#newsList2 dt {
    width: 100%;
  }
  #primary .section01A dl#newsList dd, #primary .section01A dl#newsList2 dd {
    width: 100%;
    margin: 0 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12.8px;
    line-height: 1.2;
  }
  #primary .section01A dl#newsList dd:last-child, #primary .section01A dl#newsList2 dd:last-child {
    border: none;
  }
  #primary .section01A dl#newsList dd img, #primary .section01A dl#newsList2 dd img {
    margin-right: 10px;
  }
  #primary .section01A .newsList dd a:focus, #primary .section01A .newsList dd a:hover {
    text-decoration: none;
  }
  #primary .section01A .pageTop {
    display: none;
  }
  #secondary {
    width: 95%;
    margin: 2.5em auto 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
  }
  #secondary .navArea {
    margin-bottom: 8px;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-width: 1px;
    position: relative;
  }
  #secondary .navArea h3 {
    border-radius: 4px 4px 0 0;
    font-weight: bold;
  }
  #secondary .navArea ul {
    margin: 15px;
    overflow: hidden;
  }
  #secondary .navArea > ul {
    border: none;
  }
  #secondary .navArea ul li {
    margin: 2px 0;
    padding: 0;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #edefee 45%, #ffffff 78%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #edefee 45%, #ffffff 78%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e6e6 0%, #edefee 45%, #ffffff 78%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: contain;
    -webkit-background-size: contain;
    border: none;
    border-radius: 5px;
    display: block;
    line-height: 160%;
    overflow: hidden;
  }
  #secondary .navArea ul li a {
    width: auto;
    padding: 12px 7px 12px 25px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset -1px -1px 1px #fff, inset 1px 1px 1px #fff;
    color: #444 !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
  }
  #secondary .navArea ul li.current {
    filter: none;
  }
  #secondary .navArea ul li.current ul {
    margin: 0;
    border: none;
  }
  #secondary .navArea ul li.current ul li br {
    display: none;
  }
  #secondary .navArea ul li.current ul li a {
    width: auto;
    padding: 10px 7px 10px 33px;
    border-radius: 5px;
  }
  #secondary .navArea ul li ul {
    margin: 0;
    background: #ffffff;
    border-top: 0;
  }
  #secondary .navArea ul li ul li a {
    padding: 10px 7px 10px 33px;
  }
  #secondary .navArea ul li ul li br {
    display: none;
  }
  #secondary .navArea ul li ul li:last-child {
    margin-bottom: 0;
  }
  ul#slideshow a[class^="pamph"] {
    display: none !important;
  }
  /* フッター */
  footer {
    padding-top: 5%;
  }
  #footer-nav {
    max-width: 100%;
    padding: 5%;
  }
  #footer-nav ul li {
    font-size: 2.8vw;
  }
  /* 印刷ページ設定 */
  #newsPrint #container {
    width: 100%;
    min-width: auto;
  }
  #newsPrint #content {
    width: 90%;
    margin: 0 0 5%;
    padding: 0 5%;
  }
  #newsPrint #primary {
    width: 100%;
  }
  #newsPrint h3.primaryHead01A {
    font-size: 270% !important;
  }
  #simpleFooter01 {
    margin: 0;
  }
}