@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
html {
  font-size: 62.5%;
}

@media only screen and (max-width: 960px) {
  html {
    font-size: 56%;
  }
}

body {
  font-family: "秀英角ゴシック金 M", Shuei KakuGo Kin L, "A-OTF 秀英角ゴシック金 Std M", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  color: #171414;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 960px) {
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

a img {
  border: none;
}

i {
  padding: 0 5px;
}

ul {
  letter-spacing: -1em;
}

ul li {
  letter-spacing: 0;
  list-style: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}

@media only screen and (max-width: 960px) {
  .tablet {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}

@media only screen and (max-width: 960px) {
  .br-pc {
    display: none;
  }
}

/*PC改行無効*/
.br_sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .br_ssp {
    display: block;
  }
}

/************************************

wrapper

************************************/
.wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.wrapper::after {
  content: "";
  display: block;
  clear: both;
}

/************************************

bold reset

************************************/
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
}

/************************************

.list(flexbox)

************************************/
.list {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list::after {
  content: "";
  display: block;
  clear: both;
}

.list article {
  width: auto;
}

/************************************

margin-bottom

************************************/
.b5 {
  margin-bottom: 5px;
}

.b10 {
  margin-bottom: 10px;
}

.b15 {
  margin-bottom: 15px;
}

.b20 {
  margin-bottom: 20px;
}

.b25 {
  margin-bottom: 25px;
}

.b30 {
  margin-bottom: 30px;
}

.b40 {
  margin-bottom: 40px;
}

.b50 {
  margin-bottom: 50px;
}

.b60 {
  margin-bottom: 60px;
}

.b70 {
  margin-bottom: 70px;
}

.b80 {
  margin-bottom: 80px;
}

.b100 {
  margin-bottom: 100px;
}

/************************************

header

************************************/
header {
  background-color: #00a9e3;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 110px;
  z-index: 100;
}

@media only screen and (max-width: 960px) {
  header {
    position: relative;
    height: 50px;
  }
}

header a {
  color: #fff;
}

header .wrapper {
  position: relative;
}

header .title {
  padding: 20px 0 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  header .title {
    padding: 10px 0;
  }
}

header .title h1 {
  width: 90px;
  margin: 0 auto 0;
}

@media only screen and (max-width: 960px) {
  header .title h1 {
    width: 60px;
  }
}

header .title h1 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/head_logo_w.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 50%;
}

header .title h2 {
  font-size: 1.7rem;
  font-family: "こぶりなゴシック W6 JIS2004", Koburina Gothic W6 JIS2004, "こぶりなゴシック Std W6", "游ゴシック", YuGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  header .title h2 {
    display: none;
  }
}

header #head_icon {
  position: absolute;
  top: 30px;
  right: 0;
  width: 120px;
}

@media only screen and (max-width: 960px) {
  header #head_icon {
    top: 10px;
    width: 30px;
  }
}

header #head_icon ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #head_icon ul li {
  width: 50px;
  margin: 0 5px;
}

@media only screen and (max-width: 960px) {
  header #head_icon ul li {
    width: 30px;
    margin: 0;
  }
  header #head_icon ul li:nth-child(1) {
    display: none;
  }
}

header #head_menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  header #head_menu {
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #00a9e3;
    position: fixed;
    z-index: 200;
  }
}

header #head_menu .head_menu_bt {
  cursor: pointer;
}

header #head_menu .head_menu_bt .name {
  font-size: 1.6rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  height: 20px;
  margin: 0 0 20px;
  display: block;
}

@media only screen and (max-width: 960px) {
  header #head_menu .head_menu_bt .name {
    font-size: 1.2rem;
    height: auto;
    margin: 7px 0 12px;
  }
}

header #head_menu .head_menu_bt .sen_waku {
  height: 10px;
  display: block;
  padding-top: 0px;
}

header #head_menu .head_menu_bt .sen {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: relative;
  margin: 0 auto 0px;
}

header #head_menu .head_menu_bt .sen::before, header #head_menu .head_menu_bt .sen::after {
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  z-index: 2;
}

header #head_menu .head_menu_bt .sen::before {
  top: -8px;
}

header #head_menu .head_menu_bt .sen::after {
  bottom: -8px;
}

header #head_menu .head_menu_close {
  display: none;
  cursor: pointer;
  z-index: 200;
}

header #head_menu .head_menu_close .name {
  font-size: 1.6rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  height: 20px;
  margin: 0px 0 0px;
  display: block;
}

@media only screen and (max-width: 960px) {
  header #head_menu .head_menu_close .name {
    font-size: 1.2rem;
    height: auto;
    margin: 7px 0 0;
  }
}

