@charset "UTF-8";
/* font size px->% */
/* font family */
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: "icom";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/icom.otf") format("otf"), url("/fonts/icom.ttf") format("ttf"), url("/fonts/icom.woff2") format("woff2"), url("/fonts/icom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td,
section,
figure,
button {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #282828;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

@media only screen and (max-width: 900px) {
  body {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 900px) {
  body.menu_open {
    height: 100vh;
    overflow: hidden;
  }
}
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.8;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  /*display: block;*/
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
textarea {
  max-width: 100%;
}

button {
  cursor: pointer;
  line-height: 1.8;
}

/** {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  word-break:keep-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
  line-break: strict;
}

a {
  text-decoration: none;
  color: #282828;
}

@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover {
    color: #e90505;
    text-decoration: underline;
  }
  a:hover img {
    text-decoration: none;
    opacity: 0.7;
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}

table tr td,
table tr th {
  text-align: left;
  white-space: normal;
  padding: 0px;
}

/* common set
======================================================= */
#wrapper {
  overflow: hidden;
}

#main_area {
  padding-bottom: 64px;
}

.main_width,
.wrap {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  /* breakPoint1024 END  */
}

@media only screen and (max-width: 1100px) {
  .main_width,
  .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .main_width,
  .wrap {
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .main_width,
  .wrap {
    padding: 0 20px;
    margin: 0 auto;
  }
  .full .main_width,
  .full .wrap {
    padding: 0;
  }
}
/* common END */
/* layout */
.flex_conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d_inline_flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.justify_content_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.justify_content_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.justify_content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify_content_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align_items_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align_items_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align_items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align_items_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align_content_start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align_content_end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align_content_center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align_content_baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.align_content_stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex_direction_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 640px) {
  .flex_direction_row_md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.flex_direction_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 640px) {
  .flex_direction_row_reverse_md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.flex_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 640px) {
  .flex_direction_column_md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex_direction_column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (max-width: 640px) {
  .flex_direction_column_reverse_md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.col {
  width: 100%;
  max-width: 100%;
}

/* layout END */
/* header */
#header {
  border-bottom: solid 1px #e0e0e0;
  position: relative;
}

@media (max-width: 900px) {
  #header {
    margin-bottom: 1em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
  }
}
#header > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 130px;
  padding-top: 26px;
}

@media (max-width: 900px) {
  #header > .wrap {
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}
#header > .wrap #sitelogo a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

#header > .wrap #sitelogo a img {
  width: 482px;
}

@media only screen and (max-width: 900px) {
  #header > .wrap #sitelogo a img {
    width: 44vw;
  }
}
#header > .wrap #sitelogo a span {
  color: #282828;
  display: block;
  line-height: 1;
  margin-left: 1em;
  font-size: 125%;
  font-weight: bold;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 900px) {
  #header > .wrap #sitelogo a span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 400px) {
  #header > .wrap #sitelogo a span {
    font-size: 75%;
  }
}
#header > .wrap #navi_block #navi_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header > .wrap #navi_block #navi_top .contact,
#header > .wrap #navi_block #navi_top .keyword {
  font-size: 87.5%;
}

#header > .wrap #navi_block #navi_top .keyword form {
  display: block;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #navi_top {
    position: relative;
  }
  #header > .wrap #navi_block #navi_top .contact {
    display: none;
  }
  #header > .wrap #navi_block #navi_top .keyword {
    display: none;
  }
}
#header > .wrap #navi_block #navi_top > div {
  margin-left: 15px;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #navi_top > div {
    margin-left: 0;
  }
}
#header > .wrap #navi_block #navi_top .contact {
  background: url(/media/images/common/header_icon.png) left center no-repeat;
  padding-left: 20px;
}

#header > .wrap #navi_block #navi_top .contact a:hover {
  text-decoration: underline;
}

#header > .wrap #navi_block #navi_top .keyword form {
  border: solid 1px #d5d5d5;
  border-radius: 100px;
  padding: 0px 16px;
  position: relative;
  width: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header > .wrap #navi_block #navi_top .keyword input[type=text] {
  border: none;
  font-size: 85.7%;
  padding: 0;
}

#header > .wrap #navi_block #navi_top .keyword input[type=submit] {
  border: none;
  background: url(/media/images/common/header_search.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header > .wrap #navi_block #navi_top .local {
  border-radius: 100px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  width: 120px;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #navi_top .local {
    margin-right: 50px;
  }
}
#header > .wrap #navi_block #navi_top .local a {
  border-radius: 100px;
  display: block;
  width: 50%;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 75%;
  color: #808080;
  position: relative;
  z-index: 2;
  padding: 9px 0 9px;
  position: relative;
}

#header > .wrap #navi_block #navi_top .local a.on {
  background-color: #e90505;
  color: #fff;
}

#header > .wrap #navi_block #navi_top #menu {
  display: none;
  cursor: pointer;
  width: 28px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header > .wrap #navi_block #navi_top #menu span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #e90505;
}

#header > .wrap #navi_block #navi_top #menu span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

#header > .wrap #navi_block #navi_top #menu span:nth-of-type(2) {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header > .wrap #navi_block #navi_top #menu span:last-child {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

#header > .wrap #navi_block #navi_top #menu.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

#header > .wrap #navi_block #navi_top #menu.active span:nth-of-type(2) {
  opacity: 0;
}

#header > .wrap #navi_block #navi_top #menu.active span:last-child {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-40deg);
    transform: translateY(-10px) rotate(-40deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-40deg);
    transform: translateY(-10px) rotate(-40deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-40deg);
    transform: translateY(-11px) rotate(-40deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-40deg);
    transform: translateY(-11px) rotate(-40deg);
  }
}
@media (max-width: 900px) {
  #header > .wrap #navi_block #navi_top #menu {
    display: block;
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi {
    display: block !important;
  }
}
@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 2000;
    border-bottom: 1px solid #e0e0e0;
    overflow-y: auto;
  }
  #header > .wrap #navi_block #global_navi .keyword form {
    border: solid 1px #d5d5d5;
    border-radius: 100px;
    padding: 0px 16px;
    position: relative;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header > .wrap #navi_block #global_navi .keyword input[type=text] {
    border: none;
    font-size: 85.7%;
    padding: 0;
  }
  #header > .wrap #navi_block #global_navi .keyword input[type=submit] {
    border: none;
    background: url(/media/images/common/header_search.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header > .wrap #navi_block #global_navi .contact {
    background: url(/media/images/common/header_icon.png) left center no-repeat;
    padding-left: 20px;
  }
  #header > .wrap #navi_block #global_navi .contact a:hover {
    text-decoration: underline;
  }
}
#header > .wrap #navi_block #global_navi .keyword {
  display: none;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .keyword {
    display: block;
    background: #f0f0f0;
    padding: 10px 20px;
  }
  #header > .wrap #navi_block #global_navi .keyword form {
    background: #fff;
    width: 100%;
    padding: 0 30px 0 16px;
  }
  #header > .wrap #navi_block #global_navi .keyword input[type=text] {
    width: 100%;
  }
}
#header > .wrap #navi_block #global_navi .contact {
  display: none;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .contact {
    display: block;
    margin: 0 20px 5em;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap {
    height: 80vh;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in {
    padding-bottom: 3em;
  }
}
#header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul {
    display: block;
    padding: 20px 20px 1em;
  }
}
@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li {
    border-bottom: 1px solid #e0e0e0;
  }
}
#header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li.current > a {
  color: #e90505;
}

@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li.current > a:after {
    width: 100%;
  }
}
#header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a {
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px 0.8em 28px;
}

@media only screen and (min-width: 1025px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ed1846;
    content: "";
    position: absolute;
    display: block;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 0;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a {
    font-size: 81.3%;
  }
}
@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a {
    display: block;
    position: relative;
    text-align: left;
    font-size: 87.5%;
    padding: 10px 0;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #e90505;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li > a.open:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}
#header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi {
  display: none;
  font-size: 87.5%;
}

@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi {
    background-color: #f8f8f8;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1200;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi.open {
    z-index: 1500;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt,
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt,
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd {
    border-top: 1px #e0e0e0 solid;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt a,
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd a {
    display: block;
    font-size: 90%;
    position: relative;
    padding: 0.6em 0 0.6em 1em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt a:after,
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd a:after {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #e90505;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt {
    background-color: #f0f0f0;
    line-height: 1.2;
    position: relative;
    width: 164px;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dt:before {
    background-color: #f0f0f0;
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 500;
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    overflow: hidden;
    padding-left: 3em;
  }
}
#header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi {
  overflow: hidden;
}

@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5em;
    margin-bottom: -0.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li {
    margin-right: 1.5em;
    margin-bottom: 0.8em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li span {
    font-size: 85.7%;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li a {
    display: block;
    line-height: 1.2;
    position: relative;
    padding-left: 1.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li a:before {
    background-color: #b8b8b8;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li {
    padding-left: 1em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .low_navi > ul > li + li {
    border-top: 1px #e0e0e0 solid;
  }
}
@media only screen and (min-width: 901px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl {
    width: 50%;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl + dl {
    border-left: 1px #b8b8b8 solid;
    padding-left: 1.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dt,
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dd {
    line-height: 1.2;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dt {
    margin-bottom: 0.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dd {
    font-size: 90%;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dd .low_navi > ul {
    margin-left: -0.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dd .low_navi > ul > li {
    margin-right: 0.5em;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dd .low_navi > ul > li a {
    padding-left: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl + dl {
    border-top: 1px #e0e0e0 solid;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 dl dt {
    border-bottom: 1px #e0e0e0 solid;
  }
}
@media only screen and (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt a {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt a:after {
    display: none;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt .acoBtn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt .acoBtn:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #e90505;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt.open {
    border-bottom: 1px #e0e0e0 solid;
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dt.open .acoBtn:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li .local_navi .wrap > dl > dd .col2 .accordion dd {
    display: none;
  }
}
@media (max-width: 900px) {
  #header > .wrap #navi_block #global_navi .navi_wrap .navi_in > ul > li.not_aco a:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
/* header END*/
/* footer */
footer {
  background: #f8f8f8;
}

@media (max-width: 640px) {
  footer {
    background: transparent;
  }
}
footer #common_content_block {
  border-top: solid 1px #e5e5e5;
  background: #fff;
}

footer #common_content_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #common_content_block li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
}

@media (max-width: 640px) {
  footer #common_content_block li:first-of-type figure {
    margin-bottom: 1em;
  }
}
footer #common_content_block li:nth-of-type(2) {
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer #common_content_block li figure {
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  footer #common_content_block li figure {
    margin-bottom: 1.5em;
  }
}
footer #common_content_block li img {
  max-width: 80px;
}

footer #common_content_block li a {
  padding: 20px 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 640px) {
  footer #common_content_block li a {
    font-size: 81.3%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
footer #common_content_block li a span {
  font-size: 75%;
}

@media (max-width: 640px) {
  footer #common_content_block li a span {
    font-size: 62.5%;
  }
}
@media (max-width: 640px) {
  footer #common_content_block li a img {
    width: 50%;
    height: auto;
  }
}
#footer {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #222222;
  color: #fff;
  padding-bottom: 104px;
}
.cookie_off #footer {
  padding-bottom: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #footer a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer a:hover {
    color: #e90504;
  }
}
#footer #footer_top {
  background: #e8e8e8;
  padding: 30px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer #footer_top .wrap {
  padding-top: 0;
}
@media only screen and (max-width: 1300px) {
  #footer #footer_top {
    padding: 30px 72px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #footer_top {
    padding: 30px 36px;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_top {
    padding: 5vw 0;
  }
}

footer #footer_top .wrap p {
  font-weight: bold;
}

@media (max-width: 640px) {
  footer #footer_top #footer_logo {
    padding: 0 20vw;
  }
  footer #footer_top #footer_logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .world footer #footer_top #footer_logo img {
    width: auto;
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  footer #footer_top_right {
    position: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  footer #footer_top_right #footer_sns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
footer #footer_top_right #footer_sns > a {
  display: inline-block;
  line-height: 33px;
  margin-right: 20px;
}

footer #footer_top_right #footer_sns #footer_facebook {
  background: url(/media/images/common/footer_sns_facebook.png) left center no-repeat;
  padding-left: 40px;
}

@media (max-width: 640px) {
  footer #footer_top_right #footer_sns #footer_facebook {
    min-width: 33px;
    min-height: 33px;
    padding-left: 0;
  }
  footer #footer_top_right #footer_sns #footer_facebook span {
    display: none;
  }
}
footer #footer_top_right #footer_sns #footer_youtube {
  background: url(/media/images/common/footer_sns_youtube.png) left center no-repeat;
  padding-left: 50px;
}

