@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* Show active breakpoint in top right corner of viewport */
/*font*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-uniE003:before {
  content: "\e003";
}

.fa-uniE021:before {
  content: "\e021";
}

.fa-uniE023:before {
  content: "\e023";
}

.fa-uniE079:before {
  content: "\e079";
}

.fa-uniE080:before {
  content: "\e080";
}

.fa-uniE091:before {
  content: "\e091";
}

.fa-uniE092:before {
  content: "\e092";
}

.fa-uniE093:before {
  content: "\e093";
}

.fa-uniE094:before {
  content: "\e094";
}

.fa-uniE095:before {
  content: "\e095";
}

.fa-uniE113:before {
  content: "\e113";
}

.fa-uniE114:before {
  content: "\e114";
}

.fa-uniE131:before {
  content: "\e131";
}

.fa-uniE132:before {
  content: "\e132";
}

.fa-uniE133:before {
  content: "\e133";
}

.fa-uniE134:before {
  content: "\e134";
}

.fa-uniE164:before {
  content: "\e164";
}

.fa-uniE183:before {
  content: "\e183";
}

.fa-uniE250:before {
  content: "\e250";
}

.fa-uniE251:before {
  content: "\e251";
}

.fa-uniE252:before {
  content: "\e252";
}

.fa-uniE253:before {
  content: "\e253";
}

.fa-uniE257:before {
  content: "\e257";
}

.fa-uniE258:before {
  content: "\e258";
}

.fa-uniE259:before {
  content: "\e259";
}

.fa-uniE260:before {
  content: "\e260";
}

/*setting*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, Avenir, "Open Sans", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  max-width: 100%;
}

b {
  font-weight: bold;
}

a {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none;
  color: #e50112;
}
a:visited {
  color: #b2010e;
}
a:focus {
  color: #b2010e;
}
a:hover {
  color: #fe4e5b;
}
a:active {
  color: #b2010e;
}

/*layout*/
@media (min-width: 64em) {
  header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 20em) and (max-width: 63.99em) {
  header .logo {
    height: 50px;
    position: relative;
  }
}
@media (min-width: 64em) {
  header .logo {
    height: 80px;
    -webkit-flex: 0 0;
    flex: 0 0;
  }
}
header .logo img {
  width: auto;
  height: 100%;
}
@media (min-width: 20em) and (max-width: 63.99em) {
  header .gNav_wrap {
    display: none;
  }
}
@media (min-width: 64em) {
  header .gNav_wrap {
    display: block !important;
    -webkit-flex: 1 0;
    flex: 1 0;
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  header .gNav_wrap .gNav {
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  header .gNav_wrap .gNav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .gNav_wrap .gNav .gNav__item a[target="_blank"]:after {
  font-family: 'icomoon';
  content: '\e164';
  margin-left: 3px;
  position: relative;
  top: -2px;
  font-size: 80%;
}
@media (min-width: 20em) and (max-width: 63.99em) {
  header .gNav_wrap .gNav .gNav__item {
    text-align: center;
    border-bottom: 1px solid #262626;
  }
  header .gNav_wrap .gNav .gNav__item a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 10px;
    background: #333333;
  }
}
@media (min-width: 64em) {
  header .gNav_wrap .gNav .gNav__item {
    position: relative;
    line-height: 1.5;
  }
  header .gNav_wrap .gNav .gNav__item:before {
    content: "/";
    display: block;
    position: absolute;
    left: -5px;
  }
  header .gNav_wrap .gNav .gNav__item:first-child {
    padding-left: 0;
  }
  header .gNav_wrap .gNav .gNav__item:first-child:before {
    content: "";
  }
  header .gNav_wrap .gNav .gNav__item:last-child {
    padding-right: 0;
  }
}

.toggle_menu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
  width: 84px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
  cursor: pointer;
}
@media (min-width: 64em) {
  .toggle_menu {
    display: none;
  }
}

.open .toggle_menu {
  background: #333333;
  color: #fff;
}

.main_image_block {
  display: none;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .main_image_block .slider__image--pc {
    display: none;
  }
}
@media (min-width: 40em) {
  .main_image_block .slider__image--spn {
    display: none;
  }
}
@media (min-width: 20em) and (max-width: 63.99em) {
  .main_image_block {
    margin-bottom: 60px;
  }
}
@media (min-width: 64em) {
  .main_image_block {
    margin-bottom: 80px;
  }
}

.news_wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-top: -40px;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .news_wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .news_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .news_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 64em) {
  .news_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

time {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news time {
    font-size: 12px;
  }
}

.news__title {
  background: #eeeeee;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news__title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 40em) {
  .news__title {
    display: table;
    width: 100%;
  }
}
@media (min-width: 40em) {
  .news__title .news__title__block {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .news__title .news__title__block {
    padding: 15px 20px;
  }
}
@media (min-width: 64em) and (max-width: 87.49em) {
  .news__title .news__title__block {
    padding: 20px 20px;
  }
}
@media (min-width: 87.5em) {
  .news__title .news__title__block {
    padding: 25px 20px;
  }
}
.news__title .news__title__left {
  text-align: center;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news__title .news__title__left {
    -webkit-flex: 0 0 13%;
    flex: 0 0 13%;
    padding: 15px 10px;
  }
}
@media (min-width: 40em) {
  .news__title .news__title__left {
    width: 13%;
  }
}
.news__title .news__title__center {
  font-weight: bold;
  padding-left: 0 !important;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news__title .news__title__center {
    padding: 15px 10px;
    -webkit-flex: 1 0;
    flex: 1 0;
  }
}
.news__title .news__title__right {
  text-align: center;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news__title .news__title__right {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 40em) {
  .news__title .news__title__right {
    width: 15%;
    padding: 0;
  }
}
.news__title .more_btn {
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #a0a0a0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.news__title .more_btn:hover {
  background: #adadad;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .news__title .more_btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.news__body {
  background: #f5f5f5;
}

.new_item {
  border-bottom: 1px solid #e1e1e1;
  display: table;
  width: 100%;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .new_item {
    padding: 15px 0;
  }
}
@media (min-width: 40em) {
  .new_item {
    padding: 20px 0;
  }
}
.new_item:last-child {
  border-bottom: none;
}

.new_item__head {
  display: table-cell;
  text-align: center;
  width: 13%;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .new_item__head {
    padding: 0px 10px;
  }
}
@media (min-width: 40em) {
  .new_item__head {
    padding: 0px 20px;
  }
}

.new_item__body {
  display: table-cell;
  padding-left: 0 !important;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .new_item__body {
    padding: 0px 10px;
  }
}
@media (min-width: 40em) and (max-width: 87.49em) {
  .new_item__body {
    padding: 0px 20px;
  }
}
@media (min-width: 87.5em) {
  .new_item__body {
    padding-right: 40px;
  }
}

.new_item__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.new_item__text > *:last-child {
  margin-bottom: 0;
}

.contents_block {
  border: 1px solid #e1e1e1;
  background: url('../images/bg_note.jpg?1480318532') repeat top left;
  position: relative;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .contents_block {
    margin: 0 5px 60px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .contents_block {
    margin: 0 10px 60px;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .contents_block {
    margin: 0 15px 60px;
  }
}
@media (min-width: 64em) and (max-width: 87.49em) {
  .contents_block {
    margin: 0 20px 80px;
  }
}
@media (min-width: 87.5em) {
  .contents_block {
    margin: 0 30px 80px;
  }
}

.contents_block__title {
  position: absolute;
  top: -2.5em;
  left: 10px;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .contents_block__title {
    font-size: 8px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .contents_block__title {
    font-size: 9px;
  }
}
@media (min-width: 40em) {
  .contents_block__title {
    font-size: 10px;
  }
}
.contents_block__title .en {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  display: block;
  font-size: 4.4em;
  line-height: 1;
}
.contents_block__title .jp {
  font-size: 1.6em;
  line-height: 1;
  font-weight: bold;
}
.contents_block__title:after {
  display: block;
  content: "";
  width: 12em;
  height: .1em;
  background: #333333;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .contents_block__title:after {
    width: 10em;
    left: 6em;
    top: 4em;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .contents_block__title:after {
    width: 11em;
    left: 7em;
    top: 4.5em;
  }
}
@media (min-width: 40em) {
  .contents_block__title:after {
    width: 12em;
    left: 8em;
    top: 5em;
  }
}

.contents_block__body {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .contents_block__body {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .contents_block__body {
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 64em) {
  .contents_block__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 64em) and (max-width: 87.49em) {
  .contents_block__body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 87.5em) {
  .contents_block__body {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.block__body__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 87.5em) {
  .block__body__title {
    margin-bottom: 20px;
  }
}

.block__body__text a.btn_link {
  color: #fff;
  background: #333333;
  display: inline-block;
  border: 1px solid #e1e1e1;
  font-size: 1.4rem;
}
.block__body__text a.btn_link:hover {
  color: #f2f2f2;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .block__body__text a.btn_link {
    padding: 8px 20px;
  }
}
@media (min-width: 40em) {
  .block__body__text a.btn_link {
    padding: 10px 25px;
  }
}
.block__body__text a.btn_link:hover {
  background: #454545;
}
.block__body__text > *:last-child {
  margin-bottom: 0;
}

.btn_link_wrap {
  margin: 15px 0;
}
@media (min-width: 87.5em) {
  .btn_link_wrap {
    margin: 20px 0;
  }
}

.bold_list {
  font-weight: bold;
  font-size: 16px;
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
}
@media (min-width: 87.5em) {
  .bold_list {
    margin: 20px 0;
  }
}

.marker {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmY3ODMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #fff783));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, #fff783 60%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #fff783 60%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff783 60%);
}

@media (min-width: 40em) {
  .event_block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 20em) and (max-width: 39.99em) {
  .event_block__head {
    margin-bottom: 20px;
  }
}
@media (min-width: 40em) {
  .event_block__head {
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

@media (min-width: 20em) and (max-width: 87.49em) {
  .event_block__head__calendar {
    margin-bottom: 20px;
  }
}
@media (min-width: 87.5em) {
  .event_block__head__calendar {
    margin-bottom: 30px;
  }
}
.event_block__head__calendar img {
  border: 1px solid #e1e1e1;
}

.event_block__head__chara {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.event_block__head__chara .chara_image {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}
.event_block__head__chara .chara_comment {
  position: relative;
  -webkit-flex: 0 0 67%;
  flex: 0 0 67%;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e1e1e1;
}
@media (min-width: 20em) and (max-width: 63.99em) {
  .event_block__head__chara .chara_comment {
    padding: 10px;
  }
}
@media (min-width: 64em) {
  .event_block__head__chara .chara_comment {
    padding: 15px;
  }
}
.event_block__head__chara .chara_comment:before {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

@media (min-width: 20em) and (max-width: 39.99em) {
  .event_block__body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 40em) {
  .event_block__body {
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

.about_block {
  margin-bottom: 70px;
}
@media (min-width: 20em) and (max-width: 63.99em) {
  .about_block {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (min-width: 64em) {
  .about_block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.about_block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 20em) and (max-width: 63.99em) {
  .about_block .about_block__head {
    margin-bottom: 20px;
  }
}
@media (min-width: 64em) {
  .about_block .about_block__head {
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-right: -5%;
    z-index: 1;
  }
}
@media (min-width: 20em) and (max-width: 63.99em) {
  .about_block .about_block__body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 64em) {
  .about_block .about_block__body {
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
    z-index: 2;
    background: rgba(240, 240, 240, 0.8);
    padding: 45px 35px;
    margin-left: -5%;
  }
}
@media (min-width: 87.5em) {
  .about_block .about_block__body {
    padding: 70px 50px;
  }
}
@media (min-width: 64em) {
  .about_block:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about_block:nth-child(even) .about_block__head {
    margin-left: -5%;
    margin-right: 0;
  }
  .about_block:nth-child(even) .about_block__body {
    margin-left: 0;
    margin-right: -5%;
  }
}

@media (min-width: 20em) and (max-width: 29.99em) {
  .tab_panel__titles {
    margin-bottom: 15px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 30em) {
  .tab_panel__titles {
    margin-bottom: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  .tab_panel__titles li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .tab_panel__titles .tab_panel__title {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 30em) {
  .tab_panel__titles .tab_panel__title {
    margin-bottom: 8px;
  }
}
.tab_panel__titles .tab_panel__title a {
  color: #333333;
  display: block;
  background: #fff;
  font-size: 1.4rem;
  padding: 0 30px;
  line-height: 36px;
}
.tab_panel__titles .tab_panel__title a:hover {
  color: #595959;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .tab_panel__titles .tab_panel__title a {
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 100%;
    line-height: 1.5;
    padding: 10px;
  }
}
@media (min-width: 30em) {
  .tab_panel__titles .tab_panel__title a {
    border: 1px solid #e1e1e1;
  }
}
.tab_panel__titles .tab_panel__title.active a {
  color: #fff;
  background: #333333;
}
.tab_panel__titles .tab_panel__title.active a:hover {
  color: #f2f2f2;
}

@media (min-width: 30em) {
  .card_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .card_list .card {
    margin-bottom: 15px;
  }
}
@media (min-width: 30em) {
  .card_list .card {
    padding: 5px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .card_list .card {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .card_list .card {
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: 8px 5px;
  }
}
@media (min-width: 64em) {
  .card_list .card {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 10px 5px;
  }
}
.card_list .card img {
  width: 100%;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .card_list .card .card__body {
    padding: 10px 5px;
  }
}
@media (min-width: 30em) and (max-width: 63.99em) {
  .card_list .card .card__body {
    padding: 10px;
  }
}
@media (min-width: 64em) and (max-width: 87.49em) {
  .card_list .card .card__body {
    padding: 10px;
  }
}
@media (min-width: 87.5em) {
  .card_list .card .card__body {
    padding: 15px;
  }
}
.card_list .card .card__body .card__title {
  font-weight: bold;
}
.card_list .card .card__body .card__item_wrap {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.card_list .card .card__body .card__item_wrap .card__item {
  margin-bottom: 5px;
}
.card_list .card .card__body .card__item_wrap .card__item .card__item__name {
  font-weight: bold;
}
.card_list .card .card__body .card__item_wrap .card__item .card__item__name:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #666;
  margin-right: 5px;
}
.card_list .card .card__body .card__notes {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  margin-top: 10px;
}

.f_bnr {
  width: 96%;
  max-width: 900px;
  margin: 0 auto 30px;
}

.f_bnr a:hover {
  opacity: 0.8;
}

.bottom_block__inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .bottom_block__inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .bottom_block__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .bottom_block__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 64em) {
  .bottom_block__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.banners {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.banners .banner {
  padding: 5px;
}
.banners .banner a {
  display: block;
}
.banners .banner a:hover {
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .banners .banner {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .banners .banner {
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}
@media (min-width: 64em) {
  .banners .banner {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.fNav_wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .fNav_wrap .fNav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  .fNav_wrap .fNav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  .fNav_wrap .fNav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 64em) {
  .fNav_wrap .fNav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  .fNav_wrap .fNav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fNav_wrap .fNav .fNav__item a[target="_blank"]:after {
  font-family: 'icomoon';
  content: '\e164';
  margin-left: 3px;
  position: relative;
  top: -2px;
  font-size: 80%;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .fNav_wrap .fNav .fNav__item a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
  }
}
@media (min-width: 30em) and (max-width: 39.99em) {
  .fNav_wrap .fNav .fNav__item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .fNav_wrap .fNav .fNav__item a {
    display: block;
    padding: 5px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
  }
}
@media (min-width: 40em) {
  .fNav_wrap .fNav .fNav__item {
    position: relative;
  }
  .fNav_wrap .fNav .fNav__item:before {
    content: "/";
    display: block;
    position: absolute;
    left: -5px;
  }
  .fNav_wrap .fNav .fNav__item:first-child {
    padding-left: 0;
  }
  .fNav_wrap .fNav .fNav__item:first-child:before {
    content: "";
  }
  .fNav_wrap .fNav .fNav__item:last-child {
    padding-right: 0;
  }
}

footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 12px;
  background: #f15a24;
  position: relative;
  text-align: center;
}
footer .footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 10px;
}

.footer_logo {
  display: inline-block;
}
@media (min-width: 20em) and (max-width: 39.99em) {
  .footer_logo {
    margin-bottom: 7px;
  }
}
@media (min-width: 40em) {
  .footer_logo {
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.footer_logo_image {
  width: 50px;
}

.copyright {
  display: block;
}

.page_top {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .page_top {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 30em) {
  .page_top {
    width: 40px;
    height: 40px;
  }
}
.page_top:before {
  font-family: 'icomoon';
  content: "\e113";
  margin-right: .2em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 20em) and (max-width: 29.99em) {
  .page_top:before {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 30em) {
  .page_top:before {
    font-size: 18px;
    line-height: 40px;
  }
}
.page_top:hover {
  background: rgba(0, 0, 0, 0.6);
}

/*slick slider*/
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 50px;
}