header #head_menu .head_menu_close .close {
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  background-image: url("https://meplus.itembox.design/item/images/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  header #head_menu .head_menu_close .close {
    width: 24px;
    height: 24px;
  }
}

header #head_menu.active .head_menu_bt {
  display: none;
}

header #head_menu.active .head_menu_close {
  display: block;
}

header .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 350px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 110;
}

@media only screen and (max-width: 960px) {
  header .submenu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100vw;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

header .submenu.active {
  height: auto;
  opacity: 1;
  padding-top: 30px;
}

@media only screen and (max-width: 960px) {
  header .submenu.active {
    padding-top: 50px;
  }
}

header .submenu.active ul {
  color: #00a9e3;
  background-color: #fff;
}

header .submenu.active ul li {
  text-align: left;
  border-bottom: 1px solid #00a9e3;
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1;
  position: relative;
}

header .submenu.active ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}

header .submenu.active ul li:nth-child(1)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_teiki.svg");
}

header .submenu.active ul li:nth-child(2)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_teigaku.svg");
}

header .submenu.active ul li:nth-child(3)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_logo.svg");
}

header .submenu.active ul li:nth-child(4)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_somearai.svg");
}

header .submenu.active ul li:nth-child(5)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_faq.svg");
}

header .submenu.active ul li:nth-child(6)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_column.svg");
}

header .submenu.active ul li:nth-child(7)::before {
  background-image: url("https://meplus.itembox.design/item/images/headmenu_info.svg");
}

header .submenu.active ul li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url("https://meplus.itembox.design/item/images/yaji_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}

header .submenu.active ul a {
  color: #00a9e3;
  display: block;
  padding: 20px 40px 20px 90px;
  position: relative;
}

/************************************

footer

************************************/
/************************************

#footguide

************************************/
#footguide {
  color: #666666;
  margin: 0 0 40px;
}

@media only screen and (max-width: 960px) {
  #footguide {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  #footguide .wrapper {
    width: 100%;
  }
}

#footguide .list {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

@media only screen and (max-width: 960px) {
  #footguide .list {
    border-left: none;
  }
}

#footguide .list article {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 960px) {
  #footguide .list article:nth-child(4n) {
    border-right: none;
  }
}

#footguide .list article a {
  display: block;
  color: #666666;
  padding: 36px 0;
}

@media only screen and (max-width: 960px) {
  #footguide .list article a {
    padding: 10px 0;
  }
}

#footguide .list article .image {
  width: 100px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  #footguide .list article .image {
    width: 50px;
  }
}

#footguide .list article h4 {
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: "こぶりなゴシック W6 JIS2004", Koburina Gothic W6 JIS2004, "こぶりなゴシック Std W6", "游ゴシック", YuGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  #footguide .list article h4 {
    font-size: 1.2rem;
  }
}

/************************************

footer_main

************************************/
#footer_main {
  background-color: #00a9e3;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

@media only screen and (max-width: 960px) {
  #footer_main {
    padding: 30px 0;
  }
}

#footer_main a {
  color: #fff;
}

#footer_main h2 {
  width: 90px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 960px) {
  #footer_main h2 {
    width: 60px;
  }
}

#footer_main h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/head_logo_w.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 50%;
}

#footer_main ul.menu {
  font-size: 1.9rem;
  font-family: "こぶりなゴシック W3 JIS2004", Koburina Gothic W3 JIS2004, "こぶりなゴシック Std W3", "游ゴシック", YuGothic, sans-serif;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 960px) {
  #footer_main ul.menu {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 480px) {
  #footer_main ul.menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer_main ul.menu li {
  margin: 0 15px 7px;
}

@media only screen and (max-width: 480px) {
  #footer_main ul.menu li {
    width: 45%;
    margin: 5px 5% 5px 0;
    text-align: left;
  }
}

#footer_main ul.sns {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer_main ul.sns li {
  margin: 0 15px 0px;
  width: 50px;
}

@media only screen and (max-width: 960px) {
  #footer_main ul.sns li {
    width: 40px;
  }
}

/************************************

PageUP

************************************/
#pageup {
  position: fixed;
  width: 50px;
  height: 40px;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #pageup {
    bottom: 0px;
    right: 0px;
    font-size: 4px;
  }
}

#pageup.none {
  display: none;
}

#pageup a {
  width: 50px;
  display: block;
  text-decoration: none;
  line-height: 100%;
  color: #333;
}

#pageup .mark {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 2px;
}