@media (max-width: 640px) {
  footer #footer_top_right #footer_sns #footer_youtube {
    min-width: 41px;
    min-height: 33px;
    padding-left: 0;
  }
  footer #footer_top_right #footer_sns #footer_youtube span {
    display: none;
  }
}
footer #footer_top_right #pagetop {
  -webkit-transition: 0s;
  transition: 0s;
  width: 96px;
  height: 80px;
  background: #f2f2f2;
  position: fixed;
  bottom: 90px;
  right: 0;
  display: block;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
footer #footer_top_right #pagetop.stay {
  position: absolute;
  bottom: 0;
  height: 100%;
}

footer #footer_top_right #pagetop:after {
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 640px) {
  footer #footer_top_right #pagetop {
    width: 48px;
    height: 40px;
    opacity: 0.8;
  }
  footer #footer_top_right #pagetop:after {
    width: 10px;
    height: 10px;
  }
  footer #footer_top_right #pagetop.changed {
    opacity: 1;
    width: 96px;
    height: 80px;
  }
  footer #footer_top_right #pagetop.changed:after {
    width: 15px;
    height: 15px;
  }
}
footer #footer_navi {
  padding: 50px 0;
}
@media only screen and (max-width: 1300px) {
  footer #footer_navi {
    padding: 50px 72px;
  }
}
@media only screen and (max-width: 1024px) {
  footer #footer_navi {
    padding: 50px 36px;
  }
}
@media only screen and (max-width: 900px) {
  footer #footer_navi {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 640px) {
  footer #footer_navi {
    display: none;
  }
}

footer #footer_navi .footer_navi_list + .footer_navi_list {
  margin-top: 40px;
}

footer #footer_navi .footer_navi_list > p a {
  font-weight: 500;
}

footer #footer_navi .footer_navi_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #footer_navi .footer_navi_list ul li + li {
  margin-left: 1.5em;
}

footer #footer_navi .footer_navi_list dl dt {
  font-weight: 500;
  margin-bottom: 20px;
}

footer #footer_navi .footer_navi_list dl dd a {
  font-size: 81.3%;
}

footer #footer_navi .footer_navi_list dl dd p a {
  font-size: 87.5%;
  font-weight: 500;
}

footer #footer_navi .footer_navi_list dl dd p + ul {
  margin-left: 1em;
}

footer #footer_navi .footer_navi_list ul + p {
  margin-top: 1em;
}

footer #footer_navi .footer_navi_list ul li ul {
  margin-left: 1em;
}

footer #footer_contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

footer #footer_contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #footer_contact dl dd {
  margin-left: 5px;
}

footer #footer_contact p {
  border-left: 1px #e0e0e0 solid;
  line-height: 1;
  padding-left: 1em;
  margin-left: 1em;
}

footer #footer_btm {
  border-top: solid 1px rgba(224, 224, 224, 0.2);
  padding: 15px 0 30px;
  font-size: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  footer #footer_btm {
    padding: 15px 72px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  footer #footer_btm {
    padding: 15px 36px 30px;
  }
}
@media only screen and (max-width: 900px) {
  footer #footer_btm {
    display: block;
    padding: 15px 30px 30px;
  }
}

@media (max-width: 640px) {
  footer #footer_btm {
    border-top: none;
    padding: 20px;
    font-size: 62.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
footer #footer_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  footer #footer_btm ul {
    margin-bottom: 20px;
  }
}
footer #footer_btm ul li {
  margin-right: 20px;
  border-left: solid 1px #e0e0e0;
  padding-left: 20px;
}

@media (max-width: 640px) {
  footer #footer_btm ul li {
    margin-right: 1em;
    border-left: solid 1px #e0e0e0;
    padding-left: 1em;
  }
}
footer #footer_btm ul li:first-of-type {
  border: none;
  padding-left: 0;
}

@media (max-width: 640px) {
  footer #footer_btm ul li:first-of-type {
    border: none;
    padding-left: 0;
  }
}
/* footer END*/
/* modules */
#breadcrumb {
  font-size: 87.5%;
  margin: 1em auto;
  overflow-x: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  #breadcrumb {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 0.5em;
    margin: 0.5em auto;
  }
  #breadcrumb + .kv {
    margin-top: -0.5em;
  }
}
#breadcrumb li {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  margin-right: 0.5em;
}

#breadcrumb li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #282828;
  border-right: solid 1px #282828;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#breadcrumb li:first-child {
  padding-left: 0;
}

#breadcrumb li:first-child:before {
  display: none;
}

#breadcrumb li br {
  display: none;
}

/* Grid System
=========*/
.grid_layout_sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 640px) {
  .grid_layout_sm {
    margin: 0 -8px;
  }
}
.grid_layout_sm .col {
  width: 100%;
  max-width: calc(25% - 32px);
  margin: 0 16px;
}

@media (max-width: 640px) {
  .grid_layout_sm .col {
    max-width: calc(25% - 16px);
    margin: 0 8px;
  }
}
.grid_layout_md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 640px) {
  .grid_layout_md {
    margin: 0 -8px;
  }
}
.grid_layout_md .col {
  width: 100%;
  max-width: calc(33.3333333333% - 32px);
  margin: 0 16px;
}

@media (max-width: 640px) {
  .grid_layout_md .col {
    max-width: calc(33.3333333333% - 16px);
    margin: 0 8px;
  }
}
.grid_layout_md .col_4 {
  width: 100%;
  max-width: calc(33.3333333333% - 32px);
  margin: 0 16px;
}

.grid_layout_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}

@media (max-width: 640px) {
  .grid_layout_lg {
    margin: 0 -8px;
  }
}
.grid_layout_lg .col {
  width: 100%;
  max-width: calc(50% - 80px);
  margin: 0 40px;
}

@media (max-width: 640px) {
  .grid_layout_lg .col {
    margin: 0 8px;
  }
}
.grid_layout_lg .col_6 {
  width: 100%;
  max-width: calc(50% - 80px);
  margin: 0 40px;
}

@media (max-width: 640px) {
  .grid_layout_lg .col_6 {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
.grid_layout_xl {
  overflow: hidden;
  width: 100%;
}

.grid_layout_xl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.grid_layout_xl .col {
  max-width: 1096px;
  margin: 0 4px;
  width: 100%;
}

@media (max-width: 640px) {
  .grid_layout_xl .col {
    width: 100%;
    margin: 0 16px;
  }
}
/* color
=========*/
.color1 {
  background-color: #e90505;
}

.color2 {
  background-color: #242424;
}

.color3 {
  background-color: #282828;
}

.color4 {
  background-color: #808080;
}

.color5 {
  background-color: #b8b8b8;
}

.color6 {
  background-color: #e8e8e8;
}

.color7 {
  background-color: #f0f0f0;
}

.color8 {
  background-color: #f8f8f8;
}

/* Title
=========*/
.headline1 {
  font-size: 228.6%;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .headline1 {
    font-size: 150%;
  }
}
h2 {
  font-size: 175%;
  line-height: 1.3;
}

@media (max-width: 640px) {
  h2 {
    font-size: 125%;
  }
}
h3 {
  font-size: 162.5%;
  line-height: 1.3;
}

@media (max-width: 640px) {
  h3 {
    font-size: 125%;
  }
}
h4 {
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  h4 {
    font-size: 125%;
  }
}
h5 {
  font-size: 125%;
  line-height: 1.3;
  margin-bottom: 0.8em;
}

@media (max-width: 640px) {
  h5 {
    font-size: 112.5%;
  }
}
h6 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media (max-width: 640px) {
  h6 {
    font-size: 100%;
  }
}
.headline2 {
  border-left: solid 6px #e90505;
  color: #e90505;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .headline2 {
    border-left-width: 3px;
    padding-left: 13px;
  }
}
.border_title {
  border-left: solid 6px #e90505;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .border_title {
    border-left-width: 3px;
    padding-left: 13px;
  }
}
.borderb_title {
  border-bottom: solid 2px #333;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 271.4%;
  padding-bottom: 0.1em;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .borderb_title {
    font-size: 175%;
    margin-bottom: 20px;
  }
}
.headline3 {
  border-left: solid 6px #e90505;
  padding-left: 16px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .headline3 {
    border-left-width: 3px;
    padding-left: 13px;
  }
}
.headline3 span {
  display: block;
  color: #808080;
  font-size: 50%;
}

.headline4 {
  line-height: 1.3;
  margin-bottom: 24px;
}

.headline5 {
  font-size: 125%;
  line-height: 1.3;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .headline5 {
    font-size: 112.5%;
  }
}
.headline6 {
  line-height: 1.3;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .headline6 {
    font-size: 100%;
  }
}
/* Text
=========*/
.text_md {
  font-size: 87.5%;
  color: #282828;
}

.text_sm {
  font-size: 75%;
  color: #808080;
}

.text_right {
  text-align: right;
}

/* icon
=========*/
.icon_check_on {
  background: url(/media/images/common/icon_check_on.png) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
}

.icon_check_off {
  border: solid 1px #e8e8e8;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  border-radius: 50%;
}

.icon_arrow_right {
  position: relative;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.icon_arrow_right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

.icon_arrow_right_sm {
  position: relative;
  width: 5px;
  height: 5px;
  display: inline-block;
}

.icon_arrow_right_sm:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

.icon_info {
  background: url(/media/images/common/icon_important.png) center no-repeat;
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
  display: inline-block;
}

.icon_anchor {
  background: url(/media/images/common/icon_anchor.png) center no-repeat;
  width: 10px;
  height: 14px;
  background-size: 10px 14px;
  display: inline-block;
}

.icon_arrow_up {
  position: relative;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.icon_arrow_up:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

.icon_arrow_down {
  position: relative;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.icon_arrow_down:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

.icon_help {
  background: url(/media/images/common/icon_help.png) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
}

/* Link
=========*/
.btn_outline_red {
  border: solid 1px #e90505;
  padding: 7px 20px;
  position: relative;
  color: #e90505;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .btn_outline_red {
    font-size: 75%;
  }
}
.btn_outline_red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

.btn_outline_gray {
  border: solid 1px #c0c0c0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .btn_outline_gray {
    font-size: 75%;
  }
}
.btn_outline_gray:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

.btn_bkcolor_red {
  background: #e90505;
  padding: 7px 20px;
  position: relative;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .btn_bkcolor_red {
    font-size: 75%;
  }
}
.btn_bkcolor_red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 5px;
  height: 5px;
}

.link_anchor {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}

@media (max-width: 640px) {
  .link_anchor {
    font-size: 75%;
  }
}
.link_anchor:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/media/images/common/icon_anchor.png) center no-repeat;
  width: 10px;
  height: 14px;
  background-size: 10px 14px;
}

.link_arrow_red_md {
  position: relative;
  display: inline-block;
}

@media (max-width: 640px) {
  .link_arrow_red_md {
    font-size: 87.5%;
  }
}
.link_arrow_red_md:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

.link_arrow_red {
  position: relative;
  padding-right: 25px;
}

@media (max-width: 640px) {
  .link_arrow_red {
    font-size: 75%;
  }
}
.link_arrow_red:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

.link_text_red {
  color: #e90505;
}

@media (max-width: 640px) {
  .link_text_red {
    font-size: 75%;
  }
}
/* Tag
=========*/
.tag_outline_red {
  border: solid 1px #e90505;
  font-size: 68.8%;
  color: #e90505;
  text-align: center;
  min-width: 100px;
  padding: 2px 5px;
  display: inline-block;
}

.tag_outline_gray {
  border: solid 1px #808080;
  font-size: 68.8%;
  text-align: center;
  min-width: 100px;
  padding: 2px 5px;
  display: inline-block;
}

.tag_bkcolor_gray {
  background: #848484;
  font-size: 68.8%;
  color: #ffffff;
  text-align: center;
  min-width: 100px;
  padding: 2px 5px;
  display: inline-block;
}

.tag_bkcolor_red {
  background: #e90505;
  font-size: 68.8%;
  color: #ffffff;
  text-align: center;
  min-width: 100px;
  padding: 2px 5px;
  display: inline-block;
}

/* Function
=========*/
.control label {
  position: relative;
  padding-left: 25px;
  margin: 12px 12px 12px 0;
}

.control label > input + .indicator {
  position: absolute;
  border-radius: 50%;
  border: solid 1px #d5d5d5;
  background: #ffffff;
  z-index: 1;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.control label.func_checkbox > input + .indicator {
  border-radius: 0;
}

.control label.func_checkbox > input:checked + .indicator {
  background-color: #e90505;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.control input:checked + .indicator {
  background: url(/media/images/common/icon_check_on.png) center no-repeat;
  background-size: 20px;
  border: none;
}

.control_btn .btn_prev,
.control_btn .btn_next {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  margin: 0 8px;
}

.control_btn .btn_prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

.control_btn .btn_next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 5px);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

