* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .p-page_content__inner {
    max-width: 600px!important;
    width: 90%;
    padding: 0!important;
  }
  
  html {
      scroll-behavior: smooth;
    }
  
    a {
      transition: all 0.3s ease;
    }
    a:hover {
      opacity: 0.5;
    }
  
    .breadcrumb {
      background-color: #ebedeb;
      padding: 5px 0 10px;
    }

    h1 {
        margin: 0!important;
    }

/* ここまでLP共通 */

.FOI_main {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

img {
    display: block;
    width: 100%;
}

.FOI_teikiset {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 30px;
}

.FOI_buybtn {
    position: absolute;
 width: 80%;
 bottom: -30px;
 left: 50%;
 transform: translateX(-50%);
}

.FOI_comment {
  font-size: 0.8em;
  padding: 2em;
  padding-bottom: 4em;
}