/*--------------------
  共通
--------------------*/

/* トコちゃんレイアウトタイトル */
.title-tokoimg {
  text-align: center;
  padding-top: 20px;
}

.title-tokoimg span {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  padding: 0 5px 10px 55px;
  border-bottom: 8px solid #fecd46;
  display: inline-block;
  position: relative;
}

.title-tokoimg span:before {
  content: '';
  display: block;
  width: 51px;
  height: 46px;
  background: url(../img/common/common_title_icon_01.png) center no-repeat;
  position: absolute;
  left: -5px;
  top: -14px;
}

.title-tokoimg span:after {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/common/common_title_icon_02.png) center no-repeat;
  position: absolute;
  right: -20px;
  top: -18px;
}


/*--------------------
  MV
--------------------*/

.top-mv {
  background: url(../img/common/common_mv_bg.gif) top center repeat;
  text-align: center;
}

.top-mv-inner {
  max-width: 1402px;/* mvのサイズ */
  margin: 0 auto;
  position: relative;
}

.top-mv img {
  margin: 0 auto;
}

.top-mv-btn {
  width: 17.55%;
  max-width: 246px;
  position: absolute;
  left: 57.3%;
  bottom: 14.77%;
}

.top-mv-btn a {
  display: block;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.top-mv-btn a:hover {
  background: rgba(255,255,255,.25);
}

.top-mv-btn img {
  width: 100%;
}

/*--------------------
  slider
--------------------*/

.top-pickup {
  padding: 35px 0 44px;/*83-18*/
}

.top-pickup--title {
  margin-bottom: 33px;
}

.slide-area-top {
  width: 100%;
  margin: 0 auto;
}

.slide-area-top .slick-list {
  border: none;
}

.slide-area-top .slick-slide {
  margin: 0 26px;
}

.slide-area-top .slick-dots {
  top: 20px;
}

.slide-area-top .slick-slide:not(.slick-center) {
  opacity: 0.5;
}

#slide-box {
  padding-bottom: 20px;
}

#slide-box .slide-area>li:not(:first-of-type) {
  display: none !important;
}

#slide-box .slide-area>li:not(:first-of-type).slick-slide {
}

.important {
  border: 1px solid #e2261a;
  padding: 25px;
}

.important p {
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}

.important p a {
  text-decoration: underline;
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}

.important p a:hover {
  text-decoration: none;
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}

/*--------------------
  ピックアップ(非表示)
--------------------*/

#pickup {
  margin-top: 50px;
}

/* topics-box */

#topics-box {
  width: 100%;
  background: #f2f2f2;
}

#topics-box .section-inner {
  padding: 10px 0;
  margin-bottom: 40px;
}

#topics-box .section-inner:only-child {
  display: none;/*中が空の場合*/
}

#topics-box dl {
  width: 95%;
  margin: 0 auto;
  display: table;
}

#topics-box dl:not(:last-child) {
  margin-bottom: 5px;
}

#topics-box dl dt, #topics-box dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 1.3;
}

#topics-box dl dt {
  width: 200px;
  white-space: nowrap;
  background: #b3d465;
  padding: 5px 10px;
  font-size: 14px;
  color: #33430f;
  text-align: center;
}

#topics-box dl dd span {
  margin-right: 20px;
}

#topics-box dl dd a:hover {
  text-decoration: underline;
}

/*--------------------
  about-libmo
--------------------*/

#about-libmo {
  background: url(../img/top/top_yellowdot_bg.gif) center repeat #f7e076;
  padding: 74px 70px;
}

.about-libmo-title {
  margin-bottom: 20px;
  text-align: center;
}

.about-libmo-title span {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #da2109;
  padding: 0 5px 10px 5px;
  border-bottom: 8px solid #fecd46;
  display: inline-block;
  position: relative;
}

.about-libmo-title span:before {
  content: '';
  display: block;
  width: 95px;
  height: 52px;
  background: url(../img/top/top_about_icon_01.png) center no-repeat;
  position: absolute;
  left: -109px;
  top: -16px;
}

.about-libmo-title span:after {
  content: '';
  display: block;
  width: 87px;
  height: 38px;
  background: url(../img/top/top_about_icon_02.png) center no-repeat;
  position: absolute;
  right: -99px;
  top: -5px;
}

