@charset "UTF-8";
@-webkit-keyframes Flash {
  50% {
    opacity: 0.5; } }
@keyframes Flash {
  50% {
    opacity: 0.5; } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

#pt_custom .contents h1.category_name {
  background: #023b58;
  background: -webkit-gradient(linear, left top, right top, from(#023b58), to(#011017));
  background: linear-gradient(to right, #023b58 0%, #011017 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

@media screen and (min-width: 768px) {
  .contents_wrapper {
    padding-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .contents_wrapper {
    padding-bottom: 10%; } }

@media screen and (max-width: 767px) {
  .side_widget_text img {
    width: 100%; } }

article p {
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    article p {
      margin-top: 0;
      margin-bottom: 5%; } }

#wrapper-content {
  -ms-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 768px) {
  .head_cassette .cassette {
    width: 49%; } }

.head_cassette .cassette .thumbnail {
  height: auto; }

article h3 {
  line-height: 1.5; }

.page-link {
  padding-left: 0 !important;
  margin: 0 !important;
  text-align: center; }
  .page-link li {
    list-style-type: none;
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem; }
    .page-link li:after {
      padding: 0 15px;
      content: "|";
      display: inline-block;
      opacity: 0.3; }
    .page-link li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .page-link li:last-child:after {
        content: none; }

.cassette_inner {
  position: relative; }

.paid-icon, .open-icon, .nopaid-icon {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  display: inline-block;
  font-weight: bold;
  overflow: hidden; }
  .paid-icon span, .open-icon span, .nopaid-icon span {
    padding: 20px 47px 0px;
    position: relative;
    top: -8px;
    left: -55px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.paid-icon span {
  color: #ffffff;
  background: #25bf7c;
  background: -webkit-gradient(linear, left top, right top, from(#25bf7c), to(#3bbfa1));
  background: linear-gradient(to right, #25bf7c 0%, #3bbfa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

.open-icon span {
  color: #ffffff;
  background: #278cbf;
  background: -webkit-gradient(linear, left top, right top, from(#278cbf), to(#447bbf));
  background: linear-gradient(to right, #278cbf 0%, #447bbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

.nopaid-icon span {
  color: #ffffff;
  background: #f52929;
  background: -webkit-gradient(linear, left top, right top, from(#f52929), to(#f53765));
  background: linear-gradient(to right, #f52929 0%, #f53765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }

#modal-overlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 84, 163, 0.9); }

#modal-content {
  padding: 0px 0px 30px;
  width: 100%;
  position: fixed;
  top: 30%;
  text-align: center;
  z-index: 11000; }
  @media screen and (max-width: 767px) {
    #modal-content {
      padding: 20% 5%;
      margin-left: 0;
      width: 100%;
      top: 20%; } }
  #modal-content .loading {
    color: #fff;
    line-height: 1.5;
    font-size: 50px;
    font-size: 3.125rem; }
    @media screen and (max-width: 767px) {
      #modal-content .loading {
        font-size: 30px;
        font-size: 1.875rem; }
        #modal-content .loading br {
          display: none; } }
  #modal-content i {
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-size: 100px;
    font-size: 6.25rem;
    -webkit-animation: loading 1.5s linear infinite;
            animation: loading 1.5s linear infinite; }

i {
  padding-right: 5px; }

#alert {
  padding: 20px 30px;
  width: 100%;
  background: #f52929;
  color: #ffffff;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #alert {
      padding: 5%; } }
  #alert .alert-inner {
    margin: 0 auto;
    max-width: 1200px; }
  #alert .alert-icon, #alert .alert-message {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #alert .alert-icon, #alert .alert-message {
        display: block; } }
  #alert .alert-icon {
    font-size: 90px;
    font-size: 5.625rem; }
    @media screen and (max-width: 767px) {
      #alert .alert-icon {
        text-align: center;
        font-size: 60px;
        font-size: 3.75rem; } }
  #alert .alert-message {
    padding-left: 10px;
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (max-width: 767px) {
      #alert .alert-message {
        padding: 0;
        font-size: 20px;
        font-size: 1.25rem; } }
  #alert a, #alert a:hover {
    color: #fff700 !important; }
  #alert .alert-checkbox {
    margin: 15px auto 5px;
    text-align: center; }
    #alert .alert-checkbox a {
      color: #ffffff !important; }
      #alert .alert-checkbox a:hover {
        text-decoration: none; }
    #alert .alert-checkbox span {
      padding: 5px 8px;
      cursor: pointer;
      border: 1px solid #ffffff;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
      #alert .alert-checkbox span:hover {
        color: #f52929;
        background: #ffffff; }

@media screen and (min-width: 768px) {
  #header_login_wrapper {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9999; } }

@media screen and (min-width: 768px) {
  .cont_box {
    overflow: hidden; } }

#header_login_form::after {
  content: "";
  display: block;
  clear: both; }

@media screen and (min-width: 768px) {
  #header_login_form {
    position: absolute;
    top: 10px;
    right: 0; } }

@media screen and (min-width: 768px) {
  #header_login_form li {
    margin-left: 5px;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  #header_login_form li {
    width: 100%;
    display: block; } }

#header_login_form li a {
  text-align: center;
  color: #ffffff;
  background: #023b58; }
  @media screen and (min-width: 768px) {
    #header_login_form li a {
      padding: 30px 20px 18px 20px;
      font-size: 22px;
      font-size: 1.375rem;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      box-shadow: 0 3px 0 0 #011017;
      position: relative;
      top: 0; }
      #header_login_form li a:hover {
        color: #ffffff;
        text-decoration: none;
        background: #023b58;
        box-shadow: 0 1px 0 0 #011017;
        top: 2px; } }
  @media screen and (max-width: 767px) {
    #header_login_form li a {
      padding: .5em 1em .3em;
      display: block;
      width: 100%; }
      #header_login_form li a:last-child {
        border-right: 1px solid #ffffff; } }

#header {
  min-height: 0; }
  @media screen and (max-width: 767px) {
    #header {
      padding: 2% 3% 3% 3%; }
      #header span.image {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; } }
  @media screen and (min-width: 768px) {
    #header .image {
      padding: 0;
      width: 20%; } }

.slim .ftrList {
  margin: 0 !important; }
  .slim .ftrList a {
    font-size: 22px;
    font-size: 1.375rem; }
  .slim .ftrList > li {
    padding-top: 0 !important; }

@media screen and (min-width: 768px) {
  .slim #header_login_form {
    top: 13px; } }

@media screen and (max-width: 767px) {
  .slim #header_login_form {
    display: none; } }

.slim #header_login_form li a {
  padding: 10px 15px;
  font-size: 20px;
  font-size: 1.25rem; }

@media screen and (min-width: 768px) {
  .slim #header .image {
    display: none; } }

.slim #global_nav {
  padding: 0; }

#header_wrapper.slim {
  position: static; }

@media screen and (min-width: 768px) {
  #global_nav {
    background: #ffffff;
    border: none; } }

@media screen and (min-width: 768px) {
  #global_nav ul.ftrList > li {
    padding: 0; } }

