@import url("https://fonts.googleapis.com/css2?family=family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .vpc {
    display: block; } }
@media screen and (max-width: 767px) {
  .vpc {
    display: none; } }

@media screen and (min-width: 768px) {
  .vsp {
    display: none; } }
@media screen and (max-width: 767px) {
  .vsp {
    display: block; } }

.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s; }

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s; }

.fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0); }

html {
  font-size: 62.5%; }

html,
body {
  height: 100%; }

body {
  word-break: break-all;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  color: #000; }

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

dl,
dl dt,
dl dd {
  margin-bottom: 0; }

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
  text-decoration: none; }

a[href^="tel:"] {
  text-decoration: none !important; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7; } }

i, em {
  font-style: normal;
  margin: 0;
  padding: 0; }

h1 {
  margin: 0 auto;
  padding: 0; }

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
  padding: 0 20px;
  text-align: center; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    img {
      width: 100%; } }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-feature-settings: "palt"; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #20c7c4;
  z-index: 100;
  border-radius: 50%;
  display: none; }
  @media screen and (max-width: 767px) {
    #page_top {
      display: none !important; } }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  position: absolute;
  top: 0;
  bottom: -4px;
  left: 18px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#wrap {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    #wrap {
      padding-bottom: 23%;
      padding-top: 60px; } }

@media screen and (max-width: 767px) {
  .page-link {
    margin-top: -60px;
    padding-top: 60px; } }

.sp-scroll {
  position: relative; }
  @media screen and (max-width: 767px) {
    .sp-scroll::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.5);
      background-position: center center;
      background-repeat: no-repeat;
      /*
      background-size: 70%;
      */
      background-size: 250px;
      background-image: url(./../../radiolp/img/swipe.png);
      transition-property: all;
      transition-duration: 0.5s;
      transition-timing-function: ease;
      transition-delay: 0s; } }
  @media screen and (max-width: 767px) {
    .sp-scroll.touchstart::after {
      opacity: 0;
      visibility: hidden; } }

header {
  width: auto;
  max-width: 1580px;
  padding: 13.5px 40px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1330px) {
    header {
      padding: 13.5px 20px; } }
  @media screen and (max-width: 767px) {
    header {
      padding: 9.5px 20px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999; } }
  header .head-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    header .head-inner .logo {
      max-width: 440px; }
      @media only screen and (min-width: 768px) and (max-width: 1330px) {
        header .head-inner .logo {
          max-width: 370px; } }
      @media screen and (max-width: 767px) {
        header .head-inner .logo {
          width: 285px; } }
  @media screen and (min-width: 768px) {
    header .btn-outer {
      margin-left: 35px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    header .btn-outer {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    header .btn-outer {
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto;
      background-image: url(./../../radiolp/img/bg_contact_sp.png);
      padding: 40px 20px; } }
  @media screen and (min-width: 768px) {
    header .btn-outer .btn {
      width: 170px;
      height: 45px; } }
  @media screen and (min-width: 768px) {
    header .btn-outer .btn span {
      font-size: 1.6rem; } }
  header #spNavi {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    right: 0px;
    z-index: 1001; }
    header #spNavi div {
      width: 26px;
      height: 2px;
      background-color: #119c9a;
      left: 18px;
      position: relative; }
    header #spNavi .menu1 {
      top: 19px; }
    header #spNavi .menu2 {
      top: 26px; }
    header #spNavi .menu3 {
      top: 33px; }
    header #spNavi.open .menu1 {
      top: 33px;
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header #spNavi.open .menu2 {
      opacity: 0; }
    header #spNavi.open .menu3 {
      top: 29px;
      -o-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    header #nav-list-outer {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    header #nav-list-outer {
      position: fixed;
      right: 0;
      top: 60px;
      transform: translateX(100%);
      height: calc( 100% - 60px );
      width: 100%;
      background: #fff;
      overflow-x: scroll;
      z-index: 999; } }
  @media screen and (max-width: 767px) {
    header #nav-list-outer.open {
      transform: translateX(0); } }
  @media screen and (max-width: 767px) {
    header #nav-list-outer .logo {
      padding: 9.5px 0;
      margin-left: 20px; } }
  header .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 767px) {
      header .nav-list {
        display: block; } }
    header .nav-list ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) and (max-width: 1330px) {
        header .nav-list ul {
          margin-left: -20px; } }
      @media screen and (max-width: 767px) {
        header .nav-list ul {
          display: block;
          padding: 40px 30px 45px; } }
      header .nav-list ul li {
        margin-left: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 1330px) {
          header .nav-list ul li {
            margin-left: 20px; } }
        @media screen and (max-width: 767px) {
          header .nav-list ul li {
            margin: 0 0 14px;
            padding: 0 0 14px;
            border-bottom: 2px solid #bee0df; } }
        header .nav-list ul li a {
          font-size: 1.6rem;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            header .nav-list ul li a {
              font-size: 1.8rem;
              display: block;
              position: relative; } }
          @media screen and (max-width: 767px) {
            header .nav-list ul li a::after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 14px;
              margin: auto;
              content: "";
              vertical-align: middle;
              width: 7px;
              height: 7px;
              border-top: 3px solid #179f9d;
              border-right: 3px solid #179f9d;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); } }

.foot-contents .logo-area {
  width: 445px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    .foot-contents .logo-area {
      width: 100%;
      margin: 40px auto;
      padding: 0 35px;
      max-width: 400px; } }
.foot-contents .ft-flex-outer {
  background: #edf6f6; }
  .foot-contents .ft-flex-outer .ft-flex {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 40px;
    /*position: relative;*/ }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .foot-contents .ft-flex-outer .ft-flex {
        display: block;
        padding: 35px 20px 40px; } }
    @media screen and (max-width: 767px) {
      .foot-contents .ft-flex-outer .ft-flex {
        display: block;
        padding: 35px 20px 40px; } }
    .foot-contents .ft-flex-outer .ft-flex .con {
      width: 45%;
      text-align: center;
    margin: auto; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .foot-contents .ft-flex-outer .ft-flex .con {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex .con {
          width: 100%; } }
      .foot-contents .ft-flex-outer .ft-flex .con .btn-outer {
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .foot-contents .ft-flex-outer .ft-flex .con .btn-outer {
            margin-top: 15px; } }
        .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn {
          width: 370px;
          height: 70px;
          background-image: url(./../../radiolp/img/bg_btn02.png); }
          @media screen and (max-width: 767px) {
            .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn {
              width: 74.5%;
              height: 50px; } }
          .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn span {
            font-size: 2.2rem; }
            @media screen and (max-width: 767px) {
              .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn span {
                font-size: 1.6rem; } }
          .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn i {
            background: none; }
            .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn i::before {
              border-color: #fff;
              left: 35px;
              width: 10px;
              height: 10px; }
              @media screen and (max-width: 767px) {
                .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn i::before {
                  left: 15px;
                  width: 7px;
                  height: 7px; } }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .foot-contents .ft-flex-outer .ft-flex .con:first-child {
          padding-bottom: 25px;
          margin-bottom: 25px;
          /*border-bottom: 1px solid #a5c1d6;*/ } }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex .con:first-child {
          padding-bottom: 25px;
          margin-bottom: 25px;
          /*border-bottom: 1px solid #a5c1d6;*/ } }
    .foot-contents .ft-flex-outer .ft-flex .t01 {
      font-size: 2.6rem;
      font-weight: 700;
      color: #313131;
      text-align: center;
      background: #fff;
      line-height: 1;
      border-radius: 100px;
      padding: 12px 10px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .foot-contents .ft-flex-outer .ft-flex .t01 {
          width: 60%;
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex .t01 {
          font-size: 1.8rem;
          padding: 8.5px 10px;
          margin: 0 0 10px; } }
    .foot-contents .ft-flex-outer .ft-flex .t02 {
      font-size: 2.0rem;
      margin-top: -5px;
      font-feature-settings: normal; }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex .t02 {
          font-size: 1.4rem;
          margin-top: 3px; } }
      .foot-contents .ft-flex-outer .ft-flex .t02 i {
        padding: 0 3px; }
        @media screen and (max-width: 767px) {
          .foot-contents .ft-flex-outer .ft-flex .t02 i {
            padding: 0 2px; } }
    .foot-contents .ft-flex-outer .ft-flex .tel-outer a {
      font-size: 4.8rem;
      color: #ec347c;
      letter-spacing: 0.05em;
      font-weight: 700;
      background-size: 35px 35px;
      background-position: 0 center;
      background-repeat: no-repeat;
      background-image: url(./../../radiolp/img/icon_tel.png);
      padding-left: 50px; }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex .tel-outer a {
          font-size: 3.3rem;
          background-size: 25px 25px;
          background-position: 0 center;
          padding-left: 30px;
          line-height: 1; } }
    .foot-contents .ft-flex-outer .ft-flex::after {
      content: "";
      /*display: flex;
      width: 2px;
      height: 60%;
      background: #a5c1d6;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .foot-contents .ft-flex-outer .ft-flex::after {
          display: none; } }
      @media screen and (max-width: 767px) {
        .foot-contents .ft-flex-outer .ft-flex::after {
          display: none; }*/ }
.foot-contents .copy {
  background: #20c7c4;
  padding: 11px 0; }
  .foot-contents .copy p {
    text-align: center;
    color: #fff;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .foot-contents .copy p {
        font-size: 1.1rem; } }

.c-outer {
  width: 100%;
  overflow: hidden; }

.c-inner {
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }

