@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0; 
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline; 
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0; 
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  /* 1 */
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Style Reset
-------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, b {
  font-weight: bold;
}

em {
  font-style: normal;
}

strong {
  color: #d71619;
}

small {
  font-size: 100%;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}
@media (max-width: 750px) {
  img {
    max-width: 100%;
  }
}

fieldset {
  border: none;
}

hr {
  display: none;
}

label, button, select, option {
  cursor: pointer;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Site Styles
   ========================================================================== */
html {
  height: 100%; 
  font-size: 62.5%;
}

html.fontL {
  font-size: 75%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%; 
  color: #000;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
  line-height: 1.6;
}

a {
  color: #000; 
  text-decoration: none;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

@media (min-width: 751px) {
  .pc_hide {
    display: none;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none;
  }
}

.str_contents_wap {
  margin: 0 auto;
  padding: 0 15px;
  width: 1145px;
}
@media (max-width: 750px) {
  .str_contents_wap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

#commitBox {
  font-size: 140%;
}

#commitBox * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Header
-------------------------------- */
.str_header {
  margin: 0 auto;
  padding: 26px 0 0;
  position: relative;
  width: 1115px;
}
@media (max-width: 750px) {
  .str_header {
    padding: 0;
    z-index: 10; 
    width: 100%;
  }
}
.str_header .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 29px;
}
@media (max-width: 750px) {
  .str_header .header_nav {
    margin-bottom: 0;
    padding: 12px 15px;
    background-color: #fff;
  }
}
.str_header .header_nav .ci {
  line-height: 1;
}
@media (max-width: 750px) {
  .str_header .header_nav .ci {
    width: 68px;
  }
}
.str_header .header_nav .utility {
  padding-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .str_header .header_nav .utility {
    display: none;
  }
}
.str_header .header_nav .utility li {
  display: inline-block;
  padding: 0 17px;
  border-right: 1px solid #666;
}
.str_header .header_nav .utility li:last-child {
  padding-right: 0;
  border-right: none;
}
.str_header .header_nav .utility a:hover {
  text-decoration: underline;
}
.str_header .nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .str_header .nav_pc {
    display: none;
  }
}
.str_header .nav_pc .global_nav ul::after {
  display: block; 
  clear: both;
  content: "";
}
.str_header .nav_pc .global_nav ul li {
  margin-right: 15px;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.fontL .str_header .nav_pc .global_nav ul li {
  line-height: 1.25;
}
.str_header .nav_pc .global_nav ul li a {
  padding-left: 12px; 
  position: relative;
}
.str_header .nav_pc .global_nav ul li a:hover {
  color: #666;
}
.str_header .nav_pc .global_nav ul li a::after {
  display: block;
  margin: auto;
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(5 / (214 - 10) * 100%) calc(45 / (105 - 10) * 100%);
  background-size: calc(214 / 10 * 100%) calc(105 / 10 * 100%);
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px; 
  content: "";
}
.str_header .nav_pc .global_nav ul li.selected a::after {
  background-position: calc(25 / (214 - 10) * 100%) calc(45 / (105 - 10) * 100%);
}
.str_header .nav_pc #fontSize {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1px; 
  line-height: 1.1;
}
.str_header .nav_pc #fontSize dt {
  display: inline-block;
  font-size: 14px;
}
.str_header .nav_pc #fontSize dd {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px; 
  cursor: pointer;
}
.str_header .nav_pc #fontSize dd:hover {
  color: #666;
}
.str_header .nav_pc #fontSize dd.selected {
  padding: 5px;
  background: #3974aa;
  color: #fff;
}
.str_header .nav_pc #fontSize dd.selected:hover {
  color: #fff;
}
.str_header .menu {
  display: none;
}
@media (max-width: 750px) {
  .str_header .menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 40px;
  }
  .str_header .menu .menu_btn {
    border: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 30px;
    outline: none;
    color: #fff; 
    cursor: pointer;
  }
  .str_header .menu span {
    background-color: #999;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 18px;
    height: 2px;
    font-size: 0;
  }
  .str_header .menu span::before {
    display: block;
    background-color: #999; 
    position: absolute;
    top: 6px;
    width: 18px;
    height: 2px;
    content: "";
  }
  .str_header .menu span::after {
    display: block;
    background-color: #999; 
    position: absolute;
    top: 12px;
    width: 18px;
    height: 2px;
    content: "";
  }
}
.str_header .menu_overlay {
  display: none;
}
@media (max-width: 750px) {
  .str_header .menu_overlay {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: -1; 
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
}
.str_header.menu_open .menu span {
  background-color: transparent;
}
.str_header.menu_open .menu span::before {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.str_header.menu_open .menu span::after {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.str_header.menu_open .menu_overlay {
  width: 100%;
  height: 120%;
}

.str_header .nav_sp {
  z-index: 100;
}
@media (min-width: 751px) {
  .str_header .nav_sp {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .str_header .nav_sp {
    padding-bottom: 30px;
    background-color: #fff;
    width: 100%;
  }
  [data-script-enabled="true"] .str_header .nav_sp {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .str_header .nav_sp .global_nav {
    margin-bottom: 25px;
    border-bottom: solid 1px #ccc;
  }
  .str_header .nav_sp .global_nav > li {
    border-top: solid 1px #ccc;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .str_header .nav_sp .global_nav a {
    display: block;
    padding: 11px 15px; 
    position: relative;
  }
  .str_header .nav_sp .global_nav a::before {
    display: block;
    margin: auto;
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(100 / (214 - 20) * 100%) calc(79 / (105 - 26) * 100%);
    background-size: calc(214 / 20 * 100%) calc(105 / 26 * 100%);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0; 
    width: 10px;
    height: 13px;
    content: "";
  }
  .str_header .nav_sp .global_nav a.toggle_nav::before {
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(44 / (214 - 20) * 100%) calc(81 / (105 - 20) * 100%);
    background-size: calc(214 / 20 * 100%) calc(105 / 20 * 100%);
    width: 10px;
    height: 10px;
  }
  .str_header .nav_sp .global_nav a.toggle_nav.open::before {
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(70 / (214 - 20) * 100%) calc(81 / (105 - 20) * 100%); 
    background-size: calc(214 / 20 * 100%) calc(105 / 20 * 100%);
  }
  .str_header .nav_sp .local_nav {
    background-color: #f5f5f5;
  }
  [data-script-enabled="true"] .str_header .nav_sp .local_nav {
    display: none;
  }
  .str_header .nav_sp .local_nav > li {
    border-top: solid 1px #e5e5e5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .str_header .nav_sp .local_nav a {
    padding-right: 25px; 
    position: relative;
  }
  .str_header .nav_sp .local_nav a::before {
    display: block;
    margin: auto;
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(83 / (214 - 10) * 100%) calc(45 / (105 - 16) * 100%);
    background-size: calc(214 / 10 * 100%) calc(105 / 16 * 100%);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0; 
    width: 5px;
    height: 8px;
    content: "";
  }
  .str_header .nav_sp .utility {
    margin: 0 15px 28px;
  }
  .str_header .nav_sp .utility li {
    margin-bottom: 1px;
    background-color: #f5f5f5;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .str_header .nav_sp .utility li a {
    display: block;
    padding: 12px 15px 12px 28px; 
    position: relative;
  }
  .str_header .nav_sp .utility li a::before {
    display: block;
    margin: auto;
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(83 / (214 - 10) * 100%) calc(45 / (105 - 16) * 100%);
    background-size: calc(214 / 10 * 100%) calc(105 / 16 * 100%);
    position: absolute;
    top: 0;
    bottom: 0; 
    left: 15px;
    width: 5px;
    height: 8px;
    content: "";
  }
  .str_header .nav_sp .link_fand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
  }
  .str_header .nav_sp .link_fand li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .str_header .nav_sp .link_fand li a {
    display: inline-block;
    padding-left: 15px; 
    position: relative;
  }
  .str_header .nav_sp .link_fand li a::before {
    display: block;
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(83 / (214 - 10) * 100%) calc(45 / (105 - 16) * 100%);
    background-size: calc(214 / 10 * 100%) calc(105 / 16 * 100%);
    position: absolute;
    top: .4em;
    left: 0; 
    width: 5px;
    height: 8px;
    content: "";
  }
}

/* Contents
-------------------------------- */
.str_contents {
  display: block;
  margin: 0 auto;
  width: 1115px;
}
@media (max-width: 750px) {
  .str_contents {
    padding: 0 15px;
    width: 100%;
  }
}

/* Common */
.icon_window {
  vertical-align: middle;
}

.link_list a {
  display: inline-block;
  padding: 0 0 0 11px; 
  position: relative;
}
.link_list a::before {
  display: block;
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(116 / (214 - 7) * 100%) calc(5 / (105 - 12) * 100%);
  background-size: calc(214 / 7 * 100%) calc(105 / 12 * 100%);
  position: absolute;
  top: .25em;
  left: 0; 
  width: 7px;
  height: 12px;
  content: "";
}
@media (max-width: 750px) {
  .link_list a::before {
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(83 / (214 - 10) * 100%) calc(45 / (105 - 16) * 100%);
    background-size: calc(214 / 10 * 100%) calc(105 / 16 * 100%);
    top: .35em; 
    width: 5px;
    height: 8px;
  }
}
.link_list a:hover {
  color: #666;
}

/* Main Visual, Strategy */
.main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  margin-bottom: 35px;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .main_visual {
    display: block;
    margin: 0 -15px 27px;
  }
}
.main_visual .img {
  width: 865px;
}
@media (max-width: 750px) {
  .main_visual .img {
    width: 100%;
  }
}
.main_visual .strategy {
  width: 244px;
}
.main_visual .strategy::after {
  display: block; 
  clear: both;
  content: "";
}
@media (max-width: 750px) {
  .main_visual .strategy {
    display: none;
  }
}
.main_visual .strategy h2 {
  margin: 0 0 4px 4px; 
  float: left;
}
.main_visual .strategy li {
  margin: 0 0 4px 4px; 
  float: left;
}
.main_visual .strategy img:hover {
  opacity: .6;
}

/* SP Strategy */
.strategy_area_sp {
  margin-bottom: 18px;
  padding-bottom: 25px;
}
@media (min-width: 751px) {
  .strategy_area_sp {
    display: none;
  }
}
.strategy_area_sp h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.strategy_area_sp img {
  width: 100%;
}

/* News Area */
.news_area_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  margin-bottom: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .news_area_pc {
    display: none;
  }
}
.news_area_pc .news {
  width: 840px;
}
.news_area_pc .news .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin-bottom: 8px;
}
.news_area_pc .news .heading h2 {
  width: 160px; 
  font-size: 24px;
  font-size: 2.4rem;
}
.news_area_pc .news .heading .tab_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_area_pc .news .heading .tab_link li {
  display: inline-block;
  margin-right: 52px;
}
.news_area_pc .news .heading .tab_link li:last-child {
  margin-right: 0;
}
.news_area_pc .news .heading .tab_link li a {
  position: relative; 
  color: #000;
}
.news_area_pc .news .heading .tab_link li a::after {
  display: block;
  background-color: transparent; 
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 3px;
  content: "";
}
.news_area_pc .news .heading .tab_link li a:hover {
  color: #666;
}
.news_area_pc .news .heading .tab_link li a.selected {
  color: #2e497c;
}
.news_area_pc .news .heading .tab_link li a.selected::after {
  background-color: #8697b5;
}
.news_area_pc .news .item {
  margin-bottom: 22px;
}
.news_area_pc .news .item li {
  padding: 12px 0 12px 160px;
  border-bottom: solid 1px #d9d9d9; 
  position: relative;
}
.news_area_pc .news .item li .date {
  position: absolute;
  top: 12px;
  left: 0;
  width: 160px; 
  color: #6c6c6c;
}
.news_area_pc .news .item li a:hover {
  color: #666;
}
.news_area_pc .banner {
  padding-top: 10px;
  width: 240px;
}

/* SP News */
.news_area_sp {
  margin-bottom: 35px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (min-width: 751px) {
  .news_area_sp {
    display: none;
  }
}
.news_area_sp .banner {
  margin-bottom: 18px;
  padding-bottom: 25px;
  overflow: hidden;
}
.news_area_sp h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.news_area_sp .tab_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 9px;
}
.news_area_sp .tab_link a {
  position: relative; 
  color: #2e497c;
}
.news_area_sp .tab_link a::after {
  display: block;
  background-color: transparent; 
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  content: "";
}
.news_area_sp .tab_link a.selected {
  color: #1a1a1a;
  font-weight: bold;
}
.news_area_sp .tab_link a.selected::after {
  background-color: #8697b5;
}
.news_area_sp .item {
  margin-bottom: 18px;
}
.news_area_sp .item li {
  padding: 15px 0;
  border-bottom: solid 1px #d9d9d9;
  font-size: 12px;
  font-size: 1.2rem;
}
.news_area_sp .item li .date {
  display: block;
  margin-bottom: 2px;
  color: #6c6c6c;
}

/* Fand Area */
.fand_area_pc {
  margin-bottom: 45px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .fand_area_pc {
    margin-bottom: 0;
  }
}
.fand_area_pc .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; 
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .fand_area_pc .heading {
    display: block; 
    margin-bottom: 20px;
  }
}
.fand_area_pc .heading .title h2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .title h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.fand_area_pc .heading .title p {
  color: #6c6c6c; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .title p {
    display: none;
  }
}
.fand_area_pc .heading .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .utility {
    display: block;
  }
}
.fand_area_pc .heading .utility li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .utility li {
    margin-left: 0;
    min-height: 40px;
  }
}
.fand_area_pc .heading .utility .search_txt {
  padding: 0 15px;
  border: solid 1px #d9d9d9;
  border-right: none;
  border-radius: 0;
  width: 250px; 
  -webkit-appearance: none;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .utility .search_txt {
    width: 100%;
  }
}
.fand_area_pc .heading .utility .search_btn {
  display: block;
  padding: 0 0 0 45px;
  border: solid 1px #ccc;
  border-radius: 0;
  background: #efefef url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(133 / (214 - 76) * 100%) calc(5 / (105 - 76) * 100%);
  background-size: calc(214 / 76 * 100%) calc(105 / 76 * 100%);
  overflow: hidden;
  width: 45px;
  min-height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 750px) {
  .fand_area_pc .heading .utility .link {
    display: none !important;
  }
}
.fand_area_pc .heading .utility .link a {
  display: inline-block;
  padding: 15px 30px 15px 15px;
  border: solid 1px #859bb2;
  position: relative;
  min-width: 140px;
  color: #2e497c;
}
.fand_area_pc .heading .utility .link a:hover {
  background-color: #f8f9fb;
}
.fand_area_pc .heading .utility .link a::before {
  display: block;
  position: absolute;
  content: "";
}
.fand_area_pc .heading .utility .info a::before {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(45 / (214 - 28) * 100%) calc(45 / (105 - 28) * 100%); 
  background-size: calc(214 / 28 * 100%) calc(105 / 28 * 100%);
  top: 1.2em;
  right: 10px;
  width: 14px;
  height: 14px;
}
.fand_area_pc .heading .utility .fand a::before {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(26 / (214 - 34) * 100%) calc(5 / (105 - 30) * 100%); 
  background-size: calc(214 / 34 * 100%) calc(105 / 30 * 100%);
  top: 1em;
  right: 10px;
  width: 17px;
  height: 15px;
}
.fand_area_pc .heading .utility .fand_list a::before {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(70 / (214 - 36) * 100%) calc(5 / (105 - 30) * 100%); 
  background-size: calc(214 / 36 * 100%) calc(105 / 30 * 100%);
  top: 1.05em;
  right: 10px;
  width: 18px;
  height: 15px;
}
.fand_area_pc .topStandard_cont_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .fand_area_pc .topStandard_cont_tabs {
    display: none;
  }
}
.fand_area_pc .topStandard_cont_tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.fand_area_pc .topStandard_cont_tabs li a {
  display: block;
  padding: 15px 0;
  border: solid 1px #b6c3d1; 
  width: 120px;
}
.fand_area_pc .topStandard_cont_tabs li a:hover {
  background-color: #f8f9fb;
}
.fand_area_pc .topStandard_cont_tabs li.active::after {
  display: block;
  border-right: solid 1px #859bb2;
  border-left: solid 1px #859bb2;
  background-color: #e4ecf5;
  position: absolute;
  z-index: 10; 
  bottom: -6px;
  left: 0;
  width: 120px;
  height: 6px;
  content: "";
}
.fand_area_pc .topStandard_cont_tabs li.active a {
  border: solid 1px #859bb2;
  border-bottom: none; 
  background-color: #e4ecf5;
}
.fand_area_pc .topStandard_cont_table {
  margin: 5px 0 20px;
  border: 1px solid #859bb2;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .fand_area_pc .topStandard_cont_table {
    display: none;
  }
}
.fand_area_pc .topStandard_cont_table thead th {
  padding: 6px 10px;
  background-color: #e4ecf5;
  font-weight: normal;
  text-align: center; 
  line-height: 1.2;
}
.fand_area_pc .topStandard_cont_table thead th span {
  display: block;
}
.fand_area_pc .topStandard_cont_table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.fand_area_pc .topStandard_cont_table tbody tr:first-child th, .fand_area_pc .topStandard_cont_table tbody tr:first-child td {
  border-top: none;
}
.fand_area_pc .topStandard_cont_table tbody th {
  padding: 10px;
  border-top: 1px solid #d9d9d9;
  font-weight: normal; 
  text-align: left;
}
.fand_area_pc .topStandard_cont_table tbody th a {
  color: #2e497c;
}
.fand_area_pc .topStandard_cont_table tbody td {
  padding: 10px 5px;
  border-top: 1px solid #d9d9d9;
  width: 125px;
  text-align: center;
}
.fand_area_pc .topStandard_cont_table tbody td span {
  position: relative;
}
.fand_area_pc .topStandard_cont_table tbody td span::before {
  display: inline-block;
  margin-right: 4px;
  width: 11px;
  height: 11px; 
  content: "";
}
.fand_area_pc .topStandard_cont_table tbody td span.rise::before {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(103 / (214 - 11) * 100%) calc(45 / (105 - 11) * 100%); 
  background-size: calc(214 / 11 * 100%) calc(105 / 11 * 100%);
}
.fand_area_pc .topStandard_cont_table tbody td span.drop::before {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(5 / (214 - 11) * 100%) calc(5 / (105 - 11) * 100%); 
  background-size: calc(214 / 11 * 100%) calc(105 / 11 * 100%);
}