/************************************

main

************************************/
main {
  display: block;
  padding-top: 110px;
}

@media only screen and (max-width: 960px) {
  main {
    padding: 0;
  }
}

/************************************

LP -css-

************************************/
#lp {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 960px){
#lp {
  max-width: 750px;
  width: 100%;
  margin: -50px auto 0 auto;}
}

/************************************

header

************************************/
header {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: auto;
  z-index: auto;
}

@media only screen and (max-width: 960px) {
  header {
    height: auto;
  }
}

header .title {
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  header .title {
    padding: 18px 0 10px 0;
  }
}

@media only screen and (max-width: 960px) {
  header .title h1 {
    width: 60px;
  }
}

header #head_icon {
    width: 25px;
    top: 15px;
    right: 10px;
}

header #head_icon ul {
  display: block;
}

header #head_icon ul li {
  width: 35px;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  header #head_icon ul li:nth-child(1) {
    display: block;
  }
}

/************************************

main

************************************/
main {
  padding-top: 0;
}

/************************************

#mainimage

************************************/
#lp_mainimage {
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 960px) {
#lp_mainimage {
  text-align: center;
  margin: 0 0 0px;
  }
}




#lp_mainimage .image {
  position: relative;
}

#lp_mainimage .image p {
  position: absolute;
  right: 10px;
  bottom: 1px;
  font-size: 1.4rem;
  text-align: right;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  #lp_mainimage .image p {
    font-size: 1.1rem;
    bottom: 1px;
  }
}

#lp_mainimage h1 {
margin: 0;
}


#lp_mainimage h2 {
  width: 90%;
  max-width: 703px;
  margin: 20px auto 10px;
}

#lp_mainimage h2 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/title_copy.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 35.56%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #lp_mainimage h2 span {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/title_copy@2x.png");
  }
}

#lp_mainimage p {
  font-size: 1.7rem;
  margin: 0 5%;
}

@media only screen and (max-width: 480px) {
  #lp_mainimage p {
    font-size: 1.5rem;
  }
}

/************************************

#lp_course

************************************/
#lp_course {
  background-color: #00a9e3;
  color: #fff;
  padding: 30px 0 10px 0;
}

#lp_course a {
  color: #fff;
}

#lp_course h2 {
  width: 90px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 960px) {
  #lp_course h2 {
    width: 60px;
  }
}

#lp_course h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/head_logo_w.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 50%;
}

#lp_course h3 {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 0 20px;
}

#lp_course .list {
  margin: 0 2%;
}

#lp_course .list article {
  width: 31.3%;
  margin: 0 1%;
}

#lp_course .list .image {
  margin: 0 0 10px;
}



#lp_course .list form {
  margin: 0 5%;
}

#lp_course .list dl {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}

#lp_course .list dl:first-child {
  border-top: 1px solid #fff;
}

#lp_course .list dl dt {
  width: calc( 100% - 20px);
}

#lp_course .list dl dd {
  width: 20px;
}

#lp_course .list .suryo {
  display: none;
}

#lp_course .list button {
  background-color: #000000;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 10px 0px;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 3px;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  #lp_course .list button {
    font-size: 1.4rem;
  }
}

/************************************

#lp_voice

************************************/
#lp_voice {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/back_sen.png");
  padding: 50px 3%;
}

#lp_voice h2 {
  text-align: center;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 3.6rem;
  margin: 0 0 30px;
}

@media only screen and (max-width: 960px) {
  #lp_voice h2 {
    font-size: 2.6rem;
  }
}

#lp_voice .voice_list article {
  margin: 25px 0 0;
}

#lp_voice .voice_list article h3 {
  max-width: 650px;
  margin: 0 auto 10px;
}

#lp_voice .voice_list article .fuki {
  background-color: #ddedf9;
  padding: 3%;
  border-radius: 20px;
  position: relative;
}

#lp_voice .voice_list article .fuki p {
margin-bottom: 25px;
line-height: 1.6;
}

#lp_voice .voice_list article .fuki::before {
  position: absolute;
  top: -32px;
  right: 100px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  content: "▲";
  color: #ddedf9;
}

#lp_voice .voice_list article p {
  font-size: 1.8rem;
  margin: 15px 0 0;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #lp_voice .voice_list article p {
    font-size: 1.5rem;
  }
}

/************************************

#lp_sodateru

************************************/
#lp_sodateru {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/sodateru.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

#lp_sodateru .text {
  padding: 10% 5% 10% 45%;
}

@media only screen and (max-width: 960px) {
  #lp_sodateru .text {
    padding: 6% 5% 6% 45%;
  }
}