.btn-outer {
  text-align: center; }
  .btn-outer .text {
    margin: 0 0 25px; }
    @media screen and (max-width: 767px) {
      .btn-outer .text {
        margin: 0 0 15px; } }
    .btn-outer .text span {
      color: #fff;
      font-weight: 700;
      font-size: 2.6rem;
      display: inline-block;
      position: relative;
      color: #fff;
      line-height: 1;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .btn-outer .text span {
          font-size: 1.6rem; } }
      .btn-outer .text span::before, .btn-outer .text span::after {
        position: absolute;
        bottom: -3px;
        content: '';
        width: 2px;
        height: 33px;
        background: #fff; }
        @media screen and (max-width: 767px) {
          .btn-outer .text span::before, .btn-outer .text span::after {
            height: 22px;
            width: 1px; } }
      .btn-outer .text span::before {
        left: -18px;
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .btn-outer .text span::before {
            left: -15px;
            left: -11px; } }
      .btn-outer .text span::after {
        right: -18px;
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .btn-outer .text span::after {
            right: -15px;
            right: -12px; } }
  .btn-outer .btn {
    width: 650px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(./../../radiolp/img/bg_btn01.png);
    position: relative;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .btn-outer .btn {
        width: 100%;
        height: 60px;
        max-width: 335px; } }
    .btn-outer .btn span {
      font-size: 3.6rem;
      font-weight: 700;
      color: #fff;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .btn-outer .btn span {
          font-size: 1.8rem; } }
    .btn-outer .btn i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 40px;
      background: #fff;
      width: 45px;
      height: 45px;
      border-radius: 45px; }
      @media screen and (max-width: 767px) {
        .btn-outer .btn i {
          right: 22px;
          width: 22px;
          height: 22px;
          border-radius: 22px; } }
      .btn-outer .btn i::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 11px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 14px;
        height: 14px;
        border-top: 4px solid #ec397f;
        border-right: 4px solid #ec397f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 767px) {
          .btn-outer .btn i::before {
            width: 6px;
            height: 6px;
            left: 6px;
            border-width: 2px; } }
    .btn-outer .btn::after {
      /*
      content: "";
      height: 100%;
      position: absolute;
      z-index: 0;
      width: 10px;
      box-shadow: 0 0 10px 0 rgba(255, 255, 255, .2);
      */ }

.top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -8.0% 0 0 -20px; }
  @media only screen and (min-width: 768px) and (max-width: 1330px) {
    .top-list {
      margin-top: -6.5%;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .top-list {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .top-list {
      margin: -14% 0 0 0;
      justify-content: space-between; } }
  .top-list li {
    max-width: 315px;
    width: calc( 100% - 40px );
    padding: 18px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-left: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .top-list li {
        max-width: none;
        width: 31%;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .top-list li {
        max-width: none;
        width: 30%;
        padding: 5px 5px;
        border-radius: 10px;
        margin-left: 0; } }
    .top-list li p {
      color: #313131;
      text-align: center;
      font-weight: 700; }
      .top-list li p.t01 {
        font-size: 1.8rem; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .top-list li p.t01 {
            font-size: 1.6rem; } }
        @media screen and (max-width: 767px) {
          .top-list li p.t01 {
            font-size: 1.1rem; } }
      .top-list li p.t02 {
        font-size: 3.0rem;
        line-height: 1.4;
        margin-top: 10px; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .top-list li p.t02 {
            font-size: 2.2rem; } }
        @media screen and (max-width: 767px) {
          .top-list li p.t02 {
            font-size: 1.3rem; } }
        .top-list li p.t02 em {
          position: relative;
          color: #279896;
          display: inline-block;
          font-size: 4.0rem;
          line-height: 1;
                    /*
                    &::after {

                        content: "";
                        display: block;
                        position: absolute;
                        height: 8px;
                        width: 100%;
                        left: 0;
                        bottom: 0;
                        background: #ffff00;
                        z-index: 0;

                    }
                    */ }
          @media only screen and (min-width: 768px) and (max-width: 1200px) {
            .top-list li p.t02 em {
              font-size: 3.2rem; } }
          @media screen and (max-width: 767px) {
            .top-list li p.t02 em {
              font-size: 1.6rem; } }
          .top-list li p.t02 em i {
            position: relative;
            z-index: 1;
            display: inline-block;
            background: linear-gradient(transparent 80%, #ffff00 0);
            padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .top-list li:nth-child(2) {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .top-list li:nth-child(3) {
        width: 33%; } }

#float-bnr {
  position: fixed;
  right: 0;
  bottom: 13%;
  z-index: 9;
  width: 312px; }
  @media screen and (max-width: 767px) {
    #float-bnr {
      width: 100%;
      bottom: 0;
      padding: 12px 10px; } }
  @media screen and (min-width: 768px) {
    #float-bnr.is-hidden {
      opacity: 0 !important;
      visibility: hidden; } }

#mv-area .main-img {
  max-width: 1500px;
  margin: 0 auto; }
#mv-area .btn-outer {
  padding: 55px 0 60px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #mv-area .btn-outer {
      padding: 27px 0 25px; } }

.under-outer {
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-image: url(./../../radiolp/img/bg_contact.png); }
  @media screen and (max-width: 767px) {
    .under-outer {
      background-size: auto;
      background-image: url(./../../radiolp/img/bg_contact_sp.png); } }

.contact-outer {
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-image: url(./../../radiolp/img/bg_contact.png);
  padding: 55px 0; }
  @media screen and (max-width: 767px) {
    .contact-outer {
      padding: 35px 0;
      background-image: url(./../../radiolp/img/bg_contact_sp.png);
      background-size: auto; } }
  .contact-outer .c-inner {
    position: relative; }
    .contact-outer .c-inner::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: repeat;
      background-size: 100% 100%;
      background-image: url(./../../radiolp/img/img_contact_common.png);
      width: 198px;
      height: 280px;
      position: absolute;
      right: -30px;
      bottom: -55px; }
      @media screen and (max-width: 767px) {
        .contact-outer .c-inner::after {
          bottom: -35px;
          width: 148px;
          height: 210px; } }
  .contact-outer .btn-outer {
    position: relative;
    z-index: 1; }

.fukidashi {
  position: relative;
  display: inline-block;
  line-height: 1;
  background: #1eb6b3;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  font-size: 2.9rem;
  padding: 10.5px 49px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .fukidashi {
      font-size: 1.6rem;
      padding: 7.5px 26px; } }
  .fukidashi::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 12px solid #1eb6b3;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }
    @media screen and (max-width: 767px) {
      .fukidashi::after {
        bottom: -8px;
        border-top: 8px solid #1eb6b3;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; } }

.cr-ttl {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(./../../radiolp/img/bg_tit01.png);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cr-ttl {
      background-image: url(./../../radiolp/img/bg_tit01_sp.png);
      margin: 0 -10px; } }
  .cr-ttl span {
    font-weight: 700;
    font-size: 5.0rem;
    color: #fff;
    line-height: 1;
    padding: 17px 0 45px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .cr-ttl span {
        font-size: 2.7rem;
        padding: 10px 0 23px; } }
    .cr-ttl span i {
      font-size: 3.4rem; }
      @media screen and (max-width: 767px) {
        .cr-ttl span i {
          font-size: 1.8rem; } }
    .cr-ttl span em {
      color: #ffff00; }
  .cr-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%; }
  .cr-ttl.icon01 span {
    position: relative;
    padding-left: 25px;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .cr-ttl.icon01 span {
        padding-left: 20px;
        margin-left: 10px; } }
    .cr-ttl.icon01 span::after {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0px 11px;
      background-image: url(./../../radiolp/img/icon_light.png);
      width: 40px;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .cr-ttl.icon01 span::after {
          left: -10px;
          background-position: 0px 5px;
          width: 23px; } }

.flex-box {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 75px; }
  @media screen and (max-width: 767px) {
    .flex-box {
      padding: 30px 0 55px; } }
  .flex-box .text {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .flex-box .text {
        width: 49.2%; } }
  .flex-box .img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .flex-box .img {
        width: 45.5%;
        margin-left: 5.3%; } }
    @media screen and (max-width: 767px) {
      .flex-box .img {
        margin-top: 40px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .flex-box .text-list {
    margin-top: -60px; }
    @media screen and (max-width: 767px) {
      .flex-box .text-list {
        margin-top: -35px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    .flex-box .text-list li {
      background: #fff;
      border-radius: 15px;
      margin-top: 60px;
      padding: 0 20px 0 150px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      height: 128px;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .flex-box .text-list li {
          padding: 15px 20px 15px 115px;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .flex-box .text-list li {
          margin-top: 35px;
          height: auto;
          padding: 10px 15px 10px 80px; } }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .flex-box .text-list li br {
          display: none !important; } }
      .flex-box .text-list li p.t01 {
        font-size: 3.4rem;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .flex-box .text-list li p.t01 {
            font-size: 2.0rem; } }
      .flex-box .text-list li p.t02 {
        font-size: 2.0rem;
        margin-top: 3px; }
        @media screen and (max-width: 767px) {
          .flex-box .text-list li p.t02 {
            font-size: 1.4rem; } }
      .flex-box .text-list li::before {
        content: "";
        display: block;
        position: absolute;
        top: -40px;
        left: 15px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px 0;
        background-image: url(./../../radiolp/img/icon_merit01.png);
        width: 120px;
        height: 120px; }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          .flex-box .text-list li::before {
            width: 90px;
            height: 90px; } }
        @media screen and (max-width: 767px) {
          .flex-box .text-list li::before {
            width: 60px;
            height: 60px;
            top: -15px;
            left: 10px; } }
      .flex-box .text-list li:nth-child(2)::before {
        background-image: url(./../../radiolp/img/icon_merit02.png); }
      .flex-box .text-list li:nth-child(3)::before {
        background-image: url(./../../radiolp/img/icon_merit03.png); }
      .flex-box .text-list li:nth-child(4)::before {
        background-image: url(./../../radiolp/img/icon_merit04.png); }
      .flex-box .text-list li:nth-child(5)::before {
        background-image: url(./../../radiolp/img/icon_merit05.png); }

#merit-area {
  padding: 60px 0 0; }
  @media screen and (max-width: 767px) {
    #merit-area {
      padding: 40px 0 0; } }
  #merit-area .ttl01 .text {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 5.0rem;
    letter-spacing: 0.05em;
    margin: 10px 0 0; }
    @media screen and (max-width: 767px) {
      #merit-area .ttl01 .text {
        font-size: 2.7rem; } }
    #merit-area .ttl01 .text i {
      font-size: 3.6rem; }
      @media screen and (max-width: 767px) {
        #merit-area .ttl01 .text i {
          font-size: 1.5rem; } }
  #merit-area .merit-outer {
    margin-top: 60px;
    background: #c8faf9;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #merit-area .merit-outer {
        margin-top: 35px; } }
  #merit-area .demerit-outer {
    background: #f2f2f2;
    overflow: hidden; }
    #merit-area .demerit-outer .cr-ttl {
      max-width: 600px;
      background-image: url(./../../radiolp/img/bg_tit02.png); }
      @media screen and (max-width: 767px) {
        #merit-area .demerit-outer .cr-ttl {
          background-image: url(./../../radiolp/img/bg_tit02_sp.png);
          margin: 0 auto; } }
      #merit-area .demerit-outer .cr-ttl span {
        font-size: 4.0rem;
        padding: 15px 0 35px; }
        @media screen and (max-width: 767px) {
          #merit-area .demerit-outer .cr-ttl span {
            font-size: 2.2rem;
            padding: 10px 0 18px; } }
        #merit-area .demerit-outer .cr-ttl span i {
          font-size: 3.0rem; }
          @media screen and (max-width: 767px) {
            #merit-area .demerit-outer .cr-ttl span i {
              font-size: 1.6rem; } }
        #merit-area .demerit-outer .cr-ttl span em {
          color: #000; }
    #merit-area .demerit-outer .demerit-list {
      margin: 60px auto 75px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #merit-area .demerit-outer .demerit-list {
          justify-content: center;
          margin-top: 15px; } }
      @media screen and (max-width: 767px) {
        #merit-area .demerit-outer .demerit-list {
          margin: 10px auto 45px;
          max-width: 400px; } }
      #merit-area .demerit-outer .demerit-list li {
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        padding: 28px 28px;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        background-position: 10px 7px;
        background-image: url(./../../radiolp/img/icon_demerit.png); }
        @media only screen and (min-width: 768px) and (max-width: 1200px) {
          #merit-area .demerit-outer .demerit-list li {
            width: 60%;
            margin-top: 25px; } }
        @media screen and (max-width: 767px) {
          #merit-area .demerit-outer .demerit-list li {
            width: 100%;
            text-align: left;
            padding: 22px 20px 22px 40px;
            background-size: 26px 26px;
            background-position: 5px 5px;
            margin-top: 15px; } }
        #merit-area .demerit-outer .demerit-list li p {
          font-size: 2.0rem; }
          @media screen and (max-width: 767px) {
            #merit-area .demerit-outer .demerit-list li p {
              font-size: 1.6rem; } }
          #merit-area .demerit-outer .demerit-list li p em {
            display: inline-block;
            position: relative;
                        /*
                        &::after {

                            content: "";
                            display: block;
                            position: absolute;
                            left: 0;
                            bottom: 5px;
                            background: #9cdfde;
                            width: 100%;
                            height: 5px;
                            z-index: 0;

                        }
                        */ }
            #merit-area .demerit-outer .demerit-list li p em i {
              position: relative;
              z-index: 1;
              display: inline-block;
              line-height: 1;
              background: linear-gradient(transparent 80%, #39bfbd 0%);
              padding-bottom: 2px; }
        @media screen and (min-width: 768px) {
          #merit-area .demerit-outer .demerit-list li:first-child {
            padding: 28px 23px 28px 63px; } }
        @media screen and (min-width: 768px) {
          #merit-area .demerit-outer .demerit-list li:last-child {
            padding: 28px 25px 28px 55px; } }