.about-libmo-lead {
  margin-bottom: 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6666;
}

/*
#about-box {
  background: url(../img/top/about/bg.png);
  padding: 40px 0;
}

#about-box>div>p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 30px;
}

#about-price {
  width: 90.74%;
  margin: 0 auto 40px;
  padding: 2.0408%;
  background: #fff;
}

#about-price img {
  width: auto;
  display: block;
  margin: 0 auto 4.0816%;
}

#about-price>div:first-child {
  padding-top: 3.0612%;
}


.simulation-wh {
  width: 63.829%;
  margin: 0 auto 30px;
}

.btn-simulation {
  background: #0075a9;
  color: #fff !important;
  font-size: 36px;
  padding: 20px 10px;
  text-align: center;
}

.attention p {
  font-size: 12px;
  line-height: 1.3;
}

.attention p:not(:last-child) {
  margin-bottom: 7px;
}

*/

@media all and (min-width: 641px) {
/* 項目が4つ以下の場合 */
#chara-box ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#chara-box li:last-child {
  margin-right: 0;
}
}

#chara-box dl {
}

#chara-box dl {
  padding-top: 25px;
}

#chara-box dt {
  position: relative;
  display: table;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto 15px;
}

#chara-box dt span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#chara-box p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.025em;
}

/*--------------------
  #start-libmo
--------------------*/

#start-libmo {
  padding: 70px 0 68px;
  background: #f7f7f7;
}

.start-libmo-title {
  margin-bottom: 32px;
}

.start-libmo-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666;
  margin-bottom: 35px;
}

#case-box {
  width: 90.74%;
  max-width: 980px;
  margin: 0 auto;
}

#slider-nav {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

#slider-nav li {
  position: relative;
  float: left;
  width: 49.5%;
  margin-right: 1%;
  /*border: 5px solid #808080;*/
  border: 5px solid #ffffff;
  border-radius: 18px;
  background: #fff;
  padding: 25px 2.0408% 30px;
  cursor: pointer;
  outline: none;
  margin-bottom: 20px;
}

#slider-nav li:nth-child(2) {
  margin-right: 0;
  float: right;
}

#slider-nav .slick-active {
  position: relative;
  border: 5px solid #e2261a;
  border-radius: 18px;
  z-index: 12;
}

#slider-nav .slick-active::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 12;
}

#slider-nav .slick-active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #e2261a transparent transparent transparent;
  z-index: 11;
}

.start-libmo-srcTitle {
  width: 100%;
  min-height: 101px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: bold;
}

.start-libmo-srcTitle img {
  margin-right: 15px;
}

#slider-nav li:nth-child(2) .start-libmo-srcTitle {
  margin-bottom: 10px;
}

#slider-nav li:nth-child(2) .start-libmo-srcTitle img {
  margin-right: 22px;
}

#slider-nav li p {
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}

.case-slide {
  position: relative;
  z-index: 9;
  top: -20px;
}

.case-slide .case-slide-inner {
  background: #fff;
/*  padding: 4.0408%;*/
  padding: 62px 0 66px;
  border-radius: 18px;
}

.case-slide-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.66666;
  margin-bottom: 3.0612%;
  margin-bottom: 30px;
}

.case-slide dl dt {
  font-size: 24px;
  line-height: 1.16666;
  text-align: center;
/*  margin-bottom: 3.0612%;*/
  margin-bottom: 40px;
  font-weight: bold;
}

/* case共通 */
.price {
  font-size: 18px;
}

.price span {
  font-size: 24px;
  font-weight: bold;
}

.case-slide .btn-simulation {
  font-size: 20px;
  padding: 1em;
  background: #1169ab;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

/* #case01 */
#case01 {
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
}

#case01 dd ul {
  width: 65.3%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#case01 dd ul li {
  text-align: center;
  vertical-align: top;
  width: 42.1875%;
}

#case01 dd ul li:nth-child(2) {
  width: 5.5%;
  max-width: 33px;
  margin-top: -60px;
  vertical-align: middle;
  border: none;
}

#case01 dd ul li:nth-child(2) div img {
  width: 100%;
}

