@charset "UTF-8";
.fwb {
  font-weight: bold;
}

/*-----------------------------------------
MV
-----------------------------------------*/
.contents .mv .containerMv {
  max-width: 1260px;
  padding: 0;
  text-align: center;
}

.contents .mv h1 {
  margin-bottom: 1em;
}

.contents .mv .anchorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .mv .anchorNav li {
  width: 48%;
  margin-bottom: 2%;
}

@media screen and (min-width: 769px) {
  .contents .mv .anchorNav li {
    width: 24%;
  }
}

/*-----------------------------------------
背景（ギア）
-----------------------------------------*/
.contents .bgGear {
  background-image: url(../images/bg_top_gear_l.png), url(../images/bg_top_gear_r.png);
  background-position: right -3% top 30px, left -3% top 30px;
  background-size: 8% auto, 8% auto;
  background-repeat: repeat-y;
}

@media screen and (min-width: 1200px) {
  .contents .bgGear {
    background-position: right 1% top 30px, left 1% top 30px;
    background-size: 10% auto, 10% auto;
  }
}

/*-----------------------------------------
プログラミング教育の現状
-----------------------------------------*/
.contents .sec_now .point {
  margin: 0 auto 0.5em;
  max-width: 175px;
}

.contents .sec_now h2.title {
  margin: 0 auto 0.5em;
  max-width: 240px;
}

.contents .sec_now .read {
  color: #48acdd;
  margin-bottom: 2em;
  text-align: center;
  padding: 0 1em;
}

.contents .sec_now .read .uLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffcb18));
  background: linear-gradient(transparent 80%, #ffcb18 0%);
  display: inline;
  line-height: 2;
}

.contents .sec_now .box.box01 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contents .sec_now .box.box01 .inner .img {
  display: none;
}

.contents .sec_now .box.box01 .inner .txt p {
  margin-bottom: 0.5em;
  position: relative;
}

.contents .sec_now .box.box01 .inner .txt p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.contents .sec_now .box.box01 .inner .txt p:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.5em;
  color: #48acdd;
}

.contents .sec_now .box.box01 .inner .txt p span.color_B {
  color: #48acdd;
}

.contents .sec_now .box.box02 {
  width: 95%;
  padding: 8% 5% 5%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/bg_top_now_memo_sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.contents .sec_now .box.box02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #daeef8));
  background: linear-gradient(transparent 10%, #daeef8 0%);
  z-index: -1;
  margin-top: 100px;
}

.contents .sec_now .box.box02 .inner {
  background-color: white;
  padding: 3em 1em 2em;
  position: relative;
}

.contents .sec_now .box.box02 .inner:before {
  content: "";
  background-image: url("../images/img_top_now_pen.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 42.5px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -75%);
  transform: translate(0, -75%);
}

.contents .sec_now .box.box02 .inner h3.subTitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #00a0e9;
  color: white;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  line-height: 1;
  border-radius: 50px;
}

.contents .sec_now .box.box02 .inner .txt {
  text-align: center;
}

.contents .sec_now .box.box02 .inner .txt p {
  line-height: 1;
  position: relative;
  padding-left: 2em;
  display: inline-block;
}

.contents .sec_now .box.box02 .inner .txt p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../images/icon_top_now_check.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
}

.contents .sec_now .box.box02 .inner .txt p .percent {
  color: #f29342;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  margin: 0.5em 0;
}

.contents .sec_now .box.box02 .inner .txt p .percent .fsSmall {
  font-size: 0.9em !important;
}

.contents .sec_now .box.box02 .inner .img {
  position: relative;
}