/* SP Fand */
.fand_area_sp {
  margin-bottom: 44px;
}
@media (min-width: 751px) {
  .fand_area_sp {
    display: none;
  }
}
.fand_area_sp .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: -4px;
  overflow: hidden; 
  width: calc(100% + 4px);
}
.fand_area_sp .list li {
  margin: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  width: calc(100% / 3 - 4.5px);
  text-align: center;
}
.fand_area_sp .link {
  border-top: solid 1px #859bb2;
  font-size: 14px;
  font-size: 1.4rem;
}
.fand_area_sp .link li {
  border: solid 1px #859bb2;
  border-top: 0;
}
.fand_area_sp .link a {
  display: block;
  padding: 13px 42px 13px 17px;
  position: relative;
  color: #2e497c;
}
.fand_area_sp .link a::after {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  content: "";
}
.fand_area_sp .link a.info::after {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(45 / (214 - 28) * 100%) calc(45 / (105 - 28) * 100%); 
  background-size: calc(214 / 28 * 100%) calc(105 / 28 * 100%);
  width: 14px;
  height: 14px;
}
.fand_area_sp .link a.fand::after {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(26 / (214 - 34) * 100%) calc(5 / (105 - 30) * 100%); 
  background-size: calc(214 / 34 * 100%) calc(105 / 30 * 100%);
  width: 17px;
  height: 15px;
}
.fand_area_sp .link a.fand_list::after {
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(70 / (214 - 36) * 100%) calc(5 / (105 - 30) * 100%); 
  background-size: calc(214 / 36 * 100%) calc(105 / 30 * 100%);
  width: 18px;
  height: 15px;
}