@media screen and (min-width: 768px) {
  #global_nav ul.ftrList > li a {
    padding: 14px 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 23px;
    font-size: 1.4375rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    #global_nav ul.ftrList > li a:hover {
      color: #333333;
      border-bottom: 1px solid #023b58; } }

@media screen and (min-width: 768px) {
  .form-style {
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .form-style {
    margin-bottom: 7%; } }

@media screen and (min-width: 768px) {
  .form-style .section-margin {
    margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .form-style .section-margin {
    margin-bottom: 10%; } }

.form-style table {
  margin-bottom: 0;
  width: 100%;
  border: none; }

.form-style tr {
  border-bottom: 1px solid #dddddd; }

.form-style th, .form-style td {
  border: none;
  text-align: left;
  font-weight: 100;
  font-size: 26px;
  font-size: 1.625rem; }
  @media screen and (min-width: 768px) {
    .form-style th, .form-style td {
      padding: 30px 15px;
      vertical-align: middle; } }
  @media screen and (max-width: 767px) {
    .form-style th, .form-style td {
      vertical-align: top; } }

@media screen and (min-width: 768px) {
  .form-style .label {
    width: 30%; } }

@media screen and (max-width: 767px) {
  .form-style .label {
    padding-left: 0;
    width: 70%; } }

@media screen and (min-width: 768px) {
  .form-style .require, .form-style .optional {
    width: 10%;
    text-align: right; } }

@media screen and (max-width: 767px) {
  .form-style .require, .form-style .optional {
    width: 20%; } }

.form-style .require span, .form-style .optional span {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem; }

.form-style .require span {
  color: #ffffff;
  background: #f52929; }
  @media screen and (max-width: 767px) {
    .form-style .require span {
      padding: 12%; } }

.form-style .optional span {
  color: #555;
  background: #eee; }

@media screen and (max-width: 767px) {
  .form-style .label, .form-style .require, .form-style .optional {
    padding-top: 5%;
    display: inline-block; } }

.form-style .input, .form-style .textarea {
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .form-style .input, .form-style .textarea {
      padding-right: 5%;
      width: 55%; } }
  @media screen and (max-width: 767px) {
    .form-style .input, .form-style .textarea {
      padding-bottom: 5%;
      width: 100%;
      display: block; } }
  .form-style .input input, .form-style .input textarea, .form-style .textarea input, .form-style .textarea textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #ffeac8;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .form-style .input input:focus, .form-style .input textarea:focus, .form-style .textarea input:focus, .form-style .textarea textarea:focus {
      background: #fffef0; }
    @media screen and (min-width: 768px) {
      .form-style .input input, .form-style .input textarea, .form-style .textarea input, .form-style .textarea textarea {
        padding: 15px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .form-style .input input, .form-style .input textarea, .form-style .textarea input, .form-style .textarea textarea {
        margin-bottom: 3%;
        padding: 4%; } }
  .form-style .input .selectbox, .form-style .textarea .selectbox {
    width: 35%;
    height: 44px;
    border: 1px solid #ddd;
    background: #ffeac8;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .form-style .input .credit_number, .form-style .textarea .credit_number {
    display: inline-block;
    width: 35%; }
  .form-style .input .credit_number_name, .form-style .input .selectbox_month, .form-style .textarea .credit_number_name, .form-style .textarea .selectbox_month {
    margin-right: 10px; }
  .form-style .input .example, .form-style .textarea .example {
    margin-top: 2%;
    color: #777777;
    font-size: 18px;
    font-size: 1.125rem; }
    .form-style .input .example span, .form-style .textarea .example span {
      margin-right: 5px;
      padding: 3px 5px;
      color: #777777;
      background: #eee; }
  .form-style .input .discription, .form-style .input .attention, .form-style .textarea .discription, .form-style .textarea .attention {
    margin-bottom: 2%;
    color: #666666;
    font-size: 20px;
    font-size: 1.25rem; }
    .form-style .input .discription span, .form-style .input .attention span, .form-style .textarea .discription span, .form-style .textarea .attention span {
      margin-right: 5px;
      padding: 3px 5px;
      color: #ffffff;
      background: #666666; }
  .form-style .input .attention, .form-style .textarea .attention {
    color: #f52929; }
    .form-style .input .attention span, .form-style .textarea .attention span {
      color: #ffffff;
      background: #f52929; }

@media screen and (max-width: 767px) {
  .form-style input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important; } }

@media screen and (max-width: 767px) {
  .form-style input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important; } }

.form-style input[disabled="disabled"] {
  background: #cccccc; }

.form-style .aside h3 {
  font-size: 120% !important; }

.form-style #button-area {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .form-style #button-area {
      padding: 50px; } }
  @media screen and (max-width: 767px) {
    .form-style #button-area {
      padding: 8% 0; } }
  .form-style #button-area button, .form-style #button-area .button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background: #023b58;
    font-size: 30px;
    font-size: 1.875rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    box-shadow: 0 3px 0 0 #011017;
    position: relative;
    top: 0; }
    .form-style #button-area button:hover, .form-style #button-area .button:hover {
      background: #023b58;
      box-shadow: 0 1px 0 0 #011017;
      top: 2px; }
    @media screen and (min-width: 768px) {
      .form-style #button-area button, .form-style #button-area .button {
        padding: 20px 50px;
        min-width: 400px; } }
    @media screen and (max-width: 767px) {
      .form-style #button-area button, .form-style #button-area .button {
        padding: 5%;
        width: 100%; } }
  .form-style #button-area button[disabled="disabled"] {
    cursor: not-allowed;
    color: #333333;
    background: #cccccc;
    box-shadow: 0 0px 0 0 #cccccc;
    position: relative;
    top: 0; }

.form-style .lostpass {
  text-align: center; }

@media screen and (max-width: 767px) {
  .form-style p br {
    display: none; } }

@media screen and (min-width: 768px) {
  .form-style .t-center {
    margin-top: 50px;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .form-style .t-center {
    margin-top: 5%;
    margin-bottom: 0; } }

.form-style .agree-checkbox {
  padding: 20px;
  margin: 10px auto;
  max-width: 420px;
  background: #eeeeee;
  position: relative;
  top: 20px; }
  @media screen and (max-width: 767px) {
    .form-style .agree-checkbox {
      padding: 5%;
      margin: 0; } }
  .form-style .agree-checkbox li {
    margin-bottom: 2%;
    list-style: none;
    text-align: left; }
    .form-style .agree-checkbox li:first-child {
      margin-bottom: 10px;
      text-align: center;
      font-weight: bold; }
  .form-style .agree-checkbox label {
    padding-left: 5px;
    display: inline;
    font-weight: normal; }

.sidebar-links {
  display: block;
  width: 300px;
  height: 75px;
  text-align: center;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  border: 0px solid #023b58;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }
  @media screen and (max-width: 767px) {
    .sidebar-links {
      width: 100%; } }
  .sidebar-links:hover {
    color: #ffffff;
    border: 5px solid #023b58; }
  .sidebar-links span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 32%;
    color: #ffffff; }

.sidebar-cart {
  background: url(../img/side_rec.jpg) no-repeat center center;
  background-size: cover; }

.select-order::after {
  content: "";
  display: block;
  clear: both; }

.order-attention .fa-exclamation-triangle {
  color: #f52929;
  -webkit-animation: Flash 1s infinite;
          animation: Flash 1s infinite; }

@media screen and (min-width: 768px) {
  .order-attention {
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .order-attention {
    margin-bottom: 5%; } }

.order-attention dt {
  text-align: center;
  color: #ffffff;
  background: #333333; }
  @media screen and (min-width: 768px) {
    .order-attention dt {
      padding: 5px 10px; } }
  @media screen and (max-width: 767px) {
    .order-attention dt {
      padding: 3%; } }

.order-attention dd {
  border: 1px solid #333333; }
  @media screen and (min-width: 768px) {
    .order-attention dd {
      padding: 15px;
      font-size: 22px;
      font-size: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .order-attention dd {
      padding: 5%; } }

.order-attention .order-attention-list {
  margin: 0;
  padding-left: 0; }
  .order-attention .order-attention-list > li {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
            align-items: baseline; }
    .order-attention .order-attention-list > li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.select-plan-list {
  border: solid 1px #DEDEDE; }
  @media screen and (min-width: 768px) {
    .select-plan-list {
      padding: 15px;
      margin-right: 2%;
      float: left;
      width: 32%; } }
  @media screen and (max-width: 767px) {
    .select-plan-list {
      margin-bottom: 3%;
      padding: 5%; } }
  .select-plan-list .select-plan-list-head-wrap {
    margin-bottom: 5%;
    text-align: center;
    color: #ffffff;
    background: #023b58;
    background: -webkit-gradient(linear, left top, right top, from(#023b58), to(#56ce33));
    background: linear-gradient(to right, #023b58 0%, #56ce33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
    @media screen and (min-width: 768px) {
      .select-plan-list .select-plan-list-head-wrap {
        padding: 12px 10px 18px; } }
    @media screen and (max-width: 767px) {
      .select-plan-list .select-plan-list-head-wrap {
        padding: 3%; } }
  .select-plan-list .select-plan-list-head {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .select-plan-list .select-plan-list-head {
        padding: 10px 0;
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (max-width: 767px) {
      .select-plan-list .select-plan-list-head {
        margin-bottom: 3%;
        font-size: 35px;
        font-size: 2.1875rem; } }
  .select-plan-list .select-plan-list-head-aside {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem; }
  .select-plan-list .select-plan-aside {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select-plan-list .select-plan-aside li {
      list-style-type: none !important; }
      @media screen and (min-width: 768px) {
        .select-plan-list .select-plan-aside li {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .select-plan-list .select-plan-aside li {
          margin-bottom: 3%; } }
  .select-plan-list .th {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .select-plan-list .th {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (max-width: 767px) {
      .select-plan-list .th {
        font-size: 22px;
        font-size: 1.375rem; } }
  @media screen and (min-width: 768px) {
    .select-plan-list .td {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (max-width: 767px) {
    .select-plan-list .td {
      font-size: 32px;
      font-size: 2rem; } }
  .select-plan-list .td span {
    font-size: 16px;
    font-size: 1rem; }
  .select-plan-list .attention {
    margin: 5% 0 6%;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem; }
  .select-plan-list .select-plan-btn a {
    text-align: center;
    display: block;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff !important;
    background: #f52929;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
    @media screen and (min-width: 768px) {
      .select-plan-list .select-plan-btn a {
        padding: 10px;
        font-size: 22px;
        font-size: 1.375rem;
        box-shadow: 0 3px 0 0 #c20000;
        position: relative;
        top: 0; }
        .select-plan-list .select-plan-btn a:hover {
          color: #ffffff;
          text-decoration: none;
          background: #ff3a3a;
          box-shadow: 0 1px 0 0 #c20000;
          top: 2px; } }
    @media screen and (max-width: 767px) {
      .select-plan-list .select-plan-btn a {
        padding: 4%;
        box-shadow: 0 3px 0 0 #c20000;
        position: relative;
        top: 0; } }

.select-plan-list-last-child, .select-plan-radiobtn-last-child {
  margin-right: 0 !important; }

#select-content-list {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-content-list {
  padding: 4px 0;
  list-style-type: none !important; }
  .select-content-list h4, .select-content-list .introduction {
    color: #333333 !important;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .select-content-list h4, .select-content-list .introduction {
        position: relative;
        top: -3px;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.5; } }
  .select-content-list h4 {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .select-content-list h4 {
        margin-bottom: 3%; } }
  .select-content-list .introduction {
    font-weight: normal; }
  .select-content-list .select-content-list-label {
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .select-content-list .select-content-list-label::after {
      content: "";
      display: block;
      clear: both; }
    .select-content-list .select-content-list-label:hover {
      background: #d7f4ff; }
    .select-content-list .select-content-list-label .select-content-list-img {
      float: left;
      width: 20%; }
      @media screen and (max-width: 767px) {
        .select-content-list .select-content-list-label .select-content-list-img {
          width: 15%; } }
      .select-content-list .select-content-list-label .select-content-list-img img {
        vertical-align: top; }
    .select-content-list .select-content-list-label .select-content-list-deteil {
      margin-left: 3%;
      float: left;
      width: 70%; }
      @media screen and (max-width: 767px) {
        .select-content-list .select-content-list-label .select-content-list-deteil {
          width: 75%; } }
    .select-content-list .select-content-list-label .select-content-list-checkbox-true {
      float: right;
      width: 7%;
      height: 150px;
      text-align: right; }
      .select-content-list .select-content-list-label .select-content-list-checkbox-true i {
        margin-top: -14px;
        width: 28px;
        height: 28px;
        border: 2px solid #cccccc;
        display: inline-block;
        position: relative;
        top: 50%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease; }
        .select-content-list .select-content-list-label .select-content-list-checkbox-true i:before {
          display: none; }
        @media screen and (max-width: 767px) {
          .select-content-list .select-content-list-label .select-content-list-checkbox-true i {
            top: 12px; } }
  .select-content-list .select-content-list-checkbox {
    display: none; }
  .select-content-list .select-content-list-checkbox:checked + .select-content-list-label {
    background: #fffaea; }
    .select-content-list .select-content-list-checkbox:checked + .select-content-list-label .select-content-list-checkbox-true i {
      border: 2px solid #023b58;
      background: #023b58; }
      .select-content-list .select-content-list-checkbox:checked + .select-content-list-label .select-content-list-checkbox-true i:before {
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
        color: #ffffff; }

.select-content-list-checkbox[disabled="disabled"] + .select-content-list-label {
  background: #dddddd; }
  .select-content-list-checkbox[disabled="disabled"] + .select-content-list-label:hover {
    background: #dddddd; }

.current-plan::after {
  content: "";
  display: block;
  clear: both; }

.current-plan .single-plan-processing {
  padding: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #f52929;
  font-weight: bold; }
  .current-plan .single-plan-processing a {
    color: #ffffff !important;
    text-decoration: underline; }
    .current-plan .single-plan-processing a:hover {
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .current-plan .select-plan-list {
    margin-bottom: 50px;
    padding: 15px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .current-plan .select-plan-list {
    margin-bottom: 3%;
    padding: 5%; } }

@media screen and (min-width: 768px) {
  .current-plan .select-plan-aside::after {
    content: "";
    display: block;
    clear: both; }
  .current-plan .select-plan-aside > li {
    margin-right: 2%;
    display: inline-block;
    width: 48%; }
    .current-plan .select-plan-aside > li:last-child {
      margin: 0; } }

.order-btn a {
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff !important;
  background: #f52929;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }
  @media screen and (min-width: 768px) {
    .order-btn a {
      padding: 10px;
      font-size: 22px;
      font-size: 1.375rem;
      box-shadow: 0 3px 0 0 #c20000;
      position: relative;
      top: 0; }
      .order-btn a:hover {
        color: #ffffff;
        text-decoration: none;
        background: #ff3a3a;
        box-shadow: 0 1px 0 0 #c20000;
        top: 2px; } }
  @media screen and (max-width: 767px) {
    .order-btn a {
      padding: 4%; } }

.select-btn {
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff !important;
  background: #f52929;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }
  @media screen and (min-width: 768px) {
    .select-btn {
      padding: 10px;
      font-size: 22px;
      font-size: 1.375rem;
      box-shadow: 0 3px 0 0 #c20000;
      position: relative;
      top: 0; }
      .select-btn:hover {
        color: #ffffff;
        text-decoration: none;
        background: #ff3a3a;
        box-shadow: 0 1px 0 0 #c20000;
        top: 2px; } }
  @media screen and (max-width: 767px) {
    .select-btn {
      padding: 4%; } }

.select-card {
  padding-left: 0 !important; }
  .select-card::after {
    content: "";
    display: block;
    clear: both; }
  .select-card .select-card-list {
    padding: 5px;
    float: left;
    width: 25%;
    text-align: center;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .select-card .select-card-list {
        padding: 0;
        padding-right: 5px; } }
  .select-card .select-card-radiobtn-radio {
    display: none; }
  .select-card .select-card-radiobtn-label {
    padding: 10px;
    border: 2px solid #ddd;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }
    .select-card .select-card-radiobtn-label:hover {
      border: 2px solid #023b58; }
    @media screen and (max-width: 767px) {
      .select-card .select-card-radiobtn-label {
        padding: 5px 5px 2px; } }
  .select-card .select-card-radiobtn-radio:checked + .select-card-radiobtn-label {
    background: #fffaea;
    border: 2px solid #023b58; }

.select-box select {
  min-width: 30%;
  height: 44px;
  border: 1px solid #ddd;
  background: #ffeac8;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .select-box select {
      width: 100%; } }

#cart .select-plan-radiobtn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  #cart .select-plan-radiobtn .select-plan-radiobtn-list {
    list-style-type: none !important;
    border: solid 1px #DEDEDE; }
    @media screen and (min-width: 768px) {
      #cart .select-plan-radiobtn .select-plan-radiobtn-list {
        margin-right: 2%;
        float: left;
        width: 23.5%; } }
    @media screen and (max-width: 767px) {
      #cart .select-plan-radiobtn .select-plan-radiobtn-list {
        margin-bottom: 3%; } }

#cart .select-plan-radiobtn-head-wrap {
  margin-bottom: 5%;
  text-align: center;
  color: #ffffff; }
  @media screen and (min-width: 768px) {
    #cart .select-plan-radiobtn-head-wrap {
      padding: 12px 10px 18px; } }
  @media screen and (max-width: 767px) {
    #cart .select-plan-radiobtn-head-wrap {
      padding: 3%; } }

#cart .select-plan-radiobtn-head-aside {
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem; }

#cart .select-plan-aside {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  #cart .select-plan-aside li {
    list-style-type: none !important; }
    @media screen and (min-width: 768px) {
      #cart .select-plan-aside li {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      #cart .select-plan-aside li {
        margin-bottom: 3%; } }

#cart .th {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    #cart .th {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media screen and (max-width: 767px) {
    #cart .th {
      font-size: 22px;
      font-size: 1.375rem; } }

#cart .td {
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    #cart .td {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (max-width: 767px) {
    #cart .td {
      font-size: 32px;
      font-size: 2rem; } }
  #cart .td span {
    font-size: 16px;
    font-size: 1rem; }

#cart .select-plan-radiobtn-label {
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  #cart .select-plan-radiobtn-label::after {
    content: "";
    display: block;
    clear: both; }
  #cart .select-plan-radiobtn-label:hover {
    background: #d7f4ff; }

#cart .select-plan-list-radiobtn-radio-true {
  text-align: center;
  position: relative;
  left: 4px; }
  #cart .select-plan-list-radiobtn-radio-true:after {
    content: "選択する"; }
    @media screen and (max-width: 767px) {
      #cart .select-plan-list-radiobtn-radio-true:after {
        position: relative;
        top: 6px;
        font-size: 30px;
        font-size: 1.875rem; } }
  #cart .select-plan-list-radiobtn-radio-true i {
    width: 25px;
    height: 25px;
    border: 2px solid #cccccc;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
    #cart .select-plan-list-radiobtn-radio-true i:before {
      display: none; }
    @media screen and (max-width: 767px) {
      #cart .select-plan-list-radiobtn-radio-true i {
        top: 12px; } }

#cart .select-plan-radiobtn-radio {
  display: none; }

#cart .select-plan-radiobtn-radio:checked + .select-plan-radiobtn-label {
  background: #fffaea; }
  #cart .select-plan-radiobtn-radio:checked + .select-plan-radiobtn-label .select-plan-list-radiobtn-radio-true::after {
    content: "選択中　"; }
  #cart .select-plan-radiobtn-radio:checked + .select-plan-radiobtn-label .select-plan-list-radiobtn-radio-true i {
    border: 2px solid #023b58;
    background: #023b58; }
    #cart .select-plan-radiobtn-radio:checked + .select-plan-radiobtn-label .select-plan-list-radiobtn-radio-true i:before {
      display: block;
      position: absolute;
      top: 3px;
      left: 3px;
      color: #ffffff; }

#plan {
  margin-bottom: 2em;
  width: 100%; }
  #plan th, #plan td {
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem; }
  #plan th {
    color: #ffffff;
    background: #333333; }

@media screen and (min-width: 768px) {
  #select-plan #order-single {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  #select-plan.year #order-single {
    margin: 0 auto;
    width: 500px;
    float: none; } }

#select-plan.year #order-year, #select-plan.year #order-month {
  display: none; }

@media screen and (min-width: 768px) {
  #select-plan.month #order-year, #select-plan.month #order-single {
    margin-right: 2%;
    width: 49%; }
    #select-plan.month #order-year dd, #select-plan.month #order-single dd {
      min-height: 280px; }
  #select-plan.month #order-single {
    margin-right: 0; } }

#select-plan.month #order-month {
  display: none; }

@media screen and (min-width: 768px) {
  #select-plan.single #order-year, #select-plan.single #order-month {
    margin-right: 2%;
    width: 49%; }
    #select-plan.single #order-year dd, #select-plan.single #order-month dd {
      min-height: 280px; }
  #select-plan.single #order-month {
    margin-right: 0 !important; } }

#select-plan.single #order-single {
  display: none; }

@media screen and (min-width: 768px) {
  #sign-up .select-plan-list {
    margin-right: 2%;
    width: 49%; } }

