@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/* -------- Base Font Family -------- */
/* -------- Font 本文 -------- */
/* -------- Common -------- */
body {
  min-height: 2000px;
  background-color: #1c3475;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

h1, h2, h3, h4, h5, h6, p, ul li, ol li, dl dt, dl dd, label, tr th, tr td, button, time, label {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 400;
  list-style: none;
  outline: 0;
}

ul, dl {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

a {
  /* 	color: #344b95; */
}

a:hover {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

/* -------- LP用 Boot Strap OverWrite -------- */
body.lpWrp {
  min-height: auto;
}
body.lpWrp .container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  body.lpWrp .container {
    /* 設定最大幅1320pxに両サイドのPadding30pxを足した数値 */
    width: 1400px;
  }
}
@media (max-width: 1439px) {
  body.lpWrp .container {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  body.lpWrp .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.lpWrp .row {
  line-height: 0;
  margin-right: -20px;
  margin-left: -20px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  body.lpWrp .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
body.lpWrp .col-lg-1, body.lpWrp .col-lg-10, body.lpWrp .col-lg-11, body.lpWrp .col-lg-12, body.lpWrp .col-lg-2, body.lpWrp .col-lg-3, body.lpWrp .col-lg-4, body.lpWrp .col-lg-5, body.lpWrp .col-lg-6, body.lpWrp .col-lg-7, body.lpWrp .col-lg-8, body.lpWrp .col-lg-9, body.lpWrp .col-md-1, body.lpWrp .col-md-10, body.lpWrp .col-md-11, body.lpWrp .col-md-12, body.lpWrp .col-md-2, body.lpWrp .col-md-3, body.lpWrp .col-md-4, body.lpWrp .col-md-5, body.lpWrp .col-md-6, body.lpWrp .col-md-7, body.lpWrp .col-md-8, body.lpWrp .col-md-9, body.lpWrp .col-sm-1, body.lpWrp .col-sm-10, body.lpWrp .col-sm-11, body.lpWrp .col-sm-12, body.lpWrp .col-sm-2, body.lpWrp .col-sm-3, body.lpWrp .col-sm-4, body.lpWrp .col-sm-5, body.lpWrp .col-sm-6, body.lpWrp .col-sm-7, body.lpWrp .col-sm-8, body.lpWrp .col-sm-9, body.lpWrp .col-xs-1, body.lpWrp .col-xs-10, body.lpWrp .col-xs-11, body.lpWrp .col-xs-12, body.lpWrp .col-xs-2, body.lpWrp .col-xs-3, body.lpWrp .col-xs-4, body.lpWrp .col-xs-5, body.lpWrp .col-xs-6, body.lpWrp .col-xs-7, body.lpWrp .col-xs-8, body.lpWrp .col-xs-9 {
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  body.lpWrp .col-lg-1, body.lpWrp .col-lg-10, body.lpWrp .col-lg-11, body.lpWrp .col-lg-12, body.lpWrp .col-lg-2, body.lpWrp .col-lg-3, body.lpWrp .col-lg-4, body.lpWrp .col-lg-5, body.lpWrp .col-lg-6, body.lpWrp .col-lg-7, body.lpWrp .col-lg-8, body.lpWrp .col-lg-9, body.lpWrp .col-md-1, body.lpWrp .col-md-10, body.lpWrp .col-md-11, body.lpWrp .col-md-12, body.lpWrp .col-md-2, body.lpWrp .col-md-3, body.lpWrp .col-md-4, body.lpWrp .col-md-5, body.lpWrp .col-md-6, body.lpWrp .col-md-7, body.lpWrp .col-md-8, body.lpWrp .col-md-9, body.lpWrp .col-sm-1, body.lpWrp .col-sm-10, body.lpWrp .col-sm-11, body.lpWrp .col-sm-12, body.lpWrp .col-sm-2, body.lpWrp .col-sm-3, body.lpWrp .col-sm-4, body.lpWrp .col-sm-5, body.lpWrp .col-sm-6, body.lpWrp .col-sm-7, body.lpWrp .col-sm-8, body.lpWrp .col-sm-9, body.lpWrp .col-xs-1, body.lpWrp .col-xs-10, body.lpWrp .col-xs-11, body.lpWrp .col-xs-12, body.lpWrp .col-xs-2, body.lpWrp .col-xs-3, body.lpWrp .col-xs-4, body.lpWrp .col-xs-5, body.lpWrp .col-xs-6, body.lpWrp .col-xs-7, body.lpWrp .col-xs-8, body.lpWrp .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
body.lpWrp [class*=block-grid-] {
  display: block;
  margin: 0 -20px;
  padding: 0;
}
@media (max-width: 767px) {
  body.lpWrp [class*=block-grid-] {
    margin: 0 -10px;
  }
}
body.lpWrp .block-grid-item {
  display: inline;
  margin: 0;
  padding: 0 20px;
  height: auto;
  float: left;
  list-style: none;
}
@media (max-width: 767px) {
  body.lpWrp .block-grid-item {
    padding: 0 10px;
  }
}

/* -------- Override -------- */
.jumbotron {
  background-color: #fff;
  margin-bottom: 0;
}

.jumbotron p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.5rem;
}

.navbar_common .navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}

.navbar_common h1.navbar-brand {
  margin: 2rem;
}

.navbar_common .navbar-brand {
  float: left;
  width: 220px;
  height: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar_common .navbar-brand {
    float: left;
    width: 150px;
    height: auto;
    padding: 0;
  }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #384E97;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
  }
}

.navbar_common .navbar-brand a {
  display: block;
  float: left;
}

.navbar_common .navbar-default .navbar-toggle {
  border-color: #E6E6E6;
}

.navbar_common .navbar-default .navbar-toggle .icon-bar {
  background-color: #384E97;
}

.navbar_common .navbar-default .navbar-toggle:focus, .navbar_common .navbar-default .navbar-toggle:hover {
  background-color: #384E97;
}

.navbar_common .navbar-default .navbar-toggle:focus .icon-bar, .navbar_common .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

.navbar_common .navbar-nav > li {
  font-size: 1.5rem;
}

.navbar_common .navbar-default .navbar-nav > li > a {
  color: #31478c;
}
@media (max-width: 991px) {
  .navbar_common .navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .navbar_common .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar_common .navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
}

.dropdown-menu {
  padding: 15px 0;
}

.navbar_common .dropdown-menu > li {
  margin-bottom: 10px;
}
.navbar_common .dropdown-menu > li:last-child {
  margin-bottom: 0;
}

.navbar_common .dropdown-menu > li > a {
  font-size: 1.5rem;
  color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .navbar_common .dropdown-menu > li > a {
    color: #31478c;
  }
}
.navbar_common .dropdown-menu > li > a:hover {
  background: none;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar_common .dropdown-menu > li > a:hover {
  text-decoration: underline;
}

.navbar_common .navbar-nav > li > .dropdown-menu {
  background-color: #31478c;
}

.close {
  font-size: 30px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar_common .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar_common .navbar > .container .navbar-brand, .navbar_common .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  .navbar_common .navbar-right {
    margin-right: 0px;
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .navbar_common .navbar-right {
    margin-right: 0px;
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .navbar_common .navbar-brand {
    float: left;
    width: 150px;
    height: auto;
    padding: 0;
  }
  .navbar_common h1.navbar-brand {
    margin: 1.5rem;
  }
  .navbar_common .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 1.8rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
  }
  .navbar_common .navbar-default .navbar-collapse, .navbar_common .navbar-default .navbar-form {
    border: none;
    background-color: #384E97;
  }
  .navbar_common .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar_common .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar_common .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #1c3475;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

/* -------- Page Top -------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 99999;
}

#page-top a {
  background: #31478c;
  background-size: 60px 60px;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#page-top a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* -------- Header -------- */
.fixTop {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .fixTop {
    padding-top: 81px;
  }
}
@media (max-width: 767px) {
  .fixTop {
    padding-top: 7rem;
  }
}

/* -------- Main Image -------- */
/*
.topImg{
  background-color: #917978;
  position: relative;
  margin-bottom: 0;
}
*/
.topImg {
  background-color: #31478c;
  background-image: url(../img/topImg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  margin-bottom: 0;
}

/*
.topImg_ef{
    background-image: url(../img/topImg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.46;
}
*/
.topImg_point h1 {
  margin: 0 0 3.5rem 0;
}

.topImg_point h1 img {
  width: 80%;
}

.topImg_title {
  margin: 0 0 3.5rem 0;
}

.topImg_title h2 {
  margin: 0 0 1rem 0;
}

.topImg_title p {
  margin: 0;
}

.topImg_title hr {
  margin: 1rem 0;
}

.topImg_print {
  position: relative;
}

.topImg .printImg {
  padding: 6rem 6rem 1rem 6rem;
  text-align: center;
}

.printImg_txt_01 img {
  width: 30%;
  height: auto;
  position: absolute;
  top: 24rem;
  left: 0;
}

.printImg_txt_02 img {
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 8rem;
  right: 2rem;
}

.printImg_txt_03 img {
  width: 35%;
  height: auto;
  position: absolute;
  top: 0rem;
  right: 0;
}

.topImg .printImg_2L {
  padding: 0rem 6rem 0rem 6rem;
  margin-bottom: 2rem;
  text-align: center;
}

.printImg_txt_01_2L img {
  width: 37%;
  height: auto;
  position: absolute;
  top: 20rem;
  left: 11rem;
}

.printImg_txt_02_2L img {
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 20rem;
  left: 8rem;
}

.printImg_txt_03_2L img {
  width: 30%;
  height: auto;
  position: absolute;
  top: 0rem;
  left: 4rem;
}

.printImg_txt_04_2L img {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 20rem;
  right: 0;
}

.tokkyo {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}

.topImg_conviniList {
  background-color: #fff;
  padding: 1rem 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  .topImg_conviniList {
    padding: 1rem 2rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
  }
}

.conviniList_logo {
  padding: 0rem 2rem 1rem 2rem;
}
.conviniList_logo.low {
  padding: 0rem 2rem 0rem 2rem;
  margin-bottom: 0.5rem;
}

.topImg_market {
  margin-top: 3.5rem;
}
@media (max-width: 992px) {
  .topImg_market {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .topImg_market {
    margin-top: 3rem;
  }
}
.topImg_market .market_box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}
@media (max-width: 1199px) {
  .topImg_market .market_box {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .topImg_market .market_box {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .topImg_market .market_box {
    padding: 1.5rem;
  }
}
.topImg_market .market_box .qr {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 1199px) {
  .topImg_market .market_box .qr {
    margin-top: 1.5rem;
  }
}
@media (max-width: 992px) {
  .topImg_market .market_box .qr {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .topImg_market .market_box .qr {
    margin-top: 1.5rem;
  }
}
.topImg_market .market_box .qr img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  .topImg_market .market_box .qr img {
    width: 100%;
  }
}

.topTwitterFollow {
  margin-top: 3rem;
}

.mynaLogo a:hover img {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .topImg {
    margin-top: 10rem;
  }
  .topImg_point h1 {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .topImg_point h1 img {
    width: 90%;
  }
  .topImg .printImg {
    margin-bottom: 3rem;
  }
  .topImg .printImg_2L {
    margin-bottom: 3rem;
  }
  .topImg_title {
    margin: 0 0 3rem 0;
  }
  .topImg_conviniList {
    margin: 0 0 0 0;
  }
  .topTwitterFollow {
    margin-top: 5rem;
  }
  .printImg_txt_01 img {
    width: 28%;
    height: auto;
    position: absolute;
    top: 30rem;
    right: 0;
    left: auto;
  }
  .printImg_txt_02 img {
    width: 22%;
    height: auto;
    position: absolute;
    bottom: 12rem;
    left: 0;
  }
  .printImg_txt_03 img {
    width: 34%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .printImg_txt_01_2L img {
    width: 35%;
    height: auto;
    position: absolute;
    top: 37rem;
    left: 0rem;
  }
  .printImg_txt_02_2L img {
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 8rem;
    left: 16rem;
  }
  .printImg_txt_03_2L img {
    width: 32%;
    height: auto;
    position: absolute;
    top: 0rem;
    right: 6rem;
  }
  .printImg_txt_04_2L img {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 30rem;
    right: 0;
  }
  .tokkyo {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .topImg {
    margin-top: 7rem;
  }
  .topImg_title {
    margin: 0 0 3rem 0;
  }
  .topTwitterFollow {
    margin-top: 3rem;
  }
  .topImg .printImg {
    padding: 3rem 3rem 0rem 3rem;
    margin-bottom: 2rem;
  }
  .topImg .printImg_2L {
    padding: 0rem 1rem 0rem 1rem;
    margin-bottom: 3rem;
  }
  .printImg_txt_01 img {
    width: 30%;
    height: auto;
    position: absolute;
    top: 18rem;
    right: 0;
  }
  .printImg_txt_02 img {
    width: 26%;
    height: auto;
    position: absolute;
    bottom: 7rem;
    left: 0;
  }
  .printImg_txt_03 img {
    width: 35%;
    height: auto;
    position: absolute;
    top: 0rem;
    left: 0;
  }
  .printImg_txt_01_2L img {
    width: 40%;
    height: auto;
    position: absolute;
    top: 20rem;
    left: 0rem;
  }
  .printImg_txt_02_2L img {
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 7rem;
    left: 12rem;
  }
  .printImg_txt_03_2L img {
    width: 35%;
    height: auto;
    position: absolute;
    top: 0rem;
    right: 4rem;
  }
  .printImg_txt_04_2L img {
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 20rem;
    right: 0;
  }
  .tokko {
    padding-bottom: 3.5rem;
  }
}
/* -------- Price Free Banner -------- */
.strip_price {
  background-color: #d84e6c;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}

/* -------- Top Page Menu -------- */
.topMenu {
  background-color: #31478c;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
}

.topMenu_list div {
  border-left: solid 1px #4f66ac;
}

.topMenu_list p {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 0;
}

.topMenu_list p a {
  color: #fff;
  display: block;
}

.topMenu_list .drop {
  position: relative;
  border: none;
}
@media (max-width: 767px) {
  .topMenu_list .drop {
    margin: 0px 0 30px 0;
  }
}
.topMenu_list .drop:hover {
  cursor: pointer;
}
.topMenu_list .drop:hover .dropMenu {
  visibility: visible;
  opacity: 1;
}
.topMenu_list .drop:hover .tl {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .topMenu_list .drop:hover .tl {
    text-decoration: none;
  }
}
.topMenu_list .drop .tl {
  transition: all 0.2s;
  color: #fff;
}
@media (max-width: 767px) {
  .topMenu_list .drop .tl {
    color: #acb9e6;
  }
}
.topMenu_list .drop .dropMenu {
  transition: all 0.4s;
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: #374e9f;
  width: 250px;
  padding: 15px 20px 15px 20px;
  border: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .topMenu_list .drop .dropMenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.topMenu_list .drop .dropMenu ul {
  margin: 0;
  float: left;
}
@media (max-width: 767px) {
  .topMenu_list .drop .dropMenu ul {
    width: 100%;
  }
}
.topMenu_list .drop .dropMenu ul li {
  width: 100%;
  float: left;
  margin: 0;
  line-height: 2;
  border: none;
  padding: 0;
  text-align: left;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .topMenu_list .drop .dropMenu ul li {
    text-align: center;
    line-height: 1;
    margin-top: 10px;
  }
}
.topMenu_list .drop .dropMenu ul li a {
  color: #fff;
}
.topMenu_list .drop .dropMenu ul li a:hover {
  text-decoration: underline;
}

/* -------- DL&USE -------- */
.dl_use {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}
.dl_use.top {
  background-color: #1e2062;
}

.use_app {
  margin: 0 0 5rem 0;
  display: none;
}

.useBtn {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  background-color: #31478c;
}

.useBtn:hover, .useBtn:focus {
  background-color: #5CB75D;
}

.followBtn {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  /* 	background-color: #349AD6; */
  background-color: #55ACEE;
}

.followBtn:hover, .followBtn:focus {
  background-color: #5CB75D;
}

.cautionBtn {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  background-color: #DC3359;
  padding: 3rem 6rem;
}

.cautionBtn:hover, .cautionBtn:focus {
  background-color: #E60000;
}

@media (max-width: 992px) {
  .cautionBtn {
    padding: 2rem 2rem;
  }
}
@media (max-width: 768px) {
  .useBtn {
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
  }
  .dl_use {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .use_app {
    padding: 0;
    margin: 0 0 3rem 0;
  }
  .cautionBtn {
    padding: 2rem 5rem;
    margin-top: 1rem;
  }
}
/* -------- Feature -------- */
.feature {
  padding-top: 6rem;
  padding-bottom: 0rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
}
.feature.lp01 {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .feature.lp01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.feature_first {
  margin-bottom: 3rem;
}

.feature_first h2 {
  margin-bottom: 6rem;
}

.feature_first p {
  margin-bottom: 3rem;
}

.feature_img a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.feature_img_L {
  margin-bottom: 2rem;
  text-align: center;
}

.feature_img_L a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.feature_img_2L {
  margin-bottom: 2rem;
}

.feature_img_2L a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.feature .modal-content {
  border-radius: 0;
  background-color: #f7f7f7;
  padding-bottom: 2rem;
}

.feature .modal-header h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #31478c;
}

.feature_list h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.feature_list h3 span {
  font-size: 1.8rem;
}

.feature_list p {
  margin-bottom: 0.5rem;
}

.feature_block {
  margin-bottom: 5.5rem;
}

.feature_block h3 {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.feature_block_hr hr {
  border-top: none;
  border-bottom: dotted 1px #DADADA;
  padding: 0;
  margin: 0 0 3rem 0;
  width: 100%;
}

.feature_block .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  border: 1px solid #BEC8E0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .feature_block .table-bordered > thead > tr > th {
    font-size: 14px;
  }
}

.feature_block .table-bordered > tbody > tr > td {
  border: 1px solid #BEC8E0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .feature_block .table-bordered > tbody > tr > td {
    font-size: 14px;
  }
}

.feature_block .table-bordered > tbody > tr > th {
  border: 1px solid #BEC8E0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .feature_block .table-bordered > tbody > tr > th {
    font-size: 14px;
  }
}

.feature_block .table-bordered {
  /*     border: 1px solid #344B95; */
  border: none;
}

.feature_block thead {
  text-align: center;
  background-color: #344B95;
}

.feature_block table th {
  text-align: center;
}

.feature_block table td {
  color: #344B95;
  text-align: center;
}

.col-size {
  width: 36%;
  text-align: center;
  color: #fff;
}

.col-type {
  width: 16%;
  text-align: center;
  color: #fff;
}

.col-type span {
  font-weight: normal;
  font-size: small;
}

@media (max-width: 768px) {
  .feature {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .feature_first {
    margin-bottom: 4rem;
  }
  .feature_first h2 {
    margin-bottom: 4rem;
  }
  .feature_block {
    margin-bottom: 2.5rem;
  }
  .feature_list h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .feature_list h3 span {
    font-size: 1.6rem;
  }
  .feature_block table td {
    font-size: small;
  }
  .col-size {
    width: auto;
    font-size: small;
    width: 38%;
  }
  .col-type {
    width: auto;
    font-size: small;
    width: 31%;
  }
  .col-type span {
    font-size: x-small;
  }
  .feature_img_L img {
    width: 85%;
  }
}
/* -------- Middle Menu -------- */
.midMenu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #31478c;
}

.midMenuBtn {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.midMenuBtn:hover, .midMenuBtn:focus {
  background-color: #FFFBC7;
}

@media (max-width: 768px) {
  .midMenu {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .midMenuBtn {
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
  }
}
/* -------- Convini Info -------- */
.conviniInfo {
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.conviniInfo .myTitle {
  border: solid 1px #31478c;
  text-align: center;
  color: #31478c;
  padding: 2rem 0;
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .conviniInfo .myTitle {
    margin-bottom: 4rem;
    border-width: 1px;
    font-size: 1.6rem;
    padding: 1.8rem 0;
  }
}
.conviniInfo a:hover img {
  opacity: 0.8;
}

.conviniInfo_Btn {
  border: solid 1px #31478c;
  text-align: center;
  color: #31478c;
  padding: 2rem 0;
  margin-bottom: 4rem;
  font-size: 2rem;
}

.conviniInfo_Btn:hover {
  background-color: #31478c;
  color: #fff;
}

.conviniInfo_list {
  margin-bottom: 4rem;
}

.conviniInfo_list p {
  padding: 0rem 2rem;
}

.conviniInfo_list_sp {
  display: none;
}

.conviniInfo_txt p {
  text-align: center;
  font-size: small;
}

.conviniInfo_txt p a {
  text-align: center;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .conviniInfo_list p {
    padding: 0rem 0rem;
  }
}
@media (max-width: 768px) {
  .conviniInfo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .conviniInfo_list {
    display: none;
    margin-bottom: 2rem;
  }
  .conviniInfo_list_sp {
    display: block;
    margin-bottom: 2rem;
  }
  .conviniInfo_list p {
    padding: 0rem 0rem;
    margin-bottom: 2rem;
  }
  .conviniInfo_Btn {
    margin-bottom: 4rem;
    border-width: 1px;
    font-size: 1.6rem;
    padding: 1.8rem 0;
  }
  .conviniInfo_txt {
    text-align: left;
  }
}
/* -------- SNS Share -------- */
.shareBlock {
  background-color: #f7f3eb;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.shareBlock_list {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .shareBlock {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.shareSns {
  padding: 30px 15px 23px 15px;
  text-align: center;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .shareSns {
    text-align: left;
  }
}
.shareSns ul {
  overflow: hidden;
  display: inline-block;
}
.shareSns ul li {
  float: left;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .shareSns ul li {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .shareSns ul li:last-child {
    margin: 0;
  }
}
.shareSns ul li:last-child {
  margin: 0;
}
.shareSns ul li.line img {
  width: auto;
  height: 20px;
  line-height: 1;
}
.shareSns ul li a {
  display: block;
  line-height: 0;
}

/* -------- Top Page Menu -------- */
.footerMenu {
  background-color: #31478c;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}

.footerMenu_list {
  float: left;
  border-bottom: solid 1px #1c3475;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 4rem 0;
}
.footerMenu_list .drop {
  position: relative;
  border: none;
  float: left;
}
@media (max-width: 767px) {
  .footerMenu_list .drop {
    margin: 0px 0 25px 0;
  }
}
.footerMenu_list .drop:hover {
  cursor: pointer;
}
.footerMenu_list .drop:hover .dropMenu {
  visibility: visible;
  opacity: 1;
}
.footerMenu_list .drop:hover .tl {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footerMenu_list .drop:hover .tl {
    text-decoration: none;
  }
}
.footerMenu_list .drop .tl {
  transition: all 0.2s;
  color: #fff;
}
@media (max-width: 767px) {
  .footerMenu_list .drop .tl {
    color: #acb9e6;
    margin-bottom: 10px;
  }
}
.footerMenu_list .drop .dropMenu {
  transition: all 0.4s;
  position: absolute;
  z-index: 9999;
  top: 30px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: #374e9f;
  width: 200px;
  padding: 15px 20px 15px 20px;
  border: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .footerMenu_list .drop .dropMenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.footerMenu_list .drop .dropMenu ul {
  margin: 0;
  float: left;
}
@media (max-width: 767px) {
  .footerMenu_list .drop .dropMenu ul {
    width: 100%;
  }
}
.footerMenu_list .drop .dropMenu ul li {
  width: 100%;
  float: left;
  margin: 0;
  line-height: 2;
  border: none;
  padding: 0;
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .footerMenu_list .drop .dropMenu ul li {
    text-align: left;
    line-height: 1;
    font-size: 1.5rem;
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    margin-bottom: 15px;
  }
  .footerMenu_list .drop .dropMenu ul li:last-child {
    margin-bottom: 0;
  }
}
.footerMenu_list .drop .dropMenu ul li a {
  color: #fff;
}
.footerMenu_list .drop .dropMenu ul li a:hover {
  text-decoration: underline;
}

.footerMenu_list p {
  font-size: 1.5rem;
  margin: 0 4.3rem 2rem 0;
  width: auto;
  float: left;
}

.footerMenu_list p a {
  color: #fff;
  display: block;
}

.footerMenu_sns p {
  padding: 0 4.5rem;
}

@media (max-width: 992px) {
  .footerMenu {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .footerMenu_list {
    margin: 0 0 3rem 0;
  }
  .footerMenu_list p {
    width: 100%;
    margin: 0 0 25px 0;
    font-size: 1.5rem;
  }
  .footerMenu_sns p {
    padding: 0 1rem;
  }
}
/* -------- Copy -------- */
.copy {
  background-color: #1c3475;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}

.copy p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .copy p {
    text-align: left;
    font-size: 1.2rem;
  }
}
/* -------- Download Modal -------- */
.appDL .modal-content {
  background-color: #344b95;
}

.appDL .modal-header {
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: none;
}

.appDL_header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.appDL .modal-body {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.modal_appImg {
  margin-bottom: 4rem;
}

.modal_appTxt {
  margin-top: 4rem;
  font-size: 1.6rem;
  color: #fff;
}

.modal_appTxt span {
  color: #f5c626;
  font-weight: 600;
}

.appDL .modal-footer {
  background-color: #d84e6c;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: none;
}

@media (max-width: 768px) {
  .modal_appImg {
    margin-bottom: 2rem;
  }
}
/* -------- Caution Modal -------- */
.cautionModal .modal-content {
  background-color: #fff;
}

.cautionModal .modal-header {
  background-color: #EF0035;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: none;
}

.cautionModal_header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cautionModal .modal-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cautionModal .modal-body p {
  font-size: 1.5rem;
}

.cautionModal .modal-body ul {
  margin: 0;
  padding-left: 24px;
}

.cautionModal .modal-body ul li {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style-position: outside;
}

.cautionModal .modal-body h3 {
  color: #EF0035;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 2.4rem;
  font-size: 1.8rem;
}

.cautionBox01 {
  margin-bottom: 2rem;
}

.cautionBox01 ul li {
  list-style: disc;
}

.cautionBox02 {
  margin-bottom: 5rem;
}

.cautionBox02 ul li {
  list-style: square;
  color: #347DB5;
}

.cautionBox03 {
  margin-bottom: 5rem;
}

.cautionBox03 ul li {
  list-style: disc;
}

/* -------- Page Common -------- */
.pageImg {
  background-color: #344b95;
  position: relative;
  margin-bottom: 0;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.pageImg_ef {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.46;
  background-image: url(../img/pageImg.jpg);
}

.page_title {
  margin: 0;
}
.page_title img {
  width: 100%;
  max-width: 500px;
}

.page_title h2 {
  margin: 0;
}

.page_title p {
  margin: 0;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #f7f7f7;
}

.pageBox h3 {
  margin-bottom: 4rem;
  line-height: 4rem;
  color: #384E97;
  font-size: 2.5rem;
}

.pageBox p {
  margin-bottom: 4rem;
  line-height: 2.5rem;
}

.pageBox {
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.leftBox {
  /* 	margin-bottom: 2rem; */
}

.rightBox {
  /* 	margin-bottom: 2rem; */
}

@media (max-width: 768px) {
  .pageImg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .page_title {
    margin: 0;
  }
  .pageBox {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .pageBox h3 {
    line-height: 3rem;
    font-size: 2rem;
  }
}
/* -------- Resume -------- */
.be_resume {
  background-image: url(../img/topImg.jpg);
}

.title_shigotonavi {
  text-align: center;
}

.title_shigotonavi a {
  color: #384E97;
}

@media (max-width: 992px) {
  .title_shigotonavi {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .title_shigotonavi {
    text-align: left;
  }
}
/* -------- FAQ -------- */
.faq_list {
  margin-bottom: 2rem;
}

.faq_list h3 {
  line-height: 3rem;
  font-size: 2rem;
}

.faq_list p {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .faq_list h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
/* -------- HOW TO -------- */
.howto h3 {
  margin-bottom: 6rem;
  text-align: center;
}

.howto h4 {
  margin-top: 1rem;
  margin-bottom: 4rem;
  color: #384E97;
}

.howtoImg {
  text-align: center;
  margin-top: 7rem;
}

.howtoImg img {
  width: 80%;
  margin-bottom: 1rem;
}

.howtoImg p b {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .howtoImg img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .howto h4 {
    margin-top: 0.5rem;
  }
  .howtoImg {
    margin-top: 0rem;
  }
  .howtoImg img {
    width: 90%;
  }
}
/* -------- Manual -------- */
.manual h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 3rem;
}

.manual h4 {
  margin-top: 2rem;
  margin-bottom: 6rem;
  color: #3FA138;
  line-height: 3rem;
  font-size: 2rem;
}

.page_title_box {
  margin-bottom: 2rem;
}

.page_title_box hr {
  border-top: dotted 1px #ddd;
}

.page_title_manual p {
  color: #E2902B;
  font-size: 2rem;
}

.step_box {
  margin-bottom: 3rem;
}

.step_box h5 {
  text-align: center;
  margin-bottom: 3rem;
  color: #384E97;
  font-size: 1.5rem;
  font-weight: 600;
}

.step_box img {
  margin-bottom: 3rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.manual_menu {
  padding-bottom: 4rem;
}

.manual_menu p {
  margin-bottom: 1rem;
}

#a01, #a02, #a03, #a04 {
  padding: 100px 0 0 0;
  margin: -100px 0 0 0;
}

@media (max-width: 768px) {
  .manual h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem;
  }
  .manual h4 {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .page_title_box {
    margin-bottom: 0rem;
  }
  .page_title_manual p {
    color: #E2902B;
    font-size: 1.8rem;
  }
  .step_box {
    margin-bottom: 2rem;
  }
  .step_box h5 {
    margin-bottom: 2rem;
  }
  .manual_menu {
    padding-bottom: 3rem;
  }
  #a01, #a02, #a03, #a04, #feature {
    padding: 60px 0 0 0;
    margin: -60px 0 0 0;
  }
}
/* -------- SIZE -------- */
.sizeList {
  margin-bottom: 4rem;
}

.sizeList h3 {
  margin-bottom: 2rem;
}

.sizeList ul {
  padding-left: 2rem;
}

.sizeList ul li {
  font-size: 1.5rem;
  margin-left: 0;
  margin-bottom: 1rem;
}

/* -------- MFP -------- */
.mfp_menu {
  padding-bottom: 4rem;
}

.mfp_menu h3 {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
  color: #384E97;
  line-height: 2rem;
}

.mfp_menu hr {
  border-top: dotted 1px #ddd;
  margin-bottom: 3rem;
}

.mfp_storeLogo {
  margin-bottom: 2rem;
}

.mfp_storeLogo a img {
  border: solid 3px #fff;
  padding: 3rem;
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.mfp_storeLogo a img:hover {
  border-color: rgba(155, 155, 155, 0.4);
}

.select_active a img {
  border-color: rgb(255, 72, 52);
}

.mfp_storeName h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
}

.mfp_howto hr {
  border-top: dotted 1px #ddd;
  margin-bottom: 6rem;
}

.mfp_step_box {
  padding-bottom: 6rem;
  text-align: center;
}

.mfp_step_box p {
  text-align: left;
}

.mfp_step_box_img img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 80%;
}

@media (max-width: 768px) {
  .mfp_menu h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 600;
  }
  .mfp_storeLogo {
    margin-bottom: 1rem;
  }
  .mfp_storeLogo a img {
    padding: 2rem;
  }
  .mfp_step_box {
    padding-bottom: 3rem;
  }
  .mfp_step_box_img img {
    width: 100%;
  }
  .mfp_howto hr {
    margin-bottom: 4rem;
  }
  .mfp_storeName h3 {
    margin-bottom: 1rem;
  }
  .mfp_step_box p {
    margin-bottom: 1rem;
  }
}
/* -------- MakePhoto -------- */
.mainController {
  margin-bottom: 8rem;
}

.resetController {
  margin-bottom: 8rem;
}

.photoArea {
  position: inherit;
  background-color: #E4F4FF;
  padding: 5rem 1rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.photoAreaInner {
  margin: auto;
  z-index: 90;
  background-color: #FF90A0;
}

.photoGuide {
  position: relative;
  display: none;
}

.photoUser {
  display: none;
  position: absolute;
}

.directionKeyBox {
  margin-bottom: 5rem;
}

.scaleKeyBox {
  margin-bottom: 5rem;
}

@media (max-width: 992px) {
  .scaleKeyBox {
    margin-bottom: 10rem;
  }
  .photoArea {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .photoArea {
    padding: 1rem;
  }
  .scaleKeyBox {
    margin-bottom: 3rem;
  }
  .directionKeyBox_top {
    margin-bottom: 1rem;
  }
  .directionKeyBox_mid {
    margin-bottom: 1rem;
  }
}
/* -------- サイズ違い組み合わせ -------- */
.about_photo_type h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-left: 70px;
  min-height: 50px;
  background-image: url(../img/icon_feature_size.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50px 50px;
  background-position: left top;
  color: #384E97;
  margin-bottom: 3rem;
}

.about_photo_type h3 span {
  font-size: small;
}

.about_photo_type img {
  padding-left: 70px;
}

.about_photo_type p {
  margin-bottom: 6rem;
  font-size: 1.5rem;
  color: #666;
}

.about_photo_type_box {
  margin-bottom: 8rem;
  float: left;
}

.about_photo_type .modal-title {
  font-size: 1.5rem;
}

.about_photo_type .modal-title span {
  font-size: small;
}

.about_photo_type .modal-body img {
  padding: 0;
}

@media (max-width: 992px) {
  .about_photo_type h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  .about_photo_type_box {
    margin-bottom: 6rem;
    float: left;
  }
}
@media (max-width: 768px) {
  .about_photo_type img {
    padding-left: 10%;
    padding-right: 10%;
  }
  .about_photo_type .modal-title span {
    font-size: 1.2rem;
  }
}
.about_photo_type_btn {
  color: #fff;
  background-color: #344B95;
  border: none;
  padding: 1rem 2rem;
}

.about_photo_type_btn a {
  color: #fff;
}

.about_photo_type_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.about_photo_type_btn a:visited {
  color: #fff;
}

/* -------- NEWS Banner -------- */
.strip_news_01 {
  background-color: #36cc81;
  transition: all 0.25s ease;
  border-top: solid 1px #fff;
}

.strip_news_01:hover {
  background-color: #13ad59;
}

.strip_news_02 {
  background-color: #F5F5F5;
  transition: all 0.25s ease;
  border-top: solid 1px #fff;
}

.strip_news_02:hover {
  background-color: #13ad59;
}

.strip_news_02 a {
  color: #8E8E8E;
}

.title_news {
  text-align: center;
  font-size: 1.6rem;
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
  line-height: 0.8em;
}

.title_news span {
  font-size: 1.6rem;
}

.title_news:hover {
  color: #ffeb7d;
  text-decoration: none;
}

.newsBox h4 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.newsBox p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .title_news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .title_news {
    font-size: 1.4rem;
  }
  .title_news span {
    font-size: 1.2rem;
  }
}
.newsListBox {
  background-color: #f6f6f6;
  padding: 2em;
  border-radius: 5px;
  margin-bottom: 1.5em;
}

.newsListBox p {
  margin: 0;
}

.topCatchTxt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .topCatchTxt {
    margin-top: 30px;
  }
}
.topCatchTxt p {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .topCatchTxt p {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .topCatchTxt p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .topCatchTxt p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .topCatchTxt p {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .topCatchTxt p {
    font-size: 12px;
  }
}
.topCatchTxt p span {
  font-size: 1.8em;
}
@media (max-width: 375px) {
  .topCatchTxt p span {
    font-size: 1.6em;
  }
}
@media (max-width: 374px) {
  .topCatchTxt p span {
    font-size: 1.4em;
  }
}
.topCatchTxt p span.block {
  line-height: 0;
  display: none;
}
@media (max-width: 992px) {
  .topCatchTxt p span.block {
    display: block;
  }
}

.usersVoice {
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
  text-align: center;
}
@media (max-width: 992px) {
  .usersVoice {
    padding: 4rem 0;
  }
}
.usersVoice h2 {
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #31478c;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .usersVoice h2 {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  .usersVoice h2 {
    font-size: 24px;
  }
}
.usersVoice h2 span {
  padding-left: 80px;
  height: 50px;
  line-height: 50px;
  background-image: url(../img/icon_bubble.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 49px;
  display: inline-block;
}
@media (max-width: 768px) {
  .usersVoice h2 span {
    background-size: 40px 39px;
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
  }
}
.usersVoice hr {
  border: none;
  border-bottom: 1px solid #f1bf14;
  margin: 40px 0;
  padding: 0;
  width: 120px;
  display: inline-block;
}
@media (max-width: 768px) {
  .usersVoice hr {
    width: 100px;
    margin: 20px 0 30px 0;
  }
}
.usersVoice .usersVoiceList {
  margin-bottom: 60px;
}
.usersVoice .usersVoiceList:last-of-type {
  margin-bottom: 0;
}
.usersVoice .usersVoiceList p {
  font-size: 16px;
  padding-left: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .usersVoice .usersVoiceList p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .usersVoice .usersVoiceList p {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .usersVoice .usersVoiceList p span {
    display: none;
  }
}
.usersVoice .usersVoiceList h3 {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .usersVoice .usersVoiceList h3 {
    text-align: center;
  }
}
.usersVoice .usersVoiceList h3 img {
  max-width: 200px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 768px) {
  .usersVoice .usersVoiceList h3 img {
    max-width: 160px;
  }
}
.usersVoice .usersVoiceList h3 img:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .usersVoice .usersVoiceList .imgBox {
    margin-bottom: 30px;
  }
}

.hikaku {
  padding: 6rem 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .hikaku.lp01 {
    padding: 20px 0 40px 0;
  }
}
.hikaku .parent {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .hikaku .parent {
    display: block;
  }
}
.hikaku .parent .hikakuImg {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .hikaku .parent .hikakuImg {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.hikaku .parent .hikakuImg img {
  width: 100%;
}
.hikaku .parent .hikakuTxt {
  padding-left: 15px;
  width: 50%;
  display: inline-block;
}
@media (max-width: 992px) {
  .hikaku .parent .hikakuTxt {
    width: 100%;
    padding: 0;
  }
}
.hikaku .parent .hikakuTxt h2 {
  color: #00ab50;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 60px;
  padding-left: 120px;
  height: auto;
  background-image: url(../img/icon_good.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
}
@media (max-width: 1200px) {
  .hikaku .parent .hikakuTxt h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hikaku .parent .hikakuTxt h2 {
    font-size: 26px;
    margin-bottom: 30px;
    background-size: 40px 40px;
    padding-left: 60px;
    height: auto;
    font-weight: 600;
  }
}
@media (max-width: 374px) {
  .hikaku .parent .hikakuTxt h2 {
    font-size: 24px;
  }
}
.hikaku .parent .hikakuTxt h2 span {
  line-height: 0;
}
@media (max-width: 1200px) {
  .hikaku .parent .hikakuTxt h2 span {
    display: none;
  }
}
@media (max-width: 992px) {
  .hikaku .parent .hikakuTxt h2 span {
    display: block;
  }
}
.hikaku .parent .hikakuTxt ul li {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 34px;
  color: #31478c;
  width: 100%;
  float: left;
  padding-left: 60px;
  position: relative;
}
.hikaku .parent .hikakuTxt ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .hikaku .parent .hikakuTxt ul li {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hikaku .parent .hikakuTxt ul li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 50px;
  }
}
.hikaku .parent .hikakuTxt ul li span {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #31478c;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .hikaku .parent .hikakuTxt ul li span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
    top: 0px;
  }
}

.lpTop01 {
  width: 100%;
  position: relative;
  background-color: #fff9e9;
}
.lpTop01 .lpTop01_inner {
  background-image: url(../img/lp/bg01.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 40px 0 60px 0;
}
@media (max-width: 767px) {
  .lpTop01 .lpTop01_inner {
    background: none;
  }
}
@media (max-width: 500px) {
  .lpTop01 .lpTop01_inner {
    padding: 40px 0 30px 0;
  }
}
.lpTop01 .lpTop01_inner .topTilte {
  margin: 0 0 40px 0;
}
@media (max-width: 500px) {
  .lpTop01 .lpTop01_inner .topTilte {
    margin: 0 0 30px 0;
  }
}
.lpTop01 .lpTop01_inner .topTilte img {
  width: 80%;
}
@media (max-width: 1050px) {
  .lpTop01 .lpTop01_inner .topTilte img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lpTop01 .lpTop01_inner .topTilte img {
    width: 65%;
  }
}
.lpTop01 .lpTop01_inner .topSlogan {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .lpTop01 .lpTop01_inner .topSlogan {
    margin-bottom: 30px;
  }
}
.lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
  font-size: 65px;
  font-weight: 800;
  color: #13a527;
  line-height: 1.1;
}
@media (max-width: 1050px) {
  .lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
    font-size: 60px;
  }
}
@media (max-width: 850px) {
  .lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media (max-width: 500px) {
  .lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
    font-size: 32px;
  }
}
@media (max-width: 374px) {
  .lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt {
    font-size: 24px;
  }
}
.lpTop01 .lpTop01_inner .topSlogan .topSlogan_txt span {
  font-size: 0.85em;
}
.lpTop01 .lpTop01_inner .topPrintImg img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.lpTop01 .deco01 {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: -50px;
}
@media (max-width: 1050px) {
  .lpTop01 .deco01 {
    width: 180px;
    right: 20px;
    left: auto;
    top: 200px;
  }
}
@media (max-width: 991px) {
  .lpTop01 .deco01 {
    right: 20px;
    top: 200px;
  }
}
@media (max-width: 767px) {
  .lpTop01 .deco01 {
    width: 160px;
    right: 20px;
    top: 150px;
  }
}
@media (max-width: 500px) {
  .lpTop01 .deco01 {
    width: 120px;
    right: auto;
    top: 100px;
    left: calc(50% + 60px);
  }
}
@media (max-width: 413px) {
  .lpTop01 .deco01 {
    width: 100px;
    left: auto;
    right: 20px;
  }
}
@media (max-width: 374px) {
  .lpTop01 .deco01 {
    width: 90px;
    top: 90px;
  }
}
.lpTop01 .deco02 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.lpTop01 .deco02 p img {
  width: 450px;
}
@media (max-width: 991px) {
  .lpTop01 .deco02 p img {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .lpTop01 .deco02 p img {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .lpTop01 .deco02 p img {
    width: 200px;
  }
}
@media (max-width: 374px) {
  .lpTop01 .deco02 p img {
    width: 150px;
  }
}

.lpTop02 {
  width: 100%;
  position: relative;
  background-color: #fff9e9;
}
@media (max-width: 991px) {
  .lpTop02 {
    background-image: url(../img/lp/bg02.png);
    background-size: contain;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 500px) {
  .lpTop02 {
    background-position: right -40px bottom 0px;
  }
}
.lpTop02 .lpTop02_inner {
  background-image: url(../img/lp/bg02.png);
  background-size: contain;
  background-position: right 100px bottom;
  background-repeat: no-repeat;
  padding: 40px 0 60px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .lpTop02 .lpTop02_inner {
    background-position: right 0px bottom;
  }
}
@media (max-width: 991px) {
  .lpTop02 .lpTop02_inner {
    background: none;
  }
}
@media (max-width: 768px) {
  .lpTop02 .lpTop02_inner {
    padding: 40px 0 30px 0;
  }
}
.lpTop02 .lpTop02_inner .wbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1150px) {
  .lpTop02 .lpTop02_inner .wbg {
    opacity: 0.4;
  }
}
@media (max-width: 991px) {
  .lpTop02 .lpTop02_inner .wbg {
    opacity: 0.5;
    right: -40px;
    left: -40px;
  }
}
@media (max-width: 768px) {
  .lpTop02 .lpTop02_inner .wbg {
    opacity: 0.55;
    right: -20px;
    left: -20px;
  }
}
.lpTop02 .lpTop02_inner .topTilte {
  margin: 0 0 40px 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .lpTop02 .lpTop02_inner .topTilte {
    margin-bottom: 30px;
  }
}
.lpTop02 .lpTop02_inner .topTilte img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1050px) {
  .lpTop02 .lpTop02_inner .topTilte img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .lpTop02 .lpTop02_inner .topTilte img {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .lpTop02 .lpTop02_inner .topTilte img {
    max-width: 200px;
  }
}
@media (max-width: 374px) {
  .lpTop02 .lpTop02_inner .topTilte img {
    max-width: 160px;
  }
}
.lpTop02 .lpTop02_inner .topSlogan {
  width: auto;
  background-color: rgba(255, 249, 233, 0.4);
  float: left;
  z-index: 3;
  position: relative;
}
@media (max-width: 1150px) {
  .lpTop02 .lpTop02_inner .topSlogan {
    background: none;
    width: 100%;
  }
}
.lpTop02 .lpTop02_inner .topSlogan h2 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lpTop02 .lpTop02_inner .topSlogan h2 {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .lpTop02 .lpTop02_inner .topSlogan h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 413px) {
  .lpTop02 .lpTop02_inner .topSlogan h2 {
    font-size: 20px;
  }
}
.lpTop02 .lpTop02_inner .topSlogan p {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (max-width: 413px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .lpTop02 .lpTop02_inner .topSlogan p {
    font-size: 14px;
  }
}
.lpTop02 .lpTop02_inner .topSlogan p span {
  font-size: 1.4em;
  line-height: 1;
}
.lpTop02 .lpTop02_inner .topSlogan p a {
  font-size: 1.4em;
  color: #31478c;
  line-height: 1;
}
.lpTop02 .lpTop02_inner .lpTopUseBtnWrp {
  width: 100%;
  float: left;
  margin-top: 30px;
  z-index: 4;
  position: relative;
}
@media (max-width: 550px) {
  .lpTop02 .lpTop02_inner .lpTopUseBtnWrp {
    margin-top: 20px;
  }
}
.lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn {
  width: 100%;
  max-width: 600px;
  height: 120px;
  padding: 0 20px;
  border-width: 0;
  border-style: solid;
  background: transparent;
  border-radius: 0.2666666667em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
  transition: box-shadow 0.2s, transform 0.2s, color 0.2s;
  display: inline-block;
  box-shadow: 0 3px 0 0 #ec6c00, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  background-color: #ff8100;
  background-image: linear-gradient(-45deg, #ff8100, #ffa500);
  color: #fff;
  font-size: 42px;
  line-height: 115px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn {
    font-size: 23px;
    height: 80px;
    line-height: 75px;
    max-width: 500px;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn {
    font-size: 20px;
  }
}
.lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn:hover {
  background-image: linear-gradient(45deg, #ff8100, #ffa500);
  box-shadow: 0 3px 0 0 #ec6c00, 0 6px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.7), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}
.lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn:focus {
  box-shadow: 0 3px 0 0 #ec6c00, 0 6px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.7), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}
.lpTop02 .lpTop02_inner .lpTopUseBtnWrp .lpTopUseBtn:active {
  box-shadow: 0 0px 0 0 #2d6911, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  transition: 0s;
  color: #d45b00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.lpTop02_bt {
  width: 100%;
  background-color: #f6f6f6;
  padding: 40px 0;
}
@media (max-width: 500px) {
  .lpTop02_bt {
    padding: 30px 0;
  }
}
.lpTop02_bt .topPrintImg {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .lpTop02_bt .topPrintImg {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lpTop02_bt .topPrintImg {
    margin-top: 0px;
  }
}
.lpTop02_bt .topPrintImg img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .lpTop02_bt .topfeture {
    margin-top: 30px;
  }
}

.lp01_price {
  width: 100%;
  background-color: #d84e6c;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .lp01_price {
    padding: 20px 0;
  }
}
.lp01_price p {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff336;
}
@media (max-width: 1050px) {
  .lp01_price p {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .lp01_price p {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .lp01_price p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
@media (max-width: 520px) {
  .lp01_price p {
    font-size: 18px;
  }
}
@media (max-width: 413px) {
  .lp01_price p {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .lp01_price p {
    font-size: 15px;
  }
}
.lp01_price p:last-of-type {
  margin-bottom: 0;
}
.lp01_price p span {
  font-size: 0.7em;
  color: #fff;
}
@media (max-width: 413px) {
  .lp01_price p span.blank {
    display: none;
  }
}
.lp01_price p.last {
  color: #fff;
}

.lp02_price {
  width: 100%;
  background-color: #d84e6c;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .lp02_price {
    padding: 30px 0;
  }
}
@media (max-width: 374px) {
  .lp02_price {
    padding: 20px 0;
  }
}
.lp02_price p {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  color: #fff336;
}
@media (max-width: 1050px) {
  .lp02_price p {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .lp02_price p {
    font-size: 36px;
  }
}
@media (max-width: 540px) {
  .lp02_price p {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .lp02_price p {
    font-size: 26px;
  }
}
@media (max-width: 413px) {
  .lp02_price p {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .lp02_price p {
    font-size: 20px;
  }
}
.lp02_price p:last-of-type {
  margin-bottom: 0;
}
.lp02_price p span {
  font-size: 0.7em;
  color: #fff;
}

.lpConvini {
  width: 100%;
  margin-bottom: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lpConvini {
    padding: 40px 0;
  }
}
.lpConvini p.left {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .lpConvini p.left {
    padding-left: 40px;
  }
}
@media (max-width: 500px) {
  .lpConvini p.left {
    padding-left: 10px;
    padding-right: 0px;
  }
}
.lpConvini p.right {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .lpConvini p.right {
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .lpConvini p.right {
    padding-left: 0px;
    padding-right: 10px;
  }
}

.lpUse {
  width: 100%;
  margin-bottom: 0;
  background-color: #324799;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lpUse {
    padding: 20px 0;
  }
}
.lpUse .lpUseBtnWrp {
  width: 100%;
  text-align: center;
}
.lpUse .lpUseBtn {
  width: 100%;
  max-width: 800px;
  height: 120px;
  padding: 0 20px;
  border-width: 0;
  border-style: solid;
  background: transparent;
  border-radius: 0.2666666667em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
  transition: box-shadow 0.2s, transform 0.2s, color 0.2s;
  display: inline-block;
  box-shadow: 0 3px 0 0 #ec6c00, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  background-color: #ff8100;
  background-image: linear-gradient(-45deg, #ff8100, #ffa500);
  color: #fff;
  font-size: 42px;
  line-height: 115px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .lpUse .lpUseBtn {
    font-size: 23px;
    height: 80px;
    line-height: 75px;
    max-width: 600px;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .lpUse .lpUseBtn {
    font-size: 20px;
  }
}
.lpUse .lpUseBtn:hover {
  background-image: linear-gradient(45deg, #ff8100, #ffa500);
  box-shadow: 0 3px 0 0 #ec6c00, 0 6px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.7), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}
.lpUse .lpUseBtn:focus {
  box-shadow: 0 3px 0 0 #ec6c00, 0 6px 4px -1px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.7), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}
.lpUse .lpUseBtn:active {
  box-shadow: 0 0px 0 0 #2d6911, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  transition: 0s;
  color: #d45b00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.lpVoice {
  width: 100%;
  background-color: #f9f9f9;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .lpVoice {
    padding: 60px 0 0px 0;
  }
}
.lpVoice h2 {
  width: 100%;
  text-align: center;
  color: #31478c;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .lpVoice h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lpVoice h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .lpVoice h2 {
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}
.lpVoice h2 span {
  font-size: 0.8em;
}
.lpVoice hr {
  border: none;
  border-bottom: 1px solid #f1bf14;
  margin: 40px 0;
  padding: 0;
  width: 120px;
  display: inline-block;
}
@media (max-width: 767px) {
  .lpVoice hr {
    width: 100px;
    margin: 20px 0 30px 0;
  }
}
.lpVoice .lpUsersVoiceList {
  margin-bottom: 60px;
}
.lpVoice .lpUsersVoiceList:last-of-type {
  margin-bottom: 0;
}
.lpVoice .lpUsersVoiceList .imgBox {
  text-align: center;
  margin-bottom: 30px;
}
.lpVoice .lpUsersVoiceList .imgBox img {
  width: 100%;
  max-width: 600px;
  padding: 0 5%;
}
@media (max-width: 500px) {
  .lpVoice .lpUsersVoiceList .imgBox img {
    max-width: 400px;
  }
}
.lpVoice .lpUsersVoiceList .imgBox a:hover img {
  transition: all 0.4s;
  opacity: 0.8;
}
.lpVoice .lpUsersVoiceList h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #31478c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  .lpVoice .lpUsersVoiceList h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lpVoice .lpUsersVoiceList h3 {
    margin-bottom: 15px;
  }
}
.lpVoice .lpUsersVoiceList h3 a {
  color: #31478c;
}
.lpVoice .lpUsersVoiceList h3 span {
  font-size: 0.8em;
}
.lpVoice .lpUsersVoiceList p {
  font-size: 16px;
  padding-left: 0px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 768px) {
  .lpVoice .lpUsersVoiceList p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .lpVoice .lpUsersVoiceList p {
    font-size: 16px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .lpVoice .lpUsersVoiceList p {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .lpVoice .lpUsersVoiceList p span {
    display: none;
  }
}

.lpStep {
  background-color: #f9f9f9;
  padding: 80px 0 80px 0;
}
@media (max-width: 767px) {
  .lpStep {
    padding: 60px 0 0px 0;
  }
}
.lpStep h2 {
  width: 100%;
  text-align: center;
  color: #31478c;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .lpStep h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .lpStep h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .lpStep h2 {
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: 600;
  }
}
.lpStep h2 span {
  font-size: 0.8em;
}
.lpStep .stepBox {
  text-align: center;
}
@media (max-width: 767px) {
  .lpStep .stepBox {
    margin-bottom: 60px;
  }
}
.lpStep .stepBox h3 {
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .lpStep .stepBox h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lpStep .stepBox h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.lpStep .stepBox h3 a {
  color: #31478c;
}
.lpStep .stepBox a:hover img {
  transition: all 0.4s;
  opacity: 0.8;
}
.lpStep .stepBox img {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lpStep .stepBox img {
    max-width: 500px;
    padding: 0 5%;
  }
}
@media (max-width: 500px) {
  .lpStep .stepBox img {
    max-width: 400px;
  }
}
.lpStep .stepBox p {
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 768px) {
  .lpStep .stepBox p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .lpStep .stepBox p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lpStep .stepBox p {
    font-weight: 500;
  }
}
.lpStep .stepBox .apps {
  padding: 20px 40px;
  text-align: center;
}
.lpStep .stepBox .apps a {
  width: 100%;
  display: inline-block;
}
.lpStep .stepBox .apps a img {
  max-width: 300px;
  width: 100%;
}

/* -------- Download Modal -------- */
.lpDL {
  background-color: #344b95;
}
.lpDL .lpDL-header {
  background-color: #fff;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lpDL .lpDL-header {
    padding: 30px 0;
  }
}
.lpDL .lpDL-header h2 {
  text-align: center;
}
.lpDL .lpDL-header h2 img {
  display: inline-block;
  max-width: 800px;
}
@media (max-width: 767px) {
  .lpDL .lpDL-header h2 img {
    max-width: 500px;
  }
}
.lpDL .lpDL-body {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lpDL .lpDL-body {
    padding: 30px 0;
  }
}
.lpDL .lpDL-body .lpDL_appImg {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lpDL .lpDL-body .lpDL_appImg {
    margin-bottom: 20px;
  }
}
.lpDL .lpDL-body .lpDL_appTxt {
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .lpDL .lpDL-body .lpDL_appTxt {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }
}
.lpDL .lpDL-body .lpDL_appTxt span {
  color: #f5c626;
  font-weight: 600;
}
.lpDL .lpDL-footer {
  background-color: #d84e6c;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .lpDL .lpDL-footer {
    padding: 20px 0;
  }
}
.lpDL .lpDL-footer h2 {
  text-align: center;
}
.lpDL .lpDL-footer h2 img {
  display: inline-block;
  max-width: 800px;
}
@media (max-width: 767px) {
  .lpDL .lpDL-footer h2 img {
    max-width: 500px;
  }
}

.lpManga {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .lpManga {
    padding: 60px 0;
  }
}
.lpManga .imgBox {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .lpManga .imgBox {
    margin-bottom: 40px;
  }
}
.lpManga .imgBox:last-of-type {
  margin-bottom: 0;
}
.lpManga p {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  margin: 80px 0;
  color: #111;
}
@media (max-width: 850px) {
  .lpManga p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .lpManga p {
    font-size: 34px;
    margin: 60px 0;
  }
}
@media (max-width: 413px) {
  .lpManga p {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  .lpManga p {
    font-size: 26px;
  }
}
.lpManga .arrowBox {
  width: 100%;
  text-align: center;
}
.lpManga .arrowBox img {
  display: inline-block;
  max-width: 300px;
}
@media (max-width: 768px) {
  .lpManga .arrowBox img {
    max-width: 250px;
  }
}
@media (max-width: 374px) {
  .lpManga .arrowBox img {
    max-width: 200px;
  }
}/*# sourceMappingURL=style.css.map */