@charset "UTF-8";
#landingpage {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  background-color: #FFF;
  padding: 1em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック', 'メイリオ', sans-serif;
  line-height: 1.8em;
  font-weight: normal;
  overflow-x: hidden; }
  #landingpage * {
    transition: 0.3s; }
  #landingpage img {
    max-width: 100%; }
  #landingpage a, #landingpage a:hover, #landingpage a:visited {
    color: inherit;
    text-decoration: none; }
  #landingpage a:hover {
    opacity: 0.8; }
  #landingpage .mt1 {
    margin-top: 1em; }
  #landingpage .mt2 {
    margin-top: 2em; }
  #landingpage .mt4 {
    margin-top: 4em; }
  #landingpage .mt6 {
    margin-top: 6em; }
  #landingpage .mb1 {
    margin-bottom: 1em; }
  #landingpage .mb2 {
    margin-bottom: 2em; }
  #landingpage .mb4 {
    margin-bottom: 4em; }
  #landingpage .mb6 {
    margin-bottom: 6em; }
  #landingpage .mb8 {
    margin-bottom: 8em; }
  #landingpage .center {
    text-align: center; }
  #landingpage .bold {
    font-weight: 600; }
  #landingpage .note {
    font-size: 0.875em;
    font-weight: normal; }
  #landingpage .pcnone {
    display: none; }
  #landingpage .spnone {
    display: block; }
  #landingpage .inner_container {
    max-width: 900px;
    margin: 0 auto; }
  #landingpage .introbox {
    border: 3px solid #003b92;
    border-radius: 25px;
    padding: 20px 32px; }
    #landingpage .introbox .intro-text {
      text-align: center;
      font-weight: bold;
      color: #003b92; }
      #landingpage .introbox .intro-text span {
        font-size: 1.25em;
        text-align: center;
        font-weight: bold;
        color: #003b92; }
  #landingpage .menu01, #landingpage .menu02, #landingpage .menu03 {
    border: solid #777 1px;
    color: #000;
    font-weight: 600;
    line-height: 1.3em;
    height: 70px;
    text-align: center;
    display: table; }
    #landingpage .menu01 a, #landingpage .menu02 a, #landingpage .menu03 a {
      display: table-cell;
      vertical-align: middle; }
  #landingpage .menu01 a:hover {
    background-color: #cee4e4; }
  #landingpage .menu02 a:hover {
    background-color: #d3dde8; }
  #landingpage .menu03 a:hover {
    background-color: #f8dcde; }
  #landingpage .maintitle {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center; }
  #landingpage .subtitle {
    font-weight: bold;
    font-size: 1.175em; }
  #landingpage .readbox {
    text-align: center;
    margin: 0 auto; }
  #landingpage .inlineblocktext {
    display: inline-block;
    text-align: left; }
  #landingpage .tx_blue {
    color: #003b92; }
  #landingpage .box_blue {
    background: #e4eaf5;
    padding: 40px 30px; }
  #landingpage .box_orange {
    background: #fbdecb;
    padding: 30px; }
  #landingpage .delimiter_line {
    border-top: #c7c7c7 solid 1px;
    width: 100%;
    text-align: center; }
  #landingpage .note_point_box {
    background-color: #663399;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
    margin-top: 30px;
    border-radius: 25px; }
  #landingpage .productsbox {
    background: #e4eaf5;
    padding: 30px; }
    #landingpage .productsbox .product_title {
      font-weight: bold;
      font-size: 1.25em;
      color: #003b92; }
    #landingpage .productsbox .point {
      background-color: #fff;
      padding: 10px 20px;
      color: #000; }
  #landingpage .arrow {
    margin-top: -2em; }
  #landingpage .buybtn {
    background-color: #D65401;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.175em;
    text-align: center;
    line-height: 3.5em;
    margin: 30px auto; }
    #landingpage .buybtn a {
      display: block; }
  #landingpage .newmark {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0 0 15px 0;
    background-color: #f22c0a;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    line-height: 60px;
    z-index: 999; }
  #landingpage #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px; }
  #landingpage #pageTop a {
    display: block;
    z-index: 9999;
    padding: 8px 0 0 8px;
    text-decoration: none; }
    #landingpage #pageTop a img {
      width: 50px;
      height: 50px; }
  #landingpage #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7; }

/*landingpageおわり*/
@media screen and (max-width: 544px) {
  #landingpage {
    font-size: 14px;
    padding: 1em 0px; }
    #landingpage .pcnone {
      display: block; }
    #landingpage .spnone {
      display: none; }
    #landingpage .maintitle {
      font-size: 1.25em; }
    #landingpage .introbox {
      padding: 20px; }
      #landingpage .introbox .intro-text {
        text-align: left; }
    #landingpage .box_blue {
      padding: 20px; }
    #landingpage .box_orange {
      padding: 20px; }
    #landingpage .productsbox .col-12.col-md-7.mt2 {
      margin-top: 0px;
      padding-left: 20px;
      padding-right: 20px; }
    #landingpage .newmark {
      width: 40px;
      height: 40px;
      border-radius: 0 0 10px 0;
      font-size: 1.0em;
      line-height: 40px; }

  /*sp版landingpageおわり*/ }
/*@media screen and (max-width: 544px)*/