/* Image & Text
=========*/
.list_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (max-width: 640px) {
  .list_layout {
    margin: 0 -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.list_layout .col {
  width: 100%;
  max-width: calc(25% - 32px);
  margin: 0 16px 32px;
}

@media (max-width: 640px) {
  .list_layout .col {
    max-width: calc(50% - 16px);
    margin: 0 8px 32px;
  }
}
.list_layout .col .image {
  margin-bottom: 16px;
}

.list_layout .col .detail .name {
  margin-bottom: 5px;
  font-size: 162.5%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .list_layout .col .detail .name {
    font-size: 112.5%;
  }
}
.list_layout .col .detail .price {
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .list_layout .col .detail .price {
    font-size: 75%;
  }
}
.list_layout .col .detail .outline {
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .list_layout .col .detail .outline {
    font-size: 87.5%;
  }
}
.list_layout_side .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: calc(50% - 32px);
}

@media (max-width: 640px) {
  .list_layout_side .col {
    max-width: 100%;
  }
}
.list_layout_side .col .image {
  width: calc(50% - 16px);
}

@media (max-width: 640px) {
  .list_layout_side .col .image {
    width: calc(50% - 8px);
  }
}
.list_layout_side .col .detail {
  margin: 0;
  width: calc(50% - 16px);
}

@media (max-width: 640px) {
  .list_layout_side .col .detail {
    width: calc(50% - 8px);
  }
}
.list_layout_md .col {
  max-width: calc(33.3333333333% - 32px);
}

@media (max-width: 640px) {
  .list_layout_md .col {
    max-width: calc(50% - 16px);
  }
}
.list_layout_lg .col {
  max-width: calc(50% - 32px);
}

@media (max-width: 640px) {
  .list_layout_lg .col {
    max-width: 100%;
  }
}
.list_layout_lg .link {
  font-size: 150%;
}

@media (max-width: 640px) {
  .list_layout_lg .link {
    font-size: 100%;
    margin-bottom: 8px;
  }
}
.list_layout_lg .link:after {
  width: 7px;
  height: 7px;
}

.customer_block .row {
  margin: 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .customer_block .row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.customer_block .col {
  margin: 0 16px;
}

@media (max-width: 640px) {
  .customer_block .col {
    margin: 0 0 10px;
  }
  .customer_block .col:last-of-type {
    margin-bottom: 0;
  }
}
.customer_block a {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  border: solid 1px #b8b8b8;
}

.customer_block a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

.customer_block .btn_companies,
.customer_block .btn_users {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  border: solid 1px #b8b8b8;
}

.customer_block .btn_companies:after,
.customer_block .btn_users:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

.customer_block .btn_companies span,
.customer_block .btn_users span {
  font-size: 150%;
  display: inline-block;
  background: url(/media/images/common/icon_companies_btn.png) left center no-repeat;
  padding-left: 100px;
  line-height: 80px;
}

@media (max-width: 640px) {
  .customer_block .btn_companies span,
  .customer_block .btn_users span {
    font-size: 100%;
    background-size: 40px;
    padding-left: 50px;
    line-height: 40px;
  }
}
.customer_block .btn_users span {
  background: url(/media/images/common/icon_users_btn.png) left center no-repeat;
}

@media (max-width: 640px) {
  .customer_block .btn_users span {
    background-size: 40px;
  }
}
.slider_block {
  background: #e8e8e8;
  padding: 48px 0;
  margin-top: 5em;
}

@media only screen and (max-width: 640px) {
  .slider_block {
    margin-top: 3em;
  }
}
.slider_block .company_slider .entry.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_block .company_slider .entry.item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  width: 100%;
}

.slider_block .company_slider .entry.item .inner .image {
  display: block;
}

.slider_block .company_slider .entry.item .inner .image img {
  width: 100%;
}

.slider_block .company_slider .entry.item .inner a {
  width: 100%;
}

.slider_block .company_slider .entry .image img {
  width: 100%;
}

.slider_block .company_slider .entry .detail {
  padding: 34px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_block .company_slider .entry .detail .logo_mark {
  padding: 0 12px;
  border-right: solid 1px #e8e8e8;
}

.slider_block .company_slider .entry .detail .logo_mark img {
  width: 100%;
  max-width: 46px;
}

.slider_block .company_slider .entry .detail .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 12px 0 20px;
}

.slider_block .company_slider .entry .detail .text_area .name {
  margin-bottom: 8px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .slider_block .company_slider .entry .detail .text_area .name {
    font-size: 87.5%;
  }
}
.slider_block .company_slider .entry .detail .text_area .text {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .slider_block .company_slider .entry .detail .text_area .text {
    font-size: 75%;
  }
}
/* Others
=========*/
.info_important {
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 50px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .info_important {
    border-radius: 10px;
    display: block;
  }
}
.info_important .title {
  position: relative;
  color: #e90505;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 901px) {
  .info_important .title {
    background-size: 14px auto;
  }
}
@media only screen and (max-width: 900px) {
  .info_important .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    /*&:before{
      background:url(/media/images/common/icon_important.gif) 6px center no-repeat;
      background-size: contain;
      content: '';
      display: block;
      width: 18px;
      height: 20px;
      margin-right: 5px;
    }*/
  }
}
.world .info_important .title {
  background: none !important;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  .world .info_important .title:before {
    display: none;
  }
}
.info_important .entry {
  border-left: solid 1px #b8b8b8;
  width: calc(100% - 19em);
  margin: 0;
  padding: 0 20px;
}

