@charset "UTF-8";
/*=====common & top===== */
/*=====Font-familyコピペ用=====*/
/*font-family: 'Roboto', sans-serif;*/
/*font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
/*=====Scss変数=====*/
/*@media only screen and (max-width:600px) {//600px以下
}
@media only screen and (max-width:979px) {//〜979pxまで
}
@media only screen and (min-width:980px) {//980px以上
}*/
/* 01.Overwrite */
/* 02.header */
/* 03.footer */
/* 04.#mainvslArea */
/* 05.#top_servicesArea */
/* 06.#recruitArea */
/* 07.#top_newsArea */
/* 08.#top_accessArea */
/*================================================
	01.Overwrite
================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #fff;
  font-size: 10px; }

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 979px) {
    body {
      overflow-x: hidden;
      width: 100%; } }

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0; }

button, input {
  -webkit-appearance: none; }

.clearfix:after {
  visibility: hidden;
  /*見えなくする*/
  height: 0;
  /*見えなくする*/
  display: block;
  /*block要素にする*/
  font-size: 0;
  content: " ";
  clear: both; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/*Fontの設定*/
a {
  color: #666;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #51b1cd; }

p,
li,
th,
td,
dt,
dd {
  font-size: 1.4rem; }

th,
dt {
  font-weight: bold; }

li {
  position: relative;
  padding-left: 12px; }

li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f105';
  color: #004b81;
  font-size: 14px;
  font-family: fontAwesome; }

li + li {
  margin-top: 8px; }

/*tableの設定*/
table {
  width: 100%; }

th,
td {
  padding: 18px 0;
  border-bottom: dotted 1px #ccc; }
  @media only screen and (max-width: 600px) {
    th,
    td {
      display: block;
      padding-top: 0; } }

th {
  width: 30%;
  vertical-align: top; }
  @media only screen and (max-width: 600px) {
    th {
      width: 100%;
      padding: 0;
      padding-top: 18px;
      border-bottom: none; } }

@media only screen and (max-width: 600px) {
  td {
    margin-top: 10px; } }

/*見出しの設定*/
/*下層：h2*/
#pagettlArea {
  width: 100%;
  background-image: linear-gradient(-45deg, #f1f9ff 25%, #e3f3ff 25%, #e3f3ff 50%, #f1f9ff 50%, #f1f9ff 75%, #e3f3ff 75%, #e3f3ff);
  background-size: 6px 6px;
  padding: 30px 0; }
  @media only screen and (max-width: 979px) {
    #pagettlArea {
      padding: 92px 0 30px; } }

.pagettl {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 18px;
  border-left: solid 4px #004b81; }
  @media only screen and (max-width: 979px) {
    .pagettl {
      font-size: 2.8rem;
      padding-left: 13px; } }

.pagettl span {
  display: block;
  margin-top: 11px;
  color: #004b81;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: bold; }
  @media only screen and (max-width: 979px) {
    .pagettl span {
      margin-top: 7px;
      font-size: 1.2rem; } }

/*トップ：h2、下層：h3*/
.heading01 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 12px;
  position: relative; }
  @media only screen and (max-width: 979px) {
    .heading01 {
      font-size: 2.2rem; } }

.heading01 span {
  display: block;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 0;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: normal; }
  @media only screen and (max-width: 979px) {
    .heading01 span {
      font-size: 1rem; } }
  @media only screen and (max-width: 600px) {
    .heading01 span {
      position: static;
      margin-top: 1px; } }

.heading01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 4px;
  background-color: #004b81; }

.heading01:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 4px;
  background-image: linear-gradient(-45deg, #004B81 25%, transparent 25%, transparent 50%, #004B81 50%, #004B81 75%, transparent 75%, transparent);
  background-size: 5px 5px; }

.heading01 + *,
.heading02 + * {
  margin-top: 30px; }

/*下層h4*/
.heading02 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: solid 1px #004b81;
  margin-top: 40px; }
  @media only screen and (max-width: 979px) {
    .heading02 {
      font-size: 1.8rem; } }

/*下層h5*/
h5 {
  color: #004b81;
  font-size: 1.8rem;
  font-weight: bold; }