#case01 h4 {
  color: #fff;
  font-size: 22px;
  line-height: 62px;
  height: 60px;
  text-align: center;
  background: #e2261a;
  border-radius: 18px 18px 0 0;
  font-weight: bold;
}

#case01 .plan-price {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #da2109;
}

#case01 dl dd ul li:first-child .plan-price div {
  width: 50%;
  margin: 0 auto 6.66%;
}

#case01 dl dd ul li:first-child .plan-price div img {
  width: 100%;
}

#case01 dl dd ul li:first-child .plan-price p:first-of-type {
  font-size: 14px;
  line-height: 1.71;
}

#case01 dl dd ul li:first-child .plan-price p:first-of-type em {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

#case01 dl dd ul li:last-child .plan-price p {
  font-size: 18px;
  line-height: 1.666;
  font-weight: bold;
}

#case01 dl dd ul li:last-child .plan-price p img {
  display: block;
  width: 38%;
  margin: 0 auto 15px;
}

#case01 dl dd ul li:last-child .plan-price div {
  width: 8.5%;
  margin: 6.818% auto;
}

#case01 dl dd ul li:last-child .plan-price img {
  width: 100%;
}

/* #case02 */
#case02 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 998;
  opacity: 0;
  display: none;
}

#case02 dd {
  width: 90.5%;
  margin: 0 auto;
}

#case02 dd>div {
  float: left;
  background: #fff;
  border: 2px solid #da2109;
  border-radius: 15px;
  margin-bottom: 0;
}

#case02 dd>div .inner {
  padding: 24px 10.5% 0;
}

#case02 dd>div img {
  display: block;
  width: 47.84%;
  margin: 0 auto 20px;
}

#case02 dd>div h4 {
  font-size: 18px;
  line-height: 1.666666;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#case02 dd>div p {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.71;
}

#case02 dd>div ul {
  width: 78.9%;
  margin: 0 auto;
  padding: 15px 0 40px;
}

#case02 dd>div ul li {
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  padding: 10px 5px;
  border-radius: 20px;
}

#case02 dd>div ul li + li {
  margin-top: 10px;
}

#case02 dd>div ul .on {
  background: #7fb8de;
  color: #fff;
}

#sim-plus {
  margin: 4.5% auto;
  width: 348px;
}

#sim-plus img {
  width: 100%;
  margin-left: 158px;
}

#case02 .item-4>div img {
  width: 58.82%;
}

#case02 .item-4>div .inner {
  padding: 10% 7.7%;
}

#case02 .simulation-wh {
  text-align: center;
  margin: 30px auto 0;
}

#case02 .btn-simulation {
  display: inline-block;
  width: auto;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 50px;
}


/*--------------------
  lineup
--------------------*/

#lineup {
  padding: 68px 0 70px;
}

.lineup-title {
  font-size: 18px;
  line-height: 1.66666;
  margin-bottom: 30px;
}

.lineup-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666;
  margin-bottom: 30px;
}

#lineup-item ul {
  width: 100%;
  margin: 40px auto 0;
}

#lineup-item ul li {
  width: 23.5%;
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}

#lineup-item ul li a {
  display: block;
}

#lineup-item ul li img {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}

#lineup-item ul li h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#lineup-item ul li h3+p {
  margin-bottom: 10px;
}

#lineup-item ul li p {
  text-align: center;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
}

.slick-prev {
  background: url(../img/top/slide/arrow_prev.png) no-repeat left top;
  background-size: 40px 40px;
  left: -20px;
}

.slick-next {
  background: url(../img/top/slide/arrow_next.png) no-repeat left top;
  background-size: 40px 40px;
  right: -20px;
}

.slick-prev:hover, .slick-next:hover {
  opacity: .7;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

/*#new-box dl {
  width: 100%;
  display: table;
  margin-bottom: 25px;
}

#new-box dl:last-child {
  margin-bottom: 0;
}

#new-box dl dt, #new-box dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#new-box dl dt {
  width: 150px;
  white-space: nowrap;
  padding-right: 1em;
}

#new-box dl dd a {
  display: block;
  line-height: 1.3;
  position: relative;
  top: -2px;
}*/

/*--------------------
  qa-box
--------------------*/

#other-contents {
  background: url(../img/top/top_yellowdot_bg.gif) center repeat #f7e076;
  padding: 68px 60px;
  display: none;
}