#lp_sodateru .text p {
  font-size: 2rem;
  line-height: 1.7;
  margin: 10px 0 0;
}

@media only screen and (max-width: 960px) {
  #lp_sodateru .text p {
    font-size: 1.5rem;
  }
}

/************************************

#lp_nayami

************************************/
#lp_nayami {
  margin: 60px 0;
}

#lp_nayami h2 {
  max-width: 544px;
  margin: 0 auto 40px;
}

#lp_nayami p {
  font-size: 2rem;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 960px) {
  #lp_nayami p {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
}

/************************************

#lp_keizoku

************************************/
#lp_keizoku {
  margin: 0 0 50px;
}

#lp_keizoku ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku ul {
    margin: 20px 0;
  }
}

#lp_keizoku ul li {
  background-color: #0067b0;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  border-radius: 5px;
  width: 30%;
  margin: 1%;
  padding: 15px 0;
  text-align: center;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku ul li {
    font-size: 1.8rem;
  }
}

#lp_keizoku ul li span {
  display: block;
  width: 100%;
}

#lp_keizoku .kakko {
  text-align: center;
  position: relative;
  padding: 50px 0;
  margin: 0 0 40px;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .kakko {
    padding: 30px 0;
  }
}

#lp_keizoku .kakko::before, #lp_keizoku .kakko::after {
  position: absolute;
  width: 110px;
  height: 100px;
  content: "";
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .kakko::before, #lp_keizoku .kakko::after {
    width: 55px;
    height: 50px;
  }
}

#lp_keizoku .kakko::before {
  top: 0;
  left: 0px;
  border-top: 4px solid #0067b0;
  border-left: 4px solid #0067b0;
}

#lp_keizoku .kakko::after {
  bottom: 0;
  right: 0px;
  border-bottom: 4px solid #0067b0;
  border-right: 4px solid #0067b0;
}

#lp_keizoku .kakko h2 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 4.0rem;
  line-height: 1.2;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .kakko h2 {
    font-size: 2.4rem;
  }
}

#lp_keizoku .kakko h2 strong {
  font-size: 5.5rem;
  color: #0067b0;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .kakko h2 strong {
    font-size: 3rem;
  }
}

#lp_keizoku .kakko h2 span {
  font-size: 5.5rem;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .kakko h2 span {
    font-size: 3rem;
  }
}

#lp_keizoku .container {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 612px;
  margin: 0 auto;
}

#lp_keizoku h3 {
  background-color: #0080c2;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 2.9rem;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 0 40px;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

#lp_keizoku h3::before {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  color: #0080c2;
  content: "▼";
}

@media only screen and (max-width: 960px) {
  #lp_keizoku h3::before {
    bottom: -15px;
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

#lp_keizoku p {
  width: 70%;
  font-size: 2.2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku p {
    font-size: 1.7rem;
    width: 65%;
  }
}

#lp_keizoku .image {
  width: 25%;
  margin: 0 0 0 5%;
}

@media only screen and (max-width: 960px) {
  #lp_keizoku .image {
    width: 30%;
  }
}

/************************************

#lp_five_function

************************************/
#lp_five_function {
  border: 6px solid #00a9e3;
  padding: 30px 0;
}

#lp_five_function .title {
  width: 227px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 960px) {
  #lp_five_function .title {
    width: 180px;
    margin: 0 auto 40px;
  }
}

#lp_five_function h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/five_function_t.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 55%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #lp_five_function h2 {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/five_function_t@2x.png");
  }
}

#lp_five_function article {
  margin: 40px 0 0;
}

#lp_five_function article .title2 {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
	align-items: center;
}

#lp_five_function article .title2 .no {
  width: 88px;
  text-align: center;
  line-height: 1;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .no {
    width:54px;
  }
}

#lp_five_function article .title2 .no span {
  background-color: #00a9e3;
  color: #fff;
  padding: 10px 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .no span {
    font-size: 1.2rem;
  }
}

#lp_five_function article .title2 .no span strong {
  font-size: 4.8rem;
  display: block;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .no span strong {
    font-size: 2.8rem;
  }
}

#lp_five_function article .title2 .title3 {
  width: calc( 100% - 88px);
  padding: 0 0 0 3%;
  line-height: 1.3;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .title3 {
    width: calc( 100% - 58px);
  }
}

#lp_five_function article .title2 .title3 h4 {
  font-size: 2.1rem;
  color: #00a9e3;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .title3 h4 {
    font-size: 1.8rem;
  }
}