h5 + * {
  margin-top: 20px; }

#pagettlArea + * {
  margin-top: 30px; }

/*共通ボタンの設定*/
.btnMore a {
  display: block;
  padding: 14px 32px;
  width: 100%;
  height: 100%;
  background: #004b81;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.5s; }

.btnMore a:after {
  /*.btnMoreで、widthと、position:relativeを指定すること*/
  position: absolute;
  top: 14px;
  right: 10px;
  content: '\f105';
  color: #fff;
  font-size: 12px;
  font-family: fontAwesome; }

.btnMore a:hover,
.btnMore a:focus {
  opacity: 0.75; }

/*================================================
	02.header
================================================*/
header {
  border-top: solid 8px #004b81;
  background: #e9e9e9;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 25%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 25%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 9999999999; }
  @media only screen and (max-width: 979px) {
    header {
      border: none;
      background: #fff; } }

header li {
  padding-left: 0; }

header li + li {
  margin-top: 0; }

header li:before {
  content: ""; }

#headerTop {
  width: 90%;
  min-width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 111px; }
  @media only screen and (max-width: 979px) {
    #headerTop {
      min-width: auto;
      height: 62px; } }

h1 {
  width: 370px;
  height: 51px; }
  @media only screen and (max-width: 979px) {
    h1 {
      width: 196px;
      height: auto; } }
  @media only screen and (max-width: 600px) {
    h1 {
      width: 160px;
      height: auto; } }

h1 a img,
h1 a img {
  transition: 0.5s; }

h1 a img:hover,
h1 a img:focus {
  opacity: 0.6; }

#headerContact li {
  float: left; }

#headerTel {
  width: 233px;
  height: auto;
  margin-right: 15px; }
  @media only screen and (max-width: 979px) {
    #headerTel {
      width: 62px;
      height: 62px;
      margin-right: 0;
      background: #51b1cd;
      position: fixed;
      top: 0;
      right: 62px; }
      #headerTel img {
        display: none; }
      #headerTel a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      #headerTel ::before {
        position: absolute;
        top: 7px;
        left: 19px;
        content: '\f095';
        color: #fff;
        font-size: 32px;
        font-family: fontAwesome;
        transform: rotate(-90deg); } }

#BtnContact {
  width: 200px;
  height: 50px;
  text-align: center; }
  @media only screen and (max-width: 979px) {
    #BtnContact {
      display: none; } }

#BtnContact a {
  display: block;
  background: repeating-linear-gradient(-45deg, #51b1cd, #51b1cd 3px, #6abfd7 0, #6abfd7 6px);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 50px;
  transition: 0.5s;
  position: relative; }

#BtnContact a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: center;
  right: 10px; }

#BtnContact a:hover {
  opacity: 0.75; }

nav {
  background-color: #eeeeee;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 27%, #ebebeb 46%, #d6d6d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 27%, #ebebeb 46%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 60px; }

#gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 90%;
  min-width: 980px;
  margin: 0 auto; }

#gnav li {
  width: 25%;
  text-align: center;
  position: relative; }

#gnav li:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 0; }

#gnav li:first-of-type:before {
  content: "";
  background: none; }

#gnav a {
  display: block;
  height: 60px;
  color: #004b81;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  padding-top: 12px; }

#gnav a span {
  display: block;
  color: #666;
  font-size: 1rem;
  font-family: "Roboto", sans-serif, Arial, Helvetica, "sans-serif";
  font-weight: normal;
  padding-top: 8px; }

#gnav a:hover {
  background-color: #d3edff;
  /* Old browsers */
  background-image: -webkit-linear-gradient(top, #d3edff 0%, #d3edff 22%, #d1eafb 46%, #cce4f5 64%, #bed5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, #d3edff 0%, #d3edff 22%, #d1eafb 46%, #cce4f5 64%, #bed5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/*ハンバーガーメニューの設定*/
/*PC時は#humMenu非表示*/
#humMenu {
  display: none; }

#navToggleWrapper {
  /*通常時は非表示にしておきます*/
  display: none;
  width: 62px;
  height: 62px;
  background-color: #004b81;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer; }