#qa-box {
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
}

.qa-box-title {
  margin-bottom: 42px;
}

.new_item_title {
  display: block;
  width: 100%;
  background: #fefcf2;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 30px;
  border-radius: 8px;
}

#qa-box p {
  margin-top: 10px;
}

#qa-box .qa-box-more {
  margin-top: 38px;
  text-align: center;
}

.qa-box-more a {
  display: inline-block;
  border: 2px solid #da2109;
  color: #da2109;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
  padding: 0 2em;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
}

.qa-box-more a:hover {
  background: #da2109;
  color: #fff;
}

#pagetop {
  position: fixed;
  right: 1.34%;
  bottom: 10px;
  z-index: 50;
  display: none;
}

.pagetop-absolute {
  bottom: 10px;
}

.pagetop-fixed {
  position: fixed !important;
}

#pagetop a {
  display: inline-block;
  background: rgba(0, 0, 0, .3);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: -.05em;
  -webkit-transition: .4s;
  transition: .4s;
}

#pagetop span {
  height: 25px;
  width: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 5px;
}

#pagetop span:before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  border: 5px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  ;
  position: absolute;
  top: 7px;
  left: 7px;
}

#pagetop a:hover {
  background: rgba(0, 0, 0, .5);
}


@media screen and (max-width:640px) {

  /*--------------------
    共通
  --------------------*/

  /* トコちゃんレイアウトタイトル */
  .title-tokoimg {
    text-align: center;
    padding-top: 12px;
  }

  .title-tokoimg span {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 0 5px 5px 35px;
    border-bottom: 4px solid #fecd46;
    display: inline-block;
    position: relative;
  }

  .title-tokoimg span:before {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../img/common/common_title_icon_01.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -2px;
    top: -8px;
  }

  .title-tokoimg span:after {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    background: url(../img/common/common_title_icon_02.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -11px;
    top: -12px;
  }

  /*--------------------
    MV
  --------------------*/

  .top-mv-btn {
    width: 53%;
    max-width: 100%;
    position: absolute;
    left: 23.5%;
    bottom: 7.98%;
  }

  .top-mv-btn a {
    display: block;
    -webkit-transition: background .4s;
    transition: background .4s;
  }

  .top-mv-btn a:hover {
    background: rgba(255,255,255,.25);
  }

  .top-mv-btn img {
    width: 100%;
  }

  /*--------------------
    slider
  --------------------*/

  .top-pickup {
    padding: 10% 0;
  }

  .top-pickup--title {
    margin-bottom: 5%;
  }

  #slide-box {
    padding: 0 0 12px;
  }

  .slide-area-top .slick-slide:not(.slick-center) {
    opacity: 1;
  }

  .slide-area-top .slick-slide {
    margin: 0;
  }

  .slide-area-top .slick-slide img {
    width: 100%;
  }

  .slide-area-top .slick-dots {
    top: 10px;
  }

  .important {
    padding: 3.2258%;
  }
  .important p {
    line-height: 1.6;
  }

  /*--------------------
    ピックアップ(非表示)
  --------------------*/
  #topics-box {
    margin-bottom: 0;
  }

  #topics-box .section-inner {
    margin-bottom: 30px;
  }

  #topics-box dl {
    width: 100%;
    display: block;
  }
  #topics-box dl:not(:last-child) {
    margin-bottom: 15px;
  }
  #topics-box dl dt, #topics-box dl dd {
    display: block;
    padding-left: 0;
  }
  #topics-box dl dt {
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 15px;
  }
  #topics-box dl dd {
    display: table;
    width: 100%;
  }
  #topics-box dl dd span, #topics-box dl dd a {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
  #topics-box dl dd span {
    padding-right: 1em;
    width: 100px;
  }


  /*--------------------
    about-libmo
  --------------------*/

  #about-libmo {
    background-size: 12px;
    padding: 10% 0;
  }

  .about-libmo-title {
    margin-bottom: 5%;
    text-align: center;
    position: relative;
    padding-top: 40px;
  }

  .about-libmo-title:before {
    content: '';
    display: block;
    width: 65px;
    height: 30px;
    background: url(../img/top/top_about_icon_03_sp.png) center no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: -33px;
    left: 50%;
    top: 0px;
  }

  .about-libmo-title span {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #da2109;
    padding: 0 5px 5px 5px;
    border-bottom: 4px solid #fecd46;
    display: inline-block;
    position: relative;
  }

  @media all and (max-width: 320px) {

    .about-libmo-title span {
      font-size: 17px;
    }

  }

  .about-libmo-title span:before {
    content: '';
    display: block;
    width: 15px;
    height: 19px;
    background: url(../img/top/top_about_icon_01_sp.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -22px;
    top: 1px;
  }

  .about-libmo-title span:after {
    content: '';
    display: block;
    width: 15px;
    height: 19px;
    background: url(../img/top/top_about_icon_02_sp.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: -22px;
    top: 1px;
  }

  .about-libmo-lead {
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6666;
  }

  /*#about-box {
    padding: 4.6875% 0;
  }

  #about-box>div>p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #about-price {
    width: 100%;
    margin: 0 auto 4.8387%;
    padding: 2.0408%;
    background: #fff;
  }
  #about-price img {
    width: auto;
    display: block;
    margin: 0 auto 4.8387%;
  }
  #about-price>div:first-child {
    padding-top: 3.0612%;
  }
  #about-price>div:first-child img {
    width: 90%;
  }
  .simulation-wh {
    width: 100%;
    margin: 0 auto 4.8387%;
  }
  .btn-simulation {
    font-size: 28px;
    padding: 20px 10px;
  }
  */

  #chara-box .item-4 {
    margin: 0 auto;
  }
  .item-4>li, .item-4>div {
    margin-bottom: 7.769%;
  }
  #chara-box dl {
    padding-top: 1em;
    margin-bottom: .5em;
  }
  #chara-box dt {
    font-size: 20px;
    display: block;
    margin-bottom: .5em;
  }
  #chara-box dt span {
    display: inherit;
  }
  #chara-box dt br {
    display: none;
  }

  /*--------------------
    #start-libmo
  --------------------*/

  #start-libmo {
    padding: 10% 6.6%;
    background: #f7f7f7;
  }

  .start-libmo-title {
    margin-bottom: 5%;
  }

  .start-libmo-lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.6666;
    margin-bottom: 10%;
  }

  .ttl-h2+p {
    font-size: 18px;
  }

  /* #case-box */
  #case-box {
    width: 100%;
  }

  #slider-nav {
    margin-bottom: 25px;
  }

  #slider-nav li {
    padding: 4% 3%;
    width: 50%;
    margin-right: 0;
  }

  #slider-nav li p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  .start-libmo-srcTitle {
    width: 100%;
    min-height: auto;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.15;
    font-weight: bold;
  }

  #slider-nav li:nth-child(2) .start-libmo-srcTitle {
    padding-bottom: 1.5em;
  }

  .start-libmo-srcTitle img {
    display: block;
    margin: 0 auto 10px !important;
  }

  #slider-nav li:first-child img {
    width: 40%;
  }

  #slider-nav li:last-child img {
    width: 25%;
  }

  .case-slide .case-slide-inner {
    padding: 6.625%;
  }

  .case-slide-inner>p:first-of-type {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .case-slide dl dd ul li h4 {
    font-size: 26px;
    padding: 0;
  }

  .case-slide dl dt {
    font-size: 20px;
    margin-bottom: 5%;
  }

  .case-slide dl dd ul {
    width: 100%;
    display: block;
  }

  .case-slide .btn-simulation {
    font-size: 20px;
    padding: 21px 10px;
  }

  /* #case01 */

  #case01 dd ul {
    width: 100%;
    display: block;
  }

  #case01 dd ul li {
    width: 100%;
  }

  #case01 dl dd ul li {
    display: block;
