@charset "UTF-8";
/**=========================================
* NAME:layout.css
* OUTLINE:基本となるページのレイアウトや共通で使用するパーツのスタイルを記述します。
*
* 1.UTIL
* 2.HEADER
* 3.PAGE_TOP
* 4.FOOTER
* 5.SECTION
* 6.NAV
* 7.GLOBAL_NAVIGATION
* 8.COMMON_BLOCK_ITEM
* 9.3_COLUMN_BLOK
* SP1.SMART_PHONE-640
* SP2.SMART_PHONE-480
=========================================*/
/**=========================================
* 1.UTIL
* * 全画面共通で使用するスタイルを記述します。
=========================================*/
/* for-float */
.clearfix:after {
  clear: both;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0px;
  font-size: 0px;
}

/* text-hide */
.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* height-centering */
.height_align:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
  line-height: 0;
}

.height_align > * {
  vertical-align: middle;
  display: inline-block;
}

/* for-sp */
.sp-visible {
  display: none;
}

.br-sp-visible {
  display: none;
}

/* a-tag */
a.no-icon_blank:after {
  content: "";
  display: none;
}

a.no-underline:hover {
  text-decoration: none;
}

/* link_filter */
.link_filter {
  transition: opacity .3s linear;
}

.link_filter:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  zoom: 1;
}

.link_filter-text_link {
  transition: color .3s linear;
}

.link_bg_filter {
  transition: background-color .3s linear;
}

/* btn */
.btn-wrapper {
  display: inline-block;
  background-color: #fff;
}

.btn-base {
  background-color: white;
  display: inline-block;
  padding: 20px 50px;
  text-decoration: none;
}

.btn-base.btn-color_blue {
  background-color: #0082d8;
  color: #fff;
}

.btn-base span {
  display: inline-block;
  padding-left: 20px;
  color: white;
  background-repeat: no-repeat;
  background-position: center left;
}

/**=========================================
* 2.HEADER
* * ヘッダーのスタイルを記述します。
=========================================*/
header {
  position: relative;
  border-top: 4px solid #005ab0;
  width: 100%;
  min-width: 1220px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

.header-logo_container {
  width: 1000px;
  margin: auto;
  height: 82px;
  background-color: #fff;
  z-index: 1;
}

.header-left_box {
  float: left;
  margin-top: 32px;
  margin-left: 8px;
  width: 380px;
  height: 23px;
}
.header-left_box img {
  max-width: 100%;
}

.header-right_box {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
  width: 94px;
  height: 26px;
}
.header-right_box img {
  max-width: 100%;
}

/**=========================================
* 3.PAGE_TOP
* * PAGE TOPボタンのスタイルを記述します。
=========================================*/
.page_top {
  margin-top: -95px;
  width: 100%;
  text-align: right;
}

.page_top a {
  color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 10px 30px 30px;
}

/**=========================================
* 4.FOOTER
* * フッターのスタイルを記述します。
=========================================*/
footer a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0px;
}

footer a:hover {
  color: #e5e5e5;
}

.footer-list_title {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-list_area {
  background-color: #30302e;
  padding: 60px 0px 60px 0px;
}

.footer-other_link_area {
  width: 1000px;
  margin: 40px auto 0;
}
.footer-other_link_area:first-child {
  margin-top: 0;
}

.footer-other_link-list-wrapper li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.footer-other_link-list li {
  float: left;
  display: inline-block;
  width: auto;
  letter-spacing: 0px;
  padding: 0px 7px 0px 7px;
  border-left: 1px solid #a8a8a8;
  color: #a8a8a8;
}

.footer-other_link-list li:first-child {
  padding-left: 0px;
  border-left: none;
}

.footer-other_link-list li {
  font-size: 12px;
}

.footer-copyright {
  background-color: #212121;
  padding-top: 10px;
  padding-bottom: 50px;
}

.footer-copyright-container {
  width: 1000px;
  margin: auto;
  padding-top: 10px;
  position: relative;
}

.footer-copyright_list li {
  display: inline;
  padding: 0px 8px;
  border-left: 1px solid #696969;
}

.footer-copyright_list li:first-child {
  padding-left: 0;
  border-left: none;
}

.footer-copyright_words {
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 10px;
  color: #a8a8a8;
}

/**=========================================
* 5.SECTION
* * セクションのスタイルを記述します。
=========================================*/
.section-container {
  width: 1000px;
  height: 100%;
  margin: auto;
}

/**=========================================
* 6.NAV
* * ナビのスタイルを記述します。
=========================================*/
.nav-container {
  width: 1000px;
  margin: auto;
}

/**=========================================
* 7.GLOBAL_NAVIGATION
* * グローバルナビゲーションの処理を記述します。
=========================================*/
.global_navigation {
  position: relative;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 5;
}
.global_navigation ul {
  display: table;
}
.global_navigation li {
  display: table-cell;
  border-right: 1px solid #d9d9d9;
  width: 249px;
  height: 44px;
  text-align: center;
  transition: background-color .3s linear;
}
.global_navigation li:first-child {
  width: 248px;
  border-left: 1px solid #d9d9d9;
}
.global_navigation a {
  display: block;
  width: 100%;
  height: 16px;
  padding: 10px 0px;
}
.global_navigation a:hover {
  color: #a5a5a5;
}
.global_navigation .nav-label {
  display: inline-block;
  padding: 0 3px 6px;
  font-size: 16px;
  letter-spacing: .16em;
  position: relative;
}
.global_navigation .is_current .nav-label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #0082d8;
}