#navToggle {
  display: none;
  /*通常時は非表示にしておきます*/
  position: absolute;
  /*bodyに対しての絶対位置指定です*/
  right: 21px;
  top: 23px;
  width: 20px;
  height: 16px;
  cursor: pointer; }

#navToggle div {
  position: relative; }

/*spanの絶対位置指定の親にします*/
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: 0.35s ease-in-out; }

#navToggle span:nth-child(1) {
  top: 0; }

#navToggle span:nth-child(2) {
  top: 7px; }

#navToggle span:nth-child(3) {
  top: 14px; }

@media only screen and (max-width: 979px) {
  nav {
    display: none; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }

  /*humMenu*/
  /*humMenu要素は絶対位置指定にして、ビューの外側に置いて見えなくします。
  humMenuの中の ul li は横並びを解除して縦組みにレイアウトし直します。*/
  #humMenu {
    display: block;
    /*#humMenu表示*/
    position: absolute;
    /*bodyに対しての絶対位置*/
    right: 0;
    top: -225px;
    /*通常時はビュー外*/
    background: #004b81;
    width: 100%;
    padding: 20px 0 40px;
    -webkit-transition: .5s ease-in-out;
    /*transitionで動きを*/
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left; }

  #humMenu ul {
    margin: 0 auto;
    width: 90%; }

  #humMenu ul li {
    display: block;
    margin: 0;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.75);
    line-height: 1;
    padding: 20px 0;
    position: relative;
    width: 48%;
    float: left; }

  #humMenu ul li:nth-of-type(2n) {
    margin-left: 4%; }

  #humMenu ul li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none; }

  #humMenu ul li::after {
    position: absolute;
    top: 21px;
    right: 0;
    content: '\f105';
    color: #fff;
    font-size: inherit;
    font-family: fontAwesome; } }
@media only screen and (max-width: 979px) and (max-width: 600px) {
  #humMenu {
    top: -390px;
    /*通常時はビュー外*/ }

  #humMenu ul li {
    width: 100%;
    float: none; }

  #humMenu ul li:nth-of-type(2n) {
    margin-left: 0; } }
@media only screen and (max-width: 979px) {
  /* Toggle(Button) */
  /*display:noneだったボタンを display:blockにして表示します*/
  #navToggleWrapper, #navToggle {
    display: block; }

  /*ここから jQueryで header要素に付けた「.openNav」を利用します*/
  /*.openNavが付いた要素内のボタン（#navToggle）内のspanへの指定*/
  /*最初のspanをマイナス45度に*/
  .openNav #navToggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /*2番目と3番目のspanを45度に*/
  .openNav #navToggle span:nth-child(2),
  .openNav #navToggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*header menu*/
  /*.openNavが付いた要素の中のnavを 縦方向に351px移動（=表示される）*/
  .openNav #humMenu {
    -moz-transform: translateY(287px);
    -webkit-transform: translateY(287px);
    transform: translateY(287px); } }
@media only screen and (max-width: 979px) and (max-width: 600px) {
  .openNav #humMenu {
    -moz-transform: translateY(452px);
    -webkit-transform: translateY(452px);
    transform: translateY(452px); } }
/*================================================
	03.footer
================================================*/
footer {
  border-top: solid 8px #004b81; }

footer .container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0; }
  @media only screen and (max-width: 600px) {
    footer .container {
      display: block;
      padding-bottom: 0; } }

footer li {
  padding-left: 0; }

footer li + li {
  margin-top: 0; }

footer li:before {
  content: ""; }

#footerTop {
  background-color: #ddd; }
  @media only screen and (max-width: 600px) {
    #footerTop {
      padding-bottom: 30px; } }

#footerSitemap {
  display: flex; }
  @media only screen and (max-width: 600px) {
    #footerSitemap {
      display: block; } }

#footerSitemap > ul {
  margin-right: 40px; }
  @media only screen and (max-width: 600px) {
    #footerSitemap > ul {
      margin-right: 0;
      padding: 20px 0;
      border-bottom: dotted 1px #999; } }

#footerSitemap li + li {
  margin-top: 5px; }
  @media only screen and (max-width: 979px) {
    #footerSitemap li + li {
      margin-top: 10px; } }