#kouka-area {
  margin: 0 0 80px;
  padding: 80px 0 90px;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-image: url(./../img/bg_kouka.png); }
  @media screen and (max-width: 767px) {
    #kouka-area {
      background-image: url(./../img/bg_kouka_sp.png);
      margin: 0 0 0;
      padding: 45px 0 55px;
      background-size: auto; } }
  #kouka-area .ttl02 {
    font-weight: 700;
    font-size: 3.6rem;
    color: #313131;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      #kouka-area .ttl02 {
        font-size: 1.9rem; } }
    #kouka-area .ttl02 em {
      font-size: 5.0rem; }
      @media screen and (max-width: 767px) {
        #kouka-area .ttl02 em {
          font-size: 2.7rem; } }
      #kouka-area .ttl02 em.line {
        font-size: 7.0rem;
        position: relative; }
        @media screen and (max-width: 767px) {
          #kouka-area .ttl02 em.line {
            font-size: 3.8rem; } }
        #kouka-area .ttl02 em.line i {
          position: relative;
          z-index: 1;
          padding: 0 4px; }
        #kouka-area .ttl02 em.line::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 8px;
          background: #ffff7f;
          width: 100%;
          height: 14px;
          z-index: 0; }
          @media screen and (max-width: 767px) {
            #kouka-area .ttl02 em.line::after {
              height: 8px;
              bottom: 4px; } }
  #kouka-area .img-list {
    margin: 75px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #kouka-area .img-list {
        margin: 40px 0 -40px; } }
    #kouka-area .img-list li {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #kouka-area .img-list li {
          width: 32%; } }
      @media screen and (max-width: 767px) {
        #kouka-area .img-list li {
          margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      #kouka-area .img-list .img {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    #kouka-area .img-list .img .sub {
      font-size: 2.0rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      background: #ec347c;
      max-width: 148px;
      border-radius: 100px;
      line-height: 1;
      padding: 15px 10px;
      margin: -25px auto 25px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #kouka-area .img-list .img .sub {
          font-size: 1.6rem;
          max-width: 115px;
          padding: 12px 10px;
          margin: -20px auto 15px; } }
    #kouka-area .img-list .text p {
      color: #313131;
      font-weight: 700;
      font-size: 2.2rem;
      text-align: center;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        #kouka-area .img-list .text p {
          font-size: 2.0rem; } }
    #kouka-area .img-list .text em.u {
      position: relative;
                    /*
                    &::after {

                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0px;
                        background: #ffff7f;
                        width: 100%;
                        height: 8px;
                        z-index: 0;

                    }
                    */ }
      #kouka-area .img-list .text em.u i {
        position: relative;
        z-index: 1;
        background: linear-gradient(transparent 75%, #FFFF00 0%);
        display: inline-block;
        line-height: 1;
        padding-bottom: 3px; }
    #kouka-area .img-list .text em.l {
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        #kouka-area .img-list .text em.l {
          font-size: 2.6rem; } }
    #kouka-area .img-list .text em.c01 {
      color: #ec347c; }

#riyuu-area {
  background: #c8faf9;
  padding: 75px 0 85px; }
  @media screen and (max-width: 767px) {
    #riyuu-area {
      padding: 43px 0 50px; } }
  #riyuu-area .ttl03 {
    color: #313131;
    text-align: center; }
    #riyuu-area .ttl03 .t01 {
      display: block;
      position: relative;
      font-size: 3.6rem;
      max-width: 980px;
      margin: 0 auto 5px; }
      @media screen and (max-width: 767px) {
        #riyuu-area .ttl03 .t01 {
          font-size: 1.9rem; } }
      #riyuu-area .ttl03 .t01 i {
        display: inline-block;
        line-height: 1;
        background: #c8faf9;
        position: relative;
        z-index: 1;
        letter-spacing: 0.1em;
        padding: 0 35px; }
        @media screen and (max-width: 767px) {
          #riyuu-area .ttl03 .t01 i {
            padding: 0 10px; } }
      #riyuu-area .ttl03 .t01::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #1eb6b3;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    #riyuu-area .ttl03 .t02 {
      font-size: 5.0rem;
            /*
            ruby[data-ruby] {

                position:relative;

            }

            ruby[data-ruby]::before {

                content: attr(data-ruby);
                position: absolute;
                left: 0;
                top: -7px;
                right: 0;
                text-align: center;
                font-size: 2.0rem;
                line-height: 1;
                letter-spacing: 1.5em;
                padding: 0 0 0 40px;

            }
            */ }
      @media screen and (max-width: 767px) {
        #riyuu-area .ttl03 .t02 {
          font-size: 2.4rem;
          line-height: 1.4; } }
      #riyuu-area .ttl03 .t02 em {
        font-size: 7.0rem; }
        @media screen and (max-width: 767px) {
          #riyuu-area .ttl03 .t02 em {
            font-size: 3.4rem; } }
      #riyuu-area .ttl03 .t02 ruby {
        color: #ec347c;
        font-size: 7.0rem; }
        @media screen and (max-width: 767px) {
          #riyuu-area .ttl03 .t02 ruby {
            font-size: 3.4rem; } }
        #riyuu-area .ttl03 .t02 ruby rt {
          /*
          display:none;
          */
          font-size: 2.0rem;
          padding: 0 5px 0px 5px; }
          @media screen and (max-width: 767px) {
            #riyuu-area .ttl03 .t02 ruby rt {
              font-size: 1.0rem; } }
@-moz-document url-prefix() {
  #riyuu-area .ttl03 .t02 ruby rt {
    margin-bottom: -20px; } }
  #riyuu-area .flex-box {
    padding: 65px 0 90px; }
    @media screen and (max-width: 767px) {
      #riyuu-area .flex-box {
        padding: 40px 0 0; } }
    #riyuu-area .flex-box .text {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #riyuu-area .flex-box .text {
          width: 52.5%; } }
      #riyuu-area .flex-box .text .text-list {
        margin-top: -35px; }
        @media screen and (max-width: 767px) {
          #riyuu-area .flex-box .text .text-list {
            margin-top: -25px;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto; } }
        #riyuu-area .flex-box .text .text-list li {
          border-radius: 0;
          box-shadow: 7px 7px 0px 0 #1eb6b3;
          height: auto;
          padding: 27px 45px;
          margin-top: 35px; }
          @media screen and (max-width: 767px) {
            #riyuu-area .flex-box .text .text-list li {
              padding: 20px 20px;
              margin-top: 25px;
              box-shadow: 4px 4px 0px 0 #1eb6b3; } }
          #riyuu-area .flex-box .text .text-list li p {
            font-size: 2.4rem;
            color: #191919;
            font-weight: 700;
            line-height: 1.8; }
            @media screen and (max-width: 767px) {
              #riyuu-area .flex-box .text .text-list li p {
                font-size: 1.6rem; } }
            #riyuu-area .flex-box .text .text-list li p em.l {
              font-size: 4.0rem;
              line-height: 1; }
              @media screen and (max-width: 767px) {
                #riyuu-area .flex-box .text .text-list li p em.l {
                  font-size: 2.2rem; } }
            #riyuu-area .flex-box .text .text-list li p em.c01 {
              color: #ec347c; }
          #riyuu-area .flex-box .text .text-list li::before {
            display: none; }
    #riyuu-area .flex-box .img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #riyuu-area .flex-box .img {
          width: 41.5%;
          margin-left: 6%; } }
      @media screen and (max-width: 767px) {
        #riyuu-area .flex-box .img {
          width: 76%;
          margin-left: auto;
          margin-right: auto; } }