#lp_five_function article .title2 .title3 h3 {
  font-size: 3.2rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .title2 .title3 h3 {
    font-size: 2.8rem;
  }
}
#lp_five_function article .title2 .title3 h3 img {
  display: inline-block;
  width:48px;
}


#lp_five_function article .func_top {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#lp_five_function article .func_top .image {
  width: 43%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .func_top .image {
    width: 70%;
    margin: 0 auto 20px;
  }
}

#lp_five_function article .func_top .text {
  width: 57%;
  padding: 0 3%;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .func_top .text {
    width: 100%;
    padding: 0 5%;
  }
}

#lp_five_function article .func_top .text .mark {
  width: 160px;
  margin: 0 auto 10px;
}

#lp_five_function article .func_top .text .red {
  text-align: center;
  font-size: 2.1rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  margin: 0 0 20px;
  color: #bd272d;
}

#lp_five_function article .func_top .text .blue {
  text-align: center;
  font-size: 2.1rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  margin: 20px 0;
  color: #00a8e2;
}

#lp_five_function article .func_top .text p {
  font-size: 2.0rem;
  line-height: 1.9;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .func_top .text p {
    font-size: 1.8rem;
  }
}

#lp_five_function article .func_top .text p strong {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff51e));
  background: -webkit-linear-gradient(transparent 0%, #fff51e 0%);
  background: linear-gradient(transparent 0%, #fff51e 0%);
}

#lp_five_function article .gimon {
  margin: 30px 5% 0;
}

#lp_five_function article .gimon .gimon_t {
  background-color: #dff2f9;
  padding: 10px 0;
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .gimon .gimon_t {
    padding: 0 0 10px;
  }
}

#lp_five_function article .gimon .gimon_t h3 {
  color: #015ea9;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding: 5px 90px;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .gimon .gimon_t h3 {
    padding: 36px 0 0;
    font-size: 2rem;
  }
}

#lp_five_function article .gimon .gimon_t h3::before {
  position: absolute;
  top: 0;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 80px;
  height: 36px;
  content: "";
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .gimon .gimon_t h3::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

#lp_five_function article .gimon .gimon_t.howlong h3::before {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/five_function_howlong@2x.png");
}

#lp_five_function article .gimon .gimon_t.why h3::before {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/five_function_why@2x.png");
}

#lp_five_function article .gimon .gimon_t.what h3::before {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/five_function_what@2x.png");
}

.what_some {
  border:solid 1px #EEE;
  margin: 40px 0;
  padding: 3%;
}
.what_some h4 {
  max-width: 46%;
  margin-top: -9%;
}
.what_some .ion_txt {
  display: flex;
  justify-content: space-between;
}
.what_some .ion_txt p {
  width:46%;
}
.what_some .cap {
  text-align: right;
  font-size: .8em;
}

#lp_five_function article .gimon .image {
  margin: 0 3%;
}

#lp_five_function article .gimon .image .image_s {
  max-width: 512px;
  margin: 0 auto;
}

#lp_five_function article .gimon .image h4 {
  text-align: center;
  font-size: 2.1rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  margin: 0px 0 10px;
  color: #00a8e2;
}

#lp_five_function article .gimon .image p {
  margin: 12px 3% 0;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .gimon .image p {
    font-size: 1.8rem;
  }
}

#lp_five_function article .gimon .col2 {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 2% 10px;
}

#lp_five_function article .gimon .col2 .waku {
  width: 46%;
  margin: 0 2%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .gimon .col2 .waku {
    width: 100%;
    margin: 0 5% 25px;
  }
}

#lp_five_function article .gimon .col2 .waku h4 {
  height: 51px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.4rem;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .gimon .col2 .waku h4 {
    height: auto;
    font-size: 2rem;
  }
}

#lp_five_function article .gimon .col2 .waku h4 span {
  display: block;
}

#lp_five_function article .gimon .col2 .waku h4 img {
  max-width: 301px;
}

#lp_five_function article .gimon .col2 .waku h5 {
  margin: 5px 0 15px;
  font-size: 1.8rem;
  font-family: "秀英角ゴシック金 L", Shuei KakuGo Kin L, "A-OTF 秀英角ゴシック金 Std L", "游ゴシック", YuGothic, sans-serif;
}

#lp_five_function article .gimon .col2 .waku h5.blue {
  color: #0080c2;
}

#lp_five_function article .gimon .col2 .waku p {
  font-size: 1.8rem;
  line-height: 1.7;
}

#lp_five_function article .column {
  background-image: url("https://meplus.itembox.design/item/images/lp_image/back_square.jpg");
  border: 2px solid #d4d4d4;
  padding: 30px 5%;
  margin: 50px 0 0;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .column {
    margin: 30px 0 0;
  }
}