#footerSitemap_middle {
  margin-top: 5px; }
  @media only screen and (max-width: 979px) {
    #footerSitemap_middle {
      margin-top: 10px; } }

#footerSitemap li {
  position: relative;
  padding-left: 12px; }

#footerSitemap li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f105';
  color: #004b81;
  font-size: 12px;
  font-family: fontAwesome; }

#footerSitemap ul li a {
  color: #666;
  font-size: 1.2rem; }

#footerSitemap ul li a:hover,
#footerSitemap ul li a:focus {
  color: #51b1cd; }

footer #BtnContact {
  display: block; }
  @media only screen and (max-width: 600px) {
    footer #BtnContact {
      width: 100%;
      margin-top: 20px; } }

@media only screen and (max-width: 600px) {
  #footerSitemap .pdt0 {
    padding-top: 0; } }

#footerBottom {
  color: #666;
  background-color: #fafafa; }

#footerBottom_left {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 600px) {
    #footerBottom_left {
      display: block;
      text-align: center; } }

#footerLogo {
  margin-right: 15px;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 600px) {
    #footerLogo {
      margin-right: 0; } }

#footerCompany p:first-of-type {
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    #footerCompany p:first-of-type {
      margin-top: 10px; } }

#footerCompany p:nth-child(2) {
  font-size: 1.2rem;
  margin-top: 5px; }
  @media only screen and (max-width: 600px) {
    #footerCompany p:nth-child(2) {
      margin-top: 5px; } }

#copyright {
  font-size: 1.2rem;
  -webkit-align-self: flex-end;
  align-self: flex-end; }
  @media only screen and (max-width: 600px) {
    #copyright {
      margin-top: 30px;
      margin-left: -5%;
      width: 100vw;
      height: 41px;
      line-height: 41px;
      border-top: solid 1px #ccc;
      text-align: center; } }

#btnPagetop {
  position: fixed;
  bottom: 36px;
  right: 0;
  z-index: 999999; }
  @media only screen and (max-width: 979px) {
    #btnPagetop {
      display: none; } }

#btnPagetop a img {
  transition: 0.5s; }

#btnPagetop a img:hover {
  opacity: 0.75; }

/*================================================
	04.#mainvslArea
================================================*/
#mainvslArea {
  width: 100%;
  background: #51b1cd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #51b1cd 0%, #51b1cd 50%, #004b81 51%, #004b81 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #51b1cd 0%, #51b1cd 50%, #004b81 51%, #004b81 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #51b1cd 0%, #51b1cd 50%, #004b81 51%, #004b81 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media only screen and (max-width: 979px) {
    #mainvslArea {
      margin-top: 62px; } }

#mainvslArea p {
  text-align: center;
  font-size: 0;
  line-height: 0; }

@media only screen and (max-width: 600px) {
  #mainvslArea p.pc {
    display: none; } }

#mainvslArea p.sp {
  display: none; }
  @media only screen and (max-width: 600px) {
    #mainvslArea p.sp {
      display: block; } }

#mainvslArea p img {
  width: 100%;
  max-width: 1920px;
  height: auto; }

/*================================================
	05.#top_servicesArea
================================================*/
#top_servicesArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative; }
  @media only screen and (max-width: 600px) {
    #top_servicesArea {
      display: block; } }

#top_servicesArea:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 25px solid #fff;
  border-right: 23px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 23px solid transparent; }

#top_servicesArea section {
  width: 31%;
  padding-bottom: 72px;
  /*btnMore下揃え用余白*/
  position: relative; }
  @media only screen and (max-width: 600px) {
    #top_servicesArea section {
      width: 100%;
      margin-top: 40px; } }

@media only screen and (max-width: 600px) {
  #top_servicesArea section:first-of-type {
    margin-top: 0; } }

#top_servicesArea .headImg {
  border-bottom: solid 5px #004b81;
  font-size: 0;
  line-height: 0; }

#top_servicesArea h2 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 15px; }

#top_servicesArea h2 span {
  display: block;
  color: #004b81;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  margin-top: -2px; }

