@charset "utf-8";
/* CSS Document */

body,p{
  margin: 0;
  padding: 0;
}

li{
  list-style: none;
}
img{
  width: 100%;
}
.text-left {
  text-align: left !important;
}
.main-body{
  overflow: hidden;
}

.contents:not(:first-child) {
  margin-top: 80px;
}
.contents__ttl{
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  font-weight: bold;
}
.contents__ttl:after {
  left: 30%;
  width: 6px;
  margin-left: -3px;
  background: #1580c6;
  transform: skewX(45deg);
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 6px;
}

.contents__ttl::before{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 4px 0;
  content: '';
  border-radius: 16px;
  overflow: hidden;
  background-position: 0 -60px;
  vertical-align: middle;
  border: 7px solid #2B70BA;
}

.contents__ttl .contents__ttl-main::before{
  width: 100%;
  background: #cecece;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 6px;
}

.contents__ttl .contents__ttl-main::after{
  width: 30%;
  background: #1580c6;
  border-radius: 3px 0px 0px 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 6px;
}

/* テキスト */
.contents-p{
  font-size: 14px;
  margin-top: 27px;
  color: #464646;
}
.contents-p--large{
  font-size: 16px;
}
.contents-link {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.contents-link {
  color: #2B70BA !important;
}
.strong-link {
  text-decoration: underline !important;
}

.contents-p--red{
  color: #FF0000;
}

.contents-p--em{
  color: #464646;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}


.drop-down__ttl{
  position: relative;
  color: #2B70BA;
  font-size: 20px;
  margin-top: 40px;
  border-bottom: 2px solid #2B70BA;
  cursor: pointer;
  font-weight: bold;
}
.drop-down__ttl::after{
  position: absolute;
  content: "";
  background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_arrow-icon.png);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: cover;
  top: 0%;
  bottom: 0%;
  right: 3%;
  margin: auto 0;
  transform: rotate(180deg);
}
.open.drop-down__ttl::after{
  transform: rotate(0deg);

}

.left-point{
  padding-left: 1.5em;
  position: relative;
}
.left-point::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}


/* ドロップダウン内 */
.drop-down__item{
  padding-top: 24px;
}
.drop-down__item .list-ttl:first-child{
  margin-top: 0px;
}
.list-ttl{
  margin-top: 10px !important;
  font-size: 16px;
  color: #464646;
  line-height: 1.5;

}

.list + .list-ttl{
  margin-top: 12px;
}
.list-item{
  margin: 0px 0 0px 8px;
  font-size: 14px;
  color: #464646;
  list-style-type: none;
}

.list-item::before{
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #2B70BA;
}

/* しまくらエリア */
.simakura-area{
  margin-top: 24px;
  max-width: 100%;
  padding: 30px;
  background-color: #EFF6FF;
  border: 2px solid #2B70BA;
  border-radius: 30px;
}

.simakura-area__ttl{
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #E40012;
  font-weight: bold;
}

.simakura-area__link{
  font-size: 18px;
  color: #2B70BA;
}
.simakura-area__link:visited,.simakura-area__link:focus{
  color: #2B70BA;
}

.flot-end{
  clear: both;
}


/* しまくらWEB */
.simakura-web__p{
  color: #464646;
  font-size: 16px;
  margin: 0;
  margin-bottom: 9px;
}

