/*
$gray_dark:#4A4A4A;
$gray_light:#D2D2D2;
$gray_light_xl:#f2f2f2;
$blue: #25A6C0;
$blue_bg: #E3F4F4;
$brick: #F97E6F;
$brick_bg: #FDE7E4;
$brick_btn: #FFB884;
$main_bg:#F2F2F2;
*/
/*
@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%); }
}
*/
@media screen and (max-width: 640px) {
  .mod-freeHTML .pc_only {
    display: none; } }

@media (min-width: 641px) {
  .mod-freeHTML .sp_only {
    display: none; } }

.mod-freeHTML .br-product_link_point {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  display: block; }

/*! 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 {
  /*==============================
  
  reset
  
  ==============================*/ }
  .mod-freeHTML * {
    box-sizing: border-box; }
  .mod-freeHTML *,
  .mod-freeHTML *:before,
  .mod-freeHTML *:after {
    -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 img {
    max-width: 100%; }
  .mod-freeHTML ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mod-freeHTML a {
    text-decoration: none;
    display: inline; }
  .mod-freeHTML a:focus {
    outline: none; }
  .mod-freeHTML sup,
  .mod-freeHTML sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative; }
  .mod-freeHTML sup {
    bottom: 1ex; }
  .mod-freeHTML sub {
    top: .5ex; }
  .mod-freeHTML h1,
  .mod-freeHTML h2,
  .mod-freeHTML h3,
  .mod-freeHTML h4,
  .mod-freeHTML h5,
  .mod-freeHTML h6,
  .mod-freeHTML p {
    margin: 0; }
  .mod-freeHTML table {
    border-collapse: collapse;
    border-spacing: 0; }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .pc_only {
      display: none; } }
  @media (min-width: 641px) {
    .mod-freeHTML .sp_only {
      display: none; } }
  .mod-freeHTML .iBlock {
    display: inline-block; }
  .mod-freeHTML .l-section__inner {
    max-width: 856px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .l-section__inner {
        width: 95.7746478873%; } }
  .mod-freeHTML .l-section__tit {
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #505050; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .l-section__tit {
        font-size: 14px;
        padding-bottom: 2.9411764706%;
        margin-bottom: 2.9411764706%; } }
    .mod-freeHTML .l-section__tit__bar {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #b5b5b5;
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .l-section__tit__bar {
          height: 6px; } }
      .mod-freeHTML .l-section__tit__bar::before, .mod-freeHTML .l-section__tit__bar::after {
        content: "";
        display: block; }
      .mod-freeHTML .l-section__tit__bar::before {
        width: 100px;
        height: 100%;
        background: #809c8d; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .l-section__tit__bar::before {
            width: 50px; } }
      .mod-freeHTML .l-section__tit__bar::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #809c8d; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .l-section__tit__bar::after {
            border-width: 3px 0 3px 5px; } }
  .mod-freeHTML .l-section__mid {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #505050; }
  .mod-freeHTML .l-section__txt:not(.p-collect__txt) .l-section__txt__att {
    font-size: 10px;
    font-weight: normal;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
    color: #505050;
    padding-left: 1em;
    text-indent: -1em; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .l-section__mid {
        font-size: 14px;
        margin-bottom: 2.9411764706%; } }
  .mod-freeHTML .l-section__txt p {
    font-size: 14px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .l-section__txt p {
        font-size: 12px; } }
  .mod-freeHTML .l-section__txt__att {
    font-size: 10px;
    margin-top: 25px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .l-section__txt__att {
        font-size: 8px;
        margin-top: 7.3529411765%; } }
  .mod-freeHTML .p-main .l-section__inner {
    width: 100%;
    max-width: none; }
  .mod-freeHTML .p-main__img {
    text-align: center; }
  .mod-freeHTML .p-collect {
    margin-top: 70px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-collect {
        margin-top: 8.8235294118%; } }
    .mod-freeHTML .p-collect__txt {
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-collect__txt {
          display: flex;
          flex-direction: column;
          order: 1; } }
      .mod-freeHTML .p-collect__txt__img {
        float: right;
        width: 281px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-collect__txt__img {
            float: none;
            order: 2;
            width: 82.3529411765%;
            margin: 0 auto;
            margin-top: 1.4705882353%; } }
    .mod-freeHTML .p-collect__img {
      margin-top: 100px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-collect__img {
          margin-top: 19.1176470588%; } }
      .mod-freeHTML .p-collect__img__tit {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
        color: #505050; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-collect__img__tit {
            margin-bottom: 0px; } }
  .mod-freeHTML .p-flow {
    margin-top: 70px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-flow {
        margin-top: 5.8823529412%; } }
    .mod-freeHTML .p-flow__list {
      display: flex;
      align-items: flex-end;
      position: relative;
      background: #b5b5b5;
      border-radius: 20px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-flow__list {
          flex-direction: column;
          margin-top: 39.7058823529%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-flow__list__img01 {
          position: absolute;
          top: 0;
          left: 0;
          margin-top: -39.7058823529%; } }
      @media (min-width: 641px) {
        .mod-freeHTML .p-flow__list__img02 {
          display: none; } }
      .mod-freeHTML .p-flow__list__txt {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-33%);
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-flow__list__txt {
            width: 100%;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);} }
        @media (min-width: 641px) {
          .mod-freeHTML .p-flow__list__txt__tit {
            width: auto;
            max-width: none; } }
        .mod-freeHTML .p-flow__list__txt__txt {
          font-size: 10px; }
          @media (min-width: 641px) {
            .mod-freeHTML .p-flow__list__txt__txt {
              font-size: 14px;
              margin-left: 0; 
              margin-top: 1em;
              margin-bottom: 0;
              line-height: 150%;
              padding-left: 1em;
              text-indent: -1em; }
              .mod-freeHTML .p-flow:not(.p-flow_home) .p-flow__list__txt__txt:first-of-type {
                margin-top: 0;
                margin-bottom: 0.5em; } }  
          @media screen and (max-width: 640px) {
            .mod-freeHTML .p-flow__list__txt__txt {
              font-size: 12px;
              line-height: 150%;
              margin-top: 1em;
              margin-bottom: 0;
              padding-left: 1em;
              text-indent: -1em; }
              .mod-freeHTML .p-flow:not(.p-flow_home) .p-flow__list__txt__txt:first-of-type {
                margin-top: 0;
                margin-bottom: 0.5em; } }
          .mod-freeHTML .p-flow__list__txt__txt a {
            text-decoration: underline; }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .p-flow_home .p-flow__list {
      margin-top: 97.0588235294%; } }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .p-flow_home .p-flow__list__img01 {
      margin-top: -97.0588235294%; } }
  @media (min-width: 641px) {
    .mod-freeHTML .p-flow_home .p-flow__list__txt {
      top: 5px;
      right: auto;
      left: 50%;
      transform: translateX(5%);
      flex-direction: column;
      width: auto;
      justify-content: flex-start;
      align-items: flex-start; } }
  @media (min-width: 641px) {
    .mod-freeHTML .p-flow_home .p-flow__list__txt__tit {
      width: auto; } }
  @media (min-width: 641px) {
    .mod-freeHTML .p-flow_home .p-flow__list__txt__txt {
      margin-left: 0; 
      margin-top: 1em;
      margin-bottom: 0; } }
  .mod-freeHTML .p-product {
    margin-top: 115px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-product {
        margin-top: 14.7058823529%; } }
    .mod-freeHTML .p-product__list {
      display: flex;
      justify-content: space-between;
      margin-top: 25px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-product__list {
          flex-direction: column;
          margin-top: 5.8823529412%; } }
      .mod-freeHTML .p-product__list > li {
        display: flex;
        flex-direction: column;
        width: 100%; }
        @media (min-width: 641px) {
          .mod-freeHTML .p-product__list > li {
            max-width: 248px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-product__list > li {
            flex-direction: row;
            align-items: center;
            justify-content: space-between; } }
        @media (min-width: 641px) {
          .mod-freeHTML .p-product__list > li + li {
            margin-left: 50px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-product__list > li + li {
            margin-top: 7.3529411765%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-product__list__txt {
          width: 57.3529411765%; } }
      .mod-freeHTML .p-product__list__txt__tit01 {
        background: #809c8d;
        color: #FFFFFF;
        padding: 15px;
        line-height: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-product__list__txt__tit01 {
            font-size: 12px;
            padding: 10px; } }
      .mod-freeHTML .p-product__list__txt__tit02 {
        text-align: center;
        padding: 8px 0;
        border-bottom: 1px solid #809c8d; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-product__list__txt__tit02 {
            font-size: 12px;
            padding: 1.4705882353% 0; } }
      .mod-freeHTML .p-product__list__txt__att {
        font-size: 10px;
        margin-top: 0.3em;
        text-align: left;
      font-feature-settings: "palt"; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-product__list__txt__att {
            text-align: left; } }
      @media (min-width: 641px) {
        .mod-freeHTML .p-product__list__img {
          margin-top: auto; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-product__list__img {
          width: 39.7058823529%; } }
  .mod-freeHTML .p-tokusuru {
    margin-top: 85px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-tokusuru {
        margin-top: 20.5882352941%; } }
    .mod-freeHTML .p-tokusuru__txt {
      display: flex; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-tokusuru__txt {
          flex-direction: column; } }
      .mod-freeHTML .p-tokusuru__txt > p {
        flex: 1; }
      .mod-freeHTML .p-tokusuru__txt__img {
        max-width: 280px;
        width: 100%; }
        @media (min-width: 641px) {
          .mod-freeHTML .p-tokusuru__txt__img {
            margin-left: 30px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__txt__img {
            margin: 0 auto;
            margin-top: 8.8235294118%; } }
    .mod-freeHTML .p-tokusuru__img {
      margin-top: 50px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-tokusuru__img {
          margin-top: 16.1764705882%; } }
      .mod-freeHTML .p-tokusuru__img__tit {
        margin-bottom: 1em; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__img__tit {
            font-size: 12px; } }
      .mod-freeHTML .p-tokusuru__img__head {
        display: flex;
        align-items: flex-end; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__img__head {
            flex-direction: column; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__img__head__txt {
            font-size: 12px;
            margin-top: 1em; } }
        .mod-freeHTML .p-tokusuru__img__head__btn {
          max-width: 200px;
          width: 100%;
          margin-left: auto; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .p-tokusuru__img__head__btn {
              margin-top: 4.4117647059%;
              margin-right: auto; } }
      .mod-freeHTML .p-tokusuru__img__img01 {
        margin-top: 35px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__img__img01 {
            margin-top: 5.8823529412%; } }
      .mod-freeHTML .p-tokusuru__img__img02 {
        margin: 0 auto;
        margin-top: 65px;
        text-align: center;
        max-width: 756px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-tokusuru__img__img02 {
            margin-top: 7.3529411765%; } }
  .mod-freeHTML .p-link {
    margin-top: 65px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-link {
        margin-top: 11.7647058824%; } }
    .mod-freeHTML .p-link__tit {
      font-size: 20px;
      font-weight: bold;
      color: #809c8d;
      text-align: center;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-link__tit {
          font-size: 14px;
          margin-bottom: 2.9411764706%; } }
    .mod-freeHTML .p-link__btn {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-link__btn {
          flex-direction: column; } }
      .mod-freeHTML .p-link__btn a {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1em 0.5em;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #809c8d;
        font-size: 20px;
        line-height: 150%;
        font-weight: bold;
        color: #FFFFFF;
        border-radius: 10px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-link__btn a {
            font-size: 16px;
            padding: 20px 0; } }
      .mod-freeHTML .p-link__btn li {
        position: relative;
        width: 50%;
        display: flex;
        align-items: stretch; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-link__btn li {
            width: 100%; } }
        @media (min-width: 641px) {
          .mod-freeHTML .p-link__btn li + li {
            margin-left: 20px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-link__btn li + li {
            margin-top: 2.9411764706%; } }
        .mod-freeHTML .p-link__btn li:nth-child(2) a {
          background: #b5b5b5; }
      .mod-freeHTML .p-link__btn__att {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 10px;
        margin-top: 10px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-link__btn__att {
            font-size: 8px;
            margin-top: 2.9411764706%; } }
  .mod-freeHTML .p-eco {
    margin-top: 130px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-eco {
        margin-top: 14.7058823529%; } }
    .mod-freeHTML .p-eco__list {
      display: flex;
      align-items: center;
      margin-top: 25px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-eco__list {
          flex-direction: column;
          margin-top: 7.3529411765%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-eco__list > li:last-child {
          display: flex; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-eco__list > li:last-child p {
          width: 32.3529411765%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-eco__list > li:last-child p:nth-of-type(2) {
          width: 35.2941176471%; } }
  .mod-freeHTML .p-service {
    margin-top: 115px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-service {
        margin-top: 17.6470588235%; } }
    .mod-freeHTML .p-service__list {
      margin-top: 45px;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-service__list {
          flex-direction: column;
          align-items: center;
          margin-top: 7.3529411765%; } }
      .mod-freeHTML .p-service__list > li {
        width: calc( ( 100% - 25px ) / 2 );
        max-width: 414px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-service__list > li {
            width: 100%; } }
        @media (min-width: 641px) {
          .mod-freeHTML .p-service__list > li:nth-child(2n) {
            margin-left: 25px; }
          .mod-freeHTML .p-service__list > li:nth-child(n+3) {
            margin-top: 25px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-service__list > li:nth-child(n+2) {
            margin-top: 2.9411764706%; } }
  .mod-freeHTML .p-contact {
    margin: 115px 0 85px; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .p-contact {
        margin: 17.6470588235% 0 13.2352941176%; } }
    .mod-freeHTML .p-contact__tit {
      text-align: center;
      color: #809c8d;
      font-size: 20px;
      border-bottom: 2px solid #809c8d;
      padding-bottom: 20px;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-contact__tit {
          font-size: 14px;
          padding-bottom: 4.4117647059%;
          margin-bottom: 4.4117647059%; } }
    .mod-freeHTML .p-contact__txt {
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-contact__txt {
          font-size: 12px;
          text-align: left; } }
    .mod-freeHTML .p-contact__att {
      font-size: 12px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-contact__att {
          font-size: 10px;
          text-align: left; } }
    .mod-freeHTML .p-contact__list {
      display: flex;
      align-items: center;
      background: #f0f0f0;
      font-size: 14px;
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .p-contact__list {
          font-size: 12px;
          margin-top: 4.4117647059%;
          flex-direction: column; } }
      .mod-freeHTML .p-contact__list__tit {
        position: relative;
        font-weight: bold;
        padding: 20px 30px;
        width: 20em; }
        @media (min-width: 641px) {
          .mod-freeHTML .p-contact__list__tit::after {
            content: "";
            display: block;
            height: 1px;
            background: #FFFFFF;
            position: absolute;
            top: 10px;
            right: 0;
            width: 1px;
            height: calc( 100% - 20px ); } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-contact__list__tit {
            padding: 10px 15px;
            width: 100%; }
            .mod-freeHTML .p-contact__list__tit::after {
              content: "";
              display: block;
              height: 1px;
              background: #FFFFFF;
              position: absolute;
              bottom: 0;
              left: 0;
              width: calc( 100% - 30px );
              margin-left: 15px; } }
        .mod-freeHTML .p-contact__list__tit a {
          text-decoration: underline; }
      .mod-freeHTML .p-contact__list__txt {
        flex: 1;
        padding: 20px 30px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .p-contact__list__txt {
            padding: 10px 15px; } }

.lity-inline {
  background: none; }
  .lity-inline .lity-content::after {
    display: none; }
  .lity-inline .lity-content #js-lity {
    width: calc( 100% - 60px );
    margin: 0 auto; }
  .lity-inline .lity-close {
    text-shadow: none;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-right: 30px; }
  .lity-inline .p-popup__inner {
    padding: 35px 90px;
    border: 30px solid #809c8d; }
    @media screen and (max-width: 640px) {
      .lity-inline .p-popup__inner {
        padding: 30px; } }
  .lity-inline .p-popup__table {
    /*
    border-left: 1px solid $white;
    border-right: 1px solid $white;
    */ }
    .lity-inline .p-popup__table__th01 {
      width: 9em; }
    .lity-inline .p-popup__table__th02 {
      width: 20em; }
    .lity-inline .p-popup__table__th03 {
      width: 10em; }
    .lity-inline .p-popup__table__th04 {
      width: 10em; }
    .lity-inline .p-popup__table th {
      background: #e6e6e6; }
    .lity-inline .p-popup__table th, .lity-inline .p-popup__table td {
      text-align: center;
      border: 1px solid #646464; }
      @media screen and (max-width: 640px) {
        .lity-inline .p-popup__table th, .lity-inline .p-popup__table td {
          font-size: 10px; } }
      .lity-inline .p-popup__table th:first-child, .lity-inline .p-popup__table td:first-child {
        border-left: 0; }
      .lity-inline .p-popup__table th:last-child, .lity-inline .p-popup__table td:last-child {
        border-right: 0; }
  .lity-inline .p-popup__att {
    font-size: 10px;
    text-align: right;
    margin-top: 5px; }
    @media screen and (max-width: 640px) {
      .lity-inline .p-popup__att {
        font-size: 8px; } }

/*
@import "mod-custom";
@import "top-br-product-main";
@import "top-br-product-copy";
@import "top-br-product-lineup";
@import "top-br-product-link";
@import "top-br-product-feature";
@import "top-br-product-function";
@import "top-br-product-know";
@import "top-br-product-bar";
@import "top-br-product-osusume";
*/

/*# sourceMappingURL=style.css.map */