#lp_five_function article .column .column_t {
  text-align: center;
  margin: 0 0 20px;
}

#lp_five_function article .column .column_t .eng {
  display: inline-block;
  background-color: #015ea9;
  color: #fff;
  font-family: Courier;
  font-size: 2.3rem;
  line-height: 1;
  padding: 10px 20px;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .column .column_t .eng {
    font-size: 1.8rem;
  }
}

#lp_five_function article .column .column_t h3 {
  color: #015ea9;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 2.6rem;
  line-height: 1.3;
  margin: 10px 0 0;
}

#lp_five_function article .column .column_t h3 strong {
  color: #000000;
  font-size: 3.3rem;
  font-family: "YuMincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
font-weight: bold;
  font-weight: normal;
}

#lp_five_function article .column .column_waku {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0px;
}

#lp_five_function article .column .column_waku .image {
  width: 40%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .column .column_waku .image {
    width: 80%;
    margin: 0 auto 20px;
  }
}

#lp_five_function article .column .column_waku.column2 .image {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .column .column_waku.column2 .image {
    width: 80%;
  }
}

#lp_five_function article .column .column_waku .text {
  width: 55%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .column .column_waku .text {
    width: 100%;
  }
}

#lp_five_function article .column .column_waku.column2 .text {
  width: 45%;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .column .column_waku.column2 .text {
    width: 100%;
  }
}

#lp_five_function article .column .column_waku h4 {
  font-family: "YuMincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.3;
  margin: 0 0 15px;
}

@media only screen and (max-width: 480px) {
  #lp_five_function article .column .column_waku h4 {
    text-align: center;
    width: 100%;
  }
}

#lp_five_function article .column .column_waku p {
  font-size: 1.8rem;
  line-height: 1.7;
}

#lp_five_function article .fivefree {
  margin: 0 5% 100px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .fivefree {
    margin: 0 5% 40px;
  }
}

#lp_five_function article .fivefree ol li {
  list-style: none;
  position: relative;
  padding: 15px 0 15px 50px;
  font-size: 2.6rem;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .fivefree ol li {
    font-size: 2rem;
  }
}

#lp_five_function article .fivefree ol li strong {
  color: #00a9e3;
}

#lp_five_function article .fivefree ol li::before {
  position: absolute;
  font-size: 4.2rem;
  line-height: 4.2rem;
  top: calc(50% - 2.1rem);
  left: 0px;
  color: #afafaf;
  content: "1";
  font-family: Helvetica,Arial, "sans-serif";
}

#lp_five_function article .fivefree ol li:nth-child(2)::before {
  content: "2";
}

#lp_five_function article .fivefree ol li:nth-child(3)::before {
  content: "3";
}

#lp_five_function article .fivefree ol li:nth-child(4)::before {
  content: "4";
}

#lp_five_function article .fivefree ol li:nth-child(5)::before {
  content: "5";
}

#lp_five_function article .fivefree .image {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 219px;
}

@media only screen and (max-width: 960px) {
  #lp_five_function article .fivefree .image {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto;
    width: 120px;
  }
}

#lp_five_function article .seibun {
  margin: 30px 5% 0;
}

#lp_five_function article .seibun h4 {
  color: #00a9e3;
  font-size: 2rem;
  margin: 0 0 20px;
  text-align: center;
}

#lp_five_function article .seibun p {
  font-size: 1.3rem;
  line-height: 1.7;
}

/************************************

#usersvoice

************************************/
#usersvoice {
  padding: 40px 5%;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/uservoice_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #usersvoice {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/uservoice_back@2x.jpg");
  }
}

#usersvoice h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/uservoice_t.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 80px;
  width: 260px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 960px) {
  #usersvoice h2 {
    height: 62px;
    width: 200px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #usersvoice h2 {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/uservoice_t@2x.png");
  }
}

#usersvoice .usersvoice_list article {
  background-color: #fff;
  border-radius: 15px;
  padding: 4% 5%;
  margin: 15px 0 0;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#usersvoice .usersvoice_list .image {
  width: 22%;
  margin: 0 5% 0 0;
  text-align: center;
}

#usersvoice .usersvoice_list .image img {
  max-width: 100px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  #usersvoice .usersvoice_list .image img {
    max-width: 60px;
  }
}

#usersvoice .usersvoice_list .image p {
  color: #05A5E0;
  font-size: 1.3rem;
  margin: 5px 0 0;
}

#usersvoice .usersvoice_list .text {
  width: 73%;
  padding-top: 10px;
}

