@charset "UTF-8";
/*!
File Name: Style.css

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h2, h3 {
  font-size: 17px ;
  font-size: 1.0625rem ; }

.site-title {
  display: block;
  margin: 0 auto;
  font-size: 10px ;
  font-size: 0.625rem ;
  font-weight: 600;
  text-align: center; }

.section-title, .section-title__primary, .section-title__secondary {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto; }
  .section-title__primary {
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 20px ;
    font-size: 1.25rem ;
    font-weight: 600;
    letter-spacing: 4px; }
    .section-title__primary:after {
      display: block;
      margin: -20px -13px 0;
      content: '';
      width: initial;
      height: 12px;
      background: #E2E2E2; }
      .section--negative .section-title__primary:after {
        background: transparent;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
    .section-title__primary em {
      font-size: 74px ;
      font-size: 4.625rem ;
      font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
      font-weight: 400;
      line-height: 4.625rem;
      padding-right: 0.25rem; }
  .section-title__secondary {
    font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
    font-size: 19px ;
    font-size: 1.1875rem ;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .section-title--sub {
    color: #CCCCCC;
    font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
    font-weight: 200;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    font-size: 19px ;
    font-size: 1.1875rem ;
    text-align: center;
    margin: 0; }

.feature-title {
  font-size: 20px ;
  font-size: 1.25rem ;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  white-space: pre-line; }
  .feature-title:before {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px ;
    font-size: 1.875rem ;
    font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
    font-style: italic;
    font-weight: 200;
    letter-spacing: 0.15rem;
    counter-increment: feature-title;
    content: counter(feature-title, decimal-leading-zero);
    margin: 0 auto;
    border-bottom: 2px solid #888; }

.lisense-title__primary {
  margin-bottom: 0; }

.lisense-title__secondary {
  margin: 0.1rem auto 0.5rem;
  font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
  font-size: 15px ;
  font-size: 0.9375rem ; }

.copyright {
  font-size: 10px ;
  font-size: 0.625rem ;
  color: #AAAAAA;
  text-transform: uppercase;
  white-space: pre-line; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  font-size: 16px; }

img {
  max-width: 100%; }

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 14px ;
  font-size: 0.875rem ;
  font-weight: 200;
  line-height: 30px ;
  line-height: 1.875rem ; }
  .page-about p {
    line-height: 25px ;
    line-height: 1.5625rem ; }
  p.small {
    font-size: 12px ;
    font-size: 0.75rem ;
    line-height: 20px ;
    line-height: 1.25rem ; }

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aaa), color-stop(0%, #fff));
  background-image: linear-gradient(to right, #aaa 33%, #fff 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x; }

time {
  color: #AAAAAA;
  font-size: 12px ;
  font-size: 0.75rem ;
  margin: 20px 0; }

svg.st0 {
  fill: url(#SVGID_1_); }

svg.st1 {
  fill: url(#SVGID_2_); }

svg.st2 {
  fill: url(#SVGID_3_); }

svg.st3 {
  fill: url(#SVGID_4_); }

svg.st4 {
  fill: url(#SVGID_5_); }

svg.st5 {
  fill: #FE0316; }

svg.st6 {
  fill: #1B2B51; }

svg.st7 {
  fill: #DCDCDC; }

svg.st8 {
  fill: #FFF88B; }

svg.st9 {
  fill: #FFFFFF; }

svg.st10 {
  fill: none;
  stroke: #000000;
  stroke-width: 5;
  stroke-miterlimit: 10; }

svg.st11 {
  fill: #AAAAAA; }

svg.st12 {
  fill: #222222; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-branding {
  width: 100%; }

#site-branding {
  position: fixed; }

.site-logo, .site-logo img {
  width: 60px;
  height: 30px; }

#site-logo {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s; }

.site-title {
  color: #222222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .scrolled .site-title {
    color: transparent; }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 78px;
  z-index: 11;
  background: #FFFFFF; }

.site-content__footer {
  margin: 80px auto; }

.site-footer {
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
  background: #EDEDED;
  text-align: center; }
  .site-footer .site-logo, .site-footer .site-logo img, .site-logo .site-footer img {
    margin: 1.875rem auto; }

.container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  .section-licenses .container,
  .section-benefits .container,
  .section-jmfa-members .container {
    padding-bottom: 100px; }
  .section-available-license .container {
    padding-top: 60px;
    padding-bottom: 100px; }
  .section-jmfa-licenses .container {
    padding-bottom: 30px; }

.section-banner .inner {
  padding: 50px 30px 70px; }
  .section-banner .inner img {
    vertical-align: middle; }

.section-feature .inner {
  margin: 0 15px 15px; }

.section-licenses .inner {
  margin: 0 20px; }

.section-schedule .inner {
  margin: 0 30px; }

.page-about .inner {
  margin: 0 35px; }

.page-members .inner,
.page-licenses .inner {
  margin: 0 30px; }

.fixed-items {
  top: 0;
  left: 0;
  width: 100%;
  height: 100; }
  .fixed-items .button-menu {
    position: fixed;
    top: -5px;
    right: -5px;
    z-index: 12; }

.page-licenses {
  counter-reset: license; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button {
  margin: 0 auto;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 17px ;
  font-size: 1.0625rem ;
  line-height: 46px ;
  line-height: 2.875rem ; }

.button--primary, .tab button {
  text-align: center;
  width: 305px;
  border: 2px solid;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #1B2B51;
  background: #1B2B51;
  color: #FFFFFF; }
  .button--primary:hover, .tab button:hover, .button--primary:active, .tab button:active, .button--primary:focus, .tab button:focus {
    color: #1B2B51;
    border-color: #1B2B51;
    background: #FFFFFF; }

.button--secondary {
  text-align: center;
  width: 305px;
  border: 2px solid;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #1B2B51;
  background: #FFFFFF;
  color: #1B2B51; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    border-color: #FFFFFF;
    background: #1B2B51;
    color: #FFFFFF; }

.button-alert {
  text-align: center;
  width: 305px;
  border: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #1B2B51;
  background: linear-gradient(103deg, #FE0316 0%, #1B2B51 100%);
  color: #FFFFFF; }
  .button-alert:hover {
    border: 2px solid;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #FE0316;
    background: #FFFFFF;
    color: #FE0316; }

.button-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px ;
  width: 6.25rem ;
  height: 100px ;
  height: 6.25rem ;
  text-align: center;
  border: 0;
  border-radius: 100%;
  background-color: #1B2B51;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  background: linear-gradient(141deg, #FE0316 0%, #1B2B51 100%);
  line-height: 1.375rem;
  font-size: 14px ;
  font-size: 0.875rem ;
  letter-spacing: 2px; }
  .button-circle:hover {
    color: #FFFFFF; }
  .button-circle:hover {
    background: linear-gradient(141deg, #FE0316 -50%, #1B2B51 100%);
    color: #FFFFFF; }

.button-small {
  width: 86px ;
  width: 5.375rem ;
  margin: 20px 0;
  border: 2px solid;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #1B2B51;
  line-height: 20px ;
  line-height: 1.25rem ;
  font-size: 13px ;
  font-size: 0.8125rem ;
  text-align: center;
  font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  background: #1B2B51;
  color: #FFFFFF; }
  .button-small:hover, .button-small:active, .button-small:focus {
    color: #1B2B51;
    border-color: #1B2B51;
    background: #FFFFFF; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 17px ;
  font-size: 1.0625rem ;
  line-height: 1;
  padding: .6em 1em .4em; }

.button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px ;
  width: 4.6875rem ;
  height: 75px ;
  height: 4.6875rem ;
  text-align: center;
  border: 0;
  border-radius: 100%;
  background-color: #1B2B51;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }
  .button-top:hover {
    color: #FFFFFF; }
  .button-top:before {
    display: block;
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.414%22%20height%3D%227.121%22%20viewBox%3D%220%200%2011.414%207.121%22%3E%20%3Cpath%20d%3D%22M3636.9-18107.613l5%2C5-5%2C5%22%20transform%3D%22translate(18108.32%203643.313)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    width: 15px;
    height: 15px;
    margin: 0 auto;
    padding-bottom: 5px;
    color: #fff;
    line-height: 15px; }
  .button-top span {
    font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
    font-size: 19px ;
    font-size: 1.1875rem ;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 25px;
    padding-left: 5px; }

.button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px ;
  width: 4.375rem ;
  height: 70px ;
  height: 4.375rem ;
  text-align: center;
  border: 0;
  border-radius: 100%;
  background-color: #1B2B51;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  background: #FFFFFF; }
  .button-menu:hover {
    color: #FFFFFF; }
  .button-menu hr {
    border-radius: 1px;
    border: 0;
    width: 20px;
    height: 4px;
    background: #FE0316;
    margin-top: 2px;
    margin-bottom: 2px; }

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tab button {
    background: transparent;
    color: #222222;
    border: 1px solid;
    border-color: transparent transparent #AAAAAA transparent;
    padding: 0;
    line-height: 35px ;
    line-height: 2.1875rem ;
    font-weight: 600; }
    .tab button.active {
      border-color: #AAAAAA #AAAAAA transparent #AAAAAA; }

.button-accordion {
  padding: 0;
  border: 0;
  background: transparent;
  padding: 10px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1B2B51;
  font-size: 14px ;
  font-size: 0.875rem ;
  line-height: 20px ;
  line-height: 1.25rem ; }
  .button-accordion:after {
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    content: url("../images/JMFA_arrow-and-circle.svg"); }
  .button-accordion.toggled:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.nav-menu {
  margin-top: 0;
  padding-left: 0; }
  ul.nav-menu li {
    list-style: none; }
    ul.nav-menu li a {
      text-decoration: none; }
  .site-footer ul.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer ul.nav-menu li {
      padding: 0 10px; }
      .site-footer ul.nav-menu li a {
        font-size: 12px ;
        font-size: 0.75rem ;
        color: #404040; }
  .site-navigation ul.nav-menu {
    margin: 40px auto 45px; }
    .site-navigation ul.nav-menu li {
      position: relative; }
      .site-navigation ul.nav-menu li a {
        padding: 2px 25px 0;
        display: block;
        margin: 1.25rem auto 1.5625rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 20px ;
        font-size: 1.25rem ;
        line-height: 20px ;
        line-height: 1.25rem ;
        letter-spacing: 3px;
        color: #404040;
        font-weight: 600;
        background: url("../images/JMFA_arrow-grey.svg") no-repeat center right;
        background-size: 12px 12px; }
        .site-navigation ul.nav-menu li a:hover:before, .site-navigation ul.nav-menu li a:active:before {
          position: absolute;
          top: 0.625rem;
          right: 0;
          left: 0;
          margin: auto;
          display: block;
          content: '';
          width: 200px;
          height: 2px;
          background: #FE0316;
          border-bottom: 2px #1B2B51 solid; }

.site-navigation {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 20;
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .site-navigation.toggled {
    left: 0; }
  .site-navigation:before {
    content: url("../images/JMFA_close.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 21; }

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
.description-list {
  font-size: 14px ;
  font-size: 0.875rem ;
  line-height: 25px ;
  line-height: 1.5625rem ;
  letter-spacing: 0.02rem; }
  .description-list__title {
    margin: 15px 0;
    color: #AAAAAA; }
    .description-list__title:nth-of-type(n+2):before {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aaa), color-stop(0%, #fff));
      background-image: linear-gradient(to right, #aaa 33%, #fff 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x;
      margin-bottom: 30px; }
  .description-list__content {
    margin-left: 0; }
    .description-list__content:nth-child(n+2) {
      margin-bottom: 25px ;
      margin-bottom: 1.5625rem ; }
  .description-list:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aaa), color-stop(0%, #fff));
    background-image: linear-gradient(to right, #aaa 33%, #fff 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x; }

.benefits-list {
  font-size: 17px ;
  font-size: 1.0625rem ;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02rem;
  padding-left: 0; }
  .benefits-list li {
    list-style: none;
    background: url("../images/JMFA_circle.svg") no-repeat center left;
    background-size: 25px;
    padding-left: 45px;
    margin-bottom: 25px; }

.link-list {
  padding-left: 0;
  margin-bottom: 40px; }
  .link-list li {
    list-style: none;
    margin-bottom: 20px; }
    .link-list li a {
      padding: 10px 4px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: left;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #1B2B51;
      font-size: 14px ;
      font-size: 0.875rem ;
      line-height: 20px ;
      line-height: 1.25rem ; }
      .link-list li a:after {
        display: inline-block;
        vertical-align: baseline;
        width: 10px;
        height: 10px;
        content: url("../images/JMFA_arrow.svg"); }
      .link-list li a:after {
        padding-right: 8px; }
    .link-list li button {
      padding: 10px 0 10px 4px; }
    .link-list li:after {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aaa), color-stop(0%, #fff));
      background-image: linear-gradient(to right, #aaa 33%, #fff 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x; }

.license-list {
  margin-top: 0;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-reset: license; }
  .license-list__item {
    display: block;
    position: relative;
    margin: 3.4375rem auto; }
    .license-list__item:before {
      display: block;
      position: absolute;
      top: -1.5625rem;
      right: 0;
      left: 0;
      text-align: center;
      font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
      font-style: italic;
      font-weight: 200;
      letter-spacing: 0.15rem;
      letter-spacing: 3px;
      font-size: 50px ;
      font-size: 3.125rem ;
      line-height: 50px ;
      line-height: 3.125rem ;
      counter-increment: license;
      content: counter(license, decimal-leading-zero);
      z-index: 5; }
    .license-list__item__link {
      position: absolute;
      overflow: hidden;
      border-radius: 5px;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1) url("../images/JMFA_arrow-white.svg") no-repeat right 8px center;
      background-size: 14px 14px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      text-decoration: none;
      color: #FFFFFF; }
    .license-list__item__text {
      vertical-align: middle;
      padding: 0 15px; }
    .license-list__item__img {
      border-radius: 5px;
      width: 100%;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0;
      vertical-align: middle;
      z-index: 0; }
    .license-list__item:visited, .license-list__item:hover, .license-list__item:focus, .license-list__item:active {
      color: #FFFFFF; }
    .license-list__item-unavailable:before {
      color: #CCCCCC; }
    .license-list__item-unavailable > a:before,
    .license-list__item-unavailable > span:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: rgba(0, 0, 0, 0.6) url(../images/JMFA_coming-soon.svg) center center no-repeat;
      background-size: 80%;
      z-index: 2; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section--negative {
  background: #1B2B51;
  color: #FFFFFF; }

.section__title {
  padding: 60px 0;
  margin: 0 auto; }
  .section__title--sub {
    padding: 0;
    position: absolute;
    top: -11.5px ;
    top: -0.71875rem ;
    right: 0;
    left: 0;
    margin: 0 auto; }

.section-feature {
  counter-reset: feature-title; }
  .section-feature__eyecatch {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .section-feature__title {
    margin: 0.625rem auto 1.875rem; }
  .section-feature__inner {
    border: solid #1B2B51;
    border-width: 0 2px 2px;
    padding: 20px; }

.section-available-license {
  position: relative; }

/*--------------------------------------------------------------
# Page Modules
--------------------------------------------------------------*/
.page-licenses {
  counter-reset: license; }