.enquete {
  margin-bottom: 50px; }

.side_widget h2, #side_list h2 {
  color: #ffffff;
  background: #023b58;
  border: none !important; }

#side-os-link-area-wrap {
  padding: 0;
  /*
	a {
		display: block;
		overflow: hidden;
		position: relative;
		&:hover {
			text-decoration: none;		
			
			@include mq(pc) {
				.title,.time,.teacher {
					opacity: 0;
				}
				.watch {
					opacity: 1.0;
				}
			}
		}
	}
*/ }

.side-os-link-area {
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  background: url(../img/side_os_img.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }

.title, .time, .teacher {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: relative;
  right: 0px; }

.watch {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 0;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .watch {
      display: none; } }

.side-os-link {
  color: #ffffff;
  text-align: center;
  font-weight: bold; }
  .side-os-link .title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 30px;
    font-size: 1.875rem; }
  .side-os-link time {
    line-height: 1.3;
    font-size: 20px;
    font-size: 1.25rem; }
  .side-os-link .head {
    padding: 1px 3px 0;
    border-bottom: 1px solid #ffffff;
    display: block;
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem; }

.sidebar-button {
  padding: 1em;
  text-align: center; }
  .sidebar-button a {
    width: 100%; }

.design-button a {
  padding: .75em 1em;
  display: inline-block;
  border: 1px solid #b986d5;
  color: #ffffff;
  background: #023b58;
  background: -webkit-gradient(linear, left top, right top, from(#023b58), to(#56ce33));
  background: linear-gradient(to right, #023b58 0%, #56ce33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .design-button a:hover {
    color: #023b58;
    background: #ffffff; }

#paid-content-list {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  #paid-content-list::after {
    content: "";
    display: block;
    clear: both; }
  #paid-content-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    list-style-type: none; }
    #paid-content-list li:last-child {
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    @media screen and (max-width: 767px) {
      #paid-content-list li {
        margin-bottom: 5%; } }

.paid-content-list::after {
  content: "";
  display: block;
  clear: both; }

.paid-content-list-img {
  float: left;
  width: 20%; }

.paid-content-list-detail {
  float: right;
  width: 78%; }

.paid-content-list-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 34px;
  font-size: 2.125rem; }
  @media screen and (max-width: 767px) {
    .paid-content-list-title {
      margin-bottom: 2%;
      line-height: 1.5;
      font-size: 28px;
      font-size: 1.75rem; } }

.paid-content-list-introduction {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .paid-content-list-introduction {
      line-height: 1.5;
      font-size: 20px;
      font-size: 1.25rem; } }

.paid-content-list-btn {
  padding: .5em 1em;
  text-align: center;
  display: inline-block;
  border: 1px solid #cccccc;
  color: #333333 !important;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  box-shadow: 0 2px 0 0 #aaaaaa;
  position: relative;
  top: 0;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
  background: linear-gradient(to bottom, #efefef 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  .paid-content-list-btn:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 0 #aaaaaa;
    top: 2px;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dbdbdb));
    background: linear-gradient(to bottom, #efefef 0%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 ); }
  @media screen and (max-width: 767px) {
    .paid-content-list-btn {
      display: block; } }

.error-message {
  padding: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #f52929;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .error-message {
      padding: 5%;
      margin-bottom: 2%; } }
  .error-message a {
    color: #ffffff !important;
    text-decoration: underline; }
    .error-message a:hover {
      text-decoration: none; }

.single-plan-processing {
  padding: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #f52929;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .single-plan-processing {
      padding: 5%;
      margin-bottom: 2%; } }

