@charset "UTF-8";
/*(c)ネオ･フリーコール*/
/*色設定*/
/*お問い合せ*/
body article * {
  box-sizing: border-box; }

div.lead {
  margin: 0 auto;
  text-align: center;
  margin: 1rem 0 2.5rem 0; }
  div.lead p {
    font-size: 1rem;
    line-height: 2;
    font-weight: 200;
    display: block;
    color: #333; }
    div.lead p span {
      font-size: 0.7rem; }
    div.lead p b {
      font-size: 1.1rem;
      font-weight: 400;
      display: inline-block;
      padding: 0 0.2rem;
      margin-top: -0.3rem; }
      div.lead p b::after {
        content: '';
        display: block;
        height: 10px;
        background: #F5F749;
        margin-top: -1rem; }
    div.lead p a {
      border-bottom: 1px solid #0046BE;
      color: #0046BE; }
  div.lead small {
    color: #808080; }
  @media screen and (max-width: 1023px) {
    div.lead {
      margin: 0.5rem 0 1rem 0; }
      div.lead p {
        font-size: 0.9rem;
        text-align: left; }
        div.lead p br {
          display: none; } }

article h5 {
  font-size: 18px;
  margin: 30px 0 25px 0; }
  @media screen and (max-width: 1023px) {
    article h5 {
      font-size: 17px; } }

.ind-top {
  text-align: center; }

.ind_movie {
  background: #000;
  text-align: center;
  margin: 30px 0 60px 0;
  padding: 1px; }
  @media screen and (min-width: 1024px) {
    .ind_movie div iframe {
      margin: 0 auto;
      width: 100%;
      max-width: 800px;
      height: 450px;
      vertical-align: bottom; } }
  @media screen and (max-width: 1023px) {
    .ind_movie {
      background: #ddd; }
      .ind_movie div {
        position: relative;
        width: 100%; }
        .ind_movie div::before {
          content: "";
          display: block;
          padding-top: 56.25%; }
        .ind_movie div iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

.ind-lead {
  text-align: center;
  margin: 0px 0 30px; }
  .ind-lead img {
    width: 600px; }

.ind-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5% 0; }
  .ind-about > div {
    width: 30.333%;
    margin: 0 1.5% 2rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 1rem 0; }
    .ind-about > div h5 {
      background: #0046BE;
      color: #fff;
      line-height: 1.5;
      padding: 1rem;
      text-align: center;
      margin: 0px; }
    .ind-about > div figure {
      text-align: center;
      margin: 1rem 8% 0rem; }
      .ind-about > div figure img {
        max-width: 360px;
        width: 100%; }
    .ind-about > div p {
      font-size: 0.9rem;
      margin: 0 8% 1rem;
      font-weight: 400; }
    .ind-about > div small {
      display: block;
      color: #808080;
      margin: 0 8% 1rem;
      font-size: 0.7rem;
      line-height: 1.5;
      font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .ind-about > div {
      width: 97%;
      margin-bottom: 1rem; } }

.ind-btn {
  text-align: center;
  margin: 0 0 4.5rem 0; }
  .ind-btn a {
    display: inline-block;
    font-weight: bold;
    font-size: 1.05rem;
    line-height: 1.25;
    padding: 15px 30px;
    margin: 0 auto;
    background: #0046BE;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ind-btn a:hover {
      opacity: 0.5; }

.ind-need {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ind-need > div {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 1rem 0;
    text-align: center; }
    .ind-need > div h5 {
      background: #FF8200;
      color: #fff;
      line-height: 1.5;
      padding: 1rem;
      text-align: center;
      margin: 0 0 2rem 0; }
    .ind-need > div > span {
      font-size: 12px;
      color: #808080;
      font-weight: bold;
      margin-top: 1rem; }
    @media screen and (min-width: 1024px), print {
      .ind-need > div {
        width: 50%; }
        .ind-need > div + div {
          border-left: 1px solid #eee;
          margin-left: -1px; } }
  .ind-need .-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%; }
    .ind-need .-phone > div {
      width: 45%; }
      .ind-need .-phone > div img {
        max-height: 120px; }
      .ind-need .-phone > div p {
        border-top: 1px solid #707070;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.25;
        padding-top: 1.25rem;
        margin-top: 1.75rem; }
        .ind-need .-phone > div p small {
          display: block; }
    .ind-need .-phone > span {
      display: block;
      width: 10%;
      font-weight: bold;
      padding-top: 55px;
      font-size: 15px; }
    @media screen and (max-width: 1023px) {
      .ind-need .-phone > div p {
        font-size: 16px; } }
  .ind-need .-app figure img {
    width: 80px; }
  .ind-need .-app ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%;
    margin: 1rem 0 0 0; }
    .ind-need .-app ul li {
      width: 50%; }
      .ind-need .-app ul li img.-qr {
        max-width: 90px; }
      .ind-need .-app ul li img.-btn {
        width: 100%;
        max-width: 180px; }
  .ind-need .-fee h5 {
    background: #0046BE;
    margin-bottom: 1.5rem; }
  .ind-need .-fee figure {
    width: 92%;
    max-width: 360px;
    margin: 0 auto; }
    .ind-need .-fee figure img {
      width: 100%; }
  .ind-need .-fee p {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    padding: 0 3%; }

.ind-fee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 2rem 2%; }
  .ind-fee > div {
    width: 96%;
    margin: 0 2%;
    padding: 0 0 1rem 0; }
    .ind-fee > div h5 {
      background: #0046BE;
      color: #fff;
      line-height: 1.5;
      padding: 1rem;
      text-align: center;
      margin: 0px; }
    .ind-fee > div p {
      font-size: 15px;
      line-height: 25px;
      margin: 20px 0;
      font-weight: 300; }
    .ind-fee > div table {
      margin: 10px 0; }
      .ind-fee > div table tr td:last-child {
        text-align: right; }
        .ind-fee > div table tr td:last-child span {
          font-family: 'Oswald', sans-serif;
          font-size: 21px; }
        .ind-fee > div table tr td:last-child small {
          display: inline-block;
          width: 50px;
          font-size: 13px;
          text-align: left;
          margin-left: 8px; }
  @media screen and (max-width: 1023px) {
    .ind-fee > div {
      width: 96%; }
      .ind-fee > div table th, .ind-fee > div table td {
        width: auto; } }

.ind-use {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .ind-use > div {
    width: 30%;
    text-align: center; }
    .ind-use > div figure img {
      width: 138px;
      border: 10px solid #eee;
      box-sizing: content-box; }
    .ind-use > div p {
      font-weight: bold;
      line-height: 1.5;
      margin: 20px 0; }
  .ind-use > span {
    width: 5%;
    content: '･';
    font-family: 'Icons';
    text-align: center;
    font-size: 45px;
    text-indent: -10px;
    color: #808080; }
    .ind-use > span i {
      margin-top: 125px;
      display: block; }
  @media screen and (max-width: 1023px) {
    .ind-use > div {
      width: 100%; }
      .ind-use > div figure img {
        width: 100px; }
      .ind-use > div p {
        margin: 10px 0 0 0; }
    .ind-use > span {
      width: 100%;
      font-size: 25px;
      text-indent: 0;
      height: 50px; }
      .ind-use > span i {
        margin: 0px;
        display: block;
        transform: rotate(90deg); } }