#usersvoice .usersvoice_list .text h3 {
  font-size: 2.1rem;
  margin: 0 0 5px;
  color: #05A5E0;
}

#usersvoice .usersvoice_list .text p {
  font-size: 1.7rem;
  line-height: 1.8;
}

/************************************

#regular

************************************/
#regular {
  margin: 50px 0;
}

#regular .title {
  margin: 0 5% 20px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#regular .title h2 {
  width: 72%;
  font-family: "YuMincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  #regular .title h2 {
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 10px;
  }
}

#regular .title h2 strong {
  display: inline-block;
  position: relative;
}

#regular .title h2 strong::before {
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
}

#regular .title .image {
  width: 25%;
}

@media only screen and (max-width: 480px) {
  #regular .title .image {
    width: 200px;
    margin: 0 auto;
  }
}

#regular .copy {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#regular .copy .image {
  width: 40%;
}

@media only screen and (max-width: 480px) {
  #regular .copy .image {
    width: 80%;
    margin: 0 auto 20px;
  }
}

#regular .copy .text {
  width: 55%;
  margin: 10px 0 0 5%;
}

@media only screen and (max-width: 480px) {
  #regular .copy .text {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
}

#regular .copy .text h3 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  #regular .copy .text h3 {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 480px) {
  #regular .copy .text h3 {
    text-align: center;
  }
}

#regular .copy .text p {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: left;
}

#regular .copy .text h4 {
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  font-size: 2.5rem;
  display: inline;
  line-height: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #f9eb21));
  background: -webkit-linear-gradient(transparent 0%, #f9eb21 0%);
  background: linear-gradient(transparent 0%, #f9eb21 0%);
}

@media only screen and (max-width: 960px) {
  #regular .copy .text h4 {
    font-size: 2.2rem;
  }
}
.chu_wrap {
  width:100%;
	margin-top: 20px;
}
.chu_wrap p.chu {
  font-size: 1.4rem;
  line-height: 1.5;
  color:#FFF;
	margin: 0;
	display: inline-block;
}

@media only screen and (max-width: 960px) {
.chu_wrap p.chu {
    font-size: 1.1rem;
  }
}

#regular .merit {
  margin: 30px 5% 0;
  text-align: center;
}

#regular .merit h3 {
  color: #a27c52;
  font-size: 3.4rem;
  line-height: 1;
  padding: 0 20px;
  display: inline-block;
  border-left: 2px solid #a27c52;
  border-right: 2px solid #a27c52;
  margin: 0 auto 20px;
  text-align: center;
}

#regular .merit ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#regular .merit ul li {
  width: 48%;
  margin: 1%;
}

#regular .present {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 5% 30px;
  position: relative;
}
#regular .present::before,#regular .present::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 18px 18px 0 20px;
border-color: #A27D52 transparent transparent transparent;
left: calc(23% - 9px);
  position: absolute;
  margin: auto;
}
#regular .present::before {
  top:-28px;
}
#regular .present::after {
  top:-10px;
}

#regular .present .image {
  width: 25%;
}

#regular .present h3 {
  width: 70%;
  margin: 0 0 0 5%;
  font-family: "YuMincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.3;
}
#regular .present h3 span {
	font-size: .8em;
}
#regular .present h3 span.large {
	font-size: 1.4em;
}
@media only screen and (max-width: 960px) {
  #regular .present h3 {
    font-size: 2rem;
		margin: 3% 0 0 5%;
  }
#regular .present h3 span.large {
	font-size: 1.5em;
}
}

#regular .present p {
  width: 100%;
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1.7;
}

@media only screen and (max-width: 960px) {
  #regular .present p {
    font-size: 1.8rem;
  }
}

/************************************

#cart

************************************/
#cart {
  background-color: #00a9e3;
  padding: 30px 3%;
}

#cart h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 960px) {
  #cart h2 {
    font-size: 2.6rem;
  }
}

#cart nav ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cart nav ul li {
  width: 33.3%;
}

#cart nav .color {
  margin: 30px 0 0;
  border: 1px solid #fff;
  padding: 4% 5%;
}

#cart nav .color h3 {
  color: #fff;
  font-size: 2.1rem;
  margin: 0 0 15px;
  text-align: center;
}

#cart nav .color ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cart nav .color ul li {
  max-width: 230px;
}

#cart .cart_list article {
  background-color: #fff;
  padding: 3%;
  margin: 20px 0 0;
}

#cart .cart_list article h3 {
  background-color: #05A5E0;
  padding: 10px 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article h3 {
    font-size: 2.5rem;
  }
}

