@charset "UTF-8";
/*! Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,400i,600,600i,700,700i,800,800i,900,900i");
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; /*-webkit-font-smoothing: antialiased;*/ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body { margin: 0; text-align: left; background-color: #fff; letter-spacing: 0; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; }

p { margin-top: 0; margin-bottom: 0; }

abbr[title], abbr[data-original-title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }

address { margin-bottom: 0; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #007bff; text-decoration: none; background-color: transparent; }

a:hover { color: #0056b3; text-decoration: underline; }

a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }

a:not([href]):not([tabindex]):focus { outline: 0; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; max-width: 100%; display: inline-block; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

select { word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

input[type="radio"], input[type="checkbox"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }
/* ------------------------------

  color

------------------------------ */
/* ------------------------------

  easing

------------------------------ */
/* ------------------------------

  breakpoint / mediaQuery

------------------------------ */
/* ------------------------------

  vw / vh 計算

------------------------------ */
/* ------------------------------

  フォント

------------------------------ */
/*------------------------------ 

  overpass

------------------------------ */
.overpass { font-family: 'Overpass', sans-serif; }

.overpass.italic { font-style: italic; }

.overpass.bold { font-weight: 700; }

/* ------------------------------

  画像 / 動画

------------------------------ */
img { max-width: 100%; display: inline-block; }

figure { text-align: center; margin-bottom: 20px; display: inline-block; }

@media screen and (max-width: 768px) { figure { margin-bottom: 10px; } }

figure figcaption { font-size: 1.4rem; margin-top: 0.5em; }

@media screen and (max-width: 768px) { figure figcaption { font-size: 1rem; } }

figure img { margin: 0 !important; }

iframe { max-width: 100%; }

@media screen and (max-width: 768px) { iframe { width: 100%; height: 180px; } }

/* ------------------------------

  表示 / 非表示

------------------------------ */
.c-hidden-tab { display: none; }

@media screen and (min-width: 769px) { .c-hidden-tab { display: block; } }

.c-visible-tab { display: none; }

@media screen and (max-width: 768px) { .c-visible-tab { display: block; } }

/* ------------------------------

  リンクの無効

------------------------------ */
.c-click-invalid { pointer-events: none; }

.c-click-invalid a { pointer-events: none; }

.container { max-width: 1200px; margin: auto; }

@media (max-width: 1200px) { .container { padding: 0 20px; } }

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

@media screen and (min-width: 769px) { .col-pc-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media screen and (min-width: 769px) { .col-pc-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media screen and (min-width: 769px) { .col-pc-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media screen and (min-width: 769px) { .col-pc-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media screen and (min-width: 769px) { .col-pc-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media screen and (min-width: 769px) { .col-pc-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media screen and (min-width: 769px) { .col-pc-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media screen and (min-width: 769px) { .col-pc-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media screen and (min-width: 769px) { .col-pc-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media screen and (min-width: 769px) { .col-pc-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media screen and (min-width: 769px) { .col-pc-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media screen and (min-width: 769px) { .col-pc-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

@media screen and (max-width: 768px) { .col-tab-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media screen and (max-width: 768px) { .col-tab-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media screen and (max-width: 768px) { .col-tab-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media screen and (max-width: 768px) { .col-tab-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media screen and (max-width: 768px) { .col-tab-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media screen and (max-width: 768px) { .col-tab-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media screen and (max-width: 768px) { .col-tab-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media screen and (max-width: 768px) { .col-tab-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media screen and (max-width: 768px) { .col-tab-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media screen and (max-width: 768px) { .col-tab-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media screen and (max-width: 768px) { .col-tab-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media screen and (max-width: 768px) { .col-tab-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

@media screen and (max-width: 480px) { .col-sp-1 { -webkit-flex-basis: calc( 100% / 12 * 1); -ms-flex-preferred-size: calc( 100% / 12 * 1); flex-basis: calc( 100% / 12 * 1); } }

@media screen and (max-width: 480px) { .col-sp-2 { -webkit-flex-basis: calc( 100% / 12 * 2); -ms-flex-preferred-size: calc( 100% / 12 * 2); flex-basis: calc( 100% / 12 * 2); } }

@media screen and (max-width: 480px) { .col-sp-3 { -webkit-flex-basis: calc( 100% / 12 * 3); -ms-flex-preferred-size: calc( 100% / 12 * 3); flex-basis: calc( 100% / 12 * 3); } }

@media screen and (max-width: 480px) { .col-sp-4 { -webkit-flex-basis: calc( 100% / 12 * 4); -ms-flex-preferred-size: calc( 100% / 12 * 4); flex-basis: calc( 100% / 12 * 4); } }

@media screen and (max-width: 480px) { .col-sp-5 { -webkit-flex-basis: calc( 100% / 12 * 5); -ms-flex-preferred-size: calc( 100% / 12 * 5); flex-basis: calc( 100% / 12 * 5); } }

@media screen and (max-width: 480px) { .col-sp-6 { -webkit-flex-basis: calc( 100% / 12 * 6); -ms-flex-preferred-size: calc( 100% / 12 * 6); flex-basis: calc( 100% / 12 * 6); } }

@media screen and (max-width: 480px) { .col-sp-7 { -webkit-flex-basis: calc( 100% / 12 * 7); -ms-flex-preferred-size: calc( 100% / 12 * 7); flex-basis: calc( 100% / 12 * 7); } }

@media screen and (max-width: 480px) { .col-sp-8 { -webkit-flex-basis: calc( 100% / 12 * 8); -ms-flex-preferred-size: calc( 100% / 12 * 8); flex-basis: calc( 100% / 12 * 8); } }

@media screen and (max-width: 480px) { .col-sp-9 { -webkit-flex-basis: calc( 100% / 12 * 9); -ms-flex-preferred-size: calc( 100% / 12 * 9); flex-basis: calc( 100% / 12 * 9); } }

@media screen and (max-width: 480px) { .col-sp-10 { -webkit-flex-basis: calc( 100% / 12 * 10); -ms-flex-preferred-size: calc( 100% / 12 * 10); flex-basis: calc( 100% / 12 * 10); } }

@media screen and (max-width: 480px) { .col-sp-11 { -webkit-flex-basis: calc( 100% / 12 * 11); -ms-flex-preferred-size: calc( 100% / 12 * 11); flex-basis: calc( 100% / 12 * 11); } }

@media screen and (max-width: 480px) { .col-sp-12 { -webkit-flex-basis: calc( 100% / 12 * 12); -ms-flex-preferred-size: calc( 100% / 12 * 12); flex-basis: calc( 100% / 12 * 12); } }

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

@media screen and (min-width: 769px) { .c-align-pc-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

@media screen and (max-width: 768px) { .c-align-tab-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

@media screen and (max-width: 480px) { .c-align-sp-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

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

@media screen and (min-width: 769px) { .c-align-pc-start { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; } }

@media screen and (max-width: 768px) { .c-align-tab-start { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; } }

@media screen and (max-width: 480px) { .c-align-sp-start { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; } }

.c-justify-left { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; }

@media screen and (min-width: 769px) { .c-justify-pc-left { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; } }

@media screen and (max-width: 768px) { .c-justify-tab-left { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; } }

@media screen and (max-width: 480px) { .c-justify-sp-left { -webkit-box-pack: left; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; } }

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

@media screen and (min-width: 769px) { .c-justify-pc-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (max-width: 768px) { .c-justify-tab-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (max-width: 480px) { .c-justify-sp-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

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

@media screen and (min-width: 769px) { .c-justify-pc-space { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media screen and (max-width: 768px) { .c-justify-tab-space { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

@media screen and (max-width: 480px) { .c-justify-sp-space { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

.c-flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (min-width: 769px) { .c-flex-pc-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media screen and (max-width: 768px) { .c-flex-tab-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media screen and (max-width: 480px) { .c-flex-sp-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.c-flex-wrap-reverse { -webkit-flex-wrap: reverse; -ms-flex-wrap: reverse; flex-wrap: reverse; }

@media screen and (min-width: 769px) { .c-flex-pc-wrap-reverse { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } }

@media screen and (max-width: 768px) { .c-flex-tab-wrap-reverse { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } }

@media screen and (max-width: 480px) { .c-flex-sp-wrap-reverse { -webkit-flex-wrap: wrap-reverse; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } }

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

@media screen and (min-width: 769px) { .c-flex-pc-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media screen and (max-width: 768px) { .c-flex-tab-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media screen and (max-width: 480px) { .c-flex-sp-col { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media screen and (min-width: 769px) { .c-flex-pc-col-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media screen and (max-width: 768px) { .c-flex-tab-col-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media screen and (max-width: 480px) { .c-flex-sp-col-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.hero img { width: 100%; }

.intro { font-size: 1.2em; font-weight: bold; text-align: center; margin: 100px 0 80px; line-height: 2.4em; }
.intro a{background: #ec2e2e url(../../images/common/icon-btn.png) no-repeat right 20px center / 16px;color: #fff;display: inline-block;padding: 10px 55px 10px 20px;margin-top: 10px;border-radius: 5px;text-decoration: none;}

@media screen and (max-width: 768px) { .intro { font-size: 0.8em; margin: 13.02083vw 0 10.41667vw; } }

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

@media screen and (max-width: 768px) { .coordinate { display: block; } }

.coordinate_item { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; text-align: center; padding: 0 40px; margin-bottom: 50px; }

@media screen and (max-width: 768px) { .coordinate_item { padding: 0 10px; margin-bottom: 6.51042vw; } }

.coordinate_item.-men { display: none; }

.coordinate_item.-men.js-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.coordinate_item.-women { display: none; }

.coordinate_item.-women.js-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.coordinate_item a { display: inline-block; margin: auto; }

.tab_btns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 32px; }

.tab_btn { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; text-align: center; padding: 0 40px; cursor: pointer; }

@media screen and (max-width: 768px) { .tab_btn:nth-child(1) { padding: 0 5px 0 0; } }

@media screen and (max-width: 768px) { .tab_btn:nth-child(2) { padding: 0 0 0 5px; } }

.tab_logos { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: flex-start; -ms-flex-pack: justify; justify-content: flex-start; padding: 55px 40px calc(55px - 30px); background: #f6f6f6; margin-bottom: 100px; }

@media screen and (max-width: 768px) { .tab_logos { padding: 20px 10px 15px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 32px; } }

.tab_logos.-men { display: none; }

.tab_logos.-men.js-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.tab_logos.-women { display: none; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.tab_logos.-women.js-active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.tab_logo { -webkit-flex-basis: calc(100% / 7); -ms-flex-preferred-size: calc(100% / 7); flex-basis: calc(100% / 7); margin-bottom: 30px; text-align: center; padding: 0 5px; }

@media screen and (max-width: 768px) { .tab_logo { -webkit-flex-basis: calc(100% / 3); -ms-flex-preferred-size: calc(100% / 3); flex-basis: calc(100% / 3); padding: 0 5px; margin-bottom: 10px; } }