/*    width: 83.3%;*/
    width: 100%;
    margin: 0 auto 6%;
  }

  #case01 dl dd ul li:nth-child(2) {
    width: 10%;
    margin-top: 0;
  }

  #case01 dl dd ul li:nth-child(2) div {
    width: 100%;
  }

  #case01 dl dd ul li:last-child {
    margin-bottom: 0;
  }

  #case01 .plan-price {
    padding: 3.125%;
    margin-bottom: 10px;
  }

  #case01 dl dd ul li:last-child .plan-price p {
    font-size: 22px;
  }

  #case01 dl dd ul li:first-child .plan-price div {
    width: 40%;
    margin: 0 auto 4%;
  }


  /* case02 */

  #case02 dd {
    width: 100%;
  }

  #case02 dd>div {
    float: none;
    border-radius: 15px;
    margin: 0 auto 6%;
  }

  #case02 dd>div:last-child {
    margin-bottom: 0;
  }

  #case02 dd>div .inner {
    /*padding: 4%;*/
    padding: 5%;
  }

  #case02 dd>div img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 21.739%;
    margin: 0 10px 10px 0;
  }

  #case02 dd>div h4 {
    width: calc(78% - 15px);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 10px;
    top: 1px;
  }

  #case02 dd>div p {
    font-size: 16px;
    width: 100%;
  }

  #case02 dd>div ul {
    width: auto;
    margin: 0 auto;
    padding: 0 5% 5%;
  }

  #case02 dd>div ul li {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    background: #f7f7f7;
    padding: 10px 5px;
    border-radius: 20px;
    margin: 0 auto;
  }

  #case02 dd>div ul li + li {
    margin-top: 1em;
  }

  #sim-plus {
    width: 88.92%;
    margin: 8% auto;
  }

  #sim-plus img {
    margin-left: 0;
  }

  #case02 .item-4>div img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 21.739%;
    margin: 0 10px 10px 0;
  }

  #case02 .item-4>div .inner {
    padding: 4%;
  }

  #case02 .simulation-wh {
    width: 100.6%;
    margin: 20px auto 0;
  }

  #case02 .btn-simulation {
    display: block;
    font-size: 22px;
    padding: 20px 10px;
  }


  /*--------------------
    lineup
  --------------------*/

  #lineup {
    padding: 10% 0;
  }

  .lineup-title {
    padding-left: 6.6%;
    padding-right: 6.6%;

  }

  .lineup-lead {
    padding: 0 6.6%;/* width: 86.8% */
    font-size: 16px;
    line-height: 1.6666;
  }

  #lineup-item {
    width: 100%;
    margin: 0 auto;
  }
  #lineup-item ul {
    margin: 6.25% auto 0;
    text-align: center;
  }

  #lineup-item ul li {
    width: 23.5%;
    float: left;
    margin-left: .5%;
    margin-right: .5%;
  }

  #lineup-item ul li img {
    width: 100%;
    margin: 0 auto 15px;
  }


  /*--------------------
    qa-box
  --------------------*/

  #other-contents {
    padding: 10% 0;
    background-size: 12px;
  }

  #other-contents .section-inner {
    display: block;
  }

  #other-contents .section-inner>div {
    display: block;
  }

  #other-contents .section-inner>div:first-child {
    padding-right: 0;
    width: 100%;
    margin-bottom: 6.451%;
  }

  #other-contents .section-inner>div:last-child {
    padding-left: 0;
    width: 100%;
  }

  /*#new-box dl {
    width: 100%;
    padding: 0 10px;
    display: block;
    margin-bottom: 15px;
  }

  #new-box dl dt, #new-box dl dd {
    display: block;
  }

  #new-box dl dt {
    padding-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }*/

  #qa-box {
    width: 100%;
    padding: 0 6.6%;/* width: 86.8% */
  }

  .qa-box-title {
    margin-bottom: 5%;
  }

  #qa-box p:not(:last-child) {
    margin-bottom: 20px;
  }

  .new_item_title {
    padding: 1em;
    font-size: 14px;
  }
}

@media screen and (max-width:480px) {
  #case02 dd>div {
    width: 100%;
  }
}

@media screen and (max-width:414px) {

  #chara-box .item-4 {
    width: 100%;
  }

  .btn-simulation {
    font-size: 22px;
  }

  .case-slide dl dd ul li {
    width: 100%;
  }

  .case-slide dl dd ul li:last-child {
    width: 100%;
  }

  #case02 dd>div h4 {
    font-size: 20px;
  }

  #sim-plus {
    width: 64.5%;
  }

  #lineup-item ul li img {
    width: 90%;
  }

  /*#other-contents h2 {
    font-size: 26px;
    padding-top: 3px;
  }
  #new-box dl {
    padding: 0;
  }
  #qa-box p {
    padding: 0;
  }*/
}