#fun-area {
  padding: 90px 0 20px;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-image: url(./../../radiolp/img/bg_fun.png);
  text-align: center; }
  @media screen and (max-width: 767px) {
    #fun-area {
      padding: 40px 0 90px;
      background-image: url(./../../radiolp/img/bg_fun_sp.png); } }
  #fun-area .ttl04 {
    position: relative;
    display: inline-block;
    padding: 17px 98px;
    color: #313131;
    border: solid 3px #1eb6b3;
    box-sizing: border-box;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #fun-area .ttl04 {
        padding: 17px 50px; } }
    @media screen and (max-width: 767px) {
      #fun-area .ttl04 {
        padding: 13px 20px;
        border-width: 2px; } }
    #fun-area .ttl04 span {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    #fun-area .ttl04 i {
      font-size: 3.6rem; }
      @media screen and (max-width: 767px) {
        #fun-area .ttl04 i {
          font-size: 1.8rem; } }
    #fun-area .ttl04 em {
      font-size: 7.0rem;
      margin-left: 30px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #fun-area .ttl04 em {
          font-size: 6.0rem; } }
      @media screen and (max-width: 767px) {
        #fun-area .ttl04 em {
          font-size: 2.8rem;
          margin-left: 5px; } }
    #fun-area .ttl04::before {
      content: "";
      position: absolute;
      bottom: -45px;
      left: 50%;
      margin-left: -16px;
      border: 24px solid transparent;
      border-top: 24px solid #FFF;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        #fun-area .ttl04::before {
          bottom: -30px;
          border-width: 15px;
          margin-left: -10px; } }
    #fun-area .ttl04::after {
      content: "";
      position: absolute;
      bottom: -50px;
      left: 50%;
      margin-left: -17px;
      border: 25px solid transparent;
      border-top: 25px solid #1eb6b3;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #fun-area .ttl04::after {
          bottom: -35px;
          margin-left: -12px;
          border-width: 17px; } }
  #fun-area .flex-box {
    padding: 60px 0 110px;
    margin-top: -60px; }
    @media screen and (max-width: 767px) {
      #fun-area .flex-box {
        margin-top: -90px;
        padding-bottom: 0; } }
    #fun-area .flex-box .con {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 75px;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        #fun-area .flex-box .con {
          margin-top: 65px; } }
      #fun-area .flex-box .con .prof {
        width: 100%;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 768px) {
          #fun-area .flex-box .con .prof {
            width: 67.2%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between; } }
        #fun-area .flex-box .con .prof .img {
          margin: 0;
          width: 21%; }
          @media screen and (max-width: 767px) {
            #fun-area .flex-box .con .prof .img {
              position: absolute;
              top: -15px;
              right: -10px;
              /*
              width: 37.5%;
              */
              width: 125px; } }
        #fun-area .flex-box .con .prof .text {
          width: 73%;
          text-align: left; }
          @media screen and (max-width: 767px) {
            #fun-area .flex-box .con .prof .text {
              width: 100%; } }
          #fun-area .flex-box .con .prof .text .t01 {
            margin: 0 0 20px -30px; }
            @media screen and (max-width: 767px) {
              #fun-area .flex-box .con .prof .text .t01 {
                margin: 0 0 20px 0; } }
            #fun-area .flex-box .con .prof .text .t01 span {
              color: #313131;
              line-height: 1;
              letter-spacing: 0.05em;
              background: #ffff00;
              font-weight: 700;
              font-size: 2.8rem;
              border-radius: 100px;
              padding: 11.5px 31px;
              display: inline-block; }
              @media screen and (max-width: 767px) {
                #fun-area .flex-box .con .prof .text .t01 span {
                  font-size: 2.2rem;
                  padding: 11.5px 23px;
                  margin-left: 7px; } }
              @media screen and (max-width: 767px) {
                #fun-area .flex-box .con .prof .text .t01 span.min {
                  padding: 11.5px 15px; } }
          #fun-area .flex-box .con .prof .text .t02 {
            font-size: 2.0rem;
            color: #313131; }
            @media screen and (max-width: 767px) {
              #fun-area .flex-box .con .prof .text .t02 {
                font-size: 1.6rem;
                line-height: 1.8;
                padding: 0 20px; } }
            #fun-area .flex-box .con .prof .text .t02 em {
              color: #ec347c; }
      #fun-area .flex-box .con .radio {
        position: relative;
        z-index: 1;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #fun-area .flex-box .con .radio {
            width: 30.45%;
            padding: 0 25px 0 0;
            margin-top: 50px; } }
        @media screen and (max-width: 767px) {
          #fun-area .flex-box .con .radio {
            margin-top: 25px; } }
        #fun-area .flex-box .con .radio .fukidashi {
          font-size: 1.8rem;
          padding: 16.5px 37px; }
          @media only screen and (min-width: 768px) and (max-width: 1200px) {
            #fun-area .flex-box .con .radio .fukidashi {
              font-size: 1.6rem;
              padding: 11.5px 15px;
              line-height: 1.4; } }
          @media screen and (max-width: 767px) {
            #fun-area .flex-box .con .radio .fukidashi {
              font-size: 1.4rem;
              padding: 13px 32px; } }
        #fun-area .flex-box .con .radio audio {
          margin-top: 30px;
          width: 100%; }
          @media screen and (max-width: 767px) {
            #fun-area .flex-box .con .radio audio {
              margin-top: 20px;
              width: 80.5%; } }
      #fun-area .flex-box .con::after {
        display: block;
        content: "";
        width: 93%;
        height: 102%;
        position: absolute;
        top: 8%;
        right: 0;
        z-index: 0;
        background: #f6fcfc; }
        @media screen and (max-width: 767px) {
          #fun-area .flex-box .con::after {
            width: 100%;
            height: 101%;
            top: 4%; } }

#start-area {
  padding: 80px 0 70px; }
  @media screen and (max-width: 767px) {
    #start-area {
      padding: 40px 0 65px; } }
  #start-area .ttl05 .fukidashi {
    margin: 0 0 15px;
    width: 330px; }
    @media screen and (max-width: 767px) {
      #start-area .ttl05 .fukidashi {
        width: 50%;
        margin: 0 0 10px; } }
  #start-area .ttl05 em {
    display: block;
    font-size: 5.0rem;
    color: #313131; }
    @media screen and (max-width: 767px) {
      #start-area .ttl05 em {
        font-size: 2.7rem; } }
    #start-area .ttl05 em i {
      font-size: 3.6rem;
      padding: 0 5px 0 0px; }
      @media screen and (max-width: 767px) {
        #start-area .ttl05 em i {
          font-size: 1.9rem; } }
  #start-area .c-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #start-area .c-flex {
        margin-top: 40px;
        display: block;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      #start-area .c-flex {
        justify-content: space-between;
        margin: 30px 0 35px; } }
    #start-area .c-flex .img {
      width: 16.7%; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #start-area .c-flex .img {
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        #start-area .c-flex .img {
          width: 37%; } }
    #start-area .c-flex .text {
      padding: 40px 0 0 3%; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #start-area .c-flex .text {
          padding: 10px 0 30px 0;
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        #start-area .c-flex .text {
          width: 59%;
          padding: 0px 0 0 0; } }
      @media screen and (max-width: 767px) {
        #start-area .c-flex .text .text-inner {
          display: inline-block;
          letter-spacing: 0.08em; } }
      #start-area .c-flex .text .t01 {
        font-size: 3.6rem;
        font-weight: 700;
        color: #1eb6b3; }
        @media screen and (max-width: 767px) {
          #start-area .c-flex .text .t01 {
            font-size: 2.0rem;
            line-height: 1.2; } }
        #start-area .c-flex .text .t01 em {
          font-size: 5.0rem; }
          @media screen and (max-width: 767px) {
            #start-area .c-flex .text .t01 em {
              font-size: 2.7rem; } }
          #start-area .c-flex .text .t01 em i {
            font-size: 6.0rem;
            position: relative;
            top: 4px; }
            @media screen and (max-width: 767px) {
              #start-area .c-flex .text .t01 em i {
                font-size: 3.2rem;
                top: 2px; } }
      #start-area .c-flex .text .t02 {
        font-size: 1.8rem;
        color: #191919;
        text-align: right; }
        @media screen and (max-width: 767px) {
          #start-area .c-flex .text .t02 {
            font-size: 1.4rem;
            margin-top: 2px; } }
  #start-area .flow {
    margin: 25px auto 0;
    background: #edf6f6; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #start-area .flow {
        margin: 25px -20px 0;
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      #start-area .flow {
        margin: 25px -20px 0;
        padding-bottom: 50px; } }
    #start-area .flow .ttl-oth span {
      color: #fff;
      font-weight: 700;
      font-size: 3.0rem;
      line-height: 1;
      background: #1eb6b3;
      display: inline-block;
      padding: 17px 100px;
      border-radius: 0 0 40px 40px; }
      @media screen and (max-width: 767px) {
        #start-area .flow .ttl-oth span {
          font-size: 2.0rem;
          padding: 15px 68px;
          border-radius: 0 0 30px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #start-area .flow .flow-list-outer {
        overflow-y: scroll;
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      #start-area .flow .flow-list-outer {
        overflow-y: scroll;
        margin-left: 20px; } }
    #start-area .flow .flow-list-outer::-webkit-scrollbar {
      width: 0;
      height: 6px; }
    #start-area .flow .flow-list-outer::-webkit-scrollbar-track {
      background-color: #fff;
      margin-right: 20px;
      border-radius: 100px; }
    #start-area .flow .flow-list-outer::-webkit-scrollbar-thumb {
      background-color: #b5b5b5;
      border-radius: 100px; }
    #start-area .flow .flow-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 75px 75px 50px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #start-area .flow .flow-list {
          width: 980px;
          padding: 75px 20px 20px 0;
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        #start-area .flow .flow-list {
          width: 980px;
          padding: 75px 20px 20px 0; } }
      #start-area .flow .flow-list li {
        width: 17.8%;
        position: relative; }
        #start-area .flow .flow-list li .tp {
          background: #fff;
          height: 135px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 20px;
          position: relative;
          padding-top: 25px; }
          #start-area .flow .flow-list li .tp p {
            font-size: 2.0rem;
            font-weight: 700;
            text-align: center;
            line-height: 1.4; }
          #start-area .flow .flow-list li .tp::after {
            display: block;
            content: "";
            background-position: center 0;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-image: url(./../../radiolp/img/icon_step01.png);
            width: 100%;
            height: 72px;
            position: absolute;
            top: -37px; }
          #start-area .flow .flow-list li .tp::before {
            content: '';
            position: absolute;
            left: -22px;
            top: 50%;
            width: 0;
            height: 0;
            border: none;
            border-top: 12px solid #1eb6b3;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            transform: translateY(-50%) rotate(-90deg); }
        #start-area .flow .flow-list li .ft p {
          font-size: 1.8rem;
          line-height: 1.6;
          margin: 10px 0 0; }
        #start-area .flow .flow-list li:nth-child(2) .tp::after {
          background-image: url(./../../radiolp/img/icon_step02.png); }
        #start-area .flow .flow-list li:nth-child(3) .tp::after {
          background-image: url(./../../radiolp/img/icon_step03.png); }
        #start-area .flow .flow-list li:nth-child(4) .tp::after {
          background-image: url(./../../radiolp/img/icon_step04.png); }
        #start-area .flow .flow-list li:nth-child(5) .tp::after {
          background-image: url(./../../radiolp/img/icon_step05.png); }
        #start-area .flow .flow-list li:first-child .tp::before {
          display: none; }