/* Info Area */
.info_area {
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .info_area {
    margin-bottom: 45px;
  }
}
.info_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .info_area .inner {
    display: block;
    margin-bottom: 16px;
  }
}
.info_area .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  border: solid 1px #e60d18;
}
@media (max-width: 750px) {
  .info_area .inner .box {
    display: block;
    margin-bottom: 10px;
  }
}
.info_area .inner .box.info {
  padding: 15px 30px 15px 30px;
  width: 840px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .info_area .inner .box.info {
    padding: 16px 18px 10px 18px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.info_area .inner .box.notice {
  padding: 15px 10px 15px 15px;
  width: 240px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: auto;
}
@media (max-width: 750px) {
  .info_area .inner .box.notice {
    padding: 16px 18px 16px 18px;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.info_area .inner .box dt {
  margin-bottom: 3px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .info_area .inner .box dt {
    margin-bottom: 1px;
    margin-bottom: 15px; 
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.info_area .inner .box .link_pdf li {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .info_area .inner .box .link_pdf li {
    margin-bottom: 8px;
  }
}
.info_area .inner .box .link_pdf a:hover {
  color: #666;
}
.info_area .inner .box .link_pdf a img {
  vertical-align: text-top;
}
.info_area .inner .box .link_notice {
  font-weight: bold;
}
.info_area .inner .box .link_notice a {
  display: inline-block;
  padding-left: 38px; 
  position: relative;
}
.info_area .inner .box .link_notice a::before {
  display: block;
  margin: auto;
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(5 / (214 - 29) * 100%) calc(71 / (105 - 29) * 100%);
  background-size: calc(214 / 29 * 100%) calc(105 / 29 * 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 29px;
  content: "";
}
.info_area .inner .box .link_notice a:hover {
  color: #666;
}
.info_area .link {
  font-size: 11px;
  font-size: 1.1rem;
}

/* Exchange Area */
.exchange_area {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .exchange_area {
    margin-bottom: 30px;
  }
}
.exchange_area .title h2 {
  margin-bottom: 22px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .exchange_area .title h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.exchange_area .box {
  margin-bottom: 14px;
  padding: 0 16px;
  border: solid 1px #d9d9d9;
  background: #f7f7f7 url("/am/images/top_rwd/bg_exchange.png") center center no-repeat;
}
@media (max-width: 750px) {
  .exchange_area .box {
    padding: 5px 16px;
    background-color: #f7f7f7; 
    background-image: none;
  }
}
.exchange_area .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.exchange_area .link_list {
  padding: 10px 0;
  width: 20.1%;
}
@media (max-width: 750px) {
  .exchange_area .link_list {
    padding: 12px 0;
    border-bottom: solid 1px #d9d9d9;
    width: 100%;
  }
  .exchange_area .link_list:last-child {
    border-bottom: none;
  }
}
.exchange_area .link_list a {
  display: table;
  padding-left: 15px;
  width: 100%;
}
@media (max-width: 750px) {
  .exchange_area .link_list a {
    padding-left: 12px;
  }
}
.exchange_area .link_list span {
  display: table-cell;
}
.exchange_area .link_list .rate {
  text-align: right;
}
.exchange_area .link_list .currency {
  display: inline-block;
  padding-left: 28px;
  position: relative;
  color: #2e497c;
}
@media (max-width: 750px) {
  .exchange_area .link_list .currency {
    padding-left: 37px;
  }
}
.exchange_area .link_list .currency::before {
  display: block;
  margin: auto;
  background: url("/am/images/top_rwd/ico_sprite_flag.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 19px;
  content: "";
}
@media (max-width: 750px) {
  .exchange_area .link_list .currency::before {
    width: 23px;
    height: 23px;
  }
}
.exchange_area .link_list .currency.flag_01::before {
  background-position: 0 0; 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_02::before {
  background-position: 0 calc(50 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_03::before {
  background-position: 0 calc(100 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_04::before {
  background-position: 0 calc(150 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_05::before {
  background-position: 0 calc(200 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_06::before {
  background-position: 0 calc(250 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_07::before {
  background-position: 0 calc(300 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .link_list .currency.flag_08::before {
  background-position: 0 calc(350 / (390 - 40) * 100%); 
  background-size: calc(46 / 46 * 100%) calc(390 / 40 * 100%);
}
.exchange_area .date {
  font-size: 1.1rem;
  text-align: right;
}
@media (max-width: 750px) {
  .exchange_area .date {
    text-align: center;
  }
}

/* Footer
-------------------------------- */
.str_footer {
  margin: 0 auto;
  width: 1115px;
}
@media (max-width: 750px) {
  .str_footer {
    width: 100%;
  }
}
.str_footer .segment {
  padding: 30px 0 20px;
  border-top: 1px solid #bebebe;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .str_footer .segment {
    padding: 36px 15px 25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.str_footer .segment.relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 0 30px;
}
@media (max-width: 750px) {
  .str_footer .segment.relate {
    display: block;
    padding: 38px 15px;
  }
}
.str_footer .segment.relate .box {
  width: 340px;
}
@media (max-width: 750px) {
  .str_footer .segment.relate .box {
    margin-bottom: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; 
    width: 100%;
  }
  .str_footer .segment.relate .box.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.str_footer .segment.relate .box p {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efeff0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .str_footer .segment.relate .box p {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.str_footer .segment .heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 750px) {
  .str_footer .segment .heading {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.str_footer .segment .link li {
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .str_footer .segment .link li {
    margin-bottom: 1px;
  }
}
.str_footer .segment .link li a {
  display: inline-block;
  padding: 0 0 0 11px; 
  position: relative;
}
@media (max-width: 750px) {
  .str_footer .segment .link li a {
    display: block;
    padding: 14px 10px 14px 28px;
    background-color: #f5f5f5;
  }
}
.str_footer .segment .link li a::before {
  display: block;
  background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
  background-position: calc(116 / (214 - 7) * 100%) calc(5 / (105 - 12) * 100%);
  background-size: calc(214 / 7 * 100%) calc(105 / 12 * 100%);
  position: absolute;
  top: .13em;
  left: 0; 
  width: 7px;
  height: 12px;
  content: "";
}
@media (max-width: 750px) {
  .str_footer .segment .link li a::before {
    background: url("/am/images/top_rwd/ico_sprite.png") no-repeat;
    background-position: calc(83 / (214 - 10) * 100%) calc(45 / (105 - 16) * 100%);
    background-size: calc(214 / 10 * 100%) calc(105 / 16 * 100%);
    top: 1.45em;
    left: 15px; 
    width: 5px;
    height: 8px;
  }
}
.str_footer .segment .link li a:hover {
  color: #666;
}
.str_footer .segment .link.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .str_footer .segment .link.col {
    display: block;
  }
}
.str_footer .segment .link.col li {
  margin-bottom: 10px;
  padding-right: 10px;
  width: 388px;
}
@media (max-width: 750px) {
  .str_footer .segment .link.col li {
    margin-bottom: 0;
    padding-right: 0;
    border-top: solid 1px #e6e6e6; 
    width: 100%;
  }
}
.str_footer .segment .link.col li:nth-child(3n) {
  width: 335px;
}
@media (max-width: 750px) {
  .str_footer .segment .link.col li:nth-child(3n) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .str_footer .segment .link.col li a {
    padding: 13px 10px 13px 0;
    background-color: transparent;
  }
  .str_footer .segment .link.col li a::before {
    top: 1.54em;
    right: 5px; 
    left: auto;
  }
}
.str_footer .segment.copyright {
  display: flex;
  padding: 20px 0 40px;
}
@media (max-width: 750px) {
  .str_footer .segment.copyright {
    display: block;
    padding: 20px 15px;
  }
}
.str_footer .segment.copyright p {
  font-size: 12px;
  font-size: 1.2rem;
}
.str_footer .segment.copyright p + p{
    margin-left: .5em;
}
@media (max-width: 750px) {
  .str_footer .segment.copyright p {
    margin-bottom: 4px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
    .str_footer .segment.copyright p + p{
    margin-left: 0;
}
}

/* 200916 追記 */
.footer_copy {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 40px 0;
  border-top: 1px solid #bebebe;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer_copy .footer_copy_en {
    display: inline-block;
}
.footer_copy p {
	margin: 0;
}
.footer_copy_varl {
	margin-bottom: 10px;
}

@media screen and (min-width:751px) {
	.footer_copy_varl {
		font-size: 14px;
	}
	.footer_copy_varl br {
		display: none;
	}
}


@media screen and (max-width:750px) {

    .footer_copy {
        width: 95%;
        margin: 0 auto;
    }

    .footer_copy_ja {
        float: none;
        text-align: left;
        margin: 0 0 20px;
    }
}








/* Slider
-------------------------------- */
.slick-loading .slick-list {
  background: #fff url("/am/images/top_rwd/ajax-loader.gif") center center no-repeat;
}

.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  padding: 0; 
  overflow: hidden;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  margin-right: auto; 
  margin-left: auto;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track::before, .slick-track::after {
  display: table; 
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none; 
  float: left;
  min-height: 1px;
  height: 100%;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent; 
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fade button, .regular button, .center-2 button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  width: 30px;
  height: 30px;
  outline: none;
  -webkit-appearance: none;
  color: transparent; 
  font-size: 10px;
  line-height: 1;

  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 750px) {
  .fade button, .regular button, .center-2 button {
    width: 20px;
    height: 20px;
  }
}
.fade button::before, .regular button::before, .center-2 button::before {
  display: block;
  position: absolute; 
  content: "";
}
.fade button.slide-arrow, .regular button.slide-arrow, .center-2 button.slide-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 16px);
}
@media (max-width: 750px) {
  .fade button.slide-arrow, .regular button.slide-arrow, .center-2 button.slide-arrow {
    top: calc(50% - 9px);
  }
}
.fade button.prev-arrow, .regular button.prev-arrow, .center-2 button.prev-arrow {
  z-index: 5;
  left: 0;
}
.fade button.prev-arrow::before, .regular button.prev-arrow::before, .center-2 button.prev-arrow::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 8px;
  left: 12px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 750px) {
  .fade button.prev-arrow::before, .regular button.prev-arrow::before, .center-2 button.prev-arrow::before {
    top: 5px;
    left: 8px;
    width: 10px;
    height: 10px;
  }
}
.fade button.next-arrow, .regular button.next-arrow, .center-2 button.next-arrow {
  right: 0;
}
.fade button.next-arrow::before, .regular button.next-arrow::before, .center-2 button.next-arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 750px) {
  .fade button.next-arrow::before, .regular button.next-arrow::before, .center-2 button.next-arrow::before {
    top: 5px;
    right: 8px;
    width: 10px;
    height: 10px;
  }
}

.fade .slick-dots, .regular .slick-dots, .center-2 .slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
}
.fade .slick-dots li, .regular .slick-dots li, .center-2 .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .fade .slick-dots li, .regular .slick-dots li, .center-2 .slick-dots li {
    margin: 0 4px;
  }
}
.fade .slick-dots li button, .regular .slick-dots li button, .center-2 .slick-dots li button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent; 
  width: 10px;
  height: 10px;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.fade .slick-dots li button:hover, .fade .slick-dots li button:focus, .regular .slick-dots li button:hover, .regular .slick-dots li button:focus, .center-2 .slick-dots li button:hover, .center-2 .slick-dots li button:focus {
  outline: none;
}
.fade .slick-dots li button::before, .regular .slick-dots li button::before, .center-2 .slick-dots li button::before {
  border-radius: 5px;
  background-color: #d9d9d9; 
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
}
@media (max-width: 750px) {
  .fade .slick-dots li button::before, .regular .slick-dots li button::before, .center-2 .slick-dots li button::before {
    border-radius: 4px; 
    width: 8px;
    height: 8px;
  }
}
.fade .slick-dots li.slick-active button::before, .regular .slick-dots li.slick-active button::before, .center-2 .slick-dots li.slick-active button::before {
  background-color: #8697b5;
}

.center-2 {
  margin: 0 -1px;
}
.center-2 img {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  width: 100%;
}

.vertical-2 {
  padding: 17px 0;
}
.vertical-2 .slick-slide {
  border-top: 2px solid #fff;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: none;
}
.vertical-2 button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}
.vertical-2 button::before {
  display: block;
  border-style: solid; 
  position: absolute;
  top: 4px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  content: "";
}
.vertical-2 button.slide-arrow {
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  font-size: 0;
}
.vertical-2 button.prev-arrow {
  top: 0;
}
.vertical-2 button.prev-arrow::before {
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #3870a9;
}
.vertical-2 button.next-arrow {
  bottom: 0;
}
.vertical-2 button.next-arrow::before {
  border-width: 7px 6.5px 0 6.5px;
  border-color: #3870a9 transparent transparent;
}