@media only screen and (max-width: 900px) {
  .info_important .entry {
    border-top: solid 1px #b8b8b8;
    border-left: none;
    margin-top: 15px;
    padding: 10px 0 4px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.info_important .entry li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
    p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
    */
}

@media only screen and (max-width: 900px) {
  .info_important .entry li {
    display: block;
    padding-bottom: 10px;
  }
  .info_important .entry li:last-of-type {
    border-bottom: none;
  }
}
.info_important .entry li time {
  font-family: "Roboto", sans-serif;
  margin-right: 1em;
  color: #808080;
  width: 5.5em;
}

@media (max-width: 640px) {
  .info_important .entry li time {
    margin-right: 0;
    display: block;
  }
}
.info_important .entry li p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.info_important .link {
  display: block;
  width: 8em;
}

@media (max-width: 640px) {
  .info_important .link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    width: 7em;
  }
}
.info_block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e8e8e8;
  padding: 1em 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 640px) {
  .info_block li {
    padding: 1em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.info_block li:last-of-type {
  border-bottom: none;
}

.info_block time {
  color: #808080;
  margin-right: 2em;
  font-family: "Roboto", sans-serif;
}

.info_block .tags {
  margin-top: 0.2em;
  margin-right: 2em;
}

@media only screen and (min-width: 641px) {
  .info_block .entry {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media (max-width: 640px) {
  .info_block .entry {
    padding-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .info_grid_blocks h4 {
    font-size: 125%;
  }
}
.info_grid_blocks .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .info_grid_blocks .col {
    max-width: 100%;
  }
}
.info_grid_blocks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e8e8e8;
  padding: 1em 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_grid_blocks li:last-of-type {
  border-bottom: none;
}

.info_grid_blocks time {
  color: #808080;
  margin-right: 2em;
  font-family: "Roboto", sans-serif;
}

.info_grid_blocks .tags {
  margin-right: 2em;
}

.info_grid_blocks .entry {
  width: 100%;
}

.back_number_link {
  text-align: center;
  border: none;
  padding: 0;
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .back_number_link {
    margin-top: 20px;
  }
}
.back_number_link a {
  background: #f8f8f8;
  display: block;
  padding: 12px 0;
}

@media only screen and (max-width: 640px) {
  .back_number_link a {
    font-size: 87.5%;
  }
}
.back_number_link a:after {
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e90505;
  position: static;
  font-weight: bold;
  display: inline-block;
  font-size: 120%;
  margin-left: 0.5em;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.related_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  padding: 14px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq .related_link {
  margin-top: 2em;
}

.related_link dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media (max-width: 640px) {
  .related_link .title {
    font-size: 87.5%;
  }
}
@media (max-width: 640px) {
  .related_link.tag {
    display: block;
  }
  .related_link.tag dt {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 1em;
    margin-bottom: 10px;
  }
  .related_link.tag dd {
    border: none;
    padding-left: 0;
    margin-left: 0;
  }
  .related_link.tag dd ol,
  .related_link.tag dd ul {
    margin: 0 -2px;
    font-size: 87.5%;
  }
  .related_link.tag dd ol > li,
  .related_link.tag dd ul > li {
    padding: 0 2px;
  }
}
.related_link.tag .related_link_list ol,
.related_link.tag .related_link_list ul {
  margin-bottom: -10px;
}

.related_link.tag .related_link_list ol > li,
.related_link.tag .related_link_list ul > li {
  margin-bottom: 10px;
}

.related_link.tag .related_link_list ol > li > a,
.related_link.tag .related_link_list ul > li > a {
  border: solid 1px #e8e8e8;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.5em 2em;
}

@media only screen and (min-width: 1025px) {
  .related_link.tag .related_link_list ol > li > a,
  .related_link.tag .related_link_list ul > li > a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .related_link.tag .related_link_list ol > li > a:hover,
  .related_link.tag .related_link_list ul > li > a:hover {
    background-color: #e90505;
    color: #fff;
  }
  .related_link.tag .related_link_list ol > li > a:hover:after,
  .related_link.tag .related_link_list ul > li > a:hover:after {
    border-color: #fff;
  }
}
.related_link .related_link_list {
  border-left: solid 1px #f0f0f0;
  padding-left: 24px;
  margin-left: 24px;
}

@media (max-width: 640px) {
  .related_link .related_link_list {
    padding-left: 12px;
    margin-left: 12px;
  }
}
.related_link .related_link_list ol,
.related_link .related_link_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related_link .related_link_list ol > li,
.related_link .related_link_list ul > li {
  padding: 0 6px;
}

.related_link .related_link_list ol > li > a,
.related_link .related_link_list ul > li > a {
  font-size: 87.5%;
  position: relative;
  padding-right: 25px;
  display: inline-block;
}

.related_link .related_link_list ol > li > a:after,
.related_link .related_link_list ul > li > a:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
  margin-top: -2px;
}

#tab_clone .tab_block {
  position: static;
}

.tab_block {
  border-top: solid 1px #b8b8b8;
}

@media only screen and (max-width: 900px) {
  .tab_block {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .tab_block {
    overflow-x: auto;
  }
  .tab_block::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }
  .tab_block::-webkit-scrollbar:horizontal {
    height: 0;
  }
  .tab_block.tab2 {
    overflow-x: hidden;
  }
  .tab_block.tab2 ul:after {
    display: none;
  }
  .tab_block.tab2 ul li {
    width: 50%;
  }
}
.tab_block .JsSpTrriger {
  display: none;
}

.tab_block.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  .tab_block.fix {
    top: 90px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .tab_block.fix .JsSpTrriger {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: solid 1px #e0e0e0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f0f0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 75%;
    height: 30px;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .tab_block.fix .JsSpTrriger span {
    display: block;
  }
  .tab_block.fix .JsSpTrriger span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    display: inline-block;
    margin-left: 0.3em;
  }
  .tab_block.fix.view {
    top: 60px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .tab_block.fix.view .JsSpTrriger {
    border-top: solid 1px #e0e0e0;
  }
  .tab_block.fix.view .JsSpTrriger span:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 640px) {
  .tab_block.fix {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .tab_block.fix > ul {
    border-bottom: solid 1px #b8b8b8;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -1px;
  }
  .tab_block.fix > ul li {
    width: 50%;
    min-width: none;
    padding: 0.5em 10px;
  }
}
.tab_block.not_tab {
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .tab_block.not_tab {
    padding-bottom: 0;
    overflow-x: auto;
  }
}
.tab_block.not_tab ul li {
  padding: 0;
}

.tab_block.not_tab ul li a {
  display: block;
  color: #282828;
  text-decoration: none;
  padding: 1em 1.5em;
}

@media only screen and (max-width: 640px) {
  .tab_block.not_tab ul li {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tab_block.not_tab ul li.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .tab_block.not_tab ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .tab_block.not_tab ul:after {
    background-color: #b8b8b8;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
  }
  .tab_block.not_tab ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: auto;
  }
}
.tab_block > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .tab_block > ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab_block > ul:after {
    background-color: #b8b8b8;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
  }
}
.tab_block > ul li {
  width: 100%;
  cursor: pointer;
  background: #f0f0f0;
  color: #808080;
  font-size: 125%;
  border-right: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 12px;
  white-space: nowrap;
}

.tab_block > ul li.active {
  background: #ffffff;
  color: #282828;
}

@media only screen and (min-width: 641px) {
  .tab_block > ul li.active {
    border-bottom-color: #fff;
  }
}
.tab_block > ul li.active span {
  border-bottom: 1px #e90505 solid;
  display: inline-block;
}

@media (max-width: 640px) {
  .tab_block > ul li {
    font-size: 87.5%;
    min-width: 150px;
  }
}
.tab_block > ul.link li {
  padding: 0;
}

.tab_block > ul.link li.active a {
  text-decoration: underline;
  color: #e90505;
}

.tab_block > ul.link li a {
  display: block;
  text-decoration: none;
  padding: 1em 12px;
}

@media only screen and (min-width: 1025px) {
  .tab_block > ul.link li a:hover span {
    border-bottom: 1px #e90505 solid;
    display: inline-block;
  }
}
.mod_area .tab_contents,
.tab_change .tab_contents {
  padding: 50px 0 0;
}

.mod_area .tab_contents > div,
.tab_change .tab_contents > div {
  display: none;
}

.mod_area .tab_contents > div:first-child,
.tab_change .tab_contents > div:first-child {
  display: block;
}

#download .mod_area .tab_contents > div:first-child,
#download .tab_change .tab_contents > div:first-child {
  display: none;
}

.mod_area .tab_contents .active,
.tab_change .tab_contents .active {
  display: block;
}

/* search */
.search_form_block .title {
  font-size: 125%;
  border: solid 1px #b8b8b8;
  padding: 12px 25px 12px 20px;
}

@media (max-width: 640px) {
  .search_form_block .title {
    font-size: 100%;
    padding: 12px 20px 12px 16px;
  }
}
.search_form_block .contents {
  border: solid 1px #b8b8b8;
  border-top: none;
  padding: 20px;
}

@media (max-width: 640px) {
  .search_form_block .contents {
    padding: 12px;
  }
}
.search_form_block .contents .btn,
.search_form_block .contents .btn_area {
  text-align: center;
  margin-top: 16px;
}

.search_form_block .contents .btn > span,
.search_form_block .contents .btn_area > span {
  padding: 0;
}

.search_form_block .contents .btn input[type=submit],
.search_form_block .contents .btn_area input[type=submit] {
  color: #e90505;
  width: 100%;
  cursor: pointer;
  padding: 12px 20px;
}

.search_form_block .control {
  border-bottom: solid 1px #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

@media (max-width: 640px) {
  .search_form_block .control {
    border-bottom: none;
    display: block;
  }
}
.search_form_block .control .label {
  width: 17em;
  padding-right: 1em;
}

@media (max-width: 640px) {
  .search_form_block .control .label {
    width: 100%;
    border-bottom: solid 1px #f0f0f0;
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.search_form_block .control .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 13em);
}

@media (max-width: 640px) {
  .search_form_block .control .group {
    width: 100%;
  }
}
.search_form_block .control .group > label {
  margin-bottom: 8px;
}

.search_product .search_box {
  margin: 0 auto;
  border: solid 1px #b8b8b8;
  border-radius: 50px;
  width: 70%;
  background: #ffffff;
  position: relative;
  padding: 12px 40px 12px 20px;
}

@media (max-width: 640px) {
  .search_product .search_box {
    width: 100%;
    padding: 12px 30px 12px 20px;
  }
}
.search_product .search_box .input_text {
  font-size: 125%;
  width: 100%;
}

@media (max-width: 640px) {
  .search_product .search_box .input_text {
    font-size: 87.5%;
  }
}
.search_product .search_box .input_text::-webkit-input-placeholder {
  color: #808080;
  text-align: center;
}

.search_product .search_box .input_text::-moz-placeholder {
  color: #808080;
  text-align: center;
}

.search_product .search_box .input_text:-ms-input-placeholder {
  color: #808080;
  text-align: center;
}

.search_product .search_box .input_text::-ms-input-placeholder {
  color: #808080;
  text-align: center;
}

.search_product .search_box .input_text::placeholder {
  color: #808080;
  text-align: center;
}

.search_product .search_box .submit {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(/media/images/common/icon_search.png) center no-repeat;
  cursor: pointer;
}

@media (max-width: 640px) {
  .search_product .search_box .submit {
    right: 10px;
  }
}
.search_product .tag_cloud {
  margin-top: 24px;
}

.search_product .tag_cloud .text {
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .search_product .tag_cloud .text {
    font-size: 87.5%;
  }
}
.search_product .tag_cloud .tags {
  text-align: center;
}

.search_product .tag_cloud .tags > * {
  display: inline-block;
  border-radius: 50px;
  background: #ffffff;
  color: #e90505;
  padding: 2px 12px;
  margin: 4px;
}

@media (max-width: 640px) {
  .search_product .tag_cloud .tags > * {
    font-size: 87.5%;
  }
}
.search_product .contents {
  background: #f0f0f0;
}

/* Margin
=========*/
/* top */
.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_11 {
  margin-top: 11px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_19 {
  margin-top: 19px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_23 {
  margin-top: 23px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_26 {
  margin-top: 26px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_29 {
  margin-top: 29px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_31 {
  margin-top: 31px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_33 {
  margin-top: 33px;
}

.mt_34 {
  margin-top: 34px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_36 {
  margin-top: 36px;
}

.mt_37 {
  margin-top: 37px;
}

.mt_38 {
  margin-top: 38px;
}

.mt_39 {
  margin-top: 39px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_41 {
  margin-top: 41px;
}

.mt_42 {
  margin-top: 42px;
}

.mt_43 {
  margin-top: 43px;
}

.mt_44 {
  margin-top: 44px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_46 {
  margin-top: 46px;
}

.mt_47 {
  margin-top: 47px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_49 {
  margin-top: 49px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_51 {
  margin-top: 51px;
}

.mt_52 {
  margin-top: 52px;
}

.mt_53 {
  margin-top: 53px;
}

.mt_54 {
  margin-top: 54px;
}

.mt_55 {
  margin-top: 55px;
}

.mt_56 {
  margin-top: 56px;
}

.mt_57 {
  margin-top: 57px;
}

.mt_58 {
  margin-top: 58px;
}

.mt_59 {
  margin-top: 59px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_61 {
  margin-top: 61px;
}

.mt_62 {
  margin-top: 62px;
}

.mt_63 {
  margin-top: 63px;
}

.mt_64 {
  margin-top: 64px;
}

.mt_65 {
  margin-top: 65px;
}

.mt_66 {
  margin-top: 66px;
}

.mt_67 {
  margin-top: 67px;
}

.mt_68 {
  margin-top: 68px;
}

.mt_69 {
  margin-top: 69px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_71 {
  margin-top: 71px;
}

.mt_72 {
  margin-top: 72px;
}

.mt_73 {
  margin-top: 73px;
}

.mt_74 {
  margin-top: 74px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_76 {
  margin-top: 76px;
}

.mt_77 {
  margin-top: 77px;
}

.mt_78 {
  margin-top: 78px;
}

.mt_79 {
  margin-top: 79px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_81 {
  margin-top: 81px;
}

.mt_82 {
  margin-top: 82px;
}

.mt_83 {
  margin-top: 83px;
}

.mt_84 {
  margin-top: 84px;
}

.mt_85 {
  margin-top: 85px;
}

.mt_86 {
  margin-top: 86px;
}

.mt_87 {
  margin-top: 87px;
}

.mt_88 {
  margin-top: 88px;
}

.mt_89 {
  margin-top: 89px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_91 {
  margin-top: 91px;
}

.mt_92 {
  margin-top: 92px;
}

.mt_93 {
  margin-top: 93px;
}

.mt_94 {
  margin-top: 94px;
}

.mt_95 {
  margin-top: 95px;
}

.mt_96 {
  margin-top: 96px;
}

.mt_97 {
  margin-top: 97px;
}

.mt_98 {
  margin-top: 98px;
}

.mt_99 {
  margin-top: 99px;
}

.mt_100 {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .mt_md_1 {
    margin-top: 1px;
  }
  .mt_md_2 {
    margin-top: 2px;
  }
  .mt_md_3 {
    margin-top: 3px;
  }
  .mt_md_4 {
    margin-top: 4px;
  }
  .mt_md_5 {
    margin-top: 5px;
  }
  .mt_md_6 {
    margin-top: 6px;
  }
  .mt_md_7 {
    margin-top: 7px;
  }
  .mt_md_8 {
    margin-top: 8px;
  }
  .mt_md_9 {
    margin-top: 9px;
  }
  .mt_md_10 {
    margin-top: 10px;
  }
  .mt_md_11 {
    margin-top: 11px;
  }
  .mt_md_12 {
    margin-top: 12px;
  }
  .mt_md_13 {
    margin-top: 13px;
  }
  .mt_md_14 {
    margin-top: 14px;
  }
  .mt_md_15 {
    margin-top: 15px;
  }
  .mt_md_16 {
    margin-top: 16px;
  }
  .mt_md_17 {
    margin-top: 17px;
  }
  .mt_md_18 {
    margin-top: 18px;
  }
  .mt_md_19 {
    margin-top: 19px;
  }
  .mt_md_20 {
    margin-top: 20px;
  }
  .mt_md_21 {
    margin-top: 21px;
  }
  .mt_md_22 {
    margin-top: 22px;
  }
  .mt_md_23 {
    margin-top: 23px;
  }
  .mt_md_24 {
    margin-top: 24px;
  }
  .mt_md_25 {
    margin-top: 25px;
  }
  .mt_md_26 {
    margin-top: 26px;
  }
  .mt_md_27 {
    margin-top: 27px;
  }
  .mt_md_28 {
    margin-top: 28px;
  }
  .mt_md_29 {
    margin-top: 29px;
  }
  .mt_md_30 {
    margin-top: 30px;
  }
  .mt_md_31 {
    margin-top: 31px;
  }
  .mt_md_32 {
    margin-top: 32px;
  }
  .mt_md_33 {
    margin-top: 33px;
  }
  .mt_md_34 {
    margin-top: 34px;
  }
  .mt_md_35 {
    margin-top: 35px;
  }
  .mt_md_36 {
    margin-top: 36px;
  }
  .mt_md_37 {
    margin-top: 37px;
  }
  .mt_md_38 {
    margin-top: 38px;
  }
  .mt_md_39 {
    margin-top: 39px;
  }
  .mt_md_40 {
    margin-top: 40px;
  }
  .mt_md_41 {
    margin-top: 41px;
  }
  .mt_md_42 {
    margin-top: 42px;
  }
  .mt_md_43 {
    margin-top: 43px;
  }
  .mt_md_44 {
    margin-top: 44px;
  }
  .mt_md_45 {
    margin-top: 45px;
  }
  .mt_md_46 {
    margin-top: 46px;
  }
  .mt_md_47 {
    margin-top: 47px;
  }
  .mt_md_48 {
    margin-top: 48px;
  }
  .mt_md_49 {
    margin-top: 49px;
  }
  .mt_md_50 {
    margin-top: 50px;
  }
  .mt_md_51 {
    margin-top: 51px;
  }
  .mt_md_52 {
    margin-top: 52px;
  }
  .mt_md_53 {
    margin-top: 53px;
  }
  .mt_md_54 {
    margin-top: 54px;
  }
  .mt_md_55 {
    margin-top: 55px;
  }
  .mt_md_56 {
    margin-top: 56px;
  }
  .mt_md_57 {
    margin-top: 57px;
  }
  .mt_md_58 {
    margin-top: 58px;
  }
  .mt_md_59 {
    margin-top: 59px;
  }
  .mt_md_60 {
    margin-top: 60px;
  }
  .mt_md_61 {
    margin-top: 61px;
  }
  .mt_md_62 {
    margin-top: 62px;
  }
  .mt_md_63 {
    margin-top: 63px;
  }
  .mt_md_64 {
    margin-top: 64px;
  }
  .mt_md_65 {
    margin-top: 65px;
  }
  .mt_md_66 {
    margin-top: 66px;
  }
  .mt_md_67 {
    margin-top: 67px;
  }
  .mt_md_68 {
    margin-top: 68px;
  }
  .mt_md_69 {
    margin-top: 69px;
  }
  .mt_md_70 {
    margin-top: 70px;
  }
  .mt_md_71 {
    margin-top: 71px;
  }
  .mt_md_72 {
    margin-top: 72px;
  }
  .mt_md_73 {
    margin-top: 73px;
  }
  .mt_md_74 {
    margin-top: 74px;
  }
  .mt_md_75 {
    margin-top: 75px;
  }
  .mt_md_76 {
    margin-top: 76px;
  }
  .mt_md_77 {
    margin-top: 77px;
  }
  .mt_md_78 {
    margin-top: 78px;
  }
  .mt_md_79 {
    margin-top: 79px;
  }
  .mt_md_80 {
    margin-top: 80px;
  }
  .mt_md_81 {
    margin-top: 81px;
  }
  .mt_md_82 {
    margin-top: 82px;
  }
  .mt_md_83 {
    margin-top: 83px;
  }
  .mt_md_84 {
    margin-top: 84px;
  }
  .mt_md_85 {
    margin-top: 85px;
  }
  .mt_md_86 {
    margin-top: 86px;
  }
  .mt_md_87 {
    margin-top: 87px;
  }
  .mt_md_88 {
    margin-top: 88px;
  }
  .mt_md_89 {
    margin-top: 89px;
  }
  .mt_md_90 {
    margin-top: 90px;
  }
  .mt_md_91 {
    margin-top: 91px;
  }
  .mt_md_92 {
    margin-top: 92px;
  }
  .mt_md_93 {
    margin-top: 93px;
  }
  .mt_md_94 {
    margin-top: 94px;
  }
  .mt_md_95 {
    margin-top: 95px;
  }
  .mt_md_96 {
    margin-top: 96px;
  }
  .mt_md_97 {
    margin-top: 97px;
  }
  .mt_md_98 {
    margin-top: 98px;
  }
  .mt_md_99 {
    margin-top: 99px;
  }
  .mt_md_100 {
    margin-top: 100px;
  }
}
/* right */
.mr_1 {
  margin-right: 1px;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_9 {
  margin-right: 9px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_11 {
  margin-right: 11px;
}

.mr_12 {
  margin-right: 12px;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_17 {
  margin-right: 17px;
}

.mr_18 {
  margin-right: 18px;
}

.mr_19 {
  margin-right: 19px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_21 {
  margin-right: 21px;
}

.mr_22 {
  margin-right: 22px;
}

.mr_23 {
  margin-right: 23px;
}

.mr_24 {
  margin-right: 24px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_26 {
  margin-right: 26px;
}

.mr_27 {
  margin-right: 27px;
}

.mr_28 {
  margin-right: 28px;
}

.mr_29 {
  margin-right: 29px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_31 {
  margin-right: 31px;
}

.mr_32 {
  margin-right: 32px;
}

.mr_33 {
  margin-right: 33px;
}

.mr_34 {
  margin-right: 34px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_36 {
  margin-right: 36px;
}

.mr_37 {
  margin-right: 37px;
}

.mr_38 {
  margin-right: 38px;
}

.mr_39 {
  margin-right: 39px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_41 {
  margin-right: 41px;
}

.mr_42 {
  margin-right: 42px;
}

.mr_43 {
  margin-right: 43px;
}

.mr_44 {
  margin-right: 44px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_46 {
  margin-right: 46px;
}

.mr_47 {
  margin-right: 47px;
}

.mr_48 {
  margin-right: 48px;
}

.mr_49 {
  margin-right: 49px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_51 {
  margin-right: 51px;
}

.mr_52 {
  margin-right: 52px;
}

.mr_53 {
  margin-right: 53px;
}

.mr_54 {
  margin-right: 54px;
}

.mr_55 {
  margin-right: 55px;
}

.mr_56 {
  margin-right: 56px;
}

.mr_57 {
  margin-right: 57px;
}

.mr_58 {
  margin-right: 58px;
}

.mr_59 {
  margin-right: 59px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_61 {
  margin-right: 61px;
}

.mr_62 {
  margin-right: 62px;
}

.mr_63 {
  margin-right: 63px;
}

.mr_64 {
  margin-right: 64px;
}

.mr_65 {
  margin-right: 65px;
}

.mr_66 {
  margin-right: 66px;
}

.mr_67 {
  margin-right: 67px;
}

.mr_68 {
  margin-right: 68px;
}

.mr_69 {
  margin-right: 69px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_71 {
  margin-right: 71px;
}

.mr_72 {
  margin-right: 72px;
}

.mr_73 {
  margin-right: 73px;
}

.mr_74 {
  margin-right: 74px;
}

.mr_75 {
  margin-right: 75px;
}

.mr_76 {
  margin-right: 76px;
}

.mr_77 {
  margin-right: 77px;
}

.mr_78 {
  margin-right: 78px;
}

.mr_79 {
  margin-right: 79px;
}

.mr_80 {
  margin-right: 80px;
}

.mr_81 {
  margin-right: 81px;
}

.mr_82 {
  margin-right: 82px;
}

.mr_83 {
  margin-right: 83px;
}

.mr_84 {
  margin-right: 84px;
}

.mr_85 {
  margin-right: 85px;
}

.mr_86 {
  margin-right: 86px;
}

.mr_87 {
  margin-right: 87px;
}

.mr_88 {
  margin-right: 88px;
}

.mr_89 {
  margin-right: 89px;
}

.mr_90 {
  margin-right: 90px;
}

.mr_91 {
  margin-right: 91px;
}

.mr_92 {
  margin-right: 92px;
}

.mr_93 {
  margin-right: 93px;
}

.mr_94 {
  margin-right: 94px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_96 {
  margin-right: 96px;
}

.mr_97 {
  margin-right: 97px;
}

.mr_98 {
  margin-right: 98px;
}

.mr_99 {
  margin-right: 99px;
}

.mr_100 {
  margin-right: 100px;
}

@media (max-width: 640px) {
  .mr_md_1 {
    margin-right: 1px;
  }
  .mr_md_2 {
    margin-right: 2px;
  }
  .mr_md_3 {
    margin-right: 3px;
  }
  .mr_md_4 {
    margin-right: 4px;
  }
  .mr_md_5 {
    margin-right: 5px;
  }
  .mr_md_6 {
    margin-right: 6px;
  }
  .mr_md_7 {
    margin-right: 7px;
  }
  .mr_md_8 {
    margin-right: 8px;
  }
  .mr_md_9 {
    margin-right: 9px;
  }
  .mr_md_10 {
    margin-right: 10px;
  }
  .mr_md_11 {
    margin-right: 11px;
  }
  .mr_md_12 {
    margin-right: 12px;
  }
  .mr_md_13 {
    margin-right: 13px;
  }
  .mr_md_14 {
    margin-right: 14px;
  }
  .mr_md_15 {
    margin-right: 15px;
  }
  .mr_md_16 {
    margin-right: 16px;
  }
  .mr_md_17 {
    margin-right: 17px;
  }
  .mr_md_18 {
    margin-right: 18px;
  }
  .mr_md_19 {
    margin-right: 19px;
  }
  .mr_md_20 {
    margin-right: 20px;
  }
  .mr_md_21 {
    margin-right: 21px;
  }
  .mr_md_22 {
    margin-right: 22px;
  }
  .mr_md_23 {
    margin-right: 23px;
  }
  .mr_md_24 {
    margin-right: 24px;
  }
  .mr_md_25 {
    margin-right: 25px;
  }
  .mr_md_26 {
    margin-right: 26px;
  }
  .mr_md_27 {
    margin-right: 27px;
  }
  .mr_md_28 {
    margin-right: 28px;
  }
  .mr_md_29 {
    margin-right: 29px;
  }
  .mr_md_30 {
    margin-right: 30px;
  }
  .mr_md_31 {
    margin-right: 31px;
  }
  .mr_md_32 {
    margin-right: 32px;
  }
  .mr_md_33 {
    margin-right: 33px;
  }
  .mr_md_34 {
    margin-right: 34px;
  }
  .mr_md_35 {
    margin-right: 35px;
  }
  .mr_md_36 {
    margin-right: 36px;
  }
  .mr_md_37 {
    margin-right: 37px;
  }
  .mr_md_38 {
    margin-right: 38px;
  }
  .mr_md_39 {
    margin-right: 39px;
  }
  .mr_md_40 {
    margin-right: 40px;
  }
  .mr_md_41 {
    margin-right: 41px;
  }
  .mr_md_42 {
    margin-right: 42px;
  }
  .mr_md_43 {
    margin-right: 43px;
  }
  .mr_md_44 {
    margin-right: 44px;
  }
  .mr_md_45 {
    margin-right: 45px;
  }
  .mr_md_46 {
    margin-right: 46px;
  }
  .mr_md_47 {
    margin-right: 47px;
  }
  .mr_md_48 {
    margin-right: 48px;
  }
  .mr_md_49 {
    margin-right: 49px;
  }
  .mr_md_50 {
    margin-right: 50px;
  }
  .mr_md_51 {
    margin-right: 51px;
  }
  .mr_md_52 {
    margin-right: 52px;
  }
  .mr_md_53 {
    margin-right: 53px;
  }
  .mr_md_54 {
    margin-right: 54px;
  }
  .mr_md_55 {
    margin-right: 55px;
  }
  .mr_md_56 {
    margin-right: 56px;
  }
  .mr_md_57 {
    margin-right: 57px;
  }
  .mr_md_58 {
    margin-right: 58px;
  }
  .mr_md_59 {
    margin-right: 59px;
  }
  .mr_md_60 {
    margin-right: 60px;
  }
  .mr_md_61 {
    margin-right: 61px;
  }
  .mr_md_62 {
    margin-right: 62px;
  }
  .mr_md_63 {
    margin-right: 63px;
  }
  .mr_md_64 {
    margin-right: 64px;
  }
  .mr_md_65 {
    margin-right: 65px;
  }
  .mr_md_66 {
    margin-right: 66px;
  }
  .mr_md_67 {
    margin-right: 67px;
  }
  .mr_md_68 {
    margin-right: 68px;
  }
  .mr_md_69 {
    margin-right: 69px;
  }
  .mr_md_70 {
    margin-right: 70px;
  }
  .mr_md_71 {
    margin-right: 71px;
  }
  .mr_md_72 {
    margin-right: 72px;
  }
  .mr_md_73 {
    margin-right: 73px;
  }
  .mr_md_74 {
    margin-right: 74px;
  }
  .mr_md_75 {
    margin-right: 75px;
  }
  .mr_md_76 {
    margin-right: 76px;
  }
  .mr_md_77 {
    margin-right: 77px;
  }
  .mr_md_78 {
    margin-right: 78px;
  }
  .mr_md_79 {
    margin-right: 79px;
  }
  .mr_md_80 {
    margin-right: 80px;
  }
  .mr_md_81 {
    margin-right: 81px;
  }
  .mr_md_82 {
    margin-right: 82px;
  }
  .mr_md_83 {
    margin-right: 83px;
  }
  .mr_md_84 {
    margin-right: 84px;
  }
  .mr_md_85 {
    margin-right: 85px;
  }
  .mr_md_86 {
    margin-right: 86px;
  }
  .mr_md_87 {
    margin-right: 87px;
  }
  .mr_md_88 {
    margin-right: 88px;
  }
  .mr_md_89 {
    margin-right: 89px;
  }
  .mr_md_90 {
    margin-right: 90px;
  }
  .mr_md_91 {
    margin-right: 91px;
  }
  .mr_md_92 {
    margin-right: 92px;
  }
  .mr_md_93 {
    margin-right: 93px;
  }
  .mr_md_94 {
    margin-right: 94px;
  }
  .mr_md_95 {
    margin-right: 95px;
  }
  .mr_md_96 {
    margin-right: 96px;
  }
  .mr_md_97 {
    margin-right: 97px;
  }
  .mr_md_98 {
    margin-right: 98px;
  }
  .mr_md_99 {
    margin-right: 99px;
  }
  .mr_md_100 {
    margin-right: 100px;
  }
}
/* bottom */
.mb_1 {
  margin-bottom: 1px;
}

.mb_2 {
  margin-bottom: 2px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_29 {
  margin-bottom: 29px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_31 {
  margin-bottom: 31px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_33 {
  margin-bottom: 33px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_39 {
  margin-bottom: 39px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_41 {
  margin-bottom: 41px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_43 {
  margin-bottom: 43px;
}

.mb_44 {
  margin-bottom: 44px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_49 {
  margin-bottom: 49px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_51 {
  margin-bottom: 51px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_54 {
  margin-bottom: 54px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_56 {
  margin-bottom: 56px;
}

.mb_57 {
  margin-bottom: 57px;
}

.mb_58 {
  margin-bottom: 58px;
}

.mb_59 {
  margin-bottom: 59px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_61 {
  margin-bottom: 61px;
}

.mb_62 {
  margin-bottom: 62px;
}

.mb_63 {
  margin-bottom: 63px;
}

.mb_64 {
  margin-bottom: 64px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_66 {
  margin-bottom: 66px;
}

.mb_67 {
  margin-bottom: 67px;
}

.mb_68 {
  margin-bottom: 68px;
}

.mb_69 {
  margin-bottom: 69px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_71 {
  margin-bottom: 71px;
}

.mb_72 {
  margin-bottom: 72px;
}

.mb_73 {
  margin-bottom: 73px;
}

.mb_74 {
  margin-bottom: 74px;
}

.mb_75 {
  margin-bottom: 75px;
}

.mb_76 {
  margin-bottom: 76px;
}

.mb_77 {
  margin-bottom: 77px;
}

.mb_78 {
  margin-bottom: 78px;
}

.mb_79 {
  margin-bottom: 79px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_81 {
  margin-bottom: 81px;
}

.mb_82 {
  margin-bottom: 82px;
}

.mb_83 {
  margin-bottom: 83px;
}

.mb_84 {
  margin-bottom: 84px;
}

.mb_85 {
  margin-bottom: 85px;
}

.mb_86 {
  margin-bottom: 86px;
}

.mb_87 {
  margin-bottom: 87px;
}

.mb_88 {
  margin-bottom: 88px;
}

.mb_89 {
  margin-bottom: 89px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_91 {
  margin-bottom: 91px;
}

.mb_92 {
  margin-bottom: 92px;
}

.mb_93 {
  margin-bottom: 93px;
}

.mb_94 {
  margin-bottom: 94px;
}

.mb_95 {
  margin-bottom: 95px;
}

.mb_96 {
  margin-bottom: 96px;
}

.mb_97 {
  margin-bottom: 97px;
}

.mb_98 {
  margin-bottom: 98px;
}

.mb_99 {
  margin-bottom: 99px;
}

.mb_100 {
  margin-bottom: 100px;
}

@media (max-width: 640px) {
  .mb_md_1 {
    margin-bottom: 1px;
  }
  .mb_md_2 {
    margin-bottom: 2px;
  }
  .mb_md_3 {
    margin-bottom: 3px;
  }
  .mb_md_4 {
    margin-bottom: 4px;
  }
  .mb_md_5 {
    margin-bottom: 5px;
  }
  .mb_md_6 {
    margin-bottom: 6px;
  }
  .mb_md_7 {
    margin-bottom: 7px;
  }
  .mb_md_8 {
    margin-bottom: 8px;
  }
  .mb_md_9 {
    margin-bottom: 9px;
  }
  .mb_md_10 {
    margin-bottom: 10px;
  }
  .mb_md_11 {
    margin-bottom: 11px;
  }
  .mb_md_12 {
    margin-bottom: 12px;
  }
  .mb_md_13 {
    margin-bottom: 13px;
  }
  .mb_md_14 {
    margin-bottom: 14px;
  }
  .mb_md_15 {
    margin-bottom: 15px;
  }
  .mb_md_16 {
    margin-bottom: 16px;
  }
  .mb_md_17 {
    margin-bottom: 17px;
  }
  .mb_md_18 {
    margin-bottom: 18px;
  }
  .mb_md_19 {
    margin-bottom: 19px;
  }
  .mb_md_20 {
    margin-bottom: 20px;
  }
  .mb_md_21 {
    margin-bottom: 21px;
  }
  .mb_md_22 {
    margin-bottom: 22px;
  }
  .mb_md_23 {
    margin-bottom: 23px;
  }
  .mb_md_24 {
    margin-bottom: 24px;
  }
  .mb_md_25 {
    margin-bottom: 25px;
  }
  .mb_md_26 {
    margin-bottom: 26px;
  }
  .mb_md_27 {
    margin-bottom: 27px;
  }
  .mb_md_28 {
    margin-bottom: 28px;
  }
  .mb_md_29 {
    margin-bottom: 29px;
  }
  .mb_md_30 {
    margin-bottom: 30px;
  }
  .mb_md_31 {
    margin-bottom: 31px;
  }
  .mb_md_32 {
    margin-bottom: 32px;
  }
  .mb_md_33 {
    margin-bottom: 33px;
  }
  .mb_md_34 {
    margin-bottom: 34px;
  }
  .mb_md_35 {
    margin-bottom: 35px;
  }
  .mb_md_36 {
    margin-bottom: 36px;
  }
  .mb_md_37 {
    margin-bottom: 37px;
  }
  .mb_md_38 {
    margin-bottom: 38px;
  }
  .mb_md_39 {
    margin-bottom: 39px;
  }
  .mb_md_40 {
    margin-bottom: 40px;
  }
  .mb_md_41 {
    margin-bottom: 41px;
  }
  .mb_md_42 {
    margin-bottom: 42px;
  }
  .mb_md_43 {
    margin-bottom: 43px;
  }
  .mb_md_44 {
    margin-bottom: 44px;
  }
  .mb_md_45 {
    margin-bottom: 45px;
  }
  .mb_md_46 {
    margin-bottom: 46px;
  }
  .mb_md_47 {
    margin-bottom: 47px;
  }
  .mb_md_48 {
    margin-bottom: 48px;
  }
  .mb_md_49 {
    margin-bottom: 49px;
  }
  .mb_md_50 {
    margin-bottom: 50px;
  }
  .mb_md_51 {
    margin-bottom: 51px;
  }
  .mb_md_52 {
    margin-bottom: 52px;
  }
  .mb_md_53 {
    margin-bottom: 53px;
  }
  .mb_md_54 {
    margin-bottom: 54px;
  }
  .mb_md_55 {
    margin-bottom: 55px;
  }
  .mb_md_56 {
    margin-bottom: 56px;
  }
  .mb_md_57 {
    margin-bottom: 57px;
  }
  .mb_md_58 {
    margin-bottom: 58px;
  }
  .mb_md_59 {
    margin-bottom: 59px;
  }
  .mb_md_60 {
    margin-bottom: 60px;
  }
  .mb_md_61 {
    margin-bottom: 61px;
  }
  .mb_md_62 {
    margin-bottom: 62px;
  }
  .mb_md_63 {
    margin-bottom: 63px;
  }
  .mb_md_64 {
    margin-bottom: 64px;
  }
  .mb_md_65 {
    margin-bottom: 65px;
  }
  .mb_md_66 {
    margin-bottom: 66px;
  }
  .mb_md_67 {
    margin-bottom: 67px;
  }
  .mb_md_68 {
    margin-bottom: 68px;
  }
  .mb_md_69 {
    margin-bottom: 69px;
  }
  .mb_md_70 {
    margin-bottom: 70px;
  }
  .mb_md_71 {
    margin-bottom: 71px;
  }
  .mb_md_72 {
    margin-bottom: 72px;
  }
  .mb_md_73 {
    margin-bottom: 73px;
  }
  .mb_md_74 {
    margin-bottom: 74px;
  }
  .mb_md_75 {
    margin-bottom: 75px;
  }
  .mb_md_76 {
    margin-bottom: 76px;
  }
  .mb_md_77 {
    margin-bottom: 77px;
  }
  .mb_md_78 {
    margin-bottom: 78px;
  }
  .mb_md_79 {
    margin-bottom: 79px;
  }
  .mb_md_80 {
    margin-bottom: 80px;
  }
  .mb_md_81 {
    margin-bottom: 81px;
  }
  .mb_md_82 {
    margin-bottom: 82px;
  }
  .mb_md_83 {
    margin-bottom: 83px;
  }
  .mb_md_84 {
    margin-bottom: 84px;
  }
  .mb_md_85 {
    margin-bottom: 85px;
  }
  .mb_md_86 {
    margin-bottom: 86px;
  }
  .mb_md_87 {
    margin-bottom: 87px;
  }
  .mb_md_88 {
    margin-bottom: 88px;
  }
  .mb_md_89 {
    margin-bottom: 89px;
  }
  .mb_md_90 {
    margin-bottom: 90px;
  }
  .mb_md_91 {
    margin-bottom: 91px;
  }
  .mb_md_92 {
    margin-bottom: 92px;
  }
  .mb_md_93 {
    margin-bottom: 93px;
  }
  .mb_md_94 {
    margin-bottom: 94px;
  }
  .mb_md_95 {
    margin-bottom: 95px;
  }
  .mb_md_96 {
    margin-bottom: 96px;
  }
  .mb_md_97 {
    margin-bottom: 97px;
  }
  .mb_md_98 {
    margin-bottom: 98px;
  }
  .mb_md_99 {
    margin-bottom: 99px;
  }
  .mb_md_100 {
    margin-bottom: 100px;
  }
}
/* left */
.ml_1 {
  margin-left: 1px;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_4 {
  margin-left: 4px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_9 {
  margin-left: 9px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_11 {
  margin-left: 11px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_13 {
  margin-left: 13px;
}

.ml_14 {
  margin-left: 14px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_16 {
  margin-left: 16px;
}

.ml_17 {
  margin-left: 17px;
}

.ml_18 {
  margin-left: 18px;
}

.ml_19 {
  margin-left: 19px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_21 {
  margin-left: 21px;
}

.ml_22 {
  margin-left: 22px;
}

.ml_23 {
  margin-left: 23px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_26 {
  margin-left: 26px;
}

.ml_27 {
  margin-left: 27px;
}

.ml_28 {
  margin-left: 28px;
}

.ml_29 {
  margin-left: 29px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_31 {
  margin-left: 31px;
}

.ml_32 {
  margin-left: 32px;
}

.ml_33 {
  margin-left: 33px;
}

.ml_34 {
  margin-left: 34px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_36 {
  margin-left: 36px;
}

.ml_37 {
  margin-left: 37px;
}

.ml_38 {
  margin-left: 38px;
}

.ml_39 {
  margin-left: 39px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_41 {
  margin-left: 41px;
}

.ml_42 {
  margin-left: 42px;
}

.ml_43 {
  margin-left: 43px;
}

.ml_44 {
  margin-left: 44px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_46 {
  margin-left: 46px;
}

.ml_47 {
  margin-left: 47px;
}

.ml_48 {
  margin-left: 48px;
}

.ml_49 {
  margin-left: 49px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_51 {
  margin-left: 51px;
}

.ml_52 {
  margin-left: 52px;
}

.ml_53 {
  margin-left: 53px;
}

.ml_54 {
  margin-left: 54px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_56 {
  margin-left: 56px;
}

.ml_57 {
  margin-left: 57px;
}

.ml_58 {
  margin-left: 58px;
}

.ml_59 {
  margin-left: 59px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_61 {
  margin-left: 61px;
}

.ml_62 {
  margin-left: 62px;
}

.ml_63 {
  margin-left: 63px;
}

.ml_64 {
  margin-left: 64px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_66 {
  margin-left: 66px;
}

.ml_67 {
  margin-left: 67px;
}

.ml_68 {
  margin-left: 68px;
}

.ml_69 {
  margin-left: 69px;
}

.ml_70 {
  margin-left: 70px;
}

.ml_71 {
  margin-left: 71px;
}

.ml_72 {
  margin-left: 72px;
}

.ml_73 {
  margin-left: 73px;
}

.ml_74 {
  margin-left: 74px;
}

.ml_75 {
  margin-left: 75px;
}

.ml_76 {
  margin-left: 76px;
}

.ml_77 {
  margin-left: 77px;
}

.ml_78 {
  margin-left: 78px;
}

.ml_79 {
  margin-left: 79px;
}

.ml_80 {
  margin-left: 80px;
}

.ml_81 {
  margin-left: 81px;
}

.ml_82 {
  margin-left: 82px;
}

.ml_83 {
  margin-left: 83px;
}

.ml_84 {
  margin-left: 84px;
}

.ml_85 {
  margin-left: 85px;
}

.ml_86 {
  margin-left: 86px;
}

.ml_87 {
  margin-left: 87px;
}

.ml_88 {
  margin-left: 88px;
}

.ml_89 {
  margin-left: 89px;
}

.ml_90 {
  margin-left: 90px;
}

.ml_91 {
  margin-left: 91px;
}

.ml_92 {
  margin-left: 92px;
}

.ml_93 {
  margin-left: 93px;
}

.ml_94 {
  margin-left: 94px;
}

.ml_95 {
  margin-left: 95px;
}

.ml_96 {
  margin-left: 96px;
}

.ml_97 {
  margin-left: 97px;
}

.ml_98 {
  margin-left: 98px;
}

.ml_99 {
  margin-left: 99px;
}

.ml_100 {
  margin-left: 100px;
}

@media (max-width: 640px) {
  .ml_md_1 {
    margin-left: 1px;
  }
  .ml_md_2 {
    margin-left: 2px;
  }
  .ml_md_3 {
    margin-left: 3px;
  }
  .ml_md_4 {
    margin-left: 4px;
  }
  .ml_md_5 {
    margin-left: 5px;
  }
  .ml_md_6 {
    margin-left: 6px;
  }
  .ml_md_7 {
    margin-left: 7px;
  }
  .ml_md_8 {
    margin-left: 8px;
  }
  .ml_md_9 {
    margin-left: 9px;
  }
  .ml_md_10 {
    margin-left: 10px;
  }
  .ml_md_11 {
    margin-left: 11px;
  }
  .ml_md_12 {
    margin-left: 12px;
  }
  .ml_md_13 {
    margin-left: 13px;
  }
  .ml_md_14 {
    margin-left: 14px;
  }
  .ml_md_15 {
    margin-left: 15px;
  }
  .ml_md_16 {
    margin-left: 16px;
  }
  .ml_md_17 {
    margin-left: 17px;
  }
  .ml_md_18 {
    margin-left: 18px;
  }
  .ml_md_19 {
    margin-left: 19px;
  }
  .ml_md_20 {
    margin-left: 20px;
  }
  .ml_md_21 {
    margin-left: 21px;
  }
  .ml_md_22 {
    margin-left: 22px;
  }
  .ml_md_23 {
    margin-left: 23px;
  }
  .ml_md_24 {
    margin-left: 24px;
  }
  .ml_md_25 {
    margin-left: 25px;
  }
  .ml_md_26 {
    margin-left: 26px;
  }
  .ml_md_27 {
    margin-left: 27px;
  }
  .ml_md_28 {
    margin-left: 28px;
  }
  .ml_md_29 {
    margin-left: 29px;
  }
  .ml_md_30 {
    margin-left: 30px;
  }
  .ml_md_31 {
    margin-left: 31px;
  }
  .ml_md_32 {
    margin-left: 32px;
  }
  .ml_md_33 {
    margin-left: 33px;
  }
  .ml_md_34 {
    margin-left: 34px;
  }
  .ml_md_35 {
    margin-left: 35px;
  }
  .ml_md_36 {
    margin-left: 36px;
  }
  .ml_md_37 {
    margin-left: 37px;
  }
  .ml_md_38 {
    margin-left: 38px;
  }
  .ml_md_39 {
    margin-left: 39px;
  }
  .ml_md_40 {
    margin-left: 40px;
  }
  .ml_md_41 {
    margin-left: 41px;
  }
  .ml_md_42 {
    margin-left: 42px;
  }
  .ml_md_43 {
    margin-left: 43px;
  }
  .ml_md_44 {
    margin-left: 44px;
  }
  .ml_md_45 {
    margin-left: 45px;
  }
  .ml_md_46 {
    margin-left: 46px;
  }
  .ml_md_47 {
    margin-left: 47px;
  }
  .ml_md_48 {
    margin-left: 48px;
  }
  .ml_md_49 {
    margin-left: 49px;
  }
  .ml_md_50 {
    margin-left: 50px;
  }
  .ml_md_51 {
    margin-left: 51px;
  }
  .ml_md_52 {
    margin-left: 52px;
  }
  .ml_md_53 {
    margin-left: 53px;
  }
  .ml_md_54 {
    margin-left: 54px;
  }
  .ml_md_55 {
    margin-left: 55px;
  }
  .ml_md_56 {
    margin-left: 56px;
  }
  .ml_md_57 {
    margin-left: 57px;
  }
  .ml_md_58 {
    margin-left: 58px;
  }
  .ml_md_59 {
    margin-left: 59px;
  }
  .ml_md_60 {
    margin-left: 60px;
  }
  .ml_md_61 {
    margin-left: 61px;
  }
  .ml_md_62 {
    margin-left: 62px;
  }
  .ml_md_63 {
    margin-left: 63px;
  }
  .ml_md_64 {
    margin-left: 64px;
  }
  .ml_md_65 {
    margin-left: 65px;
  }
  .ml_md_66 {
    margin-left: 66px;
  }
  .ml_md_67 {
    margin-left: 67px;
  }
  .ml_md_68 {
    margin-left: 68px;
  }
  .ml_md_69 {
    margin-left: 69px;
  }
  .ml_md_70 {
    margin-left: 70px;
  }
  .ml_md_71 {
    margin-left: 71px;
  }
  .ml_md_72 {
    margin-left: 72px;
  }
  .ml_md_73 {
    margin-left: 73px;
  }
  .ml_md_74 {
    margin-left: 74px;
  }
  .ml_md_75 {
    margin-left: 75px;
  }
  .ml_md_76 {
    margin-left: 76px;
  }
  .ml_md_77 {
    margin-left: 77px;
  }
  .ml_md_78 {
    margin-left: 78px;
  }
  .ml_md_79 {
    margin-left: 79px;
  }
  .ml_md_80 {
    margin-left: 80px;
  }
  .ml_md_81 {
    margin-left: 81px;
  }
  .ml_md_82 {
    margin-left: 82px;
  }
  .ml_md_83 {
    margin-left: 83px;
  }
  .ml_md_84 {
    margin-left: 84px;
  }
  .ml_md_85 {
    margin-left: 85px;
  }
  .ml_md_86 {
    margin-left: 86px;
  }
  .ml_md_87 {
    margin-left: 87px;
  }
  .ml_md_88 {
    margin-left: 88px;
  }
  .ml_md_89 {
    margin-left: 89px;
  }
  .ml_md_90 {
    margin-left: 90px;
  }
  .ml_md_91 {
    margin-left: 91px;
  }
  .ml_md_92 {
    margin-left: 92px;
  }
  .ml_md_93 {
    margin-left: 93px;
  }
  .ml_md_94 {
    margin-left: 94px;
  }
  .ml_md_95 {
    margin-left: 95px;
  }
  .ml_md_96 {
    margin-left: 96px;
  }
  .ml_md_97 {
    margin-left: 97px;
  }
  .ml_md_98 {
    margin-left: 98px;
  }
  .ml_md_99 {
    margin-left: 99px;
  }
  .ml_md_100 {
    margin-left: 100px;
  }
}
/* Text-align
=========*/
.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.text_align_right {
  text-align: right;
}

/* Table
=========*/
.table_layout {
  width: 100%;
  border-collapse: collapse;
}

.table_layout th {
  padding: 10px;
  background: #f8f8f8;
  border: solid 1px #b8b8b8;
  text-align: left;
  vertical-align: top;
}

.table_layout td {
  padding: 10px;
  border: solid 1px #b8b8b8;
}

/* modules END */
/* Etc
==================================*/
/* ブロックの区切り */
.container {
  margin-bottom: 46px;
}

/* kv main_title */
.kv {
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .kv {
    margin-bottom: 32px;
  }
}
.kv img {
  margin: 0 auto;
  width: 100%;
}

.main_title {
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .main_title {
    margin-top: -1em;
    margin-bottom: 24px;
  }
}
.main_title.link {
  position: relative;
  padding-right: 3em;
}

.main_title.link .menu_btn {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main_title.link .menu_btn a {
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}

.main_title.link .menu_btn a:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03b";
  display: block;
  font-size: 200%;
}

@media (max-width: 640px) {
  .main_title.link .menu_btn a:before {
    font-size: 180%;
  }
}
.main_title.link .menu_btn a.open:before {
  content: "\f03c";
}

.main_title.link .menu_btn a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .main_title.link .menu_btn a span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* image 切り替え */
img.img_hidden {
  display: block !important;
}

@media (max-width: 640px) {
  img.img_hidden {
    display: none !important;
  }
}
img.img_hidden_sp {
  display: none !important;
}

@media (max-width: 640px) {
  img.img_hidden_sp {
    display: block !important;
  }
}
/* JS
==================================*/
/* アコーディオン */
.accodionToriger {
  cursor: pointer;
  position: relative;
}

.accodionToriger:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 7px;
  height: 7px;
}

@media (max-width: 640px) {
  .accodionToriger:after {
    right: 20px;
  }
}
.accodionToriger.open:after {
  top: 55%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 640px) {
  .accodionToriger.open:after {
    right: 20px;
  }
}
.accodionToriger + .accodionContents {
  display: none;
}

.accodionToriger + .accodionContents.open {
  display: block;
  -webkit-animation: accodion_opne 0.5s linear 0s;
  animation: accodion_opne 0.5s linear 0s;
}

.accodionFormBtn {
  display: none;
}

.accodionFormBtn.open {
  display: block;
  -webkit-animation: accodion_opne 0.5s linear 0s;
  animation: accodion_opne 0.5s linear 0s;
}

@-webkit-keyframes accodion_opne {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes accodion_opne {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*                スマホ時スクロールアイコン
======================================================= */
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 22px 10px 5px;
}

@media only screen and (min-width: 641px) {
  .scroll-hint-icon {
    display: none !important;
  }
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  margin-top: 0 !important;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin: 2px 0 0;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.recommend_slide {
  margin-top: 5em;
}

.recommend_slide h2 {
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 640px) {
  .recommend_slide h2 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .recommend_slide {
    margin-top: 3em;
  }
}
.anchor_navi {
  border: solid 2px #ef4747;
  padding: 1.6em 1.8em;
  margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
  .anchor_navi {
    padding: 1.2em 1.5em;
  }
}
.anchor_navi .anchor_wrap {
  overflow: hidden;
}

.anchor_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em -0.5em;
}

@media only screen and (max-width: 640px) {
  .anchor_navi ul {
    display: block;
    margin: 0 -1em -0.5em;
  }
}
.anchor_navi ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #e8e8e8;
  font-size: 100%;
  line-height: 1.2;
  padding-left: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
  .anchor_navi ul li {
    font-size: 81.3%;
    border-left: none;
  }
}
.anchor_navi ul li:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  color: #e90505;
  font-weight: bold;
  margin-left: 0.5em;
  /* @include media640{
    display: none;
  } */
}

.anchor_navi ul li a {
  /* @include media640{
    display: block;
    padding: .2em 0;
    &:after{
    background: url(/media/images/common/icon_anchor.png) center no-repeat;
    content: '';
    display: inline-block;
    width: 10px;
    height: 14px;
    background-size: cover;
    margin-left: .5em;
  }
  } */
}

.loading {
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}

.loading.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

/* 製品一覧
======================================================= */
.product_list + .search_block,
.product_list + .search_form_block,
.product_list + .back_number_link {
  margin-top: 5em;
}

@media only screen and (max-width: 640px) {
  .product_list + .search_block,
  .product_list + .search_form_block,
  .product_list + .back_number_link {
    margin-top: 3em;
  }
}
.product_list .list_set + .list_set {
  margin-top: 3.5em;
}

.product_list .list_set h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .product_list .list_set h2 {
    margin-bottom: 20px;
  }
}
.product_list .list_set .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -16px -32px;
}

.product_list .list_set .list_wrap + .list_wrap {
  margin-top: 5em;
}

@media only screen and (max-width: 900px) {
  .product_list .list_set .list_wrap + .list_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .product_list .list_set .list_wrap {
    margin: 0;
  }
}
.product_list .list_set .list_wrap img {
  display: block;
  width: 100%;
}

.product_list .list_set .list_wrap.not .item_set .img_wrap:before {
  display: none;
  padding: 0;
}

.product_list .list_set .list_wrap.not .item_set .img_wrap img {
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.product_list .list_set .list_wrap .item_set {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 900px) {
  .product_list .list_set .list_wrap .item_set {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .product_list .list_set .list_wrap .item_set + .item_set {
    border-top: solid 1px #e8e8e8;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.world .product_list .list_set .list_wrap .item_set a.pdf .title:after,
.world .product_list .list_set .list_wrap .item_set a[href$=".pdf"] .title:after {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.world .product_list .list_set .list_wrap .item_set a.pdf .title:before,
.world .product_list .list_set .list_wrap .item_set a[href$=".pdf"] .title:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  color: #e90505;
  margin-left: 0.5em;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product_list .list_set .list_wrap .item_set a,
.product_list .list_set .list_wrap .item_set .item_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .product_list .list_set .list_wrap .item_set a h3 span,
  .product_list .list_set .list_wrap .item_set a .title span,
  .product_list .list_set .list_wrap .item_set .item_wrap h3 span,
  .product_list .list_set .list_wrap .item_set .item_wrap .title span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .product_list .list_set .list_wrap .item_set a:hover h3,
  .product_list .list_set .list_wrap .item_set a:hover .title,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover h3,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover .title {
    position: relative;
  }
  .product_list .list_set .list_wrap .item_set a:hover h3:after,
  .product_list .list_set .list_wrap .item_set a:hover .title:after,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover h3:after,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover .title:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .product_list .list_set .list_wrap .item_set a:hover h3 span,
  .product_list .list_set .list_wrap .item_set a:hover .title span,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover h3 span,
  .product_list .list_set .list_wrap .item_set .item_wrap:hover .title span {
    color: #e90505;
  }
}
@media only screen and (max-width: 350px) {
  .product_list .list_set .list_wrap .item_set a,
  .product_list .list_set .list_wrap .item_set .item_wrap {
    display: block;
  }
}
.product_list .list_set .list_wrap .item_set .img_wrap,
.product_list .list_set .list_wrap .item_set .txt {
  width: 50%;
}

@media only screen and (max-width: 350px) {
  .product_list .list_set .list_wrap .item_set .img_wrap,
  .product_list .list_set .list_wrap .item_set .txt {
    width: 100%;
  }
}
.product_list .list_set .list_wrap .item_set .img_wrap {
  overflow: hidden;
  position: relative;
  width: calc(50% - 16px);
}

.product_list .list_set .list_wrap .item_set .img_wrap:before {
  background-color: #f8f8f8;
  content: "";
  display: block;
  padding-top: 100%;
}

.product_list .list_set .list_wrap .item_set .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 900px) {
  .product_list .list_set .list_wrap .item_set .img_wrap {
    width: 250px;
  }
}
@media only screen and (max-width: 640px) {
  .product_list .list_set .list_wrap .item_set .img_wrap {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .product_list .list_set .list_wrap .item_set .img_wrap {
    width: 150px;
  }
}
@media only screen and (max-width: 350px) {
  .product_list .list_set .list_wrap .item_set .img_wrap {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
.product_list .list_set .list_wrap .item_set .txt {
  padding-left: 16px;
}

@media only screen and (max-width: 900px) {
  .product_list .list_set .list_wrap .item_set .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 350px) {
  .product_list .list_set .list_wrap .item_set .txt {
    padding-left: 0;
  }
}
.product_list .list_set .list_wrap .item_set .txt h3,
.product_list .list_set .list_wrap .item_set .txt .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 150%;
  line-height: 1.3;
  margin-bottom: 0.1em;
}

.product_list .list_set .list_wrap .item_set .txt h3:after,
.product_list .list_set .list_wrap .item_set .txt .title:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e90505;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  margin-left: 0.5em;
}

.product_list .list_set .list_wrap .item_set .txt h3 span,
.product_list .list_set .list_wrap .item_set .txt .title span {
  color: #282828;
  font-size: 100%;
}

.product_list .list_set .list_wrap .item_set .txt p {
  color: #282828;
  line-height: 1.5;
}

.product_list .list_set .list_wrap .item_set .txt p + img {
  margin-top: 6px;
}

.product_list .list_set .list_wrap .item_set .txt p + p {
  margin-top: 0.1em;
}

.product_list .list_set .list_wrap .item_set .txt p.sup {
  color: #808080;
  font-size: 75%;
}

.product_list .list_set .list_wrap .item_set .txt ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin: 5px -5px -5px;
}

.product_list .list_set .list_wrap .item_set .txt ul li {
  padding: 0 5px;
  margin-bottom: 5px;
}

.product_list .list_set .list_wrap .item_set .txt ul li img {
  width: auto;
  max-width: 80px;
}

.product_list .list_set .list_wrap .item_set .txt ul li.wide img {
  max-width: 160px;
}

.product_list .list_set .list_pre {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  padding: 24px 0;
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .product_list .list_set .list_pre {
    padding: 20px 0;
    margin-top: 2.5em;
  }
}
.product_list .list_set .list_pre dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_list .list_set .list_pre dl dt {
  border-right: solid 1px #e8e8e8;
  width: 124px;
  padding-right: 10px;
}

@media only screen and (max-width: 640px) {
  .product_list .list_set .list_pre dl dt {
    width: 100px;
  }
}
.product_list .list_set .list_pre dl dt img {
  display: block;
}

.product_list .list_set .list_pre dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  line-height: 1.5;
  padding-left: 2em;
}

.product_list .list_wrap + h2,
.product_list .list_wrap + h3,
.product_list .list_wrap + h4 {
  margin-top: 5em;
}

.product_list .back_number_link {
  border: none;
  padding: 0;
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .product_list .back_number_link {
    margin-top: 20px;
  }
}
.product_list .back_number_link a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
}

.product_list .back_number_link a:after {
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e90505;
  position: static;
  font-weight: bold;
  display: inline-block;
  font-size: 120%;
  margin-left: 0.5em;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (min-width: 1025px) {
  .product_list .back_number_link a:hover {
    background-color: #e90505;
    color: #fff;
  }
  .product_list .back_number_link a:hover:after {
    color: #fff;
  }
}
.slick {
  overflow: hidden;
}

.slick.dot_on {
  padding-bottom: 40px;
}

.slick.dot_on.full {
  padding-bottom: 0;
}

.slick.full .slick-dots {
  display: none !important;
}

.slick .slick-list {
  margin: 0 -16px;
}

@media only screen and (max-width: 640px) {
  .slick .slick-list {
    overflow: hidden;
  }
}
.slick .slick-list .item {
  padding: 0 16px;
}

.slick .slick-list .item a {
  display: block;
}

.slick .kv_slider .slick-list {
  margin: 0 -8px;
}

.slick .kv_slider .slick-list .item {
  padding: 0 8px;
}

.slick .kv_slider .slick-arrow.slick-prev {
  -webkit-transform: translate(28px, -50%);
  transform: translate(28px, -50%);
}

.slick .kv_slider .slick-arrow.slick-next {
  -webkit-transform: translate(-28px, -50%);
  transform: translate(-28px, -50%);
}

.slick .slick_anime {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slick .slick_anime.slick-initialized {
  opacity: 1;
}

.slick .slick_anime * {
  outline: none;
}

.slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: solid 2px #ffffff;
  width: 10px;
  height: 10px;
}

.slick .slick-arrow.slick-prev {
  right: 100%;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(38px, -50%);
  transform: translate(38px, -50%);
  z-index: 100;
}

.slick .slick-arrow.slick-prev:before {
  border-left: solid 2px #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slick .slick-arrow.slick-next {
  left: 100%;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  -webkit-transform: translate(-38px, -50%);
  transform: translate(-38px, -50%);
}

.slick .slick-arrow.slick-next:before {
  border-right: solid 2px #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  z-index: 100;
  width: 100%;
}

.slick .slick-dots li {
  line-height: 12px;
}

.slick .slick-dots li + li {
  margin-left: 20px;
}

.slick .slick-dots li.slick-active button {
  background: #e90505;
}

.slick .slick-dots li button {
  background: #d3d3d3;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
}

.slick .slick-dots li button:before {
  display: none;
}

#cookie {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1em 4em;
  z-index: 2000;
}

@media print {
  #cookie {
    display: none !important;
  }
}
#cookie.view {
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 900px) {
  #cookie {
    display: block;
    padding: 1em 2em;
  }
}
#cookie .read {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-right: 1em;
}

#cookie p {
  color: #fff;
  line-height: 1.5;
}

#cookie p a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  #cookie p a:hover {
    text-decoration: none;
  }
}
#cookie .agree {
  width: 150px;
}

@media only screen and (max-width: 900px) {
  #cookie .agree {
    width: auto;
    margin-top: 1em;
  }
  #cookie .agree .btn {
    max-width: 200px;
    margin: 0 auto;
  }
}
#cookie .agree .btn {
  background-color: #fff;
  border: solid 1px #e90505;
  position: relative;
  text-align: center;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  padding: 7px 36px;
}

#cookie .agree .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}

@media only screen and (min-width: 1025px) {
  #cookie .agree .btn:hover {
    background-color: #e90505;
    color: #fff;
  }
  #cookie .agree .btn:hover:after {
    border-color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #cookie .agree .btn {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 641px) {
  #cookie .agree .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #cookie .agree .btn + .btn {
    margin-top: 10px;
  }
}
.discon_badge {
  display: block;
  background: #f0f0f0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 0.2em 1.5em;
}

.combi_set .discon_badge {
  display: block;
  margin: 5px 5px 5px 0;
}

.option_set .discon_badge {
  margin-bottom: 5px;
}

.dl_btn {
  border: solid 1px #b8b8b8;
  position: relative;
  text-align: center;
  border-radius: 20px;
  display: table;
  text-decoration: none;
  padding: 7px 36px;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .dl_btn {
    width: 100%;
  }
}
.text_right .dl_btn {
  margin: 10px 0 0 auto;
}

#new_header {
  background-color: #f4f4f4;
  border-top: 16px solid #e90504;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 900px) {
  #new_header {
    background-color: #fff;
    border-top: 8px solid #e90504;
    border-bottom: solid 1px #e0e0e0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 66px;
    overflow: hidden;
  }
}
#new_header #header_wrap {
  padding: 142px 26px 20px;
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #new_header #header_wrap #sp_menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  #new_header #header_wrap #sp_menu.open {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    z-index: -1;
  }
}
#new_header #header_wrap #header_logo {
  margin-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap #header_logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    z-index: 10;
    height: 60px;
  }
  #new_header #header_wrap #header_logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #new_header #header_wrap #header_logo {
    padding: 0 20px;
  }
  #new_header #header_wrap #header_logo img {
    width: 44vw;
  }
}
#new_header #header_wrap #header_logo a {
  display: block;
}
#new_header #header_wrap #gnavi {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap #gnavi {
    overflow-y: auto;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap #gnavi ul {
    padding: 20px 20px 1em;
  }
}
#new_header #header_wrap #gnavi ul li {
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}
#new_header #header_wrap #gnavi ul li a {
  color: #1c1c1c;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #new_header #header_wrap #gnavi ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #new_header #header_wrap #gnavi ul li a:hover {
    color: #e90504;
  }
}
@media only screen and (min-width: 901px) {
  #new_header #header_wrap #gnavi ul li + li {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap #gnavi ul li {
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }
  #new_header #header_wrap #gnavi ul li a {
    display: block;
    position: relative;
    text-align: left;
    font-size: 87.5%;
    padding: 10px 0;
  }
  #new_header #header_wrap #gnavi ul li a:after {
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #e90505;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
#new_header #header_wrap .keyword {
  position: relative;
}
#new_header #header_wrap .keyword form {
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap .keyword {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 50px;
    background: #f0f0f0;
    padding: 10px 20px;
  }
  #new_header #header_wrap .keyword form {
    background: #fff;
    border: solid 1px #d5d5d5;
    border-radius: 50px;
    width: 100%;
    position: relative;
    padding: 0 30px 0 16px;
  }
}
#new_header #header_wrap .keyword input[type=text] {
  background-color: #fff;
  font-size: 75%;
  width: 100%;
  max-width: 100%;
  padding: 1em 3em 1em 1.5em;
}
@media only screen and (max-width: 900px) {
  #new_header #header_wrap .keyword input[type=text] {
    font-size: 16px;
    padding: 0;
  }
}
#new_header #header_wrap .keyword input[type=submit] {
  border: none;
  background: url(/media/images/common/header_search.png) 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#new_header #header_wrap #menu {
  cursor: pointer;
  width: 28px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media only screen and (min-width: 901px) {
  #new_header #header_wrap #menu {
    display: none;
  }
}
#new_header #header_wrap #menu span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #e90505;
}
#new_header #header_wrap #menu span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
#new_header #header_wrap #menu span:nth-of-type(2) {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#new_header #header_wrap #menu span:last-child {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
#new_header #header_wrap #menu.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
#new_header #header_wrap #menu.active span:nth-of-type(2) {
  opacity: 0;
}
#new_header #header_wrap #menu.active span:last-child {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-40deg);
    transform: translateY(-10px) rotate(-40deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-40deg);
    transform: translateY(-10px) rotate(-40deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-40deg);
    transform: translateY(-11px) rotate(-40deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-40deg);
    transform: translateY(-11px) rotate(-40deg);
  }
}
@media (max-width: 900px) {
  #new_header #header_wrap #header > .wrap #navi_block #navi_top #menu {
    display: block;
  }
}

#wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  #wrapper {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  #wrapper #main_area {
    padding-left: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  #wrapper #main_area {
    padding-left: 36px;
  }
}
@media only screen and (max-width: 900px) {
  #wrapper #main_area {
    padding-left: 0;
  }
}

#home .slick-list {
  overflow: visible;
}