#qa-area {
  background: #c8faf9;
  padding: 85px 0 115px; }
  @media screen and (max-width: 767px) {
    #qa-area {
      padding: 40px 0 50px; } }
  #qa-area .ttl01 {
    margin-bottom: -15px; }
    @media screen and (max-width: 767px) {
      #qa-area .ttl01 {
        margin-bottom: -5px; } }
    #qa-area .ttl01 .fukidashi {
      margin: 0 0 15px; }
      @media screen and (max-width: 767px) {
        #qa-area .ttl01 .fukidashi {
          margin: 0 0 12px; } }
    #qa-area .ttl01 em {
      display: block;
      font-size: 5.0rem;
      color: #313131; }
      @media screen and (max-width: 767px) {
        #qa-area .ttl01 em {
          font-size: 2.7rem; } }
      #qa-area .ttl01 em i {
        font-size: 3.6rem;
        padding: 0 5px 0 0px; }
        @media screen and (max-width: 767px) {
          #qa-area .ttl01 em i {
            font-size: 1.9rem; } }
  #qa-area .qa-list {
    padding-top: 35px; }
    @media screen and (max-width: 767px) {
      #qa-area .qa-list {
        max-width: 400px;
        margin: 0 auto; } }
    #qa-area .qa-list li {
      background: #fff;
      position: relative;
      padding: 30px 30px 30px 0;
      min-height: 114px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 80px;
      background-repeat: no-repeat;
      background-size: 67px 67px; }
      @media screen and (max-width: 767px) {
        #qa-area .qa-list li {
          padding: 15px 10px 15px 75px;
          border-radius: 15px;
          min-height: auto;
          border-radius: 15px;
          margin-top: 20px; } }
      #qa-area .qa-list li.q {
        font-size: 3.6rem;
        font-weight: 700;
        color: #313131;
        background-position: 238px center;
        background-image: url(./../../radiolp/img/icon_q.png);
        padding-left: 325px; }
        @media screen and (max-width: 767px) {
          #qa-area .qa-list li.q {
            font-size: 1.8rem;
            padding-left: 75px;
            background-image: none;
            margin-left: 10px; } }
        #qa-area .qa-list li.q::before {
          display: block;
          content: "";
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url(./../../radiolp/img/img_q01.png);
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 205px;
          height: 205px; }
          @media screen and (max-width: 767px) {
            #qa-area .qa-list li.q::before {
              width: 80px;
              height: 80px;
              transform: none;
              top: -35px;
              left: -20px; } }
        @media screen and (max-width: 767px) {
          #qa-area .qa-list li.q::after {
            display: block;
            content: "";
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 100%;
            background-image: url(./../../radiolp/img/icon_q.png);
            position: absolute;
            width: 34px;
            height: 34px;
            z-index: 1;
            top: 10px;
            left: 35px; } }
      #qa-area .qa-list li.a {
        font-size: 2.6rem;
        color: #313131;
        background-position: 35px center;
        background-repeat: no-repeat;
        background-image: url(./../../radiolp/img/icon_a.png);
        padding-left: 125px;
        width: 83%;
        margin-right: 0;
        margin-left: auto;
        padding-right: 190px; }
        @media screen and (max-width: 767px) {
          #qa-area .qa-list li.a {
            width: 80%;
            font-size: 1.4rem;
            padding: 14px 50px 14px 45px;
            background-position: 15px center;
            background-size: 27px 27px;
            background-position: 11px 8px;
            margin-right: 20px; } }
        #qa-area .qa-list li.a::after {
          content: "";
          display: block;
          position: absolute;
          top: -15px;
          left: -110px;
          width: 82px;
          height: 75px;
          background-size: 100% 100%;
          background-position: 0 0;
          background-repeat: no-repeat;
          background-image: url(./../../radiolp/img/line.png); }
          @media screen and (max-width: 767px) {
            #qa-area .qa-list li.a::after {
              width: 20px;
              height: 30px;
              top: -12%;
              left: -27px; } }
      #qa-area .qa-list li .img {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 182px; }
        @media screen and (max-width: 767px) {
          #qa-area .qa-list li .img {
            width: 63px;
            top: -15px;
            transform: none; } }
    #qa-area .qa-list.list02 li.q::before {
      background-image: url(./../../radiolp/img/img_q02.png); }
    #qa-area .qa-list.list02 li .img {
      width: 225px; }
      @media screen and (max-width: 767px) {
        #qa-area .qa-list.list02 li .img {
          width: 110px; } }
  #qa-area .tver {
    border: 2px solid #cde6f6;
    padding: 24px 40px; }
    @media screen and (max-width: 767px) {
      #qa-area .tver {
        margin-right: -35px;
        padding: 13px 17px; } }
    #qa-area .tver .t01 {
      font-size: 1.6rem;
      color: #017dc5;
      font-weight: 700;
      letter-spacing: 0.1em;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #qa-area .tver .t01 {
          font-size: 1.4rem;
          margin-bottom: 5px; } }
    #qa-area .tver .t02 {
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 1.8; }

#ft-contact {
  padding: 70px 0 60px;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100%;
  background-image: url(./../../radiolp/img/bg_contact.png); }
  @media screen and (max-width: 767px) {
    #ft-contact {
      background-image: url(./../../radiolp/img/bg_contact_sp.png);
      padding: 40px 0 45px;
      background-size: auto; } }
  #ft-contact #ft-contactInner {
    position: relative; }
    #ft-contact #ft-contactInner .float-img {
      position: absolute;
      bottom: -60px;
      right: -80px;
      width: 620px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #ft-contact #ft-contactInner .float-img {
          display: none !important; } }
  #ft-contact .ft-ttl {
    font-size: 5.0rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #ft-contact .ft-ttl {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      #ft-contact .ft-ttl {
        font-size: 2.0rem;
        padding: 0;
        line-height: 1.5;
        text-align: center; } }
    #ft-contact .ft-ttl span {
      display: inline-block;
      text-align: center; }
    #ft-contact .ft-ttl i {
      font-size: 3.6rem; }
      @media screen and (max-width: 767px) {
        #ft-contact .ft-ttl i {
          font-size: 1.6rem; } }
  #ft-contact .ft-ft-con {
    margin-top: 45px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      #ft-contact .ft-ft-con {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      #ft-contact .ft-ft-con {
        margin-top: 25px; } }
    #ft-contact .ft-ft-con .btn-outer {
      text-align: center;
      display: inline-block;
      margin-left: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #ft-contact .ft-ft-con .btn-outer {
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        #ft-contact .ft-ft-con .btn-outer {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      #ft-contact .ft-ft-con .btn-outer .text span {
        text-align: center;
        line-height: 1.3; }
        @media screen and (max-width: 767px) {
          #ft-contact .ft-ft-con .btn-outer .text span {
            line-height: 1.5; } }
        #ft-contact .ft-ft-con .btn-outer .text span::before, #ft-contact .ft-ft-con .btn-outer .text span::after {
          bottom: 0px;
          height: 63px; }
          @media screen and (max-width: 767px) {
            #ft-contact .ft-ft-con .btn-outer .text span::before, #ft-contact .ft-ft-con .btn-outer .text span::after {
              height: 35px; } }
        #ft-contact .ft-ft-con .btn-outer .text span::before {
          left: -22px;
          transform: rotate(-25deg); }
          @media screen and (max-width: 767px) {
            #ft-contact .ft-ft-con .btn-outer .text span::before {
              left: -20px; } }
        #ft-contact .ft-ft-con .btn-outer .text span::after {
          right: -22px;
          transform: rotate(25deg); }
          @media screen and (max-width: 767px) {
            #ft-contact .ft-ft-con .btn-outer .text span::after {
              right: -20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        #ft-contact .ft-ft-con .btn-outer .sp-img {
          display: block !important;
          margin: -5px 0 -50px; } }
      @media screen and (max-width: 767px) {
        #ft-contact .ft-ft-con .btn-outer .sp-img {
          margin: -5px auto -20px;
          max-width: 500px; } }