.simakura-web__link{
  position: relative;
  margin: 10px 0;
  font-size: 18px;
  color: #2B70BA;
}
.simakura-web__link:visited,.simakura-web__link:focus{
  color: #2B70BA;
}
.offer-ul{
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.offer-li{
  font-size: 12px;
  color: #888888;
}
.offer-li--red{
  color: #FF0000;
}

.background-yellow{
  max-width: 100%;
  padding: 25px;
  background-color: #ffff9954;
  border-radius: 30px;
  margin-top: 30px;
}

.background-yellow .contents-p:first-child{
  margin-top: 0px;
}



/* 注意書き */
.attention-ttl{
  font-size: 25px;
  padding: 10px 0;
  font-weight: normal;
  margin: 55px 0 29px 0;
  background-color: #EFF6FF;
  border-top: 2px solid #2B70BA;
  border-bottom: 2px solid #2B70BA;
  font-weight: bold;
}
.deco-bule{
  color: #2B70BA;
}

.attention-contents .contents-p:not(:first-of-type) {
  margin-top: 10px;
}

/* ボタンエリア */
.button-offer{
  text-align: center;
  font-size: 25px;
  margin: 40px 0 30px 0;
}
.btnblock{
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
.btnblock:hover{
  opacity: 0.7;
    transition: opacity .2s;
}
.cv-contact__top::after{
  content: "";
  display: block;
  clear: both;}
.cv__offer{
  text-align: center;
  margin: 20px 0 25px 0;
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.cv-contact{
  padding: 20px;
  background: #f3f3f3;
  border-radius: 5px;
  position: relative;
  color: #0070cb;
}
.cv-contact--lefttext{
  text-align: center;
}
.cv-contact--flex{
  justify-content: center;
  align-items: center;
  display: flex;
}
.cv-contact--icon{
  width: 20px;
  height: 29px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 18px;
  margin-bottom: 20px;
}
.cv-contact--lead{
  text-align: center;
  font-size: 14px;
  color: #0070cb;
}
.cv-contact--number{
  font-size: 14px;
}
.private-info-txt{
  color: #888888;
  font-size: 10px;
  display: block;
  width: 100%;
}
.private-info-txt--right{
  text-align: right;
}
.private-info__ttl{
  color: #7cb9e5;
  font-size: 11px;
  margin: 20px 0 10px 0;
  cursor: pointer;
}
.private-info__ttl:hover{
  color: #7cb9e5;
}
.private-info__ttl:visited{
  color: #7cb9e5;
}
.list-ttl.list-ttl--blue {
  color: #2B70BA;
  font-weight: bold;
}

/* PC */
@media print, screen and (min-width: 769px){
  /* ヘッダー */
  .header{
    max-width: 965px;
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
  }
  .header-head{
    padding: 20px;
    max-width: 220px;
    position: relative;
  }
  .header-head__img{
    display: block;
  }
  .header-head__img--benesse{
    max-width: 108px;
    width: 100%;
  }
  .header__img.header__img--faq {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 204px;
    width: 100%;
  }
  .header-head__img--shozemi{
    margin-top: 20px;
  }
  /* main-body */
  .main-body{
    max-width: 965px;
    margin: 0 auto;
    padding: 0 40px;
  }

  /* 見出し */
  .contents__ttl-main{
    font-size: 25px;
  }

  .main-body__text {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .anker {
    margin-top: 40px;
  }
  /* 見出し */
  .main-body__ttl{
    color: #2B70BA;
    font-size: 48px;
    font-weight: lighter;
    text-align: center;
    margin: 40px 40px 30px 40px;
    font-weight: bold;
  }
  .main-body__ttl-sub {
    font-size: 32px;
  }


  /* しまくらエリア */
  .simakura-area::after {
    content: "";
    display: block;
    clear: both;
  }
  .simakura-area__appimg{
    width: 15.5%;
    float: left;
    padding: 40px;
  }
  .simakura-area__apphead {
    width: 75%;
    float: right;
  }
  .simakura-area__appbody {
    width: 75%;
    float: right;
  }
  .c-pc-hidden{
    display: none;
  }
  .simakura-area__link{
    position: relative;
  }
  .simakura-area__link::after{
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_link-icon.png);
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

/* しまくらWEB */
.simakura-web__link::after{
  position: absolute;
  content: "";
  background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_link-icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}

  .anker {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .anker-item {
    border-radius: 20px;
    padding: 40px 30px 90px 30px;
    width: 50%;
    position: relative;
  }
  .anker-item.anker-item--blue {
    background-color: #EFF6FF;
  }
  .anker-item.anker-item--yellow {
    background-color: #FFFFDD;
  }
  .anker-item__ttl {
    text-align: center;
    color: #2B70BA;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .anker-item__ttl-sub {
    font-size: 14px;
  }
  .anker-item__cont {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
  }
  .anker-item__cont:not(:last-child) {
    margin-bottom: 20px;
  }
  .anker-item__cont img {
    width: 180px;
  }
  .anker-item__cont-ttl {
    font-size: 20px;
    color: #464646;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .anker-text {
    color: #464646;
  }
  .color-blue {
    color: #2B70BA;
  }
  .anker__link {
    display: block;
    background-color: #2B70BA;
    border-radius: 50px;
    padding: 15px 35px;
    width: 184px;
    margin: 30px auto 0;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .anker__link::after {
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/250117_57663_kocha_dvdorder_burette.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 11%;
    bottom: 0;
    right: 18%;
  }
  .main-body__link {
    color: #2B70BA !important;
    text-decoration: underline !important;
  }
  .anker-item_link {
    margin-top: 30px;
  }
  .anker-item_link-red {
    display: block;
    max-width: 412px;
    margin: 0 auto;
    background-color: #FF6863;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    text-decoration: none !important;
    font-size: 15px;
    border-radius: 5px;
    position: relative;
  }
  .anker-item_link-red:not(:last-child) {
    margin-bottom: 15px;
    position: relative;
  }
  .anker-item_link-red::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  /* 注意書き */
  .attention-contents__ttl{
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  /* ボタンエリア */
  .cv-contact--lead{
    margin-left: 20px;
    border-left: solid 1px;
    padding: 10px 25px;  
  }

  .cv-contact__top{
    display: flex;
    justify-content: center;
  }
  .cv-contact__bottom {
    max-width: 550px;
    margin: 0 auto;
  }
  .security{
    text-align: center;
    margin-top: 20px;
  }
  .security-link{
    font-size: 14px;
  }
  .arrow{
    position: relative;
  }
  .arrow::before{
    content: "";
    width: 5px;
    height: 6px;
    display: block;
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_icon-triangle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 5px;
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
  }
  .arrow:hover{
    color: #008edf;
  }
  .arrow:link{
    color: #008edf;
  }
  .arrow:visited{
    color: #008edf;
  }
  .security-customer a{
    font-size: 12px;
  }
  .security-customer a:link{
    color: #008edf;
  }
  .security-customer a:hover{
    color: #008edf;
  }
  .security-customer a:visited{
    color: #008edf;
  }
  .last-address{
    font-size: 13px;
    margin-left: 29px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

}


/* SP */
@media print, screen and (max-width: 768px){
  .c-sp-hidden{
    display: none;
  }
  /* ヘッダー */
  .header{
    height: 23vw;
    background-color: #fff;
    position: relative;
  }
  .header-head{
    padding: 20px;
    max-width: 220px;
    position: relative;
  }
  .header-head__img{
    display: block;
  }
  .header-head__img--benesse{
    width: 17.33333333vw;
  }
  .header-head__img--shozemi {
    margin-top: 2.66666667vw;
    width: 40vw;
  }
  .header__img.header__img--faq {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 192px;
    width: 100%;
  }

  .main-body__text {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }

  .anker {
    margin-top: 30px;
  }

  .main-body{
    padding: 0 15px;
  }

  .main-body__ttl{
    font-size: 32px;
    margin: 40px 35px 30px 35px;
    line-height: 1;
    text-align: center;
    color: #2B70BA;
    font-weight: bold;
    line-height: 1.25;
  }
  .main-body__ttl-sub {
    font-size: 18px;
    line-height: 1.75;
    display: block;
  }
  .main-body__text {
    margin-top: 30px;
  }

  .contents:not(:first-child) {
    margin-top: 80px;
  }
  .contents__ttl-main{
    font-size: 18px;
  }


  .anker-item {
    border-radius: 20px;
    padding: 40px 10px;
  }
  .anker-item.anker-item--blue {
    background-color: #EFF6FF;
  }
  .anker-item.anker-item--yellow {
    background-color: #FFFFDD;
  }
  .anker-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .anker-item__ttl {
    text-align: center;
    color: #2B70BA;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .anker-item__ttl-sub {
    font-size: 14px;
  }
  .anker-item__cont {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
  }
  .anker-item__cont:not(:last-child) {
    margin-bottom: 20px;
  }
  .anker-item__cont img {
    width: 180px;
  }
  .anker-item__cont-ttl {
    font-size: 16px;
    color: #464646;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .anker-text {
    color: #464646;
  }
  .color-blue {
    color: #2B70BA;
  }
  .anker__link {
    display: block;
    background-color: #2B70BA;
    border-radius: 50px;
    padding: 15px 35px;
    width: 184px;
    margin: 30px auto 0;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 14px;
  }
  .anker__link::after {
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/250117_57663_kocha_dvdorder_burette.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 7%;
    bottom: 0;
    right: 19%;
  }
  .main-body__link {
    color: #2B70BA !important;
    text-decoration: underline !important;
  }
  .anker-item_link {
    margin-top: 30px;
  }
  .anker-item_link-red {
    display: block;
    max-width: 412px;
    margin: 0 auto;
    background-color: #FF6863;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    text-decoration: none !important;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
  }
  .anker-item_link-red:not(:last-child) {
    margin-bottom: 15px;
    position: relative;
  }
  .anker-item_link-red::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    left: 2.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  /* 見出し */
  .contents__ttl::before{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px 4px 2px 0;
    content: '';
    border-radius: 16px;
    overflow: hidden;
    background-position: 0 -60px;
    vertical-align: middle;
    border: 4px solid #2B70BA;
  }
  /* ドロップダウン内 */
  .list-ttl{
    font-size: 14px;
  }
  .drop-down__ttl{
    font-size: 16px;
  }
  .drop-down__ttl::after{
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_arrow-icon.png);
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: cover;
    top: 0%;
    bottom: 0%;
    right: 3%;
    margin: auto 0;
    transform: rotate(180deg);
  }
  .open.drop-down__ttl::after{
    transform: rotate(0deg);
  
  }
  .drop-down__item{
    padding-top: 24px;
  }
  .drop-down__item .list-ttl:first-child{
    margin-top: 0px;
  }

  /* しまくらエリア */
  .simakura-area{
    padding: 15px 9px;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
  }
  .simakura-area__ttl{
    width: 190px;
    font-size: 14px;
    text-align: center;
  }
  .simakura-area__link{
    position: relative;
    font-size: 10px;
    white-space: normal;
    overflow: visible;
    overflow-wrap: break-word;
    display: block;
    max-width: 100%;
  }
  .simakura-area__link::after{
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_link-icon.png);
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }
  .simakura-area__appimg{
    width: 54px;
    margin: 0 5px 15px 0;
  }
  .simakura-area__apphead{
    width: 77%;
  }
  .simakura-area__appbody{
    width: 100%;
  }

  .offer-li{
    font-size: 10px;
  }

  /* しまくらWEB */
  .simakura-web__p{
    font-size: 14px;
  }
  .simakura-web__link{
    font-size: 10px;
  }
  .link-img{
    width: 10px;
    height: 10px;
  }
  .simakura-flex{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .simakura-web__link::after{
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_link-icon.png);
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }


  /* 有料DVDリクエスト */
  .contents-p--em{
    font-size: 14px;
    font-weight: normal;
  }
  .contents-link {
    font-weight: bold;
    font-size: 16px;
  }
  .background-yellow .contents-p{
    font-size: 13px;
  }

  .background-yellow .offer-li{
    font-size: 13px;
  }

  /* 注意書き */
  .attention-ttl{
    font-size: 13px;
    padding: 0;
    line-height: 3;
  }
  .attention-contents__ttl{
    font-size: 13px;
    margin-top: 30px;
    font-weight: bold;
  }
  .attention .contents-p{
    font-size: 13px;
  }
  .attention .contents-p.contents-p--large{
    font-size: 4vw;
  }
  .attention .offer-li{
    font-size: 11px;
  }

  /* CV */
  .cv-contact--left{
    padding-bottom: 20px;
    border-bottom: solid 1px #0070cb;

  }

  /* ボタンエリア */
  .button-offer{
    font-size: 4.26666vw;
  }
  .btnblock{
    max-width: 100%;
  }
  .cv-contact--lead{
    margin: 30px 0 20px 0;
  }
  .security-link{
    font-size: 14px;
  }
  .security-customer a{
    font-size: 12px;
  }
  .security{
    text-align: center;
    margin-top: 20px;
  }
  .last-address{
    font-size: 13px;
    margin-top: 30px;
  }


}

.list--gray {
  background-color: #F6F6F6;
  padding: 25px;
  border-radius: 30px;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .simakura-area + .list {
    margin-top: 40px;
  }
  .list + .simakura-area {
    margin-top: 12px;
  }
  .list + .list {
    margin-top: 24px;
  }
  .kodomotv-title {
    width: 41.7%;
    margin: 0 auto;
  }
  .kodomotv-contents {
    width: 45%;
    text-align: center;
  }
  .kodomotv-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .kodomotv-contents__titile {
    font-size: 20px;
    line-height: 1.6;
    color: #2B70BA;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .kodomotv-contents__titile::after {
    width: 24px;
    height: 2px;
    background-color: #2B70BA;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -35px;
    margin: auto;
  }
  .kodomotv-contents__titile::before {
    width: 24px;
    height: 2px;
    background-color: #2B70BA;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
  }
  .kodomotv-contents__img {
    width: 51%;
    margin: 0 auto;
  }
  .kodomotv-contents__offer {
    color: #888888;
    text-align: left;
    margin-top: 15px;
  }
  .kodomotv-contents__text {
    font-size: 14px;
    color: #464646;
    text-align: left;
    margin-top: 15px;
  }
  .kodomotv-app {
    display: flex;
    justify-content: center;
  }
  .kodomotv-app__item.kodomotv-app__item--appstore {
    width: 37%;
    margin-right: 5%;
  }
  .kodomotv-app__item.kodomotv-app__item--google {
    width: 45.5%;
  }
  .kodomotv-app__qr {
    max-width: 120px;
    margin: 15px auto 0;
  }
  .drop-down + .drop-down {
    margin-top: 70px;
  }
  .pc-hidden {
    display: none !important;
  }
  .btnblock-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 5px 0;
  }
  .btnblock + .btnblock-text {
    margin-top: 20px;
  }
  .simakura-area__appicon {
    display: flex;
    justify-content: center;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .simakura-area-appicon-item.simakura-area-appicon-item--appstore {
    width: 37%;
    margin-right: 5%;
  }
  .simakura-area-appicon-item.simakura-area-appicon-item--google {
    width: 45.5%;
  }
  .simakura-area__qr {
    max-width: 120px;
    margin: 15px auto 0;
  }
  .anchor-link {
    color: #2B70BA !important;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
  }
  
  a.anchor-link:link {
    color: #2B70BA !important;
  }
  
  
  .anchor-link::after {
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_arrow-icon.png);
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: cover;
    top: 0%;
    bottom: 0%;
    right: 3%;
    margin: auto 0;
    transform: rotate(180deg);
  }
  .kodomotv-contents-search {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .kodomotv-contents__offer-movie-title {
    font-weight: bold;
    color: #2B70BA;
  }
  .text-center-pc {
    text-align: center;
  }
}
/* SP */
@media print, screen and (max-width: 768px) {
  .list + .simakura-area {
    margin-top: 15px;
  }
  .list + .list {
    margin-top: 24px;
  }
  .kodomotv-title {
    max-width: 280px;
    margin: 0 auto 0;
  }
  .kodomotv-contents__titile {
    font-size: 16px;
    color: #2B70BA;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
  }
  .sp-hidden {
    display: none !important;
  }
  .kodomotv-app__item.kodomotv-app__item--appstore {
    width: 36%;
  }
  .kodomotv-app__item.kodomotv-app__item--google {
    width: 44%;
  }
  .kodomotv-app {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .kodomotv-contents__offer {
    color: #888888;
    margin-top: 15px;
    text-align: left;
    font-size: 10px;
  }
  .kodomotv-contents + .kodomotv-contents {
    margin-top: 25px;
  }
  .kodomotv-contents__img {
    width: 61%;
    margin: 0 auto 0;
  }
  .kodomotv-contents__text {
    font-size: 14px;
    color: #464646;
    margin-top: 15px;
    text-align: left;
  }
  .kodomotv-inner {
    margin-top: 25px;
  }
  .simakura-area + .list {
    margin-top: 30px;
  }
  .kodomotv-contents__titile::after {
    width: 24px;
    height: 2px;
    background-color: #2B70BA;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -35px;
    margin: auto;
  }
  .kodomotv-contents__titile::before {
    width: 24px;
    height: 2px;
    background-color: #2B70BA;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
  }
  .kodomotv-contents {
    text-align: center;
  }
  .btnblock-text {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 5px 0;
  }
  .btnblock + .btnblock-text {
    margin-top: 15px;
  }
  .simakura-area__appicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .simakura-area-appicon-item.simakura-area-appicon-item--appstore {
    width: 106px;
  }
  .simakura-area-appicon-item.simakura-area-appicon-item--google {
    width: 131px;
  }

  .simakura-area__appicon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    column-gap: 20px;
}

.simakura-area-appicon-item.simakura-area-appicon-item--appstore {
    width: 43%;
}

.simakura-area-appicon-item.simakura-area-appicon-item--google {
    width: 53%;
}

.anchor-link {
  color: #2B70BA !important;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}

a.anchor-link:link {
  color: #2B70BA !important;
}


  .anchor-link::after {
    position: absolute;
    content: "";
    background-image: url(/kodomo/ap/form/dvdorder/resources/img/20211203_34409_arrow-icon.png);
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: cover;
    top: 0%;
    bottom: 0%;
    right: 3%;
    margin: auto 0;
    transform: rotate(180deg);
  }
  .kodomotv-contents-search {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .kodomotv-contents__offer-movie-title {
    font-weight: bold;
    color: #2B70BA;
  }
}