.contents .recommended_contlist {
  width: 100%;
  height: 200px;
  float: none; }
  @media screen and (max-width: 767px) {
    .contents .recommended_contlist {
      width: calc(100% - 20px); } }

#toppage-news {
  height: 300px;
  line-height: 1.8;
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    #toppage-news {
      height: 210px; } }

.mypage-link {
  margin: 15px 0; }
  .mypage-link a {
    padding: 15px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #023b58;
    color: #023b58;
    background: #ffffff;
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease; }
    @media screen and (max-width: 767px) {
      .mypage-link a {
        padding: 5%; } }
    .mypage-link a:hover {
      text-decoration: none;
      color: #ffffff !important;
      background: #023b58; }

.logout-button {
  padding: 5px 15px;
  display: inline-block;
  color: #ffffff;
  background: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  box-shadow: 0 2px 0 0 #000;
  position: relative;
  top: 0; }
  .logout-button:hover {
    text-decoration: none;
    color: #ffffff !important;
    box-shadow: 0 1px 0 0 #000;
    top: 1px; }

#error-guide {
  padding: 20px;
  margin-bottom: 30px;
  border: 3px solid #3AE279; }
  @media screen and (max-width: 767px) {
    #error-guide {
      margin-bottom: 5%; } }
  #error-guide h2 {
    padding: 20px 20px 5px;
    border: none !important;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #3AE279;
    background: -webkit-gradient(linear, left top, right top, from(#3AE279), to(#0496DA));
    background: linear-gradient(to right, #3AE279 0%, #0496DA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
  #error-guide dl dt {
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      #error-guide dl dt {
        margin-bottom: 2%; } }
  #error-guide dl dd {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #error-guide dl dd {
        margin-bottom: 5%; } }
  #error-guide dl ul {
    margin: 0;
    padding: 0 0 0 15px; }
    @media screen and (max-width: 767px) {
      #error-guide dl ul {
        padding-left: 5%; } }
  #error-guide dl li {
    margin-bottom: 10px;
    line-height: 1.5;
    list-style-type: none; }
    #error-guide dl li span {
      color: #f52929; }
    #error-guide dl li i {
      color: #f52929; }