.contents .sec_now .box.box02 .inner .img .parents {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.contents .sec_now .box.box02 .inner .img .memo {
  margin-top: 2em;
  font-size: 1rem;
  text-align: center;
}

.contents .sec_now .box.box03 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.contents .sec_now .box.box03 .inner .img {
  width: 200px;
  margin: 0 auto 2em;
  position: relative;
}

.contents .sec_now .box.box03 .inner .img:before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
  content: "";
  display: block;
  background-image: url("../images/img_top_now_mam.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 52px;
  height: 98px;
}

.contents .sec_now .box.box03 .inner .txt {
  margin-bottom: 2em;
}

.contents .sec_now .box.box03 .inner .next {
  width: 30%;
  max-width: 185px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contents .sec_now .point {
    max-width: 265px;
    width: 26.5vw;
  }
  .contents .sec_now h2.title {
    max-width: 805px;
    width: 80.5vw;
  }
  .contents .sec_now .read {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .contents .sec_now .box.box01 {
    width: 90%;
  }
  .contents .sec_now .box.box01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_now .box.box01 .inner .img {
    width: 20%;
    display: block;
  }
  .contents .sec_now .box.box01 .inner .txt {
    width: 75%;
  }
  .contents .sec_now .box.box02 {
    padding: 6% 5% 5%;
    background-image: url("../images/bg_top_now_memo_pc.png");
  }
  .contents .sec_now .box.box02 .monitor_link {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_now .box.box02 .inner {
    padding: 3em 1em 0.5em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_now .box.box02 .inner h3.subTitle {
    max-width: 300px;
  }
  .contents .sec_now .box.box02 .inner .txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .contents .sec_now .box.box02 .inner .txt p span {
    font-size: 2.2rem;
  }
  .contents .sec_now .box.box02 .inner .txt p:nth-last-of-type(1) {
    margin-bottom: 3em;
  }
  .contents .sec_now .box.box02 .inner .txt p:before {
    top: auto;
    bottom: -0.2em;
    display: inline-block;
  }
  .contents .sec_now .box.box02 .inner .txt p .percent {
    font-size: 3rem;
    display: block;
    width: 100px;
    margin: 0;
  }
  .contents .sec_now .box.box02 .inner .img .parents {
    max-width: 212px;
    width: 100%;
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
  }
  .contents .sec_now .box.box03 {
    width: 90%;
  }
  .contents .sec_now .box.box03 .inner .img {
    width: 330px;
    margin: 0 auto 0.5em;
  }
  .contents .sec_now .box.box03 .inner .img:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%);
    width: 88px;
    height: 166px;
  }
  .contents .sec_now .box.box03 .inner .txt {
    width: 340px;
    padding-left: 1em;
    margin: 0 auto 2em;
  }
  .contents .sec_now .box.box03 .inner .txt span {
    font-size: 1.6rem;
  }
  .contents .sec_now .box.box03 .inner .next {
    width: 20%;
    max-width: 185px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .contents .sec_now .read {
    font-size: 2.4rem;
    margin-bottom: 1.5em;
    font-weight: bold;
  }
  .contents .sec_now .box.box01 .inner .img {
    width: 30%;
  }
  .contents .sec_now .box.box01 .inner .txt {
    width: 60%;
    margin-bottom: 1em;
  }
  .contents .sec_now .box.box02 {
    width: 100%;
    padding: 70px 40px 40px;
  }
  .contents .sec_now .box.box02 .monitor_link {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_now .box.box02 .inner {
    padding: 3em 1em 0.5em 2em;
  }
  .contents .sec_now .box.box02 .inner:before {
    width: 85px;
    height: 112px;
    -webkit-transform: translate(-10%, -70%);
    transform: translate(-10%, -70%);
  }
  .contents .sec_now .box.box02 .inner h3.subTitle {
    max-width: 300px;
    font-size: 2rem;
  }
  .contents .sec_now .box.box02 .inner .txt p {
    width: 580px;
    font-size: 2.4rem;
  }
  .contents .sec_now .box.box02 .inner .txt p .percent {
    font-size: 4.5rem;
    width: auto;
  }
  .contents .sec_now .box.box02 .inner .img .parents {
    -webkit-transform: translate(15%, -40%);
    transform: translate(15%, -40%);
  }
  .contents .sec_now .box.box02 .inner .img .memo {
    font-size: 1.4rem;
  }
  .contents .sec_now .box.box03 {
    width: 100%;
  }
  .contents .sec_now .box.box03 .inner .img {
    width: 480px;
  }
  .contents .sec_now .box.box03 .inner .img:before {
    -webkit-transform: translate(-120%, -45%);
    transform: translate(-120%, -45%);
  }
  .contents .sec_now .box.box03 .inner .txt {
    width: 490px;
  }
}

/*-----------------------------------------
パソコンをプレゼントしよう
-----------------------------------------*/
.contents .sec_present {
  padding-top: 0;
}

.contents .sec_present .sec_inner {
  padding-top: 0;
}

.contents .sec_present .point {
  margin: 0 auto 0.5em;
  max-width: 365px;
  width: 237px;
}

.contents .sec_present h2.title {
  margin: 0 auto 0.5em;
  max-width: 235px;
}

.contents .sec_present .read {
  color: #f29342;
  margin-bottom: 2em;
  text-align: center;
}

.contents .sec_present .read .uLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #ffcb18));
  background: linear-gradient(transparent 80%, #ffcb18 0%);
  display: inline;
  line-height: 2;
}

.contents .sec_present .box h3.title {
  color: #f29342;
  margin-bottom: 1em;
  text-align: center;
}

.contents .sec_present .box h3.title span {
  display: inline-block;
  position: relative;
}

.contents .sec_present .box h3.title span:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #f29342;
  position: absolute;
  top: 0;
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.contents .sec_present .box h3.title span:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #f29342;
  position: absolute;
  top: 0;
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.contents .sec_present .box.box01 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contents .sec_present .box.box01 .inner .img {
  display: none;
}

.contents .sec_present .box.box01 .inner .txt span.color_B {
  color: #48acdd;
}

.contents .sec_present .box.box02 {
  width: 95%;
  padding: 8% 5% 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  background-image: url("../images/bg_top_now_memo_sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.contents .sec_present .box.box02 .monitor_link {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.contents .sec_present .box.box02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #daeef8));
  background: linear-gradient(transparent 10%, #daeef8 0%);
  z-index: -1;
  margin-top: 100px;
}

.contents .sec_present .box.box02 .inner {
  background-color: white;
  padding: 3em 1em 2em;
  position: relative;
}

.contents .sec_present .box.box02 .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: url("../images/img_top_present_family.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 96px;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
}

.contents .sec_present .box.box02 .inner h3.subTitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #00a0e9;
  color: white;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  line-height: 1;
  border-radius: 50px;
}

.contents .sec_present .box.box02 .inner .txt p {
  line-height: 1;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
}

.contents .sec_present .box.box02 .inner .txt p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../images/icon_top_now_check.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
}

.contents .sec_present .box.box02 .inner .img {
  position: relative;
}

.contents .sec_present .box.box02 .inner .img .parents {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.contents .sec_present .box.box02 .inner .img .memo {
  margin-top: 2em;
  font-size: 1rem;
  text-align: center;
}

.contents .sec_present .box.box03 .inner .read {
  color: #333;
  margin-bottom: 1em;
}

.contents .sec_present .box.box03 .inner .youtubeWrap {
  width: 95%;
  max-width: 630px;
  border: solid 2px #f29342;
  margin: 0 auto;
}

.contents .sec_present .box.box03 .inner .youtubeWrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.contents .sec_present .box.box03 .inner .youtubeWrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contents .sec_present .box.box04 {
  width: 95%;
  padding: 8% 5% 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background-image: url("../images/bg_top_now_memo_sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.contents .sec_present .box.box04:before {
  background-image: url("../images/icon_top_present_topic.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contents .sec_present .box.box04:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #daeef8));
  background: linear-gradient(transparent 10%, #daeef8 0%);
  z-index: -1;
  margin-top: 100px;
}

.contents .sec_present .box.box04 .inner {
  background-color: white;
  padding: 1em 1em 2em;
  position: relative;
}

.contents .sec_present .box.box04 .inner .read {
  color: #333;
  margin-bottom: 1em;
}

.contents .sec_present .box.box04 .inner h3.subTitle {
  background-color: #00a0e9;
  color: white;
  width: 80%;
  margin: 0 auto 1em;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.2;
  border-radius: 50px;
}

.contents .sec_present .box.box04 .inner .ppoint {
  margin-bottom: 2em;
  position: relative;
}

.contents .sec_present .box.box04 .inner .ppoint:before {
  position: absolute;
  right: -15%;
  top: 30%;
  background-image: url("../images/img_top_present_parson.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 14.6vw;
  height: 15vw;
  content: "";
  display: block;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.contents .sec_present .box.box04 .inner .ppoint .inner {
  padding: 0;
}

.contents .sec_present .box.box04 .inner .ppoint .inner .img h3.title {
  font-size: 1.4rem;
}

.contents .sec_present .box.box04 .inner .ppoint .inner .img p {
  margin-bottom: 1em;
}

.contents .sec_present .box.box04 .inner .ppoint .inner .txt .tool {
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #f29342;
  margin-bottom: 0.5em;
}

.contents .sec_present .box.box04 .inner .ppoint .inner .txt .tool img {
  max-width: 232px;
  display: block;
  margin: 0 auto;
}

.contents .sec_present .box.box04 .inner .ppoint .inner .txt .comment {
  color: #f29342;
}

.contents .sec_present .box.box04 .inner .soft {
  border: solid 1px #00a0e9;
  position: relative;
}

.contents .sec_present .box.box04 .inner .soft h4 {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  background-color: white;
  padding: 0 0.5em;
  color: #00a0e9;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
  max-width: 400px;
}

.contents .sec_present .box.box04 .inner .soft .inner {
  padding: 2em 0 1em;
}

.contents .sec_present .box.box04 .inner .soft .inner p {
  max-width: 188px;
  display: block;
  margin: 0 auto 1em;
}

@media screen and (min-width: 769px) {
  .contents .sec_present .point {
    max-width: 365px;
    width: 36.5vw;
  }
  .contents .sec_present h2.title {
    max-width: 708px;
    width: 70.8vw;
  }
  .contents .sec_present .read {
    font-size: 1.6rem;
  }
  .contents .sec_present .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 0 auto 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_present .box.box01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 55%;
    margin: 0;
  }
  .contents .sec_present .box.box01 .inner h3.title {
    margin-bottom: 0.5em;
  }
  .contents .sec_present .box.box01 .inner .read {
    margin-bottom: 0.5em;
  }
  .contents .sec_present .box.box01 .inner .img {
    display: none;
  }
  .contents .sec_present .box.box01 .inner .txt span.color_B {
    color: #48acdd;
  }
  .contents .sec_present .box.box01 .inner:after {
    content: "";
    display: block;
    background-image: url("../images/img_top_present_family.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 96px;
    margin: 0 auto;
  }
  .contents .sec_present .box.box02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 375px;
    width: 40%;
    padding: 6% 3% 3%;
    margin: 0;
    background-image: url("../images/bg_top_now_memo_mini_pc.png");
  }
  .contents .sec_present .box.box02 .monitor_link {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_present .box.box02 .inner {
    padding: 3em 1em 1em;
  }
  .contents .sec_present .box.box02 .inner:after {
    display: none;
  }
  .contents .sec_present .box.box03 .inner .youtubeWrap {
    width: 80%;
  }
  .contents .sec_present .box.box04 {
    width: 95%;
    padding: 8% 5% 5%;
    background-image: url("../images/bg_top_now_memo_pc.png");
  }
  .contents .sec_present .box.box04:before {
    width: 75px;
    height: 75px;
    top: 6.5%;
    left: 2.5%;
  }
  .contents .sec_present .box.box04 .inner {
    padding: 2em;
  }
  .contents .sec_present .box.box04 .inner .read {
    color: #333;
    margin-bottom: 1em;
  }
  .contents .sec_present .box.box04 .inner h3.subTitle {
    width: 60%;
    max-width: 520px;
    margin-bottom: 2em;
  }
  .contents .sec_present .box.box04 .inner .ppoint {
    margin-bottom: 2em;
  }
  .contents .sec_present .box.box04 .inner .ppoint:before {
    right: -40px;
    top: -80px;
    width: 14.6vw;
    height: 15vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .img {
    width: 50%;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt {
    margin-top: 2.5em;
    width: 45%;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt .tool img {
    margin: 0 auto 0 0;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt .comment {
    color: #f29342;
  }
  .contents .sec_present .box.box04 .inner .soft h4 {
    width: 50%;
  }
  .contents .sec_present .box.box04 .inner .soft .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents .sec_present .box.box04 .inner .soft .inner p {
    margin: 0 2em 1em;
  }
}

@media screen and (min-width: 1200px) {
  .contents .sec_present .read {
    font-size: 2.4rem;
  }
  .contents .sec_present .box.box01 .inner:after {
    width: 334px;
    height: 160px;
  }
  .contents .sec_present .box.box02 {
    padding: 60px 20px 20px;
  }
  .contents .sec_present .box.box02 .monitor_link {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_present .box.box02 .inner h3.subTitle {
    max-width: 270px;
    width: 80%;
  }
  .contents .sec_present .box.box03 .inner .youtubeWrap {
    width: 80%;
  }
  .contents .sec_present .box.box04 {
    width: 100%;
    padding: 70px 50px 50px;
  }
  .contents .sec_present .box.box04:before {
    width: 114px;
    height: 114px;
    top: 45px;
    left: 25px;
  }
  .contents .sec_present .box.box04 .inner h3.subTitle {
    font-size: 2.4rem;
    width: 75%;
    max-width: 630px;
  }
  .contents .sec_present .box.box04 .inner .ppoint:before {
    right: -70px;
    top: -80px;
    width: 146px;
    height: 150px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .img {
    width: 45%;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .img h3.title {
    font-size: 1.6rem;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt {
    width: 50%;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt .tool img {
    max-width: 366px;
  }
  .contents .sec_present .box.box04 .inner .ppoint .inner .txt .comment {
    color: #f29342;
  }
  .contents .sec_present .box.box04 .inner .soft h4 {
    width: 60%;
    font-size: 2.2rem;
    max-width: 500px;
  }
  .contents .sec_present .box.box04 .inner .soft .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents .sec_present .box.box04 .inner .soft .inner p {
    max-width: 252px;
  }
}

/*-----------------------------------------
おすすめ子供用パソコン
-----------------------------------------*/
.contents .sec_recommend .plus {
  color: #f29342;
  margin-bottom: 1em;
  text-align: center;
}

.contents .sec_recommend .plus span {
  display: inline-block;
  position: relative;
}

.contents .sec_recommend .plus span:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #f29342;
  position: absolute;
  top: 0;
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.contents .sec_recommend .plus span:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #f29342;
  position: absolute;
  top: 0;
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.contents .sec_recommend h2.title {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.contents .sec_recommend h2.title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1em;
  max-width: 235px;
  background-color: white;
  padding: 0.5em 0;
  border-left: solid 10px white;
  border-right: solid 10px white;
  position: relative;
}

.contents .sec_recommend h2.title span:before {
  content: "";
  display: block;
  background-image: url("../images/icon_top_recommend_edion.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 72px;
  height: 32px;
  position: absolute;
  top: -30%;
  left: 10%;
  -webkit-transform: translate(-80%, -10%);
  transform: translate(-80%, -10%);
}

.contents .sec_recommend h2.title:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../images/bdr_top_recommend_title.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  opacity: 0.5;
}

.contents .sec_recommend .box {
  width: 95%;
  margin: 0 auto;
}

.contents .sec_recommend .box .buyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents .sec_recommend .box .buyList li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2em;
  position: relative;
}

.contents .sec_recommend .box .buyList li:nth-of-type(2n) {
  margin-right: 0;
}

.contents .sec_recommend .box .buyList li .type {
  display: inline-block;
  background-color: #333;
  color: white;
  max-width: 120px;
  text-align: center;
  padding: 0.2em 0.5em;
  font-size: 1rem;
}

.contents .sec_recommend .box .buyList li .type.note {
  background-color: #5cbeaa;
}

.contents .sec_recommend .box .buyList li .type.desktop {
  background-color: #48acdd;
}

.contents .sec_recommend .box .buyList li .type.tablet {
  background-color: #f29342;
}

.contents .sec_recommend .box .buyList li .img {
  margin-bottom: 0em;
}

.contents .sec_recommend .box .buyList li .name {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  text-align: left;
}

.contents .sec_recommend .box .buyList li .comment {
  margin-bottom: 1em;
  font-size: 1.2rem;
  padding: 0 0.5em;
}

.contents .sec_recommend .box .buyList li .link {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .contents .sec_recommend h2.title {
    position: relative;
    width: 95%;
    margin: 0 auto 2em;
  }
  .contents .sec_recommend h2.title span {
    max-width: 650px;
    width: 650vw;
  }
  .contents .sec_recommend h2.title span:before {
    width: 72px;
    height: 32px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-40%, -110%);
    transform: translate(-40%, -110%);
  }
  .contents .sec_recommend h2.title:before {
    height: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .contents .sec_recommend .box .buyList li {
    margin-bottom: 3em;
    width: 32%;
  }
  .contents .sec_recommend .box .buyList li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .contents .sec_recommend .box .buyList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .contents .sec_recommend .box .buyList li .type {
    display: block;
    font-size: 1.4rem;
    width: 120px;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .contents .sec_recommend .box .buyList li .type.note {
    background-color: #5cbeaa;
  }
  .contents .sec_recommend .box .buyList li .type.desktop {
    background-color: #48acdd;
  }
  .contents .sec_recommend .box .buyList li .type.tablet {
    background-color: #f29342;
  }
  .contents .sec_recommend .box .buyList li .img {
    margin-bottom: 0em;
  }
  .contents .sec_recommend .box .buyList li .name {
    font-size: 1.8rem;
  }
  .contents .sec_recommend .box .buyList li .link {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .contents .sec_recommend {
    padding-top: 50px;
  }
  .contents .sec_recommend h2.title span:before {
    width: 144px;
    height: 64px;
  }
  .contents .sec_recommend .box .buyList li .comment {
    font-size: 1.6rem;
  }
  .contents .sec_recommend .box .buyList li .link {
    width: 80%;
  }
}

/*-----------------------------------------
プログラミング学習セット
-----------------------------------------*/
.contents .sec_only {
  background-color: rgba(255, 203, 24, 0.2);
  margin-bottom: 7%;
}

.contents .sec_only .sec_inner {
  position: relative;
}

.contents .sec_only .sec_inner .container {
  max-width: 1260px;
}

.contents .sec_only .point {
  position: absolute;
  top: -20px;
  left: 50%;
  max-width: 220px;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}

.contents .sec_only h2.title {
  position: relative;
  width: 95%;
  margin: 0 auto 10%;
}

.contents .sec_only h2.title:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url(../images/bdr_top_recommend_title.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
  opacity: 0.5;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.contents .sec_only h2.title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1em;
  background-color: white;
  padding: 0.5em 0;
  border-left: solid 10px white;
  border-right: solid 10px white;
  position: relative;
  max-width: 235px;
  width: 650vw;
}

.contents .sec_only h2.title span picture {
  margin: auto;
}

.contents .sec_only .box {
  background-color: white;
  padding: 2em 1em;
}

.contents .sec_only .box .buyList_box {
  width: 95%;
  margin: 0 auto;
}

.contents .sec_only .box .buyList_box .buyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents .sec_only .box .buyList_box .buyList li {
  width: 32.5%;
  margin: 0 0 80px;
  position: relative;
  border: 3px solid #48acdd;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  font-weight: bold;
}

.contents .sec_only .box .buyList_box .buyList li .img {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.contents .sec_only .box .buyList_box .buyList li .img img.info {
  position: absolute;
  top: 10%;
  left: 2%;
  text-align: center;
  width: 32%;
}

.contents .sec_only .box .buyList_box .buyList li .name_pc {
  margin-bottom: auto;
  padding-bottom: 50px;
}

.contents .sec_only .box .buyList_box .buyList li:before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/num_set_contents_01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.contents .sec_only .box .buyList_box .buyList li:nth-child(2):before {
  background-image: url(../images/num_set_contents_02.png);
}

.contents .sec_only .box .buyList_box .buyList li:nth-child(3):before {
  background-image: url(../images/num_set_contents_03.png);
}

.contents .sec_only .box .buyList_box .buyList li .plus_wrap {
  background-color: #ffcb18;
  border-radius: 20px;
  position: relative;
  padding: 0.5em;
  padding-top: 1em;
  margin-top: 15%;
  margin-top: auto;
}

.contents .sec_only .box .buyList_box .buyList li .plus_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -2%;
  width: 35%;
}

.contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/btn_top_only_plus.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
  padding-left: 33%;
  font-size: 16px;
}

.contents .sec_only .box .buyList_box .buyList li .price_wrap {
  font-weight: bold;
  margin: auto;
  margin-right: 0;
  margin-top: 20px;
  padding-left: 20px;
  width: 100%;
}

.contents .sec_only .box .buyList_box .buyList li .price_wrap img {
  width: 100%;
  max-width: 300px;
  text-align: right;
  margin-left: auto;
}

.contents .sec_only .box .buyList_box .buyList li .price_wrap .special_price {
  background-color: #f29342;
  font-size: 14px;
  padding: 0.5em;
  color: #fff;
  width: 54px;
  height: 54px;
  text-align: center;
}

.contents .sec_only .box .buyList_box .buyList li .price_wrap .price_text {
  padding-left: 10px;
  font-size: 17px;
  color: #f29342;
  text-align: right;
  line-height: 1.8;
  color: #f15a24;
}

.contents .sec_only .box .buyList_box .buyList li .price_wrap .price_text span {
  font-size: 30px;
  line-height: 1;
}

.contents .sec_only .box .plus {
  color: #24b5bc;
  margin-bottom: 0.5em;
  margin: 1em 0;
  text-align: center;
  font-size: 17px;
}

.contents .sec_only .box .plus span {
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.contents .sec_only .box .plus span .big_num {
  font-size: 3rem;
}

.contents .sec_only .box .plus span .big_num:before {
  content: none;
}

.contents .sec_only .box .plus span .big_num:after {
  content: none;
}

.contents .sec_only .box .plus span:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #24b5bc;
  position: absolute;
  top: 0;
  left: -2em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.contents .sec_only .box .plus span:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #24b5bc;
  position: absolute;
  top: 0;
  right: -2em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.contents .sec_only .box .plus_check {
  color: #f29342;
  margin-bottom: 0.5em;
  margin: 1em 0;
  text-align: center;
}

.contents .sec_only .box .plus_check span:before {
  background-color: #f29342;
}

.contents .sec_only .box .plus_check span:after {
  background-color: #f29342;
}

.contents .sec_only .box h3.title {
  text-align: center;
  font-weight: bold;
}

.contents .sec_only .box h3.title strong {
  color: #f29342;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.contents .sec_only .box h3.title strong span {
  font-size: 3rem;
}

.contents .sec_only .box.box01 {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.contents .sec_only .box.box01 .rules {
  margin-bottom: 2.5em;
}

.contents .sec_only .box.box01 .rules .first {
  background-color: #ffcb18;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0.5em;
}

.contents .sec_only .box.box01 .rules .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.contents .sec_only .box.box01 .rules .period .title {
  width: 30%;
  background-color: #f29342;
  color: white;
  text-align: center;
  padding: 0.5em 0;
  border: solid 1px #f29342;
  border-radius: 5px 0 0 5px;
}

.contents .sec_only .box.box01 .rules .period .date {
  width: 70%;
  border: solid 1px #f29342;
  color: #f29342;
  padding: 0.5em 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
  font-size: 1.25rem;
}

.contents .sec_only .box.box01 .setTitle {
  text-align: center;
  border-bottom: solid 1px #5cbeaa;
  margin-bottom: 1em;
}

.contents .sec_only .box.box01 .setTitle span {
  background-color: #5cbeaa;
  color: white;
  display: inline-block;
  padding: 0 1em;
  border-radius: 5px 5px 0 0;
}

.contents .sec_only .box.box01 .service_text_wrap .service_text {
  color: #f29342;
  font-size: 2.5rem;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  width: 90%;
}

.contents .sec_only .box.box01 .service_text_wrap .service_text .big_text {
  font-size: 70px;
  text-align: left;
  margin-left: 10px;
}

.contents .sec_only .box.box01 .service_text_wrap p.center {
  text-align: center;
  margin: auto;
}

.contents .sec_only .box.box01 .block_wrap {
  margin-bottom: 40px;
  margin-top: 40px;
}

.contents .sec_only .box.box01 .block_wrap .block {
  padding: 0;
  width: 100%;
}

.contents .sec_only .box.box01 .block_wrap .block .inner {
  margin-bottom: 1em;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .img {
  text-align: center;
  margin-bottom: 1em;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details {
  text-align: center;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .type {
  margin-bottom: 1em;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .type span {
  background-color: #48acdd;
  border-radius: 5px;
  display: inline-block;
  padding: 0 0.5em;
  color: white;
  font-size: 1.6rem;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .name {
  color: #48acdd;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice > span {
  position: relative;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f29342;
  position: absolute;
  top: 50%;
  left: 0;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice .fsL {
  font-size: 1.2em;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .price {
  color: #f29342;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.2;
}

.contents .sec_only .box.box01 .block_wrap .block .inner .details .price .small_num {
  font-size: 2rem;
}

.contents .sec_only .box.box01 .block_wrap .block .link {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.contents .sec_only .box.box01 .block_wrap .block.block01 {
  border-bottom: dashed 1px #5cbeaa;
  padding-bottom: 50px;
}

.contents .sec_only .box.box01 .block_wrap .block.block01 .details {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.contents .sec_only .box.box01 .block_wrap .block.block02 {
  border: none;
  margin-top: 80px;
}

.contents .sec_only .box.box01 .block_wrap .block.block02 .details {
  width: 90%;
  margin: 0 auto;
}

.contents .sec_only .box.box01 .youtubeWrap {
  width: 95%;
  border: solid 3px #f29342;
  margin: 0 auto 60px;
}

.contents .sec_only .box.box01 .youtubeWrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.contents .sec_only .box.box01 .youtubeWrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contents .sec_only .box.box01 .next {
  width: 30%;
  max-width: 185px;
  margin: 0 auto -70px;
}

.contents .sec_only .box.box02 {
  margin-bottom: 55px;
  border-radius: 0 0 10px 10px;
  margin-top: -3%;
}

.contents .sec_only .box.box02 .monitor_link {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  width: 90%;
}

.contents .sec_only .box.box02 .stepList_wrap {
  border: 3px solid #48acdd;
  border-radius: 20px;
  padding: 30px 8%;
  width: 95%;
  margin: 0 auto;
}

.contents .sec_only .box.box02 .stepList_wrap .plus {
  color: #48acdd;
}

.contents .sec_only .box.box02 .stepList_wrap .plus span:before {
  background-color: #48acdd;
}

.contents .sec_only .box.box02 .stepList_wrap .plus span:after {
  background-color: #48acdd;
}

.contents .sec_only .box.box02 .stepList_wrap h3.title strong {
  color: #48acdd;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li {
  padding: 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: dashed 1px #5cbeaa;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .inner {
  width: 35%;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .inner .step {
  margin-bottom: 0.5em;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .inner .step img {
  display: block;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .details {
  width: 70%;
  padding-left: 1em;
  position: relative;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .details .title {
  color: #48acdd;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .details .comment {
  margin-bottom: 1em;
}

.contents .sec_only .box.box02 .stepList_wrap .stepList li .details .link {
  display: block;
  width: 100%;
}

.modal .box {
  width: 90%;
  padding: 2em 2em 1em;
  background-color: white;
  border-radius: 10px;
  max-width: 950px;
  margin: 30px auto;
  position: relative;
}

.modal .box .popup-modal-dismiss {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
}

.modal.modal01 .box .plus {
  color: #48acdd;
  margin-bottom: 1em;
  text-align: center;
}

.modal.modal01 .box .plus span {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
}

.modal.modal01 .box .plus span:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #48acdd;
  position: absolute;
  top: 0;
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.modal.modal01 .box .plus span:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #48acdd;
  position: absolute;
  top: 0;
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.modal.modal01 .box .block.block01 .img {
  margin-bottom: 1em;
}

.modal.modal01 .box .block.block01 .img img {
  max-width: 540px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.modal.modal01 .box .block.block01 .name {
  font-size: 1.7rem;
  color: #48acdd;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}

.modal.modal01 .box .block.block01 .comment {
  margin: 0 auto;
  margin-bottom: 0em;
  width: 100%;
}

.modal.modal01 .box .block.block02 .subTitle {
  color: #48acdd;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em;
}

.modal.modal01 .box .block.block02 .subTitle span {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold;
}

.modal.modal01 .box .block.block02 .subTitle span:before {
  content: "";
  display: block;
  background-image: url("../images/txt_top_only_modal_01_plus.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 120px;
  height: 50px;
  -webkit-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
}

.modal.modal01 .box .block.block02 .subTitle:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #48acdd;
  position: absolute;
  bottom: 1em;
  left: 0;
}

.modal.modal01 .box .block.block02 .modelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal.modal01 .box .block.block02 .modelList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2em;
}

.modal.modal01 .box .block.block02 .modelList li:nth-of-type(2n) {
  margin-right: 0;
}

.modal.modal01 .box .block.block02 .modelList li .img {
  width: 80%;
  margin: 0 auto 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.modal01 .box .block.block02 .modelList li .name {
  font-weight: bold;
  color: #48acdd;
  text-align: center;
  font-size: 0.9em;
}

.modal.modal01 .box .block.block02 .modelList li .comment {
  font-size: 0.8em;
}

.modal.modal01 .box .block.block02 .annotation_text {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}

.modal.modal02 .box .plus {
  color: #48acdd;
  margin-bottom: 1em;
  text-align: center;
}

.modal.modal02 .box .plus span {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}

.modal.modal02 .box .plus span:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #48acdd;
  position: absolute;
  top: 0;
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.modal.modal02 .box .plus span:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #48acdd;
  position: absolute;
  top: 0;
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.modal.modal02 .box .block.block01 .img {
  margin-bottom: 1em;
}

.modal.modal02 .box .block.block01 .img img {
  max-width: 650px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.modal.modal02 .box .block.block01 .name {
  font-size: 1.7rem;
  color: #48acdd;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}

.modal.modal02 .box .block.block01 .comment {
  margin-bottom: 2em;
}

.modal.modal02 .box .block.block01 .link {
  display: block;
  width: 70%;
  max-width: 320px;
  margin: 0 auto 2em;
}

.modal.modal02 .box .block.block02 .subTitle {
  color: #48acdd;
  text-align: center;
  position: relative;
}

.modal.modal02 .box .block.block02 .subTitle span {
  position: relative;
  background-color: white;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold;
}

.modal.modal02 .box .block.block02 .subTitle:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 0;
}

.modal.modal02 .box .block.block02 .modelList li {
  padding: 2em 0;
  border-bottom: dotted 2px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal.modal02 .box .block.block02 .modelList li:nth-last-of-type(1) {
  border: none;
}

.modal.modal02 .box .block.block02 .modelList li .num {
  width: 30px;
  height: 30px;
}

.modal.modal02 .box .block.block02 .modelList li .img {
  width: calc(35% - 30px);
}

.modal.modal02 .box .block.block02 .modelList li .comment {
  width: 55%;
  font-size: 1.5rem;
}

.modal.modal02 .box .block.block02 .modelList li .comment br.pc_only {
  display: none;
}

.modal.modal02 .box .block.block02 .modelList li .comment .op {
  color: #5cbeaa;
}

.contents .edion_entrust {
  text-align: center;
  padding-top: 13%;
}

@media screen and (max-width: 1000px) {
  .contents .edion_entrust {
    width: 75%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .contents .sec_only {
    padding: 30px 0;
  }
  .contents .sec_only .sec_inner {
    padding: 20px 0 0;
  }
  .contents .sec_only .point {
    max-width: 400px;
    width: 40vw;
    top: -50px;
  }
  .contents .sec_only .point img {
    width: 100%;
  }
  .contents .sec_only .box {
    padding: 2em;
  }
  .contents .sec_only .box h3.title strong {
    font-size: 2.4rem;
  }
  .contents .sec_only .box.box01 {
    margin-bottom: 0;
  }
  .contents .sec_only .box.box01 .rules {
    max-width: 650px;
    margin: 0 auto 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2rem;
  }
  .contents .sec_only .box.box01 .rules .first {
    width: 30%;
    padding: 0.2em;
    margin-bottom: 0;
  }
  .contents .sec_only .box.box01 .rules .period {
    width: 68%;
    margin-bottom: 0;
  }
  .contents .sec_only .box.box01 .rules .period .title {
    width: 30%;
    padding: 0.2em 0;
  }
  .contents .sec_only .box.box01 .rules .period .date {
    width: 70%;
    padding: 0.2em 0;
    font-size: inherit;
  }
  .contents .sec_only .box.box01 .setTitle span {
    font-size: 1.8rem;
  }
  .contents .sec_only .box.box01 .block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .sec_only .box.box01 .block_wrap .block {
    width: 50%;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .img {
    margin-bottom: 0;
    width: 100%;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .type {
    margin-bottom: 0.5em;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .type span {
    font-size: 2rem;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .name {
    font-size: 2.4rem;
    text-align: left;
    width: 66%;
    margin: 0 auto;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice {
    text-align: left;
    font-size: 1.5rem;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .listPrice > span {
    text-align: left;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .price {
    color: #f29342;
    text-align: left;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .price span.price_box {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    margin: auto;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .price span.price_box02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    font-size: 4.5rem;
    font-weight: bold;
    width: 70%;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details p.price_info {
    text-align: left;
    margin-top: 0.5em;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .contents .sec_only .box.box01 .block_wrap .block.block01 {
    border-right: dashed 2px #5cbeaa;
    border-bottom: 0px;
    padding-bottom: 0;
  }
  .contents .sec_only .box.box01 .block_wrap .block.block02 {
    border: none;
    margin-top: 0;
  }
  .contents .sec_only .box.box01 .block_wrap .block.block02 .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .sec_only .box.box01 .youtubeWrap {
    width: 80%;
    max-width: 626px;
  }
  .contents .sec_only .box.box01 .next {
    width: 20%;
    max-width: 185px;
    margin: 0 auto -110px;
  }
  .contents .sec_only .box.box02 {
    padding-bottom: 3em;
  }
  .contents .sec_only .box.box02 .monitor_link {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_only .box.box02 h3.title strong {
    color: #48acdd;
  }
  .contents .sec_only .box.box02 .stepList li .inner {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_only .box.box02 .stepList li .inner .step {
    width: 30%;
    margin-bottom: 0;
  }
  .contents .sec_only .box.box02 .stepList li .inner .step img {
    display: block;
    width: 100%;
  }
  .contents .sec_only .box.box02 .stepList li .inner .img {
    width: 65%;
  }
  .contents .sec_only .box.box02 .stepList li .inner .img.img03 img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .contents .sec_only .box.box02 .stepList li .details {
    width: 100%;
  }
  .contents .sec_only .box.box02 .stepList li .details .title {
    font-size: 1.8rem;
  }
  .contents .sec_only .box.box02 .stepList li .details .link {
    display: block;
    width: 90%;
  }
  .modal .box {
    width: 90%;
    padding: 2em;
    background-color: white;
    border-radius: 10px;
    max-width: 950px;
    margin: 30px auto;
    position: relative;
  }
  .modal .box .popup-modal-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
  }
  .modal.modal01 .box .plus span {
    font-size: 2.2rem;
  }
  .modal.modal01 .box .block.block01 .name {
    font-size: 2.4rem;
  }
  .modal.modal01 .box .block.block01 .comment {
    width: 64%;
  }
  .modal.modal01 .box .block.block02 .subTitle {
    font-size: 2.4rem;
    margin-top: 0;
  }
  .modal.modal01 .box .block.block02 .subTitle span:before {
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
  }
  .modal.modal01 .box .block.block02 .modelList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal.modal01 .box .block.block02 .modelList li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2em;
  }
  .modal.modal01 .box .block.block02 .modelList li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .modal.modal01 .box .block.block02 .modelList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .modal.modal01 .box .block.block02 .modelList li .name {
    margin-bottom: 0.5em;
  }
  .modal.modal01 .box .block.block02 .modelList li .comment {
    font-size: 0.8em;
  }
  .modal.modal02 .box .plus span {
    font-size: 2.4rem;
  }
  .modal.modal02 .box .block.block01 .name {
    font-size: 2.4rem;
  }
  .modal.modal02 .box .block.block01 .comment {
    width: 65%;
    margin: 0 auto 2em;
  }
  .modal.modal02 .box .block.block02 .subTitle {
    margin-bottom: 2em;
    font-size: 2.4rem;
  }
  .modal.modal02 .box .block.block02 .modelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal.modal02 .box .block.block02 .modelList li {
    padding: 0 1em;
    border: none;
    border-right: dotted 2px #333;
    width: 33%;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal.modal02 .box .block.block02 .modelList li:nth-last-of-type(1) {
    border-right: none;
  }
  .modal.modal02 .box .block.block02 .modelList li .num {
    width: 30px;
    height: 30px;
    margin: 0 auto 1em;
  }
  .modal.modal02 .box .block.block02 .modelList li .img {
    width: 60%;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 1em;
  }
  .modal.modal02 .box .block.block02 .modelList li .comment {
    width: 100%;
    text-align: center;
  }
  .modal.modal02 .box .block.block02 .modelList li .comment br.pc_only {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .contents .sec_only .box {
    padding: 3em 3em;
  }
  .contents .sec_only .box h3.title strong {
    font-size: 3rem;
  }
  .contents .sec_only .box h3.title strong span {
    font-size: 5rem;
  }
  .contents .sec_only .box.box01 .rules .first {
    width: 25%;
  }
  .contents .sec_only .box.box01 .rules .period {
    width: 73%;
  }
  .contents .sec_only .box.box01 .rules .period .title {
    width: 25%;
  }
  .contents .sec_only .box.box01 .rules .period .date {
    width: 75%;
  }
  .contents .sec_only .box.box01 .setTitle span {
    font-size: 2.4rem;
  }
  .contents .sec_only .box.box01 .block .inner .img {
    width: 100%;
  }
  .contents .sec_only .box.box01 .block .inner .details {
    width: 100%;
  }
  .contents .sec_only .box.box01 .block .inner .details .type span {
    font-size: 1.9rem;
  }
  .contents .sec_only .box.box01 .block .inner .details .name {
    font-size: 2.4rem;
  }
  .contents .sec_only .box.box01 .block .inner .details .listPrice > span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contents .sec_only .box.box02 .monitor_link {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sec_only .box.box02 .stepList li {
    padding: 2em;
  }
  .contents .sec_only .box.box02 .stepList li .inner {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contents .sec_only .box.box02 .stepList li .inner .img {
    width: 65%;
  }
  .contents .sec_only .box.box02 .stepList li .inner .img.img03 img {
    width: 70%;
  }
  .contents .sec_only .box.box02 .stepList li .details {
    width: 60%;
  }
  .contents .sec_only .box.box02 .stepList li .details .title {
    font-size: 2.4rem;
  }
  .modal .box {
    padding: 2em 3em;
  }
  .modal.modal01 .box .block.block01 .name {
    font-size: 2.4rem;
  }
  .modal.modal01 .box .block.block01 .comment {
    width: 60%;
  }
  .modal.modal01 .box .block.block02 .subTitle {
    font-size: 2.4rem;
  }
  .modal.modal01 .box .block.block02 .subTitle span:before {
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
  }
  .modal.modal01 .box .block.block02 .modelList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal.modal01 .box .block.block02 .modelList li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2em;
  }
  .modal.modal01 .box .block.block02 .modelList li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .modal.modal01 .box .block.block02 .modelList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .modal.modal01 .box .block.block02 .modelList li .name {
    margin-bottom: 0.5em;
  }
  .modal.modal01 .box .block.block02 .modelList li .comment {
    font-size: 0.8em;
    width: 100%;
  }
  .modal.modal02 .box .block.block01 .name {
    font-size: 2.4rem;
  }
  .modal.modal02 .box .block.block02 .subTitle {
    margin-bottom: 2em;
    font-size: 2.4rem;
  }
  .modal.modal02 .box .block.block02 .modelList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal.modal02 .box .block.block02 .modelList li {
    padding: 0 0.5em;
    border: none;
    border-right: dotted 2px #333;
    text-align: center;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modal.modal02 .box .block.block02 .modelList li:nth-last-of-type(1) {
    border-right: none;
  }
  .modal.modal02 .box .block.block02 .modelList li .num {
    width: 30px;
    height: 30px;
    margin: 0 auto 1em;
  }
  .modal.modal02 .box .block.block02 .modelList li .img {
    width: 60%;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 1em;
  }
  .modal.modal02 .box .block.block02 .modelList li .comment {
    width: 100%;
    font-size: 1.6rem;
  }
}

/*-----------------------------------------
追従リンク
-----------------------------------------*/
.contents .fixedLink {
  /* margin-top: 20px; */
  margin-bottom: 20px;
}

.contents .fixedLink .inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(230, 230, 230, 0.6);
  padding-top: 20px;
}

.contents .fixedLink .inner .link {
  display: block;
  text-align: center;
  color: white;
  border: solid 2px white;
  padding: 0.5em 1em;
  max-width: 720px;
  width: 80%;
  margin: 0 auto 0.5em;
  border-radius: 20px;
  background-image: url("../images/icon_top_link_btn_blue.png");
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 20px auto;
}

.contents .fixedLink .inner .link.linkBlue {
  background-color: #48acdd;
}

.contents .fixedLink .inner .link.linkGreen {
  background-color: #5cbeaa;
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (min-width: 1200px) {
  .contents .fixedLink .inner .link {
    padding: 0.2em 1em;
    font-size: 2.4rem;
    border-radius: 30px;
    background-position: center right 12px;
    background-size: 30px auto;
  }
}

/*-----------------------------------------

-----------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 892px) {
  .block .name {
    font-size: 2rem;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .type span {
    font-size: 1.65rem;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .name {
    font-size: 2rem;
  }
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .price span.price_box02 {
    font-size: 3.9rem;
    width: 73%;
  }
  .modal02 .box .block.block02 .modelList li p.comment {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 643px) and (max-width: 768px) {
  .contents .sec_now .box.box02 .inner .txt p {
    margin: 10px;
  }
}

@media screen and (max-width: 1222px) {
  .contents .sec_only .box .buyList_box .buyList li {
    width: 48%;
    padding: 10px 20px 20px;
    margin: 0;
  }
  .contents .sec_only .box .buyList_box .buyList li:not(:last-child) {
    margin-bottom: 40px;
  }
  .contents .sec_only .box .buyList_box .buyList {
    margin-bottom: 80px;
  }
  .contents .sec_only .box .buyList_box .buyList li span.buyList_num::before {
    width: 55px;
    height: 55px;
  }
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap {
    padding-top: 1.5em;
  }
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box::before {
    width: 45px;
    height: 45px;
    top: -25%;
  }
}

@media screen and (max-width: 840px) {
  .contents .sec_only .box .buyList_box .buyList li {
    width: 100%;
  }
  .contents .sec_only .box .buyList_box .buyList li span.buyList_num .img img.info {
    width: 25%;
  }
}

@media screen and (max-width: 430px) {
  .contents .sec_only .box .buyList_box .buyList li {
    padding: 10px 15px;
    min-width: auto;
  }
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box::before {
    top: -35%;
  }
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
    font-size: 15px;
  }
  .contents .sec_only .box .buyList_box .buyList li .price_wrap {
    padding: 0;
  }
  .contents .sec_only .box .buyList_box .buyList li .price_wrap .price_text span {
    font-size: 26px;
  }
}

@media screen and (max-width: 385px) {
  .contents .sec_only .box .buyList_box .buyList li {
    min-width: auto;
  }
  .contents .sec_only .box .buyList_box .buyList li span.buyList_num::before {
    width: 50px;
    height: 50px;
  }
  .contents .sec_only .box .buyList_box .buyList li .price_wrap .price_text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 389px) {
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 335px) {
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
    font-size: 11px;
  }
}
@media screen and (max-width: 910px) {
  .contents .sec_only .box.box01 .service_text_wrap .service_text {
    font-size: 18px;
  }
  .contents .sec_only .box.box01 .service_text_wrap .service_text .big_text {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents .sec_only .box.box01 .service_text_wrap .service_text {
    display: block;
    text-align: center;
    font-size: 25px;
  }
  .contents .sec_only .box.box01 .service_text_wrap .service_text .big_text {
    font-size: 70px;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .contents .sec_only .box.box01 .service_text_wrap .service_text {
    font-size: 15px;
  }
  .contents .sec_only .box.box01 .service_text_wrap .service_text .big_text {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .contents .mv h1 {
    margin-bottom: 0;
    background-color: rgba(255, 203, 24, 0.2);
  }
  .contents .sec_only .box {
    margin: 0 0 50px;
    padding: 2em 0.5em;
  }
  .contents .sec_only .box.box02 .stepList_wrap {
    padding: 20px 5%;
  }
  .contents .sec_only .box.box02 .stepList_wrap .step {
    width: 50%;
  }
  .contents .sec_only .box.box02 .stepList_wrap .stepList li .details .link {
    width: 100%;
  }
  .contents .sec_only .box.box02 .monitor_link {
    margin-top: 30px;
  }
}

@media screen and (min-width: 401px) and (max-width: 840px) {
  .contents .sec_now .box.box02 .inner .txt p span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
  .contents .sec_now .box.box02 .inner .txt p span {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contents .sec_only .box.box02 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents .sec_only .box.box01 .block_wrap .block .inner .details .type {
    background-color: #48acdd;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
  }
  .contents .sec_only .box.box02 .stepList_wrap .stepList li .inner {
    width: 25%;
  }
}
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 768px) {
  .contents .sec_only h2.title span {
    max-width: 120px;
  }
}
@media screen and (max-width: 420px) {
  .contents .fixedLink .inner .link {
    font-size: 12px;
  }
}
.name_pc {
  height: 140px;
}
@media screen and (max-width: 1222px) {
  .contents .sec_only .box.box01 .service_text_wrap .service_text {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .name_pc {
    height: 100px;
  }
}
@media screen and (max-width: 840px) {
  .contents .sec_only .box .buyList_box .buyList li .price_wrap {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .name_pc {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  /* .name_pc {
    height: 100px;
  } */
}
@media screen and (max-width: 370px) {
  /* .name_pc {
    height: 120px;
  }
  .name_pc01 {
    height: 100px;
  } */
  .buyList_num .img {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .contents .sec_only .box .buyList_box .buyList li {
    max-height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .buyList_num .img {
    width: 80%;
    margin: 0 auto;
  }
  .contents .sec_only .box .buyList_box .buyList {
    margin-bottom: 30px;
  }
  .contents .sec_only .box.box01 .block_wrap .block.block01 .details {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 570px) and (max-width: 841px) {
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap img {
    padding: 4%;
  }
}
@media screen and (max-width: 768px) {
  .contents .sec_only .box .buyList_box .buyList li .img img.info {
    position: absolute;
    left: -10%;
  }
  .contents .sec_only .box .buyList_box .buyList li .name_pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contents .sec_only .box .buyList_box .buyList li span.buyList_num .img img.info {
    width: 35%;
  }
}
@media screen and (max-width: 500px) {
  .contents .sec_only .box.box02 .stepList_wrap .stepList li .details .link {
    position: absolute;
    bottom: 0;
    left: -45%;
    width: 150%;
  }
  .contents .sec_only .box.box02 .stepList_wrap .stepList li:first-of-type .details {
    padding-bottom: 20%;
  }
  .contents .sec_only .box .buyList_box .buyList li .name_pc {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .contents .sec_only .box.box02 .stepList_wrap .stepList li:first-of-type .details {
    padding-bottom: 16%;
  }
  .contents .sec_only .box.box01 .service_text_wrap p.center {
    max-width: 19em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .contents .sec_only .box .buyList_box .buyList li .name_pc {
    font-size: 16px;
  }
}
@media screen and (min-width: 453px) and (max-width: 500px) {
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap img {
    width: 40%;
  }
  .contents .sec_only .box .buyList_box .buyList li .plus_wrap .plus_box .plus_text {
    padding-left: 40%;
  }
}