/**=========================================
* 8.COMMON_BLOCK_ITEM
* * ブロック内で使用する共通のアイテムのスタイルを記述します。
=========================================*/
.img-block_item {
  position: relative;
}

.img-block_item img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content-block_item {
  width: 100%;
}

/**=========================================
* 9.3_COLUMN_BLOK
* * 3カラムブロックのスタイルを記述します。
=========================================*/
.column3-block {
  width: 100%;
}

.column3-block a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.column3-block a:hover {
  text-decoration: none;
}

.column3-block .block_item {
  position: relative;
  float: left;
  width: 313px;
  height: 400px;
  margin: 0px 12px 53px 13px;
}

.column3-block .img-block_item {
  width: 100%;
}

/**=========================================
* SP1.SMART_PHONE-640
* * スマートフォン時のスタイルを記述します。
=========================================*/
@media screen and (max-width: 640px) {
  /**=========================================
  * 1.UTILE
  =========================================*/
  a:hover {
    text-decoration: none;
  }

  img {
    width: 100%;
  }

  .sp-hidden {
    display: none;
  }

  .sp-visible {
    display: block;
  }

  .br-sp-visible {
    display: inline;
  }

  .link_filter {
    transition: none;
  }

  .link_filter:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1.0;
  }

  .btn-base {
    padding: 6% 13%;
  }

  .btn-base span {
    font-size: 20px;
  }

  /**=========================================
  * 2.HEADER
  =========================================*/
  header {
    width: 100%;
    min-width: 100%;
    position: relative;
  }

  .top_page-header {
    position: relative;
  }

  .header-logo_container {
    width: 84.375%;
    padding: 6.25% 7.8125% 5.9375%;
    height: auto;
  }

  .header-left_box {
    width: 71.8518518519%;
    height: auto;
    margin: 0;
  }

  .header-right_box {
    width: 18.5185185185%;
    height: auto;
    margin: 0;
  }

  /**=========================================
  * 4.FOOTER
  =========================================*/
  footer a[target="_blank"]:after {
    content: none;
  }

  .footer-list_area {
    padding: 0;
  }

  .footer-list_title {
    font-size: 20px;
    width: 95%;
    margin: 0;
    padding: 5% 5% 5% 0;
    display: block;
    background-image: url("/atlas/common/img/btn-footer-sp-left_arrow.png");
    background-size: 3%;
    background-repeat: no-repeat;
    background-position: center right;
  }

  .footer-list_title.targetBlank {
    background-image: url("/atlas/common/img/a-target_blank01.png");
    background-size: 4%;
  }

  .footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-copyright-container {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }

  .footer-copyright_list {
    padding: 18px 0;
    background-color: #30302e;
  }

  footer a {
    font-size: 16px;
  }

  .footer-copyright_words {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    font-size: 15px;
    position: relative;
    top: inherit;
    right: inherit;
  }

  /**=========================================
  * 5.SECTION
  =========================================*/
  .section-container {
    width: 100%;
  }

  /**=========================================
  * 6.NAV
  =========================================*/
  .nav-container {
    width: 100%;
  }

  /**=========================================
  * 7.GLOBAL_NAVIGATION
  =========================================*/
  .global_navigation {
    box-shadow: none;
    width: 100%;
    background-color: #005ab0;
  }
  .global_navigation ul {
    padding: 0;
    height: 100%;
  }
  .global_navigation li {
    position: relative;
    box-sizing: border-box;
    border-color: #4084c3;
    border-right: none;
    width: 33.28125%;
    height: 100%;
    vertical-align: middle;
  }
  .global_navigation li.sp-hidden {
    display: none;
  }
  .global_navigation li.nav-item02 {
    width: 33.4375%;
  }
  .global_navigation li.nav-item02:before {
    display: none;
  }
  .global_navigation li.nav-item04 .nav-label {
    border-right: none;
  }
  .global_navigation a {
    display: table;
    padding: 25px 0;
    height: 100%;
  }
  .global_navigation .nav-label {
    display: table-cell;
    padding: 0;
    border-right: 1px solid #4084c3;
    vertical-align: middle;
  }
  .global_navigation .nav-label :after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #004399;
  }
  .global_navigation .nav-label > span {
    display: inline-block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .06em;
  }
  .global_navigation .is_current:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 auto;
    display: inline-block;
    width: 72.3004694836%;
    height: 2.8%;
  }
  .global_navigation .is_current .nav-label:after {
    display: none;
  }
}
/**=========================================
* SP2.SMART_PHONE-480
* * スマートフォン時のスタイルを記述します。
=========================================*/
@media screen and (max-width: 480px) {
  /**=========================================
  * 1.UTILE
  =========================================*/
  .icon-blank-large:after {
    content: url("/atlas/common/img/a-target_blank02.png");
  }

  .btn-base span {
    font-size: 15px;
  }

  /**=========================================
  * 4.FOOTER
  =========================================*/
  .footer-copyright_list {
    padding: 12px 0;
  }

  .footer-copyright_list li a {
    font-size: 10px;
  }

  .footer-copyright_words {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 11px;
  }

  .footer-list_title {
    font-size: 17px;
  }

  /**=========================================
  * 7.GLOBAL_NAVIGATION
  =========================================*/
  .global_navigation a {
    padding: 12px 0;
  }
  .global_navigation .nav-label > span {
    font-size: 10px;
    line-height: 1.2;
  }
  .global_navigation .nav-label > span > span {
    font-size: 10px;
    line-height: 1.2;
  }
  .global_navigation .is_current:after {
    content: "";
    position: absolute;
    bottom: 6px;
  }
}