#top_servicesArea p:nth-of-type(2) {
  margin-top: 15px; }

#top_servicesArea .btnMore {
  width: 160px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media only screen and (max-width: 979px) {
    #top_servicesArea .btnMore {
      width: 100%; } }

/*================================================
	05.#recruitArea
================================================*/
#top_recruitArea {
  background-image: linear-gradient(-45deg, #f1f9ff 25%, #e3f3ff 25%, #e3f3ff 50%, #f1f9ff 50%, #f1f9ff 75%, #e3f3ff 75%, #e3f3ff);
  background-size: 6px 6px;
  padding: 50px 0; }

#top_recruitArea p {
  width: 90%;
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  line-height: 0; }

@media only screen and (max-width: 600px) {
  #top_recruitArea p.pc {
    display: none; } }

#top_recruitArea p.sp {
  display: none; }
  @media only screen and (max-width: 600px) {
    #top_recruitArea p.sp {
      display: block; } }

#top_recruitArea p a {
  transition: 0.5s; }

#top_recruitArea p a:hover,
#top_recruitArea p a:focus {
  opacity: 0.75; }

/*================================================
	07.#top_newsArea
================================================*/
#top_newsArea {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px; }

#top_newsArea h2,
#top_accessArea h2 {
  padding-left: 28px; }

#top_newsArea h2 img,
#top_accessArea h2 img {
  position: absolute;
  top: 9px;
  left: 0; }

#top_newsArea p {
  padding: 16px 0;
  border-bottom: dotted 1px #ccc; }

@media only screen and (max-width: 600px) {
  #top_newsArea h2 span,
  #top_accessArea h2 span {
    display: block;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 0; } }

#top_newsArea p span {
  display: inline-block;
  width: 80px;
  background-color: #999;
  margin-right: 20px;
  padding: 2px 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    #top_newsArea p span {
      display: block;
      margin-bottom: 12px; } }

/*================================================
	08.#top_accessArea
================================================*/
#top_accessArea {
  background-image: linear-gradient(-45deg, #f1f9ff 25%, #e3f3ff 25%, #e3f3ff 50%, #f1f9ff 50%, #f1f9ff 75%, #e3f3ff 75%, #e3f3ff);
  background-size: 6px 6px;
  padding: 50px 0 80px; }

#top_accessArea .container {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

#top_accessArea h2 {
  margin-top: 0; }

#top_accessArea .flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 979px) {
    #top_accessArea .flexbox {
      display: block; } }

#top_accessArea li {
  padding-left: 30px; }

#top_accessArea li span {
  display: inline-block;
  width: 110px;
  padding: 3px 4px;
  background-color: #999;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    #top_accessArea li span {
      display: block;
      margin-bottom: 6px; } }

@media only screen and (max-width: 600px) {
  #top_accessArea li + li {
    margin-top: 12px; } }

#top_accessArea li:first-of-type span {
  display: inline;
  background: none;
  color: #004b81;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    #top_accessArea li:first-of-type span {
      display: block;
      width: 100%;
      text-align: left; } }

#top_accessArea li:first-of-type:before {
  position: absolute;
  top: -5px;
  left: -2px;
  content: '\f015';
  color: #004b81;
  font-size: 21px;
  font-family: fontAwesome; }

#top_accessArea li:nth-of-type(2):before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '\f207';
  color: #004b81;
  font-size: 18px;
  font-family: fontAwesome; }

#top_accessArea li:nth-of-type(3):before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '\f238';
  color: #004b81;
  font-size: 18px;
  font-family: fontAwesome; }

#top_accessArea li:nth-of-type(4):before {
  position: absolute;
  top: -1px;
  left: -2px;
  content: '\f1b9';
  color: #004b81;
  font-size: 17px;
  font-family: fontAwesome; }

#top_accessArea .btnMore {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 979px) {
    #top_accessArea .btnMore {
      width: 160px;
      margin: 20px 0 0 auto; } }
  @media only screen and (max-width: 600px) {
    #top_accessArea .btnMore {
      width: 100%;
      margin: 20px 0 0; } }

#top_accessArea .mapWrapper {
  width: 100%;
  height: 297px;
  margin-top: 30px; }