@media screen and (max-width: 767px) {
  body.tvcmlp header #spNavi div {
    background-color: #119eff; } }
@media screen and (max-width: 767px) {
  body.tvcmlp header .btn-outer {
    background-image: url(./../../tvcmlp/img/bg_contact_sp.png); } }
@media screen and (max-width: 767px) {
  body.tvcmlp header .nav-list ul li {
    border-color: #c6e1f1; } }
@media screen and (max-width: 767px) {
  body.tvcmlp header .nav-list ul li a::after {
    border: none;
    transition: none;
    background: url(./../../tvcmlp/img/arrow_navi.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 11px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%); } }
@media screen and (max-width: 767px) {
  body.tvcmlp .btn-outer .text span {
    left: 15px;
    top: 3px; } }
@media only screen and (min-width: 500px) and (max-width: 767px) {
  body.tvcmlp .btn-outer .text span {
    left: 0px; } }
body.tvcmlp .btn-outer .btn {
  background-image: url(./../../tvcmlp/img/bg_btn01.png); }
  body.tvcmlp .btn-outer .btn i {
    background: none; }
    body.tvcmlp .btn-outer .btn i::before {
      display: none; }
    body.tvcmlp .btn-outer .btn i::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: repeat;
      background-size: 100% 100%;
      background-image: url(./../../tvcmlp/img/btn_arrow.png);
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        body.tvcmlp .btn-outer .btn i::after {
          width: 12px;
          height: 12px; } }
body.tvcmlp .contact-outer {
  background-image: url(./../../tvcmlp/img/bg_contact.png); }
  @media screen and (max-width: 767px) {
    body.tvcmlp .contact-outer {
      background-image: url(./../../tvcmlp/img/bg_contact_sp.png); } }
body.tvcmlp .fukidashi {
  background-color: #119eff; }
  body.tvcmlp .fukidashi::after {
    border-top-color: #119eff; }
body.tvcmlp .top-list-outer {
  margin: 0 auto;
  max-width: 950px;
  position: relative;
  z-index: 1; }
@media screen and (min-width: 768px) {
  body.tvcmlp .top-list {
    margin: -11% 0 0 -2%; } }
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  body.tvcmlp .top-list {
    margin: -8% 0 0 -2%; } }
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  body.tvcmlp .top-list {
    margin: -7.5% 0 0 -2%; } }
body.tvcmlp .top-list li {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  border-top: 6px solid #ff9c00; }
  @media screen and (min-width: 768px) {
    body.tvcmlp .top-list li {
      width: 31.333%;
      padding: 18px 10px;
      margin-left: 2%; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp .top-list li {
      border-width: 3px; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp .top-list li p.t01 {
      line-height: 1.3; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp .top-list li p.t02 {
      margin-top: 5px; } }
  body.tvcmlp .top-list li p.t02 em i {
    color: #ff9c00; }
  @media screen and (max-width: 767px) {
    body.tvcmlp .top-list li:last-child p.t01 {
      margin-top: 7px; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp .top-list li:last-child p.t02 {
      margin-top: 11.5px; } }
body.tvcmlp .under-outer {
  background-image: url(./../../tvcmlp/img/bg_contact.png); }
  @media screen and (max-width: 767px) {
    body.tvcmlp .under-outer {
      background-image: url(./../../tvcmlp/img/bg_contact_sp.png); } }
  body.tvcmlp .under-outer .under {
    position: relative; }
    body.tvcmlp .under-outer .under::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: repeat;
      background-size: 100% 100%;
      background-image: url(./../../tvcmlp/img/img_contact_common.png);
      width: 282px;
      height: 248px;
      position: absolute;
      left: -25px;
      bottom: 20px; }
      @media screen and (max-width: 767px) {
        body.tvcmlp .under-outer .under::after {
          display: none; } }
body.tvcmlp .line-ttl {
  position: relative;
  padding: 0;
  margin: 0 -20px;
        /*
        &::after {

            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #000000;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);

        }
        */
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    body.tvcmlp .line-ttl {
      padding: 0;
      margin: 0 -10px; } }
  body.tvcmlp .line-ttl span {
    font-size: 3.4rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
    /*
    padding: 0 35px;
    background: #fff;
    */
    color: #2f2f2f;
    text-shadow: 2px 0px 5px #ffffff; }
    @media screen and (max-width: 767px) {
      body.tvcmlp .line-ttl span {
        font-size: 1.8rem;
        letter-spacing: normal;
        /*
        padding: 0 12px;
        */ } }
    body.tvcmlp .line-ttl span em {
      color: #ff9c00; }
  body.tvcmlp .line-ttl::before, body.tvcmlp .line-ttl::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp .line-ttl::before, body.tvcmlp .line-ttl::after {
        margin: 0 10px; } }
body.tvcmlp #merit-area {
  background-repeat: no-repeat;
  background-image: url(./../../tvcmlp/img/bg_merit.png);
  background-position: right 0px;
  background-size: auto 388px; }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    body.tvcmlp #merit-area {
      background-size: auto 238px; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #merit-area {
      padding-top: 0;
      background: none; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #merit-area .cover {
      padding: 0; } }
  body.tvcmlp #merit-area .cover .sp-img-back {
    text-align: right; }
  @media screen and (max-width: 767px) {
    body.tvcmlp #merit-area .ttl01 {
      margin-top: -15px; } }
  body.tvcmlp #merit-area .merit-outer {
    background: none; }
    @media screen and (min-width: 768px) {
      body.tvcmlp #merit-area .merit-outer .c-inner {
        padding: 0; } }
    body.tvcmlp #merit-area .merit-outer .text-list-other {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 30px 0 0 -1.5%; }
      @media only screen and (min-width: 768px) and (max-width: 1000px) {
        body.tvcmlp #merit-area .merit-outer .text-list-other {
          display: block;
          margin: 45px 0 0 0; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #merit-area .merit-outer .text-list-other {
          display: block;
          margin: 27px 0 0 0; } }
      body.tvcmlp #merit-area .merit-outer .text-list-other li {
        width: 48.5%;
        margin: 20px 0 0 1.5%;
        background-color: rgba(244, 248, 250, 0.9);
        border-top: 6px solid #258fcd; }
        @media only screen and (min-width: 768px) and (max-width: 1000px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li {
            width: 500px;
            margin: 20px auto 0; } }
        @media screen and (max-width: 767px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li {
            width: 100%;
            margin: 20px auto 0;
            max-width: 400px; } }
        body.tvcmlp #merit-area .merit-outer .text-list-other li .text-list-inner {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding: 35px 25px 30px; }
          @media only screen and (min-width: 768px) and (max-width: 1000px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .text-list-inner {
              padding: 20px 13px 23px;
              align-items: center; } }
          @media screen and (max-width: 767px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .text-list-inner {
              padding: 20px 13px 23px;
              align-items: center; } }
        body.tvcmlp #merit-area .merit-outer .text-list-other li .img {
          width: 47%;
          padding: 0 5% 0 0; }
          @media only screen and (min-width: 768px) and (max-width: 1000px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .img {
              width: 41%;
              padding: 0 4% 0 0; } }
          @media screen and (max-width: 767px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .img {
              width: 41%;
              padding: 0 4% 0 0; } }
        body.tvcmlp #merit-area .merit-outer .text-list-other li .text {
          width: 53%; }
          @media only screen and (min-width: 768px) and (max-width: 1000px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .text {
              width: 58% !important; } }
          @media screen and (max-width: 767px) {
            body.tvcmlp #merit-area .merit-outer .text-list-other li .text {
              width: 59%; } }
          body.tvcmlp #merit-area .merit-outer .text-list-other li .text .t01 {
            font-size: 3.2rem;
            color: #017dc5;
            font-weight: 700; }
            @media screen and (max-width: 767px) {
              body.tvcmlp #merit-area .merit-outer .text-list-other li .text .t01 {
                font-size: 2.2rem; } }
          body.tvcmlp #merit-area .merit-outer .text-list-other li .text .t02 {
            font-size: 2.0rem;
            color: #000;
            line-height: 1.6;
            margin-top: 15px; }
            @media screen and (max-width: 767px) {
              body.tvcmlp #merit-area .merit-outer .text-list-other li .text .t02 {
                font-size: 1.4rem;
                margin-top: 7px; } }
        @media screen and (min-width: 768px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(2) .img {
            width: 35%;
            padding-left: 2%; } }
        @media only screen and (min-width: 768px) and (max-width: 1000px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(2) .img figure {
            padding: 4px 25px 0 10px; } }
        @media screen and (max-width: 767px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(2) .img figure {
            padding: 4px 25px 0 10px; } }
        @media screen and (min-width: 768px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(2) .text {
            width: 65%; } }
        @media only screen and (min-width: 768px) and (max-width: 1000px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(3) figure {
            padding: 0px 10px 0 12px; } }
        @media screen and (max-width: 767px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(3) figure {
            padding: 0px 10px 0 12px;
            position: relative;
            top: 5px; } }
        @media screen and (min-width: 768px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(3) .img {
            width: 42%;
            padding-left: 2%; } }
        @media screen and (min-width: 768px) {
          body.tvcmlp #merit-area .merit-outer .text-list-other li:nth-child(3) .text {
            width: 58%; } }
  body.tvcmlp #merit-area .demerit-outer {
    margin-top: 80px;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #merit-area .demerit-outer {
        margin-top: 40px;
        padding: 35px 0; } }
    body.tvcmlp #merit-area .demerit-outer .line-ttl span {
      font-size: 2.8rem;
      background: #f2f2f2; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #merit-area .demerit-outer .line-ttl span {
          font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      body.tvcmlp #merit-area .demerit-outer .demerit-list {
        justify-content: center;
        margin: 45px auto;
        position: relative;
        left: -2.5%; } }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
      body.tvcmlp #merit-area .demerit-outer .demerit-list {
        left: 0;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      body.tvcmlp #merit-area .demerit-outer .demerit-list {
        margin-bottom: 27px; } }
    body.tvcmlp #merit-area .demerit-outer .demerit-list li {
      text-align: left;
      border-radius: 0;
      background-image: url(./../../tvcmlp/img/icon_demerit.png); }
      @media screen and (min-width: 768px) {
        body.tvcmlp #merit-area .demerit-outer .demerit-list li {
          width: 36%;
          padding: 18px 25px 18px 70px !important;
          margin-left: 5%; } }
      @media only screen and (min-width: 768px) and (max-width: 1000px) {
        body.tvcmlp #merit-area .demerit-outer .demerit-list li {
          width: 49%;
          margin-left: 0; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #merit-area .demerit-outer .demerit-list li {
          margin-left: auto;
          margin-right: auto;
          max-width: 400px; } }
      body.tvcmlp #merit-area .demerit-outer .demerit-list li .ttl {
        font-size: 2.4rem;
        margin: 0 0 12px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          body.tvcmlp #merit-area .demerit-outer .demerit-list li .ttl {
            font-size: 2.2rem;
            margin: 0 0 5px; } }
      @media screen and (min-width: 768px) {
        body.tvcmlp #merit-area .demerit-outer .demerit-list li p.adj {
          margin-top: 20px; } }
      body.tvcmlp #merit-area .demerit-outer .demerit-list li p em i {
        background: linear-gradient(transparent 80%, #fff000 0%); }
    body.tvcmlp #merit-area .demerit-outer .d-foot {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 920px;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (max-width: 1000px) {
        body.tvcmlp #merit-area .demerit-outer .d-foot {
          display: block; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #merit-area .demerit-outer .d-foot {
          display: block; } }
      @media screen and (min-width: 768px) {
        body.tvcmlp #merit-area .demerit-outer .d-foot .img {
          width: 67.5%; } }
      @media only screen and (min-width: 768px) and (max-width: 1000px) {
        body.tvcmlp #merit-area .demerit-outer .d-foot .img {
          margin: 0 auto 25px; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #merit-area .demerit-outer .d-foot .img {
          padding: 0 30px 20px;
          max-width: 400px;
          margin: 0 auto; } }
      body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn {
        background: #119eff;
        width: 260px;
        height: 46px; }
        @media screen and (max-width: 767px) {
          body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn {
            width: 200px;
            height: 40px; } }
        body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn span {
          font-size: 2.6rem; }
          @media screen and (max-width: 767px) {
            body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn span {
              font-size: 1.6rem; } }
        body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn i::after {
          width: 12px;
          height: 12px;
          transform: rotate(90deg);
          top: 40%;
          right: -10px; }
          @media screen and (max-width: 767px) {
            body.tvcmlp #merit-area .demerit-outer .d-foot .btn-outer .btn i::after {
              width: 6px;
              height: 6px;
              top: 35%;
              right: -3px; } }
