@charset "utf-8";

/*-----base-----*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-family: verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1rem;
  vertical-align: baseline;
  color: #333;
  background: transparent;
}

button,
input,
select {
  font-family: verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html {
  font-size: 12px;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: baseline;
  color: #a00;
  background: transparent;
}

*>a {
  font-size: 1em;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*html.clearfix {
  height: 1%;
}

*:first-child+html.clearfix {
  display: inline-block;
}

/*-----header-----*/
.header--ui {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 52px;
  background-color: #fff;
}

.header--ui__fix-area {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.header--ui__logo {
  display: table-cell;
  width: 78px;
  vertical-align: middle;
}

.header-svg-login-a {
  fill: none;
}

.header-svg-login-b {
  fill: #231815;
  font-size: 9px;
  font-family: HiraKakuPro-W6, Hiragino Kaku Gothic Pro;
}

.header-svg-login-c {
  opacity: 0;
}

.header-svg-login-d {
  fill: #231815;
}

.header--ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.header--ui__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.header--ui__gNav-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 104px;
}

.header--ui__gNav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 104px;
  justify-content: flex-end;
}

.header--ui__link-login {
  display: block;
}

#global-header {
  min-height: 52px !important;
}

/*-----nav-----*/
.nav-global__wrapper {
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.nav-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-global__child {
  width: 25%;
}

.nav-global__link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 27px;
  padding-bottom: 5px;
  width: 100%;
  height: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: 1px solid;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.nav-global__link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.nav-global__link.current {
  padding-top: 33px;
  height: 51px;
}

.nav-global__link:before {
  width: 24px;
  height: 24px;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  background-repeat: no-repeat;
}

.nav-global__link.current:before {
  top: 1px;
  width: 30px;
  height: 30px;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  background-repeat: no-repeat;
}

.nav-global {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-global--visitor {
  border-bottom: 4px solid #75932f;
}

.nav-global__child {
  width: 50%;
}

.nav-global__link {
  font-size: 1.166rem;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
  font-weight: bold;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  height: auto !important;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  border: none;
  border-radius: 8px 8px 0 0;
}

.nav-global__link.current {
  padding-top: 0;
  min-height: 50px;
}

.nav-global__link--visitor,
.nav-global__link--service-image {
  background: #d3d3d3;
}

.nav-global__link--visitor.current,
.nav-global__link--service-image.current {
  background: #75932f;
}

/*-----accordion-----*/
.js-accordion {
  cursor: pointer;
}

.visitor__note {
  margin: 0 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.visitor__note__title {
  padding: 10px;
  font-size: 1.16rem;
  position: relative;
  text-align: center;
}

.visitor__note__title:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.visitor__note__title.close::after {
  transform: rotate(-135deg);
}

.visitor__note__text {
  padding: 10px;
  font-size: 0.92rem;
  line-height: 1.3;
}

/*-----sns-----*/
.shinkicontent_socialarea {
  text-align: left;
}

.fb-like {
  display: block;
  padding: 0 0 5px 5px;
}

.twitter-follow-button {
  padding: 0 0 0 5px;
}

/*-----fix nav-----*/
.service-image__fix {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.service-image__fix__link {
  display: block;
  width: 50%;
}

.js-nav-global--fix {
  position: fixed;
}

.js-nav-global--fix--view {
  top: 0;
}

/*-----footer-----*/
.footer {
  padding: 20px 0 80px;
}

.footer__to-pagetop {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer__to-pagetop>a {
  font-size: 1.166rem;
  line-height: 1.4;
  text-align: justify;
  color: #333;
  position: relative;
  display: inline-block;
  padding-left: 27px;
  line-height: 1pc;
}

.footer__to-pagetop>a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto 0;
  width: 17px;
  height: 1pc;
  background: url(/smart/base/images/icon/anchor--top--gray.png);
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.footer__support {
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}

.footer-nav {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #eee;
}

.footer-nav__child {
  position: relative;
  border-top: 2px solid #e0e0e0;
}

.footer-nav__child:after {
  content: "";
  position: absolute;
  right: 9pt;
  top: 1px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #c0b8b6;
  border-right: 3px solid #c0b8b6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-nav__child--category {
  position: relative;
  border-top: 2px solid #e0e0e0;
}

.footer-nav__child--category:after {
  content: "";
  position: absolute;
  right: 9pt;
  top: -5px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #c0b8b6;
  border-right: 3px solid #c0b8b6;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.footer-nav__link {
  display: block;
  padding: 20px 40px 20px 10px;
  font-size: 1.166rem;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
}

.footer-nav__child--category__list {
  position: relative;
  border-top: 2px solid #ececec;
}

.footer-nav__child--category__list:after {
  content: "";
  position: absolute;
  right: 9pt;
  top: 1px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #c0b8b6;
  border-right: 3px solid #c0b8b6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-nav__child--category__link {
  display: block;
  padding: 20px 40px 20px 10px;
  font-size: 1.166rem;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  text-align: left;
}

.copyright {
  display: block;
  font-size: 0.92rem;
  text-align: center;
}

#footer.textS a {
  font-size: 1rem;
  line-height: 1.5;
}

/*-----slider-----*/
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[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;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  width: 33px;
  height: 50px;
  top: 42%;
  margin-top: -1pc;
  padding: 0;
  outline: 0;
  background: transparent;
  color: transparent;
  border: 0;
  z-index: 1;
  text-align: center
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: .75
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0
}

.slick-next:before,
.slick-prev:before {
  display: inline-block;
  content: '';
  width: 33px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  -webkit-background-size: 33px 50px;
  background-size: 33px 50px;
  background-position: left top
}

.slick-prev {
  left: 0
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0
}

.slick-prev:before {
  background-image: url(/smart/shared/img/1706/service_image__slide_arrow_l.png)
}

[dir="rtl"] .slick-prev:before {
  background-image: url(/smart/shared/img/1706/service_image__slide_arrow_r.png)
}

.slick-next {
  right: 0
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto
}

.slick-next:before {
  background-image: url(/smart/shared/img/1706/service_image__slide_arrow_r.png)
}

[dir="rtl"] .slick-next:before {
  background-image: url(/smart/shared/img/1706/service_image__slide_arrow_l.png)
}

.slick-dots {
  position: absolute;
  bottom: 20px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  color: transparent;
  text-align: center
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: .75
}

.slick-dots li button:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ddd;
}

@media screen and (min-width:750px) {

  .slick-prev:before,
  .slick-next:before {
    width: 58px !important;
    height: 88px !important;
    -webkit-background-size: 58px 88px !important;
    background-size: 58px 88px !important;
  }

  .slick-next,
  .slick-prev {
    width: 58px !important;
    height: 88px !important;
    top: 42% !important;
  }
}

/*-----wrapper-----*/
@media screen and (min-width:750px) {
  body {
    /*background: url(/g6/shinki/image/shinki_bg.jpg);*/
    /*background-repeat: repeat-y;*/
    /*background-position: center;*/
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-color: #fbfaf3;*/
  }

  .visitor {
    width: 750px !important;
    margin: 0 auto;
  }

  .footer {
    padding: 20px 0;
  }
}