.card {
  position: relative;
  margin: 20px;
  border-radius: 5px;
  background: #fff;
  color: #222222; }
  .page-licenses .card {
    margin-bottom: 50px; }
  .card__counter {
    position: absolute;
    top: -30px;
    width: 135px;
    height: 61px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    border-bottom: 4px #FE0316 solid;
    text-align: center;
    vertical-align: middle;
    font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
    font-style: italic;
    font-weight: 200;
    letter-spacing: 0.15rem; }
    .card__counter:before {
      display: inline-block;
      content: 'license';
      text-transform: uppercase;
      border-top: 1px #1B2B51 solid;
      font-size: 19px ;
      font-size: 1.1875rem ;
      padding-top: 6px; }
    .card__counter:after {
      display: inline-block;
      counter-increment: license;
      content: counter(license, decimal-leading-zero);
      font-size: 50px ;
      font-size: 3.125rem ; }
  .card__header {
    height: 100px;
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .card__header.regular {
      background: #CCCCCC;
      color: #1B2B51; }
    .card__header.supporter {
      background: #222222;
      color: #FFFFFF; }
    .card__header--image {
      height: auto;
      overflow: hidden; }
  .card__container {
    margin: 30px 15px;
    padding-bottom: 14px; }
  .card .lisense-title:after {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #222222;
    margin-top: 30px; }

.price-table {
  text-align: center; }

.price {
  font-size: 40px ;
  font-size: 2.5rem ;
  font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
  letter-spacing: 0.3rem;
  color: #1B2B51;
  margin: 20px 0; }
  .price small {
    font-size: 14px ;
    font-size: 0.875rem ;
    letter-spacing: 0.15rem;
    font-weight: 200; }
    .price small + small {
      display: block;
      font-family: "Hiragino Kaku Gothic StdN", sans-serif;
      line-height: 25px ;
      line-height: 1.5625rem ; }
  .price.before-discount {
    position: relative;
    font-size: 19px ;
    font-size: 1.1875rem ;
    line-height: 23px ;
    line-height: 1.4375rem ; }
    .price.before-discount:before {
      position: absolute;
      display: block;
      top: 10px;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      content: '';
      height: 1px;
      width: 80px;
      background: #FE0316; }
    .price.before-discount:after {
      display: block;
      margin-top: 15px;
      content: '▼';
      color: #FE0316;
      font-size: 14px; }
  .price.standard {
    color: #1F5FEF; }
  .price.discounted {
    color: #FE0316; }

.accordion__button {
  width: 100%; }

.accordion:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #aaa), color-stop(0%, #fff));
  background-image: linear-gradient(to right, #aaa 33%, #fff 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x; }

.site .site-header:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 118px;
  content: '';
  background-image: url("../images/JMFA_triangle.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px 118px; }

.hero-scroll {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  width: 200px;
  padding: 13px 0 30px;
  color: #FFFFFF;
  background: #1B2B51;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-family: "Barlow Condensed", "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 200;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center; }
  .hero-scroll:before {
    background: #fff;
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
            animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    right: 0;
    top: -30px;
    left: 0;
    content: '';
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 40px; }

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }

.page-header {
  width: 100%;
  height: 192px;
  position: relative;
  overflow: hidden; }
  .page-header img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .page-header--hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: -78px;
    background: url("../images/JMFA-top.jpg") center center;
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .page-header--hero__typo {
      width: 500px;
      height: auto;
      max-width: 80%;
      max-height: 50vh; }
    .page-header--hero__button {
      position: absolute;
      right: 10px;
      bottom: 50px; }

.section-banner {
  background-image: url("../images/JMFA_border-triple.svg");
  background-position: bottom center;
  background-repeat: repeat-x; }

/*tabの切り替え*/
.tab_wrap{width:500px; margin:80px auto;}
input[type="radio"]{display:none;}
.tab_area{font-size:0;}
.tab_area label{width:150px; margin:0 5px; display:inline-block;text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}
.tab_panel{width:100%; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
 
#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;}