body.tvcmlp #riyuu-area {
  background: #cde6f6; }
  @media screen and (min-width: 768px) {
    body.tvcmlp #riyuu-area {
      padding-bottom: 0; } }
  body.tvcmlp #riyuu-area .ttl03 .t01 {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #riyuu-area .ttl03 .t01 {
        margin-bottom: 5px; } }
    body.tvcmlp #riyuu-area .ttl03 .t01 i {
      background: none;
      padding: 0; }
    body.tvcmlp #riyuu-area .ttl03 .t01::after {
      display: none; }
  body.tvcmlp #riyuu-area .ttl03 .t02 ruby {
    color: #ff9c00; }
  body.tvcmlp #riyuu-area .flex-box {
    flex-direction: row-reverse; }
    @media screen and (min-width: 768px) {
      body.tvcmlp #riyuu-area .flex-box .img {
        margin-left: 0;
        margin-right: 6%; } }
    body.tvcmlp #riyuu-area .flex-box .text .text-list li {
      box-shadow: none;
      border-radius: 50px 50px 50px 0px; }
      @media screen and (min-width: 768px) {
        body.tvcmlp #riyuu-area .flex-box .text .text-list li {
          padding: 30px 45px; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #riyuu-area .flex-box .text .text-list li {
          border-radius: 25px 25px 25px 0px;
          padding: 15px 20px;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; } }
      body.tvcmlp #riyuu-area .flex-box .text .text-list li::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 32px;
        height: 32px;
        background: linear-gradient(225deg, transparent 0%, transparent 50%, #ff9c00 50%, #ff9c00 100%); }
        @media screen and (max-width: 767px) {
          body.tvcmlp #riyuu-area .flex-box .text .text-list li::after {
            width: 20px;
            height: 20px; } }
      body.tvcmlp #riyuu-area .flex-box .text .text-list li p em.c01 {
        color: #ff9c00; }
body.tvcmlp .contact-outer {
  background-image: url(./../../tvcmlp/img/bg_contact.png); }
  @media screen and (max-width: 767px) {
    body.tvcmlp .contact-outer {
      background-image: url(./../../tvcmlp/img/bg_contact_sp.png); } }
  body.tvcmlp .contact-outer .c-inner::after {
    background-image: url(./../../tvcmlp/img/img_contact_common.png);
    width: 282px;
    height: 248px;
    right: auto;
    left: -75px;
    bottom: -50px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp .contact-outer .c-inner::after {
        width: 102px;
        height: 90px;
        left: -1px;
        bottom: auto;
        top: -35px; } }
    @media only screen and (min-width: 500px) and (max-width: 767px) {
      body.tvcmlp .contact-outer .c-inner::after {
        width: 152px;
        height: 140px; } }
body.tvcmlp #fun-area {
  background-image: url(./../../tvcmlp/img/bg_fun.png); }
  @media screen and (min-width: 768px) {
    body.tvcmlp #fun-area {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #fun-area {
      background-image: url(./../../tvcmlp/img/bg_fun_sp.png);
      padding-bottom: 50px; } }
  body.tvcmlp #fun-area .ttl04 {
    border: none;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding: 17px 79px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      body.tvcmlp #fun-area .ttl04 {
        padding: 23px 79px; } }
    @media only screen and (min-width: 768px) and (max-width: 1000px) {
      body.tvcmlp #fun-area .ttl04 {
        padding: 23px 49px; } }
    @media screen and (max-width: 767px) {
      body.tvcmlp #fun-area .ttl04 {
        margin: 0 20px 30px;
        width: calc( 100% - 36px );
        text-align: center;
        padding: 14px 18px; } }
    @media screen and (max-width: 767px) {
      body.tvcmlp #fun-area .ttl04 span {
        justify-content: center; } }
    body.tvcmlp #fun-area .ttl04 em {
      color: #494949; }
      body.tvcmlp #fun-area .ttl04 em b {
        color: #ff9c00; }
    body.tvcmlp #fun-area .ttl04::before, body.tvcmlp #fun-area .ttl04::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-image: url(./../../tvcmlp/img/icon_kakko.png);
      position: absolute;
      top: 8px;
      width: 34px;
      height: 87px;
      border: none; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #fun-area .ttl04::before, body.tvcmlp #fun-area .ttl04::after {
          top: 5px;
          width: 15px;
          height: 46px; } }
    body.tvcmlp #fun-area .ttl04::before {
      left: 27px; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #fun-area .ttl04::before {
          left: 14px; } }
    body.tvcmlp #fun-area .ttl04::after {
      right: 10px;
      left: auto;
      transform: scaleX(-1); }
      @media screen and (max-width: 767px) {
        body.tvcmlp #fun-area .ttl04::after {
          right: 4px; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #fun-area .flex-box .con {
      margin-top: 50px; } }
  body.tvcmlp #fun-area .flex-box .con .prof {
    width: 100%;
    padding: 55px 50px 35px 45px;
    background: #fff;
    border-top: 6px solid #fff000;
    flex-direction: row-reverse;
    border-radius: 0 0 30px 30px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #fun-area .flex-box .con .prof {
        padding: 35px 28px 30px 28px;
        border-radius: 0 0 25px 25px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    @media screen and (min-width: 768px) {
      body.tvcmlp #fun-area .flex-box .con .prof.adj {
        padding-top: 75px; } }
    body.tvcmlp #fun-area .flex-box .con .prof .text {
      width: 60%;
      margin-right: 4.7%; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #fun-area .flex-box .con .prof .text {
          width: 100%;
          margin-right: 0; } }
      body.tvcmlp #fun-area .flex-box .con .prof .text .t01 {
        margin: 0;
        position: absolute;
        top: -26px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          body.tvcmlp #fun-area .flex-box .con .prof .text .t01 {
            width: 100%;
            text-align: center; } }
        body.tvcmlp #fun-area .flex-box .con .prof .text .t01 span {
          text-align: center; }
          @media screen and (min-width: 768px) {
            body.tvcmlp #fun-area .flex-box .con .prof .text .t01 span {
              min-width: 370px; } }
          @media screen and (max-width: 767px) {
            body.tvcmlp #fun-area .flex-box .con .prof .text .t01 span {
              width: 84%; } }
      body.tvcmlp #fun-area .flex-box .con .prof .text .t02 {
        letter-spacing: 0.1em;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          body.tvcmlp #fun-area .flex-box .con .prof .text .t02 {
            padding: 0; } }
        body.tvcmlp #fun-area .flex-box .con .prof .text .t02 em {
          color: #f68001; }
        @media screen and (min-width: 768px) {
          body.tvcmlp #fun-area .flex-box .con .prof .text .t02.adj {
            padding-bottom: 20px; } }
    body.tvcmlp #fun-area .flex-box .con .prof .img {
      width: 35.3%;
      position: relative; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #fun-area .flex-box .con .prof .img {
          width: 100%;
          left: 0;
          top: 0;
          margin-top: 60px;
          margin-left: auto;
          margin-right: auto; } }
      body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text {
        font-size: 1.8rem;
        font-weight: 700;
        color: #f68001;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        transform: translateY(-145%); }
        @media only screen and (min-width: 768px) and (max-width: 1000px) {
          body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text {
            transform: translateY(-125%); } }
        @media screen and (max-width: 767px) {
          body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text {
            font-size: 1.4rem; } }
        body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i {
          display: inline-block;
          position: relative;
          padding: 0 25px; }
          @media screen and (max-width: 767px) {
            body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i {
              padding: 0 21px; } }
          body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::before, body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::after {
            display: block;
            content: '';
            width: 19px;
            height: 22px;
            position: absolute;
            bottom: 2px;
            background-image: url(./../../tvcmlp/img/arrow02.png);
            background-size: 100% 100%;
            background-position: 0 0; }
            @media screen and (max-width: 767px) {
              body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::before, body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::after {
                width: 15px;
                height: 18px; } }
          body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::before {
            left: 0; }
          body.tvcmlp #fun-area .flex-box .con .prof .img .sub-text i::after {
            right: 0;
            transform: scaleX(-1); }
  body.tvcmlp #fun-area .flex-box .con::after {
    display: none; }
body.tvcmlp #kouka-area {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    body.tvcmlp #kouka-area {
      padding: 35px 0 40px; } }
  body.tvcmlp #kouka-area .ttl02 {
    color: #3681b1; }
    body.tvcmlp #kouka-area .ttl02 .line {
      color: #313131; }
      body.tvcmlp #kouka-area .ttl02 .line b {
        font-size: 5.0rem; }
        @media screen and (max-width: 767px) {
          body.tvcmlp #kouka-area .ttl02 .line b {
            font-size: 2.7rem; } }
  @media screen and (min-width: 768px) {
    body.tvcmlp #kouka-area .img-list {
      margin: 65px 0 0; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #kouka-area .img-list {
      margin-top: 35px; } }
  body.tvcmlp #kouka-area .img-list li .img {
    width: 225px;
    margin: 0 auto 15px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #kouka-area .img-list li .img {
        width: auto;
        padding: 0 67px;
        max-width: 400px; } }
  body.tvcmlp #kouka-area .img-list li .text em.c01 {
    color: #ff9c00; }
  @media screen and (min-width: 768px) {
    body.tvcmlp #kouka-area .img-list li:nth-child(1) .img, body.tvcmlp #kouka-area .img-list li:nth-child(2) .img {
      margin-bottom: 25px; } }
@media screen and (min-width: 768px) {
  body.tvcmlp #start-area {
    padding: 75px 0 85px; } }
body.tvcmlp #start-area .ttl05 {
  letter-spacing: 0.2em; }
  @media screen and (max-width: 767px) {
    body.tvcmlp #start-area .ttl05 {
      letter-spacing: 0.05em; } }
  body.tvcmlp #start-area .ttl05 em i {
    padding: 0; }
body.tvcmlp #start-area .sub-lead {
  font-size: 2.4rem;
  color: #017dc5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    body.tvcmlp #start-area .sub-lead {
      font-size: 1.6rem;
      margin-top: 15px; } }
@media screen and (max-width: 767px) {
  body.tvcmlp #start-area .sp-scroll {
    padding: 0 0 0 0; } }
