@charset "UTF-8";
/*
//PC-SPのみ

@mixin sp {
  @media only screen and (max-width: $width-smartphone) {
    @content;
  }
}
@mixin pc {
  @media only screen and (min-width: $width-smartphone + 1) {
    @content;
  }
}
*/
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;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input[type="submit"],
input[type="button"] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
  .sp_tab-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .pc_tab-only {
    display: none !important;
  }
}

.wrap-l {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .wrap-l {
    width: calc(100% - 20px);
  }
}

.wrap-s {
  width: 880px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrap-s {
    width: calc(100% - 20px);
  }
}

.wrap-pc {
  width: 990px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .wrap-pc {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .wrap-pc {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .wrap-sp {
    width: calc(100% - 20px);
    margin: auto;
  }
}

.text-center {
  text-align: center;
  display: block;
}

.text-left {
  text-align: left;
  display: block;
}

.text-right {
  text-align: right;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .pc-text-center {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-text-left {
    text-align: left;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-text-right {
    text-align: right;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-center {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-left {
    text-align: left;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-right {
    text-align: right;
    display: block;
  }
}

.text-bold {
  font-weight: bold;
}

.text-size-basic {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .text-size-basic {
    font-size: 1.6rem;
  }
}

.text-size-heading {
  font-size: 3.2rem;
  line-height: 1.6;
}

.text-size-small {
  line-height: 1.6;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .text-size-small {
    font-size: 1.2rem;
  }
}

.text-size-large {
  font-size: 2.4rem;
  line-height: 1.6;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.pc-right {
  float: right !important;
}

@media only screen and (max-width: 768px) {
  .pc-right {
    float: none !important;
  }
}

.pc-left {
  float: left !important;
}

@media only screen and (max-width: 768px) {
  .pc-left {
    float: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-right {
    float: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-left {
    float: left !important;
  }
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.flex {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .flex > * {
    min-height: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex {
    display: flex;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp-flex > * {
    min-height: 0%;
  }
}

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

.flex-between {
  justify-content: space-between;
}

.flex-between.flex-column-3 > * {
  width: 31.666%;
}

@media only screen and (max-width: 768px) {
  .flex-between.flex-column-3 > * {
    width: 100%;
  }
}

.flex-between.flex-column-2 > * {
  width: 48%;
}

.flex-around {
  justify-content: space-around;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-item-start {
  align-items: flex-start;
}

.flex-item-end {
  align-items: flex-end;
}

.flex-item-center {
  align-items: center;
}

.flex-column {
  flex-flow: column;
}

@media only screen and (max-width: 768px) {
  .sp-flex-column {
    flex-flow: column;
  }
  .sp-flex-column.flex-column-3 > *,
  .sp-flex-column.flex-column-2 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-column-reverce {
    flex-flow: column-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-row-reverce {
    flex-flow: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .tab-flex-column {
    flex-flow: column;
  }
  .tab-flex-column.flex-column-3 > *,
  .tab-flex-column.flex-column-2 > * {
    width: 100%;
  }
}

.wid-5 {
  width: 5% !important;
}

.wid-10 {
  width: 10% !important;
}

.wid-15 {
  width: 15% !important;
}

.wid-20 {
  width: 20% !important;
}

.wid-25 {
  width: 25% !important;
}

.wid-30 {
  width: 30% !important;
}

.wid-35 {
  width: 35% !important;
}

.wid-40 {
  width: 40% !important;
}

.wid-45 {
  width: 45% !important;
}

.wid-50 {
  width: 50% !important;
}

.wid-55 {
  width: 55% !important;
}

.wid-60 {
  width: 60% !important;
}

.wid-65 {
  width: 65% !important;
}

.wid-70 {
  width: 70% !important;
}

.wid-75 {
  width: 75% !important;
}

.wid-80 {
  width: 80% !important;
}

.wid-85 {
  width: 85% !important;
}

.wid-90 {
  width: 90% !important;
}

.wid-95 {
  width: 95% !important;
}

.wid-100 {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .sp-wid-100 {
    width: 100% !important;
  }
}

.img-center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.m-auto {
  margin: auto;
}

.mv-0 {
  margin: 0;
}

.mv-10 {
  margin: 10px auto;
}

.mv-20 {
  margin: 20px auto;
}

.mv-30 {
  margin: 30px auto;
}

.mv-40 {
  margin: 40px auto;
}

.mv-50 {
  margin: 50px auto;
}

.mv-60 {
  margin: 60px auto;
}

.mv-70 {
  margin: 70px auto;
}

.mv-80 {
  margin: 80px auto;
}

.mv-90 {
  margin: 90px auto;
}

.mv-100 {
  margin: 100px auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px 0;
}

.mr-0 {
  margin-right: 0;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pv-0 {
  padding: 0;
}

.pv-10 {
  padding: 10px 0;
}

.pv-20 {
  padding: 20px 0;
}

.pv-30 {
  padding: 30px 0;
}

.pv-40 {
  padding: 40px 0;
}

.pv-50 {
  padding: 50px 0;
}

.pv-60 {
  padding: 60px 0;
}

.pv-70 {
  padding: 70px 0;
}

.pv-80 {
  padding: 80px 0;
}

.pv-90 {
  padding: 90px 0;
}

.pv-100 {
  padding: 100px 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px 0;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.padding-0 {
  padding: 0;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

/*-------------------------*/
/* TAB                  */
/*-------------------------*/
/*-------------------------*/
/* SP                       */
/*-------------------------*/
@media screen and (max-width: 768px) {
  .mv-10 {
    margin: 5px auto;
  }
  .mv-20 {
    margin: 10px auto;
  }
  .mv-30 {
    margin: 15px auto;
  }
  .mv-40 {
    margin: 20px auto;
  }
  .mv-50 {
    margin: 25px auto;
  }
  .mv-60 {
    margin: 30px auto;
  }
  .mv-70 {
    margin: 35px auto;
  }
  .mv-80 {
    margin: 40px auto;
  }
  .mv-90 {
    margin: 45px auto;
  }
  .mv-100 {
    margin: 50px auto;
  }
  .mt-10 {
    margin-top: 5px !important;
  }
  .mt-20 {
    margin-top: 10px !important;
  }
  .mt-30 {
    margin-top: 15px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mr-10 {
    margin-right: 5px !important;
  }
  .mr-20 {
    margin-right: 10px !important;
  }
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  .mr-60 {
    margin-right: 30px !important;
  }
  .mr-70 {
    margin-right: 35px !important;
  }
  .mr-80 {
    margin-right: 40px !important;
  }
  .mr-90 {
    margin-right: 45px !important;
  }
  .mr-100 {
    margin-right: 50px !important;
  }
  .ml-10 {
    margin-left: 5px !important;
  }
  .ml-20 {
    margin-left: 10px !important;
  }
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  .ml-60 {
    margin-left: 30px !important;
  }
  .ml-70 {
    margin-left: 35px !important;
  }
  .ml-80 {
    margin-left: 40px !important;
  }
  .ml-90 {
    margin-left: 45px !important;
  }
  .ml-100 {
    margin-left: 50px !important;
  }
  .mb-10 {
    margin-bottom: 5px !important;
  }
  .mb-20 {
    margin-bottom: 10px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-110 {
    margin-bottom: 50px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mb-130 {
    margin-bottom: 65px !important;
  }
  .mb-140 {
    margin-bottom: 70px !important;
  }
  .mb-150 {
    margin-bottom: 75px !important;
  }
  .mb-160 {
    margin-bottom: 80px !important;
  }
  .mb-170 {
    margin-bottom: 85px !important;
  }
  .mb-180 {
    margin-bottom: 80px !important;
  }
  .mb-190 {
    margin-bottom: 95px !important;
  }
  .mb-200 {
    margin-bottom: 100px !important;
  }
  .pv-10 {
    padding: 5px 0;
  }
  .pv-20 {
    padding: 10px 0;
  }
  .pv-30 {
    padding: 15px 0;
  }
  .pv-40 {
    padding: 20px 0;
  }
  .pv-50 {
    padding: 25px 0;
  }
  .pv-60 {
    padding: 30px 0;
  }
  .pv-70 {
    padding: 35px 0;
  }
  .pv-80 {
    padding: 40px 0;
  }
  .pv-90 {
    padding: 45px 0;
  }
  .pv-100 {
    padding: 50px 0;
  }
  .pt-10 {
    padding-top: 5px !important;
  }
  .pt-20 {
    padding-top: 10px !important;
  }
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pr-10 {
    padding-right: 5px !important;
  }
  .pr-20 {
    padding-right: 10px !important;
  }
  .pr-30 {
    padding-right: 15px !important;
  }
  .pr-40 {
    padding-right: 20px !important;
  }
  .pr-50 {
    padding-right: 25px !important;
  }
  .pr-60 {
    padding-right: 30px !important;
  }
  .pr-70 {
    padding-right: 35px !important;
  }
  .pr-80 {
    padding-right: 40px !important;
  }
  .pr-90 {
    padding-right: 45px !important;
  }
  .pr-100 {
    padding-right: 50px !important;
  }
  .pb-10 {
    padding-bottom: 5px !important;
  }
  .pb-20 {
    padding-bottom: 10px !important;
  }
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pl-10 {
    padding-left: 5px !important;
  }
  .pl-20 {
    padding-left: 10px !important;
  }
  .pl-30 {
    padding-left: 15px !important;
  }
  .pl-40 {
    padding-left: 20px !important;
  }
  .pl-50 {
    padding-left: 25px !important;
  }
  .pl-60 {
    padding-left: 30px !important;
  }
  .pl-70 {
    padding-left: 35px !important;
  }
  .pl-80 {
    padding-left: 40px !important;
  }
  .pl-90 {
    padding-left: 45px !important;
  }
  .pl-100 {
    padding-left: 50px !important;
  }
  .padding-10 {
    padding: 5px !important;
  }
  .padding-20 {
    padding: 10px !important;
  }
  .padding-30 {
    padding: 15px !important;
  }
  .padding-40 {
    padding: 20px !important;
  }
  .padding-50 {
    padding: 25px !important;
  }
  .padding-60 {
    padding: 30px !important;
  }
  .padding-70 {
    padding: 35px !important;
  }
  .padding-80 {
    padding: 40px !important;
  }
  .padding-90 {
    padding: 45px !important;
  }
  .padding-100 {
    padding: 50px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-nobg {
    background: none !important;
  }
}

.awards {
  background-image: url(../images/bg-ranking.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

.header__nav__inner {
  line-height: 1.4;
}

.header__nav__col--sns a {
  display: flex;
  align-items: center;
}

.category-border {
  max-width: 790px;
  margin: 60px auto 0;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .category-border {
    max-width: calc(100% - 50px);
    margin-top: 30px;
  }
}

.button {
  text-align: center;
}

.button-black {
  border: solid 1px #fff;
  max-width: 320px;
  margin: auto;
}

.button-black__link {
  background-color: #000;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 17px 0;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .button-black__link {
    font-size: 1.6rem;
  }
}

.button-black__link:hover {
  color: #000;
  background-color: #fff;
}

.button-black__link-small {
  font-size: 1.5rem;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .button-black__link-small {
    font-size: 1.4rem;
  }
}

.button-goldsmall__link {
  background-color: #c69032;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 17px 0;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .button-goldsmall__link {
    font-size: 1.6rem;
  }
}

.button-goldsmall__link:hover {
  background-color: #f5b442;
}

.button-goldsmall__link-small {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .button-goldsmall__link-small {
    font-size: 1.4rem;
  }
}

.button-red {
  background-color: #9f2d2f;
  border-radius: 20px;
  transition: 0.4s;
}

.button-red:hover {
  background-color: #da4040;
}

.button-red__link {
  display: block;
  padding: 20px 0;
  font-size: 2.8rem;
  padding: 40px 0;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .button-red__link {
    padding: 20px 0;
    font-size: 2rem;
  }
}

.button-gold {
  background-color: #c69032;
  border-radius: 20px;
  transition: 0.4s;
}

.button-gold:hover {
  background-color: #f5b442;
}

.button-gold__link {
  display: block;
  padding: 20px 0;
  font-size: 2.8rem;
  padding: 40px 0;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .button-gold__link {
    padding: 20px 0;
    font-size: 2rem;
  }
}

.sns-bottom {
  position: relative;
}

.sns-bottom .sns__list {
  padding-bottom: 50px;
}

.sns__list {
  padding: 5px 5px 5px 5px;
  z-index: 10;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .sns__list {
    justify-content: center;
    position: relative;
    background: none;
    bottom: auto;
    line-height: 0;
    padding: 0px 0 0px;
    align-items: center;
  }
}

.sns__item {
  margin-bottom: 12px;
  border-radius: 100%;
  margin-right: 20px;
}

.sns__item:last-child {
  margin-right: 0;
}

.sns__item img {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .sns__item {
    margin: 0 8px;
    padding: 2px;
  }
  .sns__item img {
    border-radius: 100%;
    height: 40px;
  }
}

.nav-category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.nav-category__item {
  width: calc(25% - 20px);
  text-align: center;
  border: solid 1px #c69032;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .nav-category__item {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
}

.nav-category__item:hover {
  opacity: 0.7;
}

.nav-category__item__link {
  color: #C7953C;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 0 0 20px;
  display: block;
  background-image: url(../images/bg-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .nav-category__item__link {
    font-size: 1.6rem;
  }
}

.nav-category__item__link:before, .nav-category__item__link:after {
  content: "";
  background-size: cover;
  display: inline-block;
  width: 27px;
  height: 33px;
  position: relative;
  top: 9px;
}

.nav-category__item__link:before {
  background-image: url(../images/crown-left.png);
  left: -1px;
}

.nav-category__item__link:after {
  background-image: url(../images/crown-right.png);
  right: -1px;
}

.hero {
  background: url(../images/bg-hero.png);
  background-size: 100%;
  background-position: 50% -100px;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .hero {
    margin-bottom: 0px;
    background: url(../images/bg-hero.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    background: url(../images/bg-hero.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}

.hero-content {
  margin-top: 70px;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .hero-content {
    top: 0;
    position: relative;
    padding-top: 50px;
  }
}

.hero__logo {
  width: 45%;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hero__logo {
    width: 80%;
  }
}

.hero__lead {
  max-width: 90%;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .hero__lead {
    font-size: 1.6rem;
    bottom: 0;
    margin-top: 40px;
  }
}

.hero__lead__text {
  font-size: 1.9rem;
  line-height: 2.3;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px) {
  .hero__lead__text {
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 40px;
  }
}

.apply {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .apply {
    margin-top: 45px;
  }
}

.apply__btn {
  background-color: #f5b442;
  text-align: center;
  max-width: 720px;
  border-radius: 50px;
  margin: auto;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  transition: 0.4s;
}

.apply__btn:hover {
  opacity: 0.7;
}

.apply__btn__link {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 3rem;
  padding: 25px 0;
}

@media only screen and (max-width: 768px) {
  .apply__btn__link {
    font-size: 2.4rem;
  }
}

.apply__text {
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .apply__text {
    font-size: 1.6rem;
  }
}

.bnr {
  margin: 75px auto 0;
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .bnr {
    margin-top: 45px;
  }
}

.bnr:hover {
  opacity: 0.7;
}

.register {
  border: solid 1px #fff;
  padding: 50px 40px 40px 40px;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .register {
    padding: 30px 15px;
    margin-bottom: 45px;
  }
}

.register-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .register-top {
    align-items: center;
    flex-flow: column;
    margin-bottom: 30px;
  }
}

.register-top-left {
  margin-right: 45px;
  width: 320px;
}

@media only screen and (max-width: 768px) {
  .register-top-left {
    margin-right: 0;
    width: 100%;
  }
}

.register-top-right {
  width: calc(100% - 365px);
}

@media only screen and (max-width: 768px) {
  .register-top-right {
    width: 100%;
  }
}

.register__andmore {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 55px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .register__andmore {
    padding: 0 0 30px;
    font-size: 3rem;
  }
}

.register-bottom {
  position: relative;
  display: flex;
  padding: 0px 40px 10px 0;
  align-items: center;
  background-image: url(../images/bg-calender.png);
  background-size: cover;
  background-repeat: no-repeat;
  /*
        &:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 150px 150px 0 0;
            border-color: $red transparent transparent transparent;
        }
        */
}

@media only screen and (max-width: 768px) {
  .register-bottom {
    padding: 0;
    flex-flow: column-reverse;
  }
}

.register-bottom-left {
  margin-right: 55px;
  width: 320px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .register-bottom-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
  }
}

.register-bottom-left__fig {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .register-bottom-left__fig {
    padding: 30px 30px 0px;
  }
}

.register-bottom-right {
  max-width: 490px;
  position: relative;
}

.register-bottom-right__text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .register-bottom-right__text {
    font-size: 1.6rem;
  }
}

.register-bottom-right__text-large {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .register-bottom-right__text-large {
    margin-bottom: 10px;
  }
}

.register-bottom-right__text-small {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .register-bottom-right__text-small {
    margin-top: 15px;
  }
}

.register__heading {
  width: calc(100% - 30px);
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .register__heading {
    width: 100%;
  }
}

.register__text-large {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .register__text-large {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.register__text-small {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .register__text-small {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.ranking {
  padding-bottom: 30px;
  background-image: url(../images/bg-ranking.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 20px;
}

.ranking__heading {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 4.2rem;
  color: #C7953C;
  letter-spacing: 4px;
}

@media only screen and (max-width: 768px) {
  .ranking__heading {
    margin-top: -30px;
    padding-bottom: 40px;
    font-size: 3rem;
    letter-spacing: 2px;
  }
}

.ranking__heading:before, .ranking__heading:after {
  content: "";
  background-size: cover;
  display: inline-block;
  width: 57px;
  height: 65px;
  position: relative;
  top: 22px;
}

@media only screen and (max-width: 768px) {
  .ranking__heading:before, .ranking__heading:after {
    width: 37px;
    height: 43px;
    top: 14px;
  }
}

.ranking__heading:before {
  background-image: url(../images/crown-left.png);
  left: -4px;
}

.ranking__heading:after {
  background-image: url(../images/crown-right.png);
  right: -4px;
}

.ranking__lead {
  color: #121212;
  font-size: 1.7rem;
  line-height: 1.8;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .ranking__lead {
    font-size: 1.6rem;
    padding-bottom: 40px;
  }
}

.ranking__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .ranking__list {
    margin-bottom: 0;
  }
}

.ranking__item {
  margin-bottom: 40px;
  max-width: calc(50% - 25px);
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .ranking__item {
    max-width: 100%;
    padding: 0;
  }
  .ranking__item:last-child {
    margin-bottom: 15px;
  }
}

.ranking__item-1st {
  max-width: 100%;
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
  flex-flow: column;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st {
    width: 100%;
    margin-bottom: 40px;
  }
}

.ranking__item-1st .ranking-left {
  border-image: url(../images/border-1st.png);
  border-image-slice: 1;
  border-image-repeat: stretch;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking-left {
    width: 100%;
  }
}

.ranking__item-1st .ranking-left::before {
  content: "";
  background-image: url(../images/icon-1st.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 110px;
  height: 144px;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking-left::before {
    background-size: 100%;
    top: 6px;
    left: 6px;
    width: 16%;
  }
}

.ranking__item-1st .ranking-right {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking-right {
    width: 100%;
    margin-left: 0;
  }
}

.ranking__item-1st .ranking__meta {
  margin-bottom: 10px;
  padding: 0;
}

.ranking__item-1st .ranking__meta__writer {
  font-size: 2.4rem;
  color: #c69032;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking__meta__writer {
    font-size: 1.6rem;
  }
}

.ranking__item-1st .ranking__title {
  padding: 0;
}

.ranking__item-1st .ranking__title__link {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking__title__link {
    font-size: 1.6rem;
  }
}

.ranking__item-1st .ranking__comment__icon {
  max-width: 75px;
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking__comment__icon {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ranking__item-1st .ranking__comment__text {
    max-width: 100%;
  }
}

.ranking__item-2nd, .ranking__item-3rd {
  position: relative;
  padding: 0;
}

.ranking__item-2nd::before, .ranking__item-3rd::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 108px;
  height: 141px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .ranking__item-2nd::before, .ranking__item-3rd::before {
    background-size: 100%;
    top: 6px;
    left: 6px;
    width: 16%;
  }
}

.ranking__item-2nd::before {
  background-image: url(../images/icon-2nd.png);
}

.ranking__item-2nd .ranking__fig {
  border-image: url(../images/border-2nd.png);
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.ranking__item-3rd::before {
  background-image: url(../images/icon-3rd.png);
}

.ranking__item-3rd .ranking__fig {
  border-image: url(../images/border-3rd.png);
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.ranking__item-low {
  max-width: calc(33.3333% - 30px);
  padding: 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .ranking__item-low {
    padding-top: 0;
    max-width: 100%;
  }
}

.ranking__item-special .ranking__fig {
  border: 0;
}

.ranking__tip {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #121212;
  font-size: 1.5rem;
  display: block;
  padding: 17px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .ranking__tip {
    padding: 12px;
    font-size: 1.2rem;
  }
}

.ranking__tip-lock {
  background-color: #333;
  color: #fff;
}

.ranking__tip-lock::before {
  display: block;
  content: "会員限定記事";
}

.ranking__tip-lock-video::before {
  content: "会員限定 (#1は無料)";
  white-space: pre;
}

.ranking__tip-unlock {
  background-color: #c69032;
}

.ranking__tip-unlock::before {
  display: block;
  content: "無料記事";
}

.ranking__num {
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: 4px;
  color: #121212;
  font-weight: bold;
  padding-bottom: 15px;
}

.ranking__fig {
  line-height: 0;
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
  border: solid 5px #000;
}

.ranking__fig__img {
  transition: 0.4s;
}

.ranking__fig__img:hover {
  opacity: 0.7;
}

.ranking__meta {
  color: #121212;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 10px 0;
}

@media only screen and (max-width: 768px) {
  .ranking__meta {
    padding: 0;
  }
}

.ranking__meta__writer {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c69032;
  padding-right: 13px;
}

.ranking__meta__writer:hover {
  text-decoration: underline;
}

.ranking__meta__writer-nolink:hover {
  text-decoration: none;
}

.ranking__meta__date {
  font-size: 1.4rem;
  padding-right: 30px;
  padding-right: 13px;
  font-weight: bold;
}

.ranking__meta__icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 100%;
  background-repeat: no-repeat;
}

.ranking__meta__icon-lock, .ranking__meta__icon-unlock {
  position: relative;
}

.ranking__meta__icon-lock {
  background: url(../images/icon-lock.svg) #333 no-repeat center;
  background-size: 10px;
  background-position: center;
}

.ranking__meta__icon-unlock {
  background: url(../images/icon-unlock.svg) #C89C5E no-repeat center;
  background-size: 10px;
  background-position: center;
}

.ranking__meta__icon__img {
  position: absolute;
  top: 3px;
  left: 6px;
}

.ranking__title {
  padding: 0px 10px 0;
}

@media only screen and (max-width: 768px) {
  .ranking__title {
    padding: 0;
  }
}

.ranking__title__link {
  color: #121212;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

.ranking__title__link:hover {
  text-decoration: underline;
}

.ranking__shoulder {
  text-align: center;
  color: #121212;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .ranking__shoulder {
    font-size: 1.6rem;
  }
}

.ranking__comment {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .ranking__comment {
    margin-top: 20px;
  }
}

.ranking__comment__icon {
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .ranking__comment__icon {
    width: 15%;
  }
}

.ranking__comment__icon__img {
  border-radius: 100%;
}

.ranking__comment__icon__img-noradius {
  border-radius: 0;
}

.ranking__comment__text {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .ranking__comment__text {
    width: 80%;
  }
}

.ranking__comment__text-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .ranking__comment__text-heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.ranking__comment__text-heading-link {
  text-decoration: underline;
  color: #fff;
}

.ranking__comment__text-content {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .ranking__comment__text-content {
    font-size: 1.4rem;
  }
}

.ranking__comment__text-content__link {
  color: #fff;
  text-decoration: underline;
}

.lead-sample {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .lead-sample {
    margin-top: 30px;
  }
}

.lead-sample__fig {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lead-sample__fig {
    margin-bottom: 15px;
  }
}

.lead-sample__fig__img {
  width: 960px;
}

@media only screen and (max-width: 768px) {
  .lead-sample__fig__img {
    width: 100%;
  }
}

.lead-sample__btn {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 390px;
  transition: 0.4s;
}

.lead-sample__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .lead-sample__btn {
    max-width: 100%;
  }
}

.lead-sample__btn__link {
  padding: 30px 0;
  display: block;
}

.lead-sample__imglist {
  display: none;
}

.benefits {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 75px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .benefits {
    padding: 45px 0;
  }
}

.benefits:after {
  content: "";
  background-image: url("../images/bg-sumi02.png");
  display: inline-block;
  width: 800px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.benefits__heading {
  text-align: center;
}

.benefits__heading__text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .benefits__heading__text {
    font-size: 2.6rem;
  }
}

.benefits__heading__text__img {
  height: 56px;
}

@media only screen and (max-width: 768px) {
  .benefits__heading__text__img {
    height: auto;
  }
}

.benefits__items {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .benefits__items {
    margin-top: 70px;
    flex-flow: column;
    margin-bottom: 0;
  }
}

.benefits__item {
  background-color: #000;
  width: calc(33.3333% - 20px);
}

@media only screen and (max-width: 768px) {
  .benefits__item {
    margin-bottom: 60px;
    width: 100%;
  }
  .benefits__item:last-child {
    margin-bottom: 0px;
  }
}

.benefits__item__num {
  text-align: center;
  margin-top: -35px;
}

.benefits__item__num img {
  height: 70px;
}

.benefits__item__point {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 5px 5px;
  background-color: #fff;
  display: inline-block;
  margin-top: 15px;
}

.benefits__item__fig {
  margin-top: 20px;
}

.benefits__item__fig img {
  width: 100%;
}

.benefits__item__text {
  padding: 20px 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}

/*TOP*/
/*# sourceMappingURL=common.css.map */