@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
dd,
figure,
ol,
ul,
p,
pre {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  height: 100%;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
button:focus,
input[type="button"] {
  outline: none;
}

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

address,
em,
i {
  font-style: normal;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

i {
  letter-spacing: 5px;
}

/* Smart Drawer
 ========================================================================== */
#sd {
  width: 100%;
  height: auto;
  color: white;
  overflow: auto;
  position: fixed;
  left: 0;
  top: -500px;
  z-index: 99;  /*padding: 20px 0;*/
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  background: #000000;
}

/*@media screen and (max-width:400px) {
#sd {
  width: 300px;
  left: -300px;
}

}*/
#sd li {
  padding: 9px;  /*border-top: 1px solid #404040;*/
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}

#sd li a {
  color: #000000;
  display: inline-block;
  width: 100%;
}

#sd li .m-color-999999 {
  color: #999;
}

#sd li:first-child {
  border-top: 0;
}

#sd li:nth-child(6) {
  border-bottom: 0;
}

#sd li:last-child {
  border-bottom: 0;
}

#sd.block {
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

/*@media screen and (max-width:400px) {
#sd.block {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

}*/
#sd.block:not(:target) {
  left: 0\9;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #sd.block-ie10 {
    -webkit-transform: translate3d(350px, 0, 0) !important;
    transform: translate3d(350px, 0, 0) !important;
  }

}

#sd .close {
  display: block;
  position: relative;  /*margin-bottom: 20px;*/
  padding: 8px 10px;
  border-top: 1px solid #ccc;
}

#sd .close_mark {
  text-align: right;
  color: black;
  background: #fff;
  font-size: 150%;
  background-color: #ffe100;
}

#sd .close:hover {
  cursor: pointer;  /*background: #404040;*/
}

#sd .close:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  /*border: 1px solid #404040;*/
  border-left: 0;
}

.sd-trigger {
  color: black;
  text-decoration: none;
  text-align: center;
  text-align: right;  /*padding-right: 3%;*/
  float: right;
}

.sd-trigger i {
  font-size: 32px;
}

.sd-trigger:hover {
  cursor: pointer;
  text-decoration: underline;  /*background: #4d4d4d;*/
}

#sd-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#sd-overlay.block {
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#sd-overlay-android {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width:640px) {
  .sd-trigger {
    color: black;
    text-decoration: none;
    text-align: center;
    text-align: right;    /*padding-right: 1%;*/
    float: right;
    display: inline;
  }

}

/* Smart Drawer
 ========================================================================== */
#sd02 {
  width: 100%;
  height: auto;
  color: white;
  overflow: auto;
  position: fixed;
  left: 0;
  top: -500px;
  z-index: 99;  /*padding: 20px 0;*/
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  background: #000000;
}

/*@media screen and (max-width:400px) {
#sd {
  width: 300px;
  left: -300px;
}

}*/
#sd02 li {
  padding: 10px;  /*border-top: 1px solid #404040;*/
  border-bottom: 1px solid #ccc;
  background-color: #000000;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  text-align: center;
}

#sd02 li a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}

#sd02 li:first-child {
  border-top: 0;
}

#sd02 li:nth-child(2) {
  border-bottom: 0;
}

#sd02 li:last-child {
  border-bottom: 0;
}

#sd02.block {
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

/*@media screen and (max-width:400px) {
#sd.block {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

}*/
#sd02.block:not(:target) {
  left: 0\9;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #sd02.block-ie10 {
    -webkit-transform: translate3d(350px, 0, 0) !important;
    transform: translate3d(350px, 0, 0) !important;
  }

}

#sd02 .close {
  display: block;
  position: relative;  /*margin-bottom: 20px;*/
  padding: 10px;
  border-top: 1px solid #ccc;
}

#sd02 .close_mark {
  text-align: right;
  color: black;
  background: #fff;
  font-size: 120%;
}

#sd02 .close:hover {
  cursor: pointer;  /*background: #404040;*/
}

#sd02 .close:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  /*border: 1px solid #404040;*/
  border-left: 0;
}

.sd-trigger02 i {
  font-size: 32px;
}

.sd-trigger02:hover {
  cursor: pointer;
  text-decoration: underline;  /*background: #4d4d4d;*/
}

#sd-overlay02 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#sd-overlay02.block {
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#sd-overlay-android02 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.sd-trigger02 {
  color: black;
  text-decoration: none;
  padding-right: 3%;    /* float: right; */

  /* display: inline; */

  /* padding-top: 10px; */
  font-weight: 700;
  font-size: 12px;    /* display: inline-block; */

  /* position: absolute; */

  /* right: 57px; */

  /* top: 0px; */

  /* vertical-align: middle; */
  position: absolute;
  top: 35%;
  bottom: 37%;
  vertical-align: middle;
  right: 40px;
  float: none;
}

@media (max-width:640px) {
  .sd-trigger02 {
    color: black;
    text-decoration: none;    /* float: right; */

    /* display: inline; */

    /* padding-top: 10px; */
    font-weight: 700;
    font-size: 12px;    /* display: inline-block; */

    /* position: absolute; */

    /* right: 57px; */

    /* top: 0px; */

    /* vertical-align: middle; */
    position: absolute;
    top: 35%;
    bottom: 37%;
    vertical-align: middle;
    right: 40px;
    float: none;
  }

  .l-menu-txt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    ｝
  }