#cart .cart_list article h3 strong {
  display: block;
  color: #f9eb21;
  font-size: 3.8rem;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article h3 strong {
    font-size: 3rem;
  }
}

#cart .cart_list article .image {
  margin: 15px 5%;
}

@media only screen and (max-width: 480px) {
  #cart .cart_list article .image {
    margin: 15px 0;
  }
}

#cart .cart_list article p {
  text-align: right;
  color: #05A5E0;
  font-size: 1.6rem;
  margin: 0 5% 5px;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article p {
    font-size: 1.8rem;
  }
}

#cart .cart_list article form {
  margin: 0 5%;
}

#cart .cart_list article dl {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}

#cart .cart_list article dl:first-child {
  border-top: 1px solid #000000;
}

#cart .cart_list article dl dt {
  width: calc( 100% - 20px);
  font-size: 2.4rem;
  font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B, "A-OTF 秀英角ゴシック金 Std B", "游ゴシック", YuGothic, sans-serif;
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article dl dt {
    font-size: 2rem;
  }
}

#cart .cart_list article dl dt .color {
  position: absolute;
  top: 5px;
  left: 2px;
  display: block;
  vertical-align: center;
  width: 28px;
  height: 28px;
  background-color: #311300;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article dl dt .color {
    width: 24px;
    height: 24px;
    top: 3px;
  }
}

#cart .cart_list article dl dt .color.light {
  background-color: #542f1e;
}

#cart .cart_list article dl dd {
  width: 20px;
}

#cart .cart_list article .suryo {
  display: none;
}

#cart .cart_list article button {
  background-color: #351b08;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 3rem;
  line-height: 1.3;
  padding: 15px 0px;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
}

#cart .cart_list article button::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 10px #ffffff;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

@media only screen and (max-width: 960px) {
  #cart .cart_list article button {
    font-size: 2.4rem;
  }
}

/************************************

#faq

************************************/
#faq {
  padding: 40px 5%;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/faq_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #faq {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/faq_back@2x.jpg");
  }
}

#faq h2 {
  margin: 0 auto 20px;
  font-size: 3.4rem;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #faq h2 {
    font-size: 2.6rem;
  }
}

#faq .faq_list article {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4% 5%;
  margin: 20px 0 0;
  display: block;
}

@media only screen and (max-width: 960px) {
  #faq .faq_list article {
    padding: 7%;
  }
}

#faq .faq_list h3 {
  font-size: 2.8rem;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  #faq .faq_list h3 {
    font-size: 2.4rem;
  }
}

#faq .faq_list p {
  font-size: 2rem;
  line-height: 1.8;
}

@media only screen and (max-width: 960px) {
  #faq .faq_list p {
    font-size: 1.8rem;
  }
}

/************************************

#kaihatsu

************************************/
#kaihatsu {
  background-color: #f5f5f5;
  padding: 30px 5%;
  margin: 20px 0;
}

#kaihatsu .title {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#kaihatsu .title .image {
  width: 22%;
  margin: 0 3% 0 0;
}

#kaihatsu .title .text {
  width: 75%;
}

#kaihatsu .title .text h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("https://meplus.itembox.design/item/images/lp_image/kaihatsu_t.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 40px;
  width: 174px;
  margin: 0 0 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #kaihatsu .title .text h2 {
    background-image: url("https://meplus.itembox.design/item/images/lp_image/kaihatsu_t@2x.png");
  }
}

#kaihatsu .title .text h3 {
  font-size: 2.5rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  color: #00a9e3;
  margin: 0 0 5px;
}

@media only screen and (max-width: 960px) {
  #kaihatsu .title .text h3 {
    font-size: 2.2rem;
  }
}

#kaihatsu .title .text .name {
  font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
  #kaihatsu .title .text .name {
    font-size: 2rem;
  }
}

#kaihatsu .title .text .name small {
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 10px;
}

@media only screen and (max-width: 960px) {
  #kaihatsu .title .text .name small {
    font-size: 1.5rem;
  }
}

#kaihatsu .title .text .name .eng {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #c9c9c9;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  #kaihatsu .title .text .name .eng {
    display: block;
    padding: 0;
  }
}

#kaihatsu p {
  margin: 20px 0 0;
  font-size: 2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  #kaihatsu p {
    font-size: 1.8rem;
  }
}

/************************************

footer

************************************/
@media only screen and (max-width: 480px) {
  footer #footer_main .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer #footer_main .menu li {
    width: auto;
  }
}
/*# sourceMappingURL=maps/lp.css.map */
