@charset "UTF-8";
html,
body {
  -webkit-backface-visibility: hidden;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%; }

a {
  display: inline-block; }
  a:hover {
    transition: 0.4s;
    opacity: 0.8; }

@media (max-width: 767px) {
  .only-sp {
    display: block; }

  .only-pc {
    display: none; } }
@media (min-width: 768px) {
  .only-sp {
    display: none; }

  .only-pc {
    display: block; } }
main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto; }

.main_fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  height: 133.87vw;
  max-height: 1004px;
  margin: 0 auto;
  background: url(../img/free_money_line/fv.jpg) no-repeat 0 0/100% auto; }
  .main_fv h1 {
    margin: 0;
    padding: 0;
    text-align: center; }
    .main_fv h1 img {
      width: 97.73vw;
      max-width: 733px;
      margin: 12.27% auto 0; }

.reason_bg_03 {
  background: url(../img/free_money_line/03_1.jpg) no-repeat 0 0/100% auto;
  width: 100%;
  max-width: 750px;
  height: 48vw;
  max-height: 360px;
  margin: 0 auto;
  padding-top: 15%;
  margin-bottom: -15%; }

.kirakira_bg {
  width: 100%;
  max-width: 750px;
  position: relative; }
  .kirakira_bg img {
    position: relative;
    z-index: 0; }
  .kirakira_bg::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 1.33%;
    display: block;
    width: 96vw;
    max-width: 720px;
    height: 293px;
    max-height: 39.07vw;
    content: '';
    background: url(../img/free_money_line/kirakira.gif) no-repeat 50% 100%/100% auto; }

.cloing_area {
  text-align: center; }
.cloing_btn {
  display: block;
  margin-top: -4%; }

footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto; }

.footer_top {
  background-color: #000;
  text-align: center; }
  .footer_top_link {
    color: #fff;
    display: inline-block;
    line-height: 3em;
    text-decoration: underline; }
    @media (max-width: 540px) {
      .footer_top_link {
        font-size: 15px; } }
    @media (min-width: 541px) {
      .footer_top_link {
        font-size: 30px; } }
    .footer_top_link:hover {
      text-decoration: none; }

#info dl dt, #info dl dd {
  margin: 0;
  padding: 2.4%; }
#info dl dt {
  border-bottom: solid 1px #000;
  font-weight: bold; }
#info dl dd {
  padding-top: 5.6%;
  margin-bottom: 8%; }
#info .info_gray {
  background-color: #626262; }