body.tvcmlp #start-area .flow-arrow {
  position: relative; }
  body.tvcmlp #start-area .flow-arrow::after {
    display: block;
    content: "";
    background-image: url(./../../tvcmlp/img/arrow.png);
    height: 52px;
    width: calc( 100% - 60px );
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
body.tvcmlp #start-area .flow {
  background: #e7f6ff;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    body.tvcmlp #start-area .flow {
      padding-bottom: 0; } }
  body.tvcmlp #start-area .flow .ttl-oth {
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    body.tvcmlp #start-area .flow .ttl-oth span {
      padding: 17.5px 20px;
      text-align: center;
      border-radius: 0 0 40px 0;
      margin-right: 35px;
      background: #017dc5; }
      @media screen and (min-width: 768px) {
        body.tvcmlp #start-area .flow .ttl-oth span {
          min-width: 158px; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #start-area .flow .ttl-oth span {
          min-width: 120px; } }
    body.tvcmlp #start-area .flow .ttl-oth i {
      font-size: 2.4rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #start-area .flow .ttl-oth i {
          font-size: 1.8rem; } }
      body.tvcmlp #start-area .flow .ttl-oth i em {
        background: linear-gradient(transparent 80%, #ffff7f 0%);
        display: inline-block;
        line-height: 1;
        padding-bottom: 3px; }
  body.tvcmlp #start-area .flow .flow-list {
    padding: 35px 30px 40px; }
    body.tvcmlp #start-area .flow .flow-list li {
      width: 14.5%; }
      body.tvcmlp #start-area .flow .flow-list li .tp {
        height: 76px;
        padding-top: 5px; }
        body.tvcmlp #start-area .flow .flow-list li .tp p {
          line-height: 1.25; }
        body.tvcmlp #start-area .flow .flow-list li .tp::before {
          border-top-color: #017dc5; }
        body.tvcmlp #start-area .flow .flow-list li .tp::after {
          background-image: url(./../../tvcmlp/img/step01.png);
          height: 15px;
          top: -11px;
          width: 73px;
          background-color: #99c7e2;
          padding: 6px 0 1px;
          background-size: auto 15px;
          background-position: center 4px;
          border-radius: 100px; }
      body.tvcmlp #start-area .flow .flow-list li:nth-child(2) .tp::after {
        background-image: url(./../../tvcmlp/img/step02.png); }
      body.tvcmlp #start-area .flow .flow-list li:nth-child(3) .tp::after {
        background-image: url(./../../tvcmlp/img/step03.png); }
      body.tvcmlp #start-area .flow .flow-list li:nth-child(4) .tp::after {
        background-image: url(./../../tvcmlp/img/step04.png); }
      body.tvcmlp #start-area .flow .flow-list li:nth-child(5) .tp::after {
        background-image: url(./../../tvcmlp/img/step05.png); }
      body.tvcmlp #start-area .flow .flow-list li:nth-child(6) .tp::after {
        background-image: url(./../../tvcmlp/img/step06.png); }
      body.tvcmlp #start-area .flow .flow-list li .ft p {
        font-size: 1.6rem;
        line-height: 1.5; }
        @media screen and (min-width: 768px) {
          body.tvcmlp #start-area .flow .flow-list li .ft p {
            letter-spacing: 0.07em; } }
  body.tvcmlp #start-area .flow.second {
    border-radius: 0px 0px 30px 30px;
    background: #eaebfa; }
    body.tvcmlp #start-area .flow.second .ttl-oth span {
      background: #424ccf;
      border-radius: 0 40px 0 0; }
    body.tvcmlp #start-area .flow.second .flow-list {
      padding: 50px 30px 30px;
      position: relative; }
      body.tvcmlp #start-area .flow.second .flow-list li {
        width: 22%; }
        body.tvcmlp #start-area .flow.second .flow-list li .tp {
          height: 67px; }
          body.tvcmlp #start-area .flow.second .flow-list li .tp::before {
            left: -29px;
            border-top-color: #424ccf; }
          body.tvcmlp #start-area .flow.second .flow-list li .tp::after {
            background-color: #b8bcee; }
        @media screen and (min-width: 768px) {
          body.tvcmlp #start-area .flow.second .flow-list li .ft p {
            padding: 0 25px; } }
body.tvcmlp #qa-area {
  background: #cde6f6; }
  @media screen and (min-width: 768px) {
    body.tvcmlp #qa-area {
      padding-bottom: 86px; } }
  body.tvcmlp #qa-area .ttl01 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #qa-area .ttl01 {
        margin-bottom: 35px; } }
  body.tvcmlp #qa-area .qa-list {
    padding: 0 45px;
    background: #fff;
    max-width: 920px;
    margin: 65px auto 0;
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.tvcmlp #qa-area .qa-list {
        padding: 20px 20px;
        margin: 30px auto 0;
        max-width: 400px; } }
    body.tvcmlp #qa-area .qa-list::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: repeat;
      background-size: 100% 100%;
      background-image: url(./../../tvcmlp/img/icon_q.png);
      width: 80px;
      height: 80px;
      position: absolute;
      top: -30px;
      left: -30px; }
      @media only screen and (min-width: 768px) and (max-width: 1000px) {
        body.tvcmlp #qa-area .qa-list::after {
          width: 60px;
          height: 60px;
          top: -15px;
          left: -15px; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #qa-area .qa-list::after {
          width: 40px;
          height: 40px;
          top: -10px;
          left: -10px; } }
    body.tvcmlp #qa-area .qa-list li.q {
      margin-top: 0;
      background: none;
      padding: 35px 25px;
      border-bottom: 1px dashed #97aebc;
      font-size: 3.0rem; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #qa-area .qa-list li.q {
          font-size: 1.8rem;
          padding: 0 20px 17px;
          border-radius: 0;
          margin-left: 0; } }
      body.tvcmlp #qa-area .qa-list li.q::before, body.tvcmlp #qa-area .qa-list li.q::after {
        display: none; }
    body.tvcmlp #qa-area .qa-list li.a {
      margin-top: 0;
      background-image: url(./../../tvcmlp/img/icon_a.png);
      background-size: 28px 30px;
      padding: 30px 70px 30px 90px;
      width: 100%;
      background-position: 35px 42px;
      display: block; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #qa-area .qa-list li.a {
          padding: 17px 35px 0 45px;
          background-size: 13px 15px;
          background-position: 20px 20px; } }
      body.tvcmlp #qa-area .qa-list li.a::after {
        display: none; }
      body.tvcmlp #qa-area .qa-list li.a .sub-area {
        padding: 22px 0 12px; }
        @media only screen and (min-width: 768px) and (max-width: 1000px) {
          body.tvcmlp #qa-area .qa-list li.a .sub-area {
            margin-right: -70px; } }
        @media screen and (max-width: 767px) {
          body.tvcmlp #qa-area .qa-list li.a .sub-area {
            padding: 12px 0 5px;
            margin-right: 0;
            max-width: initial; } }
      @media screen and (min-width: 768px) {
        body.tvcmlp #qa-area .qa-list li.a.adj {
          background-position: 35px 35px; } }
body.tvcmlp #ft-contact {
  background-image: url(./../../tvcmlp/img/bg_contact.png); }
  @media screen and (min-width: 768px) {
    body.tvcmlp #ft-contact {
      padding-top: 63px; } }
  @media screen and (max-width: 767px) {
    body.tvcmlp #ft-contact {
      background-image: url(./../../tvcmlp/img/bg_contact_sp.png); } }
  body.tvcmlp #ft-contact #ft-contactInner .float-img {
    bottom: -40px;
    right: -60px;
    width: 312px; }
  @media screen and (min-width: 768px) {
    body.tvcmlp #ft-contact #ft-contactInner::after {
      display: block;
      content: "";
      background-position: 0 0;
      background-repeat: repeat;
      background-size: 100% 100%;
      background-image: url(./../../tvcmlp/img/img_contact_common.png);
      width: 282px;
      height: 248px;
      position: absolute;
      left: -25px;
      bottom: -45px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    body.tvcmlp #ft-contact #ft-contactInner::after {
      display: none; } }
  body.tvcmlp #ft-contact .ft-ttl {
    text-align: center; }
  body.tvcmlp #ft-contact .ft-ft-con {
    text-align: center; }
    body.tvcmlp #ft-contact .ft-ft-con .btn-outer {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        body.tvcmlp #ft-contact .ft-ft-con .btn-outer .sp-img {
          margin: -5px auto -20px;
          max-width: 500px; } }
      @media screen and (max-width: 767px) {
        body.tvcmlp #ft-contact .ft-ft-con .btn-outer .sp-img img {
          margin-left: -20px;
          display: block;
          width: calc(100% + 20px);
          max-width: initial; } }
body.tvcmlp .foot-contents .ft-flex-outer {
  background: #f0f7fc; }
  body.tvcmlp .foot-contents .ft-flex-outer .ft-flex .tel-outer a {
    color: #ff9c00;
    background: url(./../../tvcmlp/img/icon_tel.png) no-repeat 0 center;
    background-size: 35px 35px; }
    @media screen and (max-width: 767px) {
      body.tvcmlp .foot-contents .ft-flex-outer .ft-flex .tel-outer a {
        background-size: 25px 25px; } }
  body.tvcmlp .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn {
    background-image: url(./../../tvcmlp/img/bg_btn02.png); }
  body.tvcmlp .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn i::before {
    display: block; }
  body.tvcmlp .foot-contents .ft-flex-outer .ft-flex .con .btn-outer .btn i::after {
    display: none; }
body.tvcmlp .foot-contents .copy {
  background: #017dc5; }
body.tvcmlp #page_top {
  background: #017dc5; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sp-scroll-outer {
    overflow-y: scroll;
    padding: 0 0 15px 0;
    margin-left: 20px; } }
@media screen and (max-width: 767px) {
  .sp-scroll-outer {
    overflow-y: scroll;
    padding: 0 0 15px 0;
    margin-left: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sp-scroll-outer .sp-scroll-inner {
    width: 980px; } }
@media screen and (max-width: 767px) {
  .sp-scroll-outer .sp-scroll-inner {
    width: 980px; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sp-scroll-outer .sp-scroll-inner .flow-list-outer {
    overflow-y: initial !important;
    margin-left: 0 !important; } }
@media screen and (max-width: 767px) {
  .sp-scroll-outer .sp-scroll-inner .flow-list-outer {
    overflow-y: initial !important;
    margin-left: 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sp-scroll-outer .sp-scroll-inner .flow-list-outer .flow-list {
    width: auto !important; } }
@media screen and (max-width: 767px) {
  .sp-scroll-outer .sp-scroll-inner .flow-list-outer .flow-list {
    width: auto !important; } }
.sp-scroll-outer::-webkit-scrollbar {
  width: 0;
  height: 6px; }
.sp-scroll-outer::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  margin-right: 20px;
  border-radius: 100px; }
.sp-scroll-outer::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 100px; }

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