/*
$gray:#808080;
$purple:#805380;
$pink:#d4456e;
$blue:#507aba;
$y_green:#adb23d;
$orange:#cd8b4c;

//bg color
$header_scroll_bg:rgba(255,255,255,1);
*/
/*
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.mod-freeHTML {
  padding-bottom: 10.8333333333%; }
  .mod-freeHTML.js-page_loaded {
    opacity: 1; }
  .mod-freeHTML h1,
  .mod-freeHTML h2,
  .mod-freeHTML h3 {
    margin: 0;
    font-size: 100%; }
  .mod-freeHTML ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mod-freeHTML p {
    margin: 0; }
  .mod-freeHTML img {
    height: auto;
    max-width: 100%;
    width: auto; }
    .mod-freeHTML img[src$=".svg"] {
      width: 100%; }
  .mod-freeHTML sup {
    font-size: 0.714em; }
  .mod-freeHTML .iBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .mod-freeHTML * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .mod-freeHTML *::after, .mod-freeHTML *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
  .mod-freeHTML input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    border: none;
    height: 1.5em; }
  .mod-freeHTML .inner {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    color: #000000;
    text-align: center; }
  .mod-freeHTML .cmn-section {
    position: relative; }
    .mod-freeHTML .cmn-section .cmn-link {
      position: absolute;
      top: 0;
      left: 0; }
  .mod-freeHTML .cmn-clm {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .cmn-clm {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    .mod-freeHTML .cmn-clm .box-clm_txt {
      font-size: 14px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-clm .box-clm_txt {
          font-size: 14px; } }
    .mod-freeHTML .cmn-clm .box-clm_att {
      font-size: 10px;
      margin-top: 1em; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-clm .box-clm_att {
          font-size: 10px; } }
      .mod-freeHTML .cmn-clm .box-clm_att a {
        text-decoration: underline; }
        .mod-freeHTML .cmn-clm .box-clm_att a:hover {
          text-decoration: none; }
  .mod-freeHTML .cmn-att {
    font-size: 10px;
    text-align: left; }
    .mod-freeHTML .cmn-att a {
      text-decoration: underline; }
      .mod-freeHTML .cmn-att a:hover {
        text-decoration: none; }
  .mod-freeHTML .cmn-cutfit {
    padding-top: 3.75%;
    padding-bottom: 7.5%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .cmn-cutfit {
        padding-top: 9.3333333333%;
        padding-bottom: 9.3333333333%; } }
    .mod-freeHTML .cmn-cutfit .box-cmn_cutfit_tit {
      padding-bottom: 4.1666666667%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-cutfit .box-cmn_cutfit_tit {
          width: 50.7462686567%;
          margin: 0 auto;
          padding-bottom: 5.9701492537%; } }
    .mod-freeHTML .cmn-cutfit .cmn-clm {
      align-items: flex-start; }
      .mod-freeHTML .cmn-cutfit .cmn-clm .box-clm_img {
        width: 340px; }
        @media (min-width: 641px) {
          .mod-freeHTML .cmn-cutfit .cmn-clm .box-clm_img {
            margin-right: 30px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .cmn-cutfit .cmn-clm .box-clm_img {
            width: 100%;
            margin-bottom: 2.9850746269%; } }
  .mod-freeHTML .cmn-btn a {
    display: inline-block;
    border: 4px solid #FFFFFF;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .cmn-btn a {
        max-width: 260px; } }
  .mod-freeHTML .cmn-btn_shadow a {
    display: inline-block;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .u-pc {
      display: none; } }
  @media (min-width: 641px) {
    .mod-freeHTML .u-sp {
      display: none; } }
  .mod-freeHTML .js-inview.inview-fadein {
    opacity: 0; }
    .mod-freeHTML .js-inview.inview-fadein.js-inview_active {
      -webkit-animation: inview-fadein 1s ease 0.2s;
      -moz-animation: inview-fadein 1s ease 0.2s;
      animation: inview-fadein 1s ease 0.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
@-webkit-keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .mod-freeHTML .js-inview.inview-rotate.js-inview_active {
    -webkit-animation: inview-rotate 1.5s ease 1s;
    -moz-animation: inview-rotate 1.5s ease 1s;
    animation: inview-rotate 1.5s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
@-webkit-keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
  .mod-freeHTML .section-main {
    position: relative; }
    .mod-freeHTML .section-main .inner {
      width: 100%;
      max-width: none; }
      .mod-freeHTML .section-main .inner img {
        max-width: none;
        width: 100%; }
@-webkit-keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .mod-freeHTML .section-main .wrap-main_bg {
      position: relative; }
      .mod-freeHTML .section-main .wrap-main_bg .box-main {
        position: relative; }
      @media (min-width: 641px) {
        .mod-freeHTML .section-main .wrap-main_bg .box-sub {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 46.6666666667%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-main .wrap-main_bg .box-sub {
          margin-top: 15px; } }
    .mod-freeHTML .section-main .wrap-list {
      display: flex;
      justify-content: space-between;
      max-width: 960px;
      width: 90%;
      margin: 50px auto 0; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-main .wrap-list {
          width: 89.3333333333%;
          margin-top: 5.3333333333%;
          flex-wrap: wrap; } }
      .mod-freeHTML .section-main .wrap-list > li {
        position: relative;
        width: calc( 100% / 3 - ( 4% * 2 )); }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-main .wrap-list > li {
            width: 100%; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-main .wrap-list > li + li {
            margin-top: 8%; } }
        .mod-freeHTML .section-main .wrap-list > li .box-tit {
          position: absolute;
          top: 0;
          left: 0;
          margin: -45px 0 0 -40px;
          width: 102px;
          height: 102px;
          border-radius: 60px;
          z-index: 1; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-main .wrap-list > li .box-tit {
              width: 70px;
              height: 70px;
              margin: -20px 0 0 -15px; } }
  .mod-freeHTML .section-read {
    margin-top: 4.1666666667%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-read {
        margin-top: 10.6666666667%; } }
    .mod-freeHTML .section-read .wrap-txt, .mod-freeHTML .section-read .wrap-mid {
      font-size: 18px;
      font-weight: bold;
      line-height: 175%;
      margin-bottom: 4.6875%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-txt, .mod-freeHTML .section-read .wrap-mid {
          font-size: 14px;
          margin-bottom: 8.9552238806%; } }
    .mod-freeHTML .section-read .wrap-mid {
      font-size: 24px;
      line-height: 175%;
      margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-mid {
          font-size: 18px; } }
    .mod-freeHTML .section-read .wrap-tit {
      display: block;
      font-size: 32px;
      margin-bottom: 4.6875%;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-tit {
          font-size: 24px;
          margin-bottom: 7.4626865672%; } }
    .mod-freeHTML .section-read .wrap-img {
      margin-bottom: 5%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-img {
          margin-bottom: 8.9552238806%; } }
  .mod-freeHTML .section-movie {
    margin-top: 8.3333333333%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-movie {
        margin-top: 14.6666666667%; } }
    .mod-freeHTML .section-movie .inner {
      padding-top: 3.125%;
      padding-bottom: 6.25%;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-movie .inner {
          padding-top: 8.9552238806%;
          padding-bottom: 11.9402985075%; } }
    .mod-freeHTML .section-movie .cmn-clm {
      margin-bottom: 3.125%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-movie .cmn-clm {
          margin-bottom: 8.9552238806%; } }
      .mod-freeHTML .section-movie .cmn-clm .box-clm_img {
        width: 255px; }
        @media (min-width: 641px) {
          .mod-freeHTML .section-movie .cmn-clm .box-clm_img {
            margin-right: 45px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-movie .cmn-clm .box-clm_img {
            width: 100%;
            margin-bottom: 4.4776119403%; } }
      .mod-freeHTML .section-movie .cmn-clm .box-clm_txt {
        font-size: 18px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-movie .cmn-clm .box-clm_txt {
            font-size: 14px; } }
  .mod-freeHTML .section-navi {
    position: relative;
    z-index: 10;
    margin-top: 6.25%;
    margin-bottom: 7.9166666667%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-navi {
        margin-top: 8%;
        margin-bottom: 12%; } }
    .mod-freeHTML .section-navi .wrap-navi {
      width: 100%;
      display: flex;
      justify-content: center; }
      .mod-freeHTML .section-navi .wrap-navi li {
        width: calc( 100% / 3);
        max-width: 290px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-navi .wrap-navi li {
            max-width: 100px; } }
        .mod-freeHTML .section-navi .wrap-navi li + li {
          margin-left: 40px; }
          @media screen and (max-width: 1200px) {
            .mod-freeHTML .section-navi .wrap-navi li + li {
              margin-left: 5px; } }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-navi .wrap-navi li + li {
              margin-left: 10px; } }
        .mod-freeHTML .section-navi .wrap-navi li a {
          display: inline-block;
          border: 4px solid #FFFFFF;
          border-top: none;
          box-shadow: 4px;
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px; }
    @media (min-width: 641px) {
      .mod-freeHTML .section-navi.js-float_active .wrap-navi {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5px;
        background: #FFFFFF; } }
  .mod-freeHTML .section-tema {
    background: #00b7b5; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-tema .cmn-clm {
        width: 84.776119403%;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .section-cost .cmn-clm {
      width: 84.776119403%;
      margin: 0 auto; } }
  .mod-freeHTML .section-fit {
    background: #fff015; }
    .mod-freeHTML .section-fit .wrap-img {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .mod-freeHTML .section-fit .wrap-img > li {
        width: calc( 100% / 3 );
        margin-bottom: 70px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-fit .wrap-img > li {
            width: calc( 100% / 2 );
            margin-bottom: 7.4626865672%; } }
    .mod-freeHTML .section-fit .wrap-btn {
      margin-bottom: 80px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-fit .wrap-btn {
          width: 80.5970149254%;
          margin: 0 auto;
          margin-bottom: 11.9402985075%; } }
    .mod-freeHTML .section-fit .wrap-easy {
      width: 100%;
      background: #FFFFFF;
      border-radius: 10px;
      padding: 40px 60px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-fit .wrap-easy {
          padding: 20px 10px; } }
      .mod-freeHTML .section-fit .wrap-easy .wrap-easy_tit {
        margin-bottom: 4.1666666667%; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-fit .wrap-easy .wrap-easy_tit {
            margin-bottom: 2.9850746269%; } }
      .mod-freeHTML .section-fit .wrap-easy .wrap-easy_img {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-fit .wrap-easy .wrap-easy_img {
            flex-direction: column; } }
  .mod-freeHTML .section-use {
    margin-top: 3.3333333333%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-use {
        margin-top: 10.6666666667%; } }
    .mod-freeHTML .section-use .wrap-tit {
      margin-bottom: 4.1666666667%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-use .wrap-tit {
          margin-bottom: 5.9701492537%; } }
    .mod-freeHTML .section-use .wrap-use {
      display: flex;
      flex-wrap: wrap;
      text-align: left; }
      .mod-freeHTML .section-use .wrap-use > li {
        border: 3px solid #000000;
        width: calc( ( 100% - 60px ) / 2 ); }
        @media (min-width: 641px) {
          .mod-freeHTML .section-use .wrap-use > li:nth-child(2n) {
            margin-left: 60px; }
          .mod-freeHTML .section-use .wrap-use > li:nth-child(n+3) {
            margin-top: 60px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-use .wrap-use > li {
            width: 100%; }
            .mod-freeHTML .section-use .wrap-use > li + li {
              margin-top: 5.9701492537%; } }
        .mod-freeHTML .section-use .wrap-use > li .wrap-use_tit {
          background: #000000;
          display: block;
          padding: 10px;
          text-align: center; }
        .mod-freeHTML .section-use .wrap-use > li .wrap-use_cnt {
          padding: 40px; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-use .wrap-use > li .wrap-use_cnt {
              padding: 20px; } }
          .mod-freeHTML .section-use .wrap-use > li .wrap-use_cnt .wrap-use_cnt_img {
            margin-bottom: 20px; }
            @media screen and (max-width: 640px) {
              .mod-freeHTML .section-use .wrap-use > li .wrap-use_cnt .wrap-use_cnt_img {
                margin-bottom: 2.9850746269%; } }
          .mod-freeHTML .section-use .wrap-use > li .wrap-use_cnt .wrap-use_cnt_txt {
            font-size: 14px; }
  .mod-freeHTML .section-printer {
    margin-top: 9.5833333333%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-printer {
        margin-top: 12%; } }
    .mod-freeHTML .section-printer .wrap-tit {
      display: block;
      width: 100%;
      background: #00b7b5;
      padding: 20px;
      font-size: 18px;
      margin-bottom: 2.0833333333%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-printer .wrap-tit {
          padding: 10px;
          font-size: 16px;
          margin-top: 4.4776119403%; } }
    .mod-freeHTML .section-printer .cmn-att {
      margin-top: 1em; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-printer .cmn-att {
          margin-top: 7.4626865672%; } }
    .mod-freeHTML .section-printer .wrap-btn {
      margin-top: 7.8125%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-printer .wrap-btn {
          width: 80.5970149254%;
          margin: 0 auto;
          margin-top: 10.6666666667%; } }
  .mod-freeHTML .section-change {
    margin-top: 6.6666666667%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-change {
        margin-top: 10.6666666667%; } }
    .mod-freeHTML .section-change .inner {
      background: #FFFFFF;
      padding-top: 0; }
    .mod-freeHTML .section-change .wrap-tit {
      position: relative;
      padding: 20px 0;
      margin-bottom: 2.6041666667%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-change .wrap-tit {
          padding: 15px 0;
          margin-bottom: 5.9701492537%; } }
      .mod-freeHTML .section-change .wrap-tit::before, .mod-freeHTML .section-change .wrap-tit::after {
        position: absolute;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 6px;
        border-radius: 6px;
        background: #00b7b5; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-change .wrap-tit::before, .mod-freeHTML .section-change .wrap-tit::after {
            height: 4px;
            border-radius: 4px; } }
      .mod-freeHTML .section-change .wrap-tit::before {
        top: 0; }
      .mod-freeHTML .section-change .wrap-tit::after {
        bottom: 0; }
    .mod-freeHTML .section-change .wrap-mid {
      margin-bottom: 1.0416666667%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-change .wrap-mid {
          width: 58.2089552239%;
          margin: 0 auto;
          margin-bottom: 4.4776119403%; } }
    .mod-freeHTML .section-change .wrap-img {
      margin-bottom: 6.25%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-change .wrap-img {
          margin-bottom: 5.9701492537%; } }
    .mod-freeHTML .section-change .wrap-list {
      display: flex;
      justify-content: center;
      margin-bottom: 3.125%; }
      .mod-freeHTML .section-change .wrap-list > li {
        width: 156px; }
        @media (min-width: 641px) {
          .mod-freeHTML .section-change .wrap-list > li + li {
            margin-left: 0px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-change .wrap-list > li {
            width: 100%; } }
    .mod-freeHTML .section-change .wrap-table {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-change .wrap-table {
          flex-direction: column; } }
      .mod-freeHTML .section-change .wrap-table + .wrap-table {
        margin-top: 10px; }
      .mod-freeHTML .section-change .wrap-table .box-th {
        position: relative;
        width: 18%;
        padding: 15px;
        background: #fff015;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-change .wrap-table .box-th {
            width: 100%;
            padding: 5px 75px; } }
      .mod-freeHTML .section-change .wrap-table .box-td {
        display: flex;
        justify-content: space-between;
        width: calc( 100% - 18% );
        padding: 25px;
        background: #00b7b5; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-change .wrap-table .box-td {
            width: 100%;
            flex-direction: column;
            padding: 15px; } }
        @media (min-width: 641px) {
          .mod-freeHTML .section-change .wrap-table .box-td .box-item + .box-item {
            margin-left: 20px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-change .wrap-table .box-td .box-item + .box-item {
            margin-top: 4.4776119403%; } }
  .mod-freeHTML .section-end {
    margin-top: 7.5%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-end {
        margin-top: 10.6666666667%; } }
    .mod-freeHTML .section-end .wrap-printer {
      display: flex;
      justify-content: space-between; }
      .mod-freeHTML .section-end .wrap-printer .wrap-printer_img {
        width: 34.375%; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-end .wrap-printer .wrap-printer_img {
            display: none; } }
      .mod-freeHTML .section-end .wrap-printer .wrap-printer_btn {
        width: 60.4166666667%; }
        @media (min-width: 641px) {
          .mod-freeHTML .section-end .wrap-printer .wrap-printer_btn {
            margin-left: 5.7291666667%; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-end .wrap-printer .wrap-printer_btn {
            width: 100%; } }
        .mod-freeHTML .section-end .wrap-printer .wrap-printer_btn a {
          display: inline-block;
          border: 4px solid #FFFFFF;
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); }
    .mod-freeHTML .section-end .wrap-bnr {
      margin-top: 4.1666666667%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-end .wrap-bnr {
          width: 100%;
          margin-top: 6.6666666667%; } }
      .mod-freeHTML .section-end .wrap-bnr a {
        display: inline-block;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6); }
  .mod-freeHTML .section-float .wrap-list {
    position: fixed;
    z-index: 20; }
    @media (min-width: 641px) {
      .mod-freeHTML .section-float .wrap-list {
        display: block;
        top: 0;
        right: 0;
        margin-top: 100px; } }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-float .wrap-list {
        display: flex;
        justify-content: center;
        bottom: 0;
        left: 0;
        width: 100%; } }
    @media (min-width: 641px) {
      .mod-freeHTML .section-float .wrap-list > li + li {
        margin-top: 5px; } }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-float .wrap-list > li + li {
        margin-left: 5px; } }
  .mod-freeHTML .section-float #js-float {
    transform: translateX(100%);
    transition: all .5s; }
    .mod-freeHTML .section-float #js-float.js-float_active {
      transform: translateX(0%); }