.sp-offer {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sp-offer {
      text-align: left; } }

.sp-offer-attention {
  margin: 0 auto;
  padding: 1em;
  max-width: 500px;
  background: #eee;
  text-align: center;
  font-size: .9em; }
  @media screen and (max-width: 767px) {
    .sp-offer-attention {
      text-align: left; } }


/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/
/*
		font-color
-------------------------------------------------- */
.fc-000 {
  color: #000; }

/*黒色*/
.fc-333 {
  color: #333; }

/*黒灰*/
.fc-666 {
  color: #666; }

/*濃灰*/
.fc-999 {
  color: #999; }

/*薄灰*/
.fc-ccc {
  color: #CCC; }

/*白灰*/
.fc-fff {
  color: #FFF; }

/*白色*/
.fc-f00 {
  color: #F00; }

/*赤色*/
.fc-900 {
  color: #900; }

/*濃赤*/
.fc-00f {
  color: #00F; }

/*青色*/
.fc-009 {
  color: #009; }

/*濃青*/
.fc-0f0 {
  color: #0F0; }

/*緑色*/
.fc-090 {
  color: #090; }

/*濃緑*/
.fc-0ff {
  color: #0FF; }

/*水色*/
.fc-ff0 {
  color: #FF0; }

/*黄色*/
.fc-f63 {
  color: #F63; }

/*橙色*/
.fc-90f {
  color: #90F; }

/*紫色*/
.fc-f0f {
  color: #F0F; }

/*桃色*/
/*
		font-background-color
-------------------------------------------------- */
.fb-900 {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #900; }

.fb-00f {
  padding: 1px;
  color: #ffffff;
  font-weight: bold;
  background: #00F; }

.fb-0f0 {
  padding: 1px;
  font-weight: bold;
  background: #0F0; }

.fb-0ff {
  padding: 1px;
  font-weight: bold;
  background: #0FF; }

.fb-ff0 {
  padding: 1px;
  font-weight: bold;
  background: #FF0; }

.fb-ff0- {
  padding: 1px;
  color: #F00;
  font-weight: bold;
  background: #FF0; }

.fb-ff0-2 {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #FF0; }

.fb-f63 {
  padding: 1px;
  font-weight: bold;
  background: #F63; }

.fb-f0f {
  padding: 1px;
  color: #FFF;
  font-weight: bold;
  background: #F0F; }

/*												*/
/* ---------- これより以下は拡張設定 ----------	*/
/* ----------  使わない場合は放置  ----------	*/
/*												*/
/*------------------------------------------------------------
		font-weight
-------------------------------------------------------------*/
.fw-n {
  font-weight: normal; }

.fw-b {
  font-weight: bold; }

/*------------------------------------------------------------
		font-size
-------------------------------------------------------------*/
#wrapper .fs-10 {
  font-size: 10px;
  font-size: 0.625rem; }

#wrapper .fs-11 {
  font-size: 11px;
  font-size: 0.6875rem; }

#wrapper .fs-12 {
  font-size: 12px;
  font-size: 0.75rem; }

#wrapper .fs-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

#wrapper .fs-14 {
  font-size: 14px;
  font-size: 0.875rem; }

#wrapper .fs-15 {
  font-size: 15px;
  font-size: 0.9375rem; }

#wrapper .fs-16 {
  font-size: 16px;
  font-size: 1rem; }

#wrapper .fs-17 {
  font-size: 17px;
  font-size: 1.0625rem; }

#wrapper .fs-18 {
  font-size: 18px;
  font-size: 1.125rem; }

#wrapper .fs-19 {
  font-size: 19px;
  font-size: 1.1875rem; }

#wrapper .fs-20 {
  font-size: 20px;
  font-size: 1.25rem; }

#wrapper .fs-21 {
  font-size: 21px;
  font-size: 1.3125rem; }

#wrapper .fs-22 {
  font-size: 22px;
  font-size: 1.375rem; }

#wrapper .fs-23 {
  font-size: 23px;
  font-size: 1.4375rem; }

#wrapper .fs-24 {
  font-size: 24px;
  font-size: 1.5rem; }

#wrapper .fs-25 {
  font-size: 25px;
  font-size: 1.5625rem; }

#wrapper .fs-26 {
  font-size: 26px;
  font-size: 1.625rem; }

#wrapper .fs-27 {
  font-size: 27px;
  font-size: 1.6875rem; }

#wrapper .fs-28 {
  font-size: 28px;
  font-size: 1.75rem; }

#wrapper .fs-29 {
  font-size: 29px;
  font-size: 1.8125rem; }

#wrapper .fs-30 {
  font-size: 30px;
  font-size: 1.875rem; }

/*------------------------------------------------------------
		line-height
-------------------------------------------------------------*/
.lh-110 {
  line-height: 110%; }

.lh-120 {
  line-height: 120%; }

.lh-130 {
  line-height: 130%; }

.lh-140 {
  line-height: 140%; }

.lh-150 {
  line-height: 150%; }

.lh-160 {
  line-height: 160%; }

.lh-170 {
  line-height: 170%; }

.lh-180 {
  line-height: 180%; }

.lh-190 {
  line-height: 190%; }

.lh-200 {
  line-height: 200%; }

/*------------------------------------------------------------
		text-decoration
-------------------------------------------------------------*/
.td-n {
  text-decoration: none; }

.td-u {
  text-decoration: underline; }

.td-o {
  text-decoration: overline; }

.td-t {
  text-decoration: line-through; }

.td-b {
  text-decoration: blink; }

/*------------------------------------------------------------
		text-align
-------------------------------------------------------------*/
.ta-c {
  text-align: center; }

/*中央寄せ*/
.ta-r {
  text-align: right; }

/*右寄せ*/
.ta-l {
  text-align: left; }

/*左寄せ*/
/*------------------------------------------------------------
		vertical-align
-------------------------------------------------------------*/
.va-t {
  vertical-align: top; }

/*上寄せ*/
.va-m {
  vertical-align: middle; }

/*中央寄せ*/
.va-b {
  vertical-align: bottom; }

/*下寄せ*/
@media screen and (min-width: 768px) {
  /*------------------------------------------------------------
			margin
	-------------------------------------------------------------*/
  .m0 {
    margin: 0 !important; }
  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }
  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }
  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }
  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }
  /*左marginが0px*/
  .m1 {
    margin: 1px !important; }
  .mt-1 {
    margin-top: 1px !important; }
  .mr-1 {
    margin-right: 1px !important; }
  .mb-1 {
    margin-bottom: 1px !important; }
  .ml-1 {
    margin-left: 1px !important; }
  .m2 {
    margin: 2px !important; }
  .mt-2 {
    margin-top: 2px !important; }
  .mr-2 {
    margin-right: 2px !important; }
  .mb-2 {
    margin-bottom: 2px !important; }
  .ml-2 {
    margin-left: 2px !important; }
  .m3 {
    margin: 3px !important; }
  .mt-3 {
    margin-top: 3px !important; }
  .mr-3 {
    margin-right: 3px !important; }
  .mb-3 {
    margin-bottom: 3px !important; }
  .ml-3 {
    margin-left: 3px !important; }
  .m4 {
    margin: 4px !important; }
  .mt-4 {
    margin-top: 4px !important; }
  .mr-4 {
    margin-right: 4px !important; }
  .mb-4 {
    margin-bottom: 4px !important; }
  .ml-4 {
    margin-left: 4px !important; }
  .m5 {
    margin: 5px !important; }
  .mt-5 {
    margin-top: 5px !important; }
  .mr-5 {
    margin-right: 5px !important; }
  .mb-5 {
    margin-bottom: 5px !important; }
  .ml-5 {
    margin-left: 5px !important; }
  .m6 {
    margin: 6px !important; }
  .mt-6 {
    margin-top: 6px !important; }
  .mr-6 {
    margin-right: 6px !important; }
  .mb-6 {
    margin-bottom: 6px !important; }
  .ml-6 {
    margin-left: 6px !important; }
  .m7 {
    margin: 7px !important; }
  .mt-7 {
    margin-top: 7px !important; }
  .mr-7 {
    margin-right: 7px !important; }
  .mb-7 {
    margin-bottom: 7px !important; }
  .ml-7 {
    margin-left: 7px !important; }
  .m8 {
    margin: 8px !important; }
  .mt-8 {
    margin-top: 8px !important; }
  .mr-8 {
    margin-right: 8px !important; }
  .mb-8 {
    margin-bottom: 8px !important; }
  .ml-8 {
    margin-left: 8px !important; }
  .m9 {
    margin: 9px !important; }
  .mt-9 {
    margin-top: 9px !important; }
  .mr-9 {
    margin-right: 9px !important; }
  .mb-9 {
    margin-bottom: 9px !important; }
  .ml-9 {
    margin-left: 9px !important; }
  .m10 {
    margin: 10px !important; }
  .mt-10 {
    margin-top: 10px !important; }
  .mr-10 {
    margin-right: 10px !important; }
  .mb-10 {
    margin-bottom: 10px !important; }
  .ml-10 {
    margin-left: 10px !important; }
  .m15 {
    margin: 15px !important; }
  .mt-15 {
    margin-top: 15px !important; }
  .mr-15 {
    margin-right: 15px !important; }
  .mb-15 {
    margin-bottom: 15px !important; }
  .ml-15 {
    margin-left: 15px !important; }
  .m20 {
    margin: 20px !important; }
  .mt-20 {
    margin-top: 20px !important; }
  .mr-20 {
    margin-right: 20px !important; }
  .mb-20 {
    margin-bottom: 20px !important; }
  .ml-20 {
    margin-left: 20px !important; }
  .m25 {
    margin: 25px !important; }
  .mt-25 {
    margin-top: 25px !important; }
  .mr-25 {
    margin-right: 25px !important; }
  .mb-25 {
    margin-bottom: 25px !important; }
  .ml-25 {
    margin-left: 25px !important; }
  .m30 {
    margin: 30px !important; }
  .mt-30 {
    margin-top: 30px !important; }
  .mr-30 {
    margin-right: 30px !important; }
  .mb-30 {
    margin-bottom: 30px !important; }
  .ml-30 {
    margin-left: 30px !important; }
  .m40 {
    margin: 40px !important; }
  .mt-40 {
    margin-top: 40px !important; }
  .mr-40 {
    margin-right: 40px !important; }
  .mb-40 {
    margin-bottom: 40px !important; }
  .ml-40 {
    margin-left: 40px !important; }
  .m50 {
    margin: 50px !important; }
  .mt-50 {
    margin-top: 50px !important; }
  .mr-50 {
    margin-right: 50px !important; }
  .mb-50 {
    margin-bottom: 50px !important; }
  .ml-50 {
    margin-left: 50px !important; }
  .m60 {
    margin: 60px !important; }
  .mt-60 {
    margin-top: 60px !important; }
  .mr-60 {
    margin-right: 60px !important; }
  .mb-60 {
    margin-bottom: 60px !important; }
  .ml-60 {
    margin-left: 60px !important; }
  .m70 {
    margin: 70px !important; }
  .mt-70 {
    margin-top: 70px !important; }
  .mr-70 {
    margin-right: 70px !important; }
  .mb-70 {
    margin-bottom: 70px !important; }
  .ml-70 {
    margin-left: 70px !important; }
  /*------------------------------------------------------------
			padding
	-------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }
  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }
  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }
  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }
  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }
  /*左paddingが0px*/
  .p1 {
    padding: 1px !important; }
  .pt-1 {
    padding-top: 1px !important; }
  .pr-1 {
    padding-right: 1px !important; }
  .pb-1 {
    padding-bottom: 1px !important; }
  .pl-1 {
    padding-left: 1px !important; }
  .p2 {
    padding: 2px !important; }
  .pt-2 {
    padding-top: 2px !important; }
  .pr-2 {
    padding-right: 2px !important; }
  .pb-2 {
    padding-bottom: 2px !important; }
  .pl-2 {
    padding-left: 2px !important; }
  .p3 {
    padding: 3px !important; }
  .pt-3 {
    padding-top: 3px !important; }
  .pr-3 {
    padding-right: 3px !important; }
  .pb-3 {
    padding-bottom: 3px !important; }
  .pl-3 {
    padding-left: 3px !important; }
  .p4 {
    padding: 4px !important; }
  .pt-4 {
    padding-top: 4px !important; }
  .pr-4 {
    padding-right: 4px !important; }
  .pb-4 {
    padding-bottom: 4px !important; }
  .pl-4 {
    padding-left: 4px !important; }
  .p5 {
    padding: 5px !important; }
  .pt-5 {
    padding-top: 5px !important; }
  .pr-5 {
    padding-right: 5px !important; }
  .pb-5 {
    padding-bottom: 5px !important; }
  .pl-5 {
    padding-left: 5px !important; }
  .p6 {
    padding: 6px !important; }
  .pt-6 {
    padding-top: 6px !important; }
  .pr-6 {
    padding-right: 6px !important; }
  .pb-6 {
    padding-bottom: 6px !important; }
  .pl-6 {
    padding-left: 6px !important; }
  .p7 {
    padding: 7px !important; }
  .pt-7 {
    padding-top: 7px !important; }
  .pr-7 {
    padding-right: 7px !important; }
  .pb-7 {
    padding-bottom: 7px !important; }
  .pl-7 {
    padding-left: 7px !important; }
  .p8 {
    padding: 8px !important; }
  .pt-8 {
    padding-top: 8px !important; }
  .pr-8 {
    padding-right: 8px !important; }
  .pb-8 {
    padding-bottom: 8px !important; }
  .pl-8 {
    padding-left: 8px !important; }
  .p9 {
    padding: 9px !important; }
  .pt-9 {
    padding-top: 9px !important; }
  .pr-9 {
    padding-right: 9px !important; }
  .pb-9 {
    padding-bottom: 9px !important; }
  .pl-9 {
    padding-left: 9px !important; }
  .p10 {
    padding: 10px !important; }
  .pt-10 {
    padding-top: 10px !important; }
  .pr-10 {
    padding-right: 10px !important; }
  .pb-10 {
    padding-bottom: 10px !important; }
  .pl-10 {
    padding-left: 10px !important; }
  .p15 {
    padding: 15px !important; }
  .pt-15 {
    padding-top: 15px !important; }
  .pr-15 {
    padding-right: 15px !important; }
  .pb-15 {
    padding-bottom: 15px !important; }
  .pl-15 {
    padding-left: 15px !important; }
  .p20 {
    padding: 20px !important; }
  .pt-20 {
    padding-top: 20px !important; }
  .pr-20 {
    padding-right: 20px !important; }
  .pb-20 {
    padding-bottom: 20px !important; }
  .pl-20 {
    padding-left: 20px !important; }
  .p30 {
    padding: 30px !important; }
  .pt-30 {
    padding-top: 30px !important; }
  .pr-30 {
    padding-right: 30px !important; }
  .pb-30 {
    padding-bottom: 30px !important; }
  .pl-30 {
    padding-left: 30px !important; }
  .p40 {
    padding: 40px !important; }
  .pt-40 {
    padding-top: 40px !important; }
  .pr-40 {
    padding-right: 40px !important; }
  .pb-40 {
    padding-bottom: 40px !important; }
  .pl-40 {
    padding-left: 40px !important; }
  .p50 {
    padding: 50px !important; }
  .pt-50 {
    padding-top: 50px !important; }
  .pr-50 {
    padding-right: 50px !important; }
  .pb-50 {
    padding-bottom: 50px !important; }
  .pl-50 {
    padding-left: 50px !important; }
  .p60 {
    padding: 60px !important; }
  .pt-60 {
    padding-top: 60px !important; }
  .pr-60 {
    padding-right: 60px !important; }
  .pb-60 {
    padding-bottom: 60px !important; }
  .pl-60 {
    padding-left: 60px !important; }
  .p70 {
    padding: 70px !important; }
  .pt-70 {
    padding-top: 70px !important; }
  .pr-70 {
    padding-right: 70px !important; }
  .pb-70 {
    padding-bottom: 70px !important; }
  .pl-70 {
    padding-left: 70px !important; } }

@media screen and (max-width: 767px) {
  .m0 {
    margin: 0 !important; }
  /*全margin無し*/
  .mt-0 {
    margin-top: 0 !important; }
  /*上marginが0px*/
  .mr-0 {
    margin-right: 0 !important; }
  /*右marginが0px*/
  .mb-0 {
    margin-bottom: 0 !important; }
  /*下marginが0px*/
  .ml-0 {
    margin-left: 0 !important; }
  /*左marginが0px*/
  .m1 {
    margin: 0.1% !important; }
  .mt-1 {
    margin-top: 0.1% !important; }
  .mr-1 {
    margin-right: 0.1% !important; }
  .mb-1 {
    margin-bottom: 0.1% !important; }
  .ml-1 {
    margin-left: 0.1% !important; }
  .m2 {
    margin: 0.2% !important; }
  .mt-2 {
    margin-top: 0.2% !important; }
  .mr-2 {
    margin-right: 0.2% !important; }
  .mb-2 {
    margin-bottom: 0.2% !important; }
  .ml-2 {
    margin-left: 0.2% !important; }
  .m3 {
    margin: 0.3% !important; }
  .mt-3 {
    margin-top: 0.3% !important; }
  .mr-3 {
    margin-right: 0.3% !important; }
  .mb-3 {
    margin-bottom: 0.3% !important; }
  .ml-3 {
    margin-left: 0.3% !important; }
  .m4 {
    margin: 0.4% !important; }
  .mt-4 {
    margin-top: 0.4% !important; }
  .mr-4 {
    margin-right: 0.4% !important; }
  .mb-4 {
    margin-bottom: 0.4% !important; }
  .ml-4 {
    margin-left: 0.4% !important; }
  .m5 {
    margin: 0.5% !important; }
  .mt-5 {
    margin-top: 0.5% !important; }
  .mr-5 {
    margin-right: 0.5% !important; }
  .mb-5 {
    margin-bottom: 0.5% !important; }
  .ml-5 {
    margin-left: 0.5% !important; }
  .m6 {
    margin: 0.6% !important; }
  .mt-6 {
    margin-top: 0.6% !important; }
  .mr-6 {
    margin-right: 0.6% !important; }
  .mb-6 {
    margin-bottom: 0.6% !important; }
  .ml-6 {
    margin-left: 0.6% !important; }
  .m7 {
    margin: 0.7% !important; }
  .mt-7 {
    margin-top: 0.7% !important; }
  .mr-7 {
    margin-right: 0.7% !important; }
  .mb-7 {
    margin-bottom: 0.7% !important; }
  .ml-7 {
    margin-left: 0.7% !important; }
  .m8 {
    margin: 0.8% !important; }
  .mt-8 {
    margin-top: 0.8% !important; }
  .mr-8 {
    margin-right: 0.8% !important; }
  .mb-8 {
    margin-bottom: 0.8% !important; }
  .ml-8 {
    margin-left: 0.8% !important; }
  .m9 {
    margin: 0.9% !important; }
  .mt-9 {
    margin-top: 0.9% !important; }
  .mr-9 {
    margin-right: 0.9% !important; }
  .mb-9 {
    margin-bottom: 0.9% !important; }
  .ml-9 {
    margin-left: 0.9% !important; }
  .m10 {
    margin: 1% !important; }
  .mt-10 {
    margin-top: 1% !important; }
  .mr-10 {
    margin-right: 1% !important; }
  .mb-10 {
    margin-bottom: 1% !important; }
  .ml-10 {
    margin-left: 1% !important; }
  .m20 {
    margin: 2% !important; }
  .mt-20 {
    margin-top: 2% !important; }
  .mr-20 {
    margin-right: 2% !important; }
  .mb-20 {
    margin-bottom: 2% !important; }
  .ml-20 {
    margin-left: 2% !important; }
  .m30 {
    margin: 3% !important; }
  .mt-30 {
    margin-top: 3% !important; }
  .mr-30 {
    margin-right: 3% !important; }
  .mb-30 {
    margin-bottom: 3% !important; }
  .ml-30 {
    margin-left: 3% !important; }
  .m40 {
    margin: 4% !important; }
  .mt-40 {
    margin-top: 4% !important; }
  .mr-40 {
    margin-right: 4% !important; }
  .mb-40 {
    margin-bottom: 4% !important; }
  .ml-40 {
    margin-left: 4% !important; }
  .m50 {
    margin: 5% !important; }
  .mt-50 {
    margin-top: 5% !important; }
  .mr-50 {
    margin-right: 5% !important; }
  .mb-50 {
    margin-bottom: 5% !important; }
  .ml-50 {
    margin-left: 5% !important; }
  .m60 {
    margin: 6% !important; }
  .mt-60 {
    margin-top: 6% !important; }
  .mr-60 {
    margin-right: 6% !important; }
  .mb-60 {
    margin-bottom: 6% !important; }
  .ml-60 {
    margin-left: 6% !important; }
  .m70 {
    margin: 7% !important; }
  .mt-70 {
    margin-top: 7% !important; }
  .mr-70 {
    margin-right: 7% !important; }
  .mb-70 {
    margin-bottom: 7% !important; }
  .ml-70 {
    margin-left: 7% !important; }
  /*------------------------------------------------------------
			padding
	-------------------------------------------------------------*/
  .p0 {
    padding: 0 !important; }
  /*全padding無し*/
  .pt-0 {
    padding-top: 0px !important; }
  /*上paddingが0px*/
  .pr-0 {
    padding-right: 0px !important; }
  /*右paddingが0px*/
  .pb-0 {
    padding-bottom: 0px !important; }
  /*下paddingが0px*/
  .pl-0 {
    padding-left: 0px !important; }
  /*左paddingが0px*/
  .p1 {
    padding: 0.1% !important; }
  .pt-1 {
    padding-top: 0.1% !important; }
  .pr-1 {
    padding-right: 0.1% !important; }
  .pb-1 {
    padding-bottom: 0.1% !important; }
  .pl-1 {
    padding-left: 0.1% !important; }
  .p2 {
    padding: 0.2% !important; }
  .pt-2 {
    padding-top: 0.2% !important; }
  .pr-2 {
    padding-right: 0.2% !important; }
  .pb-2 {
    padding-bottom: 0.2% !important; }
  .pl-2 {
    padding-left: 0.2% !important; }
  .p3 {
    padding: 0.3% !important; }
  .pt-3 {
    padding-top: 0.3% !important; }
  .pr-3 {
    padding-right: 0.3% !important; }
  .pb-3 {
    padding-bottom: 0.3% !important; }
  .pl-3 {
    padding-left: 0.3% !important; }
  .p4 {
    padding: 0.4% !important; }
  .pt-4 {
    padding-top: 0.4% !important; }
  .pr-4 {
    padding-right: 0.4% !important; }
  .pb-4 {
    padding-bottom: 0.4% !important; }
  .pl-4 {
    padding-left: 0.4% !important; }
  .p5 {
    padding: 0.5% !important; }
  .pt-5 {
    padding-top: 0.5% !important; }
  .pr-5 {
    padding-right: 0.5% !important; }
  .pb-5 {
    padding-bottom: 0.5% !important; }
  .pl-5 {
    padding-left: 0.5% !important; }
  .p6 {
    padding: 0.6% !important; }
  .pt-6 {
    padding-top: 0.6% !important; }
  .pr-6 {
    padding-right: 0.6% !important; }
  .pb-6 {
    padding-bottom: 0.6% !important; }
  .pl-6 {
    padding-left: 0.6% !important; }
  .p7 {
    padding: 0.7% !important; }
  .pt-7 {
    padding-top: 0.7% !important; }
  .pr-7 {
    padding-right: 0.7% !important; }
  .pb-7 {
    padding-bottom: 0.7% !important; }
  .pl-7 {
    padding-left: 0.7% !important; }
  .p8 {
    padding: 0.8% !important; }
  .pt-8 {
    padding-top: 0.8% !important; }
  .pr-8 {
    padding-right: 0.8% !important; }
  .pb-8 {
    padding-bottom: 0.8% !important; }
  .pl-8 {
    padding-left: 0.8% !important; }
  .p9 {
    padding: 0.9% !important; }
  .pt-9 {
    padding-top: 0.9% !important; }
  .pr-9 {
    padding-right: 0.9% !important; }
  .pb-9 {
    padding-bottom: 0.9% !important; }
  .pl-9 {
    padding-left: 0.9% !important; }
  .p10 {
    padding: 1% !important; }
  .pt-10 {
    padding-top: 1% !important; }
  .pr-10 {
    padding-right: 1% !important; }
  .pb-10 {
    padding-bottom: 1% !important; }
  .pl-10 {
    padding-left: 1% !important; }
  .p20 {
    padding: 2% !important; }
  .pt-20 {
    padding-top: 2% !important; }
  .pr-20 {
    padding-right: 2% !important; }
  .pb-20 {
    padding-bottom: 2% !important; }
  .pl-20 {
    padding-left: 2% !important; }
  .p30 {
    padding: 3% !important; }
  .pt-30 {
    padding-top: 3% !important; }
  .pr-30 {
    padding-right: 3% !important; }
  .pb-30 {
    padding-bottom: 3% !important; }
  .pl-30 {
    padding-left: 3% !important; }
  .p40 {
    padding: 4% !important; }
  .pt-40 {
    padding-top: 4% !important; }
  .pr-40 {
    padding-right: 4% !important; }
  .pb-40 {
    padding-bottom: 4% !important; }
  .pl-40 {
    padding-left: 4% !important; }
  .p50 {
    padding: 5% !important; }
  .pt-50 {
    padding-top: 5% !important; }
  .pr-50 {
    padding-right: 5% !important; }
  .pb-50 {
    padding-bottom: 5% !important; }
  .pl-50 {
    padding-left: 5% !important; }
  .p60 {
    padding: 6% !important; }
  .pt-60 {
    padding-top: 6% !important; }
  .pr-60 {
    padding-right: 6% !important; }
  .pb-60 {
    padding-bottom: 6% !important; }
  .pl-60 {
    padding-left: 6% !important; }
  .p70 {
    padding: 7% !important; }
  .pt-70 {
    padding-top: 7% !important; }
  .pr-70 {
    padding-right: 7% !important; }
  .pb-70 {
    padding-bottom: 7% !important; }
  .pl-70 {
    padding-left: 7% !important; } }
